@crystaldesign/diva-backoffice 26.3.0-beta.19 → 26.3.0-beta.20

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.
Files changed (2) hide show
  1. package/build/esm/index.js +11 -1
  2. package/package.json +9 -9
@@ -4526,6 +4526,9 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
4526
4526
  }, {
4527
4527
  targetField: 'model',
4528
4528
  sourceField: 'model'
4529
+ }, {
4530
+ targetField: 'resolution',
4531
+ sourceField: 'resolution'
4529
4532
  }, {
4530
4533
  targetField: 'type',
4531
4534
  sourceField: 'type'
@@ -8040,7 +8043,14 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
8040
8043
  label: t('backoffice.table.prompts.columns.model'),
8041
8044
  type: 'select',
8042
8045
  mode: 'single',
8043
- values: ['dall-e-2', 'dall-e-3', 'gpt-image-1', 'gpt-image-1-mini', 'imagen-4.0-generate-001', 'gemini-2.5-flash-image', 'gemini-3-pro-image-preview']
8046
+ values: ['dall-e-2', 'dall-e-3', 'gpt-image-1', 'gpt-image-1-mini', 'imagen-4.0-generate-001', 'gemini-2.5-flash-image', 'gemini-3-pro-image-preview', 'gemini-3.1-flash-image-preview']
8047
+ }, {
8048
+ name: 'resolution',
8049
+ label: t('backoffice.table.prompts.columns.resolution'),
8050
+ helpText: 'only working for gemini 3 and higher',
8051
+ type: 'select',
8052
+ mode: 'single',
8053
+ values: ['1024x1024', '1376x768', '1200x896', '2.048x2.048', '2752×1536', '2400×1792', '4096 x 4096', '5504×3072', '4800×3584']
8044
8054
  }, {
8045
8055
  name: 'type',
8046
8056
  label: t('backoffice.table.prompts.columns.type'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "26.3.0-beta.19",
3
+ "version": "26.3.0-beta.20",
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": "6.1.0",
17
17
  "@babel/runtime": "7.24.7",
18
- "@crystaldesign/content-box": "26.3.0-beta.19",
19
- "@crystaldesign/content-item": "26.3.0-beta.19",
20
- "@crystaldesign/diva-core": "26.3.0-beta.19",
21
- "@crystaldesign/diva-utils": "26.3.0-beta.19",
22
- "@crystaldesign/media-upload": "26.3.0-beta.19",
23
- "@crystaldesign/rtf-editor": "26.3.0-beta.19",
24
- "@crystaldesign/spreadsheet": "26.3.0-beta.19",
18
+ "@crystaldesign/content-box": "26.3.0-beta.20",
19
+ "@crystaldesign/content-item": "26.3.0-beta.20",
20
+ "@crystaldesign/diva-core": "26.3.0-beta.20",
21
+ "@crystaldesign/diva-utils": "26.3.0-beta.20",
22
+ "@crystaldesign/media-upload": "26.3.0-beta.20",
23
+ "@crystaldesign/rtf-editor": "26.3.0-beta.20",
24
+ "@crystaldesign/spreadsheet": "26.3.0-beta.20",
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": "c57e37842c91c47046d7c5fe01e0d78045778467"
54
+ "gitHead": "eaa1efb4b38898a2955c00c92632ab9d3b804159"
55
55
  }