nexus-shell 0.1.5 → 0.1.6
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/components/layout/DialogueMappingShell.d.ts +4 -0
- package/dist/components/widgets/DialogueMappingWidget.d.ts +7 -0
- package/dist/components/widgets/dialogue-mapper/IbisNode.d.ts +5 -0
- package/dist/core/services/DialogueMappingService.d.ts +44 -0
- package/dist/index-_5L3ci3g.js +76855 -0
- package/dist/index.d.ts +3 -0
- package/dist/{maplibre-gl-Bwi3Dwff.js → maplibre-gl-i0lu_iJf.js} +1 -1
- package/dist/nexus-shell.es.js +25 -22
- package/dist/nexus-shell.umd.js +307 -232
- package/dist/stories/DialogueMappingShell.stories.d.ts +9 -0
- package/dist/stories/DialogueMappingWidget.stories.d.ts +9 -0
- package/dist/stories/IbisNode.stories.d.ts +10 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/index-HQz7gZzB.js +0 -75654
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,9 @@ export { WargameMap, type WargameMapProps, type UnitData, type AttackData, type
|
|
|
14
14
|
export { DataGrid, type DataGridProps, type IDataGridColumn } from './components/widgets/DataGrid';
|
|
15
15
|
export { MockupReviewWidget } from './components/widgets/MockupReviewWidget';
|
|
16
16
|
export { useMockupReviewStore, type IMockupAnnotation, type IMockupVersion, type IMockupView } from './core/services/MockupReviewService';
|
|
17
|
+
export { DialogueMappingWidget } from './components/widgets/DialogueMappingWidget';
|
|
18
|
+
export { DialogueMappingShell } from './components/layout/DialogueMappingShell';
|
|
19
|
+
export { useDialogueMappingStore, type IDialogueNodeData, type IbisNodeType } from './core/services/DialogueMappingService';
|
|
17
20
|
export { commandRegistry, type ICommand } from './core/registry/CommandRegistry';
|
|
18
21
|
export { menuRegistry, type IMenuItem } from './core/registry/MenuRegistry';
|
|
19
22
|
export { pluginRegistry, type IPlugin, type PluginStatus } from './core/registry/PluginRegistry';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var L_ = Object.defineProperty;
|
|
2
2
|
var B_ = (or, lr, ki) => lr in or ? L_(or, lr, { enumerable: !0, configurable: !0, writable: !0, value: ki }) : or[lr] = ki;
|
|
3
3
|
var Ce = (or, lr, ki) => B_(or, typeof lr != "symbol" ? lr + "" : lr, ki);
|
|
4
|
-
import { g as O_, c as V_ } from "./index-
|
|
4
|
+
import { g as O_, c as V_ } from "./index-_5L3ci3g.js";
|
|
5
5
|
function j_(or, lr) {
|
|
6
6
|
for (var ki = 0; ki < lr.length; ki++) {
|
|
7
7
|
const Gi = lr[ki];
|
package/dist/nexus-shell.es.js
CHANGED
|
@@ -1,32 +1,35 @@
|
|
|
1
|
-
import { A as s, a as t, C as r, b as i, D as o,
|
|
1
|
+
import { A as s, a as t, C as r, b as i, D as o, d as u, e as S, M as g, f as n, S as l, h as p, i as d, j as m, T as h, k as y, U as M, W as c, l as R, m as W, n as b, o as D, p as P, u as T, q as v, r as B, s as C, t as f, v as k, w, x as A, y as x, z } from "./index-_5L3ci3g.js";
|
|
2
2
|
export {
|
|
3
3
|
s as ActivityBar,
|
|
4
4
|
t as AgentManager,
|
|
5
5
|
r as ChatPane,
|
|
6
6
|
i as CommandPalette,
|
|
7
7
|
o as DataGrid,
|
|
8
|
-
u as
|
|
9
|
-
S as
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
8
|
+
u as DialogueMappingShell,
|
|
9
|
+
S as DialogueMappingWidget,
|
|
10
|
+
g as MenuBar,
|
|
11
|
+
n as MockupReviewWidget,
|
|
12
|
+
l as SearchWidget,
|
|
13
|
+
p as ShellLayout,
|
|
14
|
+
d as SidebarPane,
|
|
15
|
+
m as StatusBar,
|
|
16
|
+
h as TerminalPane,
|
|
17
|
+
y as TreeWidget,
|
|
18
|
+
M as UserProfile,
|
|
17
19
|
c as WargameMap,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
R as commandRegistry,
|
|
21
|
+
W as componentRegistry,
|
|
22
|
+
b as initializeShell,
|
|
23
|
+
D as menuRegistry,
|
|
22
24
|
P as pluginRegistry,
|
|
23
25
|
T as useChatStore,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
v as useDialogueMappingStore,
|
|
27
|
+
B as useKeyboardShortcuts,
|
|
28
|
+
C as useLayoutStore,
|
|
29
|
+
f as useMockupReviewStore,
|
|
30
|
+
k as useRightSidebarStore,
|
|
31
|
+
w as useSidebarStore,
|
|
32
|
+
A as useStatusBarStore,
|
|
33
|
+
x as useTerminalStore,
|
|
34
|
+
z as useThemeStore
|
|
32
35
|
};
|