pds-dev-kit-web-test 2.7.149 → 2.7.151

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.
@@ -30,13 +30,13 @@ function createCompositions(_a) {
30
30
  // 직접 입력 유형인 경우
31
31
  if (!isQueryDataConnected) {
32
32
  var valueTypeCompositions = compositions.filter(function (composition) { return !(composition === null || composition === void 0 ? void 0 : composition.isDefault); });
33
- console.log(compositions);
34
33
  // MANUAL ITEM이 없는 경우
35
34
  if (!valueTypeCompositions.length) {
36
35
  return [
37
36
  (0, jsx_runtime_1.jsx)(S_EmptyLayer, { children: "\uC544\uC774\uD15C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC544\uC774\uD15C\uC744 \uCD94\uAC00\uD574\uC8FC\uC138\uC694." }, "empty-manual-item")
38
37
  ];
39
38
  }
39
+ console.log(valueTypeCompositions);
40
40
  return valueTypeCompositions.map(function (composition) { return ((0, jsx_runtime_1.jsx)(Composition_1.default, __assign({}, composition), composition.id)); });
41
41
  }
42
42
  if (!compositions.length) {
@@ -136,6 +136,7 @@ function ContentsCarousel(props) {
136
136
  .map(function (item) {
137
137
  return compositions.find(function (comp) { return comp.ccbManualItemUuid === item.uuid; });
138
138
  });
139
+ console.log(orderedCompositions);
139
140
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [Object.entries(componentGroups).map(function (_a) {
140
141
  var position = _a[0], groupComponents = _a[1];
141
142
  return ((0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-contentscarousel-button-group ccb-elements", ref: function (el) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.149",
3
+ "version": "2.7.151",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",