pds-dev-kit-web-test 2.5.672 → 2.5.673

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.
@@ -89,9 +89,6 @@ function ContentsList(props) {
89
89
  setCurrentPage(page);
90
90
  };
91
91
  var displayCounts = CB_CONTENT_PROP_CONTENTSLIST_SPEC_DISPLAYCOUNTS !== null && CB_CONTENT_PROP_CONTENTSLIST_SPEC_DISPLAYCOUNTS !== void 0 ? CB_CONTENT_PROP_CONTENTSLIST_SPEC_DISPLAYCOUNTS : CB_CONTENT_PROP_CONTENTSLIST_SPEC_ITEMCOUNTS;
92
- console.log('CB_CONTENT_PROP_CONTENTSLIST_SPEC_DISPLAYCOUNTS:', CB_CONTENT_PROP_CONTENTSLIST_SPEC_DISPLAYCOUNTS);
93
- console.log('CB_CONTENT_PROP_CONTENTSLIST_SPEC_ITEMCOUNTS:', CB_CONTENT_PROP_CONTENTSLIST_SPEC_ITEMCOUNTS);
94
- console.log('displayCounts:', displayCounts);
95
92
  var startIndex = (currentPage - 1) * displayCounts;
96
93
  var endIndex = startIndex + displayCounts;
97
94
  // list의 minheight / minwidth를 계산
@@ -143,6 +140,8 @@ function ContentsList(props) {
143
140
  var isMobile = device === 'MOBILE';
144
141
  var isBgMedia = getIsBgMedia(isMobile, CB_STYLE_PROP_BGMEDIA);
145
142
  var mediaType = getMediaType(isMobile, CB_STYLE_PROP_BGMEDIA);
143
+ console.log('startIndex:', startIndex);
144
+ console.log('endIndex:', endIndex);
146
145
  return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [Object.entries(componentGroups).map(function (_a) {
147
146
  var position = _a[0], groupComponents = _a[1];
148
147
  return ((0, jsx_runtime_1.jsx)("div", __assign({ className: "cb-contentslist-button-group", ref: function (el) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.672",
3
+ "version": "2.5.673",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",