@clickhouse/click-ui 0.0.21 → 0.0.22
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/click-ui.umd.js +1 -1
- package/package.json +1 -1
- package/dist/components/Accordion/Accordion.stories.d.ts +0 -293
- package/dist/components/Accordion/Accordion.test.d.ts +0 -1
- package/dist/components/Alert/Alert.stories.d.ts +0 -12
- package/dist/components/Alert/Alert.test.d.ts +0 -1
- package/dist/components/Avatar/Avatar.stories.d.ts +0 -11
- package/dist/components/Badge/Badge.stories.d.ts +0 -34
- package/dist/components/Badge/Badge.test.d.ts +0 -1
- package/dist/components/BigStat/BigStat.stories.d.ts +0 -20
- package/dist/components/Button/Button.stories.d.ts +0 -28
- package/dist/components/Button/Button.test.d.ts +0 -1
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +0 -12
- package/dist/components/CardPrimary/CardPrimary.stories.d.ts +0 -18
- package/dist/components/CardPrimary/CardPrimary.test.d.ts +0 -1
- package/dist/components/CardSecondary/CardSecondary.stories.d.ts +0 -27
- package/dist/components/CardSecondary/CardSecondary.test.d.ts +0 -1
- package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -29
- package/dist/components/Checkbox/Checkbox.test.d.ts +0 -1
- package/dist/components/Collapsible/Collapsible.test.d.ts +0 -1
- package/dist/components/ContextMenu/ContextMenu.stories.d.ts +0 -30
- package/dist/components/ContextMenu/ContextMenu.test.d.ts +0 -1
- package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -36
- package/dist/components/Dropdown/Dropdown.test.d.ts +0 -1
- package/dist/components/FileTabs/FileTabs.stories.d.ts +0 -23
- package/dist/components/FileTabs/FileTabs.test.d.ts +0 -0
- package/dist/components/HoverCard/HoverCard.stories.d.ts +0 -36
- package/dist/components/HoverCard/HoverCard.test.d.ts +0 -0
- package/dist/components/Icon/Icon.stories.d.ts +0 -503
- package/dist/components/IconButton/IconButton.stories.d.ts +0 -30
- package/dist/components/IconButton/IconButton.test.d.ts +0 -1
- package/dist/components/Input/NumberField.stories.d.ts +0 -34
- package/dist/components/Input/PasswordField.stories.d.ts +0 -34
- package/dist/components/Input/SearchField.stories.d.ts +0 -37
- package/dist/components/Input/TextField.stories.d.ts +0 -43
- package/dist/components/Label/Label.stories.d.ts +0 -28
- package/dist/components/Link/Link.stories.d.ts +0 -30
- package/dist/components/Link/Link.test.d.ts +0 -1
- package/dist/components/Logos/Logo.stories.d.ts +0 -504
- package/dist/components/Panel/Panel.stories.d.ts +0 -23
- package/dist/components/Popover/Popover.stories.d.ts +0 -43
- package/dist/components/Popover/Popover.test.d.ts +0 -1
- package/dist/components/RadioGroup/RadioGroup.stories.d.ts +0 -39
- package/dist/components/RadioGroup/RadioGroup.test.d.ts +0 -1
- package/dist/components/Select/Select.stories.d.ts +0 -54
- package/dist/components/Select/Select.test.d.ts +0 -0
- package/dist/components/SidebarCollapsibleItem/SidebarCollapsibleItem.stories.d.ts +0 -14
- package/dist/components/SidebarCollapsibleItem/SidebarCollapsibleItem.test.d.ts +0 -1
- package/dist/components/SidebarCollapsibleTitle/SidebarCollapsibleTitle.stories.d.ts +0 -14
- package/dist/components/SidebarCollapsibleTitle/SidebarCollapsibleTitle.test.d.ts +0 -1
- package/dist/components/SidebarNavigationItem/SidebarNavigationItem.stories.d.ts +0 -13
- package/dist/components/SidebarNavigationItem/SidebarNavigationItem.test.d.ts +0 -1
- package/dist/components/SidebarNavigationTitle/SidebarNavigationTitle.stories.d.ts +0 -13
- package/dist/components/SidebarNavigationTitle/SidebarNavigationTitle.test.d.ts +0 -1
- package/dist/components/Spacer/Spacer.stories.d.ts +0 -19
- package/dist/components/SplitButton/SplitButton.stories.d.ts +0 -28
- package/dist/components/SplitButton/SplitButton.test.d.ts +0 -1
- package/dist/components/Table/Table.stories.d.ts +0 -575
- package/dist/components/Tabs/Tabs.stories.d.ts +0 -845
- package/dist/components/Tabs/Tabs.test.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -45
- package/dist/components/Tooltip/Tooltip.test.d.ts +0 -1
- package/dist/components/Typography/Text/Text.stories.d.ts +0 -29
- package/dist/components/Typography/Text/Text.test.d.ts +0 -1
- package/dist/components/Typography/Title/Title.stories.d.ts +0 -35
- package/dist/components/Typography/Title/Title.test.d.ts +0 -1
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: ({ hasBorder, hasShadow, color, padding, children }: import("./Panel").panelProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
title: string;
|
|
4
|
-
tags: string[];
|
|
5
|
-
argTypes: {
|
|
6
|
-
padding: {
|
|
7
|
-
options: string[];
|
|
8
|
-
control: {
|
|
9
|
-
type: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
15
|
-
export declare const Playground: {
|
|
16
|
-
args: {
|
|
17
|
-
color: string;
|
|
18
|
-
padding: string;
|
|
19
|
-
hasBorder: boolean;
|
|
20
|
-
hasShadow: boolean;
|
|
21
|
-
children: import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: ({ open, modal, showArrow, showClose, forceMount, side, }: {
|
|
3
|
-
open: "default" | "open" | "closed";
|
|
4
|
-
modal: boolean;
|
|
5
|
-
showArrow: boolean;
|
|
6
|
-
showClose: boolean;
|
|
7
|
-
forceMount?: boolean | undefined;
|
|
8
|
-
side: "top" | "right" | "bottom" | "left";
|
|
9
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
title: string;
|
|
11
|
-
tags: string[];
|
|
12
|
-
argTypes: {
|
|
13
|
-
open: {
|
|
14
|
-
control: string;
|
|
15
|
-
options: string[];
|
|
16
|
-
};
|
|
17
|
-
modal: {
|
|
18
|
-
control: string;
|
|
19
|
-
};
|
|
20
|
-
showArrow: {
|
|
21
|
-
control: string;
|
|
22
|
-
};
|
|
23
|
-
showClose: {
|
|
24
|
-
control: string;
|
|
25
|
-
};
|
|
26
|
-
forceMount: {
|
|
27
|
-
control: string;
|
|
28
|
-
};
|
|
29
|
-
side: {
|
|
30
|
-
control: string;
|
|
31
|
-
options: string[];
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
export default _default;
|
|
36
|
-
export declare const Default: {
|
|
37
|
-
args: {
|
|
38
|
-
open: string;
|
|
39
|
-
showArrow: boolean;
|
|
40
|
-
showClose: boolean;
|
|
41
|
-
side: string;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { RadioGroupProps } from "./RadioGroup";
|
|
2
|
-
declare const _default: {
|
|
3
|
-
component: (props: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
title: string;
|
|
5
|
-
tags: string[];
|
|
6
|
-
argTypes: {
|
|
7
|
-
disabled: {
|
|
8
|
-
control: string;
|
|
9
|
-
};
|
|
10
|
-
required: {
|
|
11
|
-
control: string;
|
|
12
|
-
};
|
|
13
|
-
inline: {
|
|
14
|
-
control: string;
|
|
15
|
-
};
|
|
16
|
-
dir: {
|
|
17
|
-
control: string;
|
|
18
|
-
options: string[];
|
|
19
|
-
};
|
|
20
|
-
orientation: {
|
|
21
|
-
control: string;
|
|
22
|
-
options: string[];
|
|
23
|
-
};
|
|
24
|
-
loop: {
|
|
25
|
-
control: string;
|
|
26
|
-
options: (boolean | undefined)[];
|
|
27
|
-
};
|
|
28
|
-
value: {
|
|
29
|
-
control: string;
|
|
30
|
-
options: (string | undefined)[];
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
export default _default;
|
|
35
|
-
export declare const Default: {
|
|
36
|
-
args: {
|
|
37
|
-
disabled: boolean;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { SelectProps } from "./Select";
|
|
2
|
-
interface Props extends SelectProps {
|
|
3
|
-
clickableNoData?: boolean;
|
|
4
|
-
}
|
|
5
|
-
declare const _default: {
|
|
6
|
-
component: ({ clickableNoData, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
title: string;
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {
|
|
10
|
-
label: {
|
|
11
|
-
control: string;
|
|
12
|
-
};
|
|
13
|
-
disabled: {
|
|
14
|
-
control: string;
|
|
15
|
-
};
|
|
16
|
-
error: {
|
|
17
|
-
control: string;
|
|
18
|
-
};
|
|
19
|
-
value: {
|
|
20
|
-
control: string;
|
|
21
|
-
};
|
|
22
|
-
defaultValue: {
|
|
23
|
-
control: string;
|
|
24
|
-
};
|
|
25
|
-
open: {
|
|
26
|
-
control: string;
|
|
27
|
-
options: (boolean | undefined)[];
|
|
28
|
-
};
|
|
29
|
-
defaultOpen: {
|
|
30
|
-
control: string;
|
|
31
|
-
};
|
|
32
|
-
name: {
|
|
33
|
-
control: string;
|
|
34
|
-
};
|
|
35
|
-
required: {
|
|
36
|
-
control: string;
|
|
37
|
-
};
|
|
38
|
-
showSearch: {
|
|
39
|
-
control: string;
|
|
40
|
-
};
|
|
41
|
-
isFormCotrol: {
|
|
42
|
-
control: string;
|
|
43
|
-
};
|
|
44
|
-
clickableNoData: {
|
|
45
|
-
control: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
export default _default;
|
|
50
|
-
export declare const Playground: {
|
|
51
|
-
args: {
|
|
52
|
-
label: string;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
File without changes
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: ({ label, children, open, onOpenChange, iconDir, indicatorDir, icon, level, selected, ...props }: import('../../components').SidebarCollapsibleItemProps) => import("react/jsx-runtime").JSX.Element | undefined;
|
|
3
|
-
title: string;
|
|
4
|
-
tags: string[];
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: {
|
|
8
|
-
args: {
|
|
9
|
-
icon: string;
|
|
10
|
-
selected: boolean;
|
|
11
|
-
label: import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
children: import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: ({ label, children, open, onOpenChange, iconDir, icon, selected, ...props }: import('../../components').SidebarCollapsibleTitleProps) => import("react/jsx-runtime").JSX.Element | undefined;
|
|
3
|
-
title: string;
|
|
4
|
-
tags: string[];
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: {
|
|
8
|
-
args: {
|
|
9
|
-
icon: string;
|
|
10
|
-
label: string;
|
|
11
|
-
selected: boolean;
|
|
12
|
-
children: import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: ({ label, level, icon, selected, iconDir, ...props }: import('../../components').SidebarNavigationItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
title: string;
|
|
4
|
-
tags: string[];
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: {
|
|
8
|
-
args: {
|
|
9
|
-
icon: string;
|
|
10
|
-
selected: boolean;
|
|
11
|
-
label: import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: ({ label, icon, iconDir, selected, ...props }: import('../../components').SidebarNavigationTitleProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
title: string;
|
|
4
|
-
tags: string[];
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: {
|
|
8
|
-
args: {
|
|
9
|
-
icon: string;
|
|
10
|
-
selected: boolean;
|
|
11
|
-
label: import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: ({ size }: import("./Spacer").SpacerProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
title: string;
|
|
4
|
-
tags: string[];
|
|
5
|
-
argTypes: {
|
|
6
|
-
size: {
|
|
7
|
-
options: string[];
|
|
8
|
-
control: {
|
|
9
|
-
type: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
15
|
-
export declare const Playground: {
|
|
16
|
-
args: {
|
|
17
|
-
size: string;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Menu } from "./SplitButton";
|
|
2
|
-
declare const _default: {
|
|
3
|
-
component: ({ type, disabled, menu, dir, open, defaultOpen, onOpenChange, modal, side, ...props }: import("./SplitButton").SplitButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
title: string;
|
|
5
|
-
tags: string[];
|
|
6
|
-
argTypes: {
|
|
7
|
-
disabled: {
|
|
8
|
-
control: string;
|
|
9
|
-
};
|
|
10
|
-
type: {
|
|
11
|
-
control: string;
|
|
12
|
-
options: string[];
|
|
13
|
-
};
|
|
14
|
-
side: {
|
|
15
|
-
control: string;
|
|
16
|
-
options: string[];
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
21
|
-
export declare const Playground: {
|
|
22
|
-
args: {
|
|
23
|
-
side: string;
|
|
24
|
-
type: string;
|
|
25
|
-
children: string;
|
|
26
|
-
menu: Menu[];
|
|
27
|
-
};
|
|
28
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|