@colijnit/sharedcomponents 255.1.24 → 256.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.
@@ -37,4 +37,5 @@ export declare class StockLocationPopupComponent {
37
37
  locationForNumber(number: string): "" | StockLocation;
38
38
  locationChanged(event: StockLocation): void;
39
39
  handleStockChange(): void;
40
+ newDate(): Date;
40
41
  }
@@ -61,4 +61,5 @@ export declare class StockLocationComponent extends BaseStockComponent implement
61
61
  locationForDescription(locationNo: string): string;
62
62
  protected getData(): Promise<void>;
63
63
  private _getWarehouseLocations;
64
+ handleTogglePopup(saved: boolean): void;
64
65
  }
@@ -3009,6 +3009,7 @@ export declare class Dictionaries {
3009
3009
  AVAILABILITY: string;
3010
3010
  AVAILABILITY_RESOURCES: string;
3011
3011
  AVAILABLE: string;
3012
+ HOMEDECORATOR: string;
3012
3013
  NO_DIFFERENCES_FOUND: string;
3013
3014
  NO_DIRECT_SELL: string;
3014
3015
  NO_DOCS_TO_SIGN: string;
@@ -14246,6 +14247,7 @@ export declare class Dictionaries {
14246
14247
  GUARANTEE_PURCHASE: string;
14247
14248
  GUARANTEE_SALES: string;
14248
14249
  GZVD: string;
14250
+ HOMEDECORATOR: string;
14249
14251
  H3DADDADJUST: string;
14250
14252
  H3DBRANDID: string;
14251
14253
  H3DBRANDNAME: string;
@@ -16344,6 +16346,12 @@ export declare class Dictionaries {
16344
16346
  PREFERRED_CONTACTOPTION: string;
16345
16347
  PREFERRED_DATE: string;
16346
16348
  PREFERRED_DELIVERY_DATE: string;
16349
+ PREFERRED_DELIVERY_DATE_HEADER: string;
16350
+ PREFERRED_DELIVERY_DATE_DESCRIPTION: string;
16351
+ PREFERRED_DELIVERY_DATE_DISCLAIMER_HEADER: string;
16352
+ PREFERRED_DELIVERY_DATE_DISCLAIMER_DESCRIPTION: string;
16353
+ PREFERRED_DELIVERY_DATE_LOAD_MORE: string;
16354
+ PREFERRED_DELIVERY_DATE_CONFIRM: string;
16347
16355
  PREFERRED_NAME_HANDLING: string;
16348
16356
  PREFFERED_DELIVERY_MOMENT: string;
16349
16357
  PREFIX2: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "255.1.24",
3
+ "version": "256.1.0",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",
@@ -9,10 +9,10 @@
9
9
  "peerDependencies": {
10
10
  "@angular/common": ">=12.2.0",
11
11
  "@angular/core": ">=12.2.0",
12
- "@colijnit/articleapi": ">=255.1.1",
13
- "@colijnit/mainapi": ">=255.1.5",
14
- "@colijnit/corecomponents_v12": ">=255.1.8",
15
- "@colijnit/ioneconnector": ">=255.1.1",
12
+ "@colijnit/articleapi": ">=256.1.0",
13
+ "@colijnit/mainapi": ">=256.1.0",
14
+ "@colijnit/corecomponents_v12": ">=256.1.0",
15
+ "@colijnit/ioneconnector": ">=256.1.0",
16
16
  "@colijnit/sharedapi": ">=1.0.20",
17
17
  "@colijnit/relationapi": ">=1.0.14",
18
18
  "pdf-lib": ">=1.17.1",