ecinc-cloud-yoabase 9.5.239 → 9.6.239
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 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -51,6 +51,7 @@ import CommonComponents from './src/common/exportor'
|
|
|
51
51
|
const {
|
|
52
52
|
CCApply,
|
|
53
53
|
CCAreaSelect,
|
|
54
|
+
CCToolAPI,
|
|
54
55
|
CCBankAccountInput,
|
|
55
56
|
CCBlockFrame,
|
|
56
57
|
CCBreadcrumb,
|
|
@@ -124,7 +125,6 @@ import FileSerial from './src/workflow/wfInstance/mainform/components/FileSerial
|
|
|
124
125
|
import FilingSeal from './src/workflow/wfInstance/mainform/components/FilingSeal'
|
|
125
126
|
import FloatingButtons from './src/workflow/wfInstance/mainform/components/FloatingButtons'
|
|
126
127
|
import ForwardFile from './src/workflow/wfInstance/mainform/components/ForwardFile'
|
|
127
|
-
import HandleIdea1 from './src/workflow/wfInstance/mainform/components/HandleIdea1'
|
|
128
128
|
import InlineTextEditor from './src/workflow/wfInstance/mainform/components/InlineTextEditor'
|
|
129
129
|
import PrintFile from './src/workflow/wfInstance/mainform/components/PrintFile'
|
|
130
130
|
import ReplaceFile from './src/workflow/wfInstance/mainform/components/ReplaceFile'
|
|
@@ -182,7 +182,6 @@ const components = {
|
|
|
182
182
|
FilingSeal,
|
|
183
183
|
FloatingButtons,
|
|
184
184
|
ForwardFile,
|
|
185
|
-
HandleIdea1,
|
|
186
185
|
InlineTextEditor,
|
|
187
186
|
PrintFile,
|
|
188
187
|
ReplaceFile,
|
|
@@ -239,6 +238,7 @@ const components = {
|
|
|
239
238
|
PSNews,
|
|
240
239
|
CCApply,
|
|
241
240
|
CCAreaSelect,
|
|
241
|
+
CCToolAPI,
|
|
242
242
|
CCBankAccountInput,
|
|
243
243
|
CCBlockFrame,
|
|
244
244
|
CCBreadcrumb,
|