ecinc-cloud-yoabase 9.5.1 → 9.5.2
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/README.md +24 -0
- package/lib/ecyoabase.common.js +299630 -0
- package/lib/ecyoabase.umd.js +299640 -0
- package/lib/ecyoabase.umd.min.js +114 -0
- package/lib/img/icon_fpgl.791b9d91.svg +1 -0
- package/lib/img/yulan.b91abe4b.png +0 -0
- package/package.json +80 -3
- package/index.js +0 -101
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg t="1694430383083" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9783" width="200" height="200"><path d="M1024 204.8h-102.4V0H102.4v204.8H0v563.2h102.4v256h819.2v-256h102.4zM204.8 102.4h614.4v102.4H204.8z m614.4 819.2H204.8V460.8h614.4z" fill="#1296db" p-id="9784"></path><path d="M307.2 716.8h409.6v102.4H307.2zM307.2 563.2h409.6v102.4H307.2z" fill="#1296db" p-id="9785"></path></svg>
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,10 +1,87 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ecinc-cloud-yoabase",
|
|
3
3
|
"main": "/lib/ecyoabase.umd.min.js",
|
|
4
|
-
"version": "9.5.
|
|
4
|
+
"version": "9.5.2",
|
|
5
5
|
"description": "易臣云办公PC版-公共组件",
|
|
6
|
-
"keyword": "ecinc cloud
|
|
6
|
+
"keyword": "ecinc cloud plat",
|
|
7
7
|
"private": false,
|
|
8
8
|
"author": "ECINC",
|
|
9
|
+
|
|
10
|
+
"scripts": {
|
|
11
|
+
"lint": "vue-cli-service lint",
|
|
12
|
+
"lib:wappaio": "vue-cli-service build --target lib --name ecwappaio --dest lib packages/wappaio.index.js",
|
|
13
|
+
"lib:wportal": "vue-cli-service build --target lib --name ecwportal --dest lib packages/wportal.index.js",
|
|
14
|
+
"lib:mappaio": "vue-cli-service build --target lib --name ecmappaio --dest lib packages/mappaio.index.js",
|
|
15
|
+
"lib:yoabase": "vue-cli-service build --target lib --name ecyoabase --dest lib packages/ecyoa/yoabase/index.js"
|
|
16
|
+
},
|
|
17
|
+
"husky": {
|
|
18
|
+
"hooks": {
|
|
19
|
+
"pre-commit": "lint-staged"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"lint-staged": {
|
|
23
|
+
"src/**/*.{js,vue}": [
|
|
24
|
+
"eslint --fix",
|
|
25
|
+
"git add"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@babel/polyfill": "^7.11.5",
|
|
30
|
+
"axios": "^0.19.0",
|
|
31
|
+
"clipboard": "^2.0.6",
|
|
32
|
+
"echarts": "^5.0.2",
|
|
33
|
+
"highlight.js": "^9.12.0",
|
|
34
|
+
"html2canvas": "^1.0.0-rc.5",
|
|
35
|
+
"http-vue-loader": "^1.4.1",
|
|
36
|
+
"increase-memory-limit": "^1.0.7",
|
|
37
|
+
"jquery": "^3.4.1",
|
|
38
|
+
"jquery-ui": "^1.12.1",
|
|
39
|
+
"js-cookie": "^2.2.1",
|
|
40
|
+
"jsonlint": "^1.6.3",
|
|
41
|
+
"jsplumb": "^2.15.6",
|
|
42
|
+
"jwt-decode": "^2.2.0",
|
|
43
|
+
"sortablejs": "^1.10.1",
|
|
44
|
+
"tiff.js": "^1.0.0",
|
|
45
|
+
"vee-validate": "^3.0.11",
|
|
46
|
+
"video.js": "^7.7.5",
|
|
47
|
+
"vue-i18n": "^8.15.0",
|
|
48
|
+
"vuedraggable": "^2.23.2"
|
|
49
|
+
},
|
|
50
|
+
"devDependencies": {
|
|
51
|
+
"@babel/core": "^7.0.0",
|
|
52
|
+
"@babel/register": "^7.0.0",
|
|
53
|
+
"@riophae/vue-treeselect": "^0.4.0",
|
|
54
|
+
"@vue/cli-plugin-babel": "^4.5.18",
|
|
55
|
+
"@vue/cli-plugin-eslint": "^4.5.18",
|
|
56
|
+
"@vue/cli-service": "^4.5.18",
|
|
57
|
+
"babel-core": "^7.0.0-bridge.0",
|
|
58
|
+
"babel-eslint": "^10.0.1",
|
|
59
|
+
"babel-jest": "^25.5.1",
|
|
60
|
+
"element-ui": "^2.15.12",
|
|
61
|
+
"eslint": "5.15.3",
|
|
62
|
+
"eslint-plugin-vue": "5.2.2",
|
|
63
|
+
"lint-staged": "8.1.5",
|
|
64
|
+
"moment": "^2.24.0",
|
|
65
|
+
"node-sass": "^4.14.1",
|
|
66
|
+
"sass-loader": "^7.3.1",
|
|
67
|
+
"script-loader": "^0.7.2",
|
|
68
|
+
"vant": "^2.12.49",
|
|
69
|
+
"vue": "^2.7.16",
|
|
70
|
+
"vue-codemirror": "^4.0.6",
|
|
71
|
+
"vue-grid-layout": "^2.4.0",
|
|
72
|
+
"vuex": "^3.6.2"
|
|
73
|
+
},
|
|
74
|
+
"engines": {
|
|
75
|
+
"node": ">=8.9",
|
|
76
|
+
"npm": ">= 3.0.0"
|
|
77
|
+
},
|
|
78
|
+
"browserslist": [
|
|
79
|
+
"> 1%",
|
|
80
|
+
"last 3 versions",
|
|
81
|
+
"not ie <= 9"
|
|
82
|
+
],
|
|
83
|
+
"directories": {
|
|
84
|
+
"test": "tests"
|
|
85
|
+
},
|
|
9
86
|
"license": "ISC"
|
|
10
|
-
}
|
|
87
|
+
}
|
package/index.js
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
// 导入单个组件
|
|
2
|
-
// cityCodeConfig
|
|
3
|
-
import CityCodeConfig from './src/cityCodeConfig'
|
|
4
|
-
// cockpit
|
|
5
|
-
import Cockpit from './src/cockpit'
|
|
6
|
-
// cockpit1
|
|
7
|
-
import Cockpit1 from './src/cockpit1'
|
|
8
|
-
// conversation
|
|
9
|
-
import ConversationSimulateLeft from './src/conversation/SimulateLeft'
|
|
10
|
-
import ConversationSimulateRight from './src/conversation/SimulateRight'
|
|
11
|
-
import ConversationSimulateTest from './src/conversation/SimulateTest'
|
|
12
|
-
import ConversationTbColumns from './src/conversation/TbColumns'
|
|
13
|
-
import ConversationTopBtn from './src/conversation/TopBtn'
|
|
14
|
-
// email
|
|
15
|
-
import EmailComponents from './src/email/exportor'
|
|
16
|
-
// holiday
|
|
17
|
-
import BaseHoliday from './src/holiday'
|
|
18
|
-
// InvoiceRecognition
|
|
19
|
-
import InvoiceRecognition from './src/InvoiceRecognition'
|
|
20
|
-
import InvoiceRecognitionRegister from './src/InvoiceRecognition/register'
|
|
21
|
-
import OrganMgrSyncToWechat from './src/organMgr/syncToWechat'
|
|
22
|
-
// passwordPolicy
|
|
23
|
-
import PasswordPolicy from './src/passwordPolicy'
|
|
24
|
-
// platStatistics
|
|
25
|
-
import PlatStatisticsComponents from './src/platStatistics/exportor'
|
|
26
|
-
// product/menuMgr
|
|
27
|
-
import BaseProductMenuMgr from './src/product/menuMgr'
|
|
28
|
-
// sysLog
|
|
29
|
-
import BaseSysLog from './src/sysLog'
|
|
30
|
-
// systemSummary
|
|
31
|
-
import BaseSystemSummary from './src/systemSummary'
|
|
32
|
-
// uiStyle
|
|
33
|
-
import BaseUiStyle from './src/uiStyle'
|
|
34
|
-
import BaseUiStyleSkinSet from './src/uiStyle/skinSet'
|
|
35
|
-
import BaseUiStyleUserForm from './src/uiStyle/UserForm'
|
|
36
|
-
// voice
|
|
37
|
-
import VoiceSideBar from './src/voice/SideBar'
|
|
38
|
-
import VoiceVoiceDesigner from './src/voice/VoiceDesigner'
|
|
39
|
-
import VoiceCenter from './src/voice/Center'
|
|
40
|
-
import VoiceMenuBar from './src/voice/MenuBar'
|
|
41
|
-
import VoiceRight from './src/voice/RightForm'
|
|
42
|
-
import VoiceRightFormPanelNode from './src/voice/RightForm/PanelNode'
|
|
43
|
-
import VoiceRightFormTab from './src/voice/RightForm/PanelNode/Tab0'
|
|
44
|
-
// common
|
|
45
|
-
import CommonComponents from './src/common/exportor'
|
|
46
|
-
// workflow
|
|
47
|
-
import WorkFlowComponents from './src/workflow/exporter'
|
|
48
|
-
|
|
49
|
-
// 以对象的结构保存组件,便于遍历
|
|
50
|
-
const components = {
|
|
51
|
-
CityCodeConfig,
|
|
52
|
-
Cockpit,
|
|
53
|
-
Cockpit1,
|
|
54
|
-
ConversationSimulateLeft,
|
|
55
|
-
ConversationSimulateRight,
|
|
56
|
-
ConversationSimulateTest,
|
|
57
|
-
ConversationTbColumns,
|
|
58
|
-
ConversationTopBtn,
|
|
59
|
-
BaseHoliday,
|
|
60
|
-
InvoiceRecognition,
|
|
61
|
-
InvoiceRecognitionRegister,
|
|
62
|
-
OrganMgrSyncToWechat,
|
|
63
|
-
PasswordPolicy,
|
|
64
|
-
BaseProductMenuMgr,
|
|
65
|
-
BaseSysLog,
|
|
66
|
-
BaseSystemSummary,
|
|
67
|
-
BaseUiStyle,
|
|
68
|
-
BaseUiStyleSkinSet,
|
|
69
|
-
BaseUiStyleUserForm,
|
|
70
|
-
VoiceSideBar,
|
|
71
|
-
VoiceVoiceDesigner,
|
|
72
|
-
VoiceCenter,
|
|
73
|
-
VoiceMenuBar,
|
|
74
|
-
VoiceRight,
|
|
75
|
-
VoiceRightFormPanelNode,
|
|
76
|
-
VoiceRightFormTab,
|
|
77
|
-
...EmailComponents,
|
|
78
|
-
...PlatStatisticsComponents,
|
|
79
|
-
...CommonComponents,
|
|
80
|
-
...WorkFlowComponents
|
|
81
|
-
}
|
|
82
|
-
// 定义 install 方法
|
|
83
|
-
const install = function(Vue) {
|
|
84
|
-
if (install.installed) return
|
|
85
|
-
install.installed = true
|
|
86
|
-
// 遍历并注册全局组件
|
|
87
|
-
Object.keys(components).forEach(key => {
|
|
88
|
-
Vue.component(key, components[key])
|
|
89
|
-
})
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
if (typeof window !== 'undefined' && window.Vue) {
|
|
93
|
-
install(window.Vue)
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export default {
|
|
97
|
-
// 导出的对象必须具备一个 install 方法
|
|
98
|
-
install,
|
|
99
|
-
// 组件列表
|
|
100
|
-
...components
|
|
101
|
-
}
|