@colijnit/sharedcomponents 258.1.14 → 258.1.15

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;
@@ -25023,6 +25023,7 @@ export declare class Dictionaries {
25023
25023
  BRANCH_ADDRESS: string;
25024
25024
  BRANCH_BLOCKED: string;
25025
25025
  BRANCH_CHANGED_WAREHOUSE_REQUIRED: string;
25026
+ BRANCH_IN_PURCHASE_ORDER: string;
25026
25027
  BRANCH_NAME: string;
25027
25028
  BRANCH_NR: string;
25028
25029
  BRANCH_NUMBER: string;
@@ -28840,6 +28841,7 @@ export declare class Dictionaries {
28840
28841
  ORDER_DISCOUNT_PERC: string;
28841
28842
  ORDER_DISCOUNT_TOTAL: string;
28842
28843
  ORDER_FORM: string;
28844
+ ORDER_FOR_WAREHOUSE: string;
28843
28845
  ORDER_FULLY_PAID: string;
28844
28846
  ORDER_DEPOSIT_FULLY_PAID: string;
28845
28847
  ORDER_GROSS: string;
@@ -30139,6 +30141,7 @@ export declare class Dictionaries {
30139
30141
  SALES_AND_PURCHASE: string;
30140
30142
  SALES_BOOK: string;
30141
30143
  SALES_CHANNELS: string;
30144
+ SALES_CONVERSION: string;
30142
30145
  SALES_DESCRIPTION: string;
30143
30146
  SALES_INFO: string;
30144
30147
  SALES_INVOICES: string;
@@ -30557,6 +30560,7 @@ export declare class Dictionaries {
30557
30560
  SETTLED_SO_FAR: string;
30558
30561
  SET_AS_DEFAULT_SETTING: string;
30559
30562
  SET_COLOR: string;
30563
+ SET_SALES_ORDER_VALUES: string;
30560
30564
  SET_TO_DROP_SHIPMENT_LIKE_OTHER_DIRECT_SELL_LINES: string;
30561
30565
  SET_VAT_FOR_OTHER_COUNTRY: string;
30562
30566
  SHAPE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "258.1.14",
3
+ "version": "258.1.15",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",