ecinc-cloud-yoabase 9.6.310 → 9.6.312
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 +2 -0
- package/lib/ecyoabase.common.js +658 -50
- package/lib/ecyoabase.umd.js +658 -50
- package/lib/ecyoabase.umd.min.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -116,6 +116,7 @@ import NullifyRecords from './src/workflow/wfInstance/mainform/components/nullif
|
|
|
116
116
|
import IntelligentSearch from './src/workflow/wfInstance/mainform/components/intelligentSearch'
|
|
117
117
|
import bottomBtn from './src/workflow/wfInstance/mainform/components/bottomBtn'
|
|
118
118
|
import docmentModel from './src/workflow/wfInstance/mainform/components/docmentModel'
|
|
119
|
+
import DraftTemplate from './src/workflow/wfInstance/mainform/components/draftTemplate'
|
|
119
120
|
import FileSerial from './src/workflow/wfInstance/mainform/components/FileSerial'
|
|
120
121
|
import FilingSeal from './src/workflow/wfInstance/mainform/components/FilingSeal'
|
|
121
122
|
import FloatingButtons from './src/workflow/wfInstance/mainform/components/FloatingButtons'
|
|
@@ -167,6 +168,7 @@ const components = {
|
|
|
167
168
|
IntelligentSearch,
|
|
168
169
|
bottomBtn,
|
|
169
170
|
docmentModel,
|
|
171
|
+
DraftTemplate,
|
|
170
172
|
FileSerial,
|
|
171
173
|
FilingSeal,
|
|
172
174
|
FloatingButtons,
|