@hachej/boring-generated-pane 0.1.64 → 0.1.66
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/front/index.d.ts +6 -6
- package/package.json +12 -12
package/dist/front/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as _hachej_boring_workspace_plugin from '@hachej/boring-workspace/plugin';
|
|
2
2
|
import { PaneProps, BoringFrontSurfaceResolverRegistration } from '@hachej/boring-workspace/plugin';
|
|
3
|
-
import * as
|
|
3
|
+
import * as react from 'react';
|
|
4
|
+
import { ReactNode } from 'react';
|
|
4
5
|
import { GeneratedPaneComponentVocabularyEntry, GeneratedPaneVocabulary, GeneratedPaneSpec } from '../shared/index.js';
|
|
5
6
|
export { GENERATED_PANE_DIAGNOSTIC_CODES, GeneratedPaneDiagnostic, GeneratedPaneDiagnosticCode, GeneratedPaneDiagnosticsResult, GeneratedPaneElementSpec, GeneratedPaneValidationResult, baseGeneratedPaneVocabulary, defineGeneratedPaneVocabulary, parseGeneratedPaneSpec, validateGeneratedPaneSpec } from '../shared/index.js';
|
|
6
7
|
import * as zod from 'zod';
|
|
7
8
|
import * as zod_v4_core from 'zod/v4/core';
|
|
8
9
|
import * as _json_render_core from '@json-render/core';
|
|
9
|
-
import { ReactNode } from 'react';
|
|
10
10
|
|
|
11
11
|
interface GeneratedPaneComponentProps {
|
|
12
12
|
props: Record<string, unknown>;
|
|
@@ -59,7 +59,7 @@ declare function createGeneratedPaneCatalog(profile: GeneratedPaneProfile): _jso
|
|
|
59
59
|
declare function GeneratedPaneRenderer({ spec, profile }: {
|
|
60
60
|
spec: GeneratedPaneSpec;
|
|
61
61
|
profile?: GeneratedPaneProfile;
|
|
62
|
-
}):
|
|
62
|
+
}): react.JSX.Element;
|
|
63
63
|
|
|
64
64
|
interface GeneratedPanePaneParams {
|
|
65
65
|
path?: string;
|
|
@@ -67,7 +67,7 @@ interface GeneratedPanePaneParams {
|
|
|
67
67
|
}
|
|
68
68
|
declare function GeneratedPanePane({ params, profile }: PaneProps<GeneratedPanePaneParams> & {
|
|
69
69
|
profile?: GeneratedPaneProfile;
|
|
70
|
-
}):
|
|
70
|
+
}): react.JSX.Element;
|
|
71
71
|
|
|
72
72
|
interface GeneratedPaneExplorerConfig {
|
|
73
73
|
title?: string;
|
|
@@ -79,12 +79,12 @@ interface GeneratedPaneExplorerConfig {
|
|
|
79
79
|
}
|
|
80
80
|
declare function createGeneratedPaneExplorerPane(config?: GeneratedPaneExplorerConfig): (props: PaneProps<{
|
|
81
81
|
searchQuery?: string;
|
|
82
|
-
}>) =>
|
|
82
|
+
}>) => react.JSX.Element;
|
|
83
83
|
declare function GeneratedPaneExplorerPane({ params, containerApi, config }: PaneProps<{
|
|
84
84
|
searchQuery?: string;
|
|
85
85
|
}> & {
|
|
86
86
|
config?: GeneratedPaneExplorerConfig;
|
|
87
|
-
}):
|
|
87
|
+
}): react.JSX.Element;
|
|
88
88
|
|
|
89
89
|
declare const GENERATED_PANE_PANEL_ID = "generated-pane.panel";
|
|
90
90
|
declare const GENERATED_PANE_EXPLORER_LEFT_TAB_ID = "generated-pane.explorer";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hachej/boring-generated-pane",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.66",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
@@ -54,26 +54,26 @@
|
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"react": "^18.0.0 || ^19.0.0",
|
|
56
56
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
57
|
-
"@hachej/boring-workspace": "0.1.
|
|
57
|
+
"@hachej/boring-workspace": "0.1.66"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@json-render/core": "^0.19.0",
|
|
61
61
|
"@json-render/react": "^0.19.0",
|
|
62
|
-
"lucide-react": "^1.
|
|
62
|
+
"lucide-react": "^1.21.0",
|
|
63
63
|
"zod": "^4.3.6",
|
|
64
|
-
"@hachej/boring-ui-kit": "0.1.
|
|
64
|
+
"@hachej/boring-ui-kit": "0.1.66"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"tsx": "^4.
|
|
68
|
-
"@types/react": "^19.
|
|
67
|
+
"tsx": "^4.22.4",
|
|
68
|
+
"@types/react": "^19.2.17",
|
|
69
69
|
"@types/react-dom": "^19.0.0",
|
|
70
|
-
"react": "^19.
|
|
71
|
-
"react-dom": "^19.
|
|
70
|
+
"react": "^19.2.7",
|
|
71
|
+
"react-dom": "^19.2.7",
|
|
72
72
|
"tsup": "^8.4.0",
|
|
73
|
-
"typescript": "~
|
|
74
|
-
"vitest": "^
|
|
75
|
-
"@hachej/boring-agent": "0.1.
|
|
76
|
-
"@hachej/boring-workspace": "0.1.
|
|
73
|
+
"typescript": "~6.0.3",
|
|
74
|
+
"vitest": "^4.1.9",
|
|
75
|
+
"@hachej/boring-agent": "0.1.66",
|
|
76
|
+
"@hachej/boring-workspace": "0.1.66"
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"build": "tsup",
|