@colijnit/sharedcomponents 256.1.7 → 256.1.8

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.
@@ -10,8 +10,10 @@ export declare class PrinterSelectionComponent implements OnInit {
10
10
  private _service;
11
11
  readonly icons: typeof Icon;
12
12
  printers: Printer[];
13
+ set defaultPrinterName(printerName: string);
13
14
  showClass(): boolean;
14
15
  showPrinterList: boolean;
16
+ private _defaultPrinterName;
15
17
  constructor(sendMethodService: SendMethodService, iconService: IconCacheService, _service: SharedService);
16
18
  ngOnInit(): void;
17
19
  handlePrinterClicked(printer: Printer): void;
@@ -9,6 +9,7 @@ export declare class SendMethodPrinterComponent {
9
9
  sendMethodService: SendMethodService;
10
10
  iconCacheService: IconCacheService;
11
11
  printerList: Printer[];
12
+ defaultPrinterName: string;
12
13
  layouts: ReportLayoutSelectionPrint[];
13
14
  isPrinterLayoutsEnabled: boolean;
14
15
  isAdditionalDocEnabled: boolean;
@@ -16,6 +17,7 @@ export declare class SendMethodPrinterComponent {
16
17
  additionalFileContents: any;
17
18
  additionalFileName: string;
18
19
  additionalFileChangeEvent: EventEmitter<CoDocument>;
20
+ showFilePreview: EventEmitter<void>;
19
21
  constructor(sendMethodService: SendMethodService, iconCacheService: IconCacheService);
20
22
  handleDefaultPrinterUserChange(checked: boolean): void;
21
23
  handleDefaultPrinterAllUsersChange(checked: boolean): void;
@@ -34,6 +34,7 @@ export declare class SendMethodDialogComponent implements OnInit, OnDestroy {
34
34
  reportingDocumentPdfRequest: ReportingDocumentPdfBaseRequest;
35
35
  emailLayouts: ReportLayoutSelectionEmail[];
36
36
  printLayouts: ReportLayoutSelectionPrint[];
37
+ defaultPrinterName: string;
37
38
  headerTitle: string;
38
39
  emailAddresses: string[];
39
40
  defaultSendMethod: string;
@@ -51,6 +52,7 @@ export declare class SendMethodDialogComponent implements OnInit, OnDestroy {
51
52
  closeClick: EventEmitter<MouseEvent>;
52
53
  okClick: EventEmitter<string>;
53
54
  additionalFileChangeEvent: EventEmitter<CoDocument>;
55
+ showFilePreview: EventEmitter<void>;
54
56
  showClass(): boolean;
55
57
  sendMethods: SendMethod[];
56
58
  activeSendMethod: SendMethod;
@@ -600,5 +600,10 @@
600
600
  }
601
601
  }
602
602
  }
603
+ .clickable-link {
604
+ cursor: pointer;
605
+ color: #1A73E8;
606
+ text-decoration: underline;
607
+ }
603
608
  }
604
609
  }
@@ -16,7 +16,7 @@ $sc-stock-tab-link-buttons-pointer: pointer !default;
16
16
  $sc-stock-grid-margin: 0 0 0 0 !default;
17
17
  $sc-stock-simple-grid-column-header-wrapper-border-bottom: 1px solid black !default;
18
18
  $sc-stock-info-container-max-width: 100% !default;
19
- $sc-stock-info-container-width: 1000px !default;
19
+ $sc-stock-info-container-width: 100% !default;
20
20
  $sc-stock-info-container-padding: 40px 0 0 0 !default;
21
21
  $sc-stock-info-container-height: 100% !default;
22
22
  $sc-stock-image-height: 50px !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "256.1.7",
3
+ "version": "256.1.8",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",