@crystaldesign/diva-backoffice 24.8.0-beta.2 → 24.8.0-beta.3

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.
@@ -23275,9 +23275,6 @@ function IDMCatalogEditor$1(_ref) {
23275
23275
  var getPatchId = function getPatchId() {
23276
23276
  if (selectedType.value === 'serieItems' && selectedSerie) return '${typeNo}';
23277
23277
  if (selectedType.value === 'featureOptions' && selectedOption) return '${optionKey}';
23278
- if (selectedType.value === 'series') return '${serieNo}';
23279
- if (selectedType.value === 'features') return '${featureNo}';
23280
- if (selectedType.value === 'detailInfos') return '${detailInfoNo}';
23281
23278
  return '${_id}';
23282
23279
  };
23283
23280
  return /*#__PURE__*/jsxs(Fragment, {
@@ -23324,7 +23321,7 @@ function IDMCatalogEditor$1(_ref) {
23324
23321
  read: apiConfig.enricherService + '/packages/' + selectedPackage + '/exclusivity/features'
23325
23322
  },
23326
23323
  selectMapping: {
23327
- label: '${featureText.de}',
23324
+ label: '${featureText.de} (${featureNo})',
23328
23325
  value: '${_id}'
23329
23326
  },
23330
23327
  value: selectedOption,
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableExclusivity/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AA8CpE,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,eAAe,EAAE,kBAAkB,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,sBAAsB,eAuKvH"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/IDMEnricherEditor/modules/TableExclusivity/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AA8CpE,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,eAAe,EAAE,kBAAkB,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,sBAAsB,eAmKvH"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.8.0-beta.2",
3
+ "version": "24.8.0-beta.3",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "@ant-design/icons": "5.0.1",
17
17
  "@babel/runtime": "7.18.0",
18
- "@crystaldesign/spreadsheet": "24.8.0-beta.2",
18
+ "@crystaldesign/spreadsheet": "24.8.0-beta.3",
19
19
  "@google/model-viewer": "3.4.0",
20
20
  "@tinymce/tinymce-react": "^3.13.0",
21
21
  "ag-charts-community": "^9.3.1",
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "module": "build/esm/index.js",
52
52
  "types": "./build/types/backoffice/src/index.d.ts",
53
- "gitHead": "e44e80fdf70a550df54e09e4871a43a5d1d90f59"
53
+ "gitHead": "c65bc54d17a49c89d7ddedf945de62c56935b3a9"
54
54
  }