@declarion/react 0.4.6 → 0.5.0

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.
Files changed (148) hide show
  1. package/dist-lib/app.d.ts +1 -1
  2. package/dist-lib/components/agents/AgentChatPanel.d.ts +1 -1
  3. package/dist-lib/components/agents/AgentConversationDrawer.d.ts +1 -1
  4. package/dist-lib/components/agents/AgentElicitForm.d.ts +1 -1
  5. package/dist-lib/components/columns/ColumnPicker.d.ts +1 -1
  6. package/dist-lib/components/detail-layout/AssociatedBlock.d.ts +1 -1
  7. package/dist-lib/components/detail-layout/AssociatedToolbar.d.ts +1 -1
  8. package/dist-lib/components/detail-layout/ChildrenBlock.d.ts +1 -1
  9. package/dist-lib/components/detail-layout/ChildrenCards.d.ts +1 -1
  10. package/dist-lib/components/detail-layout/ChildrenList.d.ts +1 -1
  11. package/dist-lib/components/detail-layout/ChildrenTable.d.ts +1 -1
  12. package/dist-lib/components/detail-layout/ChildrenTimeline.d.ts +1 -1
  13. package/dist-lib/components/detail-layout/DetailAuditStrip.d.ts +1 -1
  14. package/dist-lib/components/detail-layout/DetailHighlights.d.ts +1 -1
  15. package/dist-lib/components/detail-layout/DraggableChildrenTable.d.ts +1 -1
  16. package/dist-lib/components/detail-layout/EditableChildrenTable.d.ts +1 -1
  17. package/dist-lib/components/detail-layout/ErrorSummary.d.ts +1 -1
  18. package/dist-lib/components/detail-layout/FieldRow.d.ts +2 -2
  19. package/dist-lib/components/detail-layout/FieldsBlock.d.ts +1 -1
  20. package/dist-lib/components/detail-layout/LayoutColumn.d.ts +1 -1
  21. package/dist-lib/components/detail-layout/LayoutRenderer.d.ts +2 -2
  22. package/dist-lib/components/detail-layout/LayoutRow.d.ts +1 -1
  23. package/dist-lib/components/detail-layout/LayoutTabs.d.ts +1 -1
  24. package/dist-lib/components/detail-layout/PropertiesBlock.d.ts +1 -1
  25. package/dist-lib/components/detail-layout/QuickAddForm.d.ts +1 -1
  26. package/dist-lib/components/detail-layout/SectionBlock.d.ts +1 -1
  27. package/dist-lib/components/detail-layout/StatusesBlock.d.ts +1 -1
  28. package/dist-lib/components/detail-layout/TimelineComposer.d.ts +1 -1
  29. package/dist-lib/components/fields/BoolField.d.ts +1 -1
  30. package/dist-lib/components/fields/EmailField.d.ts +1 -1
  31. package/dist-lib/components/fields/EnumField.d.ts +1 -1
  32. package/dist-lib/components/fields/IntArrayField.d.ts +1 -1
  33. package/dist-lib/components/fields/JsonEditor.d.ts +1 -1
  34. package/dist-lib/components/fields/JsonField.d.ts +1 -1
  35. package/dist-lib/components/fields/MultilangField.d.ts +1 -1
  36. package/dist-lib/components/fields/MultilangTextField.d.ts +1 -1
  37. package/dist-lib/components/fields/NumberField.d.ts +1 -1
  38. package/dist-lib/components/fields/PasswordField.d.ts +1 -1
  39. package/dist-lib/components/fields/PhoneField.d.ts +1 -1
  40. package/dist-lib/components/fields/RefField.d.ts +1 -1
  41. package/dist-lib/components/fields/RichTextField.d.ts +1 -1
  42. package/dist-lib/components/fields/SecretField.d.ts +1 -1
  43. package/dist-lib/components/fields/StringArrayField.d.ts +1 -1
  44. package/dist-lib/components/fields/StringField.d.ts +1 -1
  45. package/dist-lib/components/fields/StructureField.d.ts +1 -1
  46. package/dist-lib/components/fields/TextField.d.ts +1 -1
  47. package/dist-lib/components/fields/TimestampField.d.ts +1 -1
  48. package/dist-lib/components/fields/UrlField.d.ts +1 -1
  49. package/dist-lib/components/file-widgets/CircleImage.d.ts +1 -1
  50. package/dist-lib/components/file-widgets/DocumentCard.d.ts +1 -1
  51. package/dist-lib/components/file-widgets/FileList.d.ts +1 -1
  52. package/dist-lib/components/file-widgets/Grid.d.ts +1 -1
  53. package/dist-lib/components/file-widgets/GridLazy.d.ts +1 -1
  54. package/dist-lib/components/file-widgets/ImageWidget.d.ts +1 -1
  55. package/dist-lib/components/file-widgets/LabeledSlots.d.ts +1 -1
  56. package/dist-lib/components/file-widgets/SquareImage.d.ts +1 -1
  57. package/dist-lib/components/file-widgets/WideBanner.d.ts +1 -1
  58. package/dist-lib/components/file-widgets/draft-scope.d.ts +1 -1
  59. package/dist-lib/components/filters/FilterChips.d.ts +1 -1
  60. package/dist-lib/components/filters/FilterDrawer.d.ts +1 -1
  61. package/dist-lib/components/layout/DirtyTabsCloseDialog.d.ts +1 -1
  62. package/dist-lib/components/layout/ImpersonationBanner.d.ts +1 -1
  63. package/dist-lib/components/layout/ImpersonationFrame.d.ts +1 -1
  64. package/dist-lib/components/layout/ImpersonationStartModal.d.ts +1 -1
  65. package/dist-lib/components/layout/Layout.d.ts +1 -1
  66. package/dist-lib/components/layout/Rail.d.ts +1 -1
  67. package/dist-lib/components/layout/Sidebar.d.ts +1 -1
  68. package/dist-lib/components/layout/TabStrip.d.ts +1 -1
  69. package/dist-lib/components/layout/TenantChip.d.ts +1 -1
  70. package/dist-lib/components/layout/TopBar.d.ts +1 -1
  71. package/dist-lib/components/list/BulkBar.d.ts +1 -1
  72. package/dist-lib/components/list/InlineEditCell.d.ts +1 -1
  73. package/dist-lib/components/list/ListPage.d.ts +1 -1
  74. package/dist-lib/components/list/PeekFieldCell.d.ts +1 -1
  75. package/dist-lib/components/list/QuickPeek.d.ts +2 -2
  76. package/dist-lib/components/list/RowMenu.d.ts +1 -1
  77. package/dist-lib/components/mass-edit/PropertyGridEditor.d.ts +1 -1
  78. package/dist-lib/components/pages/AdminCatalogPage.d.ts +1 -1
  79. package/dist-lib/components/pages/ExportMenu.d.ts +1 -1
  80. package/dist-lib/components/pages/NotFoundPage.d.ts +1 -1
  81. package/dist-lib/components/pages/SSOCallbackPage.d.ts +1 -1
  82. package/dist-lib/components/pages/SmartDetailPage.d.ts +1 -1
  83. package/dist-lib/components/pages/SmartListPage.d.ts +1 -1
  84. package/dist-lib/components/pages/SmartRecordListPage.d.ts +1 -1
  85. package/dist-lib/components/pages/auth/AuthShell.d.ts +1 -1
  86. package/dist-lib/components/pages/auth/Forgot.d.ts +1 -1
  87. package/dist-lib/components/pages/auth/Reset.d.ts +1 -1
  88. package/dist-lib/components/pages/auth/SignIn.d.ts +1 -1
  89. package/dist-lib/components/pages/auth/SignUp.d.ts +1 -1
  90. package/dist-lib/components/pages/auth/TwoFA.d.ts +1 -1
  91. package/dist-lib/components/pages/auth/icons.d.ts +2 -2
  92. package/dist-lib/components/pages/home/HomeStub.d.ts +1 -1
  93. package/dist-lib/components/pages/jobs/Jobs.d.ts +1 -1
  94. package/dist-lib/components/pages/list/DataCell.d.ts +1 -1
  95. package/dist-lib/components/pages/list/ListBulkBar.d.ts +1 -1
  96. package/dist-lib/components/pages/list/ListHeader.d.ts +1 -1
  97. package/dist-lib/components/pages/list/RowActionsCell.d.ts +1 -1
  98. package/dist-lib/components/pages/list/SaveViewDialog.d.ts +1 -1
  99. package/dist-lib/components/pages/pipeline/Pipeline.d.ts +1 -1
  100. package/dist-lib/components/pages/profile/Preferences.d.ts +1 -1
  101. package/dist-lib/components/pages/profile/Profile.d.ts +1 -1
  102. package/dist-lib/components/primitives/Avatar.d.ts +1 -1
  103. package/dist-lib/components/primitives/BoolToggle.d.ts +1 -1
  104. package/dist-lib/components/primitives/BrandGlyph.d.ts +1 -1
  105. package/dist-lib/components/primitives/BrandLogo.d.ts +1 -1
  106. package/dist-lib/components/primitives/Check.d.ts +1 -1
  107. package/dist-lib/components/primitives/Chip.d.ts +1 -1
  108. package/dist-lib/components/primitives/ClassifiedFieldLocked.d.ts +1 -1
  109. package/dist-lib/components/primitives/Fields.d.ts +11 -11
  110. package/dist-lib/components/primitives/HoverCard.d.ts +1 -1
  111. package/dist-lib/components/primitives/Kbd.d.ts +1 -1
  112. package/dist-lib/components/primitives/MenuItem.d.ts +1 -1
  113. package/dist-lib/components/primitives/Pill.d.ts +1 -1
  114. package/dist-lib/components/primitives/RecordIdBadge.d.ts +1 -1
  115. package/dist-lib/components/primitives/RowField.d.ts +1 -1
  116. package/dist-lib/components/primitives/SectionCard.d.ts +1 -1
  117. package/dist-lib/components/primitives/Spinner.d.ts +1 -1
  118. package/dist-lib/components/shared/ActionButton.d.ts +1 -1
  119. package/dist-lib/components/shared/ActionConfirmDialog.d.ts +1 -1
  120. package/dist-lib/components/shared/ActionDialog.d.ts +1 -1
  121. package/dist-lib/components/shared/ActionResultDialog.d.ts +1 -1
  122. package/dist-lib/components/shared/ActionRunner.d.ts +1 -1
  123. package/dist-lib/components/shared/AssociationTabs.d.ts +1 -1
  124. package/dist-lib/components/shared/AuditMetaStrip.d.ts +1 -1
  125. package/dist-lib/components/shared/Breadcrumbs.d.ts +1 -1
  126. package/dist-lib/components/shared/ChangePasswordDialog.d.ts +1 -1
  127. package/dist-lib/components/shared/ConfirmDialog.d.ts +1 -1
  128. package/dist-lib/components/shared/CopyButton.d.ts +1 -1
  129. package/dist-lib/components/shared/DynamicIcon.d.ts +1 -1
  130. package/dist-lib/components/shared/EmptyState.d.ts +1 -1
  131. package/dist-lib/components/shared/ErrorBoundary.d.ts +1 -1
  132. package/dist-lib/components/shared/HighlightsStrip.d.ts +1 -1
  133. package/dist-lib/components/shared/LoadingSkeleton.d.ts +2 -2
  134. package/dist-lib/components/shared/Markdown.d.ts +1 -1
  135. package/dist-lib/components/shared/MarkdownRenderer.d.ts +1 -1
  136. package/dist-lib/components/shared/PageHeader.d.ts +1 -1
  137. package/dist-lib/components/shared/RecordHeader.d.ts +1 -1
  138. package/dist-lib/components/shared/ResponsiveActionBar.d.ts +1 -1
  139. package/dist-lib/components/shared/RowActionsKebab.d.ts +1 -1
  140. package/dist-lib/components/shared/StatusGroupsDisplay.d.ts +1 -1
  141. package/dist-lib/components/shared/StatusStepper.d.ts +1 -1
  142. package/dist-lib/components/shared/toast/DeclarionToast.d.ts +1 -1
  143. package/dist-lib/components/shell/CommandPalette.d.ts +1 -1
  144. package/dist-lib/components/views/ViewSwitcher.d.ts +1 -1
  145. package/dist-lib/embed/EmbedAuthBootstrap.d.ts +1 -1
  146. package/dist-lib/embed/EmbedContext.d.ts +1 -1
  147. package/dist-lib/embed/EmbedUnsavedGuard.d.ts +1 -1
  148. package/package.json +14 -14
package/dist-lib/app.d.ts CHANGED
@@ -1 +1 @@
1
- export declare function App(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function App(): import("react").JSX.Element;
@@ -4,4 +4,4 @@ export interface AgentChatPanelProps {
4
4
  context?: string;
5
5
  title?: string;
6
6
  }
7
- export declare function AgentChatPanel({ open, onClose, context, title }: AgentChatPanelProps): import("react/jsx-runtime").JSX.Element | null;
7
+ export declare function AgentChatPanel({ open, onClose, context, title }: AgentChatPanelProps): import("react").JSX.Element | null;
@@ -8,4 +8,4 @@ export interface AgentConversationDrawerProps {
8
8
  onNew: () => void;
9
9
  onRefresh: () => Promise<void>;
10
10
  }
11
- export declare function AgentConversationDrawer({ open, onClose, conversations, activeId, onSelect, onNew, onRefresh, }: AgentConversationDrawerProps): import("react/jsx-runtime").JSX.Element | null;
11
+ export declare function AgentConversationDrawer({ open, onClose, conversations, activeId, onSelect, onNew, onRefresh, }: AgentConversationDrawerProps): import("react").JSX.Element | null;
@@ -23,5 +23,5 @@ export interface AgentElicitFormProps {
23
23
  onSubmit: (data: Record<string, unknown>) => void;
24
24
  onCancel?: () => void;
25
25
  }
26
- export declare function AgentElicitForm({ message, schema, onSubmit, onCancel }: AgentElicitFormProps): import("react/jsx-runtime").JSX.Element;
26
+ export declare function AgentElicitForm({ message, schema, onSubmit, onCancel }: AgentElicitFormProps): import("react").JSX.Element;
27
27
  export {};
@@ -6,5 +6,5 @@ interface ColumnPickerProps {
6
6
  onShowAll: () => void;
7
7
  columnLabel?: (code: string) => string;
8
8
  }
9
- export declare function ColumnPicker({ availableColumns, visibleColumns, onToggle, onReset, onShowAll, columnLabel, }: ColumnPickerProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function ColumnPicker({ availableColumns, visibleColumns, onToggle, onReset, onShowAll, columnLabel, }: ColumnPickerProps): import("react").JSX.Element;
10
10
  export {};
@@ -16,5 +16,5 @@ export declare function resolveAssociatedForeignKey(entities: Record<string, Ent
16
16
  export declare function associatedEditableColumns(entity: Entity, columns: string[], foreignKey: string): Set<string>;
17
17
  export declare function associatedDraftEditableColumns(entity: Entity, columns: string[], foreignKey: string): Set<string>;
18
18
  export declare function findMissingRequiredAssociatedFields(values: Record<string, unknown>, columns: string[], entity: Entity, foreignKey: string): string[];
19
- export declare function AssociatedBlock({ node, ctx }: AssociatedBlockProps): import("react/jsx-runtime").JSX.Element | null;
19
+ export declare function AssociatedBlock({ node, ctx }: AssociatedBlockProps): import("react").JSX.Element | null;
20
20
  export {};
@@ -9,5 +9,5 @@ interface AssociatedToolbarProps {
9
9
  onFilterChange: (field: string, value: string) => void;
10
10
  allEntities?: Record<string, Entity>;
11
11
  }
12
- export declare function AssociatedToolbar({ entity, searchable, filterFields, searchValue, onSearchChange, filters, onFilterChange, allEntities, }: AssociatedToolbarProps): import("react/jsx-runtime").JSX.Element | null;
12
+ export declare function AssociatedToolbar({ entity, searchable, filterFields, searchValue, onSearchChange, filters, onFilterChange, allEntities, }: AssociatedToolbarProps): import("react").JSX.Element | null;
13
13
  export {};
@@ -12,5 +12,5 @@ export interface ChildDisplayProps {
12
12
  parentId: string;
13
13
  schema: Schema;
14
14
  }
15
- export declare function ChildrenBlock({ node, ctx }: ChildrenBlockProps): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
15
+ export declare function ChildrenBlock({ node, ctx }: ChildrenBlockProps): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react").JSX.Element | null | undefined;
16
16
  export {};
@@ -1,2 +1,2 @@
1
1
  import type { ChildDisplayProps } from "./ChildrenBlock";
2
- export declare function ChildrenCards({ config, parentEntity, parentId, schema }: ChildDisplayProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function ChildrenCards({ config, parentEntity, parentId, schema }: ChildDisplayProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { ChildDisplayProps } from "./ChildrenBlock";
2
- export declare function ChildrenList({ config, parentEntity, parentId, schema }: ChildDisplayProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function ChildrenList({ config, parentEntity, parentId, schema }: ChildDisplayProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { ChildDisplayProps } from "./ChildrenBlock";
2
- export declare function ChildrenTable({ config, parentEntity, parentId, schema }: ChildDisplayProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function ChildrenTable({ config, parentEntity, parentId, schema }: ChildDisplayProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { ChildDisplayProps } from "./ChildrenBlock";
2
- export declare function ChildrenTimeline({ config, parentEntity, parentId, schema }: ChildDisplayProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function ChildrenTimeline({ config, parentEntity, parentId, schema }: ChildDisplayProps): import("react").JSX.Element;
@@ -9,5 +9,5 @@ interface DetailAuditStripProps {
9
9
  schema: Schema;
10
10
  locale: string;
11
11
  }
12
- export declare function DetailAuditStrip({ screen, entity, entityCode, record, refs, schema, locale, }: DetailAuditStripProps): import("react/jsx-runtime").JSX.Element | null;
12
+ export declare function DetailAuditStrip({ screen, entity, entityCode, record, refs, schema, locale, }: DetailAuditStripProps): import("react").JSX.Element | null;
13
13
  export {};
@@ -11,5 +11,5 @@ interface DetailHighlightsProps {
11
11
  schema: Schema;
12
12
  locale: string;
13
13
  }
14
- export declare function DetailHighlights({ screen, entity, entityCode, record, refs, objectStatuses, schema, locale, }: DetailHighlightsProps): import("react/jsx-runtime").JSX.Element | null;
14
+ export declare function DetailHighlights({ screen, entity, entityCode, record, refs, objectStatuses, schema, locale, }: DetailHighlightsProps): import("react").JSX.Element | null;
15
15
  export {};
@@ -11,5 +11,5 @@ interface DraggableChildrenTableProps {
11
11
  validationErrors?: Record<string, string[]>;
12
12
  refs?: RefsMap;
13
13
  }
14
- export declare function DraggableChildrenTable({ config, childEntity, schema, rows, onChange, validationErrors, refs, }: DraggableChildrenTableProps): import("react/jsx-runtime").JSX.Element;
14
+ export declare function DraggableChildrenTable({ config, childEntity, schema, rows, onChange, validationErrors, refs, }: DraggableChildrenTableProps): import("react").JSX.Element;
15
15
  export {};
@@ -11,5 +11,5 @@ interface EditableChildrenTableProps {
11
11
  validationErrors?: Record<string, string[]>;
12
12
  refs?: RefsMap;
13
13
  }
14
- export declare function EditableChildrenTable({ config, childEntity, schema, rows, onChange, validationErrors, refs, }: EditableChildrenTableProps): import("react/jsx-runtime").JSX.Element;
14
+ export declare function EditableChildrenTable({ config, childEntity, schema, rows, onChange, validationErrors, refs, }: EditableChildrenTableProps): import("react").JSX.Element;
15
15
  export {};
@@ -7,5 +7,5 @@ interface ErrorSummaryProps {
7
7
  errors: FieldErrorEntry[];
8
8
  onJump?: (name: string) => void;
9
9
  }
10
- export declare function ErrorSummary({ errors, onJump }: ErrorSummaryProps): import("react/jsx-runtime").JSX.Element | null;
10
+ export declare function ErrorSummary({ errors, onJump }: ErrorSummaryProps): import("react").JSX.Element | null;
11
11
  export {};
@@ -4,7 +4,7 @@ export interface FieldsGridProps {
4
4
  columns?: number;
5
5
  children: ReactNode;
6
6
  }
7
- export declare function FieldsGrid({ columns, children }: FieldsGridProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function FieldsGrid({ columns, children }: FieldsGridProps): import("react").JSX.Element;
8
8
  export interface FieldRowProps {
9
9
  label: ReactNode;
10
10
  children: ReactNode;
@@ -19,4 +19,4 @@ export interface FieldRowProps {
19
19
  labelId?: string;
20
20
  "data-testid"?: string;
21
21
  }
22
- export declare function FieldRow({ label, children, span, required, error, hint, actions, copyValue, mode, htmlFor, labelId, "data-testid": testId, }: FieldRowProps): import("react/jsx-runtime").JSX.Element;
22
+ export declare function FieldRow({ label, children, span, required, error, hint, actions, copyValue, mode, htmlFor, labelId, "data-testid": testId, }: FieldRowProps): import("react").JSX.Element;
@@ -4,5 +4,5 @@ interface FieldsBlockProps {
4
4
  fields: LayoutField[];
5
5
  ctx: LayoutContext;
6
6
  }
7
- export declare function FieldsBlock({ fields, ctx }: FieldsBlockProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function FieldsBlock({ fields, ctx }: FieldsBlockProps): import("react").JSX.Element;
8
8
  export {};
@@ -5,5 +5,5 @@ interface LayoutColumnProps {
5
5
  node: LayoutNode;
6
6
  ctx: LayoutContext;
7
7
  }
8
- export declare function LayoutColumn({ config, ctx }: LayoutColumnProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function LayoutColumn({ config, ctx }: LayoutColumnProps): import("react").JSX.Element;
9
9
  export {};
@@ -34,11 +34,11 @@ interface LayoutRendererProps {
34
34
  nodes: LayoutNode[];
35
35
  ctx: LayoutContext;
36
36
  }
37
- export declare function LayoutRenderer({ nodes, ctx }: LayoutRendererProps): import("react/jsx-runtime").JSX.Element;
37
+ export declare function LayoutRenderer({ nodes, ctx }: LayoutRendererProps): import("react").JSX.Element;
38
38
  interface LayoutNodeRendererProps {
39
39
  node: LayoutNode;
40
40
  ctx: LayoutContext;
41
41
  }
42
- export declare function LayoutNodeRenderer({ node, ctx }: LayoutNodeRendererProps): import("react/jsx-runtime").JSX.Element | null;
42
+ export declare function LayoutNodeRenderer({ node, ctx }: LayoutNodeRendererProps): import("react").JSX.Element | null;
43
43
  export declare function getNodeKind(node: LayoutNode): string | null;
44
44
  export {};
@@ -4,5 +4,5 @@ interface LayoutRowProps {
4
4
  config: RowConfig;
5
5
  ctx: LayoutContext;
6
6
  }
7
- export declare function LayoutRow({ config, ctx }: LayoutRowProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function LayoutRow({ config, ctx }: LayoutRowProps): import("react").JSX.Element;
8
8
  export {};
@@ -4,5 +4,5 @@ interface LayoutTabsProps {
4
4
  config: TabsConfig;
5
5
  ctx: LayoutContext;
6
6
  }
7
- export declare function LayoutTabs({ config, ctx }: LayoutTabsProps): import("react/jsx-runtime").JSX.Element | null;
7
+ export declare function LayoutTabs({ config, ctx }: LayoutTabsProps): import("react").JSX.Element | null;
8
8
  export {};
@@ -4,5 +4,5 @@ interface PropertiesBlockProps {
4
4
  node: LayoutNode;
5
5
  ctx: LayoutContext;
6
6
  }
7
- export declare function PropertiesBlock({ node, ctx }: PropertiesBlockProps): import("react/jsx-runtime").JSX.Element | null;
7
+ export declare function PropertiesBlock({ node, ctx }: PropertiesBlockProps): import("react").JSX.Element | null;
8
8
  export {};
@@ -6,5 +6,5 @@ interface QuickAddFormProps {
6
6
  parentId: string | string[];
7
7
  schema: Schema;
8
8
  }
9
- export declare function QuickAddForm({ config, parentEntity, parentId, schema }: QuickAddFormProps): import("react/jsx-runtime").JSX.Element | null;
9
+ export declare function QuickAddForm({ config, parentEntity, parentId, schema }: QuickAddFormProps): import("react").JSX.Element | null;
10
10
  export {};
@@ -4,5 +4,5 @@ interface SectionBlockProps {
4
4
  config: SectionNode;
5
5
  ctx: LayoutContext;
6
6
  }
7
- export declare function SectionBlock({ config, ctx }: SectionBlockProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function SectionBlock({ config, ctx }: SectionBlockProps): import("react").JSX.Element;
8
8
  export {};
@@ -4,5 +4,5 @@ interface StatusesBlockProps {
4
4
  node: LayoutNode;
5
5
  ctx: LayoutContext;
6
6
  }
7
- export declare function StatusesBlock({ node, ctx }: StatusesBlockProps): import("react/jsx-runtime").JSX.Element | null;
7
+ export declare function StatusesBlock({ node, ctx }: StatusesBlockProps): import("react").JSX.Element | null;
8
8
  export {};
@@ -6,5 +6,5 @@ interface TimelineComposerProps {
6
6
  parentId: string | string[];
7
7
  schema: Schema;
8
8
  }
9
- export declare function TimelineComposer({ config, parentEntity, parentId, schema }: TimelineComposerProps): import("react/jsx-runtime").JSX.Element | null;
9
+ export declare function TimelineComposer({ config, parentEntity, parentId, schema }: TimelineComposerProps): import("react").JSX.Element | null;
10
10
  export {};
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function BoolField({ value, mode, onChange, fieldId, labelId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function BoolField({ value, mode, onChange, fieldId, labelId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function EmailField({ field, fieldName, value, onChange, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function EmailField({ field, fieldName, value, onChange, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function EnumField({ field, value, mode, onChange, fieldId, labelId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function EnumField({ field, value, mode, onChange, fieldId, labelId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function IntArrayField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function IntArrayField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -6,5 +6,5 @@ interface JsonEditorProps {
6
6
  schema?: Record<string, unknown>;
7
7
  id?: string;
8
8
  }
9
- export declare function JsonEditor({ value, onChange, readOnly, id }: JsonEditorProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function JsonEditor({ value, onChange, readOnly, id }: JsonEditorProps): import("react").JSX.Element;
10
10
  export {};
@@ -1,3 +1,3 @@
1
1
  import type { FieldRendererProps } from "./index";
2
2
  export declare function isEmptyJsonValue(value: unknown): boolean;
3
- export declare function JsonField({ value, mode, onChange, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare function JsonField({ value, mode, onChange, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function MultilangField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function MultilangField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function MultilangTextField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function MultilangTextField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function NumberField({ field, fieldName, value, mode, onChange, record, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function NumberField({ field, fieldName, value, mode, onChange, record, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function PasswordField({ field, fieldName, value, mode, onChange, record, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function PasswordField({ field, fieldName, value, mode, onChange, record, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function PhoneField({ field, fieldName, value, onChange, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function PhoneField({ field, fieldName, value, onChange, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function RefField({ field, value, mode, onChange, refs, fieldId, labelId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function RefField({ field, value, mode, onChange, refs, fieldId, labelId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function RichTextField(props: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function RichTextField(props: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function SecretField({ field, fieldName, value, mode, onChange, record, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function SecretField({ field, fieldName, value, mode, onChange, record, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function StringArrayField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function StringArrayField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function StringField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function StringField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function StructureField(props: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function StructureField(props: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function TextField({ field, fieldName, value, mode, onChange, fill, compact, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function TextField({ field, fieldName, value, mode, onChange, fill, compact, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function TimestampField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function TimestampField({ field, fieldName, value, mode, onChange, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FieldRendererProps } from "./index";
2
- export declare function UrlField({ field, fieldName, value, onChange, fieldId }: FieldRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function UrlField({ field, fieldName, value, onChange, fieldId }: FieldRendererProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FileWidgetProps } from "./types";
2
- export declare function CircleImage(props: FileWidgetProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function CircleImage(props: FileWidgetProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FileWidgetProps } from "./types";
2
- export declare function DocumentCard(props: FileWidgetProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function DocumentCard(props: FileWidgetProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FileWidgetProps } from "./types";
2
- export declare function FileList(props: FileWidgetProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function FileList(props: FileWidgetProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FileWidgetProps } from "./types";
2
- export declare function Grid(props: FileWidgetProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function Grid(props: FileWidgetProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FileWidgetProps } from "./types";
2
- export declare function GridLazy(props: FileWidgetProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function GridLazy(props: FileWidgetProps): import("react").JSX.Element;
@@ -8,5 +8,5 @@ export interface ImageWidgetVisualConfig {
8
8
  export interface ImageWidgetInternalProps extends FileWidgetProps {
9
9
  visual: ImageWidgetVisualConfig;
10
10
  }
11
- export declare function ImageWidget(props: ImageWidgetInternalProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function ImageWidget(props: ImageWidgetInternalProps): import("react").JSX.Element;
12
12
  export { formatBytes };
@@ -1,2 +1,2 @@
1
1
  import type { FileWidgetProps } from "./types";
2
- export declare function LabeledSlots(props: FileWidgetProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function LabeledSlots(props: FileWidgetProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FileWidgetProps } from "./types";
2
- export declare function SquareImage(props: FileWidgetProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function SquareImage(props: FileWidgetProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import type { FileWidgetProps } from "./types";
2
- export declare function WideBanner(props: FileWidgetProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function WideBanner(props: FileWidgetProps): import("react").JSX.Element;
@@ -12,7 +12,7 @@ export interface FileDraftScopeApi {
12
12
  }
13
13
  export declare function FileDraftScope({ children }: {
14
14
  children: ReactNode;
15
- }): import("react/jsx-runtime").JSX.Element;
15
+ }): import("react").JSX.Element;
16
16
  export declare function useFileDraftScope(): FileDraftScopeApi;
17
17
  export declare function useDraftRegistration(): {
18
18
  register: (fileId: string, discard: () => Promise<void> | void) => void;
@@ -6,5 +6,5 @@ interface FilterChipsProps {
6
6
  onChipClick?: () => void;
7
7
  fieldLabel?: (field: string) => string;
8
8
  }
9
- export declare function FilterChips({ filters, onRemove, onClearAll, onChipClick, fieldLabel, }: FilterChipsProps): import("react/jsx-runtime").JSX.Element | null;
9
+ export declare function FilterChips({ filters, onRemove, onClearAll, onChipClick, fieldLabel, }: FilterChipsProps): import("react").JSX.Element | null;
10
10
  export {};
@@ -17,5 +17,5 @@ interface FilterDrawerProps {
17
17
  onApply: (filters: FilterNode[]) => void;
18
18
  availableFields: FilterFieldMeta[];
19
19
  }
20
- export declare function FilterDrawer({ open, onClose, filters, onApply, availableFields, }: FilterDrawerProps): import("react/jsx-runtime").JSX.Element | null;
20
+ export declare function FilterDrawer({ open, onClose, filters, onApply, availableFields, }: FilterDrawerProps): import("react").JSX.Element | null;
21
21
  export {};
@@ -5,5 +5,5 @@ interface DirtyTabsCloseDialogProps {
5
5
  onCloseClean: () => void;
6
6
  onDiscardAll: () => void;
7
7
  }
8
- export declare function DirtyTabsCloseDialog({ pending, onCancel, onCloseClean, onDiscardAll, }: DirtyTabsCloseDialogProps): import("react/jsx-runtime").JSX.Element | null;
8
+ export declare function DirtyTabsCloseDialog({ pending, onCancel, onCloseClean, onDiscardAll, }: DirtyTabsCloseDialogProps): import("react").JSX.Element | null;
9
9
  export {};
@@ -8,4 +8,4 @@
8
8
  * globals.css. The body[data-impersonation-destructive] flip is wired
9
9
  * separately by ImpersonationFrame so the banner + frame stay in lockstep.
10
10
  */
11
- export declare function ImpersonationBanner(): import("react/jsx-runtime").JSX.Element | null;
11
+ export declare function ImpersonationBanner(): import("react").JSX.Element | null;
@@ -8,4 +8,4 @@
8
8
  * attribute that flips the variable to red across the banner, chip,
9
9
  * and frame in lockstep (one CSS variable, no parallel state).
10
10
  */
11
- export declare function ImpersonationFrame(): import("react/jsx-runtime").JSX.Element | null;
11
+ export declare function ImpersonationFrame(): import("react").JSX.Element | null;
@@ -18,5 +18,5 @@ interface Props {
18
18
  * default 10) before submitting. The "Duration" input is optional and
19
19
  * is capped server-side by impersonation.max_duration.
20
20
  */
21
- export declare function ImpersonationStartModal({ open, targetUserId, targetUserLabel, onClose, onStarted }: Props): import("react/jsx-runtime").JSX.Element | null;
21
+ export declare function ImpersonationStartModal({ open, targetUserId, targetUserLabel, onClose, onStarted }: Props): import("react").JSX.Element | null;
22
22
  export {};
@@ -1 +1 @@
1
- export declare function Layout(): import("react/jsx-runtime").JSX.Element | null;
1
+ export declare function Layout(): import("react").JSX.Element | null;
@@ -20,4 +20,4 @@ export interface RailProps {
20
20
  */
21
21
  branding?: PublicBranding;
22
22
  }
23
- export declare function Rail({ activeArea, onPick, onToggleAI, aiOpen, onCmdK, areas, branding }: RailProps): import("react/jsx-runtime").JSX.Element;
23
+ export declare function Rail({ activeArea, onPick, onToggleAI, aiOpen, onCmdK, areas, branding }: RailProps): import("react").JSX.Element;
@@ -2,7 +2,7 @@ import { type NavNode } from "../../types/schema";
2
2
  export interface SidebarProps {
3
3
  activeArea: string;
4
4
  }
5
- export declare function Sidebar({ activeArea }: SidebarProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Sidebar({ activeArea }: SidebarProps): import("react").JSX.Element;
6
6
  interface SidebarSection {
7
7
  title: string;
8
8
  items: NavNode[];
@@ -3,4 +3,4 @@ export interface TabStripProps {
3
3
  onNew?: () => void;
4
4
  onCloseRequest?: (scope: TabCloseScope, targetId?: string) => void;
5
5
  }
6
- export declare function TabStrip({ onNew: onNewProp, onCloseRequest }?: TabStripProps): import("react/jsx-runtime").JSX.Element | null;
6
+ export declare function TabStrip({ onNew: onNewProp, onCloseRequest }?: TabStripProps): import("react").JSX.Element | null;
@@ -21,5 +21,5 @@ interface EnvTone {
21
21
  darkBg?: string;
22
22
  }
23
23
  export declare function envTone(env?: TenantEnv): EnvTone;
24
- export declare function TenantChip({ tenant, tenants, onSwitch, busy, locked, lockedReason }: TenantChipProps): import("react/jsx-runtime").JSX.Element;
24
+ export declare function TenantChip({ tenant, tenants, onSwitch, busy, locked, lockedReason }: TenantChipProps): import("react").JSX.Element;
25
25
  export {};
@@ -8,4 +8,4 @@ export interface TopBarProps {
8
8
  onOpenProfile?: () => void;
9
9
  onOpenPrefs?: () => void;
10
10
  }
11
- export declare function TopBar({ breadcrumbs, onCrumbClick, onCmdK, onToggleAI, aiOpen, onOpenProfile, onOpenPrefs, }?: TopBarProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function TopBar({ breadcrumbs, onCrumbClick, onCmdK, onToggleAI, aiOpen, onOpenProfile, onOpenPrefs, }?: TopBarProps): import("react").JSX.Element;
@@ -15,4 +15,4 @@ export interface BulkBarProps {
15
15
  onDelete?: () => void;
16
16
  onExport?: () => void;
17
17
  }
18
- export declare function BulkBar({ count, actions, onClear, onDelete, onExport }: BulkBarProps): import("react/jsx-runtime").JSX.Element;
18
+ export declare function BulkBar({ count, actions, onClear, onDelete, onExport }: BulkBarProps): import("react").JSX.Element;
@@ -12,4 +12,4 @@ export interface InlineEditCellProps {
12
12
  label?: string;
13
13
  placeholder?: string;
14
14
  }
15
- export declare function InlineEditCell({ value, onSave, type, options, trigger, label, placeholder, }: InlineEditCellProps): import("react/jsx-runtime").JSX.Element;
15
+ export declare function InlineEditCell({ value, onSave, type, options, trigger, label, placeholder, }: InlineEditCellProps): import("react").JSX.Element;
@@ -31,4 +31,4 @@ export interface ListPageProps {
31
31
  /** Invoked when the dropdown's built-in "Manage actions…" is clicked. */
32
32
  onManageActions?: () => void;
33
33
  }
34
- export declare function ListPage({ title, singular, total, shown, selectionCount, clearSelection, onNewRecord, screen, actions, hasPermission, executeAction, children, onBulkDelete, onBulkExport, onToolbarExport, onManageActions, }: ListPageProps): import("react/jsx-runtime").JSX.Element;
34
+ export declare function ListPage({ title, singular, total, shown, selectionCount, clearSelection, onNewRecord, screen, actions, hasPermission, executeAction, children, onBulkDelete, onBulkExport, onToolbarExport, onManageActions, }: ListPageProps): import("react").JSX.Element;
@@ -13,4 +13,4 @@ export interface PeekFieldCellProps {
13
13
  /** Fired exactly once per explicit user commit. */
14
14
  onCommit: (next: unknown) => void;
15
15
  }
16
- export declare function PeekFieldCell({ field, fieldName, label, value, record, refs, readOnly, onCommit, }: PeekFieldCellProps): import("react/jsx-runtime").JSX.Element;
16
+ export declare function PeekFieldCell({ field, fieldName, label, value, record, refs, readOnly, onCommit, }: PeekFieldCellProps): import("react").JSX.Element;
@@ -42,9 +42,9 @@ export interface QuickPeekProps<R extends Record<string, unknown> = Record<strin
42
42
  /** Fires once per explicit user commit — never on keystroke. */
43
43
  onSave?: (next: R) => void;
44
44
  }
45
- export declare function QuickPeek<R extends Record<string, unknown>>({ entity, entityCode, record, title, recordId, avatarName, fields, refs, screen, actions, executeAction, onClose, onOpen, onSave, }: QuickPeekProps<R>): import("react/jsx-runtime").JSX.Element;
45
+ export declare function QuickPeek<R extends Record<string, unknown>>({ entity, entityCode, record, title, recordId, avatarName, fields, refs, screen, actions, executeAction, onClose, onOpen, onSave, }: QuickPeekProps<R>): import("react").JSX.Element;
46
46
  export interface QEFieldProps {
47
47
  label: string;
48
48
  children: ReactNode;
49
49
  }
50
- export declare function QEField({ label, children }: QEFieldProps): import("react/jsx-runtime").JSX.Element;
50
+ export declare function QEField({ label, children }: QEFieldProps): import("react").JSX.Element;
@@ -20,4 +20,4 @@ export interface RowMenuProps {
20
20
  /** Extra schema-driven entries placed between copy-link and Delete. */
21
21
  actions?: RowMenuEntry[];
22
22
  }
23
- export declare function RowMenu({ x, y, onClose, onPeek, onOpen, onEditInline, onDuplicate, onCopyLink, onDelete, actions, }: RowMenuProps): import("react/jsx-runtime").JSX.Element;
23
+ export declare function RowMenu({ x, y, onClose, onPeek, onOpen, onEditInline, onDuplicate, onCopyLink, onDelete, actions, }: RowMenuProps): import("react").JSX.Element;
@@ -15,6 +15,6 @@ interface PropertyGridEditorProps {
15
15
  }
16
16
  /** UI-only marker for cells whose selected rows disagree on the current value. */
17
17
  declare const MULTIPLE_VALUES: unique symbol;
18
- export declare function PropertyGridEditor({ entity, filterTargets, selectedRows, value, onChange, }: PropertyGridEditorProps): import("react/jsx-runtime").JSX.Element;
18
+ export declare function PropertyGridEditor({ entity, filterTargets, selectedRows, value, onChange, }: PropertyGridEditorProps): import("react").JSX.Element;
19
19
  export declare function detectCommonValue(target: MassEditTarget, selectedRows: ReadonlyArray<Record<string, unknown>> | undefined): unknown | typeof MULTIPLE_VALUES;
20
20
  export { MULTIPLE_VALUES };
@@ -1 +1 @@
1
- export declare function AdminCatalogPage(): import("react/jsx-runtime").JSX.Element | null;
1
+ export declare function AdminCatalogPage(): import("react").JSX.Element | null;
@@ -29,4 +29,4 @@ export interface ExportMenuProps {
29
29
  * parent menu so the export popover doesn't stack underneath. */
30
30
  onBeforeOpen?: () => void;
31
31
  }
32
- export declare function ExportMenu(props: ExportMenuProps): import("react/jsx-runtime").JSX.Element | null;
32
+ export declare function ExportMenu(props: ExportMenuProps): import("react").JSX.Element | null;
@@ -1 +1 @@
1
- export declare function NotFoundPage(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function NotFoundPage(): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function SSOCallbackPage(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function SSOCallbackPage(): import("react").JSX.Element;