@crystaldesign/diva-backoffice 26.5.0-beta.56 → 26.5.0-beta.57
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.
- package/build/esm/index.js +16 -0
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
|
@@ -9924,6 +9924,22 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
|
9924
9924
|
hidden: function hidden(data) {
|
|
9925
9925
|
return !showCampaignFields(data);
|
|
9926
9926
|
}
|
|
9927
|
+
}, {
|
|
9928
|
+
name: ['settings', 'campaignSettings', 'activateForLandingpage'],
|
|
9929
|
+
label: t('backoffice.form.organizationdetails.items.activateForLandingpage'),
|
|
9930
|
+
tabgroup: t('backoffice.form.organizationdetails.campaignLandingPage'),
|
|
9931
|
+
type: 'checkbox',
|
|
9932
|
+
hidden: function hidden(data) {
|
|
9933
|
+
return !showCampaignFields(data);
|
|
9934
|
+
}
|
|
9935
|
+
}, {
|
|
9936
|
+
name: ['settings', 'campaignSettings', 'activateForWidgets'],
|
|
9937
|
+
label: t('backoffice.form.organizationdetails.items.activateForWidgets'),
|
|
9938
|
+
tabgroup: t('backoffice.form.organizationdetails.campaignLandingPage'),
|
|
9939
|
+
type: 'checkbox',
|
|
9940
|
+
hidden: function hidden(data) {
|
|
9941
|
+
return !showCampaignFields(data);
|
|
9942
|
+
}
|
|
9927
9943
|
}, {
|
|
9928
9944
|
type: 'subTitle',
|
|
9929
9945
|
name: t('backoffice.form.organizationdetails.campaignSection.marketingTracking'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
|
3
|
-
"version": "26.5.0-beta.
|
|
3
|
+
"version": "26.5.0-beta.57",
|
|
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.5.0-beta.
|
|
19
|
-
"@crystaldesign/content-item": "26.5.0-beta.
|
|
20
|
-
"@crystaldesign/diva-core": "26.5.0-beta.
|
|
21
|
-
"@crystaldesign/diva-utils": "26.5.0-beta.
|
|
22
|
-
"@crystaldesign/media-upload": "26.5.0-beta.
|
|
23
|
-
"@crystaldesign/rtf-editor": "26.5.0-beta.
|
|
24
|
-
"@crystaldesign/spreadsheet": "26.5.0-beta.
|
|
18
|
+
"@crystaldesign/content-box": "26.5.0-beta.57",
|
|
19
|
+
"@crystaldesign/content-item": "26.5.0-beta.57",
|
|
20
|
+
"@crystaldesign/diva-core": "26.5.0-beta.57",
|
|
21
|
+
"@crystaldesign/diva-utils": "26.5.0-beta.57",
|
|
22
|
+
"@crystaldesign/media-upload": "26.5.0-beta.57",
|
|
23
|
+
"@crystaldesign/rtf-editor": "26.5.0-beta.57",
|
|
24
|
+
"@crystaldesign/spreadsheet": "26.5.0-beta.57",
|
|
25
25
|
"@google/genai": "^1.22.0",
|
|
26
26
|
"@google/model-viewer": "3.5.0",
|
|
27
27
|
"ag-charts-community": "^10.1.0",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
},
|
|
54
54
|
"module": "build/esm/index.js",
|
|
55
55
|
"types": "./build/types/backoffice/src/index.d.ts",
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "bd45d7087ec3926842ba6a8cb82d70c19546dbab"
|
|
57
57
|
}
|