[TikiWiki-commits] [Git][tikiwiki/tiki][master] [UPD] Upgrade element-plus version to 2.11.3
Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <68d6ccc02267b_2cdf8e061778@gitlab-sidekiq-low-urgency-cpu-bound-v2-7f8dcfb496-7dxrd.mail> |
Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
3927bca1 by Merci Jacob at 2025-09-26T17:18:10+00:00
[UPD] Upgrade element-plus version to 2.11.3
---
* [UPD] Upgrade element-plus version to 2.11.3
See merge request tikiwiki/tiki!8651
- - - - -
3 changed files:
- package-lock.json
- src/js/patches/element-plus+2.9.7.patch → src/js/patches/element-plus+2.11.3.patch
- src/js/vue-widgets/element-plus-ui/package.json
Changes:
=====================================
package-lock.json
=====================================
@@ -7887,9 +7887,9 @@
"license": "ISC"
},
"node_modules/element-plus": {
- "version": "2.11.1",
- "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.11.1.tgz",
- "integrity": "sha512-weYFIniyNXTAe9vJZnmZpYzurh4TDbdKhBsJwhbzuo0SDZ8PLwHVll0qycJUxc6SLtH+7A9F7dvdDh5CnqeIVA==",
+ "version": "2.11.3",
+ "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.11.3.tgz",
+ "integrity": "sha512-769xsjLR4B9Vf9cl5PDXnwTEdmFJvMgAkYtthdJKPhjVjU3hdAwTJ+gXKiO+PUyo2KWFwOYKZd4Ywh6PHfkbJg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -17107,7 +17107,7 @@
"version": "0.0.1",
"license": "LGPL-2.0-only",
"devDependencies": {
- "element-plus": "^2.8.5",
+ "element-plus": "^2.11.3",
"sortablejs": "1.14.0"
}
},
=====================================
src/js/patches/element-plus+2.9.7.patch → src/js/patches/element-plus+2.11.3.patch
=====================================
@@ -1,17 +1,17 @@
diff --git a/node_modules/element-plus/es/components/tooltip/src/content2.mjs b/node_modules/element-plus/es/components/tooltip/src/content2.mjs
-index b02ab74..9ba9119 100644
+index 00f7e8c..d4235dc 100644
--- a/node_modules/element-plus/es/components/tooltip/src/content2.mjs
+++ b/node_modules/element-plus/es/components/tooltip/src/content2.mjs
-@@ -64,7 +64,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
+@@ -66,7 +66,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
const ariaHidden = ref(true);
const onTransitionLeave = () => {
onHide();
-- isFocusInsideContent() && tryFocus(document.body);
-+ isFocusInsideContent() && tryFocus(document.activeElement.parentElement);
+- isFocusInsideContent() && focusElement(document.body, { preventScroll: true });
++ isFocusInsideContent() && focusElement(document.activeElement.parentElement, { preventScroll: true });
ariaHidden.value = true;
};
const stopWhenControlled = () => {
-@@ -112,7 +112,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
+@@ -103,7 +103,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
var _a;
const popperContent = (_a = contentRef.value) == null ? void 0 : _a.popperContentRef;
const activeElement = (event == null ? void 0 : event.relatedTarget) || document.activeElement;
=====================================
src/js/vue-widgets/element-plus-ui/package.json
=====================================
@@ -8,7 +8,7 @@
"author": "Tiki Wiki CMS",
"license": "LGPL-2.0-only",
"devDependencies": {
- "element-plus": "^2.8.5",
+ "element-plus": "^2.11.3",
"sortablejs": "1.14.0"
},
"devDependenciesComment": {
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/3927bca1c77228588968d6f66ec0d5ff38f4be9f
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/3927bca1c77228588968d6f66ec0d5ff38f4be9f
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs