@smartbit4all/ng-client 3.3.82 → 3.3.84
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/esm2020/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +4 -3
- package/fesm2015/smartbit4all-ng-client.mjs +3 -2
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +3 -2
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.d.ts +3 -2
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.84.tgz +0 -0
- package/smartbit4all-ng-client-3.3.82.tgz +0 -0
|
@@ -13634,7 +13634,8 @@ class SmartFilterEditorContentComponent {
|
|
|
13634
13634
|
}
|
|
13635
13635
|
});
|
|
13636
13636
|
}
|
|
13637
|
-
ngOnInit() {
|
|
13637
|
+
ngOnInit() { }
|
|
13638
|
+
ngAfterViewInit() {
|
|
13638
13639
|
this.service.modelChanged.pipe(takeUntil(this._destroy$)).subscribe(() => this.setUp());
|
|
13639
13640
|
this.service.load();
|
|
13640
13641
|
}
|
|
@@ -13645,7 +13646,7 @@ class SmartFilterEditorContentComponent {
|
|
|
13645
13646
|
setupSimpleFilter() {
|
|
13646
13647
|
this.simpleFilterVcRef?.clear();
|
|
13647
13648
|
this.simpleFilterRef?.destroy();
|
|
13648
|
-
if (!this.
|
|
13649
|
+
if (!this.simpleFilterVcRef) {
|
|
13649
13650
|
return;
|
|
13650
13651
|
}
|
|
13651
13652
|
let widgets = [];
|