pds-dev-kit-web-test 2.7.587 → 2.7.588
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/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/SlideBanner/SlideBanner.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
};
|
|
@@ -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
|
};
|