// @ts-nocheck — generated stub. Delete this comment after curating. /* eslint-disable */ /** * AUTO-GENERATED stub story for PixelTable. * Source: scripts/build-docs/generate-stories.ts * * Safe to edit — once this file is committed the generator will refuse * to overwrite it (a hand-authored *.stories.tsx is detected). */ import type { Meta, StoryObj } from '@storybook/react'; import * as Component from './PixelTable'; import manifest from './PixelTable.manifest'; import * as examples from './PixelTable.examples'; const meta: Meta = { title: 'UI Kit / Data / PixelTable', component: (Component as any).PixelTable ?? (Component as any).default, tags: ["autodocs","status-stable","cat-data"], parameters: { layout: 'padded', docs: { description: { component: (manifest as any)?.description ?? 'PixelTable — generated stub.', }, }, manifest, }, }; export default meta; type Story = StoryObj; /** Default */ export const Default: Story = { name: 'Default', tags: ["example-default"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).Default ?? (examples as any)['default']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'default')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'default' for PixelTable."}
        
); } return ; }, }; /** Striped */ export const Striped: Story = { name: 'Striped', tags: ["example-striped"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).Striped ?? (examples as any)['striped']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'striped')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'striped' for PixelTable."}
        
); } return ; }, }; /** Pixel surface */ export const PixelSurface: Story = { name: 'Pixel surface', tags: ["example-pixel-surface"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).PixelSurface ?? (examples as any)['pixel-surface']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'pixel-surface')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'pixel-surface' for PixelTable."}
        
); } return ; }, }; /** Linear surface */ export const LinearSurface: Story = { name: 'Linear surface', tags: ["example-linear-surface"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).LinearSurface ?? (examples as any)['linear-surface']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'linear-surface')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'linear-surface' for PixelTable."}
        
); } return ; }, }; /** Sortable columns */ export const Sortable: Story = { name: 'Sortable columns', tags: ["example-sortable"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).Sortable ?? (examples as any)['sortable']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'sortable')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'sortable' for PixelTable."}
        
); } return ; }, }; /** Single selection */ export const SingleSelection: Story = { name: 'Single selection', tags: ["example-single-selection"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).SingleSelection ?? (examples as any)['single-selection']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'single-selection')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'single-selection' for PixelTable."}
        
); } return ; }, }; /** Multi selection */ export const MultiSelection: Story = { name: 'Multi selection', tags: ["example-multi-selection"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).MultiSelection ?? (examples as any)['multi-selection']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'multi-selection')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'multi-selection' for PixelTable."}
        
); } return ; }, }; /** Compact density */ export const CompactDensity: Story = { name: 'Compact density', tags: ["example-compact-density"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).CompactDensity ?? (examples as any)['compact-density']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'compact-density')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'compact-density' for PixelTable."}
        
); } return ; }, }; /** Comfortable density */ export const ComfortableDensity: Story = { name: 'Comfortable density', tags: ["example-comfortable-density"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).ComfortableDensity ?? (examples as any)['comfortable-density']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'comfortable-density')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'comfortable-density' for PixelTable."}
        
); } return ; }, }; /** Loading */ export const Loading: Story = { name: 'Loading', tags: ["example-loading"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).Loading ?? (examples as any)['loading']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'loading')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'loading' for PixelTable."}
        
); } return ; }, }; /** Empty state */ export const Empty: Story = { name: 'Empty state', tags: ["example-empty"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).Empty ?? (examples as any)['empty']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'empty')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'empty' for PixelTable."}
        
); } return ; }, }; /** Sticky header */ export const StickyHeader: Story = { name: 'Sticky header', tags: ["example-sticky-header"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).StickyHeader ?? (examples as any)['sticky-header']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'sticky-header')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'sticky-header' for PixelTable."}
        
); } return ; }, }; /** Custom cell render */ export const CustomRender: Story = { name: 'Custom cell render', tags: ["example-custom-render"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).CustomRender ?? (examples as any)['custom-render']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'custom-render')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'custom-render' for PixelTable."}
        
); } return ; }, }; /** Clickable rows */ export const ClickableRows: Story = { name: 'Clickable rows', tags: ["example-clickable-rows"], parameters: { docs: { description: { story: undefined } }, }, render: () => { const ExampleComponent = ((examples as any).ClickableRows ?? (examples as any)['clickable-rows']) ?? ((manifest as any)?.examples?.find?.((e: any) => e?.id === 'clickable-rows')?.Component); if (!ExampleComponent) { return (
          {"Missing example 'clickable-rows' for PixelTable."}
        
); } return ; }, };