@uxland/primary-shell 7.35.0 → 7.35.2
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/{component-iaGoBwQJ.js → component-C0H3AM4N.js} +2 -2
- package/dist/{component-iaGoBwQJ.js.map → component-C0H3AM4N.js.map} +1 -1
- package/dist/{index-FlVi1nb2.js → index-CI2A4nGX.js} +466 -380
- package/dist/index-CI2A4nGX.js.map +1 -0
- package/dist/index.js +14 -13
- package/dist/index.umd.cjs +113 -97
- package/dist/index.umd.cjs.map +1 -1
- package/dist/primary/shell/src/UI/components/petitioner-action-menu/petitioner-action-menu.d.ts +15 -0
- package/dist/primary/shell/src/UI/components/petitioner-action-menu/template.d.ts +2 -0
- package/dist/primary/shell/src/UI/internal-views/common-nav-menu.d.ts +1 -1
- package/dist/primary/shell/src/UI/internal-views/doctor-nav-menu.d.ts +2 -0
- package/dist/primary/shell/src/api/notification-service/notification.service-impl.d.ts +2 -0
- package/dist/primary/shell/src/api/region-manager/regions.d.ts +1 -0
- package/dist/primary/shell/src/handle-plugins.d.ts +1 -1
- package/dist/primary/shell/src/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/UI/components/bootstrapper.ts +3 -0
- package/src/UI/components/petitioner-action-menu/petitioner-action-menu.ts +47 -0
- package/src/UI/components/petitioner-action-menu/styles.css +29 -0
- package/src/UI/components/petitioner-action-menu/template.ts +24 -0
- package/src/UI/internal-views/doctor-nav-menu.ts +57 -29
- package/src/api/notification-service/notification-service-impl.test.ts +27 -0
- package/src/api/notification-service/notification.service-impl.ts +29 -5
- package/src/api/region-manager/regions.ts +1 -0
- package/src/index.ts +1 -0
- package/dist/index-FlVi1nb2.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as s, w as e, y as r, c as t, d as n, P as o,
|
|
1
|
+
import { E as s, w as e, y as r, c as t, d as n, P as o, Q as l, o as c, p as g, n as p, e as m, u as P, g as v, q as u, f as E, v as h, j as R, l as y, a as S, m as d, x as w } from "./index-CI2A4nGX.js";
|
|
2
2
|
export {
|
|
3
3
|
s as EcapEventManager,
|
|
4
4
|
e as PrimariaContentSwitcher,
|
|
@@ -6,19 +6,20 @@ export {
|
|
|
6
6
|
t as PrimariaNavItem,
|
|
7
7
|
n as PrimariaRegion,
|
|
8
8
|
o as PrimariaRegionHost,
|
|
9
|
-
l as
|
|
10
|
-
c as
|
|
11
|
-
g as
|
|
12
|
-
p as
|
|
13
|
-
m as
|
|
14
|
-
P as
|
|
15
|
-
v as
|
|
9
|
+
l as QuickActionItem,
|
|
10
|
+
c as activityHistoryRegions,
|
|
11
|
+
g as bootstrapPlugins,
|
|
12
|
+
p as clinicalMonitoringRegions,
|
|
13
|
+
m as createEcapEventManager,
|
|
14
|
+
P as disposePlugins,
|
|
15
|
+
v as disposeShell,
|
|
16
|
+
u as handleStartupPlugin,
|
|
16
17
|
E as initializeShell,
|
|
17
18
|
h as primariaApiFactory,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
R as raiseCloseEvent,
|
|
20
|
+
y as raiseCustomCloseEvent,
|
|
21
|
+
S as shellApi,
|
|
22
|
+
d as shellRegions,
|
|
23
|
+
w as wrapReactViewFactory
|
|
23
24
|
};
|
|
24
25
|
//# sourceMappingURL=index.js.map
|