@crystaldesign/diva-backoffice 25.6.0-beta.14 → 25.6.0-beta.15

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.
@@ -4819,6 +4819,10 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
4819
4819
  title: 'imageSizes',
4820
4820
  field: 'imageSizes',
4821
4821
  hidden: true
4822
+ }, {
4823
+ title: 'maxSize',
4824
+ field: 'maxSize',
4825
+ hidden: true
4822
4826
  }],
4823
4827
  filter: {
4824
4828
  search: {
@@ -6902,6 +6906,10 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
6902
6906
  required: true,
6903
6907
  values: ['MAIN', 'FINAL', 'THUMBNAIL'],
6904
6908
  mode: 'single'
6909
+ }, {
6910
+ label: t('backoffice.form.updatemediastorage.items.maxSize'),
6911
+ name: 'maxSize',
6912
+ type: 'number'
6905
6913
  }, {
6906
6914
  label: t('backoffice.form.updatemediastorage.items.mediaFolderName'),
6907
6915
  name: 'mediaFolderName'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "25.6.0-beta.14",
3
+ "version": "25.6.0-beta.15",
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": "25.6.0-beta.14",
19
- "@crystaldesign/content-item": "25.6.0-beta.14",
20
- "@crystaldesign/diva-core": "25.6.0-beta.14",
21
- "@crystaldesign/diva-utils": "25.6.0-beta.14",
22
- "@crystaldesign/media-upload": "25.6.0-beta.14",
23
- "@crystaldesign/rtf-editor": "25.6.0-beta.14",
24
- "@crystaldesign/spreadsheet": "25.6.0-beta.14",
18
+ "@crystaldesign/content-box": "25.6.0-beta.15",
19
+ "@crystaldesign/content-item": "25.6.0-beta.15",
20
+ "@crystaldesign/diva-core": "25.6.0-beta.15",
21
+ "@crystaldesign/diva-utils": "25.6.0-beta.15",
22
+ "@crystaldesign/media-upload": "25.6.0-beta.15",
23
+ "@crystaldesign/rtf-editor": "25.6.0-beta.15",
24
+ "@crystaldesign/spreadsheet": "25.6.0-beta.15",
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": "078e2f9714599a28fb409a3a9b3c9fa463460e6f"
54
+ "gitHead": "d52a6dda2807ffe5ad5e4192db5c6467d3b4c90e"
55
55
  }