@camstack/addon-pipeline-orchestrator 0.1.16 → 0.1.18

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 (26) hide show
  1. package/dist/@mf-types.zip +0 -0
  2. package/dist/ReactKonva-JXCACcqD.mjs +7267 -0
  3. package/dist/_CoreInternals-B7PHssO3.mjs +3808 -0
  4. package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__konva__loadShare__.mjs-F783v1sm.mjs +8 -0
  5. package/dist/{__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs-B848Fc_m.mjs → __mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs-0qpbQxoV.mjs} +9 -9
  6. package/dist/{__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs_commonjs-proxy-B-q1guKT.mjs → __mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs_commonjs-proxy-DekuE8px.mjs} +1 -1
  7. package/dist/{__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react_mf_2_dom__loadShare__.mjs_commonjs-proxy-CeGb2_QF.mjs → __mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react_mf_2_dom__loadShare__.mjs_commonjs-proxy-Ba_7PYkj.mjs} +1 -1
  8. package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react_mf_2_konva__loadShare__.mjs-CJUQOcTE.mjs +18 -0
  9. package/dist/_stub.js +995 -15851
  10. package/dist/{_virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-sOGV7J8L.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_pipeline_orchestrator_widgets-GASHflbS.mjs} +30 -0
  11. package/dist/{client-BkQItW6e.mjs → client-CzjQ3uuI.mjs} +2 -2
  12. package/dist/{hostInit-DMdjwivI.mjs → hostInit-B0XiFU2K.mjs} +50 -22
  13. package/dist/{index-BUn7hM0v.mjs → index-BD2XShwZ.mjs} +1 -1
  14. package/dist/{index-BK5-EWzN.mjs → index-BP1Nti7b.mjs} +114 -109
  15. package/dist/{index-BJzn4K_R.mjs → index-C1DnrJuR.mjs} +1 -1
  16. package/dist/index-C52WDzRJ.mjs +3842 -0
  17. package/dist/{index-Bj470a3A.mjs → index-Cbqs9uJn.mjs} +1 -1
  18. package/dist/{index-BI-_eQhe.mjs → index-DOuehnyb.mjs} +1 -1
  19. package/dist/{index-Cj-UePAd.mjs → index-DaulYonp.mjs} +1 -1
  20. package/dist/index.js +6 -1
  21. package/dist/index.js.map +1 -1
  22. package/dist/index.mjs +6 -1
  23. package/dist/index.mjs.map +1 -1
  24. package/dist/{jsx-runtime-CJ4xYF4l.mjs → jsx-runtime-DACJhJOv.mjs} +1 -1
  25. package/dist/remoteEntry.js +1 -1
  26. package/package.json +1 -1
@@ -0,0 +1,8 @@
1
+ const o = "__mf_module_cache__";
2
+ globalThis[o] ||= { share: {}, remote: {} };
3
+ globalThis[o].share ||= {};
4
+ globalThis[o].remote ||= {};
5
+ const a = globalThis[o], e = a.share.konva;
6
+ if (e === void 0)
7
+ throw new Error("[Module Federation] Shared module konva was imported before federation bootstrap finished.");
8
+ e.__esModule ? e.default : e.default;
@@ -75,14 +75,14 @@ export {
75
75
  K as c,
76
76
  Q as d,
77
77
  k as e,
78
- d as f,
79
- L as g,
80
- V as h,
81
- F as i,
82
- O as j,
83
- v as k,
84
- J as l,
85
- w as m,
86
- X as n,
78
+ v as f,
79
+ J as g,
80
+ w as h,
81
+ O as i,
82
+ V as j,
83
+ X as k,
84
+ d as l,
85
+ L as m,
86
+ F as n,
87
87
  Y as o
88
88
  };
@@ -1,4 +1,4 @@
1
- import { _ as n } from "./__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs-B848Fc_m.mjs";
1
+ import { _ as n } from "./__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs-0qpbQxoV.mjs";
2
2
  function a(e) {
3
3
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { _ as e } from "./__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react_mf_2_dom__loadShare__.mjs-Dp8hqYOB.mjs";
2
- import { g as r } from "./__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs_commonjs-proxy-B-q1guKT.mjs";
2
+ import { g as r } from "./__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react__loadShare__.mjs_commonjs-proxy-DekuE8px.mjs";
3
3
  const o = /* @__PURE__ */ r(e);
4
4
  export {
5
5
  o as r
@@ -0,0 +1,18 @@
1
+ const e = "__mf_module_cache__";
2
+ globalThis[e] ||= { share: {}, remote: {} };
3
+ globalThis[e].share ||= {};
4
+ globalThis[e].remote ||= {};
5
+ const a = globalThis[e], _ = a.share["react-konva"];
6
+ if (_ === void 0)
7
+ throw new Error("[Module Federation] Shared module react-konva was imported before federation bootstrap finished.");
8
+ _.__esModule ? _.default : _.default;
9
+ const { Layer: f, FastLayer: o, Group: m, Label: r, Rect: t, Circle: s, Ellipse: l, Wedge: d, Line: n, Sprite: i, Image: h, Text: c, TextPath: u, Star: g, Ring: b, Arc: p, Tag: T, Path: S, RegularPolygon: x, Arrow: M, Shape: v, Transformer: w, version: y, KonvaRenderer: C, Stage: L, useStrictMode: R, useContextBridge: P } = _;
10
+ export {
11
+ n as _,
12
+ L as a,
13
+ f as b,
14
+ m as c,
15
+ M as d,
16
+ c as e,
17
+ s as f
18
+ };