@pristy/pristy-libvue 0.30.5 → 0.30.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.
@@ -1423,6 +1423,7 @@ const M = u({
1423
1423
  PREVIEW_URL: "http://localhost:80/portail/preview/",
1424
1424
  BREADCRUMB_ROOT_URL: "/mes-espaces",
1425
1425
  EDIT_WITH_MSOFFICE: !1,
1426
+ NEW_PASSWORD_RULES: "no rules",
1426
1427
  MENU_ESPACES: !1,
1427
1428
  MENU_ACTES: !1,
1428
1429
  MENU_MARCHES: !1,
@@ -1435,8 +1436,10 @@ const M = u({
1435
1436
  ASPECTS: [],
1436
1437
  PLAN_CLASSEMENT_AM: [],
1437
1438
  PLAN_CLASSEMENT_AF: [],
1439
+ PLAN_CLASSEMENT_ASE: [],
1438
1440
  NATURE_DOCUMENT_AF: [],
1439
1441
  NATURE_DOCUMENT_AM: [],
1442
+ NATURE_DOCUMENT_ASE: [],
1440
1443
  OIDC_REALM: "realm",
1441
1444
  OIDC_CLIENT_ID: "client_id",
1442
1445
  OIDC_PROVIDER: "https://auth.jeci.xyz/",
@@ -1660,7 +1663,7 @@ class W0 {
1660
1663
  return t.filter(
1661
1664
  (l) => {
1662
1665
  var e;
1663
- return Object.prototype.hasOwnProperty.call(l.target, "site") && ((e = l == null ? void 0 : l.properties) == null ? void 0 : e["pm:typeEspace"]) !== "actes";
1666
+ return Object.prototype.hasOwnProperty.call(l.target, "site") && !((e = l == null ? void 0 : l.properties) != null && e["pm:typeEspace"]);
1664
1667
  }
1665
1668
  ).map((l) => ({
1666
1669
  label: l.target.site.title,