@pristy/pristy-libvue 0.13.1 → 0.13.2

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.
@@ -1711,6 +1711,8 @@ const fe = q, et = Fc({
1711
1711
  ESPACES_HOST: "http://localhost:80",
1712
1712
  ACTES_HOST: "http://localhost:80",
1713
1713
  PORTAIL_HOST: "http://localhost:80",
1714
+ KEYCLOAK_HOST: "http://localhost:80",
1715
+ KEYCLOAK_REALM: "pristy",
1714
1716
  ALFRESCO_AUTH: "BASIC",
1715
1717
  ALFRESCO_ROOT: "alfresco",
1716
1718
  AUTH: "basic",
@@ -6326,7 +6328,7 @@ class fb {
6326
6328
  uploadFile(t, c, M) {
6327
6329
  return Lo().uploadFile(M, null, t, null, c).on("progress", (I) => {
6328
6330
  console.log("Percent :" + I.percent);
6329
- }).then((I) => this.createAllRendition(I.entry.id)).catch((I) => {
6331
+ }).then((I) => (this.createAllRendition(I.entry.id), I)).catch((I) => {
6330
6332
  F.uploadFileError(I, M.name);
6331
6333
  });
6332
6334
  }