ecinc-cloud-yoabase 9.5.30 → 9.5.32
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 +32 -0
- package/lib/ecyoabase.common.js +81703 -72636
- package/lib/ecyoabase.umd.js +81703 -72636
- package/lib/ecyoabase.umd.min.js +311 -49
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -53,6 +53,22 @@ import CommonComponents from './src/common/exportor'
|
|
|
53
53
|
const { CCApply, CCAreaSelect, CCBankAccountInput, CCBlockFrame, CCBreadcrumb, CCCalendar, CCGwapCalendar, CCCommonHeader, CCDatePickerDuring, CCDateTableTree, CCDefaultDialog, CCDefaultDialogContent, CCDragApplet, EchartColumnar, EchartAnnular, EchartStackColumnar, EchartDashboard, EchartTreemap, EchartFunnel, CCEmpty, CCExcelView, CCExcelViewIndex, CCFileFormat, GiantTree, CCHamburger, CCImgPreview, CCImgView, CCItemTask, CCLangSelect, CCListInfo, CCAppPopover, CCRightPanel, CCSearchInput, CCSelectYear, CCStatisticsSearch, CCOrgSelect, CCOrgSelectProduct, CCTabCard, CCThemePicker, CCTinymce, CCVideo, CCViewBodyArticle, CCWatermark, mappWorkTzgg, mappWorkBanner, mappWorkTodo, mappWorkSetting, mappWorkQuick, mappWorkNotice, mappWorkNews, mappWorkMetting, mappWorkFile, mappWorkCalendar, mappWorkEchartL, mappWorkEchartZ, mappWorkEchartR } = CommonComponents
|
|
54
54
|
|
|
55
55
|
// workflow
|
|
56
|
+
import AddCalendar from './src/workflow/wfInstance/mainform/components/AddCalendar'
|
|
57
|
+
import AssociatedDocuments from './src/workflow/wfInstance/mainform/components/AssociatedDocuments'
|
|
58
|
+
import AssociatedDocumentsSidebar from './src/workflow/wfInstance/mainform/components/AssociatedDocumentsSidebar'
|
|
59
|
+
import bottomBtn from './src/workflow/wfInstance/mainform/components/bottomBtn'
|
|
60
|
+
import docmentModel from './src/workflow/wfInstance/mainform/components/docmentModel'
|
|
61
|
+
import FileSerial from './src/workflow/wfInstance/mainform/components/FileSerial'
|
|
62
|
+
import FilingSeal from './src/workflow/wfInstance/mainform/components/FilingSeal'
|
|
63
|
+
import FloatingButtons from './src/workflow/wfInstance/mainform/components/FloatingButtons'
|
|
64
|
+
import ForwardFile from './src/workflow/wfInstance/mainform/components/ForwardFile'
|
|
65
|
+
import HandleIdea1 from './src/workflow/wfInstance/mainform/components/HandleIdea1'
|
|
66
|
+
import InlineTextEditor from './src/workflow/wfInstance/mainform/components/InlineTextEditor'
|
|
67
|
+
import PrintFile from './src/workflow/wfInstance/mainform/components/PrintFile'
|
|
68
|
+
import ReplaceFile from './src/workflow/wfInstance/mainform/components/ReplaceFile'
|
|
69
|
+
import ScanFile from './src/workflow/wfInstance/mainform/components/ScanFile'
|
|
70
|
+
import SharedFiles from './src/workflow/wfInstance/mainform/components/SharedFiles'
|
|
71
|
+
import SignfileStamp from './src/workflow/wfInstance/mainform/components/SignfileStamp'
|
|
56
72
|
import textBox from './src/workflow/wfInstance/mainform/components/textBox'
|
|
57
73
|
import wformFooter from './src/workflow/wfInstance/mainform/components/wformFooter'
|
|
58
74
|
import wformHeader from './src/workflow/wfInstance/mainform/components/wformHeader'
|
|
@@ -87,6 +103,22 @@ const components = {
|
|
|
87
103
|
VoiceRight,
|
|
88
104
|
VoiceRightFormPanelNode,
|
|
89
105
|
VoiceRightFormTab,
|
|
106
|
+
AddCalendar,
|
|
107
|
+
AssociatedDocuments,
|
|
108
|
+
AssociatedDocumentsSidebar,
|
|
109
|
+
bottomBtn,
|
|
110
|
+
docmentModel,
|
|
111
|
+
FileSerial,
|
|
112
|
+
FilingSeal,
|
|
113
|
+
FloatingButtons,
|
|
114
|
+
ForwardFile,
|
|
115
|
+
HandleIdea1,
|
|
116
|
+
InlineTextEditor,
|
|
117
|
+
PrintFile,
|
|
118
|
+
ReplaceFile,
|
|
119
|
+
ScanFile,
|
|
120
|
+
SharedFiles,
|
|
121
|
+
SignfileStamp,
|
|
90
122
|
textBox,
|
|
91
123
|
wformFooter,
|
|
92
124
|
wformHeader,
|