pds-dev-kit-web-test 2.7.591 → 2.7.592

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.
@@ -208,7 +208,10 @@ function ContentsCarousel(props) {
208
208
  }
209
209
  // 데이터 연결
210
210
  if (CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_CONNECTDATA === 'NONE' || !queryPath || !queryData) {
211
- return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10477" }, "no-query");
211
+ if (mode === 'EDIT') {
212
+ return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10477" }, "no-query");
213
+ }
214
+ return (0, jsx_runtime_1.jsx)(EmptyTextForRender_1.default, {});
212
215
  }
213
216
  var queryDataValue = queryData[queryPath];
214
217
  // 쿼리 데이터와 키가 있으나, 쿼리 데이터에 결과가 빈 경우
@@ -205,7 +205,10 @@ function ContentsList(props) {
205
205
  }
206
206
  // 데이터 연결
207
207
  if (CB_CONTENT_PROP_CONTENTSLIST_SPEC_CONNECTDATA === 'NONE' || !queryPath || !queryData) {
208
- return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10477" }, "no-query");
208
+ if (mode === 'EDIT') {
209
+ return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10477" }, "no-query");
210
+ }
211
+ return (0, jsx_runtime_1.jsx)(EmptyTextForRender_1.default, {});
209
212
  }
210
213
  var queryDataValue = queryData[queryPath];
211
214
  // 쿼리 데이터와 키가 있으나, 쿼리 데이터에 결과가 빈 경우
@@ -188,7 +188,10 @@ function SlideBanner(props) {
188
188
  }
189
189
  // 데이터 연결
190
190
  if (CB_CONTENT_PROP_SLIDEBANNER_SPEC_CONNECTDATA === 'NONE' || !queryPath || !queryData) {
191
- return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10477" }, "no-query");
191
+ if (mode === 'EDIT') {
192
+ return (0, jsx_runtime_1.jsx)(EmptyString, { stringKey: "str_10477" }, "no-query");
193
+ }
194
+ return (0, jsx_runtime_1.jsx)(EmptyTextForRender_1.default, {});
192
195
  }
193
196
  var queryDataValue = queryData[queryPath];
194
197
  // 쿼리 데이터와 키가 있으나, 쿼리 데이터에 결과가 빈 경우
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.591",
3
+ "version": "2.7.592",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",