@crystaldesign/diva-backoffice 25.8.0-beta.25 → 25.8.0-beta.27

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 +25 -14
  2. package/package.json +9 -9
@@ -7901,20 +7901,6 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
7901
7901
  hidden: function hidden(data) {
7902
7902
  return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
7903
7903
  }
7904
- }, {
7905
- name: 'privacyPolicyUrl',
7906
- label: t('backoffice.form.organizationdetails.items.privacyPolicyUrl'),
7907
- type: 'input',
7908
- hidden: function hidden(data) {
7909
- return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
7910
- }
7911
- }, {
7912
- name: 'termsAndConditionsUrl',
7913
- label: t('backoffice.form.organizationdetails.items.termsAndConditionsUrl'),
7914
- type: 'input',
7915
- hidden: function hidden(data) {
7916
- return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
7917
- }
7918
7904
  }, {
7919
7905
  name: ['defaultCatalog', 'catalogId'],
7920
7906
  accountName: ['defaultCatalog', 'accountId'],
@@ -8184,6 +8170,31 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
8184
8170
  label: t('backoffice.form.organizationdetails.items.fromCurrentPriceHideCurrent'),
8185
8171
  value: 'fromCurrentPriceHideCurrent'
8186
8172
  }]
8173
+ }, {
8174
+ name: t('backoffice.subtitle.configurator'),
8175
+ type: 'subTitle',
8176
+ orientation: 'left',
8177
+ style: {
8178
+ marginBottom: '40px'
8179
+ },
8180
+ permission: 'backoffice_admin_organizations',
8181
+ hidden: function hidden(data) {
8182
+ return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
8183
+ }
8184
+ }, {
8185
+ name: 'privacyPolicyUrl',
8186
+ label: t('backoffice.form.organizationdetails.items.privacyPolicyUrl'),
8187
+ type: 'input',
8188
+ hidden: function hidden(data) {
8189
+ return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
8190
+ }
8191
+ }, {
8192
+ name: 'termsAndConditionsUrl',
8193
+ label: t('backoffice.form.organizationdetails.items.termsAndConditionsUrl'),
8194
+ type: 'input',
8195
+ hidden: function hidden(data) {
8196
+ return (data === null || data === void 0 ? void 0 : data.parentType) === 'SUPPLIER' && (data === null || data === void 0 ? void 0 : data.type) === undefined;
8197
+ }
8187
8198
  }, {
8188
8199
  name: t('backoffice.subtitle.advanced'),
8189
8200
  type: 'subTitle',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "25.8.0-beta.25",
3
+ "version": "25.8.0-beta.27",
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.8.0-beta.25",
19
- "@crystaldesign/content-item": "25.8.0-beta.25",
20
- "@crystaldesign/diva-core": "25.8.0-beta.25",
21
- "@crystaldesign/diva-utils": "25.8.0-beta.25",
22
- "@crystaldesign/media-upload": "25.8.0-beta.25",
23
- "@crystaldesign/rtf-editor": "25.8.0-beta.25",
24
- "@crystaldesign/spreadsheet": "25.8.0-beta.25",
18
+ "@crystaldesign/content-box": "25.8.0-beta.27",
19
+ "@crystaldesign/content-item": "25.8.0-beta.27",
20
+ "@crystaldesign/diva-core": "25.8.0-beta.27",
21
+ "@crystaldesign/diva-utils": "25.8.0-beta.27",
22
+ "@crystaldesign/media-upload": "25.8.0-beta.27",
23
+ "@crystaldesign/rtf-editor": "25.8.0-beta.27",
24
+ "@crystaldesign/spreadsheet": "25.8.0-beta.27",
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": "f943b7dca14cc72485be12cf4b6ec230b3678292"
54
+ "gitHead": "1d9a720bbf9010ae760e50ace0d993963cba4aaa"
55
55
  }