@colijnit/sharedcomponents 262.1.15 → 300.1.0

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
@@ -996,14 +996,14 @@ declare class StockLocationPopupComponent {
996
996
  stockBelow: boolean;
997
997
  validationMessage: string;
998
998
  constructor(iconCacheService: IconCacheService, _stockService: StockService, _changeDetector: ChangeDetectorRef);
999
- statusForId(id: number): StockStatus | 0;
999
+ statusForId(id: number): 0 | StockStatus;
1000
1000
  handleStockStatusChange(status: StockStatus): void;
1001
1001
  handleStockStatusRemarkChange(remark: string): void;
1002
1002
  amountInStockChanged(data: any): void;
1003
1003
  handleOkClick(): void;
1004
1004
  togglePopup(): void;
1005
1005
  getStockLocations(): void;
1006
- locationForNumber(number: string): StockLocation | "";
1006
+ locationForNumber(number: string): "" | StockLocation;
1007
1007
  locationChanged(event: StockLocation): void;
1008
1008
  handleStockChange(): void;
1009
1009
  newDate(): Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "262.1.15",
3
+ "version": "300.1.0",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",
@@ -10,12 +10,12 @@
10
10
  "peerDependencies": {
11
11
  "@angular/common": "^20.3.16",
12
12
  "@angular/core": "^20.3.16",
13
- "@colijnit/articleapi": ">=262.1.0",
14
- "@colijnit/mainapi": ">=262.1.8",
15
- "@colijnit/corecomponents_v12": ">=262.1.0",
16
- "@colijnit/ioneconnector": ">=262.1.0",
13
+ "@colijnit/articleapi": ">=300.1.0",
14
+ "@colijnit/mainapi": ">=300.1.0",
15
+ "@colijnit/corecomponents_v12": ">=300.1.0",
16
+ "@colijnit/ioneconnector": ">=300.1.0",
17
17
  "@colijnit/sharedapi": ">=1.0.20",
18
- "@colijnit/relationapi": ">=262.1.0",
18
+ "@colijnit/relationapi": ">=300.1.0",
19
19
  "html-to-image": "^1.11.11",
20
20
  "jspdf": "^4.0.0",
21
21
  "jspdf-autotable": "5.0.7",