pds-dev-kit-web-test 2.7.587 → 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/ContentsCarousel/ContentsCarousel.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.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/SlideBanner/SlideBanner.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
|
}
|
|
@@ -212,7 +212,7 @@ function ContentsCarousel(props) {
|
|
|
212
212
|
var queryDataValue = queryData[queryPath];
|
|
213
213
|
// 쿼리 데이터와 키가 있으나, 쿼리 데이터에 결과가 빈 경우
|
|
214
214
|
if (!(queryDataValue === null || queryDataValue === void 0 ? void 0 : queryDataValue.length)) {
|
|
215
|
-
return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "
|
|
215
|
+
return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10660" }, "empty-item");
|
|
216
216
|
}
|
|
217
217
|
return renderSwiper(compositions);
|
|
218
218
|
};
|
|
@@ -209,7 +209,7 @@ function ContentsList(props) {
|
|
|
209
209
|
var queryDataValue = queryData[queryPath];
|
|
210
210
|
// 쿼리 데이터와 키가 있으나, 쿼리 데이터에 결과가 빈 경우
|
|
211
211
|
if (!(queryDataValue === null || queryDataValue === void 0 ? void 0 : queryDataValue.length)) {
|
|
212
|
-
return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "
|
|
212
|
+
return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10660" }, "empty-item");
|
|
213
213
|
}
|
|
214
214
|
return renderList(compositions);
|
|
215
215
|
};
|
|
@@ -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" });
|
|
@@ -192,7 +192,7 @@ function SlideBanner(props) {
|
|
|
192
192
|
var queryDataValue = queryData[queryPath];
|
|
193
193
|
// 쿼리 데이터와 키가 있으나, 쿼리 데이터에 결과가 빈 경우
|
|
194
194
|
if (!(queryDataValue === null || queryDataValue === void 0 ? void 0 : queryDataValue.length)) {
|
|
195
|
-
return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "
|
|
195
|
+
return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10660" }, "empty-item");
|
|
196
196
|
}
|
|
197
197
|
return renderSwiper(compositions);
|
|
198
198
|
};
|
|
@@ -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
|
}
|