Files
Genarrative/packages/shared/src/components/index.ts
T
suzmii 7edc452c6a
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust smoke (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Has been cancelled
重构AGC资源画布菜单与卡片入口(#409)
主菜单保留前五项,其余操作通过向上展开的更多菜单访问
类型与信息入口下沉资源卡片,并复用共享画布角标
补充菜单键盘、滚轮归属、换选及资源操作链路回归
同步方案A规范与待人工验收记录
2026-09-17 18:09:27 +08:00

235 lines
7.0 KiB
TypeScript

export type {
PlatformActionButtonAlign,
PlatformActionButtonProps,
PlatformActionButtonShape,
PlatformActionButtonSize,
PlatformActionButtonSurface,
PlatformActionButtonTone,
} from './PlatformActionButton';
export { PlatformActionButton } from './PlatformActionButton';
export { getPlatformActionButtonClassName } from './platformActionButtonModel';
export type { PlatformAsyncStatePanelProps } from './PlatformAsyncStatePanel';
export { PlatformAsyncStatePanel } from './PlatformAsyncStatePanel';
export type {
PlatformBackActionButtonProps,
PlatformBackActionButtonVariant,
} from './PlatformBackActionButton';
export { PlatformBackActionButton } from './PlatformBackActionButton';
export type { PlatformBadgeProps, PlatformBadgeTone } from './PlatformBadge';
export { PlatformBadge } from './PlatformBadge';
export type {
PlatformEmptyStateProps,
PlatformEmptyStateSize,
PlatformEmptyStateSurface,
PlatformEmptyStateTone,
} from './PlatformEmptyState';
export { PlatformEmptyState } from './PlatformEmptyState';
export type {
PlatformFieldLabelProps,
PlatformFieldLabelVariant,
} from './PlatformFieldLabel';
export { PlatformFieldLabel } from './PlatformFieldLabel';
export type {
PlatformFilterToolbarProps,
PlatformFilterToolbarTabItem,
} from './PlatformFilterToolbar';
export { PlatformFilterToolbar } from './PlatformFilterToolbar';
export type {
PlatformIconBadgeProps,
PlatformIconBadgeShape,
PlatformIconBadgeSize,
PlatformIconBadgeTone,
} from './PlatformIconBadge';
export { PlatformIconBadge } from './PlatformIconBadge';
export type {
PlatformIconButtonProps,
PlatformIconButtonSize,
PlatformIconButtonVariant,
} from './PlatformIconButton';
export { PlatformIconButton } from './PlatformIconButton';
export type {
PlatformInfoBlockProps,
PlatformInfoBlockVariant,
} from './PlatformInfoBlock';
export { PlatformInfoBlock } from './PlatformInfoBlock';
export type { PlatformModalProps } from './PlatformModal';
export { PlatformModal } from './PlatformModal';
export type {
PlatformNavigableListItemAlign,
PlatformNavigableListItemProps,
} from './PlatformNavigableListItem';
export { PlatformNavigableListItem } from './PlatformNavigableListItem';
export type {
PlatformPillBadgeProps,
PlatformPillBadgeSize,
PlatformPillBadgeTone,
} from './PlatformPillBadge';
export { PlatformPillBadge } from './PlatformPillBadge';
export { getPlatformPillBadgeClassName } from './platformPillBadgeModel';
export type {
PlatformProgressBarProps,
PlatformProgressBarSize,
} from './PlatformProgressBar';
export { PlatformProgressBar } from './PlatformProgressBar';
export type {
PlatformRuntimeStatusShape,
PlatformRuntimeStatusSize,
PlatformRuntimeStatusSurface,
PlatformRuntimeStatusToastProps,
PlatformRuntimeStatusTone,
} from './PlatformRuntimeStatusToast';
export { PlatformRuntimeStatusToast } from './PlatformRuntimeStatusToast';
export type {
PlatformSegmentedTabItem,
PlatformSegmentedTabsColumns,
PlatformSegmentedTabsFrame,
PlatformSegmentedTabsGap,
PlatformSegmentedTabsLayout,
PlatformSegmentedTabsProps,
PlatformSegmentedTabsRadius,
PlatformSegmentedTabsSemantics,
PlatformSegmentedTabsSize,
PlatformSegmentedTabsSurface,
PlatformSegmentedTabsTone,
} from './PlatformSegmentedTabs';
export { PlatformSegmentedTabs } from './PlatformSegmentedTabs';
export type {
PlatformStatGridColumns,
PlatformStatGridDensity,
PlatformStatGridItem,
PlatformStatGridOrder,
PlatformStatGridProps,
PlatformStatGridSurface,
PlatformStatGridTextAlign,
} from './PlatformStatGrid';
export { PlatformStatGrid } from './PlatformStatGrid';
export type { PlatformStatusProps, PlatformStatusTone } from './PlatformStatus';
export { PlatformStatus } from './PlatformStatus';
export type {
PlatformStatusMessageProps,
PlatformStatusMessageSize,
PlatformStatusMessageSurface,
PlatformStatusMessageTone,
} from './PlatformStatusMessage';
export { PlatformStatusMessage } from './PlatformStatusMessage';
export type {
PlatformSubpanelElement,
PlatformSubpanelPadding,
PlatformSubpanelProps,
PlatformSubpanelRadius,
PlatformSubpanelStaticElement,
PlatformSubpanelSurface,
PlatformSubpanelTitleVariant,
} from './PlatformSubpanel';
export { PlatformSubpanel } from './PlatformSubpanel';
export type {
PlatformSelectFieldProps,
PlatformTextFieldProps,
} from './PlatformTextField';
export { PlatformSelectField, PlatformTextField } from './PlatformTextField';
export type {
PlatformToggleRowMode,
PlatformToggleRowProps,
PlatformToggleRowSurface,
} from './PlatformToggleRow';
export { PlatformToggleRow } from './PlatformToggleRow';
export type {
BadgeProps,
BadgeTone,
ButtonProps,
CheckboxProps,
EmptyStateProps,
IconButtonProps,
IconButtonSize,
IconButtonVariant,
LabelProps,
ModalProps,
ProgressBarProps,
SegmentedTabItem,
SegmentedTabsProps,
SelectFieldProps,
SharedButtonSize,
SharedButtonVariant,
SkeletonProps,
StatusProps,
StatusTone,
SubpanelProps,
SwitchProps,
TableProps,
TextFieldProps,
} from './ui';
export {
Badge,
Button,
Checkbox,
Divider,
EmptyState,
IconButton,
Label,
Modal,
ProgressBar,
SegmentedTabs,
SelectField,
Skeleton,
Spinner,
Status,
Subpanel,
Switch,
Table,
TableBody,
TableCaption,
TableCell,
TableFooter,
TableHead,
TableHeader,
TableRow,
TextField,
} from './ui';
export type { BadgeProps as ShadcnBadgeProps } from './ui/badge';
export { badgeVariants, Badge as ShadcnBadge } from './ui/badge';
export type {
ButtonProps as ShadcnButtonProps,
ShadcnButtonSize,
ShadcnButtonVariant,
} from './ui/button';
export { buttonVariants, Button as ShadcnButton } from './ui/button';
export type { CardProps } from './ui/card';
export { Card, CardActions, CardHeader, CardTitle } from './ui/card';
export type { SharedDialogProps } from './ui/dialog';
export {
Dialog,
DialogClose,
DialogContent,
DialogDescription,
DialogFooter,
DialogHeader,
DialogOverlay,
DialogPortal,
DialogTitle,
DialogTrigger,
} from './ui/dialog';
export type { InputProps } from './ui/input';
export { Input, inputVariants } from './ui/input';
export type { SharedSwitchProps } from './ui/switch';
export { SwitchRoot, SwitchThumb } from './ui/switch';
export { Tabs, TabsContent, TabsList, TabsTrigger } from './ui/tabs';
export type { TextareaProps } from './ui/textarea';
export { Textarea } from './ui/textarea';
// Additional platform-prefixed aliases make the package discoverable beside
// existing application adapters while keeping the public API product-neutral.
export type { AgentMessageTone } from './AgentMessageContent';
export { AgentMessageContent } from './AgentMessageContent';
export { CanvasCardCornerActions } from './CanvasCardCornerActions';
export { OverflowActions } from './OverflowActions';
export type {
ButtonProps as PlatformButtonProps,
SwitchProps as PlatformSwitchProps,
} from './ui';
export {
Button as PlatformButton,
Divider as PlatformDivider,
Spinner as PlatformSpinner,
Switch as PlatformSwitch,
} from './ui';