@procore/data-table 14.28.0-cdn.4 → 14.28.0-cdn.5
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 +1 -1
- package/dist/legacy/index.cjs +1 -1
- package/dist/legacy/index.js +1 -1
- package/dist/modern/index.cjs +1 -1
- package/dist/modern/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/legacy/index.cjs
CHANGED
|
@@ -109271,7 +109271,7 @@ var DataTable = ({
|
|
|
109271
109271
|
{
|
|
109272
109272
|
locale: clientI18n.locale,
|
|
109273
109273
|
type: "file",
|
|
109274
|
-
absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}`
|
|
109274
|
+
absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}.json`
|
|
109275
109275
|
},
|
|
109276
109276
|
{ en: translations.en, pseudo: translations.pseudo },
|
|
109277
109277
|
{
|
package/dist/legacy/index.js
CHANGED
|
@@ -109258,7 +109258,7 @@ var DataTable = ({
|
|
|
109258
109258
|
{
|
|
109259
109259
|
locale: clientI18n.locale,
|
|
109260
109260
|
type: "file",
|
|
109261
|
-
absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}`
|
|
109261
|
+
absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}.json`
|
|
109262
109262
|
},
|
|
109263
109263
|
{ en: translations.en, pseudo: translations.pseudo },
|
|
109264
109264
|
{
|
package/dist/modern/index.cjs
CHANGED
|
@@ -109091,7 +109091,7 @@ var DataTable = ({
|
|
|
109091
109091
|
{
|
|
109092
109092
|
locale: clientI18n.locale,
|
|
109093
109093
|
type: "file",
|
|
109094
|
-
absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}`
|
|
109094
|
+
absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}.json`
|
|
109095
109095
|
},
|
|
109096
109096
|
{ en: translations.en, pseudo: translations.pseudo },
|
|
109097
109097
|
{
|
package/dist/modern/index.js
CHANGED
|
@@ -109078,7 +109078,7 @@ var DataTable = ({
|
|
|
109078
109078
|
{
|
|
109079
109079
|
locale: clientI18n.locale,
|
|
109080
109080
|
type: "file",
|
|
109081
|
-
absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}`
|
|
109081
|
+
absolute_file_path: (locale) => `core/packages/data-table/src/locales/${locale}.json`
|
|
109082
109082
|
},
|
|
109083
109083
|
{ en: translations.en, pseudo: translations.pseudo },
|
|
109084
109084
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@procore/data-table",
|
|
3
|
-
"version": "14.28.0-cdn.
|
|
3
|
+
"version": "14.28.0-cdn.5",
|
|
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",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"@procore/core-css": "10.17.0",
|
|
115
115
|
"@procore/core-icons": "12.6.0",
|
|
116
116
|
"@procore/core-prettier": "10.2.0",
|
|
117
|
-
"@procore/core-react": "12.21.0-cdn.
|
|
117
|
+
"@procore/core-react": "12.21.0-cdn.5",
|
|
118
118
|
"@procore/eslint-config": "10.0.0",
|
|
119
119
|
"@procore/globalization-toolkit": "3.1.0",
|
|
120
120
|
"@procore/labs-financials-utils": "4.3.1",
|