nexus-shell 0.1.3 → 0.1.5

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.d.ts CHANGED
@@ -11,9 +11,12 @@ export { ChatPane } from './components/widgets/ChatPane';
11
11
  export { TerminalPane } from './components/widgets/TerminalPane';
12
12
  export { AgentManager, type Agent, type AgentManagerProps } from './components/widgets/AgentManager';
13
13
  export { WargameMap, type WargameMapProps, type UnitData, type AttackData, type TerrainHexData } from './components/widgets/WargameMap';
14
+ export { DataGrid, type DataGridProps, type IDataGridColumn } from './components/widgets/DataGrid';
15
+ export { MockupReviewWidget } from './components/widgets/MockupReviewWidget';
16
+ export { useMockupReviewStore, type IMockupAnnotation, type IMockupVersion, type IMockupView } from './core/services/MockupReviewService';
14
17
  export { commandRegistry, type ICommand } from './core/registry/CommandRegistry';
15
18
  export { menuRegistry, type IMenuItem } from './core/registry/MenuRegistry';
16
- export { pluginRegistry, type IPlugin } from './core/registry/PluginRegistry';
19
+ export { pluginRegistry, type IPlugin, type PluginStatus } from './core/registry/PluginRegistry';
17
20
  export { componentRegistry, type ComponentConstructor } from './core/registry/ComponentRegistry';
18
21
  export { initializeShell } from './core/Boot';
19
22
  export { useLayoutStore } from './core/services/LayoutService';
@@ -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-DG52PCQ8.js";
4
+ import { g as O_, c as V_ } from "./index-HQz7gZzB.js";
5
5
  function j_(or, lr) {
6
6
  for (var ki = 0; ki < lr.length; ki++) {
7
7
  const Gi = lr[ki];
@@ -1,29 +1,32 @@
1
- import { A as s, a as t, C as r, b as i, M as o, S as u, d as S, e as n, f as m, T as g, h as l, U as d, W as h, i as y, j as b, k as c, m as p, p as P, u as R, l as T, n as B, o as C, q as M, r as W, s as f, t as A } from "./index-DG52PCQ8.js";
1
+ import { A as s, a as t, C as r, b as i, D as o, M as u, d as S, S as n, e as g, f as m, h as d, T as l, i as h, U as y, W as c, j as p, k as R, l as M, m as b, p as P, u as T, n as W, o as v, q as B, r as C, s as f, t as k, v as w, w as A } from "./index-HQz7gZzB.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
- o as MenuBar,
8
- u as SearchWidget,
9
- S as ShellLayout,
10
- n as SidebarPane,
11
- m as StatusBar,
12
- g as TerminalPane,
13
- l as TreeWidget,
14
- d as UserProfile,
15
- h as WargameMap,
16
- y as commandRegistry,
17
- b as componentRegistry,
18
- c as initializeShell,
19
- p as menuRegistry,
7
+ o as DataGrid,
8
+ u as MenuBar,
9
+ S as MockupReviewWidget,
10
+ n as SearchWidget,
11
+ g as ShellLayout,
12
+ m as SidebarPane,
13
+ d as StatusBar,
14
+ l as TerminalPane,
15
+ h as TreeWidget,
16
+ y as UserProfile,
17
+ c as WargameMap,
18
+ p as commandRegistry,
19
+ R as componentRegistry,
20
+ M as initializeShell,
21
+ b as menuRegistry,
20
22
  P as pluginRegistry,
21
- R as useChatStore,
22
- T as useKeyboardShortcuts,
23
- B as useLayoutStore,
23
+ T as useChatStore,
24
+ W as useKeyboardShortcuts,
25
+ v as useLayoutStore,
26
+ B as useMockupReviewStore,
24
27
  C as useRightSidebarStore,
25
- M as useSidebarStore,
26
- W as useStatusBarStore,
27
- f as useTerminalStore,
28
+ f as useSidebarStore,
29
+ k as useStatusBarStore,
30
+ w as useTerminalStore,
28
31
  A as useThemeStore
29
32
  };