@bizdoc/core 1.17.25 → 1.17.26
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/fesm2020/bizdoc-core.mjs
CHANGED
@@ -23727,7 +23727,7 @@ let CubeWidgetFilterComponent = class CubeWidgetFilterComponent {
|
|
23727
23727
|
this.axes = this.form.value;
|
23728
23728
|
}
|
23729
23729
|
valuesChange(axes) {
|
23730
|
-
this.form.reset(axes
|
23730
|
+
this.form.reset(axes);
|
23731
23731
|
}
|
23732
23732
|
};
|
23733
23733
|
CubeWidgetFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: CubeWidgetFilterComponent, deps: [{ token: WidgetRef }, { token: SessionService }, { token: i1.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
|