@crystaldesign/diva-backoffice 24.8.0-beta.30 → 24.8.0-beta.32

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.
@@ -8246,7 +8246,7 @@ function loadConfiguration(t, root, config, lang) {
8246
8246
  name: 'originPosition',
8247
8247
  type: 'select',
8248
8248
  mode: 'single',
8249
- translationPrefix: t('backoffice.form.renderjob.items'),
8249
+ translationPrefix: 'backoffice.form.renderjob.items',
8250
8250
  values: ['leftbackbottom', 'center'],
8251
8251
  readonly: {
8252
8252
  field: 'state',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.8.0-beta.30",
3
+ "version": "24.8.0-beta.32",
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.30",
18
+ "@crystaldesign/spreadsheet": "24.8.0-beta.32",
19
19
  "@google/model-viewer": "3.4.0",
20
20
  "@tinymce/tinymce-react": "^3.13.0",
21
21
  "ag-charts-community": "^9.3.1",
@@ -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": "3cb665c4e141e4c7be163982f0e055d3a698ff9d"
54
+ "gitHead": "fc5dedd1b2bf1abf1b80d0b10ab1cf534b4a7262"
55
55
  }