@crystaldesign/diva-backoffice 24.6.0-beta.31 → 24.6.0-beta.32
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/build/esm/index.js +0 -6
- package/package.json +2 -2
package/build/esm/index.js
CHANGED
|
@@ -2216,12 +2216,6 @@ function loadConfiguration(t, root, config, lang) {
|
|
|
2216
2216
|
sorter: 4,
|
|
2217
2217
|
filter: 'search',
|
|
2218
2218
|
width: 200
|
|
2219
|
-
}, {
|
|
2220
|
-
title: t('backoffice.table.allusers.columns.personalNumber'),
|
|
2221
|
-
field: 'personalNumber',
|
|
2222
|
-
sorter: 5,
|
|
2223
|
-
filter: 'search',
|
|
2224
|
-
width: 200
|
|
2225
2219
|
}, {
|
|
2226
2220
|
title: t('backoffice.table.allusers.columns.phone'),
|
|
2227
2221
|
field: 'phoneNumber',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.6.0-beta.
|
|
3
|
+
"version": "24.6.0-beta.32",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^5.15.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
},
|
|
52
52
|
"module": "build/esm/index.js",
|
|
53
53
|
"types": "./build/types/backoffice/src/index.d.ts",
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "50a077daeb3224158b0f1812058e719b27fcc7a1"
|
|
55
55
|
}
|