@crystaldesign/diva-backoffice 25.7.0-rc.10 → 25.7.0-rc.12
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 +20 -0
- package/package.json +9 -9
package/build/esm/index.js
CHANGED
@@ -8809,6 +8809,14 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
8809
8809
|
}, {
|
8810
8810
|
name: 'mediaItemRefVideo',
|
8811
8811
|
hidden: true
|
8812
|
+
}, {
|
8813
|
+
name: 'loop',
|
8814
|
+
type: 'checkbox',
|
8815
|
+
label: t('backoffice.form.contentItem.loop'),
|
8816
|
+
doTranslate: false,
|
8817
|
+
hidden: function hidden(d) {
|
8818
|
+
return (d === null || d === void 0 ? void 0 : d.type) !== 'Video';
|
8819
|
+
}
|
8812
8820
|
}]
|
8813
8821
|
});
|
8814
8822
|
translationItems.push({
|
@@ -8867,6 +8875,12 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
8867
8875
|
label: t('backoffice.form.api2servers.items.url'),
|
8868
8876
|
doTranslate: true
|
8869
8877
|
});
|
8878
|
+
translationItems.push({
|
8879
|
+
name: [].concat(_toConsumableArray(p), ['loop']),
|
8880
|
+
type: 'checkbox',
|
8881
|
+
label: t('backoffice.form.contentItem.loop'),
|
8882
|
+
doTranslate: false
|
8883
|
+
});
|
8870
8884
|
break;
|
8871
8885
|
case 'Wrapper':
|
8872
8886
|
translationItems.push({
|
@@ -9102,6 +9116,12 @@ function loadConfiguration(t, root, config, lang, apiConfig) {
|
|
9102
9116
|
label: t('backoffice.form.api2servers.items.url'),
|
9103
9117
|
doTranslate: true
|
9104
9118
|
});
|
9119
|
+
translationItems.push({
|
9120
|
+
name: [].concat(_toConsumableArray(p), ['loop']),
|
9121
|
+
type: 'checkbox',
|
9122
|
+
label: t('backoffice.form.contentItem.loop'),
|
9123
|
+
doTranslate: false
|
9124
|
+
});
|
9105
9125
|
break;
|
9106
9126
|
case 'Wrapper':
|
9107
9127
|
translationItems.push({
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@crystaldesign/diva-backoffice",
|
3
|
-
"version": "25.7.0-rc.
|
3
|
+
"version": "25.7.0-rc.12",
|
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.7.0-rc.
|
19
|
-
"@crystaldesign/content-item": "25.7.0-rc.
|
20
|
-
"@crystaldesign/diva-core": "25.7.0-rc.
|
21
|
-
"@crystaldesign/diva-utils": "25.7.0-rc.
|
22
|
-
"@crystaldesign/media-upload": "25.7.0-rc.
|
23
|
-
"@crystaldesign/rtf-editor": "25.7.0-rc.
|
24
|
-
"@crystaldesign/spreadsheet": "25.7.0-rc.
|
18
|
+
"@crystaldesign/content-box": "25.7.0-rc.12",
|
19
|
+
"@crystaldesign/content-item": "25.7.0-rc.12",
|
20
|
+
"@crystaldesign/diva-core": "25.7.0-rc.12",
|
21
|
+
"@crystaldesign/diva-utils": "25.7.0-rc.12",
|
22
|
+
"@crystaldesign/media-upload": "25.7.0-rc.12",
|
23
|
+
"@crystaldesign/rtf-editor": "25.7.0-rc.12",
|
24
|
+
"@crystaldesign/spreadsheet": "25.7.0-rc.12",
|
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": "
|
54
|
+
"gitHead": "c229f1ad26070667e480e2dc1f01b7a088231d7d"
|
55
55
|
}
|