@jt-home/mfe-components 1.0.59 → 1.0.60-beta.1
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/dist/JtAttachmentPreview/index.cjs +2 -1
- package/dist/JtAttachmentPreview/index.mjs +6 -4
- package/dist/{index-D67nILVt.js → index-BdgCXrMw.js} +453 -667
- package/dist/index-DtqPcdZG.cjs +1 -0
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +3171 -2615
- package/dist/style.css +1 -1
- package/dist/types/components/JtAttachmentPreview/index.d.ts +3 -3
- package/dist/types/components/JtAttachmentPreview/types.d.ts +6 -4
- package/dist/types/components/globalInfo/components/GlobalInfoGroup.vue.d.ts +9 -4
- package/dist/types/components/globalInfo/components/GlobalInfoLeftNav.vue.d.ts +29 -0
- package/dist/types/components/globalInfo/components/GlobalInfoSectionBlock.vue.d.ts +17 -12
- package/dist/types/components/globalInfo/components/GlobalInfoSectionOutlet.vue.d.ts +13 -0
- package/dist/types/components/globalInfo/components/GlobalInfoSections.vue.d.ts +9 -4
- package/dist/types/components/globalInfo/index.d.ts +6 -2
- package/dist/types/components/globalInfo/model/fieldUtils.d.ts +1 -1
- package/dist/types/components/globalInfo/model/fieldValidation.d.ts +19 -0
- package/dist/types/components/globalInfo/model/slotIdentity.d.ts +1 -1
- package/dist/types/components/globalInfo/model/types.d.ts +48 -1
- package/dist/types/components/globalInfo/model/valueListOptions.d.ts +4 -0
- package/dist/types/components/globalInfo/renderers/GlobalInfoAutoRenderer.vue.d.ts +50 -1
- package/dist/types/components/globalInfo/renderers/GlobalInfoFormRenderer.vue.d.ts +2 -0
- package/dist/types/components/globalInfo/renderers/GlobalInfoMultiFormRenderer.vue.d.ts +49 -0
- package/dist/types/components/globalInfo/renderers/optionPreload.d.ts +12 -2
- package/dist/types/components/index.d.ts +1 -1
- package/dist/types/main.d.ts +2 -1
- package/package.json +28 -26
- package/dist/JtAttachmentPreview/style.css +0 -1
- package/dist/index-DEbU13vV.cjs +0 -1
- package/dist/pdf-BmBuG7of.js +0 -18058
- package/dist/pdf-Da0bm_Ya.cjs +0 -55
- package/dist/pdf.worker.min-4PI-nNLo.js +0 -4
- package/dist/pdf.worker.min-BAJUPwg6.cjs +0 -1
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
require('../style.css');
|
|
2
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index-DtqPcdZG.cjs");require("vue");require("element-plus");require("@element-plus/icons-vue");exports.JtAttachmentPreview=e.JtAttachmentPreview;exports.JtAttachmentPreviewByParams=e.JtAttachmentPreviewByParams;exports.setupJtAttachmentPreview=e.setupJtAttachmentPreview;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import '../style.css';
|
|
2
|
+
import { J as i, a as o, b as p } from "../index-BdgCXrMw.js";
|
|
2
3
|
import "vue";
|
|
3
4
|
import "element-plus";
|
|
5
|
+
import "@element-plus/icons-vue";
|
|
4
6
|
export {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
i as JtAttachmentPreview,
|
|
8
|
+
o as JtAttachmentPreviewByParams,
|
|
9
|
+
p as setupJtAttachmentPreview
|
|
8
10
|
};
|