@clickhouse/click-ui 0.0.21 → 0.0.24
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.es.js +4032 -4532
- package/dist/click-ui.umd.js +66 -66
- package/dist/components/GenericMenu.d.ts +0 -1
- package/dist/components/Icon/Icon.d.ts +0 -1
- package/dist/components/Icon/IconCommon.d.ts +0 -1
- package/dist/components/Input/InputWrapper.d.ts +1 -1
- package/dist/components/Logos/Logo.d.ts +0 -1
- package/dist/components/icons/LoadingAnimated.d.ts +0 -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,34 +0,0 @@
|
|
|
1
|
-
import { NumberFieldProps } from "./NumberField";
|
|
2
|
-
declare const _default: {
|
|
3
|
-
component: ({ value: valueProp, ...props }: Omit<NumberFieldProps, "onChange">) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
title: string;
|
|
5
|
-
tags: string[];
|
|
6
|
-
argTypes: {
|
|
7
|
-
value: {
|
|
8
|
-
control: string;
|
|
9
|
-
};
|
|
10
|
-
label: {
|
|
11
|
-
control: string;
|
|
12
|
-
};
|
|
13
|
-
error: {
|
|
14
|
-
control: string;
|
|
15
|
-
};
|
|
16
|
-
disabled: {
|
|
17
|
-
control: string;
|
|
18
|
-
};
|
|
19
|
-
placeholder: {
|
|
20
|
-
control: string;
|
|
21
|
-
};
|
|
22
|
-
readOnly: {
|
|
23
|
-
control: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
28
|
-
export declare const Playground: {
|
|
29
|
-
args: {
|
|
30
|
-
label: string;
|
|
31
|
-
disabled: boolean;
|
|
32
|
-
placeholder: string;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { PasswordFieldProps } from "./PasswordField";
|
|
2
|
-
declare const _default: {
|
|
3
|
-
component: ({ value: valueProp, ...props }: Omit<PasswordFieldProps, "onChange">) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
title: string;
|
|
5
|
-
tags: string[];
|
|
6
|
-
argTypes: {
|
|
7
|
-
value: {
|
|
8
|
-
control: string;
|
|
9
|
-
};
|
|
10
|
-
label: {
|
|
11
|
-
control: string;
|
|
12
|
-
};
|
|
13
|
-
error: {
|
|
14
|
-
control: string;
|
|
15
|
-
};
|
|
16
|
-
disabled: {
|
|
17
|
-
control: string;
|
|
18
|
-
};
|
|
19
|
-
placeholder: {
|
|
20
|
-
control: string;
|
|
21
|
-
};
|
|
22
|
-
readOnly: {
|
|
23
|
-
control: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
28
|
-
export declare const Playground: {
|
|
29
|
-
args: {
|
|
30
|
-
label: string;
|
|
31
|
-
disabled: boolean;
|
|
32
|
-
placeholder: string;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { SearchFieldProps } from "./SearchField";
|
|
2
|
-
declare const _default: {
|
|
3
|
-
component: ({ value: valueProp, ...props }: Omit<SearchFieldProps, "onChange">) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
title: string;
|
|
5
|
-
tags: string[];
|
|
6
|
-
argTypes: {
|
|
7
|
-
value: {
|
|
8
|
-
control: string;
|
|
9
|
-
};
|
|
10
|
-
clear: {
|
|
11
|
-
control: string;
|
|
12
|
-
};
|
|
13
|
-
label: {
|
|
14
|
-
control: string;
|
|
15
|
-
};
|
|
16
|
-
error: {
|
|
17
|
-
control: string;
|
|
18
|
-
};
|
|
19
|
-
disabled: {
|
|
20
|
-
control: string;
|
|
21
|
-
};
|
|
22
|
-
placeholder: {
|
|
23
|
-
control: string;
|
|
24
|
-
};
|
|
25
|
-
readOnly: {
|
|
26
|
-
control: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
export default _default;
|
|
31
|
-
export declare const Playground: {
|
|
32
|
-
args: {
|
|
33
|
-
label: string;
|
|
34
|
-
disabled: boolean;
|
|
35
|
-
placeholder: string;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { TextFieldProps } from "./TextField";
|
|
2
|
-
declare const _default: {
|
|
3
|
-
component: ({ value: valueProp, ...props }: Omit<TextFieldProps, "onChange">) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
title: string;
|
|
5
|
-
tags: string[];
|
|
6
|
-
argTypes: {
|
|
7
|
-
type: {
|
|
8
|
-
control: string;
|
|
9
|
-
options: string[];
|
|
10
|
-
};
|
|
11
|
-
value: {
|
|
12
|
-
control: string;
|
|
13
|
-
};
|
|
14
|
-
clear: {
|
|
15
|
-
control: string;
|
|
16
|
-
};
|
|
17
|
-
label: {
|
|
18
|
-
control: string;
|
|
19
|
-
};
|
|
20
|
-
error: {
|
|
21
|
-
control: string;
|
|
22
|
-
};
|
|
23
|
-
disabled: {
|
|
24
|
-
control: string;
|
|
25
|
-
};
|
|
26
|
-
placeholder: {
|
|
27
|
-
control: string;
|
|
28
|
-
};
|
|
29
|
-
readOnly: {
|
|
30
|
-
control: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
export default _default;
|
|
35
|
-
export declare const Playground: {
|
|
36
|
-
args: {
|
|
37
|
-
label: string;
|
|
38
|
-
clear: boolean;
|
|
39
|
-
type: string;
|
|
40
|
-
disabled: boolean;
|
|
41
|
-
placeholder: string;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
component: ({ disabled, error, text, }: {
|
|
3
|
-
disabled: boolean;
|
|
4
|
-
error: boolean;
|
|
5
|
-
text: string;
|
|
6
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
title: string;
|
|
8
|
-
tags: string[];
|
|
9
|
-
argTypes: {
|
|
10
|
-
disabled: {
|
|
11
|
-
control: string;
|
|
12
|
-
};
|
|
13
|
-
error: {
|
|
14
|
-
control: string;
|
|
15
|
-
};
|
|
16
|
-
text: {
|
|
17
|
-
control: string;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|
|
22
|
-
export declare const Default: {
|
|
23
|
-
args: {
|
|
24
|
-
text: string;
|
|
25
|
-
error: boolean;
|
|
26
|
-
disabled: boolean;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const _default: {
|
|
3
|
-
component: <T extends import("react").ElementType<any> = "a">({ size, weight, className, href, onClick, target, rel, hasIcon, children, component, ...props }: import("./Link").LinkProps<T> & import("react").ComponentPropsWithoutRef<T>) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
title: string;
|
|
5
|
-
tags: string[];
|
|
6
|
-
argTypes: {
|
|
7
|
-
size: {
|
|
8
|
-
options: string[];
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
weight: {
|
|
14
|
-
options: string[];
|
|
15
|
-
control: {
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|
|
22
|
-
export declare const Playground: {
|
|
23
|
-
args: {
|
|
24
|
-
size: string;
|
|
25
|
-
weight: string;
|
|
26
|
-
href: string;
|
|
27
|
-
children: string;
|
|
28
|
-
hasIcon: boolean;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|