ecinc-cloud-yoabase 9.5.210 → 9.5.212
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 +4 -0
- package/lib/ecyoabase.common.js +831 -105
- package/lib/ecyoabase.umd.js +829 -103
- package/lib/ecyoabase.umd.min.js +8 -8
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -112,6 +112,8 @@ const {
|
|
|
112
112
|
import AddCalendar from './src/workflow/wfInstance/mainform/components/AddCalendar'
|
|
113
113
|
import AssociatedDocuments from './src/workflow/wfInstance/mainform/components/AssociatedDocuments'
|
|
114
114
|
import AssociatedDocumentsSidebar from './src/workflow/wfInstance/mainform/components/AssociatedDocumentsSidebar'
|
|
115
|
+
import NullifyRecords from './src/workflow/wfInstance/mainform/components/nullifyRecords'
|
|
116
|
+
import IntelligentSearch from './src/workflow/wfInstance/mainform/components/intelligentSearch'
|
|
115
117
|
import bottomBtn from './src/workflow/wfInstance/mainform/components/bottomBtn'
|
|
116
118
|
import docmentModel from './src/workflow/wfInstance/mainform/components/docmentModel'
|
|
117
119
|
import FileSerial from './src/workflow/wfInstance/mainform/components/FileSerial'
|
|
@@ -166,6 +168,8 @@ const components = {
|
|
|
166
168
|
AddCalendar,
|
|
167
169
|
AssociatedDocuments,
|
|
168
170
|
AssociatedDocumentsSidebar,
|
|
171
|
+
NullifyRecords,
|
|
172
|
+
IntelligentSearch,
|
|
169
173
|
bottomBtn,
|
|
170
174
|
docmentModel,
|
|
171
175
|
FileSerial,
|