@pdg/react-table 1.0.44 → 1.0.46
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/types.d.ts +2 -2
- package/dist/InfoTable/InfoTable.style.d.ts +3 -3
- package/dist/InfoTable/InfoTable.types.d.ts +2 -2
- package/dist/Table/Table.styles.d.ts +1 -1
- package/dist/Table/Table.types.d.ts +2 -0
- package/dist/TableBodyRow/TableBodyRow.d.ts +1 -1
- package/dist/TableButton/TableButton.d.ts +1 -1
- package/dist/TableHeadCell/TableHeadCell.types.d.ts +1 -0
- package/dist/TableIcon/TableIcon.d.ts +1 -1
- package/dist/TableMenuButton/TableMenuButton.d.ts +1 -1
- package/dist/TableTopHead/TableTopHead.d.ts +4 -0
- package/dist/TableTopHead/TableTopHead.types.d.ts +15 -0
- package/dist/TableTopHead/index.d.ts +4 -0
- package/dist/index.esm.js +1967 -7508
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2016 -7557
- package/dist/index.js.map +1 -1
- package/package.json +33 -32
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdg/react-table",
|
|
3
3
|
"title": "React Table",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.46",
|
|
5
5
|
"description": "React Table",
|
|
6
|
+
"type": "module",
|
|
6
7
|
"types": "dist/index.d.ts",
|
|
7
8
|
"main": "dist/index.js",
|
|
8
9
|
"module": "dist/index.esm.js",
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
"scripts": {
|
|
23
24
|
"dev": "cd examples && npm run dev",
|
|
24
25
|
"dev-prd-lib": "cd examples && npm run dev-prd-lib",
|
|
25
|
-
"build": "rollup -c",
|
|
26
|
+
"build": "rollup -c --bundleConfigAsCjs",
|
|
26
27
|
"publish": "npm publish --access=public",
|
|
27
28
|
"lint": "eslint './src/**/*.{ts,tsx}'"
|
|
28
29
|
},
|
|
@@ -37,48 +38,48 @@
|
|
|
37
38
|
"javascript"
|
|
38
39
|
],
|
|
39
40
|
"peerDependencies": {
|
|
40
|
-
"@dnd-kit/core": "^6.0.
|
|
41
|
-
"@dnd-kit/sortable": "^7.0.
|
|
42
|
-
"@emotion/react": "^11.
|
|
43
|
-
"@emotion/styled": "^11.
|
|
44
|
-
"@mui/icons-material": "^5.
|
|
45
|
-
"@mui/material": "^5.
|
|
46
|
-
"@mui/x-date-pickers": "^
|
|
47
|
-
"@pdg/react-form": "^1.0.
|
|
41
|
+
"@dnd-kit/core": "^6.0.8",
|
|
42
|
+
"@dnd-kit/sortable": "^7.0.2",
|
|
43
|
+
"@emotion/react": "^11.11.1",
|
|
44
|
+
"@emotion/styled": "^11.11.0",
|
|
45
|
+
"@mui/icons-material": "^5.14.7",
|
|
46
|
+
"@mui/material": "^5.14.7",
|
|
47
|
+
"@mui/x-date-pickers": "^6.12.1",
|
|
48
|
+
"@pdg/react-form": "^1.0.56",
|
|
48
49
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
49
|
-
"dayjs": "^1.
|
|
50
|
+
"dayjs": "^1.11.9",
|
|
50
51
|
"react": "^17.0.0 || ^18.0.0",
|
|
51
52
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
54
|
-
"@pdg/react-hook": "^1.0.
|
|
55
|
-
"@rollup/plugin-commonjs": "^
|
|
56
|
-
"@rollup/plugin-eslint": "^
|
|
57
|
-
"@rollup/plugin-node-resolve": "^
|
|
58
|
-
"@tinymce/tinymce-react": "^3.
|
|
55
|
+
"@pdg/react-hook": "^1.0.1",
|
|
56
|
+
"@rollup/plugin-commonjs": "^25.0.4",
|
|
57
|
+
"@rollup/plugin-eslint": "^9.0.4",
|
|
58
|
+
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
59
|
+
"@tinymce/tinymce-react": "^4.3.0",
|
|
59
60
|
"@types/react-copy-to-clipboard": "^5.0.4",
|
|
60
|
-
"@types/uuid": "^9.0.
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
62
|
-
"@typescript-eslint/parser": "^
|
|
61
|
+
"@types/uuid": "^9.0.3",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
63
|
+
"@typescript-eslint/parser": "^6.6.0",
|
|
63
64
|
"classnames": "^2.3.2",
|
|
64
|
-
"eslint": "8.
|
|
65
|
-
"eslint-config-prettier": "^
|
|
66
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
67
|
-
"eslint-plugin-prettier": "^
|
|
68
|
-
"eslint-plugin-react": "^7.
|
|
65
|
+
"eslint": "8.48.0",
|
|
66
|
+
"eslint-config-prettier": "^9.0.0",
|
|
67
|
+
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
68
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
69
|
+
"eslint-plugin-react": "^7.33.2",
|
|
69
70
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
70
|
-
"prettier": "^
|
|
71
|
+
"prettier": "^3.0.3",
|
|
71
72
|
"react-copy-to-clipboard": "^5.1.0",
|
|
72
|
-
"react-number-format": "^
|
|
73
|
-
"react-resize-detector": "^
|
|
74
|
-
"rollup": "^
|
|
73
|
+
"react-number-format": "^5.3.1",
|
|
74
|
+
"react-resize-detector": "^9.1.0",
|
|
75
|
+
"rollup": "^3.28.1",
|
|
75
76
|
"rollup-plugin-delete": "^2.0.0",
|
|
76
77
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
77
78
|
"rollup-plugin-postcss": "^4.0.2",
|
|
78
|
-
"rollup-plugin-typescript2": "^0.
|
|
79
|
-
"sass": "^1.
|
|
80
|
-
"simplebar-react": "2.4
|
|
81
|
-
"typescript": "^4.
|
|
79
|
+
"rollup-plugin-typescript2": "^0.35.0",
|
|
80
|
+
"sass": "^1.66.1",
|
|
81
|
+
"simplebar-react": "3.2.4",
|
|
82
|
+
"typescript": "^4.9.5",
|
|
82
83
|
"uuid": "^9.0.0"
|
|
83
84
|
}
|
|
84
85
|
}
|