@pristy/pristy-libvue 0.27.2 → 0.27.3
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.
package/dist/pristy-libvue.js
CHANGED
|
@@ -1422,6 +1422,7 @@ const p = y({
|
|
|
1422
1422
|
ESPACES_HOST: "http://espaces",
|
|
1423
1423
|
ACTES_HOST: "http://actes",
|
|
1424
1424
|
PORTAIL_HOST: "http://portail",
|
|
1425
|
+
MARCHES_HOST: "http://marches",
|
|
1425
1426
|
COLLABORA_HOSTING_DISCOVERY: "http://collabora:9980/hosting/discovery",
|
|
1426
1427
|
ALFRESCO_AUTH: "BASIC",
|
|
1427
1428
|
ALFRESCO_ROOT: "alfresco",
|
|
@@ -2122,7 +2123,7 @@ const Ng = new kI(), bg = y({
|
|
|
2122
2123
|
changeTheme(N) {
|
|
2123
2124
|
return new Promise((M, I) => {
|
|
2124
2125
|
const g = document.head, b = document.getElementById("theme-link"), A = document.createElement("link");
|
|
2125
|
-
A.id = "theme-link", A.rel = "stylesheet", A.href = `https://cdnjs.cloudflare.com/ajax/libs/primevue/3.
|
|
2126
|
+
A.id = "theme-link", A.rel = "stylesheet", A.href = `https://cdnjs.cloudflare.com/ajax/libs/primevue/3.49.1/resources/themes/${N}/theme.min.css`, A.async = !0;
|
|
2126
2127
|
const D = () => {
|
|
2127
2128
|
M(!0);
|
|
2128
2129
|
}, m = (z) => {
|