@yccui/ui 1.0.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.
- package/README.md +504 -0
- package/dist/components/DataDisplay/Accordion.d.ts +12 -0
- package/dist/components/DataDisplay/Accordion.d.ts.map +1 -0
- package/dist/components/DataDisplay/Avatar.d.ts +9 -0
- package/dist/components/DataDisplay/Avatar.d.ts.map +1 -0
- package/dist/components/DataDisplay/Badge.d.ts +8 -0
- package/dist/components/DataDisplay/Badge.d.ts.map +1 -0
- package/dist/components/DataDisplay/Banner.d.ts +13 -0
- package/dist/components/DataDisplay/Banner.d.ts.map +1 -0
- package/dist/components/DataDisplay/Card.d.ts +27 -0
- package/dist/components/DataDisplay/Card.d.ts.map +1 -0
- package/dist/components/DataDisplay/CompareBar.d.ts +10 -0
- package/dist/components/DataDisplay/CompareBar.d.ts.map +1 -0
- package/dist/components/DataDisplay/CopyButton.d.ts +8 -0
- package/dist/components/DataDisplay/CopyButton.d.ts.map +1 -0
- package/dist/components/DataDisplay/DataList.d.ts +11 -0
- package/dist/components/DataDisplay/DataList.d.ts.map +1 -0
- package/dist/components/DataDisplay/Donut.d.ts +10 -0
- package/dist/components/DataDisplay/Donut.d.ts.map +1 -0
- package/dist/components/DataDisplay/EmptyState.d.ts +10 -0
- package/dist/components/DataDisplay/EmptyState.d.ts.map +1 -0
- package/dist/components/DataDisplay/KV.d.ts +9 -0
- package/dist/components/DataDisplay/KV.d.ts.map +1 -0
- package/dist/components/DataDisplay/Popover.d.ts +9 -0
- package/dist/components/DataDisplay/Popover.d.ts.map +1 -0
- package/dist/components/DataDisplay/ProgressBar.d.ts +10 -0
- package/dist/components/DataDisplay/ProgressBar.d.ts.map +1 -0
- package/dist/components/DataDisplay/StatCard.d.ts +13 -0
- package/dist/components/DataDisplay/StatCard.d.ts.map +1 -0
- package/dist/components/DataDisplay/Table.d.ts +23 -0
- package/dist/components/DataDisplay/Table.d.ts.map +1 -0
- package/dist/components/DataDisplay/Tag.d.ts +9 -0
- package/dist/components/DataDisplay/Tag.d.ts.map +1 -0
- package/dist/components/DataDisplay/Timeline.d.ts +12 -0
- package/dist/components/DataDisplay/Timeline.d.ts.map +1 -0
- package/dist/components/DataDisplay/Tooltip.d.ts +9 -0
- package/dist/components/DataDisplay/Tooltip.d.ts.map +1 -0
- package/dist/components/DataDisplay/TrendSpark.d.ts +9 -0
- package/dist/components/DataDisplay/TrendSpark.d.ts.map +1 -0
- package/dist/components/DataDisplay/index.d.ts +39 -0
- package/dist/components/DataDisplay/index.d.ts.map +1 -0
- package/dist/components/Feedback/Alert.d.ts +9 -0
- package/dist/components/Feedback/Alert.d.ts.map +1 -0
- package/dist/components/Feedback/ConfirmDialog.d.ts +14 -0
- package/dist/components/Feedback/ConfirmDialog.d.ts.map +1 -0
- package/dist/components/Feedback/Drawer.d.ts +12 -0
- package/dist/components/Feedback/Drawer.d.ts.map +1 -0
- package/dist/components/Feedback/Modal.d.ts +14 -0
- package/dist/components/Feedback/Modal.d.ts.map +1 -0
- package/dist/components/Feedback/Skeleton.d.ts +8 -0
- package/dist/components/Feedback/Skeleton.d.ts.map +1 -0
- package/dist/components/Feedback/Spinner.d.ts +8 -0
- package/dist/components/Feedback/Spinner.d.ts.map +1 -0
- package/dist/components/Feedback/Toast.d.ts +20 -0
- package/dist/components/Feedback/Toast.d.ts.map +1 -0
- package/dist/components/Feedback/index.d.ts +15 -0
- package/dist/components/Feedback/index.d.ts.map +1 -0
- package/dist/components/Form/Button.d.ts +16 -0
- package/dist/components/Form/Button.d.ts.map +1 -0
- package/dist/components/Form/Checkbox.d.ts +12 -0
- package/dist/components/Form/Checkbox.d.ts.map +1 -0
- package/dist/components/Form/DateInput.d.ts +12 -0
- package/dist/components/Form/DateInput.d.ts.map +1 -0
- package/dist/components/Form/FileUpload.d.ts +11 -0
- package/dist/components/Form/FileUpload.d.ts.map +1 -0
- package/dist/components/Form/FormGroup.d.ts +11 -0
- package/dist/components/Form/FormGroup.d.ts.map +1 -0
- package/dist/components/Form/Input.d.ts +17 -0
- package/dist/components/Form/Input.d.ts.map +1 -0
- package/dist/components/Form/Radio.d.ts +13 -0
- package/dist/components/Form/Radio.d.ts.map +1 -0
- package/dist/components/Form/RadioGroup.d.ts +16 -0
- package/dist/components/Form/RadioGroup.d.ts.map +1 -0
- package/dist/components/Form/ScanZone.d.ts +8 -0
- package/dist/components/Form/ScanZone.d.ts.map +1 -0
- package/dist/components/Form/SearchInput.d.ts +13 -0
- package/dist/components/Form/SearchInput.d.ts.map +1 -0
- package/dist/components/Form/Select.d.ts +18 -0
- package/dist/components/Form/Select.d.ts.map +1 -0
- package/dist/components/Form/Textarea.d.ts +14 -0
- package/dist/components/Form/Textarea.d.ts.map +1 -0
- package/dist/components/Form/Toggle.d.ts +11 -0
- package/dist/components/Form/Toggle.d.ts.map +1 -0
- package/dist/components/Form/index.d.ts +27 -0
- package/dist/components/Form/index.d.ts.map +1 -0
- package/dist/components/Icons/Icon.d.ts +10 -0
- package/dist/components/Icons/Icon.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +3 -0
- package/dist/components/Icons/index.d.ts.map +1 -0
- package/dist/components/Layout/Col.d.ts +12 -0
- package/dist/components/Layout/Col.d.ts.map +1 -0
- package/dist/components/Layout/Container.d.ts +9 -0
- package/dist/components/Layout/Container.d.ts.map +1 -0
- package/dist/components/Layout/Divider.d.ts +7 -0
- package/dist/components/Layout/Divider.d.ts.map +1 -0
- package/dist/components/Layout/Footer.d.ts +10 -0
- package/dist/components/Layout/Footer.d.ts.map +1 -0
- package/dist/components/Layout/Grid.d.ts +10 -0
- package/dist/components/Layout/Grid.d.ts.map +1 -0
- package/dist/components/Layout/Header.d.ts +15 -0
- package/dist/components/Layout/Header.d.ts.map +1 -0
- package/dist/components/Layout/Page.d.ts +14 -0
- package/dist/components/Layout/Page.d.ts.map +1 -0
- package/dist/components/Layout/PageHeader.d.ts +9 -0
- package/dist/components/Layout/PageHeader.d.ts.map +1 -0
- package/dist/components/Layout/Row.d.ts +9 -0
- package/dist/components/Layout/Row.d.ts.map +1 -0
- package/dist/components/Layout/Sidebar.d.ts +10 -0
- package/dist/components/Layout/Sidebar.d.ts.map +1 -0
- package/dist/components/Layout/Spacer.d.ts +7 -0
- package/dist/components/Layout/Spacer.d.ts.map +1 -0
- package/dist/components/Layout/Stack.d.ts +10 -0
- package/dist/components/Layout/Stack.d.ts.map +1 -0
- package/dist/components/Layout/index.d.ts +25 -0
- package/dist/components/Layout/index.d.ts.map +1 -0
- package/dist/components/Navigation/Breadcrumb.d.ts +12 -0
- package/dist/components/Navigation/Breadcrumb.d.ts.map +1 -0
- package/dist/components/Navigation/ContextMenu.d.ts +14 -0
- package/dist/components/Navigation/ContextMenu.d.ts.map +1 -0
- package/dist/components/Navigation/Nav.d.ts +31 -0
- package/dist/components/Navigation/Nav.d.ts.map +1 -0
- package/dist/components/Navigation/Pagination.d.ts +9 -0
- package/dist/components/Navigation/Pagination.d.ts.map +1 -0
- package/dist/components/Navigation/Stepper.d.ts +10 -0
- package/dist/components/Navigation/Stepper.d.ts.map +1 -0
- package/dist/components/Navigation/Tabs.d.ts +14 -0
- package/dist/components/Navigation/Tabs.d.ts.map +1 -0
- package/dist/components/Navigation/index.d.ts +13 -0
- package/dist/components/Navigation/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +7 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/index.cjs +5 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3704 -0
- package/dist/pages/ComponentShowcase.d.ts +2 -0
- package/dist/pages/ComponentShowcase.d.ts.map +1 -0
- package/dist/pages/DashboardDemo.d.ts +2 -0
- package/dist/pages/DashboardDemo.d.ts.map +1 -0
- package/dist/pages/PrototypeHome.d.ts +3 -0
- package/dist/pages/PrototypeHome.d.ts.map +1 -0
- package/dist/pages/index.d.ts +4 -0
- package/dist/pages/index.d.ts.map +1 -0
- package/dist/styles.css +1 -0
- package/dist/tokens/colors.d.ts +259 -0
- package/dist/tokens/colors.d.ts.map +1 -0
- package/dist/tokens/index.d.ts +4 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/layout.d.ts +138 -0
- package/dist/tokens/layout.d.ts.map +1 -0
- package/dist/tokens/typography.d.ts +148 -0
- package/dist/tokens/typography.d.ts.map +1 -0
- package/package.json +42 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export { Button } from './Button';
|
|
2
|
+
export type { ButtonProps } from './Button';
|
|
3
|
+
export { Toggle } from './Toggle';
|
|
4
|
+
export type { ToggleProps } from './Toggle';
|
|
5
|
+
export { Input } from './Input';
|
|
6
|
+
export type { InputProps } from './Input';
|
|
7
|
+
export { Select } from './Select';
|
|
8
|
+
export type { SelectOption, SelectProps } from './Select';
|
|
9
|
+
export { Checkbox } from './Checkbox';
|
|
10
|
+
export type { CheckboxProps } from './Checkbox';
|
|
11
|
+
export { Textarea } from './Textarea';
|
|
12
|
+
export type { TextareaProps } from './Textarea';
|
|
13
|
+
export { FormGroup } from './FormGroup';
|
|
14
|
+
export type { FormGroupProps } from './FormGroup';
|
|
15
|
+
export { FileUpload } from './FileUpload';
|
|
16
|
+
export type { FileUploadProps } from './FileUpload';
|
|
17
|
+
export { ScanZone } from './ScanZone';
|
|
18
|
+
export type { ScanZoneProps } from './ScanZone';
|
|
19
|
+
export { Radio } from './Radio';
|
|
20
|
+
export type { RadioProps } from './Radio';
|
|
21
|
+
export { RadioGroup } from './RadioGroup';
|
|
22
|
+
export type { RadioGroupProps } from './RadioGroup';
|
|
23
|
+
export { DateInput } from './DateInput';
|
|
24
|
+
export type { DateInputProps } from './DateInput';
|
|
25
|
+
export { SearchInput } from './SearchInput';
|
|
26
|
+
export type { SearchInputProps } from './SearchInput';
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import './Icon.css';
|
|
2
|
+
export declare const iconNames: string[];
|
|
3
|
+
export interface IconProps {
|
|
4
|
+
name: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
color?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function Icon({ name, size, color, className }: IconProps): import("react").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=Icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,CAAC;AA8FpB,eAAO,MAAM,SAAS,UAAwD,CAAC;AAE/E,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAwBD,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,IAAS,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,SAAS,+BAqCpE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Icons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACzC,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import './Grid.css';
|
|
3
|
+
type Span = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
4
|
+
export interface ColProps {
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
span?: Span;
|
|
7
|
+
sm?: Span;
|
|
8
|
+
lg?: Span;
|
|
9
|
+
}
|
|
10
|
+
export declare function Col({ children, span, sm, lg }: ColProps): import("react").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=Col.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Col.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Col.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,YAAY,CAAC;AAEpB,KAAK,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;AAE7D,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,EAAE,CAAC,EAAE,IAAI,CAAC;IACV,EAAE,CAAC,EAAE,IAAI,CAAC;CACX;AAED,wBAAgB,GAAG,CAAC,EAAE,QAAQ,EAAE,IAAS,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,QAAQ,+BAY5D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import './Container.css';
|
|
3
|
+
export interface ContainerProps {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
maxWidth?: 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function Container({ children, maxWidth, className }: ContainerProps): import("react").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=Container.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Container.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,iBAAiB,CAAC;AAEzB,MAAM,WAAW,cAAc;IAC7B,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAUD,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,QAAe,EAAE,SAAS,EAAE,EAAE,cAAc,+BAYjF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Divider.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Divider.tsx"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAEvB,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC9B;AAED,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,OAAc,EAAE,EAAE,YAAY,+BAQ9D"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import './Footer.css';
|
|
2
|
+
export interface FooterProps {
|
|
3
|
+
copyright?: string;
|
|
4
|
+
links?: Array<{
|
|
5
|
+
label: string;
|
|
6
|
+
href: string;
|
|
7
|
+
}>;
|
|
8
|
+
}
|
|
9
|
+
export declare function Footer({ copyright, links }: FooterProps): import("react").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=Footer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Footer.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,MAAM,WAAW,WAAW;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAChD;AAED,wBAAgB,MAAM,CAAC,EAAE,SAA8D,EAAE,KAAU,EAAE,EAAE,WAAW,+BAOjH"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import './Grid.css';
|
|
3
|
+
export interface GridProps {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
cols?: 1 | 2 | 3 | 4 | 5 | 6 | 12;
|
|
6
|
+
gap?: number;
|
|
7
|
+
className?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function Grid({ children, cols, gap, className }: GridProps): import("react").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=Grid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Grid.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,YAAY,CAAC;AAEpB,MAAM,WAAW,SAAS;IACxB,QAAQ,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;IAClC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,IAAI,CAAC,EAAE,QAAQ,EAAE,IAAQ,EAAE,GAAO,EAAE,SAAS,EAAE,EAAE,SAAS,+BAOzE"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import './Header.css';
|
|
2
|
+
export interface HeaderProps {
|
|
3
|
+
onMenuToggle?: () => void;
|
|
4
|
+
title?: string;
|
|
5
|
+
user?: {
|
|
6
|
+
name: string;
|
|
7
|
+
role: string;
|
|
8
|
+
avatar?: string;
|
|
9
|
+
};
|
|
10
|
+
notificationCount?: number;
|
|
11
|
+
onNotificationClick?: () => void;
|
|
12
|
+
onLogout?: () => void;
|
|
13
|
+
}
|
|
14
|
+
export declare function Header({ onMenuToggle, title, user, notificationCount, onNotificationClick, onLogout }: HeaderProps): import("react").JSX.Element;
|
|
15
|
+
//# sourceMappingURL=Header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Header.tsx"],"names":[],"mappings":"AAIA,OAAO,cAAc,CAAC;AAEtB,MAAM,WAAW,WAAW;IAC1B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACvD,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB;AAED,wBAAgB,MAAM,CAAC,EAAE,YAAY,EAAE,KAAK,EAAE,IAAI,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,QAAQ,EAAE,EAAE,WAAW,+BAmClH"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
import { type HeaderProps } from './Header';
|
|
3
|
+
import './Page.css';
|
|
4
|
+
export interface PageProps {
|
|
5
|
+
nav: ReactNode;
|
|
6
|
+
user?: HeaderProps['user'];
|
|
7
|
+
notificationCount?: number;
|
|
8
|
+
onNotificationClick?: () => void;
|
|
9
|
+
onLogout?: () => void;
|
|
10
|
+
children: ReactNode;
|
|
11
|
+
defaultCollapsed?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare function Page({ nav, user, notificationCount, onNotificationClick, onLogout, children, defaultCollapsed, }: PageProps): import("react").JSX.Element;
|
|
14
|
+
//# sourceMappingURL=Page.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Page.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Page.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA8D,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEnG,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,YAAY,CAAC;AAEpB,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,SAAS,CAAC;IACf,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,EAAE,SAAS,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAMD,wBAAgB,IAAI,CAAC,EACnB,GAAG,EACH,IAAI,EACJ,iBAAiB,EACjB,mBAAmB,EACnB,QAAQ,EACR,QAAQ,EACR,gBAAwB,GACzB,EAAE,SAAS,+BAoCX"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import './PageHeader.css';
|
|
3
|
+
export interface PageHeaderProps {
|
|
4
|
+
title: string;
|
|
5
|
+
subtitle?: string;
|
|
6
|
+
actions?: ReactNode;
|
|
7
|
+
}
|
|
8
|
+
export declare function PageHeader({ title, subtitle, actions }: PageHeaderProps): import("react").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=PageHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PageHeader.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/PageHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,kBAAkB,CAAC;AAE1B,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,eAAe,+BAUvE"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import './Grid.css';
|
|
3
|
+
export interface RowProps {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
gap?: number;
|
|
6
|
+
align?: 'start' | 'center' | 'end' | 'stretch';
|
|
7
|
+
}
|
|
8
|
+
export declare function Row({ children, gap, align }: RowProps): import("react").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=Row.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Row.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Row.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,YAAY,CAAC;AAEpB,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,SAAS,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAC;CAChD;AASD,wBAAgB,GAAG,CAAC,EAAE,QAAQ,EAAE,GAAO,EAAE,KAAiB,EAAE,EAAE,QAAQ,+BAWrE"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import './Sidebar.css';
|
|
3
|
+
export interface SidebarProps {
|
|
4
|
+
collapsed?: boolean;
|
|
5
|
+
onToggle?: () => void;
|
|
6
|
+
logo?: ReactNode;
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export declare function Sidebar({ collapsed, onToggle, logo, children }: SidebarProps): import("react").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=Sidebar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,eAAe,CAAC;AAEvB,MAAM,WAAW,YAAY;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,OAAO,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,YAAY,+BAQ5E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Spacer.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Spacer.tsx"],"names":[],"mappings":"AACA,OAAO,cAAc,CAAC;AAEtB,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,CAAC;CAClB;AAED,wBAAgB,MAAM,CAAC,EAAE,IAAQ,EAAE,IAAU,EAAE,EAAE,WAAW,+BAG3D"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import './Stack.css';
|
|
3
|
+
export interface StackProps {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
gap?: number;
|
|
6
|
+
align?: 'start' | 'center' | 'end' | 'stretch';
|
|
7
|
+
className?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function Stack({ children, gap, align, className }: StackProps): import("react").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=Stack.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stack.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/Stack.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,aAAa,CAAC;AAErB,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,SAAS,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAC;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AASD,wBAAgB,KAAK,CAAC,EAAE,QAAQ,EAAE,GAAO,EAAE,KAAiB,EAAE,SAAS,EAAE,EAAE,UAAU,+BAOpF"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export { Sidebar } from './Sidebar';
|
|
2
|
+
export type { SidebarProps } from './Sidebar';
|
|
3
|
+
export { Header } from './Header';
|
|
4
|
+
export type { HeaderProps } from './Header';
|
|
5
|
+
export { Footer } from './Footer';
|
|
6
|
+
export type { FooterProps } from './Footer';
|
|
7
|
+
export { Page } from './Page';
|
|
8
|
+
export type { PageProps } from './Page';
|
|
9
|
+
export { Container } from './Container';
|
|
10
|
+
export type { ContainerProps } from './Container';
|
|
11
|
+
export { Row } from './Row';
|
|
12
|
+
export type { RowProps } from './Row';
|
|
13
|
+
export { Col } from './Col';
|
|
14
|
+
export type { ColProps } from './Col';
|
|
15
|
+
export { PageHeader } from './PageHeader';
|
|
16
|
+
export type { PageHeaderProps } from './PageHeader';
|
|
17
|
+
export { Divider } from './Divider';
|
|
18
|
+
export type { DividerProps } from './Divider';
|
|
19
|
+
export { Grid } from './Grid';
|
|
20
|
+
export type { GridProps } from './Grid';
|
|
21
|
+
export { Stack } from './Stack';
|
|
22
|
+
export type { StackProps } from './Stack';
|
|
23
|
+
export { Spacer } from './Spacer';
|
|
24
|
+
export type { SpacerProps } from './Spacer';
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,YAAY,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,YAAY,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACxC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import './Breadcrumb.css';
|
|
3
|
+
export interface BreadcrumbProps {
|
|
4
|
+
items: Array<{
|
|
5
|
+
label: string;
|
|
6
|
+
href?: string;
|
|
7
|
+
onClick?: () => void;
|
|
8
|
+
}>;
|
|
9
|
+
separator?: ReactNode;
|
|
10
|
+
}
|
|
11
|
+
export declare function Breadcrumb({ items, separator }: BreadcrumbProps): import("react").JSX.Element;
|
|
12
|
+
//# sourceMappingURL=Breadcrumb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/Navigation/Breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,kBAAkB,CAAC;AAE1B,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;KAAE,CAAC,CAAC;IACrE,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,SAAe,EAAE,EAAE,eAAe,+BAoBrE"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
import './ContextMenu.css';
|
|
3
|
+
export interface ContextMenuProps {
|
|
4
|
+
items: Array<{
|
|
5
|
+
label: string;
|
|
6
|
+
icon?: string;
|
|
7
|
+
onClick: () => void;
|
|
8
|
+
danger?: boolean;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
}>;
|
|
11
|
+
trigger: ReactNode;
|
|
12
|
+
}
|
|
13
|
+
export declare function ContextMenu({ items, trigger }: ContextMenuProps): import("react").JSX.Element;
|
|
14
|
+
//# sourceMappingURL=ContextMenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContextMenu.d.ts","sourceRoot":"","sources":["../../../src/components/Navigation/ContextMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,mBAAmB,CAAC;AAE3B,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,IAAI,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;IAC1G,OAAO,EAAE,SAAS,CAAC;CACpB;AAED,wBAAgB,WAAW,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,gBAAgB,+BA8B/D"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
import './Nav.css';
|
|
3
|
+
export declare const NavContext: import("react").Context<{
|
|
4
|
+
activePage: string;
|
|
5
|
+
setActivePage: (_page: string) => void;
|
|
6
|
+
collapsed: boolean;
|
|
7
|
+
}>;
|
|
8
|
+
export interface NavProps {
|
|
9
|
+
children: ReactNode;
|
|
10
|
+
activePage?: string;
|
|
11
|
+
onNavigate?: (id: string) => void;
|
|
12
|
+
collapsed?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export interface NavGroupProps {
|
|
15
|
+
label: string;
|
|
16
|
+
icon?: string;
|
|
17
|
+
defaultExpanded?: boolean;
|
|
18
|
+
children: ReactNode;
|
|
19
|
+
}
|
|
20
|
+
export interface NavItemProps {
|
|
21
|
+
id: string;
|
|
22
|
+
label: string;
|
|
23
|
+
icon?: string;
|
|
24
|
+
badge?: string | number;
|
|
25
|
+
href?: string;
|
|
26
|
+
onClick?: () => void;
|
|
27
|
+
}
|
|
28
|
+
export declare function Nav({ children, activePage, onNavigate, collapsed }: NavProps): import("react").JSX.Element;
|
|
29
|
+
export declare function NavGroup({ label, icon, defaultExpanded, children }: NavGroupProps): import("react").JSX.Element;
|
|
30
|
+
export declare function NavItem({ id, label, icon, badge, href, onClick }: NavItemProps): import("react").JSX.Element;
|
|
31
|
+
//# sourceMappingURL=Nav.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Nav.d.ts","sourceRoot":"","sources":["../../../src/components/Navigation/Nav.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgD,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGrF,OAAO,WAAW,CAAC;AAEnB,eAAO,MAAM,UAAU;;2BAEE,MAAM,KAAkB,IAAI;;EAEnD,CAAC;AAEH,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAMD,wBAAgB,GAAG,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,SAAiB,EAAE,EAAE,QAAQ,+BAgBpF;AAED,wBAAgB,QAAQ,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,eAAsB,EAAE,QAAQ,EAAE,EAAE,aAAa,+BAcxF;AAED,wBAAgB,OAAO,CAAC,EAAE,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,YAAY,+BAsB9E"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import './Pagination.css';
|
|
2
|
+
export interface PaginationProps {
|
|
3
|
+
page: number;
|
|
4
|
+
totalPages: number;
|
|
5
|
+
onChange: (page: number) => void;
|
|
6
|
+
siblingCount?: number;
|
|
7
|
+
}
|
|
8
|
+
export declare function Pagination({ page, totalPages, onChange, siblingCount }: PaginationProps): import("react").JSX.Element;
|
|
9
|
+
//# sourceMappingURL=Pagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/components/Navigation/Pagination.tsx"],"names":[],"mappings":"AACA,OAAO,kBAAkB,CAAC;AAE1B,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAMD,wBAAgB,UAAU,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,YAAgB,EAAE,EAAE,eAAe,+BAoB3F"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import './Stepper.css';
|
|
2
|
+
export interface StepperProps {
|
|
3
|
+
steps: Array<{
|
|
4
|
+
label: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
}>;
|
|
7
|
+
currentStep: number;
|
|
8
|
+
}
|
|
9
|
+
export declare function Stepper({ steps, currentStep }: StepperProps): import("react").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=Stepper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../src/components/Navigation/Stepper.tsx"],"names":[],"mappings":"AAAA,OAAO,eAAe,CAAC;AAEvB,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACtD,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,OAAO,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,YAAY,+BAiB3D"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import './Tabs.css';
|
|
3
|
+
export interface TabsProps {
|
|
4
|
+
tabs: Array<{
|
|
5
|
+
id: string;
|
|
6
|
+
label: string;
|
|
7
|
+
icon?: string;
|
|
8
|
+
}>;
|
|
9
|
+
activeTab: string;
|
|
10
|
+
onChange: (id: string) => void;
|
|
11
|
+
children?: ReactNode;
|
|
12
|
+
}
|
|
13
|
+
export declare function Tabs({ tabs, activeTab, onChange, children }: TabsProps): import("react").JSX.Element;
|
|
14
|
+
//# sourceMappingURL=Tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../src/components/Navigation/Tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,YAAY,CAAC;AAEpB,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC1D,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,SAAS,+BActE"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { Nav, NavGroup, NavItem, NavContext } from './Nav';
|
|
2
|
+
export type { NavProps, NavGroupProps, NavItemProps } from './Nav';
|
|
3
|
+
export { Breadcrumb } from './Breadcrumb';
|
|
4
|
+
export type { BreadcrumbProps } from './Breadcrumb';
|
|
5
|
+
export { Stepper } from './Stepper';
|
|
6
|
+
export type { StepperProps } from './Stepper';
|
|
7
|
+
export { Tabs } from './Tabs';
|
|
8
|
+
export type { TabsProps } from './Tabs';
|
|
9
|
+
export { ContextMenu } from './ContextMenu';
|
|
10
|
+
export type { ContextMenuProps } from './ContextMenu';
|
|
11
|
+
export { Pagination } from './Pagination';
|
|
12
|
+
export type { PaginationProps } from './Pagination';
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Navigation/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAC3D,YAAY,EAAE,QAAQ,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
|