ps-toolkit-ui 1.18.80 → 1.18.81
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/bundles/ps-toolkit-ui.umd.js +4 -0
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/form/vehicle/search/form.vehicle.search.component.js +5 -1
- package/fesm2015/ps-toolkit-ui.js +4 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7694,6 +7694,10 @@
|
|
|
7694
7694
|
_this.carG.setValue(v.Value, false);
|
|
7695
7695
|
_this.carG.setSearch(v.Search);
|
|
7696
7696
|
}
|
|
7697
|
+
else if (v.Type === exports.VehicleType.Driver) {
|
|
7698
|
+
_this.driver.setValue(v.Value, false);
|
|
7699
|
+
_this.driver.setSearch(v.Search);
|
|
7700
|
+
}
|
|
7697
7701
|
});
|
|
7698
7702
|
}
|
|
7699
7703
|
};
|