ecinc-cloud-mappaio 9.7.2 → 9.7.3
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 +3 -1
- package/lib/ecmappaio.common.js +9 -3
- package/lib/ecmappaio.umd.js +9 -3
- package/lib/ecmappaio.umd.min.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -35,9 +35,11 @@ const components = [app, auth, eventBus, user, Building, Basicform, DatetimeFiel
|
|
|
35
35
|
// ---------- 重型组件异步全局注册清单(chunk 级按需加载) ----------
|
|
36
36
|
const asyncComponents = [
|
|
37
37
|
// ========== ecmapp 业务功能 ==========
|
|
38
|
-
['PdfTools', () => import(/* webpackChunkName: "m-pdf" */ '../../ecmapp/PdfTools')],
|
|
39
38
|
['RichtextEditor', () => import(/* webpackChunkName: "m-richtext" */ '../../ecmapp/RichtextEditor/index')],
|
|
40
39
|
|
|
40
|
+
['PdfTools', () => import(/* webpackChunkName: "m-pdf" */ '../../ecmapp/PdfTools').then((m) => m.PdfTools)],
|
|
41
|
+
['PdfViewer', () => import(/* webpackChunkName: "m-pdf" */ '../../ecmapp/PdfTools').then((m) => m.PdfViewer)],
|
|
42
|
+
|
|
41
43
|
// ========== ecmapp/Wflowform 工作流表单子组件 → chunk: m-wflow-form ==========
|
|
42
44
|
['Attachment', () => import(/* webpackChunkName: "m-wflow-form" */ '../../ecmapp/Wflowform').then((m) => m.Attachment)],
|
|
43
45
|
['BodyFile', () => import(/* webpackChunkName: "m-wflow-form" */ '../../ecmapp/Wflowform').then((m) => m.BodyFile)],
|
package/lib/ecmappaio.common.js
CHANGED
|
@@ -70683,10 +70683,16 @@ var mappaio_components = [app, auth, eventBus, user, Building, Basicform, Basicf
|
|
|
70683
70683
|
// ---------- 重型组件异步全局注册清单(chunk 级按需加载) ----------
|
|
70684
70684
|
var asyncComponents = [
|
|
70685
70685
|
// ========== ecmapp 业务功能 ==========
|
|
70686
|
-
['
|
|
70687
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 4508));
|
|
70688
|
-
}], ['RichtextEditor', function () {
|
|
70686
|
+
['RichtextEditor', function () {
|
|
70689
70687
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 9733));
|
|
70688
|
+
}], ['PdfTools', function () {
|
|
70689
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 4508)).then(function (m) {
|
|
70690
|
+
return m.PdfTools;
|
|
70691
|
+
});
|
|
70692
|
+
}], ['PdfViewer', function () {
|
|
70693
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 4508)).then(function (m) {
|
|
70694
|
+
return m.PdfViewer;
|
|
70695
|
+
});
|
|
70690
70696
|
}],
|
|
70691
70697
|
// ========== ecmapp/Wflowform 工作流表单子组件 → chunk: m-wflow-form ==========
|
|
70692
70698
|
['Attachment', function () {
|
package/lib/ecmappaio.umd.js
CHANGED
|
@@ -70693,10 +70693,16 @@ var mappaio_components = [app, auth, eventBus, user, Building, Basicform, Basicf
|
|
|
70693
70693
|
// ---------- 重型组件异步全局注册清单(chunk 级按需加载) ----------
|
|
70694
70694
|
var asyncComponents = [
|
|
70695
70695
|
// ========== ecmapp 业务功能 ==========
|
|
70696
|
-
['
|
|
70697
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8562));
|
|
70698
|
-
}], ['RichtextEditor', function () {
|
|
70696
|
+
['RichtextEditor', function () {
|
|
70699
70697
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 9604));
|
|
70698
|
+
}], ['PdfTools', function () {
|
|
70699
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8562)).then(function (m) {
|
|
70700
|
+
return m.PdfTools;
|
|
70701
|
+
});
|
|
70702
|
+
}], ['PdfViewer', function () {
|
|
70703
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 8562)).then(function (m) {
|
|
70704
|
+
return m.PdfViewer;
|
|
70705
|
+
});
|
|
70700
70706
|
}],
|
|
70701
70707
|
// ========== ecmapp/Wflowform 工作流表单子组件 → chunk: m-wflow-form ==========
|
|
70702
70708
|
['Attachment', function () {
|