@colijnit/sharedcomponents 258.1.13 → 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.
@@ -5,6 +5,7 @@ export declare class PdfPreviewComponent implements OnInit {
5
5
  iconCacheService: IconCacheService;
6
6
  showClass(): boolean;
7
7
  private _pdfDoc;
8
+ private _waitingToShowDialog;
8
9
  set pdfDoc(value: any);
9
10
  get pdfDoc(): any;
10
11
  disablePdfPreview: boolean;
@@ -13,4 +14,5 @@ export declare class PdfPreviewComponent implements OnInit {
13
14
  showDialog: boolean;
14
15
  constructor(iconCacheService: IconCacheService);
15
16
  ngOnInit(): void;
17
+ dialogRequested(): void;
16
18
  }
@@ -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;
@@ -24675,6 +24675,7 @@ export declare class Dictionaries {
24675
24675
  AMOUNT_TO_ACCEPT_MORE_THEN_AMOUNT_IN_ORDER: string;
24676
24676
  AMOUNT_TO_BE_ALLOCATED_SOURCE: string;
24677
24677
  AMOUNT_TO_BE_ORDERED: string;
24678
+ AMOUNT_TO_CONFIRM: string;
24678
24679
  AMOUNT_TO_PRINT: string;
24679
24680
  AMOUNT_USED_COUPONS: string;
24680
24681
  AMOUT_TO_SETTLE_CANNOT_BE_GREATER_THAN_TOTAL_PAID_DOWN: string;
@@ -25022,6 +25023,7 @@ export declare class Dictionaries {
25022
25023
  BRANCH_ADDRESS: string;
25023
25024
  BRANCH_BLOCKED: string;
25024
25025
  BRANCH_CHANGED_WAREHOUSE_REQUIRED: string;
25026
+ BRANCH_IN_PURCHASE_ORDER: string;
25025
25027
  BRANCH_NAME: string;
25026
25028
  BRANCH_NR: string;
25027
25029
  BRANCH_NUMBER: string;
@@ -26290,6 +26292,7 @@ export declare class Dictionaries {
26290
26292
  DIRECT_SELL: string;
26291
26293
  DISABLED: string;
26292
26294
  DISABLE_TOUCH_MODE: string;
26295
+ DISCONNECT_STORAGE_UNIT_FROM_STOCK: string;
26293
26296
  DISCOUNT: string;
26294
26297
  DISCOUNTS: string;
26295
26298
  DISCOUNTS_ON_NETTO_ARTICLE: string;
@@ -28838,6 +28841,7 @@ export declare class Dictionaries {
28838
28841
  ORDER_DISCOUNT_PERC: string;
28839
28842
  ORDER_DISCOUNT_TOTAL: string;
28840
28843
  ORDER_FORM: string;
28844
+ ORDER_FOR_WAREHOUSE: string;
28841
28845
  ORDER_FULLY_PAID: string;
28842
28846
  ORDER_DEPOSIT_FULLY_PAID: string;
28843
28847
  ORDER_GROSS: string;
@@ -29692,14 +29696,17 @@ export declare class Dictionaries {
29692
29696
  QUOTATION_DATE: string;
29693
29697
  QUOTATION_DATE_CUSTOMER: string;
29694
29698
  QUOTATION_DEFINITIVE: string;
29699
+ QUOTATION_GROSS: string;
29695
29700
  QUOTATION_LINE: string;
29696
29701
  QUOTATION_LINES: string;
29702
+ QUOTATION_NET: string;
29697
29703
  QUOTATION_NOT_COPIED: string;
29698
29704
  QUOTATION_NOT_DEFINITIVE: string;
29699
29705
  QUOTATION_NOT_PROCESSED: string;
29700
29706
  QUOTATION_NUMBER: string;
29701
29707
  QUOTATION_PROCESSED: string;
29702
29708
  QUOTATION_STATUS: string;
29709
+ QUOTATION_TOTAL: string;
29703
29710
  RACK_POSITIONING: string;
29704
29711
  RANDOM: string;
29705
29712
  RANGE2: string;
@@ -30134,6 +30141,7 @@ export declare class Dictionaries {
30134
30141
  SALES_AND_PURCHASE: string;
30135
30142
  SALES_BOOK: string;
30136
30143
  SALES_CHANNELS: string;
30144
+ SALES_CONVERSION: string;
30137
30145
  SALES_DESCRIPTION: string;
30138
30146
  SALES_INFO: string;
30139
30147
  SALES_INVOICES: string;
@@ -30552,6 +30560,7 @@ export declare class Dictionaries {
30552
30560
  SETTLED_SO_FAR: string;
30553
30561
  SET_AS_DEFAULT_SETTING: string;
30554
30562
  SET_COLOR: string;
30563
+ SET_SALES_ORDER_VALUES: string;
30555
30564
  SET_TO_DROP_SHIPMENT_LIKE_OTHER_DIRECT_SELL_LINES: string;
30556
30565
  SET_VAT_FOR_OTHER_COUNTRY: string;
30557
30566
  SHAPE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "258.1.13",
3
+ "version": "258.1.15",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",