ecinc-cloud-yoabase 9.5.236 → 9.5.237
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 +9 -1
- package/lib/ecyoabase.common.js +2018 -1146
- package/lib/ecyoabase.umd.js +2041 -1169
- package/lib/ecyoabase.umd.min.js +8 -8
- package/lib/img/lsbg.d29e2e10.png +0 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -94,6 +94,9 @@ const {
|
|
|
94
94
|
CCViewBodyArticle,
|
|
95
95
|
CCViewContent,
|
|
96
96
|
CCWatermark,
|
|
97
|
+
CCLockScreen,
|
|
98
|
+
CCUiStyleSetting,
|
|
99
|
+
CCFontSizeSelect,
|
|
97
100
|
mappWorkTzgg,
|
|
98
101
|
mappWorkBanner,
|
|
99
102
|
mappWorkTodo,
|
|
@@ -135,6 +138,7 @@ import wformSerial from './src/workflow/wfInstance/mainform/components/wformSeri
|
|
|
135
138
|
import wformTitle from './src/workflow/wfInstance/mainform/components/wformTitle'
|
|
136
139
|
import wfsubmission from './src/workflow/wfInstance/mainform/components/Submission'
|
|
137
140
|
import wfhandovernote from './src/workflow/wfInstance/mainform/components/handovernote'
|
|
141
|
+
import documentLayoutSitting from './src/workflow/wfInstance/mainform/components/documentLayoutSitting'
|
|
138
142
|
|
|
139
143
|
//basicformOpenPage
|
|
140
144
|
import BasicformOpenPage from './src/BasicformOpenPage/newBusiForm'
|
|
@@ -278,6 +282,9 @@ const components = {
|
|
|
278
282
|
CCViewBodyArticle,
|
|
279
283
|
CCViewContent,
|
|
280
284
|
CCWatermark,
|
|
285
|
+
CCLockScreen,
|
|
286
|
+
CCUiStyleSetting,
|
|
287
|
+
CCFontSizeSelect,
|
|
281
288
|
mappWorkTzgg,
|
|
282
289
|
mappWorkBanner,
|
|
283
290
|
mappWorkTodo,
|
|
@@ -294,7 +301,8 @@ const components = {
|
|
|
294
301
|
wfsubmission,
|
|
295
302
|
wfhandovernote,
|
|
296
303
|
BasicformOpenPage,
|
|
297
|
-
importProductConfig
|
|
304
|
+
importProductConfig,
|
|
305
|
+
documentLayoutSitting
|
|
298
306
|
}
|
|
299
307
|
// 定义 install 方法
|
|
300
308
|
const install = function (Vue) {
|