@factoringplus/pl-components-pack-v3 1.8.22-pre-new-project → 1.8.22-pre-01-new-project
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.
@@ -33596,16 +33596,13 @@ const LZ = {
|
|
33596
33596
|
});
|
33597
33597
|
let M;
|
33598
33598
|
jt(async () => {
|
33599
|
-
|
33600
|
-
|
33601
|
-
|
33602
|
-
|
33603
|
-
|
33604
|
-
|
33605
|
-
|
33606
|
-
};
|
33607
|
-
}
|
33608
|
-
s.value = null, await c();
|
33599
|
+
const D = await import("crypto-pro");
|
33600
|
+
M = {
|
33601
|
+
isValidSystemSetup: D.isValidSystemSetup,
|
33602
|
+
getUserCertificates: D.getUserCertificates,
|
33603
|
+
Certificate: D.Certificate,
|
33604
|
+
createDetachedSignature: D.createDetachedSignature
|
33605
|
+
}, s.value = null, await c();
|
33609
33606
|
});
|
33610
33607
|
const h = C({
|
33611
33608
|
get: () => r.signingFile,
|