@clickhouse/click-ui 0.0.17 → 0.0.19

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.
Files changed (65) hide show
  1. package/README.md +38 -5
  2. package/dist/click-ui.es.js +5069 -4569
  3. package/dist/click-ui.umd.js +59 -59
  4. package/package.json +4 -2
  5. package/dist/components/Accordion/Accordion.stories.d.ts +0 -293
  6. package/dist/components/Accordion/Accordion.test.d.ts +0 -1
  7. package/dist/components/Alert/Alert.stories.d.ts +0 -12
  8. package/dist/components/Alert/Alert.test.d.ts +0 -1
  9. package/dist/components/Avatar/Avatar.stories.d.ts +0 -11
  10. package/dist/components/Badge/Badge.stories.d.ts +0 -34
  11. package/dist/components/Badge/Badge.test.d.ts +0 -1
  12. package/dist/components/BigStat/BigStat.stories.d.ts +0 -20
  13. package/dist/components/Button/Button.stories.d.ts +0 -28
  14. package/dist/components/Button/Button.test.d.ts +0 -1
  15. package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +0 -12
  16. package/dist/components/CardPrimary/CardPrimary.stories.d.ts +0 -18
  17. package/dist/components/CardPrimary/CardPrimary.test.d.ts +0 -1
  18. package/dist/components/CardSecondary/CardSecondary.stories.d.ts +0 -27
  19. package/dist/components/CardSecondary/CardSecondary.test.d.ts +0 -1
  20. package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -29
  21. package/dist/components/Checkbox/Checkbox.test.d.ts +0 -1
  22. package/dist/components/Collapsible/Collapsible.test.d.ts +0 -1
  23. package/dist/components/ContextMenu/ContextMenu.stories.d.ts +0 -30
  24. package/dist/components/ContextMenu/ContextMenu.test.d.ts +0 -1
  25. package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -36
  26. package/dist/components/Dropdown/Dropdown.test.d.ts +0 -1
  27. package/dist/components/FileTabs/FileTabs.stories.d.ts +0 -23
  28. package/dist/components/FileTabs/FileTabs.test.d.ts +0 -0
  29. package/dist/components/HoverCard/HoverCard.stories.d.ts +0 -36
  30. package/dist/components/HoverCard/HoverCard.test.d.ts +0 -0
  31. package/dist/components/Icon/Icon.stories.d.ts +0 -495
  32. package/dist/components/IconButton/IconButton.stories.d.ts +0 -30
  33. package/dist/components/IconButton/IconButton.test.d.ts +0 -1
  34. package/dist/components/Input/NumberField.stories.d.ts +0 -34
  35. package/dist/components/Input/PasswordField.stories.d.ts +0 -34
  36. package/dist/components/Input/SearchField.stories.d.ts +0 -37
  37. package/dist/components/Input/TextField.stories.d.ts +0 -43
  38. package/dist/components/Label/Label.stories.d.ts +0 -28
  39. package/dist/components/Panel/Panel.stories.d.ts +0 -23
  40. package/dist/components/Popover/Popover.stories.d.ts +0 -43
  41. package/dist/components/Popover/Popover.test.d.ts +0 -1
  42. package/dist/components/RadioGroup/RadioGroup.stories.d.ts +0 -39
  43. package/dist/components/RadioGroup/RadioGroup.test.d.ts +0 -1
  44. package/dist/components/Select/Select.stories.d.ts +0 -54
  45. package/dist/components/Select/Select.test.d.ts +0 -0
  46. package/dist/components/SidebarCollapsibleItem/SidebarCollapsibleItem.stories.d.ts +0 -14
  47. package/dist/components/SidebarCollapsibleItem/SidebarCollapsibleItem.test.d.ts +0 -1
  48. package/dist/components/SidebarCollapsibleTitle/SidebarCollapsibleTitle.stories.d.ts +0 -14
  49. package/dist/components/SidebarCollapsibleTitle/SidebarCollapsibleTitle.test.d.ts +0 -1
  50. package/dist/components/SidebarNavigationItem/SidebarNavigationItem.stories.d.ts +0 -13
  51. package/dist/components/SidebarNavigationItem/SidebarNavigationItem.test.d.ts +0 -1
  52. package/dist/components/SidebarNavigationTitle/SidebarNavigationTitle.stories.d.ts +0 -13
  53. package/dist/components/SidebarNavigationTitle/SidebarNavigationTitle.test.d.ts +0 -1
  54. package/dist/components/Spacer/Spacer.stories.d.ts +0 -19
  55. package/dist/components/SplitButton/SplitButton.stories.d.ts +0 -28
  56. package/dist/components/SplitButton/SplitButton.test.d.ts +0 -1
  57. package/dist/components/Table/Table.stories.d.ts +0 -575
  58. package/dist/components/Tabs/Tabs.stories.d.ts +0 -845
  59. package/dist/components/Tabs/Tabs.test.d.ts +0 -1
  60. package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -45
  61. package/dist/components/Tooltip/Tooltip.test.d.ts +0 -1
  62. package/dist/components/Typography/Text/Text.stories.d.ts +0 -29
  63. package/dist/components/Typography/Text/Text.test.d.ts +0 -1
  64. package/dist/components/Typography/Title/Title.stories.d.ts +0 -35
  65. package/dist/components/Typography/Title/Title.test.d.ts +0 -1
@@ -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,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,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,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,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,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 {};