@crystaldesign/diva-backoffice 26.2.0-rc.4 → 26.2.0-rc.6

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.
@@ -7625,7 +7625,7 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
7625
7625
  type: 'input',
7626
7626
  required: true
7627
7627
  }, {
7628
- name: t('backoffice.table.productgroupusermappings.columns.emails'),
7628
+ name: 'emails',
7629
7629
  label: t('backoffice.table.productgroupusermappings.columns.emails'),
7630
7630
  type: 'array',
7631
7631
  items: [{
@@ -18648,7 +18648,7 @@ var FormList$2 = function FormList(_ref) {
18648
18648
  return /*#__PURE__*/jsxs(Fragment, {
18649
18649
  children: [/*#__PURE__*/jsx(Divider, {
18650
18650
  orientation: "horizontal",
18651
- children: Array.isArray(item.name) ? t(item.name[0].toString()) : t(item.name)
18651
+ children: item.label ? t(item.label) : Array.isArray(item.name) ? t(item.name[0].toString()) : t(item.name)
18652
18652
  }), /*#__PURE__*/jsx(Form$2.List, {
18653
18653
  name: absoluteName,
18654
18654
  initialValue: (_item$initialValue = item.initialValue) !== null && _item$initialValue !== void 0 ? _item$initialValue : value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "26.2.0-rc.4",
3
+ "version": "26.2.0-rc.6",
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.2.0-rc.4",
19
- "@crystaldesign/content-item": "26.2.0-rc.4",
20
- "@crystaldesign/diva-core": "26.2.0-rc.4",
21
- "@crystaldesign/diva-utils": "26.2.0-rc.4",
22
- "@crystaldesign/media-upload": "26.2.0-rc.4",
23
- "@crystaldesign/rtf-editor": "26.2.0-rc.4",
24
- "@crystaldesign/spreadsheet": "26.2.0-rc.4",
18
+ "@crystaldesign/content-box": "26.2.0-rc.6",
19
+ "@crystaldesign/content-item": "26.2.0-rc.6",
20
+ "@crystaldesign/diva-core": "26.2.0-rc.6",
21
+ "@crystaldesign/diva-utils": "26.2.0-rc.6",
22
+ "@crystaldesign/media-upload": "26.2.0-rc.6",
23
+ "@crystaldesign/rtf-editor": "26.2.0-rc.6",
24
+ "@crystaldesign/spreadsheet": "26.2.0-rc.6",
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": "1f6f93a7cfe5f1e83b250301e355ac610af27e15"
54
+ "gitHead": "5e9ef740af74254f9c88fe60aa3ef6faa078d5e3"
55
55
  }