hamzus-ui 0.0.166 → 0.0.167

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.166",
3
+ "version": "0.0.167",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -113,8 +113,6 @@
113
113
  for (let i = 0; i < days.length; i += 7) {
114
114
  weeks.push(days.slice(i, i + 7));
115
115
  }
116
-
117
- console.log(weeks);
118
116
 
119
117
 
120
118
  return weeks;
@@ -124,8 +124,6 @@
124
124
  weeks.push(days.slice(i, i + 7));
125
125
  }
126
126
 
127
- console.log(weeks);
128
-
129
127
  return weeks;
130
128
  }
131
129
 
@@ -80,11 +80,11 @@
80
80
  for (let i = 0; i < actualValue[tableId].columns.length; i++) {
81
81
  const element = actualValue[tableId].columns[i];
82
82
  if (element.name === columnName) {
83
- console.log("----");
84
- console.log("column" + columnName);
85
- console.log("position" + position);
86
- console.log("new value" + newValue);
87
- console.log(actualValue[tableId].columns[i]);
83
+ // console.log("----");
84
+ // console.log("column" + columnName);
85
+ // console.log("position" + position);
86
+ // console.log("new value" + newValue);
87
+ // console.log(actualValue[tableId].columns[i]);
88
88
 
89
89
  if (newValue === null || newValue === undefined || newValue === '') {
90
90
  actualValue[tableId].columns[i].filter = newValue;