@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.
Files changed (33) hide show
  1. package/dist/JtAttachmentPreview/index.cjs +2 -1
  2. package/dist/JtAttachmentPreview/index.mjs +6 -4
  3. package/dist/{index-D67nILVt.js → index-BdgCXrMw.js} +453 -667
  4. package/dist/index-DtqPcdZG.cjs +1 -0
  5. package/dist/index.cjs +2 -2
  6. package/dist/index.mjs +3171 -2615
  7. package/dist/style.css +1 -1
  8. package/dist/types/components/JtAttachmentPreview/index.d.ts +3 -3
  9. package/dist/types/components/JtAttachmentPreview/types.d.ts +6 -4
  10. package/dist/types/components/globalInfo/components/GlobalInfoGroup.vue.d.ts +9 -4
  11. package/dist/types/components/globalInfo/components/GlobalInfoLeftNav.vue.d.ts +29 -0
  12. package/dist/types/components/globalInfo/components/GlobalInfoSectionBlock.vue.d.ts +17 -12
  13. package/dist/types/components/globalInfo/components/GlobalInfoSectionOutlet.vue.d.ts +13 -0
  14. package/dist/types/components/globalInfo/components/GlobalInfoSections.vue.d.ts +9 -4
  15. package/dist/types/components/globalInfo/index.d.ts +6 -2
  16. package/dist/types/components/globalInfo/model/fieldUtils.d.ts +1 -1
  17. package/dist/types/components/globalInfo/model/fieldValidation.d.ts +19 -0
  18. package/dist/types/components/globalInfo/model/slotIdentity.d.ts +1 -1
  19. package/dist/types/components/globalInfo/model/types.d.ts +48 -1
  20. package/dist/types/components/globalInfo/model/valueListOptions.d.ts +4 -0
  21. package/dist/types/components/globalInfo/renderers/GlobalInfoAutoRenderer.vue.d.ts +50 -1
  22. package/dist/types/components/globalInfo/renderers/GlobalInfoFormRenderer.vue.d.ts +2 -0
  23. package/dist/types/components/globalInfo/renderers/GlobalInfoMultiFormRenderer.vue.d.ts +49 -0
  24. package/dist/types/components/globalInfo/renderers/optionPreload.d.ts +12 -2
  25. package/dist/types/components/index.d.ts +1 -1
  26. package/dist/types/main.d.ts +2 -1
  27. package/package.json +28 -26
  28. package/dist/JtAttachmentPreview/style.css +0 -1
  29. package/dist/index-DEbU13vV.cjs +0 -1
  30. package/dist/pdf-BmBuG7of.js +0 -18058
  31. package/dist/pdf-Da0bm_Ya.cjs +0 -55
  32. package/dist/pdf.worker.min-4PI-nNLo.js +0 -4
  33. package/dist/pdf.worker.min-BAJUPwg6.cjs +0 -1
@@ -1 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../index-DEbU13vV.cjs");require("vue");require("element-plus");exports.JtAttachmentPreview=e.JtAttachmentPreview;exports.JtAttachmentPreviewByParams=e.JtAttachmentPreviewByParams;exports.setupJtAttachmentPreview=e.setupJtAttachmentPreview;
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 { J as m, a as i, b as s } from "../index-D67nILVt.js";
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
- m as JtAttachmentPreview,
6
- i as JtAttachmentPreviewByParams,
7
- s as setupJtAttachmentPreview
7
+ i as JtAttachmentPreview,
8
+ o as JtAttachmentPreviewByParams,
9
+ p as setupJtAttachmentPreview
8
10
  };