@smartbit4all/ng-client 3.3.82 → 3.3.83
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 +3 -2
- package/fesm2015/smartbit4all-ng-client.mjs +2 -1
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +2 -1
- 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.83.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
|
}
|