@crystaldesign/diva-backoffice 25.2.0-beta.33 → 25.2.0-beta.34

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.
@@ -38179,17 +38179,11 @@ function CollectionMembers(_ref) {
38179
38179
  editable: true,
38180
38180
  customParams: {
38181
38181
  nameField: 'enricherPackageName',
38182
- filterCellType: 'string',
38183
- displayLabelTemplate: '${name} (${value})',
38184
38182
  apiInterface: {
38185
38183
  read: apiConfig.enricherService + '/packages?organizationId=${organizationId}'
38186
38184
  },
38187
38185
  lookupValue: 'name',
38188
38186
  lookupKey: '_id',
38189
- lookupKeyFilterType: {
38190
- type: 'equals',
38191
- filterType: 'string'
38192
- },
38193
38187
  multiple: false,
38194
38188
  translated: false
38195
38189
  },
@@ -38199,7 +38193,10 @@ function CollectionMembers(_ref) {
38199
38193
  field: 'serieNos',
38200
38194
  headerName: 'backoffice.idmCatalogEditor.collectionmembers.label.serieNos',
38201
38195
  cellDataType: 'lookup',
38202
- editable: true,
38196
+ editable: function editable(_ref2) {
38197
+ var data = _ref2.data;
38198
+ return data.enricherPackageId;
38199
+ },
38203
38200
  customParams: {
38204
38201
  nameField: 'serieNosDisplayTexts',
38205
38202
  filterCellType: 'number',
@@ -1 +1 @@
1
- {"version":3,"file":"CollectionMembers.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCollectionEditor/Tables/CollectionMembers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAiB,MAAM,4BAA4B,CAAC;AAEjF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,UAAU,EACV,cAAc,EACd,SAAS,GACV,EAAE;IACD,UAAU,EAAE,GAAG,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;CACnC,qBA+EA"}
1
+ {"version":3,"file":"CollectionMembers.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/IDMCollectionEditor/Tables/CollectionMembers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAiB,MAAM,4BAA4B,CAAC;AAEjF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,UAAU,EACV,cAAc,EACd,SAAS,GACV,EAAE;IACD,UAAU,EAAE,GAAG,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,oBAAoB,CAAC,GAAG,CAAC,CAAC;CACnC,qBA4EA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "25.2.0-beta.33",
3
+ "version": "25.2.0-beta.34",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^6.5.0",
@@ -15,13 +15,13 @@
15
15
  "dependencies": {
16
16
  "@ant-design/icons": "5.4.0",
17
17
  "@babel/runtime": "7.24.7",
18
- "@crystaldesign/content-box": "25.2.0-beta.33",
19
- "@crystaldesign/content-item": "25.2.0-beta.33",
20
- "@crystaldesign/diva-core": "25.2.0-beta.33",
21
- "@crystaldesign/diva-utils": "25.2.0-beta.33",
22
- "@crystaldesign/media-upload": "25.2.0-beta.33",
23
- "@crystaldesign/rtf-editor": "25.2.0-beta.33",
24
- "@crystaldesign/spreadsheet": "25.2.0-beta.33",
18
+ "@crystaldesign/content-box": "25.2.0-beta.34",
19
+ "@crystaldesign/content-item": "25.2.0-beta.34",
20
+ "@crystaldesign/diva-core": "25.2.0-beta.34",
21
+ "@crystaldesign/diva-utils": "25.2.0-beta.34",
22
+ "@crystaldesign/media-upload": "25.2.0-beta.34",
23
+ "@crystaldesign/rtf-editor": "25.2.0-beta.34",
24
+ "@crystaldesign/spreadsheet": "25.2.0-beta.34",
25
25
  "@google/model-viewer": "3.5.0",
26
26
  "ag-charts-community": "^10.1.0",
27
27
  "ag-charts-react": "^10.1.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": "1c829a87590fe8d395e52ad375f8cf58137c3ba0"
54
+ "gitHead": "750e1dccb15610ac078ec58c8a6dee23350cff6f"
55
55
  }