@zeturn/watercolor-react 1.1.16
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/dist/index.d.ts +2 -0
- package/dist/src/ThemeReact.d.ts +14 -0
- package/dist/src/ThemeReact.d.ts.map +1 -0
- package/dist/src/components/Accordion/Accordion.d.ts +15 -0
- package/dist/src/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/src/components/Accordion/utils.d.ts +2 -0
- package/dist/src/components/Accordion/utils.d.ts.map +1 -0
- package/dist/src/components/Alert/Alert.d.ts +12 -0
- package/dist/src/components/Alert/Alert.d.ts.map +1 -0
- package/dist/src/components/Alert/utils.d.ts +2 -0
- package/dist/src/components/Alert/utils.d.ts.map +1 -0
- package/dist/src/components/AppBar/AppBar.d.ts +12 -0
- package/dist/src/components/AppBar/AppBar.d.ts.map +1 -0
- package/dist/src/components/AppBar/utils.d.ts +2 -0
- package/dist/src/components/AppBar/utils.d.ts.map +1 -0
- package/dist/src/components/Autocomplete/Autocomplete.d.ts +39 -0
- package/dist/src/components/Autocomplete/Autocomplete.d.ts.map +1 -0
- package/dist/src/components/Avatar/Avatar.d.ts +15 -0
- package/dist/src/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/src/components/Avatar/utils.d.ts +2 -0
- package/dist/src/components/Avatar/utils.d.ts.map +1 -0
- package/dist/src/components/Badge/Badge.d.ts +13 -0
- package/dist/src/components/Badge/Badge.d.ts.map +1 -0
- package/dist/src/components/Badge/utils.d.ts +2 -0
- package/dist/src/components/Badge/utils.d.ts.map +1 -0
- package/dist/src/components/Banner/Banner.d.ts +6 -0
- package/dist/src/components/Banner/Banner.d.ts.map +1 -0
- package/dist/src/components/Banner/utils.d.ts +2 -0
- package/dist/src/components/Banner/utils.d.ts.map +1 -0
- package/dist/src/components/Blockquote/Blockquote.d.ts +12 -0
- package/dist/src/components/Blockquote/Blockquote.d.ts.map +1 -0
- package/dist/src/components/Blockquote/utils.d.ts +2 -0
- package/dist/src/components/Blockquote/utils.d.ts.map +1 -0
- package/dist/src/components/Box/Box.d.ts +42 -0
- package/dist/src/components/Box/Box.d.ts.map +1 -0
- package/dist/src/components/Box/utils.d.ts +2 -0
- package/dist/src/components/Box/utils.d.ts.map +1 -0
- package/dist/src/components/Breadcrumb/Breadcrumb.d.ts +10 -0
- package/dist/src/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/src/components/Breadcrumb/utils.d.ts +2 -0
- package/dist/src/components/Breadcrumb/utils.d.ts.map +1 -0
- package/dist/src/components/Button/Button.d.ts +30 -0
- package/dist/src/components/Button/Button.d.ts.map +1 -0
- package/dist/src/components/Button/Fab.d.ts +20 -0
- package/dist/src/components/Button/Fab.d.ts.map +1 -0
- package/dist/src/components/Button/IconButton.d.ts +19 -0
- package/dist/src/components/Button/IconButton.d.ts.map +1 -0
- package/dist/src/components/Button/utils.d.ts +2 -0
- package/dist/src/components/Button/utils.d.ts.map +1 -0
- package/dist/src/components/Card/Card.d.ts +22 -0
- package/dist/src/components/Card/Card.d.ts.map +1 -0
- package/dist/src/components/Card/CardActions.d.ts +13 -0
- package/dist/src/components/Card/CardActions.d.ts.map +1 -0
- package/dist/src/components/Card/CardContent.d.ts +12 -0
- package/dist/src/components/Card/CardContent.d.ts.map +1 -0
- package/dist/src/components/Card/utils.d.ts +2 -0
- package/dist/src/components/Card/utils.d.ts.map +1 -0
- package/dist/src/components/Checkbox/Checkbox.d.ts +20 -0
- package/dist/src/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/src/components/Checkbox/utils.d.ts +2 -0
- package/dist/src/components/Checkbox/utils.d.ts.map +1 -0
- package/dist/src/components/Chip/Chip.d.ts +15 -0
- package/dist/src/components/Chip/Chip.d.ts.map +1 -0
- package/dist/src/components/Chip/utils.d.ts +2 -0
- package/dist/src/components/Chip/utils.d.ts.map +1 -0
- package/dist/src/components/CircularProgress/CircularProgress.d.ts +14 -0
- package/dist/src/components/CircularProgress/CircularProgress.d.ts.map +1 -0
- package/dist/src/components/CircularProgress/utils.d.ts +2 -0
- package/dist/src/components/CircularProgress/utils.d.ts.map +1 -0
- package/dist/src/components/ColorPicker/ColorPicker.d.ts +9 -0
- package/dist/src/components/ColorPicker/ColorPicker.d.ts.map +1 -0
- package/dist/src/components/ColorPicker/utils.d.ts +2 -0
- package/dist/src/components/ColorPicker/utils.d.ts.map +1 -0
- package/dist/src/components/Container/Container.d.ts +9 -0
- package/dist/src/components/Container/Container.d.ts.map +1 -0
- package/dist/src/components/Container/utils.d.ts +2 -0
- package/dist/src/components/Container/utils.d.ts.map +1 -0
- package/dist/src/components/Copy/Copy.d.ts +19 -0
- package/dist/src/components/Copy/Copy.d.ts.map +1 -0
- package/dist/src/components/Copy/utils.d.ts +2 -0
- package/dist/src/components/Copy/utils.d.ts.map +1 -0
- package/dist/src/components/DatePicker/DatePicker.d.ts +20 -0
- package/dist/src/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/src/components/DatePicker/utils.d.ts +2 -0
- package/dist/src/components/DatePicker/utils.d.ts.map +1 -0
- package/dist/src/components/Divider/Divider.d.ts +13 -0
- package/dist/src/components/Divider/Divider.d.ts.map +1 -0
- package/dist/src/components/Divider/utils.d.ts +2 -0
- package/dist/src/components/Divider/utils.d.ts.map +1 -0
- package/dist/src/components/Feature/Feature.d.ts +25 -0
- package/dist/src/components/Feature/Feature.d.ts.map +1 -0
- package/dist/src/components/Feature/utils.d.ts +2 -0
- package/dist/src/components/Feature/utils.d.ts.map +1 -0
- package/dist/src/components/Feed/Feed.d.ts +15 -0
- package/dist/src/components/Feed/Feed.d.ts.map +1 -0
- package/dist/src/components/Feed/utils.d.ts +2 -0
- package/dist/src/components/Feed/utils.d.ts.map +1 -0
- package/dist/src/components/FileInput/FileInput.d.ts +15 -0
- package/dist/src/components/FileInput/FileInput.d.ts.map +1 -0
- package/dist/src/components/FileInput/utils.d.ts +2 -0
- package/dist/src/components/FileInput/utils.d.ts.map +1 -0
- package/dist/src/components/Form/FormControl.d.ts +20 -0
- package/dist/src/components/Form/FormControl.d.ts.map +1 -0
- package/dist/src/components/Form/FormControlLabel.d.ts +18 -0
- package/dist/src/components/Form/FormControlLabel.d.ts.map +1 -0
- package/dist/src/components/Form/FormGroup.d.ts +13 -0
- package/dist/src/components/Form/FormGroup.d.ts.map +1 -0
- package/dist/src/components/Form/FormHelperText.d.ts +20 -0
- package/dist/src/components/Form/FormHelperText.d.ts.map +1 -0
- package/dist/src/components/Form/utils.d.ts +2 -0
- package/dist/src/components/Form/utils.d.ts.map +1 -0
- package/dist/src/components/Grid/Grid.d.ts +22 -0
- package/dist/src/components/Grid/Grid.d.ts.map +1 -0
- package/dist/src/components/Grid/utils.d.ts +2 -0
- package/dist/src/components/Grid/utils.d.ts.map +1 -0
- package/dist/src/components/HoverCard/HoverCard.d.ts +25 -0
- package/dist/src/components/HoverCard/HoverCard.d.ts.map +1 -0
- package/dist/src/components/HoverCard/utils.d.ts +2 -0
- package/dist/src/components/HoverCard/utils.d.ts.map +1 -0
- package/dist/src/components/Icon/Icon.d.ts +28 -0
- package/dist/src/components/Icon/Icon.d.ts.map +1 -0
- package/dist/src/components/ImageGallery/ImageGallery.d.ts +27 -0
- package/dist/src/components/ImageGallery/ImageGallery.d.ts.map +1 -0
- package/dist/src/components/ImageGallery/utils.d.ts +2 -0
- package/dist/src/components/ImageGallery/utils.d.ts.map +1 -0
- package/dist/src/components/Input/Input.d.ts +39 -0
- package/dist/src/components/Input/Input.d.ts.map +1 -0
- package/dist/src/components/Input/VerificationCodeInput.d.ts +26 -0
- package/dist/src/components/Input/VerificationCodeInput.d.ts.map +1 -0
- package/dist/src/components/Input/utils.d.ts +2 -0
- package/dist/src/components/Input/utils.d.ts.map +1 -0
- package/dist/src/components/List/List.d.ts +25 -0
- package/dist/src/components/List/List.d.ts.map +1 -0
- package/dist/src/components/List/ListItem.d.ts +17 -0
- package/dist/src/components/List/ListItem.d.ts.map +1 -0
- package/dist/src/components/List/ListItemIcon.d.ts +8 -0
- package/dist/src/components/List/ListItemIcon.d.ts.map +1 -0
- package/dist/src/components/List/ListItemText.d.ts +9 -0
- package/dist/src/components/List/ListItemText.d.ts.map +1 -0
- package/dist/src/components/List/utils.d.ts +2 -0
- package/dist/src/components/List/utils.d.ts.map +1 -0
- package/dist/src/components/Menu/Menu.d.ts +26 -0
- package/dist/src/components/Menu/Menu.d.ts.map +1 -0
- package/dist/src/components/Menu/utils.d.ts +2 -0
- package/dist/src/components/Menu/utils.d.ts.map +1 -0
- package/dist/src/components/Modal/Modal.d.ts +33 -0
- package/dist/src/components/Modal/Modal.d.ts.map +1 -0
- package/dist/src/components/Modal/utils.d.ts +2 -0
- package/dist/src/components/Modal/utils.d.ts.map +1 -0
- package/dist/src/components/NumberAnimation/NumberAnimation.d.ts +23 -0
- package/dist/src/components/NumberAnimation/NumberAnimation.d.ts.map +1 -0
- package/dist/src/components/NumberAnimation/utils.d.ts +2 -0
- package/dist/src/components/NumberAnimation/utils.d.ts.map +1 -0
- package/dist/src/components/Pagination/Pagination.d.ts +23 -0
- package/dist/src/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/src/components/Pagination/utils.d.ts +2 -0
- package/dist/src/components/Pagination/utils.d.ts.map +1 -0
- package/dist/src/components/Paper/Paper.d.ts +27 -0
- package/dist/src/components/Paper/Paper.d.ts.map +1 -0
- package/dist/src/components/Paper/utils.d.ts +2 -0
- package/dist/src/components/Paper/utils.d.ts.map +1 -0
- package/dist/src/components/Popover/Popover.d.ts +20 -0
- package/dist/src/components/Popover/Popover.d.ts.map +1 -0
- package/dist/src/components/Popover/utils.d.ts +2 -0
- package/dist/src/components/Popover/utils.d.ts.map +1 -0
- package/dist/src/components/PricingTable/PricingTable.d.ts +12 -0
- package/dist/src/components/PricingTable/PricingTable.d.ts.map +1 -0
- package/dist/src/components/PricingTable/utils.d.ts +2 -0
- package/dist/src/components/PricingTable/utils.d.ts.map +1 -0
- package/dist/src/components/Progress/Progress.d.ts +15 -0
- package/dist/src/components/Progress/Progress.d.ts.map +1 -0
- package/dist/src/components/Progress/utils.d.ts +2 -0
- package/dist/src/components/Progress/utils.d.ts.map +1 -0
- package/dist/src/components/Radio/Radio.d.ts +37 -0
- package/dist/src/components/Radio/Radio.d.ts.map +1 -0
- package/dist/src/components/Radio/utils.d.ts +2 -0
- package/dist/src/components/Radio/utils.d.ts.map +1 -0
- package/dist/src/components/Rating/Rating.d.ts +15 -0
- package/dist/src/components/Rating/Rating.d.ts.map +1 -0
- package/dist/src/components/Rating/utils.d.ts +2 -0
- package/dist/src/components/Rating/utils.d.ts.map +1 -0
- package/dist/src/components/Select/Select.d.ts +34 -0
- package/dist/src/components/Select/Select.d.ts.map +1 -0
- package/dist/src/components/Select/utils.d.ts +2 -0
- package/dist/src/components/Select/utils.d.ts.map +1 -0
- package/dist/src/components/Skeleton/Skeleton.d.ts +12 -0
- package/dist/src/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/src/components/SlideOver/SlideOver.d.ts +16 -0
- package/dist/src/components/SlideOver/SlideOver.d.ts.map +1 -0
- package/dist/src/components/Slider/Slider.d.ts +20 -0
- package/dist/src/components/Slider/Slider.d.ts.map +1 -0
- package/dist/src/components/Slider/utils.d.ts +2 -0
- package/dist/src/components/Slider/utils.d.ts.map +1 -0
- package/dist/src/components/Snackbar/Snackbar.d.ts +23 -0
- package/dist/src/components/Snackbar/Snackbar.d.ts.map +1 -0
- package/dist/src/components/Snackbar/utils.d.ts +2 -0
- package/dist/src/components/Snackbar/utils.d.ts.map +1 -0
- package/dist/src/components/Status/Status.d.ts +14 -0
- package/dist/src/components/Status/Status.d.ts.map +1 -0
- package/dist/src/components/Status/utils.d.ts +2 -0
- package/dist/src/components/Status/utils.d.ts.map +1 -0
- package/dist/src/components/Switch/Switch.d.ts +17 -0
- package/dist/src/components/Switch/Switch.d.ts.map +1 -0
- package/dist/src/components/Switch/utils.d.ts +2 -0
- package/dist/src/components/Switch/utils.d.ts.map +1 -0
- package/dist/src/components/Table/Table.d.ts +119 -0
- package/dist/src/components/Table/Table.d.ts.map +1 -0
- package/dist/src/components/Table/utils.d.ts +2 -0
- package/dist/src/components/Table/utils.d.ts.map +1 -0
- package/dist/src/components/Tabs/Tabs.d.ts +14 -0
- package/dist/src/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/src/components/Tabs/utils.d.ts +2 -0
- package/dist/src/components/Tabs/utils.d.ts.map +1 -0
- package/dist/src/components/TextField/TextField.d.ts +42 -0
- package/dist/src/components/TextField/TextField.d.ts.map +1 -0
- package/dist/src/components/TextField/utils.d.ts +2 -0
- package/dist/src/components/TextField/utils.d.ts.map +1 -0
- package/dist/src/components/Toolbar/Toolbar.d.ts +10 -0
- package/dist/src/components/Toolbar/Toolbar.d.ts.map +1 -0
- package/dist/src/components/Toolbar/utils.d.ts +2 -0
- package/dist/src/components/Toolbar/utils.d.ts.map +1 -0
- package/dist/src/components/Tooltip/Tooltip.d.ts +7 -0
- package/dist/src/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/src/components/Tooltip/utils.d.ts +2 -0
- package/dist/src/components/Tooltip/utils.d.ts.map +1 -0
- package/dist/src/components/TypingText/TypingText.d.ts +16 -0
- package/dist/src/components/TypingText/TypingText.d.ts.map +1 -0
- package/dist/src/components/TypingText/utils.d.ts +2 -0
- package/dist/src/components/TypingText/utils.d.ts.map +1 -0
- package/dist/src/components/Typography/Typography.d.ts +17 -0
- package/dist/src/components/Typography/Typography.d.ts.map +1 -0
- package/dist/src/components/Typography/utils.d.ts +2 -0
- package/dist/src/components/Typography/utils.d.ts.map +1 -0
- package/dist/src/components/VideoPlayer/VideoPlayer.d.ts +13 -0
- package/dist/src/components/VideoPlayer/VideoPlayer.d.ts.map +1 -0
- package/dist/src/components/VideoPlayer/utils.d.ts +2 -0
- package/dist/src/components/VideoPlayer/utils.d.ts.map +1 -0
- package/dist/src/components/Watermark/Watermark.d.ts +6 -0
- package/dist/src/components/Watermark/Watermark.d.ts.map +1 -0
- package/dist/src/components/Watermark/utils.d.ts +2 -0
- package/dist/src/components/Watermark/utils.d.ts.map +1 -0
- package/dist/src/index.d.ts +69 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/utils/accessibility.d.ts +85 -0
- package/dist/src/utils/accessibility.d.ts.map +1 -0
- package/dist/src/utils/icons.d.ts +265 -0
- package/dist/src/utils/icons.d.ts.map +1 -0
- package/dist/src/utils/performance.d.ts +47 -0
- package/dist/src/utils/performance.d.ts.map +1 -0
- package/dist/src/utils/theme.d.ts +167 -0
- package/dist/src/utils/theme.d.ts.map +1 -0
- package/dist/src/utils/themeManager.d.ts +23 -0
- package/dist/src/utils/themeManager.d.ts.map +1 -0
- package/dist/vite.config.d.ts +3 -0
- package/dist/vite.config.d.ts.map +1 -0
- package/dist/watercolor-react.css +1 -0
- package/dist/watercolor-react.es.js +5420 -0
- package/dist/watercolor-react.umd.js +66 -0
- package/package.json +48 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
export function Table({ size, stickyHeader, dense, hover, striped, children, className, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
size?: string | undefined;
|
|
4
|
+
stickyHeader?: boolean | undefined;
|
|
5
|
+
dense?: boolean | undefined;
|
|
6
|
+
hover?: boolean | undefined;
|
|
7
|
+
striped?: boolean | undefined;
|
|
8
|
+
children: any;
|
|
9
|
+
className?: string | undefined;
|
|
10
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export namespace Table {
|
|
12
|
+
let displayName: string;
|
|
13
|
+
}
|
|
14
|
+
export function TableHead({ children, className, ...rest }: {
|
|
15
|
+
[x: string]: any;
|
|
16
|
+
children: any;
|
|
17
|
+
className?: string | undefined;
|
|
18
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export namespace TableHead {
|
|
20
|
+
let displayName_1: string;
|
|
21
|
+
export { displayName_1 as displayName };
|
|
22
|
+
}
|
|
23
|
+
export function TableBody({ children, className, ...rest }: {
|
|
24
|
+
[x: string]: any;
|
|
25
|
+
children: any;
|
|
26
|
+
className?: string | undefined;
|
|
27
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export namespace TableBody {
|
|
29
|
+
let displayName_2: string;
|
|
30
|
+
export { displayName_2 as displayName };
|
|
31
|
+
}
|
|
32
|
+
export function TableRow({ hover: hoverProp, selected, clickable, children, className, onClick, ...rest }: {
|
|
33
|
+
[x: string]: any;
|
|
34
|
+
hover: any;
|
|
35
|
+
selected?: boolean | undefined;
|
|
36
|
+
clickable?: boolean | undefined;
|
|
37
|
+
children: any;
|
|
38
|
+
className?: string | undefined;
|
|
39
|
+
onClick: any;
|
|
40
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
41
|
+
export namespace TableRow {
|
|
42
|
+
let displayName_3: string;
|
|
43
|
+
export { displayName_3 as displayName };
|
|
44
|
+
}
|
|
45
|
+
export function TableCell({ component: Component, align, padding, size: sizeProp, sortDirection, variant, scope, children, className, ...rest }: {
|
|
46
|
+
[x: string]: any;
|
|
47
|
+
component?: string | undefined;
|
|
48
|
+
align?: string | undefined;
|
|
49
|
+
padding?: string | undefined;
|
|
50
|
+
size: any;
|
|
51
|
+
sortDirection?: boolean | undefined;
|
|
52
|
+
variant?: string | undefined;
|
|
53
|
+
scope: any;
|
|
54
|
+
children: any;
|
|
55
|
+
className?: string | undefined;
|
|
56
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
57
|
+
export namespace TableCell {
|
|
58
|
+
let displayName_4: string;
|
|
59
|
+
export { displayName_4 as displayName };
|
|
60
|
+
}
|
|
61
|
+
export default TableExport;
|
|
62
|
+
declare const TableExport: {
|
|
63
|
+
({ size, stickyHeader, dense, hover, striped, children, className, ...rest }: {
|
|
64
|
+
[x: string]: any;
|
|
65
|
+
size?: string | undefined;
|
|
66
|
+
stickyHeader?: boolean | undefined;
|
|
67
|
+
dense?: boolean | undefined;
|
|
68
|
+
hover?: boolean | undefined;
|
|
69
|
+
striped?: boolean | undefined;
|
|
70
|
+
children: any;
|
|
71
|
+
className?: string | undefined;
|
|
72
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
73
|
+
displayName: string;
|
|
74
|
+
} & {
|
|
75
|
+
Head: {
|
|
76
|
+
({ children, className, ...rest }: {
|
|
77
|
+
[x: string]: any;
|
|
78
|
+
children: any;
|
|
79
|
+
className?: string | undefined;
|
|
80
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
81
|
+
displayName: string;
|
|
82
|
+
};
|
|
83
|
+
Body: {
|
|
84
|
+
({ children, className, ...rest }: {
|
|
85
|
+
[x: string]: any;
|
|
86
|
+
children: any;
|
|
87
|
+
className?: string | undefined;
|
|
88
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
89
|
+
displayName: string;
|
|
90
|
+
};
|
|
91
|
+
Row: {
|
|
92
|
+
({ hover: hoverProp, selected, clickable, children, className, onClick, ...rest }: {
|
|
93
|
+
[x: string]: any;
|
|
94
|
+
hover: any;
|
|
95
|
+
selected?: boolean | undefined;
|
|
96
|
+
clickable?: boolean | undefined;
|
|
97
|
+
children: any;
|
|
98
|
+
className?: string | undefined;
|
|
99
|
+
onClick: any;
|
|
100
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
101
|
+
displayName: string;
|
|
102
|
+
};
|
|
103
|
+
Cell: {
|
|
104
|
+
({ component: Component, align, padding, size: sizeProp, sortDirection, variant, scope, children, className, ...rest }: {
|
|
105
|
+
[x: string]: any;
|
|
106
|
+
component?: string | undefined;
|
|
107
|
+
align?: string | undefined;
|
|
108
|
+
padding?: string | undefined;
|
|
109
|
+
size: any;
|
|
110
|
+
sortDirection?: boolean | undefined;
|
|
111
|
+
variant?: string | undefined;
|
|
112
|
+
scope: any;
|
|
113
|
+
children: any;
|
|
114
|
+
className?: string | undefined;
|
|
115
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
116
|
+
displayName: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
//# sourceMappingURL=Table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/Table.jsx"],"names":[],"mappings":"AAIO;;;;;;;;;4CAwBN;;;;AAIM;;;;4CAON;;;;;AAGM;;;;4CAEN;;;;;AAGM;;;;;;;;4CA2BN;;;;;AAGM;;;;;;;;;;;4CA8BN;;;;;;AAID;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8G"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Table/utils.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default Tabs;
|
|
2
|
+
declare function Tabs({ tabs, activeIndex: controlledActiveIndex, onChange, variant, children, className, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
tabs?: never[] | undefined;
|
|
5
|
+
activeIndex: any;
|
|
6
|
+
onChange: any;
|
|
7
|
+
variant?: string | undefined;
|
|
8
|
+
children: any;
|
|
9
|
+
className?: string | undefined;
|
|
10
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare namespace Tabs {
|
|
12
|
+
let displayName: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=Tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs/Tabs.jsx"],"names":[],"mappings":";AAGA;;;;;;;;4CA4EC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs/utils.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export default TextField;
|
|
2
|
+
declare function TextField({ value, onChange, type, label, placeholder, helperText, error, required, disabled, readonly, autoFocus, fullWidth, multiline, rows, maxRows, minRows, variant, size, color, startAdornment, endAdornment, maxLength, minLength, pattern, autoComplete, name, id, className, style, onFocus, onBlur, onKeyDown, onKeyUp, onKeyPress, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
value?: string | undefined;
|
|
5
|
+
onChange: any;
|
|
6
|
+
type?: string | undefined;
|
|
7
|
+
label?: string | undefined;
|
|
8
|
+
placeholder?: string | undefined;
|
|
9
|
+
helperText?: string | undefined;
|
|
10
|
+
error?: string | undefined;
|
|
11
|
+
required?: boolean | undefined;
|
|
12
|
+
disabled?: boolean | undefined;
|
|
13
|
+
readonly?: boolean | undefined;
|
|
14
|
+
autoFocus?: boolean | undefined;
|
|
15
|
+
fullWidth?: boolean | undefined;
|
|
16
|
+
multiline?: boolean | undefined;
|
|
17
|
+
rows?: number | undefined;
|
|
18
|
+
maxRows: any;
|
|
19
|
+
minRows: any;
|
|
20
|
+
variant?: string | undefined;
|
|
21
|
+
size?: string | undefined;
|
|
22
|
+
color?: string | undefined;
|
|
23
|
+
startAdornment?: null | undefined;
|
|
24
|
+
endAdornment?: null | undefined;
|
|
25
|
+
maxLength: any;
|
|
26
|
+
minLength: any;
|
|
27
|
+
pattern: any;
|
|
28
|
+
autoComplete?: string | undefined;
|
|
29
|
+
name?: string | undefined;
|
|
30
|
+
id?: string | undefined;
|
|
31
|
+
className?: string | undefined;
|
|
32
|
+
style?: {} | undefined;
|
|
33
|
+
onFocus: any;
|
|
34
|
+
onBlur: any;
|
|
35
|
+
onKeyDown: any;
|
|
36
|
+
onKeyUp: any;
|
|
37
|
+
onKeyPress: any;
|
|
38
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
39
|
+
declare namespace TextField {
|
|
40
|
+
let displayName: string;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=TextField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../src/components/TextField/TextField.jsx"],"names":[],"mappings":";AAIA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA6KC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/TextField/utils.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default Toolbar;
|
|
2
|
+
declare function Toolbar({ children, variant, disableGutters, className, style, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
children: any;
|
|
5
|
+
variant?: string | undefined;
|
|
6
|
+
disableGutters?: boolean | undefined;
|
|
7
|
+
className?: string | undefined;
|
|
8
|
+
style?: {} | undefined;
|
|
9
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=Toolbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/Toolbar/Toolbar.jsx"],"names":[],"mappings":";AAIA;;;;;;;4CAeC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Toolbar/utils.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/Tooltip/Tooltip.jsx"],"names":[],"mappings":"AAIA;;;;;4CA4CC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Tooltip/utils.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default TypingText;
|
|
2
|
+
declare function TypingText({ text, speed, pause, loop, erase, showCursor, className, style, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
text?: string | undefined;
|
|
5
|
+
speed?: number | undefined;
|
|
6
|
+
pause?: number | undefined;
|
|
7
|
+
loop?: boolean | undefined;
|
|
8
|
+
erase?: boolean | undefined;
|
|
9
|
+
showCursor?: boolean | undefined;
|
|
10
|
+
className?: string | undefined;
|
|
11
|
+
style?: {} | undefined;
|
|
12
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare namespace TypingText {
|
|
14
|
+
let displayName: string;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=TypingText.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TypingText.d.ts","sourceRoot":"","sources":["../../../../src/components/TypingText/TypingText.jsx"],"names":[],"mappings":";AAIA;;;;;;;;;;4CAqCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/TypingText/utils.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default Typography;
|
|
2
|
+
declare function Typography({ variant, component, color, align, gutterBottom, noWrap, children, className, style, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
variant?: string | undefined;
|
|
5
|
+
component: any;
|
|
6
|
+
color?: string | undefined;
|
|
7
|
+
align?: string | undefined;
|
|
8
|
+
gutterBottom?: boolean | undefined;
|
|
9
|
+
noWrap?: boolean | undefined;
|
|
10
|
+
children: any;
|
|
11
|
+
className?: string | undefined;
|
|
12
|
+
style?: {} | undefined;
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
declare namespace Typography {
|
|
15
|
+
let displayName: string;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=Typography.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Typography.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/Typography.jsx"],"names":[],"mappings":";AAuDA;;;;;;;;;;;4CAyBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Typography/utils.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default VideoPlayer;
|
|
2
|
+
declare function VideoPlayer({ src, autoplay, loop, className, style, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
src: any;
|
|
5
|
+
autoplay?: boolean | undefined;
|
|
6
|
+
loop?: boolean | undefined;
|
|
7
|
+
className?: string | undefined;
|
|
8
|
+
style?: {} | undefined;
|
|
9
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
declare namespace VideoPlayer {
|
|
11
|
+
let displayName: string;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=VideoPlayer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VideoPlayer.d.ts","sourceRoot":"","sources":["../../../../src/components/VideoPlayer/VideoPlayer.jsx"],"names":[],"mappings":";AAIA;;;;;;;4CA2FC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/VideoPlayer/utils.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Watermark.d.ts","sourceRoot":"","sources":["../../../../src/components/Watermark/Watermark.jsx"],"names":[],"mappings":";AAIA,+CAuCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/Watermark/utils.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
export { default as Accordion } from './components/Accordion/Accordion.jsx';
|
|
2
|
+
export { default as Alert } from './components/Alert/Alert.jsx';
|
|
3
|
+
export { default as AppBar } from './components/AppBar/AppBar.jsx';
|
|
4
|
+
export { default as Autocomplete } from './components/Autocomplete/Autocomplete.jsx';
|
|
5
|
+
export { default as Avatar } from './components/Avatar/Avatar.jsx';
|
|
6
|
+
export { default as Badge } from './components/Badge/Badge.jsx';
|
|
7
|
+
export { default as Banner } from './components/Banner/Banner.jsx';
|
|
8
|
+
export { default as Blockquote } from './components/Blockquote/Blockquote.jsx';
|
|
9
|
+
export { default as Box } from './components/Box/Box.jsx';
|
|
10
|
+
export { default as Breadcrumb } from './components/Breadcrumb/Breadcrumb.jsx';
|
|
11
|
+
export { default as Button } from './components/Button/Button.jsx';
|
|
12
|
+
export { default as Card } from './components/Card/Card.jsx';
|
|
13
|
+
export { default as CardActions } from './components/Card/CardActions.jsx';
|
|
14
|
+
export { default as CardContent } from './components/Card/CardContent.jsx';
|
|
15
|
+
export { default as Checkbox } from './components/Checkbox/Checkbox.jsx';
|
|
16
|
+
export { default as Chip } from './components/Chip/Chip.jsx';
|
|
17
|
+
export { default as CircularProgress } from './components/CircularProgress/CircularProgress.jsx';
|
|
18
|
+
export { default as ColorPicker } from './components/ColorPicker/ColorPicker.jsx';
|
|
19
|
+
export { default as Container } from './components/Container/Container.jsx';
|
|
20
|
+
export { default as Copy } from './components/Copy/Copy.jsx';
|
|
21
|
+
export { default as DatePicker } from './components/DatePicker/DatePicker.jsx';
|
|
22
|
+
export { default as Fab } from './components/Button/Fab.jsx';
|
|
23
|
+
export { default as Feed } from './components/Feed/Feed.jsx';
|
|
24
|
+
export { default as Feature } from './components/Feature/Feature.jsx';
|
|
25
|
+
export { default as FileInput } from './components/FileInput/FileInput.jsx';
|
|
26
|
+
export { default as FormControl } from './components/Form/FormControl.jsx';
|
|
27
|
+
export { default as FormControlLabel } from './components/Form/FormControlLabel.jsx';
|
|
28
|
+
export { default as FormGroup } from './components/Form/FormGroup.jsx';
|
|
29
|
+
export { default as FormHelperText } from './components/Form/FormHelperText.jsx';
|
|
30
|
+
export { default as Grid } from './components/Grid/Grid.jsx';
|
|
31
|
+
export { default as HoverCard } from './components/HoverCard/HoverCard.jsx';
|
|
32
|
+
export { default as IconButton } from './components/Button/IconButton.jsx';
|
|
33
|
+
export { default as ImageGallery } from './components/ImageGallery/ImageGallery.jsx';
|
|
34
|
+
export { default as Input } from './components/Input/Input.jsx';
|
|
35
|
+
export { default as List } from './components/List/List.jsx';
|
|
36
|
+
export { default as ListItem } from './components/List/ListItem.jsx';
|
|
37
|
+
export { default as ListItemIcon } from './components/List/ListItemIcon.jsx';
|
|
38
|
+
export { default as ListItemText } from './components/List/ListItemText.jsx';
|
|
39
|
+
export { default as Menu } from './components/Menu/Menu.jsx';
|
|
40
|
+
export { default as Modal } from './components/Modal/Modal.jsx';
|
|
41
|
+
export { default as NumberAnimation } from './components/NumberAnimation/NumberAnimation.jsx';
|
|
42
|
+
export { default as Pagination } from './components/Pagination/Pagination.jsx';
|
|
43
|
+
export { default as Paper } from './components/Paper/Paper.jsx';
|
|
44
|
+
export { default as Popover } from './components/Popover/Popover.jsx';
|
|
45
|
+
export { default as PricingTable } from './components/PricingTable/PricingTable.jsx';
|
|
46
|
+
export { default as Progress } from './components/Progress/Progress.jsx';
|
|
47
|
+
export { default as Radio } from './components/Radio/Radio.jsx';
|
|
48
|
+
export { RadioGroup } from './components/Radio/Radio.jsx';
|
|
49
|
+
export { default as Rating } from './components/Rating/Rating.jsx';
|
|
50
|
+
export { default as Select } from './components/Select/Select.jsx';
|
|
51
|
+
export { default as Skeleton } from './components/Skeleton/Skeleton.jsx';
|
|
52
|
+
export { default as Slider } from './components/Slider/Slider.jsx';
|
|
53
|
+
export { default as SlideOver } from './components/SlideOver/SlideOver.jsx';
|
|
54
|
+
export { default as Snackbar } from './components/Snackbar/Snackbar.jsx';
|
|
55
|
+
export { default as Status } from './components/Status/Status.jsx';
|
|
56
|
+
export { default as Switch } from './components/Switch/Switch.jsx';
|
|
57
|
+
export { default as Table, TableBody, TableCell, TableHead, TableRow } from './components/Table/Table.jsx';
|
|
58
|
+
export { default as Tabs } from './components/Tabs/Tabs.jsx';
|
|
59
|
+
export { default as TextField } from './components/TextField/TextField.jsx';
|
|
60
|
+
export { default as Toolbar } from './components/Toolbar/Toolbar.jsx';
|
|
61
|
+
export { default as Tooltip } from './components/Tooltip/Tooltip.jsx';
|
|
62
|
+
export { default as Typography } from './components/Typography/Typography.jsx';
|
|
63
|
+
export { default as TypingText } from './components/TypingText/TypingText.jsx';
|
|
64
|
+
export { default as VerificationCodeInput } from './components/Input/VerificationCodeInput.jsx';
|
|
65
|
+
export { default as VideoPlayer } from './components/VideoPlayer/VideoPlayer.jsx';
|
|
66
|
+
export { default as Watermark } from './components/Watermark/Watermark.jsx';
|
|
67
|
+
export * from './utils/theme';
|
|
68
|
+
export { ThemeProvider, useTheme } from './ThemeReact.tsx';
|
|
69
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 生成唯一ID
|
|
3
|
+
*/
|
|
4
|
+
export declare function generateId(prefix?: string): string;
|
|
5
|
+
/**
|
|
6
|
+
* 焦点管理
|
|
7
|
+
*/
|
|
8
|
+
export declare class FocusManager {
|
|
9
|
+
private previousFocus;
|
|
10
|
+
private trapElement;
|
|
11
|
+
/**
|
|
12
|
+
* 保存当前焦点
|
|
13
|
+
*/
|
|
14
|
+
saveFocus(): void;
|
|
15
|
+
/**
|
|
16
|
+
* 恢复之前的焦点
|
|
17
|
+
*/
|
|
18
|
+
restoreFocus(): void;
|
|
19
|
+
/**
|
|
20
|
+
* 设置焦点陷阱
|
|
21
|
+
*/
|
|
22
|
+
trapFocus(element: HTMLElement): void;
|
|
23
|
+
/**
|
|
24
|
+
* 移除焦点陷阱
|
|
25
|
+
*/
|
|
26
|
+
removeTrap(): void;
|
|
27
|
+
private handleFocusTrap;
|
|
28
|
+
private getFocusableElements;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* ARIA 工具函数
|
|
32
|
+
*/
|
|
33
|
+
export declare const aria: {
|
|
34
|
+
/**
|
|
35
|
+
* 设置ARIA属性
|
|
36
|
+
*/
|
|
37
|
+
set(element: HTMLElement, attributes: Record<string, string>): void;
|
|
38
|
+
/**
|
|
39
|
+
* 移除ARIA属性
|
|
40
|
+
*/
|
|
41
|
+
remove(element: HTMLElement, attributes: string[]): void;
|
|
42
|
+
/**
|
|
43
|
+
* 切换ARIA属性
|
|
44
|
+
*/
|
|
45
|
+
toggle(element: HTMLElement, attribute: string, values: [string, string]): void;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* 键盘导航支持
|
|
49
|
+
*/
|
|
50
|
+
export declare const keyboard: {
|
|
51
|
+
/**
|
|
52
|
+
* 处理Arrow键导航
|
|
53
|
+
*/
|
|
54
|
+
handleArrowNavigation(event: KeyboardEvent, items: HTMLElement[], currentIndex: number, options?: {
|
|
55
|
+
loop?: boolean;
|
|
56
|
+
vertical?: boolean;
|
|
57
|
+
horizontal?: boolean;
|
|
58
|
+
}): number;
|
|
59
|
+
/**
|
|
60
|
+
* 检查是否为激活键
|
|
61
|
+
*/
|
|
62
|
+
isActivationKey(event: KeyboardEvent): boolean;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* 屏幕阅读器支持
|
|
66
|
+
*/
|
|
67
|
+
export declare const screenReader: {
|
|
68
|
+
/**
|
|
69
|
+
* 创建实时通知区域
|
|
70
|
+
*/
|
|
71
|
+
createLiveRegion(priority?: "polite" | "assertive"): HTMLElement;
|
|
72
|
+
/**
|
|
73
|
+
* 通知屏幕阅读器
|
|
74
|
+
*/
|
|
75
|
+
announce(message: string, priority?: "polite" | "assertive"): void;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* 颜色对比度检查
|
|
79
|
+
*/
|
|
80
|
+
export declare function checkContrast(foreground: string, background: string): {
|
|
81
|
+
ratio: number;
|
|
82
|
+
AA: boolean;
|
|
83
|
+
AAA: boolean;
|
|
84
|
+
};
|
|
85
|
+
//# sourceMappingURL=accessibility.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accessibility.d.ts","sourceRoot":"","sources":["../../../src/utils/accessibility.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,wBAAgB,UAAU,CAAC,MAAM,SAAO,GAAG,MAAM,CAEhD;AAED;;GAEG;AACH,qBAAa,YAAY;IACvB,OAAO,CAAC,aAAa,CAA2B;IAChD,OAAO,CAAC,WAAW,CAA2B;IAE9C;;OAEG;IACH,SAAS;IAIT;;OAEG;IACH,YAAY;IAOZ;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,WAAW;IAK9B;;OAEG;IACH,UAAU;IAKV,OAAO,CAAC,eAAe;IAoBvB,OAAO,CAAC,oBAAoB;CAY7B;AAED;;GAEG;AACH,eAAO,MAAM,IAAI;IACf;;OAEG;iBACU,WAAW,cAAc,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAM5D;;OAEG;oBACa,WAAW,cAAc,MAAM,EAAE;IAMjD;;OAEG;oBACa,WAAW,aAAa,MAAM,UAAU,CAAC,MAAM,EAAE,MAAM,CAAC;CAKzE,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ;IACnB;;OAEG;iCAEM,aAAa,SACb,WAAW,EAAE,gBACN,MAAM,YACX;QACP,IAAI,CAAC,EAAE,OAAO,CAAA;QACd,QAAQ,CAAC,EAAE,OAAO,CAAA;QAClB,UAAU,CAAC,EAAE,OAAO,CAAA;KACrB,GACA,MAAM;IA8CT;;OAEG;2BACoB,aAAa,GAAG,OAAO;CAG/C,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,YAAY;IACvB;;OAEG;gCACwB,QAAQ,GAAG,WAAW,GAAc,WAAW;IAoB1E;;OAEG;sBACe,MAAM,aAAY,QAAQ,GAAG,WAAW;CAS3D,CAAA;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG;IACrE,KAAK,EAAE,MAAM,CAAA;IACb,EAAE,EAAE,OAAO,CAAA;IACX,GAAG,EAAE,OAAO,CAAA;CACb,CAsCA"}
|