@fileverse-dev/fortune-react 1.2.31 → 1.2.32

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.
@@ -162,7 +162,6 @@ var ColumnHeader = function ColumnHeader() {
162
162
  if (sheetIndex == null) return;
163
163
  var tempPointers = [];
164
164
  var colhidden = (_b = (_a = context.luckysheetfile[sheetIndex]) === null || _a === void 0 ? void 0 : _a.config) === null || _b === void 0 ? void 0 : _b.colhidden;
165
- console.log(colhidden);
166
165
  if (colhidden) {
167
166
  Object.keys(colhidden).forEach(function (key) {
168
167
  var item = {
@@ -171,7 +171,6 @@ var ColumnHeader = function ColumnHeader() {
171
171
  if (sheetIndex == null) return;
172
172
  var tempPointers = [];
173
173
  var colhidden = (_b = (_a = context.luckysheetfile[sheetIndex]) === null || _a === void 0 ? void 0 : _a.config) === null || _b === void 0 ? void 0 : _b.colhidden;
174
- console.log(colhidden);
175
174
  if (colhidden) {
176
175
  Object.keys(colhidden).forEach(function (key) {
177
176
  var item = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-react",
3
- "version": "1.2.31",
3
+ "version": "1.2.32",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "module": "es/index.js",
@@ -16,7 +16,7 @@
16
16
  "tsc": "tsc"
17
17
  },
18
18
  "dependencies": {
19
- "@fileverse-dev/fortune-core": "1.2.31",
19
+ "@fileverse-dev/fortune-core": "1.2.32",
20
20
  "@fileverse/ui": "^4.1.7-patch-40",
21
21
  "@tippyjs/react": "^4.2.6",
22
22
  "@types/regenerator-runtime": "^0.13.6",