@websy/websy-designs 1.4.27 → 1.4.28

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.
@@ -2613,7 +2613,6 @@ class WebsyNavigationMenu {
2613
2613
  })
2614
2614
  })
2615
2615
  }
2616
- console.log('visibleItems', visibleItems)
2617
2616
  }
2618
2617
  normaliseString (text) {
2619
2618
  return text.replace(/-/g, '').replace(/\s/g, '_')
@@ -4732,6 +4731,9 @@ const WebsyUtils = {
4732
4731
  },
4733
4732
  toQlikDateNum: d => {
4734
4733
  return Math.floor(d.getTime() / 86400000 + 25570)
4734
+ },
4735
+ toQlikDate: d => {
4736
+ return Math.floor(d.getTime() / 86400000 + 25570)
4735
4737
  }
4736
4738
  }
4737
4739
 
@@ -2781,8 +2781,6 @@ var WebsyNavigationMenu = /*#__PURE__*/function () {
2781
2781
  });
2782
2782
  });
2783
2783
  }
2784
-
2785
- console.log('visibleItems', visibleItems);
2786
2784
  }
2787
2785
  }, {
2788
2786
  key: "normaliseString",
@@ -5266,6 +5264,9 @@ var WebsyUtils = {
5266
5264
  },
5267
5265
  toQlikDateNum: function toQlikDateNum(d) {
5268
5266
  return Math.floor(d.getTime() / 86400000 + 25570);
5267
+ },
5268
+ toQlikDate: function toQlikDate(d) {
5269
+ return Math.floor(d.getTime() / 86400000 + 25570);
5269
5270
  }
5270
5271
  };
5271
5272
  /* global WebsyDesigns */