@crystaldesign/diva-backoffice 24.7.0-beta.27 → 24.7.0-beta.29
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 +6 -6
- package/package.json +2 -2
package/build/esm/index.js
CHANGED
|
@@ -24187,34 +24187,34 @@ function IDMCatalogEditor$1(_ref) {
|
|
|
24187
24187
|
marryChildren: true,
|
|
24188
24188
|
required: true,
|
|
24189
24189
|
children: [{
|
|
24190
|
-
field: 'name.
|
|
24190
|
+
field: 'name.de',
|
|
24191
24191
|
headerName: 'DE',
|
|
24192
24192
|
isDictionary: true,
|
|
24193
24193
|
filter: 'text'
|
|
24194
24194
|
}, {
|
|
24195
|
-
field: 'name.
|
|
24195
|
+
field: 'name.en',
|
|
24196
24196
|
headerName: 'EN',
|
|
24197
24197
|
isDictionary: true,
|
|
24198
24198
|
filter: 'text'
|
|
24199
24199
|
}, {
|
|
24200
|
-
field: '
|
|
24200
|
+
field: 'name.fr',
|
|
24201
24201
|
headerName: 'FR',
|
|
24202
24202
|
isDictionary: true,
|
|
24203
24203
|
filter: 'text'
|
|
24204
24204
|
}, {
|
|
24205
|
-
field: '
|
|
24205
|
+
field: 'name.it',
|
|
24206
24206
|
headerName: 'IT',
|
|
24207
24207
|
isDictionary: true,
|
|
24208
24208
|
filter: 'text'
|
|
24209
24209
|
}]
|
|
24210
24210
|
}, {
|
|
24211
|
-
field: '
|
|
24211
|
+
field: 'featureNos',
|
|
24212
24212
|
headerName: 'FeatureNo (TODO Lookup)',
|
|
24213
24213
|
cellDataType: 'string',
|
|
24214
24214
|
editable: true,
|
|
24215
24215
|
width: 200
|
|
24216
24216
|
}, {
|
|
24217
|
-
field: '
|
|
24217
|
+
field: 'organizationId',
|
|
24218
24218
|
headerName: 'OrganizationId (TODO DefaultValue)',
|
|
24219
24219
|
cellDataType: 'string',
|
|
24220
24220
|
editable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "24.7.0-beta.
|
|
3
|
+
"version": "24.7.0-beta.29",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^5.15.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
},
|
|
53
53
|
"module": "build/esm/index.js",
|
|
54
54
|
"types": "./build/types/backoffice/src/index.d.ts",
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "cf89a0e62cfd8de54bcc0cafccdc57a9dd0ad801"
|
|
56
56
|
}
|