@crystaldesign/diva-backoffice 24.2.2-beta.14 → 24.2.2-beta.16

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.
@@ -2828,6 +2828,7 @@ function loadConfiguration(t, root, config, lang) {
2828
2828
  }, {
2829
2829
  title: t('backoffice.table.partlists.columns.RetailPrefix'),
2830
2830
  field: 'RetailPrefix',
2831
+ editable: true,
2831
2832
  sorter: 9,
2832
2833
  filter: 'advanced',
2833
2834
  width: 110
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.2.2-beta.14",
3
+ "version": "24.2.2-beta.16",
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": "4e39590afe90ff7061ec32382d75b3c19cd090ac"
53
+ "gitHead": "6c6f24a129004e3b152da21fc9e9b855f9ccf24a"
54
54
  }