@hybr1d-tech/charizard 0.4.92 → 0.4.93
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.
|
@@ -8,7 +8,7 @@ export interface TableStore {
|
|
|
8
8
|
resetFilters: (filterKey: string, filterDispatch: any) => void;
|
|
9
9
|
resetAllFilters: (filterReset?: any) => void;
|
|
10
10
|
}
|
|
11
|
-
export declare const useTableStore: import('zustand').UseBoundStore<Omit<import(
|
|
11
|
+
export declare const useTableStore: import('zustand').UseBoundStore<Omit<import('zustand').StoreApi<TableStore>, "setState"> & {
|
|
12
12
|
setState<A extends string | {
|
|
13
13
|
type: string;
|
|
14
14
|
}>(partial: TableStore | Partial<TableStore> | ((state: TableStore) => TableStore | Partial<TableStore>), replace?: boolean | undefined, action?: A | undefined): void;
|
|
@@ -36,5 +36,5 @@ export declare const invQueryReducer: (query: any, { payload, type }: {
|
|
|
36
36
|
payload: any;
|
|
37
37
|
type: any;
|
|
38
38
|
}) => any;
|
|
39
|
-
export declare const useInventoryStore: import('zustand').UseBoundStore<import(
|
|
39
|
+
export declare const useInventoryStore: import('zustand').UseBoundStore<import('zustand').StoreApi<InventoryStore>>;
|
|
40
40
|
export {};
|
|
@@ -9,7 +9,7 @@ export interface TableStore {
|
|
|
9
9
|
resetFilters: (filterKey: string, filterDispatch: any) => void;
|
|
10
10
|
resetAllFilters: (filterReset?: any) => void;
|
|
11
11
|
}
|
|
12
|
-
export declare const useTableStore: import('zustand').UseBoundStore<Omit<import(
|
|
12
|
+
export declare const useTableStore: import('zustand').UseBoundStore<Omit<import('zustand').StoreApi<TableStore>, "setState"> & {
|
|
13
13
|
setState<A extends string | {
|
|
14
14
|
type: string;
|
|
15
15
|
}>(partial: TableStore | Partial<TableStore> | ((state: TableStore) => TableStore | Partial<TableStore>), replace?: boolean | undefined, action?: A | undefined): void;
|
|
@@ -14,6 +14,6 @@ interface Props<T extends BaseItem> {
|
|
|
14
14
|
export declare function SortableList<T extends BaseItem>({ items: _items, onChange, renderItem, search, }: Props<T>): import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export declare namespace SortableList {
|
|
16
16
|
var Item: typeof SortableItem;
|
|
17
|
-
var DragHandle: typeof import(
|
|
17
|
+
var DragHandle: typeof import("./SortableItem").DragHandle;
|
|
18
18
|
}
|
|
19
19
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hybr1d-tech/charizard",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.93",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
24
24
|
"@dnd-kit/sortable": "^8.0.0",
|
|
25
25
|
"@dnd-kit/utilities": "^3.2.2",
|
|
26
|
-
"@tanstack/react-table": "^8.
|
|
27
|
-
"@zag-js/checkbox": "^0.
|
|
28
|
-
"@zag-js/combobox": "^0.
|
|
29
|
-
"@zag-js/dialog": "^0.
|
|
30
|
-
"@zag-js/menu": "^0.
|
|
31
|
-
"@zag-js/pagination": "^0.
|
|
32
|
-
"@zag-js/popover": "^0.
|
|
33
|
-
"@zag-js/popper": "^0.
|
|
34
|
-
"@zag-js/radio-group": "^0.
|
|
35
|
-
"@zag-js/react": "^0.
|
|
36
|
-
"@zag-js/select": "^0.
|
|
37
|
-
"@zag-js/tabs": "^0.
|
|
38
|
-
"@zag-js/tooltip": "^0.
|
|
26
|
+
"@tanstack/react-table": "^8.16.0",
|
|
27
|
+
"@zag-js/checkbox": "^0.46.0",
|
|
28
|
+
"@zag-js/combobox": "^0.46.0",
|
|
29
|
+
"@zag-js/dialog": "^0.46.0",
|
|
30
|
+
"@zag-js/menu": "^0.46.0",
|
|
31
|
+
"@zag-js/pagination": "^0.46.0",
|
|
32
|
+
"@zag-js/popover": "^0.46.0",
|
|
33
|
+
"@zag-js/popper": "^0.46.0",
|
|
34
|
+
"@zag-js/radio-group": "^0.46.0",
|
|
35
|
+
"@zag-js/react": "^0.46.0",
|
|
36
|
+
"@zag-js/select": "^0.46.0",
|
|
37
|
+
"@zag-js/tabs": "^0.46.0",
|
|
38
|
+
"@zag-js/tooltip": "^0.46.0",
|
|
39
39
|
"clsx": "^2.1.0",
|
|
40
40
|
"react": "^18.2.0",
|
|
41
41
|
"react-country-flag": "^3.1.0",
|
|
@@ -48,24 +48,24 @@
|
|
|
48
48
|
"zustand": "^4.5.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@storybook/addon-essentials": "^8.0.
|
|
52
|
-
"@storybook/addon-interactions": "^8.0.
|
|
53
|
-
"@storybook/addon-links": "^8.0.
|
|
54
|
-
"@storybook/blocks": "^8.0.
|
|
55
|
-
"@storybook/react": "^8.0.
|
|
56
|
-
"@storybook/react-vite": "^8.0.
|
|
51
|
+
"@storybook/addon-essentials": "^8.0.8",
|
|
52
|
+
"@storybook/addon-interactions": "^8.0.8",
|
|
53
|
+
"@storybook/addon-links": "^8.0.8",
|
|
54
|
+
"@storybook/blocks": "^8.0.8",
|
|
55
|
+
"@storybook/react": "^8.0.8",
|
|
56
|
+
"@storybook/react-vite": "^8.0.8",
|
|
57
57
|
"@storybook/testing-library": "^0.2.2",
|
|
58
|
-
"@types/node": "^20.12.
|
|
59
|
-
"@types/react": "^18.2.
|
|
60
|
-
"@types/react-dom": "^18.2.
|
|
58
|
+
"@types/node": "^20.12.7",
|
|
59
|
+
"@types/react": "^18.2.79",
|
|
60
|
+
"@types/react-dom": "^18.2.25",
|
|
61
61
|
"@vitejs/plugin-react": "^4.2.1",
|
|
62
62
|
"prop-types": "^15.8.1",
|
|
63
|
-
"storybook": "^8.0.
|
|
63
|
+
"storybook": "^8.0.8",
|
|
64
64
|
"storybook-css-modules-preset": "^1.1.1",
|
|
65
|
-
"typescript": "^5.4.
|
|
66
|
-
"vite": "^5.2.
|
|
65
|
+
"typescript": "^5.4.5",
|
|
66
|
+
"vite": "^5.2.9",
|
|
67
67
|
"vite-plugin-checker": "^0.6.4",
|
|
68
|
-
"vite-plugin-dts": "^3.8.
|
|
68
|
+
"vite-plugin-dts": "^3.8.3",
|
|
69
69
|
"vite-plugin-libcss": "^1.1.1"
|
|
70
70
|
},
|
|
71
71
|
"publishConfig": {
|