@crystaldesign/diva-backoffice 24.4.0-beta.5 → 24.4.0-beta.7

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.
@@ -8609,6 +8609,15 @@ function loadConfiguration(t, root, config, lang) {
8609
8609
  defaultValue: true
8610
8610
  }]]
8611
8611
  },
8612
+ FormPartlistArticlePrefix: {
8613
+ type: 'Form',
8614
+ title: 'Stücklisten Prefix',
8615
+ items: [{
8616
+ name: 'RetailPrefix',
8617
+ label: 'Prefix',
8618
+ type: 'input'
8619
+ }]
8620
+ },
8612
8621
  OrgTree: {
8613
8622
  type: 'OrgTree',
8614
8623
  expandAll: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.4.0-beta.5",
3
+ "version": "24.4.0-beta.7",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -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": "8b78c64239f5535e2874d97aa43765ba6267e1a7"
53
+ "gitHead": "cde7a93dcd91cea515cd12187d80e0b563d305d5"
54
54
  }