@procore/data-table 14.8.0 → 14.10.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/CHANGELOG.md +29 -0
- package/dist/legacy/index.cjs +2146 -1955
- package/dist/legacy/index.d.cts +20 -5
- package/dist/legacy/index.d.ts +20 -5
- package/dist/legacy/index.js +1849 -1658
- package/dist/modern/index.cjs +2115 -1932
- package/dist/modern/index.d.cts +20 -5
- package/dist/modern/index.d.ts +20 -5
- package/dist/modern/index.js +1819 -1636
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/data-table",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.10.0",
|
|
4
4
|
"description": "Complex data grid built on top of ag-grid, with DST components and styles.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/legacy/index.cjs",
|
|
@@ -78,9 +78,10 @@
|
|
|
78
78
|
"styled-components": ">= 5.1.1 < 6"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@procore/labs-datetime-select": "0.1.
|
|
82
|
-
"@procore/labs-group-by-select": "3.1.
|
|
81
|
+
"@procore/labs-datetime-select": "0.1.1",
|
|
82
|
+
"@procore/labs-group-by-select": "3.1.3",
|
|
83
83
|
"@procore/toast-alert": "5.1.0",
|
|
84
|
+
"@procore/web-sdk-storage": "^0.1.0",
|
|
84
85
|
"classnames": "2.5.1",
|
|
85
86
|
"date-fns": "2.29.1",
|
|
86
87
|
"decimal.js": "10.3.1",
|
|
@@ -107,9 +108,9 @@
|
|
|
107
108
|
"@dotenvx/dotenvx": "1.6.4",
|
|
108
109
|
"@ngneat/falso": "6.4.0",
|
|
109
110
|
"@procore/core-css": "10.17.0",
|
|
110
|
-
"@procore/core-icons": "12.
|
|
111
|
+
"@procore/core-icons": "12.1.0",
|
|
111
112
|
"@procore/core-prettier": "10.2.0",
|
|
112
|
-
"@procore/core-react": "12.
|
|
113
|
+
"@procore/core-react": "12.8.0",
|
|
113
114
|
"@procore/eslint-config": "10.0.0",
|
|
114
115
|
"@procore/globalization-toolkit": "3.1.0",
|
|
115
116
|
"@procore/labs-financials-utils": "3.0.1",
|