@pdg/react-table 1.0.103 → 1.0.105

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 (54) hide show
  1. package/dist/@types/index.d.ts +1 -1
  2. package/dist/@types/types.d.ts +11 -11
  3. package/dist/InfoTable/InfoTable.d.ts +7 -7
  4. package/dist/InfoTable/InfoTable.types.d.ts +78 -79
  5. package/dist/InfoTable/index.d.ts +4 -4
  6. package/dist/SearchTable/SearchTable.d.ts +8 -8
  7. package/dist/SearchTable/SearchTable.types.d.ts +42 -34
  8. package/dist/SearchTable/index.d.ts +4 -4
  9. package/dist/Table/Table.d.ts +8 -8
  10. package/dist/Table/Table.types.d.ts +129 -130
  11. package/dist/Table/index.d.ts +4 -4
  12. package/dist/TableBodyCell/TableBodyCell.d.ts +4 -4
  13. package/dist/TableBodyCell/TableBodyCell.types.d.ts +18 -18
  14. package/dist/TableBodyCell/index.d.ts +4 -4
  15. package/dist/TableBodyRow/TableBodyRow.d.ts +7 -7
  16. package/dist/TableBodyRow/TableBodyRow.types.d.ts +18 -19
  17. package/dist/TableBodyRow/index.d.ts +4 -4
  18. package/dist/TableButton/TableButton.d.ts +4 -4
  19. package/dist/TableButton/TableButton.types.d.ts +3 -4
  20. package/dist/TableButton/index.d.ts +4 -4
  21. package/dist/TableCommonCell/TableCommonCell.d.ts +4 -4
  22. package/dist/TableCommonCell/TableCommonCell.types.d.ts +11 -11
  23. package/dist/TableCommonCell/index.d.ts +4 -4
  24. package/dist/TableContext/TableContext.d.ts +4 -4
  25. package/dist/TableContext/TableContext.types.d.ts +14 -14
  26. package/dist/TableContext/index.d.ts +5 -5
  27. package/dist/TableContext/useTableState.d.ts +2 -2
  28. package/dist/TableContextProvider/TableContextProvider.d.ts +4 -4
  29. package/dist/TableContextProvider/TableContextProvider.types.d.ts +6 -6
  30. package/dist/TableContextProvider/index.d.ts +4 -4
  31. package/dist/TableFooterCell/TableFooterCell.d.ts +4 -4
  32. package/dist/TableFooterCell/TableFooterCell.types.d.ts +5 -5
  33. package/dist/TableFooterCell/index.d.ts +4 -4
  34. package/dist/TableHeadCell/TableHeadCell.d.ts +4 -4
  35. package/dist/TableHeadCell/TableHeadCell.types.d.ts +11 -11
  36. package/dist/TableHeadCell/index.d.ts +4 -4
  37. package/dist/TableMenuButton/TableMenuButton.d.ts +4 -4
  38. package/dist/TableMenuButton/TableMenuButton.types.d.ts +9 -10
  39. package/dist/TableMenuButton/index.d.ts +4 -4
  40. package/dist/TablePagination/TablePagination.d.ts +4 -4
  41. package/dist/TablePagination/TablePagination.types.d.ts +13 -13
  42. package/dist/TablePagination/index.d.ts +4 -4
  43. package/dist/TableTopHead/TableTopHead.d.ts +4 -4
  44. package/dist/TableTopHead/TableTopHead.types.d.ts +17 -18
  45. package/dist/TableTopHead/index.d.ts +4 -4
  46. package/dist/index.d.ts +7 -7
  47. package/dist/index.esm.js +1896 -2007
  48. package/dist/index.js +1896 -2007
  49. package/package.json +18 -18
  50. package/dist/@util/index.d.ts +0 -1
  51. package/dist/@util/table.d.ts +0 -8
  52. package/dist/InfoTable/InfoTable.style.d.ts +0 -14
  53. package/dist/Table/Table.styles.d.ts +0 -5
  54. 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.103",
4
+ "version": "1.0.105",
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.0",
47
- "@mui/icons-material": "^5.15.13",
48
- "@mui/material": "^5.15.13",
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.21",
51
- "@pdg/react-form": "^1.0.120",
52
- "@pdg/react-hook": "^1.0.16",
53
- "@pdg/util": "^1.0.20",
50
+ "@pdg/react-component": "^1.0.24",
51
+ "@pdg/react-form": "^1.0.125",
52
+ "@pdg/react-hook": "^1.0.21",
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.10",
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.3",
63
+ "react-number-format": "^5.3.4",
64
64
  "react-resize-detector": "^10.0.1",
65
- "simplebar-react": "^3.2.4",
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.2.0",
73
- "@typescript-eslint/parser": "^7.2.0",
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.0",
79
- "eslint-plugin-react-hooks": "^4.6.0",
78
+ "eslint-plugin-react": "^7.34.1",
79
+ "eslint-plugin-react-hooks": "^4.6.2",
80
80
  "prettier": "^3.2.5",
81
- "rollup": "^4.13.0",
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.72.0",
87
- "typescript": "^4.9.5"
86
+ "sass": "^1.77.0",
87
+ "typescript": "^5.4.5"
88
88
  }
89
89
  }
@@ -1 +0,0 @@
1
- export * from './table';
@@ -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>, {}, {}>;