ecinc-cloud-yoabase 9.6.247 → 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 +3 -14
- package/lib/ecyoabase.common.js +40915 -63778
- package/lib/ecyoabase.umd.js +40915 -63778
- 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
|
|
|
@@ -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,
|