pds-dev-kit-web-test 2.7.588 → 2.7.589
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/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -1
- package/package.json +1 -1
|
@@ -137,7 +137,7 @@ function Button(props) {
|
|
|
137
137
|
});
|
|
138
138
|
}
|
|
139
139
|
if (mode === 'EDIT') {
|
|
140
|
-
return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "
|
|
140
|
+
return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10597" });
|
|
141
141
|
}
|
|
142
142
|
return '';
|
|
143
143
|
}
|
|
@@ -112,7 +112,7 @@ function Image(props) {
|
|
|
112
112
|
if (CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_VALUETYPE === 'DATA' ||
|
|
113
113
|
CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_VALUETYPE === 'DELEGATEDDATA') {
|
|
114
114
|
if (!(queryContext === null || queryContext === void 0 ? void 0 : queryContext.queryData)) {
|
|
115
|
-
return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "
|
|
115
|
+
return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10597" });
|
|
116
116
|
}
|
|
117
117
|
if (CB_CONTENT_PROP_IMAGE.CB_CONTENT_PROP_IMAGE_SPEC_CONNECTDATA === 'NONE') {
|
|
118
118
|
return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10477" });
|
|
@@ -125,7 +125,7 @@ function Text(props) {
|
|
|
125
125
|
});
|
|
126
126
|
}
|
|
127
127
|
if (mode === 'EDIT') {
|
|
128
|
-
return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "
|
|
128
|
+
return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10597" });
|
|
129
129
|
}
|
|
130
130
|
return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
|
|
131
131
|
}
|