@colijnit/sharedcomponents 261.20.3 → 261.20.5

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/index.d.ts CHANGED
@@ -978,7 +978,7 @@ declare class StockLocationPopupComponent {
978
978
  handleOkClick(): void;
979
979
  togglePopup(): void;
980
980
  getStockLocations(): void;
981
- locationForNumber(number: string): StockLocation | "";
981
+ locationForNumber(number: string): "" | StockLocation;
982
982
  locationChanged(event: StockLocation): void;
983
983
  handleStockChange(): void;
984
984
  newDate(): Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "261.20.3",
3
+ "version": "261.20.5",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",