@pdg/react-table 1.0.103 → 1.0.104
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/@types/index.d.ts +1 -1
- package/dist/@types/types.d.ts +11 -11
- package/dist/InfoTable/InfoTable.d.ts +7 -7
- package/dist/InfoTable/InfoTable.types.d.ts +78 -79
- package/dist/InfoTable/index.d.ts +4 -4
- package/dist/SearchTable/SearchTable.d.ts +8 -8
- package/dist/SearchTable/SearchTable.types.d.ts +33 -34
- package/dist/SearchTable/index.d.ts +4 -4
- package/dist/Table/Table.d.ts +8 -8
- package/dist/Table/Table.types.d.ts +129 -130
- package/dist/Table/index.d.ts +4 -4
- package/dist/TableBodyCell/TableBodyCell.d.ts +4 -4
- package/dist/TableBodyCell/TableBodyCell.types.d.ts +18 -18
- package/dist/TableBodyCell/index.d.ts +4 -4
- package/dist/TableBodyRow/TableBodyRow.d.ts +7 -7
- package/dist/TableBodyRow/TableBodyRow.types.d.ts +18 -19
- package/dist/TableBodyRow/index.d.ts +4 -4
- package/dist/TableButton/TableButton.d.ts +4 -4
- package/dist/TableButton/TableButton.types.d.ts +3 -4
- package/dist/TableButton/index.d.ts +4 -4
- package/dist/TableCommonCell/TableCommonCell.d.ts +4 -4
- package/dist/TableCommonCell/TableCommonCell.types.d.ts +11 -11
- package/dist/TableCommonCell/index.d.ts +4 -4
- package/dist/TableContext/TableContext.d.ts +4 -4
- package/dist/TableContext/TableContext.types.d.ts +14 -14
- package/dist/TableContext/index.d.ts +5 -5
- package/dist/TableContext/useTableState.d.ts +2 -2
- package/dist/TableContextProvider/TableContextProvider.d.ts +4 -4
- package/dist/TableContextProvider/TableContextProvider.types.d.ts +6 -6
- package/dist/TableContextProvider/index.d.ts +4 -4
- package/dist/TableFooterCell/TableFooterCell.d.ts +4 -4
- package/dist/TableFooterCell/TableFooterCell.types.d.ts +5 -5
- package/dist/TableFooterCell/index.d.ts +4 -4
- package/dist/TableHeadCell/TableHeadCell.d.ts +4 -4
- package/dist/TableHeadCell/TableHeadCell.types.d.ts +11 -11
- package/dist/TableHeadCell/index.d.ts +4 -4
- package/dist/TableMenuButton/TableMenuButton.d.ts +4 -4
- package/dist/TableMenuButton/TableMenuButton.types.d.ts +9 -10
- package/dist/TableMenuButton/index.d.ts +4 -4
- package/dist/TablePagination/TablePagination.d.ts +4 -4
- package/dist/TablePagination/TablePagination.types.d.ts +13 -13
- package/dist/TablePagination/index.d.ts +4 -4
- package/dist/TableTopHead/TableTopHead.d.ts +4 -4
- package/dist/TableTopHead/TableTopHead.types.d.ts +17 -18
- package/dist/TableTopHead/index.d.ts +4 -4
- package/dist/index.d.ts +7 -7
- package/dist/index.esm.js +1974 -2006
- package/dist/index.js +1974 -2006
- package/package.json +18 -18
- package/dist/@util/index.d.ts +0 -1
- package/dist/@util/table.d.ts +0 -8
- package/dist/InfoTable/InfoTable.style.d.ts +0 -14
- package/dist/Table/Table.styles.d.ts +0 -5
- package/dist/TableTopHead/TableTopHead.style.d.ts +0 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdg/react-table",
|
|
3
3
|
"title": "React Table",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.104",
|
|
5
5
|
"description": "React Table",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -43,47 +43,47 @@
|
|
|
43
43
|
"@dnd-kit/core": "^6.1.0",
|
|
44
44
|
"@dnd-kit/sortable": "^8.0.0",
|
|
45
45
|
"@emotion/react": "^11.11.4",
|
|
46
|
-
"@emotion/styled": "^11.11.
|
|
47
|
-
"@mui/icons-material": "^5.15.
|
|
48
|
-
"@mui/material": "^5.15.
|
|
46
|
+
"@emotion/styled": "^11.11.5",
|
|
47
|
+
"@mui/icons-material": "^5.15.17",
|
|
48
|
+
"@mui/material": "^5.15.17",
|
|
49
49
|
"@mui/x-date-pickers": "^6.19.7",
|
|
50
|
-
"@pdg/react-component": "^1.0.
|
|
51
|
-
"@pdg/react-form": "^1.0.
|
|
52
|
-
"@pdg/react-hook": "^1.0.
|
|
53
|
-
"@pdg/util": "^1.0.
|
|
50
|
+
"@pdg/react-component": "^1.0.23",
|
|
51
|
+
"@pdg/react-form": "^1.0.123",
|
|
52
|
+
"@pdg/react-hook": "^1.0.19",
|
|
53
|
+
"@pdg/util": "^1.0.22",
|
|
54
54
|
"@tinymce/tinymce-react": "^4.3.2",
|
|
55
55
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
56
56
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
|
57
57
|
"@types/uuid": "^9.0.8",
|
|
58
58
|
"classnames": "^2.5.1",
|
|
59
|
-
"dayjs": "^1.11.
|
|
59
|
+
"dayjs": "^1.11.11",
|
|
60
60
|
"react": "^17.0.0 || ^18.0.0",
|
|
61
61
|
"react-copy-to-clipboard": "^5.1.0",
|
|
62
62
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
63
|
-
"react-number-format": "^5.3.
|
|
63
|
+
"react-number-format": "^5.3.4",
|
|
64
64
|
"react-resize-detector": "^10.0.1",
|
|
65
|
-
"simplebar-react": "^3.2.
|
|
65
|
+
"simplebar-react": "^3.2.5",
|
|
66
66
|
"uuid": "^9.0.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
70
70
|
"@rollup/plugin-eslint": "^9.0.5",
|
|
71
71
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
73
|
-
"@typescript-eslint/parser": "^7.
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
73
|
+
"@typescript-eslint/parser": "^7.8.0",
|
|
74
74
|
"eslint": "8.57.0",
|
|
75
75
|
"eslint-config-prettier": "^9.1.0",
|
|
76
76
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
77
77
|
"eslint-plugin-prettier": "^5.1.3",
|
|
78
|
-
"eslint-plugin-react": "^7.34.
|
|
79
|
-
"eslint-plugin-react-hooks": "^4.6.
|
|
78
|
+
"eslint-plugin-react": "^7.34.1",
|
|
79
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
80
80
|
"prettier": "^3.2.5",
|
|
81
|
-
"rollup": "^4.
|
|
81
|
+
"rollup": "^4.17.2",
|
|
82
82
|
"rollup-plugin-delete": "^2.0.0",
|
|
83
83
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
84
84
|
"rollup-plugin-postcss": "^4.0.2",
|
|
85
85
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
86
|
-
"sass": "^1.
|
|
87
|
-
"typescript": "^4.
|
|
86
|
+
"sass": "^1.77.0",
|
|
87
|
+
"typescript": "^5.4.5"
|
|
88
88
|
}
|
|
89
89
|
}
|
package/dist/@util/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './table';
|
package/dist/@util/table.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { TableColumn } from '../Table/Table.types';
|
|
2
|
-
import { CommonSxProps } from '../@types';
|
|
3
|
-
import { TypographyProps } from '@mui/material';
|
|
4
|
-
export declare function getTableColumnAlign(column: TableColumn, defaultAlign: TableColumn['align']): TableColumn['align'];
|
|
5
|
-
export declare function combineSx(...sx: (boolean | CommonSxProps['sx'])[]): CommonSxProps['sx'];
|
|
6
|
-
export declare function typographyColorToSxColor(color: TypographyProps['color']): string | readonly (readonly string[] | import("csstype").Property.Color | null | undefined)[] | {
|
|
7
|
-
[key: string]: readonly string[] | import("csstype").Property.Color | null | undefined;
|
|
8
|
-
} | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue<readonly string[] | import("csstype").Property.Color | undefined>) | undefined;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const Label: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
|
-
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
5
|
-
export declare const ValueWrap: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
6
|
-
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
-
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
8
|
-
export declare const Value: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
|
-
export declare const ValueEllipsis: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
|
-
export declare const ValueClipboard: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
11
|
-
export declare const ClipboardIconButton: import("@emotion/styled").StyledComponent<import("@mui/material").IconButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
12
|
-
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
13
|
-
}, "style" | "className" | "tabIndex" | "color" | "children" | "sx" | "classes" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "size"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
14
|
-
export declare const Line: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const StyledBodyRow: import("@emotion/styled").StyledComponent<import("@mui/material").TableRowOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref"> & {
|
|
3
|
-
ref?: ((instance: HTMLTableRowElement | null) => void) | import("react").RefObject<HTMLTableRowElement> | null | undefined;
|
|
4
|
-
}, "className" | "style" | "classes" | "children" | "hover" | "selected" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
5
|
-
export declare const StyledNoDataDiv: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const TableTopHeadCaptionRow: import("@emotion/styled").StyledComponent<import("@mui/material").TableRowOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref"> & {
|
|
3
|
-
ref?: ((instance: HTMLTableRowElement | null) => void) | import("react").RefObject<HTMLTableRowElement> | null | undefined;
|
|
4
|
-
}, "className" | "style" | "classes" | "children" | "hover" | "selected" | "sx"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|