@uxland/primary-shell 3.5.0 → 3.5.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/index.js CHANGED
@@ -28633,9 +28633,6 @@ const registerUpperNavMenuViews = () => {
28633
28633
  icon: "add_box",
28634
28634
  label: "Pàgina inici",
28635
28635
  callbackFn: () => {
28636
- shellApi.broker.publish("window_close"), shellApi.broker.publish(shellEvents.appCrashed, {
28637
- message: "S'ha tancat la finestra"
28638
- });
28639
28636
  }
28640
28637
  });
28641
28638
  return Promise.resolve(te);
@@ -30868,7 +30865,7 @@ const bootstrapGetUserInfo = () => {
30868
30865
  container$1.bind(TYPES$1.primaryApi).toConstantValue(te), bootstrapGetUserInfo(), shellApi.broker.send(new GetUserInfo());
30869
30866
  }, teardownFeatures$1 = () => {
30870
30867
  teardownGetUserInfo(), container$1.unbindAll();
30871
- }, bootstrapShell = (te) => {
30868
+ }, initializeShell = (te) => {
30872
30869
  initializeLocalization$1(shellApi), p$f.registerAdapterFactory("primaria-content-switcher", d$n);
30873
30870
  const W = new PrimariaShell();
30874
30871
  te.appendChild(W), registerInternalViews(), bootstrapFeatures$1(shellApi);
@@ -40828,12 +40825,12 @@ export {
40828
40825
  PrimariaNavItem,
40829
40826
  PrimariaRegionHost,
40830
40827
  bootstrapPlugins,
40831
- bootstrapShell,
40832
40828
  clinicalMonitoringRegions,
40833
40829
  confirmMixin,
40834
40830
  createEcapEventManager,
40835
40831
  disposePlugins,
40836
40832
  disposeShell,
40833
+ initializeShell,
40837
40834
  primariaApiFactory,
40838
40835
  raiseCloseEvent,
40839
40836
  shellApi,