cat-qw-lib 1.0.20 → 1.0.24

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.
@@ -4701,7 +4701,8 @@ class WidgetItemComponent {
4701
4701
  this.widgetStore.setEventClickDetails({ recordId: null, isDailogShow: false });
4702
4702
  }
4703
4703
  isDate(value) {
4704
- return moment(value).isValid();
4704
+ console.log("value=>", value, moment.isDate(value));
4705
+ return moment.isDate(value);
4705
4706
  }
4706
4707
  handleWidgetItemClick(widgetItem) {
4707
4708
  const updatedItem = { ...widgetItem };