@magicvr/schema-ui-renderer 0.3.3 → 0.3.4

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.
@@ -1,2 +1,2 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  export declare function AccountSessionToolbar(_props: CustomComponentProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  export declare function ActivityExport({ node }: CustomComponentProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  export declare function CronPreview(props: CustomComponentProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  export declare function DataPermissionScopes(_props: CustomComponentProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  export declare function EmailIdentityCard(_props: CustomComponentProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  export declare function ImportTemplateDownload(_props: CustomComponentProps): import("react").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  /**
3
3
  * Resend dialog (workspace-019, protocol modal action): the row-level
4
4
  * "Resend" opens this modal with the triggering invite in context.modalRow
@@ -1,2 +1,2 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  export declare function MailAdminTab(_props: CustomComponentProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  export declare function MfaManager(_props: CustomComponentProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  export declare function MonitoringAutoRefresh(_props: CustomComponentProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  export declare function NotificationCenter({ node, context }: CustomComponentProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type CustomComponentProps } from "@schema-ui/renderer/renderer/custom-components";
1
+ import { type CustomComponentProps } from "@magicvr/schema-ui-renderer/renderer/custom-components";
2
2
  export declare function WalletEnsure(_props: CustomComponentProps): import("react").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicvr/schema-ui-renderer",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "type": "module",
5
5
  "description": "schema-ui-core 包面(renderer)",
6
6
  "main": "index.js",
@@ -1,5 +1,5 @@
1
1
  import type { ComponentType } from "react";
2
- import type { RenderCustomNode, RenderNode } from "@schema-ui/renderer/renderer/render.types";
2
+ import type { RenderCustomNode, RenderNode } from "@magicvr/schema-ui-renderer/renderer/render.types";
3
3
  export interface CustomComponentProps {
4
4
  node: RenderCustomNode;
5
5
  context: Record<string, unknown>;
@@ -1,7 +1,7 @@
1
1
  import { type ReactNode } from "react";
2
- import { type MessageParams } from "@schema-ui/lib/i18n/catalog";
3
- import type { UploadableFile } from "@schema-ui/protocol/conformance/upload-orchestration";
4
- import { type FormControlField } from "@schema-ui/renderer/renderer/form-controls.types";
2
+ import { type MessageParams } from "@magicvr/schema-ui-lib/i18n/catalog";
3
+ import type { UploadableFile } from "@magicvr/schema-ui-protocol/conformance/upload-orchestration";
4
+ import { type FormControlField } from "@magicvr/schema-ui-renderer/renderer/form-controls.types";
5
5
  export interface FormControlsProps {
6
6
  fields: FormControlField[];
7
7
  values: Record<string, unknown>;
@@ -1,13 +1,13 @@
1
1
  /**
2
- * @schema-ui/renderer 聚合导出(试点 v0.1.0 · GOAL-004 S3 · 粗粒度单包)。
2
+ * @magicvr/schema-ui-renderer 聚合导出(试点 v0.1.0 · GOAL-004 S3 · 粗粒度单包)。
3
3
  *
4
4
  * 渲染闭环:RenderPage(schema 文档 → DOM)+ I18nProvider(i18n 运行时面)
5
5
  * + 扩展接缝(registerCustomComponent)+ 核心类型。
6
6
  * 内部 bundle 面(components/i18n/lib/protocol)不导出为包级 API。
7
7
  */
8
- export { RenderPage, useSchemaCrud, SchemaCrudContext, type RendererComponentProps, type SchemaCrudFeedback, type SchemaCrudConfirm, type TableSelection, type ActionResult, type SchemaCrudValue, type RunRequestOptions, } from "./render.tsx.js";
8
+ export { RenderPage, useSchemaCrud, SchemaCrudContext, type RendererComponentProps, type SchemaCrudFeedback, type SchemaCrudConfirm, type TableSelection, type ActionResult, type SchemaCrudValue, type RunRequestOptions, } from "./render.js";
9
9
  export { registerCustomComponent } from "./custom-components.js";
10
10
  export type * from "./render.types.js";
11
- export { I18nProvider, useI18n, getActiveLocale, setActiveLocale, applyLocaleToDocument, type I18nProviderProps, type I18nState, } from "@schema-ui/lib/i18n/runtime";
12
- export { resolveTextProp, type MessageParams } from "@schema-ui/lib/i18n/catalog";
13
- export type { Locale, LocalePreference } from "@schema-ui/lib/i18n/locale";
11
+ export { I18nProvider, useI18n, getActiveLocale, setActiveLocale, applyLocaleToDocument, type I18nProviderProps, type I18nState, } from "@magicvr/schema-ui-lib/i18n/runtime";
12
+ export { resolveTextProp, type MessageParams } from "@magicvr/schema-ui-lib/i18n/catalog";
13
+ export type { Locale, LocalePreference } from "@magicvr/schema-ui-lib/i18n/locale";
@@ -1,4 +1,4 @@
1
- import { type NavigationContext } from "@schema-ui/protocol/app-manifest";
1
+ import { type NavigationContext } from "@magicvr/schema-ui-protocol/app-manifest";
2
2
  /**
3
3
  * R4 D-PERM permission evaluation engine (ADR-0023, frozen by GOAL-006 D-004).
4
4
  *
@@ -1,8 +1,8 @@
1
1
  import { type ComponentType, type ReactNode } from "react";
2
- import { type UploadableFile } from "@schema-ui/protocol/conformance/upload-orchestration";
3
- import { type FormControlField } from "@schema-ui/renderer/renderer/form-controls.types";
4
- import { type ResourceList, type ResourceQuery } from "@schema-ui/renderer/renderer/resource";
5
- import { type RenderActionButtonNode, type RenderChartNode, type RenderFormNode, type RenderPageDocument, type RenderStatCardNode, type RenderTableNode } from "@schema-ui/renderer/renderer/render.types";
2
+ import { type UploadableFile } from "@magicvr/schema-ui-protocol/conformance/upload-orchestration";
3
+ import { type FormControlField } from "@magicvr/schema-ui-renderer/renderer/form-controls.types";
4
+ import { type ResourceList, type ResourceQuery } from "@magicvr/schema-ui-renderer/renderer/resource";
5
+ import { type RenderActionButtonNode, type RenderChartNode, type RenderFormNode, type RenderPageDocument, type RenderStatCardNode, type RenderTableNode } from "@magicvr/schema-ui-renderer/renderer/render.types";
6
6
  /**
7
7
  * R5 D-COMP minimal Renderer (resolve R4 F-002) + S4 Schema CRUD (GOAL-007).
8
8
  *
@@ -1,5 +1,5 @@
1
- import { type FormControlField, type FormControlGateError } from "@schema-ui/renderer/renderer/form-controls.types";
2
- import { type FormControlStateMap, type ReactionError } from "@schema-ui/renderer/renderer/reactions";
1
+ import { type FormControlField, type FormControlGateError } from "@magicvr/schema-ui-renderer/renderer/form-controls.types";
2
+ import { type FormControlStateMap, type ReactionError } from "@magicvr/schema-ui-renderer/renderer/reactions";
3
3
  /**
4
4
  * D-COMP page renderer (frozen §5 whitelist + I-PROTO-FULL-001 full registry
5
5
  * surface; resolve R4 F-002).
@@ -1,4 +1,4 @@
1
- import type { SortOrder } from "@schema-ui/renderer/components/data-table";
1
+ import type { SortOrder } from "@magicvr/schema-ui-renderer/components/data-table";
2
2
  export declare const DEFAULT_PAGE_SIZE = 10;
3
3
  /**
4
4
  * Frozen list-endpoint rule (I-010-001 v0.2.0 · A-001 F-001): `table.props.dataSource`
@@ -1,5 +1,5 @@
1
- import { type ExecutionResult } from "@schema-ui/renderer/renderer/permissions";
2
- import type { NavigationContext } from "@schema-ui/protocol/app-manifest";
1
+ import { type ExecutionResult } from "@magicvr/schema-ui-renderer/renderer/permissions";
2
+ import type { NavigationContext } from "@magicvr/schema-ui-protocol/app-manifest";
3
3
  /**
4
4
  * R5 D-ACT non-batch row action execution (frozen Q1: batch excluded).
5
5
  *
@@ -1,5 +1,5 @@
1
- import { type ResourceItem } from "@schema-ui/renderer/renderer/resource";
2
- import type { RenderTableNode } from "@schema-ui/renderer/renderer/render.types";
1
+ import { type ResourceItem } from "@magicvr/schema-ui-renderer/renderer/resource";
2
+ import type { RenderTableNode } from "@magicvr/schema-ui-renderer/renderer/render.types";
3
3
  /**
4
4
  * Default schema-driven table surface (R1 · GOAL-004 / D-004) + S4 CRUD wiring
5
5
  * + A-002 generic adapter (GOAL-010 S3).