@almadar/ui 1.0.25 → 1.0.26
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.
|
@@ -2563,6 +2563,10 @@ interface DetailPanelProps {
|
|
|
2563
2563
|
/** Alias for fields - backwards compatibility */
|
|
2564
2564
|
fieldNames?: readonly string[];
|
|
2565
2565
|
data?: Record<string, unknown> | unknown;
|
|
2566
|
+
/** Initial data for edit mode (passed by compiler) */
|
|
2567
|
+
initialData?: Record<string, unknown> | unknown;
|
|
2568
|
+
/** Display mode (passed by compiler) */
|
|
2569
|
+
mode?: string;
|
|
2566
2570
|
isLoading?: boolean;
|
|
2567
2571
|
error?: Error | null;
|
|
2568
2572
|
/** Panel position (for drawer/sidebar placement) */
|
package/dist/components/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { useUISlots } from '../chunk-W5YTXLXL.js';
|
|
2
|
-
import { cn, debugGroup, debug, debugGroupEnd, getNestedValue, isDebugEnabled } from '../chunk-KKCVDUK7.js';
|
|
3
|
-
export { cn } from '../chunk-KKCVDUK7.js';
|
|
4
2
|
import { useQuerySingleton, useSelectedEntity, useAuthContext } from '../chunk-7IYF4RUG.js';
|
|
5
3
|
export { ENTITY_EVENTS, parseQueryBinding, useAgentChat, useAuthContext, useCompile, useConnectGitHub, useCreateEntity, useDeepAgentGeneration, useDeleteEntity, useDisconnectGitHub, useEntities, useEntitiesByType, useEntity as useEntityById, useEntityMutations, useExtensions, useFileEditor, useFileSystem, useGitHubBranches, useGitHubRepo, useGitHubRepos, useGitHubStatus, useInput, useOrbitalHistory, useOrbitalMutations, usePhysics, usePlayer, usePreview, useQuerySingleton, useSelectedEntity, useSendOrbitalEvent, useSingletonEntity, useUIEvents, useUpdateEntity, useValidation } from '../chunk-7IYF4RUG.js';
|
|
6
4
|
export { DEFAULT_SLOTS, useUISlotManager } from '../chunk-7NEWMNNU.js';
|
|
5
|
+
import { cn, debugGroup, debug, debugGroupEnd, getNestedValue, isDebugEnabled } from '../chunk-KKCVDUK7.js';
|
|
6
|
+
export { cn } from '../chunk-KKCVDUK7.js';
|
|
7
7
|
import '../chunk-XSEDIUM6.js';
|
|
8
8
|
import { useTheme } from '../chunk-4UFNDD6B.js';
|
|
9
9
|
import { useEventBus, usePaginatedEntityList, useEntityList, useEntityDetail } from '../chunk-HY5EFCOK.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.26",
|
|
4
4
|
"description": "React UI components, hooks, and providers for Almadar",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/components/index.js",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"remark-math": "^6.0.0",
|
|
66
66
|
"react-force-graph-2d": "^1.28.0",
|
|
67
67
|
"@almadar/core": "1.0.17",
|
|
68
|
-
"@almadar/
|
|
69
|
-
"@almadar/
|
|
68
|
+
"@almadar/patterns": "1.1.1",
|
|
69
|
+
"@almadar/evaluator": "1.0.14"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"react": "^18.0.0",
|