ecinc-cloud-yoabase 9.5.34 → 9.5.36
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/index.js +61 -7
- package/lib/ecyoabase.common.js +73846 -88945
- package/lib/ecyoabase.css +384 -0
- package/lib/ecyoabase.umd.js +73852 -88950
- package/lib/ecyoabase.umd.min.js +194 -204
- package/lib/img/footer_w.8706575c.png +0 -0
- package/lib/img/systemBg.c9002b01.png +0 -0
- package/lib/img/work_blmb.94b05d91.png +0 -0
- package/lib/img/work_wcsq.ab6e2b62.png +0 -0
- package/package.json +1 -1
- /package/lib/img/{icon_fpgl.791b9d91.svg → icon_fpgl.e5cc5863.svg} +0 -0
- /package/lib/img/{yulan.b91abe4b.png → yulan.8b6f330a.png} +0 -0
package/index.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
require('@babel/polyfill')
|
|
2
|
-
|
|
3
1
|
// 导入单个组件
|
|
4
2
|
// cityCodeConfig
|
|
5
3
|
import CityCodeConfig from './src/cityCodeConfig'
|
|
@@ -15,8 +13,7 @@ import ConversationTbColumns from './src/conversation/TbColumns'
|
|
|
15
13
|
import ConversationTopBtn from './src/conversation/TopBtn'
|
|
16
14
|
// email
|
|
17
15
|
import EmailComponents from './src/email/exportor'
|
|
18
|
-
const { EmailAddressVisible, EmailEmailAddrSet, EmailGroupSend, EmailPtAccount, EmailPtyjsftj, EmailYjsftj, EmailComponentsBackupEmail, EmailComponentsByRegulator,
|
|
19
|
-
EmailComponentsByRegulatorColumn, EmailComponentsEmailAddrPercent, EmailComponentsPtAccountList, EmailComponentsPtAccountPercent, EmailComponentsPtPercent, WatchEmail, WatchEmailPT } = EmailComponents
|
|
16
|
+
const { EmailAddressVisible, EmailEmailAddrSet, EmailGroupSend, EmailPtAccount, EmailPtyjsftj, EmailYjsftj, EmailComponentsBackupEmail, EmailComponentsByRegulator, EmailComponentsByRegulatorColumn, EmailComponentsEmailAddrPercent, EmailComponentsPtAccountList, EmailComponentsPtAccountPercent, EmailComponentsPtPercent, WatchEmail, WatchEmailPT } = EmailComponents
|
|
20
17
|
|
|
21
18
|
// holiday
|
|
22
19
|
import BaseHoliday from './src/holiday'
|
|
@@ -50,7 +47,64 @@ import VoiceRightFormPanelNode from './src/voice/RightForm/PanelNode'
|
|
|
50
47
|
import VoiceRightFormTab from './src/voice/RightForm/PanelNode/Tab0'
|
|
51
48
|
// common
|
|
52
49
|
import CommonComponents from './src/common/exportor'
|
|
53
|
-
const {
|
|
50
|
+
const {
|
|
51
|
+
CCApply,
|
|
52
|
+
CCAreaSelect,
|
|
53
|
+
CCBankAccountInput,
|
|
54
|
+
CCBlockFrame,
|
|
55
|
+
CCBreadcrumb,
|
|
56
|
+
CCCalendar,
|
|
57
|
+
CCGwapCalendar,
|
|
58
|
+
CCCommonHeader,
|
|
59
|
+
CCDatePickerDuring,
|
|
60
|
+
CCDateTableTree,
|
|
61
|
+
CCDefaultDialog,
|
|
62
|
+
CCDefaultDialogContent,
|
|
63
|
+
CCDragApplet,
|
|
64
|
+
EchartColumnar,
|
|
65
|
+
EchartAnnular,
|
|
66
|
+
EchartStackColumnar,
|
|
67
|
+
EchartDashboard,
|
|
68
|
+
EchartTreemap,
|
|
69
|
+
EchartFunnel,
|
|
70
|
+
CCEmpty,
|
|
71
|
+
CCExcelView,
|
|
72
|
+
CCExcelViewIndex,
|
|
73
|
+
CCFileFormat,
|
|
74
|
+
GiantTree,
|
|
75
|
+
CCHamburger,
|
|
76
|
+
CCImgPreview,
|
|
77
|
+
CCImgView,
|
|
78
|
+
CCItemTask,
|
|
79
|
+
CCLangSelect,
|
|
80
|
+
CCListInfo,
|
|
81
|
+
CCAppPopover,
|
|
82
|
+
CCRightPanel,
|
|
83
|
+
CCSearchInput,
|
|
84
|
+
CCSelectYear,
|
|
85
|
+
CCStatisticsSearch,
|
|
86
|
+
CCOrgSelect,
|
|
87
|
+
CCOrgSelectProduct,
|
|
88
|
+
CCTabCard,
|
|
89
|
+
CCThemePicker,
|
|
90
|
+
CCTinymce,
|
|
91
|
+
CCVideo,
|
|
92
|
+
CCViewBodyArticle,
|
|
93
|
+
CCWatermark,
|
|
94
|
+
mappWorkTzgg,
|
|
95
|
+
mappWorkBanner,
|
|
96
|
+
mappWorkTodo,
|
|
97
|
+
mappWorkSetting,
|
|
98
|
+
mappWorkQuick,
|
|
99
|
+
mappWorkNotice,
|
|
100
|
+
mappWorkNews,
|
|
101
|
+
mappWorkMetting,
|
|
102
|
+
mappWorkFile,
|
|
103
|
+
mappWorkCalendar,
|
|
104
|
+
mappWorkEchartL,
|
|
105
|
+
mappWorkEchartZ,
|
|
106
|
+
mappWorkEchartR
|
|
107
|
+
} = CommonComponents
|
|
54
108
|
|
|
55
109
|
// workflow
|
|
56
110
|
import AddCalendar from './src/workflow/wfInstance/mainform/components/AddCalendar'
|
|
@@ -225,11 +279,11 @@ const components = {
|
|
|
225
279
|
mappWorkEchartR
|
|
226
280
|
}
|
|
227
281
|
// 定义 install 方法
|
|
228
|
-
const install = function(Vue) {
|
|
282
|
+
const install = function (Vue) {
|
|
229
283
|
if (install.installed) return
|
|
230
284
|
install.installed = true
|
|
231
285
|
// 遍历并注册全局组件
|
|
232
|
-
Object.keys(components).forEach(key => {
|
|
286
|
+
Object.keys(components).forEach((key) => {
|
|
233
287
|
Vue.component(key, components[key])
|
|
234
288
|
})
|
|
235
289
|
}
|