cat-qw-lib 1.0.20 → 1.0.21
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/fesm2022/cat-qw-lib.mjs
CHANGED
|
@@ -4701,6 +4701,7 @@ class WidgetItemComponent {
|
|
|
4701
4701
|
this.widgetStore.setEventClickDetails({ recordId: null, isDailogShow: false });
|
|
4702
4702
|
}
|
|
4703
4703
|
isDate(value) {
|
|
4704
|
+
console.log("value=>", value, moment(value).isValid());
|
|
4704
4705
|
return moment(value).isValid();
|
|
4705
4706
|
}
|
|
4706
4707
|
handleWidgetItemClick(widgetItem) {
|