@nccirtu/tablefy 0.2.0 → 0.5.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 +20 -4
- package/cli/templates/tablefy/avatar-list.tsx +51 -0
- package/cli/templates/tablefy/data-table-empty.tsx +77 -0
- package/cli/templates/tablefy/data-table-header.tsx +208 -0
- package/cli/templates/tablefy/data-table-pagination.tsx +137 -0
- package/cli/templates/tablefy/data-table-schema.tsx +13 -0
- package/cli/templates/tablefy/data-table.tsx +222 -0
- package/dist/cli/index.js +475 -0
- package/dist/columns/avatar-group-column.d.ts +1 -1
- package/dist/columns/columns/avatar-group-column.d.ts +1 -1
- package/dist/columns/index.d.ts +2 -2
- package/dist/columns/index.esm.js +153 -7921
- package/dist/columns/index.esm.js.map +1 -1
- package/dist/columns/index.js +214 -8000
- package/dist/columns/index.js.map +1 -1
- package/dist/columns/tablefy/avatar-list.d.ts +15 -0
- package/dist/columns/{components/ui/data-table → tablefy}/data-table-header.d.ts +1 -1
- package/dist/columns/{components/ui/data-table → tablefy}/data-table-pagination.d.ts +1 -1
- package/dist/columns/tablefy/data-table-schema.d.ts +1 -0
- package/dist/columns/tablefy/index.d.ts +6 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +23 -7825
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +55 -7875
- package/dist/index.js.map +1 -1
- package/dist/tablefy/avatar-list.d.ts +15 -0
- package/dist/{components/ui/data-table → tablefy}/data-table-header.d.ts +1 -1
- package/dist/{components/ui/data-table → tablefy}/data-table-pagination.d.ts +1 -1
- package/dist/tablefy/data-table-schema.d.ts +1 -0
- package/dist/tablefy/index.d.ts +6 -0
- package/package.json +46 -13
- package/dist/columns/components/animata/list/avatar-list.d.ts +0 -12
- package/dist/columns/components/ui/badge.d.ts +0 -9
- package/dist/columns/components/ui/button.d.ts +0 -10
- package/dist/columns/components/ui/checkbox.d.ts +0 -4
- package/dist/columns/components/ui/data-table/data-table-schema.d.ts +0 -5
- package/dist/columns/components/ui/dropdown-menu.d.ts +0 -25
- package/dist/columns/components/ui/input.d.ts +0 -3
- package/dist/columns/components/ui/progress.d.ts +0 -4
- package/dist/columns/components/ui/select.d.ts +0 -15
- package/dist/columns/components/ui/table.d.ts +0 -10
- package/dist/columns/components/ui/tooltip.d.ts +0 -7
- package/dist/components/animata/list/avatar-list.d.ts +0 -12
- package/dist/components/ui/badge.d.ts +0 -9
- package/dist/components/ui/button.d.ts +0 -10
- package/dist/components/ui/checkbox.d.ts +0 -4
- package/dist/components/ui/data-table/data-table-schema.d.ts +0 -5
- package/dist/components/ui/dropdown-menu.d.ts +0 -25
- package/dist/components/ui/input.d.ts +0 -3
- package/dist/components/ui/progress.d.ts +0 -4
- package/dist/components/ui/select.d.ts +0 -15
- package/dist/components/ui/table.d.ts +0 -10
- package/dist/components/ui/tooltip.d.ts +0 -7
- package/dist/lib/table/schema/empty-state.d.ts +0 -23
- package/dist/lib/table/types.d.ts +0 -76
- package/dist/schema/data-table-schema.d.ts +0 -75
- package/dist/schema/empty-state.d.ts +0 -45
- package/dist/schema/table-schema.d.ts +0 -44
- package/dist/schema.d.ts +0 -11
- package/dist/src/columns/actions-column.d.ts +0 -26
- package/dist/src/columns/avatar-group-column.d.ts +0 -38
- package/dist/src/columns/badge-column.d.ts +0 -22
- package/dist/src/columns/base-column.d.ts +0 -19
- package/dist/src/columns/button-column.d.ts +0 -14
- package/dist/src/columns/checkbox-column.d.ts +0 -5
- package/dist/src/columns/date-column.d.ts +0 -24
- package/dist/src/columns/dropdown-column.d.ts +0 -17
- package/dist/src/columns/icon-column.d.ts +0 -58
- package/dist/src/columns/image-column.d.ts +0 -21
- package/dist/src/columns/index.d.ts +0 -13
- package/dist/src/columns/input-column.d.ts +0 -14
- package/dist/src/columns/link-column.d.ts +0 -27
- package/dist/src/columns/number-column.d.ts +0 -23
- package/dist/src/columns/progress-column.d.ts +0 -30
- package/dist/src/columns/select-column.d.ts +0 -19
- package/dist/src/columns/text-column.d.ts +0 -14
- package/dist/src/columns/types.d.ts +0 -37
- package/dist/src/components/animata/list/avatar-list.d.ts +0 -12
- package/dist/src/components/ui/badge.d.ts +0 -9
- package/dist/src/components/ui/button.d.ts +0 -10
- package/dist/src/components/ui/checkbox.d.ts +0 -4
- package/dist/src/components/ui/data-table/data-table-empty.d.ts +0 -8
- package/dist/src/components/ui/data-table/data-table-header.d.ts +0 -15
- package/dist/src/components/ui/data-table/data-table-pagination.d.ts +0 -9
- package/dist/src/components/ui/data-table/data-table-schema.d.ts +0 -5
- package/dist/src/components/ui/data-table/data-table.d.ts +0 -13
- package/dist/src/components/ui/dropdown-menu.d.ts +0 -25
- package/dist/src/components/ui/input.d.ts +0 -3
- package/dist/src/components/ui/progress.d.ts +0 -4
- package/dist/src/components/ui/select.d.ts +0 -15
- package/dist/src/components/ui/table.d.ts +0 -10
- package/dist/src/components/ui/tooltip.d.ts +0 -7
- package/dist/src/index.d.ts +0 -15
- package/dist/src/lib/table/schema/empty-state.d.ts +0 -23
- package/dist/src/lib/table/types.d.ts +0 -76
- package/dist/src/lib/utils.d.ts +0 -1
- package/dist/src/schema/data-table-schema.d.ts +0 -75
- package/dist/src/schema/empty-state.d.ts +0 -45
- package/dist/src/schema/table-schema.d.ts +0 -44
- package/dist/src/schema.d.ts +0 -11
- package/dist/src/types.d.ts +0 -76
- package/dist/types.d.ts +0 -76
- /package/dist/columns/{components/ui/data-table → tablefy}/data-table-empty.d.ts +0 -0
- /package/dist/columns/{components/ui/data-table → tablefy}/data-table.d.ts +0 -0
- /package/dist/{components/ui/data-table → tablefy}/data-table-empty.d.ts +0 -0
- /package/dist/{components/ui/data-table → tablefy}/data-table.d.ts +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface AvatarItem {
|
|
3
|
+
id: string;
|
|
4
|
+
src?: string;
|
|
5
|
+
alt?: string;
|
|
6
|
+
initials?: string;
|
|
7
|
+
}
|
|
8
|
+
interface AvatarListProps {
|
|
9
|
+
items: AvatarItem[];
|
|
10
|
+
maxVisible?: number;
|
|
11
|
+
size?: number | string;
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
}
|
|
14
|
+
export declare const AvatarList: React.FC<AvatarListProps>;
|
|
15
|
+
export default AvatarList;
|
|
@@ -11,5 +11,5 @@ interface DataTableHeaderProps<TData> {
|
|
|
11
11
|
selectedCount?: number;
|
|
12
12
|
className?: string;
|
|
13
13
|
}
|
|
14
|
-
export declare function DataTableHeader<TData>({ title, description, actions, search, searchValue, onSearchChange, table, selectedCount, className, }: DataTableHeaderProps<TData>): import("react/jsx-runtime").JSX.Element
|
|
14
|
+
export declare function DataTableHeader<TData>({ title, description, actions, search, searchValue, onSearchChange, table, selectedCount, className, }: DataTableHeaderProps<TData>): import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export {};
|
|
@@ -5,5 +5,5 @@ interface DataTablePaginationProps<TData> {
|
|
|
5
5
|
config?: PaginationConfig;
|
|
6
6
|
className?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare function DataTablePagination<TData>({ table, config, className, }: DataTablePaginationProps<TData>): import("react/jsx-runtime").JSX.Element
|
|
8
|
+
export declare function DataTablePagination<TData>({ table, config, className, }: DataTablePaginationProps<TData>): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DataTableSchema: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { DataTable } from "./data-table";
|
|
2
|
+
export { DataTableSchema } from "./data-table-schema";
|
|
3
|
+
export { DataTableHeader } from "./data-table-header";
|
|
4
|
+
export { DataTableEmpty } from "./data-table-empty";
|
|
5
|
+
export { DataTablePagination } from "./data-table-pagination";
|
|
6
|
+
export { AvatarList } from "./avatar-list";
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nccirtu/tablefy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "A powerful, type-safe React table package built with TanStack Table and shadcn/ui components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"type": "module",
|
|
9
|
+
"bin": {
|
|
10
|
+
"tablefy": "./dist/cli/index.js"
|
|
11
|
+
},
|
|
9
12
|
"scripts": {
|
|
10
|
-
"build": "
|
|
13
|
+
"build": "npm run build:lib && npm run build:cli",
|
|
14
|
+
"build:lib": "rollup -c",
|
|
15
|
+
"build:cli": "tsup cli/index.ts --outDir dist/cli --format esm --target node18",
|
|
16
|
+
"dev": "rollup -c -w",
|
|
11
17
|
"test": "jest",
|
|
12
18
|
"prepublishOnly": "npm run build"
|
|
13
19
|
},
|
|
@@ -23,7 +29,7 @@
|
|
|
23
29
|
"ui-components",
|
|
24
30
|
"tailwind"
|
|
25
31
|
],
|
|
26
|
-
"author": "Cirtu Cristian
|
|
32
|
+
"author": "Cirtu Cristian",
|
|
27
33
|
"license": "MIT",
|
|
28
34
|
"repository": {
|
|
29
35
|
"type": "git",
|
|
@@ -35,28 +41,54 @@
|
|
|
35
41
|
"homepage": "https://github.com/nccirtu/Tablefy#readme",
|
|
36
42
|
"files": [
|
|
37
43
|
"dist",
|
|
44
|
+
"cli/templates",
|
|
38
45
|
"README.md",
|
|
39
46
|
"LICENSE"
|
|
40
47
|
],
|
|
41
48
|
"peerDependencies": {
|
|
42
49
|
"react": "^18.0.0 || ^19.0.0",
|
|
43
50
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
44
|
-
"tailwindcss": "^3.0.0 || ^4.0.0"
|
|
51
|
+
"tailwindcss": "^3.0.0 || ^4.0.0",
|
|
52
|
+
"@tanstack/react-table": "^8.9.0",
|
|
53
|
+
"lucide-react": "^0.300.0",
|
|
54
|
+
"class-variance-authority": "^0.7.0",
|
|
55
|
+
"clsx": "^2.0.0",
|
|
56
|
+
"tailwind-merge": "^2.0.0"
|
|
57
|
+
},
|
|
58
|
+
"peerDependenciesMeta": {
|
|
59
|
+
"@tanstack/react-table": {
|
|
60
|
+
"optional": false
|
|
61
|
+
},
|
|
62
|
+
"lucide-react": {
|
|
63
|
+
"optional": false
|
|
64
|
+
},
|
|
65
|
+
"class-variance-authority": {
|
|
66
|
+
"optional": false
|
|
67
|
+
},
|
|
68
|
+
"clsx": {
|
|
69
|
+
"optional": false
|
|
70
|
+
},
|
|
71
|
+
"tailwind-merge": {
|
|
72
|
+
"optional": false
|
|
73
|
+
}
|
|
45
74
|
},
|
|
46
75
|
"dependencies": {
|
|
47
76
|
"@radix-ui/react-icons": "^1.3.0",
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"radix-ui": "^1.4.3",
|
|
77
|
+
"chalk": "^5.3.0",
|
|
78
|
+
"commander": "^12.0.0",
|
|
79
|
+
"fs-extra": "^11.2.0",
|
|
80
|
+
"prompts": "^2.4.2",
|
|
53
81
|
"tslib": "^2.5.0"
|
|
54
82
|
},
|
|
55
83
|
"devDependencies": {
|
|
84
|
+
"@rollup/plugin-alias": "^5.1.0",
|
|
56
85
|
"@rollup/plugin-commonjs": "^25.0.0",
|
|
57
86
|
"@rollup/plugin-node-resolve": "^15.0.0",
|
|
58
87
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
88
|
+
"@types/fs-extra": "^11.0.4",
|
|
59
89
|
"@types/jest": "^29.5.0",
|
|
90
|
+
"@types/node": "^20.11.0",
|
|
91
|
+
"@types/prompts": "^2.4.9",
|
|
60
92
|
"@types/react": "^18.2.0",
|
|
61
93
|
"@types/react-dom": "^18.2.0",
|
|
62
94
|
"jest": "^29.5.0",
|
|
@@ -64,18 +96,19 @@
|
|
|
64
96
|
"react-dom": "^18.2.0",
|
|
65
97
|
"rollup": "^3.20.0",
|
|
66
98
|
"ts-jest": "^29.1.0",
|
|
99
|
+
"tsup": "^8.0.0",
|
|
67
100
|
"typescript": "^5.0.0"
|
|
68
101
|
},
|
|
69
102
|
"exports": {
|
|
70
103
|
".": {
|
|
104
|
+
"types": "./dist/index.d.ts",
|
|
71
105
|
"import": "./dist/index.esm.js",
|
|
72
|
-
"require": "./dist/index.js"
|
|
73
|
-
"types": "./dist/index.d.ts"
|
|
106
|
+
"require": "./dist/index.js"
|
|
74
107
|
},
|
|
75
108
|
"./columns": {
|
|
109
|
+
"types": "./dist/columns/index.d.ts",
|
|
76
110
|
"import": "./dist/columns/index.esm.js",
|
|
77
|
-
"require": "./dist/columns/index.js"
|
|
78
|
-
"types": "./dist/columns/index.d.ts"
|
|
111
|
+
"require": "./dist/columns/index.js"
|
|
79
112
|
}
|
|
80
113
|
},
|
|
81
114
|
"typesVersions": {
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const AvatarList: ({ items, maxVisible, size, ...props }: {
|
|
2
|
-
items: Array<{
|
|
3
|
-
id: string;
|
|
4
|
-
src?: string;
|
|
5
|
-
alt?: string;
|
|
6
|
-
initials?: string;
|
|
7
|
-
}>;
|
|
8
|
-
maxVisible?: number;
|
|
9
|
-
size?: number | string;
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export default AvatarList;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { type VariantProps } from "class-variance-authority";
|
|
3
|
-
declare const badgeVariants: (props?: ({
|
|
4
|
-
variant?: "link" | "default" | "secondary" | "outline" | "ghost" | "destructive" | "success" | "warning" | "info" | "muted" | null | undefined;
|
|
5
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
6
|
-
declare function Badge({ className, variant, asChild, ...props }: React.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
|
|
7
|
-
asChild?: boolean;
|
|
8
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export { Badge, badgeVariants };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { type VariantProps } from "class-variance-authority";
|
|
3
|
-
declare const buttonVariants: (props?: ({
|
|
4
|
-
variant?: "link" | "default" | "secondary" | "outline" | "ghost" | "destructive" | "table_header" | null | undefined;
|
|
5
|
-
size?: "default" | "sm" | "lg" | "icon" | "table_header" | "xs" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
6
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
7
|
-
declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
|
|
8
|
-
asChild?: boolean;
|
|
9
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export { Button, buttonVariants };
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { DropdownMenu as DropdownMenuPrimitive } from "radix-ui";
|
|
3
|
-
declare function DropdownMenu({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
declare function DropdownMenuPortal({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare function DropdownMenuTrigger({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare function DropdownMenuContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
declare function DropdownMenuGroup({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
declare function DropdownMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
9
|
-
inset?: boolean;
|
|
10
|
-
variant?: "default" | "destructive";
|
|
11
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
declare function DropdownMenuRadioGroup({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
declare function DropdownMenuRadioItem({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
declare function DropdownMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
16
|
-
inset?: boolean;
|
|
17
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
declare function DropdownMenuSeparator({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
declare function DropdownMenuShortcut({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
declare function DropdownMenuSub({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
22
|
-
inset?: boolean;
|
|
23
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
declare function DropdownMenuSubContent({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
|
|
25
|
-
export { DropdownMenu, DropdownMenuPortal, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuGroup, DropdownMenuLabel, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { Select as SelectPrimitive } from "radix-ui";
|
|
3
|
-
declare function Select({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
declare function SelectGroup({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare function SelectValue({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare function SelectTrigger({ className, size, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trigger> & {
|
|
7
|
-
size?: "sm" | "default";
|
|
8
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
declare function SelectContent({ className, children, position, align, ...props }: React.ComponentProps<typeof SelectPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
declare function SelectLabel({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
declare function SelectItem({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
declare function SelectSeparator({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
declare function Table({ className, ...props }: React.ComponentProps<"table">): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare function TableHeader({ className, ...props }: React.ComponentProps<"thead">): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
declare function TableBody({ className, ...props }: React.ComponentProps<"tbody">): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare function TableFooter({ className, ...props }: React.ComponentProps<"tfoot">): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare function TableRow({ className, ...props }: React.ComponentProps<"tr">): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
declare function TableHead({ className, ...props }: React.ComponentProps<"th">): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
declare function TableCell({ className, ...props }: React.ComponentProps<"td">): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
declare function TableCaption({ className, ...props }: React.ComponentProps<"caption">): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption, };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { Tooltip as TooltipPrimitive } from "radix-ui";
|
|
3
|
-
declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
declare function Tooltip({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const AvatarList: ({ items, maxVisible, size, ...props }: {
|
|
2
|
-
items: Array<{
|
|
3
|
-
id: string;
|
|
4
|
-
src?: string;
|
|
5
|
-
alt?: string;
|
|
6
|
-
initials?: string;
|
|
7
|
-
}>;
|
|
8
|
-
maxVisible?: number;
|
|
9
|
-
size?: number | string;
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export default AvatarList;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { type VariantProps } from "class-variance-authority";
|
|
3
|
-
declare const badgeVariants: (props?: ({
|
|
4
|
-
variant?: "link" | "default" | "secondary" | "outline" | "ghost" | "destructive" | "success" | "warning" | "info" | "muted" | null | undefined;
|
|
5
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
6
|
-
declare function Badge({ className, variant, asChild, ...props }: React.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
|
|
7
|
-
asChild?: boolean;
|
|
8
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export { Badge, badgeVariants };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { type VariantProps } from "class-variance-authority";
|
|
3
|
-
declare const buttonVariants: (props?: ({
|
|
4
|
-
variant?: "link" | "default" | "secondary" | "outline" | "ghost" | "destructive" | "table_header" | null | undefined;
|
|
5
|
-
size?: "default" | "sm" | "lg" | "icon" | "table_header" | "xs" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
6
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
7
|
-
declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
|
|
8
|
-
asChild?: boolean;
|
|
9
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export { Button, buttonVariants };
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { DropdownMenu as DropdownMenuPrimitive } from "radix-ui";
|
|
3
|
-
declare function DropdownMenu({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
declare function DropdownMenuPortal({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare function DropdownMenuTrigger({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare function DropdownMenuContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
declare function DropdownMenuGroup({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
declare function DropdownMenuItem({ className, inset, variant, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
9
|
-
inset?: boolean;
|
|
10
|
-
variant?: "default" | "destructive";
|
|
11
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
declare function DropdownMenuRadioGroup({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
declare function DropdownMenuRadioItem({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
declare function DropdownMenuLabel({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
16
|
-
inset?: boolean;
|
|
17
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
declare function DropdownMenuSeparator({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
declare function DropdownMenuShortcut({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
|
|
20
|
-
declare function DropdownMenuSub({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
22
|
-
inset?: boolean;
|
|
23
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
declare function DropdownMenuSubContent({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
|
|
25
|
-
export { DropdownMenu, DropdownMenuPortal, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuGroup, DropdownMenuLabel, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { Select as SelectPrimitive } from "radix-ui";
|
|
3
|
-
declare function Select({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
declare function SelectGroup({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare function SelectValue({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare function SelectTrigger({ className, size, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trigger> & {
|
|
7
|
-
size?: "sm" | "default";
|
|
8
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
declare function SelectContent({ className, children, position, align, ...props }: React.ComponentProps<typeof SelectPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
declare function SelectLabel({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
declare function SelectItem({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
declare function SelectSeparator({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
declare function SelectScrollUpButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
declare function SelectScrollDownButton({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
declare function Table({ className, ...props }: React.ComponentProps<"table">): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare function TableHeader({ className, ...props }: React.ComponentProps<"thead">): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
declare function TableBody({ className, ...props }: React.ComponentProps<"tbody">): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare function TableFooter({ className, ...props }: React.ComponentProps<"tfoot">): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare function TableRow({ className, ...props }: React.ComponentProps<"tr">): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
declare function TableHead({ className, ...props }: React.ComponentProps<"th">): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
declare function TableCell({ className, ...props }: React.ComponentProps<"td">): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
declare function TableCaption({ className, ...props }: React.ComponentProps<"caption">): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption, };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { Tooltip as TooltipPrimitive } from "radix-ui";
|
|
3
|
-
declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
declare function Tooltip({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
declare function TooltipTrigger({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
declare function TooltipContent({ className, sideOffset, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { EmptyStateConfig } from "../types";
|
|
2
|
-
import React from "react";
|
|
3
|
-
export declare class EmptyStateBuilder {
|
|
4
|
-
private config;
|
|
5
|
-
static make(): EmptyStateBuilder;
|
|
6
|
-
title(title: string): this;
|
|
7
|
-
description(description: string): this;
|
|
8
|
-
icon(icon: React.ReactNode): this;
|
|
9
|
-
imageUrl(imageUrl: string): this;
|
|
10
|
-
action(label: string, onClick?: () => void, href?: string, icon?: React.ReactNode): this;
|
|
11
|
-
variant(variant: "default" | "search" | "filter" | "error" | "custom"): this;
|
|
12
|
-
error(params?: {
|
|
13
|
-
onRetry?: () => void;
|
|
14
|
-
}): this;
|
|
15
|
-
noSearchResults(params?: {
|
|
16
|
-
onClear?: () => void;
|
|
17
|
-
}): this;
|
|
18
|
-
noFilterResults(params?: {
|
|
19
|
-
onReset?: () => void;
|
|
20
|
-
}): this;
|
|
21
|
-
noData(): this;
|
|
22
|
-
build(): EmptyStateConfig;
|
|
23
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from "react";
|
|
2
|
-
export interface HeaderAction<TData = unknown> {
|
|
3
|
-
id: string;
|
|
4
|
-
label: string;
|
|
5
|
-
icon?: ReactNode;
|
|
6
|
-
variant?: "default" | "secondary" | "outline" | "ghost" | "destructive";
|
|
7
|
-
size?: "default" | "sm" | "lg" | "icon";
|
|
8
|
-
onClick?: () => void;
|
|
9
|
-
href?: string;
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
loading?: boolean;
|
|
12
|
-
bulk?: boolean;
|
|
13
|
-
bulkOnClick?: (selectedRows: TData[]) => void;
|
|
14
|
-
hidden?: boolean;
|
|
15
|
-
children?: Omit<HeaderAction<TData>, "children" | "bulk">[];
|
|
16
|
-
}
|
|
17
|
-
export interface EmptyStateConfig {
|
|
18
|
-
icon?: ReactNode;
|
|
19
|
-
imageUrl?: string;
|
|
20
|
-
title: string;
|
|
21
|
-
description?: string;
|
|
22
|
-
action?: {
|
|
23
|
-
label: string;
|
|
24
|
-
onClick?: () => void;
|
|
25
|
-
href?: string;
|
|
26
|
-
icon?: ReactNode;
|
|
27
|
-
};
|
|
28
|
-
variant?: "default" | "search" | "filter" | "error" | "custom";
|
|
29
|
-
}
|
|
30
|
-
export interface FilterConfig {
|
|
31
|
-
id: string;
|
|
32
|
-
label: string;
|
|
33
|
-
type: "text" | "select" | "multi-select" | "date" | "date-range" | "boolean";
|
|
34
|
-
column: string;
|
|
35
|
-
placeholder?: string;
|
|
36
|
-
options?: Array<{
|
|
37
|
-
label: string;
|
|
38
|
-
value: string;
|
|
39
|
-
}>;
|
|
40
|
-
}
|
|
41
|
-
export interface SearchConfig {
|
|
42
|
-
enabled: boolean;
|
|
43
|
-
placeholder?: string;
|
|
44
|
-
columns?: string[];
|
|
45
|
-
debounce?: number;
|
|
46
|
-
}
|
|
47
|
-
export interface PaginationConfig {
|
|
48
|
-
enabled: boolean;
|
|
49
|
-
pageSize?: number;
|
|
50
|
-
pageSizeOptions?: number[];
|
|
51
|
-
showPageInfo?: boolean;
|
|
52
|
-
showPageSizeSelector?: boolean;
|
|
53
|
-
}
|
|
54
|
-
export interface DataTableConfig<TData> {
|
|
55
|
-
title?: string;
|
|
56
|
-
description?: string;
|
|
57
|
-
headerActions?: HeaderAction<TData>[];
|
|
58
|
-
emptyState?: EmptyStateConfig;
|
|
59
|
-
searchEmptyState?: EmptyStateConfig;
|
|
60
|
-
filterEmptyState?: EmptyStateConfig;
|
|
61
|
-
search?: SearchConfig;
|
|
62
|
-
filters?: FilterConfig[];
|
|
63
|
-
pagination?: PaginationConfig;
|
|
64
|
-
enableRowSelection?: boolean;
|
|
65
|
-
enableMultiRowSelection?: boolean;
|
|
66
|
-
enableSorting?: boolean;
|
|
67
|
-
defaultSort?: {
|
|
68
|
-
id: string;
|
|
69
|
-
desc: boolean;
|
|
70
|
-
};
|
|
71
|
-
enableColumnVisibility?: boolean;
|
|
72
|
-
density?: "compact" | "default" | "comfortable";
|
|
73
|
-
bordered?: boolean;
|
|
74
|
-
striped?: boolean;
|
|
75
|
-
hoverable?: boolean;
|
|
76
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { ColumnDef } from '@tanstack/react-table';
|
|
2
|
-
import { ReactNode } from 'react';
|
|
3
|
-
import { DataTableConfig, EmptyStateConfig, HeaderAction } from '../types';
|
|
4
|
-
type ColumnBuilder<TData> = {
|
|
5
|
-
build(): ColumnDef<TData, unknown>;
|
|
6
|
-
};
|
|
7
|
-
export declare class DataTableSchema<TData> {
|
|
8
|
-
private config;
|
|
9
|
-
private columnBuilders;
|
|
10
|
-
static make<TData>(): DataTableSchema<TData>;
|
|
11
|
-
title(title: string): this;
|
|
12
|
-
description(description: string): this;
|
|
13
|
-
headerActions(builder: (b: HeaderActionsBuilder<TData>) => HeaderActionsBuilder<TData>): this;
|
|
14
|
-
emptyState(config: EmptyStateConfig): this;
|
|
15
|
-
searchEmptyState(config: EmptyStateConfig): this;
|
|
16
|
-
filterEmptyState(config: EmptyStateConfig): this;
|
|
17
|
-
searchable(config?: {
|
|
18
|
-
placeholder?: string;
|
|
19
|
-
columns?: string[];
|
|
20
|
-
debounce?: number;
|
|
21
|
-
}): this;
|
|
22
|
-
paginated(config?: {
|
|
23
|
-
pageSize?: number;
|
|
24
|
-
pageSizeOptions?: number[];
|
|
25
|
-
}): this;
|
|
26
|
-
selectable(multi?: boolean): this;
|
|
27
|
-
sortable(defaultSort?: {
|
|
28
|
-
id: string;
|
|
29
|
-
desc: boolean;
|
|
30
|
-
}): this;
|
|
31
|
-
bordered(bordered?: boolean): this;
|
|
32
|
-
striped(striped?: boolean): this;
|
|
33
|
-
hoverable(hoverable?: boolean): this;
|
|
34
|
-
density(density: 'compact' | 'default' | 'comfortable'): this;
|
|
35
|
-
columns(...builders: ColumnBuilder<TData>[]): this;
|
|
36
|
-
build(): {
|
|
37
|
-
columns: ColumnDef<TData, unknown>[];
|
|
38
|
-
config: DataTableConfig<TData>;
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
declare class HeaderActionsBuilder<TData> {
|
|
42
|
-
private actions;
|
|
43
|
-
create(config: {
|
|
44
|
-
label: string;
|
|
45
|
-
href?: string;
|
|
46
|
-
onClick?: () => void;
|
|
47
|
-
icon?: ReactNode;
|
|
48
|
-
}): this;
|
|
49
|
-
export(config: {
|
|
50
|
-
label: string;
|
|
51
|
-
icon?: ReactNode;
|
|
52
|
-
formats?: Array<{
|
|
53
|
-
label: string;
|
|
54
|
-
onClick: () => void;
|
|
55
|
-
}>;
|
|
56
|
-
}): this;
|
|
57
|
-
import(config: {
|
|
58
|
-
label: string;
|
|
59
|
-
icon?: ReactNode;
|
|
60
|
-
onClick?: () => void;
|
|
61
|
-
}): this;
|
|
62
|
-
bulkExport(config: {
|
|
63
|
-
label: string;
|
|
64
|
-
icon?: ReactNode;
|
|
65
|
-
onExport: (rows: TData[]) => void;
|
|
66
|
-
}): this;
|
|
67
|
-
bulkDelete(config: {
|
|
68
|
-
label: string;
|
|
69
|
-
icon?: ReactNode;
|
|
70
|
-
onDelete: (rows: TData[]) => void;
|
|
71
|
-
}): this;
|
|
72
|
-
action(config: HeaderAction<TData>): this;
|
|
73
|
-
build(): HeaderAction<TData>[];
|
|
74
|
-
}
|
|
75
|
-
export { HeaderActionsBuilder };
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { EmptyStateConfig } from '../types';
|
|
3
|
-
export declare class EmptyStateBuilder {
|
|
4
|
-
private config;
|
|
5
|
-
static make(): EmptyStateBuilder;
|
|
6
|
-
title(title: string): this;
|
|
7
|
-
description(description: string): this;
|
|
8
|
-
icon(icon: ReactNode): this;
|
|
9
|
-
imageUrl(imageUrl: string): this;
|
|
10
|
-
variant(variant: EmptyStateConfig['variant']): this;
|
|
11
|
-
action(config: {
|
|
12
|
-
label: string;
|
|
13
|
-
onClick?: () => void;
|
|
14
|
-
href?: string;
|
|
15
|
-
icon?: ReactNode;
|
|
16
|
-
}): this;
|
|
17
|
-
static noData(config?: {
|
|
18
|
-
title?: string;
|
|
19
|
-
description?: string;
|
|
20
|
-
createLabel?: string;
|
|
21
|
-
onCreate?: () => void;
|
|
22
|
-
createHref?: string;
|
|
23
|
-
}): EmptyStateBuilder;
|
|
24
|
-
static noSearchResults(config?: {
|
|
25
|
-
title?: string;
|
|
26
|
-
description?: string;
|
|
27
|
-
onClear?: () => void;
|
|
28
|
-
}): EmptyStateBuilder;
|
|
29
|
-
static noFilterResults(config?: {
|
|
30
|
-
title?: string;
|
|
31
|
-
description?: string;
|
|
32
|
-
onClear?: () => void;
|
|
33
|
-
}): EmptyStateBuilder;
|
|
34
|
-
static error(config?: {
|
|
35
|
-
title?: string;
|
|
36
|
-
description?: string;
|
|
37
|
-
onRetry?: () => void;
|
|
38
|
-
}): EmptyStateBuilder;
|
|
39
|
-
private createInboxIcon;
|
|
40
|
-
private createSearchIcon;
|
|
41
|
-
private createFilterIcon;
|
|
42
|
-
private createAlertIcon;
|
|
43
|
-
private createPlusIcon;
|
|
44
|
-
build(): EmptyStateConfig;
|
|
45
|
-
}
|