pds-dev-kit-web-test 2.7.484 → 2.7.486

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.
@@ -60,6 +60,7 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props) {
60
60
  var _e = (0, react_1.useContext)(dynamicLayoutContext_1.dynamicLayoutContext), device = _e.device, editingSectionId = _e.editingSectionId, mode = _e.mode, shortcutKeyMode = _e.shortcutKeyMode, sectionActionHandler = _e.sectionActionHandler, navigationHandler = _e.navigationHandler;
61
61
  var componentBlocks = props.componentBlocks, jsonProperties = props.jsonProperties, ccbCode = props.ccbCode;
62
62
  var pedigree = jsonProperties === null || jsonProperties === void 0 ? void 0 : jsonProperties.pedigree;
63
+ console.log('composition: ', props);
63
64
  var _f = jsonProperties, _g = _f.data, CB_PLACEMENT_PROP_COMPOSITION = _g.CB_PLACEMENT_PROP_COMPOSITION, CB_LAYOUT_PROP_PADDING = _g.CB_LAYOUT_PROP_PADDING, zOrders = _f.zOrders;
64
65
  var layouts = (0, util_1.parsePlacement)(componentBlocks !== null && componentBlocks !== void 0 ? componentBlocks : [], zOrders);
65
66
  var isMobile = device === 'MOBILE';
@@ -27,6 +27,7 @@ var compositionQueryContext_1 = require("../compositionQueryContext");
27
27
  var Composition_1 = __importDefault(require("./Composition"));
28
28
  function createCompositions(_a) {
29
29
  var valueType = _a.valueType, queryPath = _a.queryPath, queryData = _a.queryData, compositions = _a.compositions, limit = _a.limit, componentBlockCode = _a.componentBlockCode;
30
+ console.log('slidebanner createCompositions', queryPath, queryData, compositions);
30
31
  var isQueryDataConnected = valueType === 'DATA' || valueType === 'DELEGATEDDATA';
31
32
  // 직접 입력 유형인 경우
32
33
  if (!isQueryDataConnected) {
@@ -46,6 +47,7 @@ function createCompositions(_a) {
46
47
  }
47
48
  // const parsedQueryPath = removeFirstSegment(queryPath);
48
49
  var queryDataValue = queryData[queryPath];
50
+ console.log('queryDataValue createCOmposition', queryDataValue);
49
51
  var queryComposition = compositions.find(function (composition) { return composition.isDefault; });
50
52
  // 쿼리 데이터와 키가 있으나, 쿼리 데이터에 해당 키가 없는 경우
51
53
  if (!queryDataValue) {
@@ -155,6 +155,7 @@ function SlideBanner(props) {
155
155
  if (mode === 'EDIT') {
156
156
  style.visibility = 'visible';
157
157
  }
158
+ console.log('slidebanner comonentGroup', componentGroups);
158
159
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [isEditModeAndHidden && (0, jsx_runtime_1.jsx)(S_HiddenCover_1.S_HiddenCover, {}), (0, jsx_runtime_1.jsxs)(S_CB_AnimationObserverBox_1.S_CB_AnimationObserverBox, __assign({ ref: hasEffect ? cbRef : null, effectVisibleStyle: effectVisibleStyle, onMouseEnter: function () { return setIsHovered(true); }, onMouseLeave: function () { return setIsHovered(false); } }, { children: [Object.entries(componentGroups).map(function (_a) {
159
160
  var position = _a[0], groupComponents = _a[1];
160
161
  return ((0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-slidebanner-button-group ccb-elements ".concat(position), 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.484",
3
+ "version": "2.7.486",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",