ecinc-cloud-yoabase 9.6.248 → 9.6.249

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 CHANGED
@@ -38,7 +38,7 @@ 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 VoiceVoiceDesigner from './src/voice/VoiceDesigner'
41
+ import VoiceVoiceDesigner from './src/voice/VoiceDesigner'
42
42
 
43
43
  // common
44
44
  import CommonComponents from './src/common/exportor'
@@ -159,7 +159,7 @@ const components = {
159
159
  BaseUiStyle,
160
160
  BaseUiStyleSkinSet,
161
161
  BaseUiStyleUserForm,
162
- //VoiceVoiceDesigner,
162
+ VoiceVoiceDesigner,
163
163
  AddCalendar,
164
164
  AssociatedDocuments,
165
165
  AssociatedDocumentsSidebar,