cat-qw-lib 0.61.8 → 0.62.5
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
|
@@ -4318,7 +4318,7 @@ class WidgetItemComponent {
|
|
|
4318
4318
|
updatedItem.value = applicantId;
|
|
4319
4319
|
break;
|
|
4320
4320
|
}
|
|
4321
|
-
console.log(this.widget);
|
|
4321
|
+
console.log("widgetClick=>", this.widget);
|
|
4322
4322
|
this.widgetStore.setWidgetData(this.widget);
|
|
4323
4323
|
this.widgetStore.setOnWidgetItemClick(updatedItem);
|
|
4324
4324
|
}
|
|
@@ -4835,6 +4835,7 @@ class WidgetMenuContainerComponent {
|
|
|
4835
4835
|
.pipe(takeUntil(this.destroy$))
|
|
4836
4836
|
.subscribe((res) => {
|
|
4837
4837
|
if (res) {
|
|
4838
|
+
console.log("widget=>", res);
|
|
4838
4839
|
this.getWidgetData.emit(res);
|
|
4839
4840
|
}
|
|
4840
4841
|
}, (error) => {
|