@declarion/react 0.4.7 → 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
@@ -1,5 +1,5 @@
1
1
  interface SmartDetailPageProps {
2
2
  screenCode: string;
3
3
  }
4
- export declare function SmartDetailPage({ screenCode }: SmartDetailPageProps): import("react/jsx-runtime").JSX.Element;
4
+ export declare function SmartDetailPage({ screenCode }: SmartDetailPageProps): import("react").JSX.Element;
5
5
  export {};
@@ -32,5 +32,5 @@ export declare function resolveDetailHref(list: {
32
32
  } | undefined, allScreens: Record<string, {
33
33
  route?: string;
34
34
  }> | undefined): string | null;
35
- export declare function SmartListPage({ screenCode }: SmartListPageProps): import("react/jsx-runtime").JSX.Element;
35
+ export declare function SmartListPage({ screenCode }: SmartListPageProps): import("react").JSX.Element;
36
36
  export {};
@@ -1,5 +1,5 @@
1
1
  interface SmartRecordListPageProps {
2
2
  screenCode: string;
3
3
  }
4
- export declare function SmartRecordListPage({ screenCode }: SmartRecordListPageProps): import("react/jsx-runtime").JSX.Element | null;
4
+ export declare function SmartRecordListPage({ screenCode }: SmartRecordListPageProps): import("react").JSX.Element | null;
5
5
  export {};
@@ -25,4 +25,4 @@ export type AuthShellProps = {
25
25
  /** Optional override for the wordmark / app name shown in topbar + brand panel. */
26
26
  brandName?: string;
27
27
  };
28
- export declare function AuthShell({ children, tenantSlug, tagline, subTagline, version, badges, brandName, }: AuthShellProps): import("react/jsx-runtime").JSX.Element;
28
+ export declare function AuthShell({ children, tenantSlug, tagline, subTagline, version, badges, brandName, }: AuthShellProps): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function Forgot(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function Forgot(): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function Reset(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function Reset(): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function SignIn(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function SignIn(): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function SignUp(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function SignUp(): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function TwoFA(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function TwoFA(): import("react").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  export declare function GoogleIcon({ size }: {
2
2
  size?: number;
3
- }): import("react/jsx-runtime").JSX.Element;
3
+ }): import("react").JSX.Element;
4
4
  export declare function MicrosoftIcon({ size }: {
5
5
  size?: number;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
@@ -3,4 +3,4 @@ export type HomeStubProps = {
3
3
  greeting?: string;
4
4
  tenantLabel?: string;
5
5
  };
6
- export declare function HomeStub({ onOpenNav, greeting, tenantLabel, }: HomeStubProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function HomeStub({ onOpenNav, greeting, tenantLabel, }: HomeStubProps): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function JobsStub(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function JobsStub(): import("react").JSX.Element;
@@ -3,5 +3,5 @@ type RowData = Record<string, unknown>;
3
3
  export declare function DataCell({ cell, isRowSelected, }: {
4
4
  cell: Cell<RowData, unknown>;
5
5
  isRowSelected: boolean;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
7
7
  export {};
@@ -24,4 +24,4 @@ export interface ListBulkBarProps {
24
24
  /** Dispatch surface threaded into ResponsiveActionBar (plan §8 Task 10). */
25
25
  widgetContext: WidgetContext;
26
26
  }
27
- export declare function ListBulkBar({ selectedIds, floatbarActions, screenActionLayout, entityActionLayout, data, rowKey, entityCode, onClear, onActionSuccess, widgetContext, }: ListBulkBarProps): import("react/jsx-runtime").JSX.Element | null;
27
+ export declare function ListBulkBar({ selectedIds, floatbarActions, screenActionLayout, entityActionLayout, data, rowKey, entityCode, onClear, onActionSuccess, widgetContext, }: ListBulkBarProps): import("react").JSX.Element | null;
@@ -28,4 +28,4 @@ export interface ListHeaderProps {
28
28
  /** Dispatch surface threaded into ResponsiveActionBar (plan §8 Task 10). */
29
29
  widgetContext: WidgetContext;
30
30
  }
31
- export declare function ListHeader({ title, total, countMode, countPending, loaded, toolbarActions, screenActionLayout, entityActionLayout, selectedIds, data, rowKey, onActionSuccess, widgetContext, }: ListHeaderProps): import("react/jsx-runtime").JSX.Element;
31
+ export declare function ListHeader({ title, total, countMode, countPending, loaded, toolbarActions, screenActionLayout, entityActionLayout, selectedIds, data, rowKey, onActionSuccess, widgetContext, }: ListHeaderProps): import("react").JSX.Element;
@@ -35,4 +35,4 @@ export interface RowActionsCellProps {
35
35
  /** Active UI locale, forwarded into the row-scoped WidgetContext. */
36
36
  locale: string;
37
37
  }
38
- export declare function RowActionsCell({ row, rowId, screen, fullScreen, entity, entityCode, hasDefaultEditAction, hasDefaultDeleteAction, rowActions, tabNavigate, onPeek, locale, }: RowActionsCellProps): import("react/jsx-runtime").JSX.Element;
38
+ export declare function RowActionsCell({ row, rowId, screen, fullScreen, entity, entityCode, hasDefaultEditAction, hasDefaultDeleteAction, rowActions, tabNavigate, onPeek, locale, }: RowActionsCellProps): import("react").JSX.Element;
@@ -3,4 +3,4 @@ export declare function SaveViewDialog({ open, pending, onClose, onSave, }: {
3
3
  pending: boolean;
4
4
  onClose: () => void;
5
5
  onSave: (name: string) => Promise<void>;
6
- }): import("react/jsx-runtime").JSX.Element | null;
6
+ }): import("react").JSX.Element | null;
@@ -1 +1 @@
1
- export declare function PipelineStub(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function PipelineStub(): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function Preferences(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function Preferences(): import("react").JSX.Element;
@@ -1 +1 @@
1
- export declare function Profile(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function Profile(): import("react").JSX.Element;
@@ -3,4 +3,4 @@ export type AvatarProps = {
3
3
  size?: number;
4
4
  color?: string;
5
5
  };
6
- export declare function Avatar({ name, size, color }: AvatarProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function Avatar({ name, size, color }: AvatarProps): import("react").JSX.Element;
@@ -4,4 +4,4 @@ export type BoolToggleProps = {
4
4
  id?: string;
5
5
  ariaLabelledby?: string;
6
6
  };
7
- export declare function BoolToggle({ value, onChange, id, ariaLabelledby }: BoolToggleProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function BoolToggle({ value, onChange, id, ariaLabelledby }: BoolToggleProps): import("react").JSX.Element;
@@ -5,4 +5,4 @@ export interface BrandGlyphProps {
5
5
  /** ARIA label; omit for purely decorative usages. */
6
6
  title?: string;
7
7
  }
8
- export declare function BrandGlyph({ size, className, title }: BrandGlyphProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function BrandGlyph({ size, className, title }: BrandGlyphProps): import("react").JSX.Element;
@@ -9,4 +9,4 @@ export interface BrandLogoProps {
9
9
  /** Rendered when appLogo is missing or not a valid URL. */
10
10
  fallback?: ReactNode;
11
11
  }
12
- export declare function BrandLogo({ appLogo, size, radius, fallback }: BrandLogoProps): import("react/jsx-runtime").JSX.Element | null;
12
+ export declare function BrandLogo({ appLogo, size, radius, fallback }: BrandLogoProps): import("react").JSX.Element | null;
@@ -4,4 +4,4 @@ export type CheckProps = {
4
4
  indeterminate?: boolean;
5
5
  size?: number;
6
6
  };
7
- export declare function Check({ checked, onChange, indeterminate, size }: CheckProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function Check({ checked, onChange, indeterminate, size }: CheckProps): import("react").JSX.Element;
@@ -6,4 +6,4 @@ export type ChipProps = {
6
6
  onRemove?: () => void;
7
7
  onClick?: () => void;
8
8
  };
9
- export declare function Chip({ icon, children, onRemove, onClick }: ChipProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function Chip({ icon, children, onRemove, onClick }: ChipProps): import("react").JSX.Element;
@@ -6,5 +6,5 @@ interface ClassifiedFieldLockedProps {
6
6
  locale?: string;
7
7
  variant?: "value" | "input";
8
8
  }
9
- export declare function ClassifiedFieldLocked({ tier, tierDef, requiredPermission, locale, variant, }: ClassifiedFieldLockedProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function ClassifiedFieldLocked({ tier, tierDef, requiredPermission, locale, variant, }: ClassifiedFieldLockedProps): import("react").JSX.Element;
10
10
  export {};
@@ -4,7 +4,7 @@ export type FieldLabelProps = {
4
4
  required?: boolean;
5
5
  hint?: string;
6
6
  };
7
- export declare const FieldLabel: ({ children, required, hint }: FieldLabelProps) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const FieldLabel: ({ children, required, hint }: FieldLabelProps) => import("react").JSX.Element;
8
8
  export type TextInputProps = Omit<InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "prefix"> & {
9
9
  value?: string | null;
10
10
  onChange?: (v: string) => void;
@@ -12,7 +12,7 @@ export type TextInputProps = Omit<InputHTMLAttributes<HTMLInputElement>, "value"
12
12
  suffix?: ReactNode;
13
13
  style?: CSSProperties;
14
14
  };
15
- export declare function TextInput({ value, onChange, placeholder, prefix, suffix, style, ...rest }: TextInputProps): import("react/jsx-runtime").JSX.Element;
15
+ export declare function TextInput({ value, onChange, placeholder, prefix, suffix, style, ...rest }: TextInputProps): import("react").JSX.Element;
16
16
  export type TextAreaProps = {
17
17
  value?: string | null;
18
18
  onChange?: (v: string) => void;
@@ -23,7 +23,7 @@ export type TextAreaProps = {
23
23
  name?: string;
24
24
  ariaRequired?: boolean;
25
25
  };
26
- export declare function TextArea({ value, onChange, placeholder, rows, fill, id, name, ariaRequired, }: TextAreaProps): import("react/jsx-runtime").JSX.Element;
26
+ export declare function TextArea({ value, onChange, placeholder, rows, fill, id, name, ariaRequired, }: TextAreaProps): import("react").JSX.Element;
27
27
  export type SelectOption = {
28
28
  value: string;
29
29
  label: ReactNode;
@@ -34,12 +34,12 @@ export type SelectProps = Omit<ButtonHTMLAttributes<HTMLButtonElement>, "value"
34
34
  onChange: (v: string) => void;
35
35
  placeholder?: string;
36
36
  };
37
- export declare function Select({ value, options, onChange, placeholder, ...rest }: SelectProps): import("react/jsx-runtime").JSX.Element;
37
+ export declare function Select({ value, options, onChange, placeholder, ...rest }: SelectProps): import("react").JSX.Element;
38
38
  export type DateInputProps = {
39
39
  value?: string | null;
40
40
  onChange?: (v: string) => void;
41
41
  };
42
- export declare function DateInput({ value, onChange }: DateInputProps): import("react/jsx-runtime").JSX.Element;
42
+ export declare function DateInput({ value, onChange }: DateInputProps): import("react").JSX.Element;
43
43
  export type PasswordInputProps = {
44
44
  value?: string | null;
45
45
  onChange?: (v: string) => void;
@@ -49,17 +49,17 @@ export type PasswordInputProps = {
49
49
  name?: string;
50
50
  ariaRequired?: boolean;
51
51
  };
52
- export declare function PasswordInput({ value, onChange, placeholder, showStrength, id, name, ariaRequired, }: PasswordInputProps): import("react/jsx-runtime").JSX.Element;
52
+ export declare function PasswordInput({ value, onChange, placeholder, showStrength, id, name, ariaRequired, }: PasswordInputProps): import("react").JSX.Element;
53
53
  export type TagsInputProps = {
54
54
  value?: string[];
55
55
  onChange: (v: string[]) => void;
56
56
  };
57
- export declare function TagsInput({ value, onChange }: TagsInputProps): import("react/jsx-runtime").JSX.Element;
57
+ export declare function TagsInput({ value, onChange }: TagsInputProps): import("react").JSX.Element;
58
58
  export type JsonFieldProps = {
59
59
  value?: string;
60
60
  onChange?: (v: string) => void;
61
61
  };
62
- export declare function JsonField({ value, onChange }: JsonFieldProps): import("react/jsx-runtime").JSX.Element;
62
+ export declare function JsonField({ value, onChange }: JsonFieldProps): import("react").JSX.Element;
63
63
  export type RefFieldItem = {
64
64
  id: string;
65
65
  name: string;
@@ -73,7 +73,7 @@ export type RefFieldProps = {
73
73
  ariaLabelledby?: string;
74
74
  ariaRequired?: boolean;
75
75
  };
76
- export declare function RefField({ value, entity, onChange, items, id, ariaLabelledby, ariaRequired, }: RefFieldProps): import("react/jsx-runtime").JSX.Element;
76
+ export declare function RefField({ value, entity, onChange, items, id, ariaLabelledby, ariaRequired, }: RefFieldProps): import("react").JSX.Element;
77
77
  export type ViewFieldProps = {
78
78
  label: ReactNode;
79
79
  children?: ReactNode;
@@ -81,7 +81,7 @@ export type ViewFieldProps = {
81
81
  wide?: boolean;
82
82
  empty?: boolean;
83
83
  };
84
- export declare function ViewField({ label, children, mono, wide, empty, }: ViewFieldProps): import("react/jsx-runtime").JSX.Element;
84
+ export declare function ViewField({ label, children, mono, wide, empty, }: ViewFieldProps): import("react").JSX.Element;
85
85
  export type QuickEditCellProps = {
86
86
  value?: string;
87
87
  onChange?: (v: string) => void;
@@ -89,4 +89,4 @@ export type QuickEditCellProps = {
89
89
  options?: SelectOption[];
90
90
  tone?: string;
91
91
  };
92
- export declare function QuickEditCell({ value, onChange, type, options, }: QuickEditCellProps): import("react/jsx-runtime").JSX.Element;
92
+ export declare function QuickEditCell({ value, onChange, type, options, }: QuickEditCellProps): import("react").JSX.Element;
@@ -12,4 +12,4 @@ export type HoverCardProps = {
12
12
  /** Optional inline style overrides on the card body. */
13
13
  style?: CSSProperties;
14
14
  };
15
- export declare function HoverCard({ content, children, width, align, style, }: HoverCardProps): import("react/jsx-runtime").JSX.Element;
15
+ export declare function HoverCard({ content, children, width, align, style, }: HoverCardProps): import("react").JSX.Element;
@@ -1,4 +1,4 @@
1
1
  import type { ReactNode } from "react";
2
2
  export declare function Kbd({ children }: {
3
3
  children?: ReactNode;
4
- }): import("react/jsx-runtime").JSX.Element;
4
+ }): import("react").JSX.Element;
@@ -11,4 +11,4 @@ export type MenuItemProps = {
11
11
  title?: string;
12
12
  "data-testid"?: string;
13
13
  };
14
- export declare function MenuItem({ icon, children, onClick, danger, kbd, active, divider, disabled, title, "data-testid": dataTestId }: MenuItemProps): import("react/jsx-runtime").JSX.Element;
14
+ export declare function MenuItem({ icon, children, onClick, danger, kbd, active, divider, disabled, title, "data-testid": dataTestId }: MenuItemProps): import("react").JSX.Element;
@@ -8,4 +8,4 @@ export type PillProps = {
8
8
  style?: CSSProperties;
9
9
  children?: ReactNode;
10
10
  };
11
- export declare function Pill({ tone, children, size, dot, style }: PillProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function Pill({ tone, children, size, dot, style }: PillProps): import("react").JSX.Element;
@@ -5,4 +5,4 @@ export type RecordIdBadgeProps = {
5
5
  * Compact record-ID badge. Truncates UUIDs to their first segment for readability
6
6
  * and copies the full value on click. Non-UUID ids render in full.
7
7
  */
8
- export declare function RecordIdBadge({ value }: RecordIdBadgeProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function RecordIdBadge({ value }: RecordIdBadgeProps): import("react").JSX.Element;
@@ -7,4 +7,4 @@ export type RowFieldProps = {
7
7
  required?: boolean;
8
8
  hint?: string;
9
9
  };
10
- export declare function RowField({ label, children, wide, editing, required }: RowFieldProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function RowField({ label, children, wide, editing, required }: RowFieldProps): import("react").JSX.Element;
@@ -21,4 +21,4 @@ export type SectionCardProps = {
21
21
  headingLevel?: number;
22
22
  padding?: string;
23
23
  };
24
- export declare function SectionCard({ title, subtitle, right, badge, count, children, footer, collapsible, defaultOpen, icon, emphasis, headingLevel, padding, }: SectionCardProps): import("react/jsx-runtime").JSX.Element;
24
+ export declare function SectionCard({ title, subtitle, right, badge, count, children, footer, collapsible, defaultOpen, icon, emphasis, headingLevel, padding, }: SectionCardProps): import("react").JSX.Element;
@@ -1,3 +1,3 @@
1
1
  export declare function Spinner({ size }: {
2
2
  size?: number;
3
- }): import("react/jsx-runtime").JSX.Element;
3
+ }): import("react").JSX.Element;
@@ -20,5 +20,5 @@ interface ActionButtonProps {
20
20
  /** Called when a batch action partially succeeds (some items failed/skipped). */
21
21
  onBatchPartial?: (count: number, successIds?: string[]) => void;
22
22
  }
23
- export declare function ActionButton({ actionCode, action, entityCode, objectIds, row, variant, size, onSuccess, onBatchStart, onBatchError, onBatchPartial, }: ActionButtonProps): import("react/jsx-runtime").JSX.Element;
23
+ export declare function ActionButton({ actionCode, action, entityCode, objectIds, row, variant, size, onSuccess, onBatchStart, onBatchError, onBatchPartial, }: ActionButtonProps): import("react").JSX.Element;
24
24
  export {};
@@ -6,5 +6,5 @@ interface ActionConfirmDialogProps {
6
6
  onConfirm: () => void;
7
7
  isPending: boolean;
8
8
  }
9
- export declare function ActionConfirmDialog({ open, onOpenChange, actionName, message, onConfirm, isPending, }: ActionConfirmDialogProps): import("react/jsx-runtime").JSX.Element | null;
9
+ export declare function ActionConfirmDialog({ open, onOpenChange, actionName, message, onConfirm, isPending, }: ActionConfirmDialogProps): import("react").JSX.Element | null;
10
10
  export {};
@@ -16,5 +16,5 @@ interface ActionDialogProps {
16
16
  */
17
17
  bulkSelection?: ReadonlyArray<Record<string, unknown>>;
18
18
  }
19
- export declare function ActionDialog({ open, onOpenChange, action, actionName, onSubmit, isPending, row, bulkSelection, }: ActionDialogProps): import("react/jsx-runtime").JSX.Element | null;
19
+ export declare function ActionDialog({ open, onOpenChange, action, actionName, onSubmit, isPending, row, bulkSelection, }: ActionDialogProps): import("react").JSX.Element | null;
20
20
  export {};
@@ -14,5 +14,5 @@ interface ActionResultDialogProps {
14
14
  onClose: () => void;
15
15
  display: ActionDisplayResult;
16
16
  }
17
- export declare function ActionResultDialog({ open, onClose, display }: ActionResultDialogProps): import("react/jsx-runtime").JSX.Element | null;
17
+ export declare function ActionResultDialog({ open, onClose, display }: ActionResultDialogProps): import("react").JSX.Element | null;
18
18
  export {};
@@ -41,5 +41,5 @@ interface ActionRunnerContextValue {
41
41
  export declare function useActionRunner(): ActionRunnerContextValue;
42
42
  export declare function ActionRunnerProvider({ children }: {
43
43
  children: ReactNode;
44
- }): import("react/jsx-runtime").JSX.Element;
44
+ }): import("react").JSX.Element;
45
45
  export {};
@@ -5,5 +5,5 @@ interface AssociationTabsProps {
5
5
  associations: Record<string, AssociationDef>;
6
6
  schema: Schema;
7
7
  }
8
- export declare function AssociationTabs({ entityCode, recordId, associations, schema, }: AssociationTabsProps): import("react/jsx-runtime").JSX.Element | null;
8
+ export declare function AssociationTabs({ entityCode, recordId, associations, schema, }: AssociationTabsProps): import("react").JSX.Element | null;
9
9
  export {};
@@ -7,5 +7,5 @@ export interface AuditStripLine {
7
7
  interface AuditMetaStripProps {
8
8
  lines: AuditStripLine[];
9
9
  }
10
- export declare function AuditMetaStrip({ lines }: AuditMetaStripProps): import("react/jsx-runtime").JSX.Element | null;
10
+ export declare function AuditMetaStrip({ lines }: AuditMetaStripProps): import("react").JSX.Element | null;
11
11
  export {};
@@ -11,4 +11,4 @@ export interface BreadcrumbsProps {
11
11
  items: Crumb[];
12
12
  onCrumbClick?: (crumb: Crumb) => void;
13
13
  }
14
- export declare function Breadcrumbs({ items, onCrumbClick }: BreadcrumbsProps): import("react/jsx-runtime").JSX.Element | null;
14
+ export declare function Breadcrumbs({ items, onCrumbClick }: BreadcrumbsProps): import("react").JSX.Element | null;
@@ -6,4 +6,4 @@ export type ChangePasswordDialogProps = {
6
6
  next: string;
7
7
  }) => Promise<void> | void;
8
8
  };
9
- export declare function ChangePasswordDialog({ open, onClose, onSubmit }: ChangePasswordDialogProps): import("react/jsx-runtime").JSX.Element | null;
9
+ export declare function ChangePasswordDialog({ open, onClose, onSubmit }: ChangePasswordDialogProps): import("react").JSX.Element | null;
@@ -7,5 +7,5 @@ interface ConfirmDialogProps {
7
7
  onConfirm: () => void;
8
8
  destructive?: boolean;
9
9
  }
10
- export declare function ConfirmDialog({ open, onOpenChange, title, description, confirmLabel, onConfirm, destructive, }: ConfirmDialogProps): import("react/jsx-runtime").JSX.Element | null;
10
+ export declare function ConfirmDialog({ open, onOpenChange, title, description, confirmLabel, onConfirm, destructive, }: ConfirmDialogProps): import("react").JSX.Element | null;
11
11
  export {};
@@ -4,5 +4,5 @@ interface CopyButtonProps {
4
4
  className?: string;
5
5
  size?: "sm" | "icon";
6
6
  }
7
- export declare function CopyButton({ value, title, size }: CopyButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function CopyButton({ value, title, size }: CopyButtonProps): import("react").JSX.Element;
8
8
  export {};
@@ -5,5 +5,5 @@ interface DynamicIconProps {
5
5
  className?: string;
6
6
  style?: CSSProperties;
7
7
  }
8
- export declare function DynamicIcon({ name, size, className, style }: DynamicIconProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function DynamicIcon({ name, size, className, style }: DynamicIconProps): import("react").JSX.Element;
9
9
  export {};
@@ -5,5 +5,5 @@ interface EmptyStateProps {
5
5
  description?: ReactNode;
6
6
  action?: ReactNode;
7
7
  }
8
- export declare function EmptyState({ icon, title, description, action }: EmptyStateProps): import("react/jsx-runtime").JSX.Element;
8
+ export declare function EmptyState({ icon, title, description, action }: EmptyStateProps): import("react").JSX.Element;
9
9
  export {};
@@ -12,6 +12,6 @@ export declare class ErrorBoundary extends Component<Props, State> {
12
12
  static getDerivedStateFromError(error: Error): State;
13
13
  componentDidCatch(error: Error, info: ErrorInfo): void;
14
14
  handleRetry: () => void;
15
- render(): 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
+ render(): 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
  }
17
17
  export {};
@@ -6,5 +6,5 @@ export interface HighlightItem {
6
6
  interface HighlightsStripProps {
7
7
  items: HighlightItem[];
8
8
  }
9
- export declare function HighlightsStrip({ items }: HighlightsStripProps): import("react/jsx-runtime").JSX.Element | null;
9
+ export declare function HighlightsStrip({ items }: HighlightsStripProps): import("react").JSX.Element | null;
10
10
  export {};
@@ -1,5 +1,5 @@
1
1
  export declare function TableSkeleton({ rows, cols }: {
2
2
  rows?: number;
3
3
  cols?: number;
4
- }): import("react/jsx-runtime").JSX.Element;
5
- export declare function DetailSkeleton(): import("react/jsx-runtime").JSX.Element;
4
+ }): import("react").JSX.Element;
5
+ export declare function DetailSkeleton(): import("react").JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import type { MarkdownRendererProps } from "./MarkdownRenderer";
2
- export declare function Markdown(props: MarkdownRendererProps): import("react/jsx-runtime").JSX.Element;
2
+ export declare function Markdown(props: MarkdownRendererProps): import("react").JSX.Element;
3
3
  export type { MarkdownRendererProps } from "./MarkdownRenderer";
@@ -8,4 +8,4 @@ export interface MarkdownRendererProps {
8
8
  skipHtml?: boolean;
9
9
  prose?: boolean;
10
10
  }
11
- export declare function MarkdownRenderer({ content, plugins, files, components, skipHtml, prose, }: MarkdownRendererProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function MarkdownRenderer({ content, plugins, files, components, skipHtml, prose, }: MarkdownRendererProps): import("react").JSX.Element;
@@ -4,5 +4,5 @@ interface PageHeaderProps {
4
4
  backTo?: string;
5
5
  actions?: ReactNode;
6
6
  }
7
- export declare function PageHeader({ title, backTo, actions }: PageHeaderProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function PageHeader({ title, backTo, actions }: PageHeaderProps): import("react").JSX.Element;
8
8
  export {};
@@ -11,5 +11,5 @@ interface RecordHeaderProps {
11
11
  onBack?: () => void;
12
12
  right?: ReactNode;
13
13
  }
14
- export declare function RecordHeader({ icon, avatarName, title, recordId, highlights, mode, dirty, showBack, onBack, right, }: RecordHeaderProps): import("react/jsx-runtime").JSX.Element;
14
+ export declare function RecordHeader({ icon, avatarName, title, recordId, highlights, mode, dirty, showBack, onBack, right, }: RecordHeaderProps): import("react").JSX.Element;
15
15
  export {};
@@ -176,4 +176,4 @@ export interface ResponsiveActionBarProps {
176
176
  * kind="row": single kebab "⋮" with all actions in dropdown.
177
177
  * kind default: "toolbar".
178
178
  */
179
- export declare function ResponsiveActionBar({ layout, row, rowSelection, onRun, reservedRightWidth, kind, measurementOverride, entityActions, globalActions, ariaLabel, trailingNormalItems, trailingDestructiveItems, widgetContext, onActionClick, }: ResponsiveActionBarProps): import("react/jsx-runtime").JSX.Element | null;
179
+ export declare function ResponsiveActionBar({ layout, row, rowSelection, onRun, reservedRightWidth, kind, measurementOverride, entityActions, globalActions, ariaLabel, trailingNormalItems, trailingDestructiveItems, widgetContext, onActionClick, }: ResponsiveActionBarProps): import("react").JSX.Element | null;
@@ -15,5 +15,5 @@ interface RowActionsKebabProps {
15
15
  size?: number;
16
16
  align?: "start" | "end";
17
17
  }
18
- export declare function RowActionsKebab({ actions, objectIds, row, onSuccess, preMenu, divider, size, align, }: RowActionsKebabProps): import("react/jsx-runtime").JSX.Element | null;
18
+ export declare function RowActionsKebab({ actions, objectIds, row, onSuccess, preMenu, divider, size, align, }: RowActionsKebabProps): import("react").JSX.Element | null;
19
19
  export {};
@@ -7,5 +7,5 @@ interface StatusGroupsDisplayProps {
7
7
  isPending: boolean;
8
8
  mode?: "display" | "edit";
9
9
  }
10
- export declare function StatusGroupsDisplay({ statusGroups, objectStatuses, onSetStatus, isPending, mode, }: StatusGroupsDisplayProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function StatusGroupsDisplay({ statusGroups, objectStatuses, onSetStatus, isPending, mode, }: StatusGroupsDisplayProps): import("react").JSX.Element;
11
11
  export {};
@@ -9,5 +9,5 @@ interface StatusStepperProps {
9
9
  onSelect?: (code: string) => void;
10
10
  compact?: boolean;
11
11
  }
12
- export declare function StatusStepper({ stages, current, selectable, onSelect, compact, }: StatusStepperProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function StatusStepper({ stages, current, selectable, onSelect, compact, }: StatusStepperProps): import("react").JSX.Element;
13
13
  export {};
@@ -28,4 +28,4 @@ export interface ToastModel {
28
28
  export declare function DeclarionToast({ model, onClose }: {
29
29
  model: ToastModel;
30
30
  onClose: () => void;
31
- }): import("react/jsx-runtime").JSX.Element;
31
+ }): import("react").JSX.Element;
@@ -18,4 +18,4 @@ export interface CommandPaletteProps {
18
18
  includeAI?: boolean;
19
19
  aiName?: string;
20
20
  }
21
- export declare function CommandPalette({ open, onClose, onAction, mode, navigation, screens, includeAI, aiName, }: CommandPaletteProps): import("react/jsx-runtime").JSX.Element | null;
21
+ export declare function CommandPalette({ open, onClose, onAction, mode, navigation, screens, includeAI, aiName, }: CommandPaletteProps): import("react").JSX.Element | null;
@@ -17,5 +17,5 @@ interface ViewSwitcherProps {
17
17
  onSaveAs?: () => void;
18
18
  onSetDefault?: (viewId: string) => void;
19
19
  }
20
- export declare function ViewSwitcher({ views, activeViewId, isDirty, onSelect, onSave, onSaveAs, }: ViewSwitcherProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare function ViewSwitcher({ views, activeViewId, isDirty, onSelect, onSave, onSaveAs, }: ViewSwitcherProps): import("react").JSX.Element;
21
21
  export {};
@@ -5,4 +5,4 @@
5
5
  *
6
6
  * Returns immediately (renders nothing) outside embed mode.
7
7
  */
8
- export declare function EmbedAuthBootstrap(): import("react/jsx-runtime").JSX.Element | null;
8
+ export declare function EmbedAuthBootstrap(): import("react").JSX.Element | null;
@@ -39,7 +39,7 @@ interface EmbedProviderProps {
39
39
  * production `query` is undefined and the live `window.location.search` is
40
40
  * read a single time at construction.
41
41
  */
42
- export declare function EmbedProvider({ children, query }: EmbedProviderProps): import("react/jsx-runtime").JSX.Element;
42
+ export declare function EmbedProvider({ children, query }: EmbedProviderProps): import("react").JSX.Element;
43
43
  /**
44
44
  * Read the parsed embed context.
45
45
  *
@@ -4,4 +4,4 @@
4
4
  * (button / overlay / Escape) drops it and stays on the screen. Renders
5
5
  * nothing while no navigation is pending.
6
6
  */
7
- export declare function EmbedUnsavedGuard(): import("react/jsx-runtime").JSX.Element | null;
7
+ export declare function EmbedUnsavedGuard(): import("react").JSX.Element | null;