ecinc-cloud-yoabase 9.6.246 → 9.6.248
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 +5 -16
- package/lib/ecyoabase.common.js +38411 -60936
- package/lib/ecyoabase.umd.js +38412 -60937
- package/lib/ecyoabase.umd.min.js +8 -8
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -38,13 +38,8 @@ import BaseUiStyle from './src/uiStyle'
|
|
|
38
38
|
import BaseUiStyleSkinSet from './src/uiStyle/skinSet'
|
|
39
39
|
import BaseUiStyleUserForm from './src/uiStyle/UserForm'
|
|
40
40
|
// voice
|
|
41
|
-
import
|
|
42
|
-
|
|
43
|
-
import VoiceCenter from './src/voice/Center'
|
|
44
|
-
import VoiceMenuBar from './src/voice/MenuBar'
|
|
45
|
-
import VoiceRight from './src/voice/RightForm'
|
|
46
|
-
import VoiceRightFormPanelNode from './src/voice/RightForm/PanelNode'
|
|
47
|
-
import VoiceRightFormTab from './src/voice/RightForm/PanelNode/Tab0'
|
|
41
|
+
//import VoiceVoiceDesigner from './src/voice/VoiceDesigner'
|
|
42
|
+
|
|
48
43
|
// common
|
|
49
44
|
import CommonComponents from './src/common/exportor'
|
|
50
45
|
|
|
@@ -138,7 +133,7 @@ import wformSerial from './src/workflow/wfInstance/mainform/components/wformSeri
|
|
|
138
133
|
import wformTitle from './src/workflow/wfInstance/mainform/components/wformTitle'
|
|
139
134
|
import wfsubmission from './src/workflow/wfInstance/mainform/components/Submission'
|
|
140
135
|
import wfhandovernote from './src/workflow/wfInstance/mainform/components/handovernote'
|
|
141
|
-
import
|
|
136
|
+
import WformLayoutSetting from './src/workflow/wfInstance/mainform/components/WformLayoutSetting'
|
|
142
137
|
|
|
143
138
|
//basicformOpenPage
|
|
144
139
|
import BasicformOpenPage from './src/BasicformOpenPage/newBusiForm'
|
|
@@ -164,13 +159,7 @@ const components = {
|
|
|
164
159
|
BaseUiStyle,
|
|
165
160
|
BaseUiStyleSkinSet,
|
|
166
161
|
BaseUiStyleUserForm,
|
|
167
|
-
|
|
168
|
-
VoiceVoiceDesigner,
|
|
169
|
-
VoiceCenter,
|
|
170
|
-
VoiceMenuBar,
|
|
171
|
-
VoiceRight,
|
|
172
|
-
VoiceRightFormPanelNode,
|
|
173
|
-
VoiceRightFormTab,
|
|
162
|
+
//VoiceVoiceDesigner,
|
|
174
163
|
AddCalendar,
|
|
175
164
|
AssociatedDocuments,
|
|
176
165
|
AssociatedDocumentsSidebar,
|
|
@@ -302,7 +291,7 @@ const components = {
|
|
|
302
291
|
wfhandovernote,
|
|
303
292
|
BasicformOpenPage,
|
|
304
293
|
importProductConfig,
|
|
305
|
-
|
|
294
|
+
WformLayoutSetting
|
|
306
295
|
}
|
|
307
296
|
// 定义 install 方法
|
|
308
297
|
const install = function (Vue) {
|