@colijnit/sharedcomponents 256.2.5 → 256.2.7

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.
@@ -9,8 +9,9 @@ export declare class PrinterSelectionComponent implements OnInit {
9
9
  iconService: IconCacheService;
10
10
  private _service;
11
11
  readonly icons: typeof Icon;
12
+ private _defaultPrinter;
12
13
  printers: Printer[];
13
- defaultPrinterName: string;
14
+ set defaultPrinter(printer: Printer);
14
15
  showClass(): boolean;
15
16
  showPrinterList: boolean;
16
17
  printerModel: Printer;
@@ -10,7 +10,7 @@ export declare class SendMethodPrinterComponent {
10
10
  iconCacheService: IconCacheService;
11
11
  showClass(): boolean;
12
12
  printerList: Printer[];
13
- defaultPrinterName: string;
13
+ defaultPrinter: Printer;
14
14
  layouts: ReportLayoutSelectionPrint[];
15
15
  isPrinterLayoutsEnabled: boolean;
16
16
  isAdditionalDocEnabled: boolean;
@@ -32,7 +32,7 @@ export declare class SendMethodDialogComponent implements OnInit, OnDestroy {
32
32
  reportingDocumentPdfRequest: ReportingDocumentPdfBaseRequest;
33
33
  emailLayouts: ReportLayoutSelectionEmail[];
34
34
  printLayouts: ReportLayoutSelectionPrint[];
35
- defaultPrinterName: string;
35
+ defaultPrinter: Printer;
36
36
  headerTitle: string;
37
37
  emailAddresses: string[];
38
38
  defaultSendMethod: string;