@procore/data-table 13.2.1 → 13.3.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 +13 -0
- package/dist/legacy/index.d.mts +5 -14
- package/dist/legacy/index.d.ts +5 -14
- package/dist/legacy/index.js +6388 -1745
- package/dist/legacy/index.mjs +6388 -1745
- package/dist/modern/index.d.mts +5 -14
- package/dist/modern/index.d.ts +5 -14
- package/dist/modern/index.js +6383 -1739
- package/dist/modern/index.mjs +6383 -1739
- package/package.json +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/data-table",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.3.0",
|
|
4
4
|
"description": "Complex data grid built on top of ag-grid, with DST components and styles.",
|
|
5
5
|
"main": "dist/legacy/index.js",
|
|
6
6
|
"module": "dist/legacy/index.mjs",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"@procore/core-css": "^10.27.2",
|
|
68
68
|
"@procore/core-icons": "^12.0.0",
|
|
69
69
|
"@procore/core-react": "^11.21.0",
|
|
70
|
+
"@procore/labs-financials-utils": ">=3.0.1 < 5",
|
|
70
71
|
"react": ">=16.8.0 < 19",
|
|
71
72
|
"react-dom": ">=16.8.0 < 19",
|
|
72
|
-
"styled-components": ">= 5.1.1 < 6"
|
|
73
|
-
"@procore/labs-financials-utils": ">=3.0.1 < 5"
|
|
73
|
+
"styled-components": ">= 5.1.1 < 6"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@procore/globalization-toolkit": "3.0.0",
|
|
@@ -86,6 +86,8 @@
|
|
|
86
86
|
"react-resize-detector": "8.0.4"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
+
"@ag-grid-community/csv-export": "30.1.0",
|
|
90
|
+
"@ag-grid-enterprise/excel-export": "30.1.0",
|
|
89
91
|
"@ag-grid-community/client-side-row-model": "30.1.0",
|
|
90
92
|
"@ag-grid-community/core": "30.1.0",
|
|
91
93
|
"@ag-grid-community/react": "30.1.0",
|
|
@@ -101,7 +103,7 @@
|
|
|
101
103
|
"@procore/core-css": "10.17.0",
|
|
102
104
|
"@procore/core-icons": "12.0.0",
|
|
103
105
|
"@procore/core-prettier": "10.2.0",
|
|
104
|
-
"@procore/core-react": "11.31.
|
|
106
|
+
"@procore/core-react": "11.31.1",
|
|
105
107
|
"@procore/eslint-config": "10.0.0",
|
|
106
108
|
"@procore/labs-financials-utils": "3.0.1",
|
|
107
109
|
"@procore/labs-procore-environment": "3.2.0",
|
|
@@ -154,6 +156,7 @@
|
|
|
154
156
|
"eslint-plugin-react": "7.32.0",
|
|
155
157
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
156
158
|
"events": "3.3.0",
|
|
159
|
+
"http-server": "^14.1.1",
|
|
157
160
|
"https-browserify": "1.0.0",
|
|
158
161
|
"jest": "29.5.0",
|
|
159
162
|
"mini-css-extract-plugin": "2.6.1",
|
|
@@ -190,7 +193,6 @@
|
|
|
190
193
|
"util": "0.12.5",
|
|
191
194
|
"vm-browserify": "1.1.2",
|
|
192
195
|
"webpack": "5.74.0",
|
|
193
|
-
"webpack-cli": "4.10.0"
|
|
194
|
-
"http-server": "^14.1.1"
|
|
196
|
+
"webpack-cli": "4.10.0"
|
|
195
197
|
}
|
|
196
198
|
}
|