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

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,6 +89,9 @@ 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);
92
95
  var startIndex = (currentPage - 1) * displayCounts;
93
96
  var endIndex = startIndex + displayCounts;
94
97
  // list의 minheight / minwidth를 계산
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.671",
3
+ "version": "2.5.672",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",