ecinc-cloud-yoabase 9.5.211 → 9.5.213

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
@@ -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,