eoss-ui 0.6.38 → 0.6.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/button-group.js +572 -374
- package/lib/button.js +572 -374
- package/lib/checkbox-group.js +573 -375
- package/lib/config/api.js +31 -19
- package/lib/data-table-form.js +584 -386
- package/lib/data-table.js +597 -392
- package/lib/date-picker.js +572 -374
- package/lib/dialog.js +572 -374
- package/lib/eoss-ui.common.js +10749 -3855
- package/lib/error-page.js +4 -4
- package/lib/flow-group.js +590 -377
- package/lib/flow-list.js +577 -379
- package/lib/flow.js +9723 -2852
- package/lib/form.js +577 -379
- package/lib/handle-user.js +573 -375
- package/lib/handler.js +573 -375
- package/lib/icon.js +573 -375
- package/lib/index.js +1 -1
- package/lib/input-number.js +572 -374
- package/lib/input.js +572 -374
- package/lib/layout.js +2 -2
- package/lib/login.js +587 -389
- package/lib/main.js +609 -411
- package/lib/nav.js +572 -374
- package/lib/notify.js +127 -109
- package/lib/page.js +572 -374
- package/lib/pagination.js +572 -374
- package/lib/player.js +572 -374
- package/lib/qr-code.js +572 -374
- package/lib/radio-group.js +573 -375
- package/lib/retrial-auth.js +575 -377
- package/lib/select-ganged.js +573 -375
- package/lib/select.js +573 -375
- package/lib/selector-panel.js +595 -396
- package/lib/selector.js +576 -378
- package/lib/sizer.js +578 -380
- package/lib/steps.js +572 -374
- package/lib/switch.js +572 -374
- package/lib/table-form.js +572 -374
- package/lib/tabs.js +576 -378
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +573 -375
- package/lib/tree-group.js +572 -374
- package/lib/tree.js +573 -375
- package/lib/upload.js +582 -384
- package/lib/utils/util.js +448 -268
- package/lib/wujie.js +572 -374
- package/lib/wxlogin.js +572 -374
- package/package.json +2 -1
- package/packages/.DS_Store +0 -0
- package/packages/data-table/.DS_Store +0 -0
- package/packages/data-table/src/column.vue +9 -3
- package/packages/data-table/src/main.vue +5 -1
- package/packages/data-table-form/.DS_Store +0 -0
- package/packages/data-table-form/src/table.vue +6 -6
- package/packages/error-page/.DS_Store +0 -0
- package/packages/error-page/src/main.vue +2 -2
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/component/CommonOpinions.vue +5 -1
- package/packages/flow/src/component/taskUnionExamine.vue +83 -27
- package/packages/flow/src/freeStartFlow.vue +2843 -0
- package/packages/flow/src/main.vue +769 -636
- package/packages/flow/src/processForm.vue +62 -9
- package/packages/flow/src/reset.vue +901 -0
- package/packages/flow/src/selectUser.vue +5 -0
- package/packages/flow-group/src/main.vue +4 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/form/src/main.vue +3 -3
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/main.vue +4 -6
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/src/main.vue +1 -1
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/src/main.vue +3 -2
- package/packages/sizer/.DS_Store +0 -0
- package/packages/sizer/src/main.vue +5 -5
- package/packages/tabs/.DS_Store +0 -0
- package/packages/tabs/src/main.vue +2 -2
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/flow.scss +2 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/config/api.js +31 -19
- package/src/index.js +157 -157
- package/src/utils/util.js +433 -258
|
Binary file
|
|
Binary file
|
package/src/.DS_Store
ADDED
|
Binary file
|
package/src/config/api.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
const flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
1
2
|
// 登录
|
|
2
3
|
export const doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
3
4
|
export const doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
@@ -93,7 +94,7 @@ export const mainDetail = '/config/configLayoutTheme/detail';
|
|
|
93
94
|
// export const toStartFlow = '/api/mecp/v1/mecpItask/toStartFlow.json';
|
|
94
95
|
export const toStartFlow = '/bpm/bpmBackend/toStartFlow';
|
|
95
96
|
// 暂存数据
|
|
96
|
-
export const tempSave = '/
|
|
97
|
+
export const tempSave = flowPendingPrefix + '/task/taskHandle/tempSave.dhtml';
|
|
97
98
|
// 获取常用意见
|
|
98
99
|
// /oa/commonOpinionsManager/getOpinionsList.dhtml /api/v1/mecpIpending/commonOpion.json
|
|
99
100
|
// /api/v1/mecpIpending/commonOpion.json
|
|
@@ -103,27 +104,27 @@ export const addCommonOpion = '/bpm/commonOpinionsManager/add';
|
|
|
103
104
|
// 获取常用意见编辑信息
|
|
104
105
|
export const editCommonOpion = '/bpm/commonOpinionsManager/edit';
|
|
105
106
|
// 常用意见新增
|
|
106
|
-
export const saveCommonOpinion = '/
|
|
107
|
+
export const saveCommonOpinion = flowPendingPrefix + '/commonOpinionsManager/save.dhtml';
|
|
107
108
|
// 常用意见修改
|
|
108
|
-
export const updateCommonOpinion = '/
|
|
109
|
-
export const deleteCommonOpion = '/
|
|
109
|
+
export const updateCommonOpinion = flowPendingPrefix + '/commonOpinionsManager/update.dhtml';
|
|
110
|
+
export const deleteCommonOpion = flowPendingPrefix + '/commonOpinionsManager/delete.dhtml';
|
|
110
111
|
// 获取选择流程
|
|
111
112
|
// export const getProcessDefList =
|
|
112
113
|
// '/api/mecp/v1/mecpItask/getProcessDefList.json';
|
|
113
114
|
export const getProcessDefList = '/bpm/bpmBackend/toStartFlowIndex';
|
|
114
115
|
// 获取下步办理人 /api/mecp/v1/mecpItask/getNodeInfo.json
|
|
115
|
-
export const getNodeInfo = '/
|
|
116
|
+
export const getNodeInfo = flowPendingPrefix + '/task/taskHandle/getNodeInfo.dhtml';
|
|
116
117
|
|
|
117
118
|
// 系统消息
|
|
118
119
|
// 通知方式
|
|
119
120
|
export const findCodeValues = '/bpm/bpmCommon/findCodeValues';
|
|
120
121
|
export const findSysParam = '/bpm/bpmCommon/findSysParam';
|
|
121
122
|
export const findSysCodes =
|
|
122
|
-
'/
|
|
123
|
+
flowPendingPrefix + '/task/taskHandle/getDefaultNotificationType.dhtml';
|
|
123
124
|
|
|
124
125
|
// 获取通知消息
|
|
125
126
|
export const getNotificationMsg =
|
|
126
|
-
'/
|
|
127
|
+
flowPendingPrefix + '/task/taskHandle/getNotificationMsg.dhtml';
|
|
127
128
|
// 获取审核页面数据
|
|
128
129
|
export const getHandleInfoHtml = '/bpm/bpmBackend/toTaskHandleIndex.dhtml';
|
|
129
130
|
// export const getHandleInfoHtml =
|
|
@@ -131,11 +132,11 @@ export const getHandleInfoHtml = '/bpm/bpmBackend/toTaskHandleIndex.dhtml';
|
|
|
131
132
|
// 获取节点信息(获取节点属性及办理人)
|
|
132
133
|
// export const getNodeInfoHtml = '/api/mecp/v1/mecpItask/getNodeInfoHtml.json';
|
|
133
134
|
// 提交办理
|
|
134
|
-
export const taskHandleHtml = '/
|
|
135
|
+
export const taskHandleHtml = flowPendingPrefix + '/task/taskHandle/taskHandle.dhtml';
|
|
135
136
|
// 获取流程图
|
|
136
137
|
export const getView = '/bpm/service/diagram/view.html';
|
|
137
138
|
// 开始流程
|
|
138
|
-
export const register = '/
|
|
139
|
+
export const register = flowPendingPrefix + '/task/taskHandle/startFlow.dhtml';
|
|
139
140
|
// 获取流程列表
|
|
140
141
|
export const pendedhistoryList = '/api/v1/mecpIpending/pendedhistoryList.json';
|
|
141
142
|
// 获取审核按钮信息
|
|
@@ -162,7 +163,7 @@ export const endFlowHtml = '/bpm/task/taskHandle/endFlow.dhtml';
|
|
|
162
163
|
// 获取用户信息
|
|
163
164
|
// export const findUserBaseInfos = '/api/v1/mecpSys/findUserBaseInfo.dhtml';
|
|
164
165
|
// 搜索用户信息
|
|
165
|
-
export const handleInfo = '/
|
|
166
|
+
export const handleInfo = flowPendingPrefix + '/task/taskHandle/handleInfo.dhtml';
|
|
166
167
|
// 获取当前用户信息
|
|
167
168
|
export const loginUserInfo = '/bpm/bpmCommon/loginUserInfo';
|
|
168
169
|
|
|
@@ -172,9 +173,9 @@ export const wss = window.wss || '/main2/ws';
|
|
|
172
173
|
export const topic = '/user/topic/all';
|
|
173
174
|
// 流程预设
|
|
174
175
|
export const getPresetCustomInfo =
|
|
175
|
-
'/
|
|
176
|
+
flowPendingPrefix + '/task/taskHandle/getPresetCustomInfo.dhtml';
|
|
176
177
|
// 办理人预设
|
|
177
|
-
export const getPresetNodeInfo = '/
|
|
178
|
+
export const getPresetNodeInfo = flowPendingPrefix + '/task/taskHandle/getPresetNodeInfo.dhtml';
|
|
178
179
|
// 获取转办页面数据
|
|
179
180
|
export const toTaskTransferIndex = '/bpm/bpmBackend/toTaskTransferIndex';
|
|
180
181
|
// 转办提交按钮
|
|
@@ -184,14 +185,14 @@ export const toPresetInfoListIndex = '/bpm/bpmBackend/toPresetInfoListIndex';
|
|
|
184
185
|
// 流程预设置为失效
|
|
185
186
|
export const deletePresetInfo = '/bpm/task/taskHandle/deletePresetInfo.dhtml';
|
|
186
187
|
// 流程列表
|
|
187
|
-
export const historyListJson = '/
|
|
188
|
+
export const historyListJson = flowPendingPrefix + '/pendedhistoryManager/historyListJson.dhtml';
|
|
188
189
|
// 获取流程列表配置
|
|
189
190
|
export const pendedhistoryListJson =
|
|
190
|
-
'/
|
|
191
|
+
flowPendingPrefix + '/pendedhistoryManager/pendedhistoryListJson';
|
|
191
192
|
// 获取催办列表
|
|
192
|
-
export const pressListJson = '/
|
|
193
|
+
export const pressListJson = flowPendingPrefix + '/wfUrgeRecord/listJson.dhtml';
|
|
193
194
|
// 删除流程列表节点
|
|
194
|
-
export const deleteFlow = '/
|
|
195
|
+
export const deleteFlow = flowPendingPrefix + '/pendedhistoryManager/delete.dhtml';
|
|
195
196
|
// 是否允许启动子流程(必经节点)
|
|
196
197
|
export const isCanStartSubFlow = '/bpm/task/taskHandle/isCanStartSubFlow.dhtml';
|
|
197
198
|
// 联合审核
|
|
@@ -206,12 +207,12 @@ export const taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
|
|
|
206
207
|
export const toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
|
|
207
208
|
|
|
208
209
|
// 稿件递送提交接口
|
|
209
|
-
// export const taskStartDraft = '/
|
|
210
|
+
// export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
210
211
|
export const taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
|
|
211
212
|
// 复核
|
|
212
213
|
export const toTaskReview = '/bpm/bpmBackend/toTaskReview';
|
|
213
214
|
// 复核提交
|
|
214
|
-
export const taskReview = '/
|
|
215
|
+
export const taskReview = flowPendingPrefix + '/task/taskHandle/taskReview.dhtml';
|
|
215
216
|
// 联合用印
|
|
216
217
|
export const toTaskUnionSeal = '/bpm/bpmBackend/toTaskUnionSeal';
|
|
217
218
|
// 联合用印提交
|
|
@@ -221,7 +222,18 @@ export const toTwoOfficesDispatch = '/bpm/bpmBackend/toTwoOfficesDispatch';
|
|
|
221
222
|
// 报送两办提交
|
|
222
223
|
export const twoOfficesDispatch =
|
|
223
224
|
'/bpm/task/taskHandle/twoOfficesDispatch.dhtml';
|
|
224
|
-
|
|
225
|
+
// 重设流程
|
|
226
|
+
export const toResetProcessIndex = '/bpm/bpmBackend/toResetProcessIndex';
|
|
227
|
+
// 提交重设流程
|
|
228
|
+
export const resetProcess = '/bpm/task/taskHandle/resetProcess.dhtml';
|
|
229
|
+
// 续办流程
|
|
230
|
+
export const toTaskContinuationIndex = '/bpm/bpmBackend/toTaskContinuationIndex';
|
|
231
|
+
// 续办提交
|
|
232
|
+
export const taskContinuation = '/bpm/task/taskHandle/taskContinuation.dhtml';
|
|
233
|
+
// 自由发起流程获取配置参数
|
|
234
|
+
export const getFreeStartFlowParams = '/bpm/bpmBackend/getFreeStartFlowParams';
|
|
235
|
+
// 自由发起流程提交
|
|
236
|
+
export const freeStartFlowWithSubmitTask = '/bpm/bpmBackend/freeStartFlowWithSubmitTask';
|
|
225
237
|
// notifySend 消息发送
|
|
226
238
|
export const sendList = '/notify2/notifySendRecord/listJson';
|
|
227
239
|
export const sendInfo = '/notify2/notifySendRecord/info';
|
package/src/index.js
CHANGED
|
@@ -1,112 +1,112 @@
|
|
|
1
1
|
/* Automatically generated by './build/bin/build-entry.js' */
|
|
2
2
|
|
|
3
|
-
import Button from '../packages/button/index.js';
|
|
4
|
-
import ButtonGroup from '../packages/button-group/index.js';
|
|
5
|
-
import Calendar from '../packages/calendar/index.js';
|
|
6
|
-
import Card from '../packages/card/index.js';
|
|
7
|
-
import Cascader from '../packages/cascader/index.js';
|
|
8
|
-
import CheckboxGroup from '../packages/checkbox-group/index.js';
|
|
9
|
-
import Clients from '../packages/clients/index.js';
|
|
10
|
-
import DataTable from '../packages/data-table/index.js';
|
|
11
|
-
import DataTableForm from '../packages/data-table-form/index.js';
|
|
12
|
-
import DatePicker from '../packages/date-picker/index.js';
|
|
13
|
-
import Dialog from '../packages/dialog/index.js';
|
|
14
|
-
import Enterprise from '../packages/enterprise/index.js';
|
|
15
|
-
import ErrorPage from '../packages/error-page/index.js';
|
|
16
|
-
import Form from '../packages/form/index.js';
|
|
17
|
-
import Flow from '../packages/flow/index.js';
|
|
18
|
-
import FlowGroup from '../packages/flow-group/index.js';
|
|
19
|
-
import FlowList from '../packages/flow-list/index.js';
|
|
20
|
-
import HandleUser from '../packages/handle-user/index.js';
|
|
21
|
-
import Handler from '../packages/handler/index.js';
|
|
22
|
-
import Icon from '../packages/icon/index.js';
|
|
23
|
-
import Icons from '../packages/icons/index.js';
|
|
24
|
-
import Input from '../packages/input/index.js';
|
|
25
|
-
import InputNumber from '../packages/input-number/index.js';
|
|
26
|
-
import Label from '../packages/label/index.js';
|
|
27
|
-
import Layout from '../packages/layout/index.js';
|
|
28
|
-
import Login from '../packages/login/index.js';
|
|
29
|
-
import Main from '../packages/main/index.js';
|
|
30
|
-
import Menu from '../packages/menu/index.js';
|
|
31
|
-
import Nav from '../packages/nav/index.js';
|
|
32
|
-
import Notify from '../packages/notify/index.js';
|
|
33
|
-
import Pagination from '../packages/pagination/index.js';
|
|
34
|
-
import Page from '../packages/page/index.js';
|
|
35
|
-
import Player from '../packages/player/index.js';
|
|
36
|
-
import QrCode from '../packages/qr-code/index.js';
|
|
37
|
-
import RadioGroup from '../packages/radio-group/index.js';
|
|
38
|
-
import RetrialAuth from '../packages/retrial-auth/index.js';
|
|
39
|
-
import Select from '../packages/select/index.js';
|
|
40
|
-
import SelectGanged from '../packages/select-ganged/index.js';
|
|
41
|
-
import Selector from '../packages/selector/index.js';
|
|
42
|
-
import SelectorPanel from '../packages/selector-panel/index.js';
|
|
43
|
-
import Sizer from '../packages/sizer/index.js';
|
|
44
|
-
import Steps from '../packages/steps/index.js';
|
|
45
|
-
import Switch from '../packages/switch/index.js';
|
|
46
|
-
import Tabs from '../packages/tabs/index.js';
|
|
47
|
-
import TabsPanel from '../packages/tabs-panel/index.js';
|
|
48
|
-
import Tips from '../packages/tips/index.js';
|
|
49
|
-
import Tree from '../packages/tree/index.js';
|
|
50
|
-
import TreeGroup from '../packages/tree-group/index.js';
|
|
51
|
-
import Toolbar from '../packages/toolbar/index.js';
|
|
52
|
-
import TableForm from '../packages/table-form/index.js';
|
|
53
|
-
import Upload from '../packages/upload/index.js';
|
|
54
|
-
import Wujie from '../packages/wujie/index.js';
|
|
3
|
+
import Button from '../packages/button/index.js';
|
|
4
|
+
import ButtonGroup from '../packages/button-group/index.js';
|
|
5
|
+
import Calendar from '../packages/calendar/index.js';
|
|
6
|
+
import Card from '../packages/card/index.js';
|
|
7
|
+
import Cascader from '../packages/cascader/index.js';
|
|
8
|
+
import CheckboxGroup from '../packages/checkbox-group/index.js';
|
|
9
|
+
import Clients from '../packages/clients/index.js';
|
|
10
|
+
import DataTable from '../packages/data-table/index.js';
|
|
11
|
+
import DataTableForm from '../packages/data-table-form/index.js';
|
|
12
|
+
import DatePicker from '../packages/date-picker/index.js';
|
|
13
|
+
import Dialog from '../packages/dialog/index.js';
|
|
14
|
+
import Enterprise from '../packages/enterprise/index.js';
|
|
15
|
+
import ErrorPage from '../packages/error-page/index.js';
|
|
16
|
+
import Form from '../packages/form/index.js';
|
|
17
|
+
import Flow from '../packages/flow/index.js';
|
|
18
|
+
import FlowGroup from '../packages/flow-group/index.js';
|
|
19
|
+
import FlowList from '../packages/flow-list/index.js';
|
|
20
|
+
import HandleUser from '../packages/handle-user/index.js';
|
|
21
|
+
import Handler from '../packages/handler/index.js';
|
|
22
|
+
import Icon from '../packages/icon/index.js';
|
|
23
|
+
import Icons from '../packages/icons/index.js';
|
|
24
|
+
import Input from '../packages/input/index.js';
|
|
25
|
+
import InputNumber from '../packages/input-number/index.js';
|
|
26
|
+
import Label from '../packages/label/index.js';
|
|
27
|
+
import Layout from '../packages/layout/index.js';
|
|
28
|
+
import Login from '../packages/login/index.js';
|
|
29
|
+
import Main from '../packages/main/index.js';
|
|
30
|
+
import Menu from '../packages/menu/index.js';
|
|
31
|
+
import Nav from '../packages/nav/index.js';
|
|
32
|
+
import Notify from '../packages/notify/index.js';
|
|
33
|
+
import Pagination from '../packages/pagination/index.js';
|
|
34
|
+
import Page from '../packages/page/index.js';
|
|
35
|
+
import Player from '../packages/player/index.js';
|
|
36
|
+
import QrCode from '../packages/qr-code/index.js';
|
|
37
|
+
import RadioGroup from '../packages/radio-group/index.js';
|
|
38
|
+
import RetrialAuth from '../packages/retrial-auth/index.js';
|
|
39
|
+
import Select from '../packages/select/index.js';
|
|
40
|
+
import SelectGanged from '../packages/select-ganged/index.js';
|
|
41
|
+
import Selector from '../packages/selector/index.js';
|
|
42
|
+
import SelectorPanel from '../packages/selector-panel/index.js';
|
|
43
|
+
import Sizer from '../packages/sizer/index.js';
|
|
44
|
+
import Steps from '../packages/steps/index.js';
|
|
45
|
+
import Switch from '../packages/switch/index.js';
|
|
46
|
+
import Tabs from '../packages/tabs/index.js';
|
|
47
|
+
import TabsPanel from '../packages/tabs-panel/index.js';
|
|
48
|
+
import Tips from '../packages/tips/index.js';
|
|
49
|
+
import Tree from '../packages/tree/index.js';
|
|
50
|
+
import TreeGroup from '../packages/tree-group/index.js';
|
|
51
|
+
import Toolbar from '../packages/toolbar/index.js';
|
|
52
|
+
import TableForm from '../packages/table-form/index.js';
|
|
53
|
+
import Upload from '../packages/upload/index.js';
|
|
54
|
+
import Wujie from '../packages/wujie/index.js';
|
|
55
55
|
import Wxlogin from '../packages/wxlogin/index.js';
|
|
56
56
|
|
|
57
57
|
const components = [
|
|
58
|
-
Button,
|
|
59
|
-
ButtonGroup,
|
|
60
|
-
Calendar,
|
|
61
|
-
Card,
|
|
62
|
-
Cascader,
|
|
63
|
-
CheckboxGroup,
|
|
64
|
-
Clients,
|
|
65
|
-
DataTable,
|
|
66
|
-
DataTableForm,
|
|
67
|
-
DatePicker,
|
|
68
|
-
Dialog,
|
|
69
|
-
Enterprise,
|
|
70
|
-
ErrorPage,
|
|
71
|
-
Form,
|
|
72
|
-
Flow,
|
|
73
|
-
FlowGroup,
|
|
74
|
-
FlowList,
|
|
75
|
-
HandleUser,
|
|
76
|
-
Handler,
|
|
77
|
-
Icon,
|
|
78
|
-
Icons,
|
|
79
|
-
Input,
|
|
80
|
-
InputNumber,
|
|
81
|
-
Label,
|
|
82
|
-
Layout,
|
|
83
|
-
Login,
|
|
84
|
-
Main,
|
|
85
|
-
Menu,
|
|
86
|
-
Nav,
|
|
87
|
-
Notify,
|
|
88
|
-
Pagination,
|
|
89
|
-
Page,
|
|
90
|
-
Player,
|
|
91
|
-
QrCode,
|
|
92
|
-
RadioGroup,
|
|
93
|
-
RetrialAuth,
|
|
94
|
-
Select,
|
|
95
|
-
SelectGanged,
|
|
96
|
-
Selector,
|
|
97
|
-
SelectorPanel,
|
|
98
|
-
Sizer,
|
|
99
|
-
Steps,
|
|
100
|
-
Switch,
|
|
101
|
-
Tabs,
|
|
102
|
-
TabsPanel,
|
|
103
|
-
Tips,
|
|
104
|
-
Tree,
|
|
105
|
-
TreeGroup,
|
|
106
|
-
Toolbar,
|
|
107
|
-
TableForm,
|
|
108
|
-
Upload,
|
|
109
|
-
Wujie,
|
|
58
|
+
Button,
|
|
59
|
+
ButtonGroup,
|
|
60
|
+
Calendar,
|
|
61
|
+
Card,
|
|
62
|
+
Cascader,
|
|
63
|
+
CheckboxGroup,
|
|
64
|
+
Clients,
|
|
65
|
+
DataTable,
|
|
66
|
+
DataTableForm,
|
|
67
|
+
DatePicker,
|
|
68
|
+
Dialog,
|
|
69
|
+
Enterprise,
|
|
70
|
+
ErrorPage,
|
|
71
|
+
Form,
|
|
72
|
+
Flow,
|
|
73
|
+
FlowGroup,
|
|
74
|
+
FlowList,
|
|
75
|
+
HandleUser,
|
|
76
|
+
Handler,
|
|
77
|
+
Icon,
|
|
78
|
+
Icons,
|
|
79
|
+
Input,
|
|
80
|
+
InputNumber,
|
|
81
|
+
Label,
|
|
82
|
+
Layout,
|
|
83
|
+
Login,
|
|
84
|
+
Main,
|
|
85
|
+
Menu,
|
|
86
|
+
Nav,
|
|
87
|
+
Notify,
|
|
88
|
+
Pagination,
|
|
89
|
+
Page,
|
|
90
|
+
Player,
|
|
91
|
+
QrCode,
|
|
92
|
+
RadioGroup,
|
|
93
|
+
RetrialAuth,
|
|
94
|
+
Select,
|
|
95
|
+
SelectGanged,
|
|
96
|
+
Selector,
|
|
97
|
+
SelectorPanel,
|
|
98
|
+
Sizer,
|
|
99
|
+
Steps,
|
|
100
|
+
Switch,
|
|
101
|
+
Tabs,
|
|
102
|
+
TabsPanel,
|
|
103
|
+
Tips,
|
|
104
|
+
Tree,
|
|
105
|
+
TreeGroup,
|
|
106
|
+
Toolbar,
|
|
107
|
+
TableForm,
|
|
108
|
+
Upload,
|
|
109
|
+
Wujie,
|
|
110
110
|
Wxlogin
|
|
111
111
|
];
|
|
112
112
|
|
|
@@ -121,59 +121,59 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
export default {
|
|
124
|
-
version: '0.6.
|
|
124
|
+
version: '0.6.40',
|
|
125
125
|
install,
|
|
126
|
-
Button,
|
|
127
|
-
ButtonGroup,
|
|
128
|
-
Calendar,
|
|
129
|
-
Card,
|
|
130
|
-
Cascader,
|
|
131
|
-
CheckboxGroup,
|
|
132
|
-
Clients,
|
|
133
|
-
DataTable,
|
|
134
|
-
DataTableForm,
|
|
135
|
-
DatePicker,
|
|
136
|
-
Dialog,
|
|
137
|
-
Enterprise,
|
|
138
|
-
ErrorPage,
|
|
139
|
-
Form,
|
|
140
|
-
Flow,
|
|
141
|
-
FlowGroup,
|
|
142
|
-
FlowList,
|
|
143
|
-
HandleUser,
|
|
144
|
-
Handler,
|
|
145
|
-
Icon,
|
|
146
|
-
Icons,
|
|
147
|
-
Input,
|
|
148
|
-
InputNumber,
|
|
149
|
-
Label,
|
|
150
|
-
Layout,
|
|
151
|
-
Login,
|
|
152
|
-
Main,
|
|
153
|
-
Menu,
|
|
154
|
-
Nav,
|
|
155
|
-
Notify,
|
|
156
|
-
Pagination,
|
|
157
|
-
Page,
|
|
158
|
-
Player,
|
|
159
|
-
QrCode,
|
|
160
|
-
RadioGroup,
|
|
161
|
-
RetrialAuth,
|
|
162
|
-
Select,
|
|
163
|
-
SelectGanged,
|
|
164
|
-
Selector,
|
|
165
|
-
SelectorPanel,
|
|
166
|
-
Sizer,
|
|
167
|
-
Steps,
|
|
168
|
-
Switch,
|
|
169
|
-
Tabs,
|
|
170
|
-
TabsPanel,
|
|
171
|
-
Tips,
|
|
172
|
-
Tree,
|
|
173
|
-
TreeGroup,
|
|
174
|
-
Toolbar,
|
|
175
|
-
TableForm,
|
|
176
|
-
Upload,
|
|
177
|
-
Wujie,
|
|
126
|
+
Button,
|
|
127
|
+
ButtonGroup,
|
|
128
|
+
Calendar,
|
|
129
|
+
Card,
|
|
130
|
+
Cascader,
|
|
131
|
+
CheckboxGroup,
|
|
132
|
+
Clients,
|
|
133
|
+
DataTable,
|
|
134
|
+
DataTableForm,
|
|
135
|
+
DatePicker,
|
|
136
|
+
Dialog,
|
|
137
|
+
Enterprise,
|
|
138
|
+
ErrorPage,
|
|
139
|
+
Form,
|
|
140
|
+
Flow,
|
|
141
|
+
FlowGroup,
|
|
142
|
+
FlowList,
|
|
143
|
+
HandleUser,
|
|
144
|
+
Handler,
|
|
145
|
+
Icon,
|
|
146
|
+
Icons,
|
|
147
|
+
Input,
|
|
148
|
+
InputNumber,
|
|
149
|
+
Label,
|
|
150
|
+
Layout,
|
|
151
|
+
Login,
|
|
152
|
+
Main,
|
|
153
|
+
Menu,
|
|
154
|
+
Nav,
|
|
155
|
+
Notify,
|
|
156
|
+
Pagination,
|
|
157
|
+
Page,
|
|
158
|
+
Player,
|
|
159
|
+
QrCode,
|
|
160
|
+
RadioGroup,
|
|
161
|
+
RetrialAuth,
|
|
162
|
+
Select,
|
|
163
|
+
SelectGanged,
|
|
164
|
+
Selector,
|
|
165
|
+
SelectorPanel,
|
|
166
|
+
Sizer,
|
|
167
|
+
Steps,
|
|
168
|
+
Switch,
|
|
169
|
+
Tabs,
|
|
170
|
+
TabsPanel,
|
|
171
|
+
Tips,
|
|
172
|
+
Tree,
|
|
173
|
+
TreeGroup,
|
|
174
|
+
Toolbar,
|
|
175
|
+
TableForm,
|
|
176
|
+
Upload,
|
|
177
|
+
Wujie,
|
|
178
178
|
Wxlogin
|
|
179
179
|
};
|