@crystaldesign/diva-backoffice 24.15.0-beta.38 → 24.15.0-beta.39

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.
@@ -9539,7 +9539,6 @@ function loadConfiguration(t, root, config, lang) {
9539
9539
  label: t('backoffice.form.renderjob.items.quality'),
9540
9540
  mode: 'single',
9541
9541
  values: ['low', 'standard'],
9542
- defaultValue: 'standard',
9543
9542
  readonly: {
9544
9543
  field: 'state',
9545
9544
  op: 'gt',
@@ -11038,6 +11037,11 @@ function loadConfiguration(t, root, config, lang) {
11038
11037
  sourceField: 'type',
11039
11038
  value: 'RETAILERCHILD'
11040
11039
  }
11040
+ }, {
11041
+ match: {
11042
+ sourceField: 'type',
11043
+ value: 'ASSOCIATION'
11044
+ }
11041
11045
  }]
11042
11046
  }],
11043
11047
  callback: function callback(data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.15.0-beta.38",
3
+ "version": "24.15.0-beta.39",
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": "24.15.0-beta.38",
19
- "@crystaldesign/content-item": "24.15.0-beta.38",
20
- "@crystaldesign/diva-core": "24.15.0-beta.38",
21
- "@crystaldesign/diva-utils": "24.15.0-beta.38",
22
- "@crystaldesign/media-upload": "24.15.0-beta.38",
23
- "@crystaldesign/rtf-editor": "24.15.0-beta.38",
24
- "@crystaldesign/spreadsheet": "24.15.0-beta.38",
18
+ "@crystaldesign/content-box": "24.15.0-beta.39",
19
+ "@crystaldesign/content-item": "24.15.0-beta.39",
20
+ "@crystaldesign/diva-core": "24.15.0-beta.39",
21
+ "@crystaldesign/diva-utils": "24.15.0-beta.39",
22
+ "@crystaldesign/media-upload": "24.15.0-beta.39",
23
+ "@crystaldesign/rtf-editor": "24.15.0-beta.39",
24
+ "@crystaldesign/spreadsheet": "24.15.0-beta.39",
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": "45eeae0b110896340ed0d0c8752c376b14e9d288"
54
+ "gitHead": "45f3df474b17e57a9242b3a6ffc171036f571461"
55
55
  }