pds-dev-kit-web-test 2.7.588 → 2.7.590

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.
@@ -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: "str_10478" });
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: "str_10477" });
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" });
@@ -94,6 +94,7 @@ function Text(props) {
94
94
  var isDataConnected = CB_CONTENT_PROP_TEXT_SPEC_VALUETYPE === 'DATA' ||
95
95
  CB_CONTENT_PROP_TEXT_SPEC_VALUETYPE === 'DELEGATEDDATA';
96
96
  if (isDataConnected) {
97
+ console.log('queryContext', queryContext);
97
98
  if (queryContext === null || queryContext === void 0 ? void 0 : queryContext.queryData) {
98
99
  if (CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA === 'NONE') {
99
100
  if (mode === 'EDIT') {
@@ -125,7 +126,7 @@ function Text(props) {
125
126
  });
126
127
  }
127
128
  if (mode === 'EDIT') {
128
- return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10478" });
129
+ return (0, jsx_runtime_1.jsx)(DataNotFound_1.default, { stringKey: "str_10597" });
129
130
  }
130
131
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
131
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.588",
3
+ "version": "2.7.590",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",