@factoringplus/pl-components-pack-v3 1.6.0-pre-01-signing → 1.6.0-pre-02-signing

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.
@@ -23,6 +23,7 @@ export declare const PlSigning: import('../../../install-function').SFCInstallWi
23
23
  "update:loading": (...args: any[]) => void;
24
24
  "system-setup-error": (...args: any[]) => void;
25
25
  "update:signing-file": (...args: any[]) => void;
26
+ "no-files": (...args: any[]) => void;
26
27
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
27
28
  selectedCertificate: {
28
29
  type: import('vue').PropType<ParsedCertificate>;
@@ -44,6 +45,7 @@ export declare const PlSigning: import('../../../install-function').SFCInstallWi
44
45
  "onUpdate:loading"?: (...args: any[]) => any;
45
46
  "onSystem-setup-error"?: (...args: any[]) => any;
46
47
  "onUpdate:signing-file"?: (...args: any[]) => any;
48
+ "onNo-files"?: (...args: any[]) => any;
47
49
  }, {}, {}>>;
48
50
  export default PlSigning;
49
51
  export type { IFiles, ParsedCertificate, TagTranslation, ISignedFile, IValidatorError };
@@ -12,6 +12,7 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimePr
12
12
  "update:loading": (...args: any[]) => void;
13
13
  "system-setup-error": (...args: any[]) => void;
14
14
  "update:signing-file": (...args: any[]) => void;
15
+ "no-files": (...args: any[]) => void;
15
16
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
16
17
  selectedCertificate: ParsedCertificate | null;
17
18
  loading: boolean;
@@ -22,6 +23,7 @@ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimePr
22
23
  "onUpdate:loading"?: (...args: any[]) => any;
23
24
  "onSystem-setup-error"?: (...args: any[]) => any;
24
25
  "onUpdate:signing-file"?: (...args: any[]) => any;
26
+ "onNo-files"?: (...args: any[]) => any;
25
27
  }, {}, {}>;
26
28
  export default _default;
27
29
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;