@idmui/spot 0.8.5 → 0.8.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.
@@ -59,6 +59,7 @@ declare namespace _sfc_main {
59
59
  datePickerOptions: {};
60
60
  selectDate: undefined;
61
61
  gateway: string;
62
+ messageInstance: undefined;
62
63
  };
63
64
  namespace computed {
64
65
  function computeHourLT(): (time: any) => string;
@@ -114,6 +115,8 @@ declare namespace _sfc_main {
114
115
  function convertSvgUrlToBase64(url: any): Promise<any>;
115
116
  function getRotatedArrowBase64(angle: any): string;
116
117
  function getRotatedArrow2Base64(angle: any): string;
117
- function handleDownloadPDF(): Promise<false | undefined>;
118
+ function handleDownloadPDF(): void;
119
+ function handleDownloadPDF1(): false | undefined;
120
+ function handleDownloadPDF2(): Promise<false | undefined>;
118
121
  }
119
122
  }