@colijnit/sharedcomponents 259.1.13 → 259.1.14

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.
@@ -8,10 +8,12 @@ import { PrintPriceStickers } from '@colijnit/sharedapi/build/model/print-price-
8
8
  import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
9
9
  import { ArticleFlat } from '@colijnit/articleapi/build/model/article-flat.bo';
10
10
  import { SharedComponentsDictionaryService } from '../../../translation/shared-components-dictionary.service';
11
+ import { StockModuleScreenConfigService } from '../service/stock-module-screen-config.service';
11
12
  export declare class StockTabsComponent implements OnInit {
12
13
  private _stockService;
13
14
  private _dictionaryService;
14
15
  private _changeDetector;
16
+ private _stockScreenConfigService;
15
17
  readonly icons: typeof Icon;
16
18
  stockInformation: ArticleStockBo[];
17
19
  article: ArticleExtended;
@@ -24,7 +26,7 @@ export declare class StockTabsComponent implements OnInit {
24
26
  selectedWarehouse: StockManagementWarehouses;
25
27
  tabs: Tab[];
26
28
  historyTabs: Tab[];
27
- constructor(_stockService: StockService, _dictionaryService: SharedComponentsDictionaryService, _changeDetector: ChangeDetectorRef);
29
+ constructor(_stockService: StockService, _dictionaryService: SharedComponentsDictionaryService, _changeDetector: ChangeDetectorRef, _stockScreenConfigService: StockModuleScreenConfigService);
28
30
  ngOnInit(): void;
29
31
  onShowStockTransferChange(show: boolean): void;
30
32
  handleLocationClicked(data: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "259.1.13",
3
+ "version": "259.1.14",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",