cat-qw-lib 2.1.31 → 2.1.32

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.
@@ -5554,8 +5554,10 @@ class WidgetRowTileComponent {
5554
5554
  this.getWidgetItemList();
5555
5555
  }
5556
5556
  ngOnChanges(changes) {
5557
- console.log(this.onWidgetUpdate, 'testing');
5558
5557
  console.log('chages', changes);
5558
+ console.log(this.isShowLoading, 'isShowLoading');
5559
+ console.log(changes['isShowLoading'], 'test', changes['isShowLoading'].currentValue, 'test!', changes['isShowLoading'].previousValue, 'changes[isShowLoading]');
5560
+ console.log(this.onWidgetUpdate, 'testing');
5559
5561
  if (changes['isShowLoading']) {
5560
5562
  if (this.isShowLoading) {
5561
5563
  this.isLoading = true;