Fixed issue in EditorStartup.init() where $qq will not work if the editor is in a Web Component (#1028)

* Added alt tags to img elements.

* fixed lint issues

* Changed the SESpinInput to have a closed shadow DOM to fix the duplicate label id issue reported in browser.

* Fixed code in EditorStartup that fails if the editor is in a Web Component.  $qq will not find the .svg_editor, but this.$container will.

* fix linter issue

* update packages

* remove closed as this causes the test to fail.

---------

Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com>
This commit is contained in:
Michael S. Scherotter
2025-03-09 13:41:41 -07:00
committed by GitHub
parent 25e0d91add
commit 61e8d439c4
4 changed files with 110 additions and 110 deletions

View File

@@ -87,7 +87,7 @@
"dependencies": {
"@svgedit/svgcanvas": "7.2.3",
"browser-fs-access": "0.35.0",
"core-js": "3.40.0",
"core-js": "3.41.0",
"elix": "15.0.1",
"i18next": "24.2.2",
"jspdf": "3.0.0",
@@ -101,7 +101,7 @@
"@babel/preset-env": "7.26.9",
"@babel/register": "7.25.9",
"@babel/runtime-corejs3": "7.26.9",
"@cypress/code-coverage": "3.13.11",
"@cypress/code-coverage": "3.13.12",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "^28",
"@rollup/plugin-dynamic-import-vars": "2.1.5",
@@ -113,9 +113,9 @@
"@web/dev-server-rollup": "0.6.4",
"babel-plugin-istanbul": "7.0.0",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"core-js-bundle": "3.40.0",
"core-js-bundle": "3.41.0",
"cp-cli": "2.0.0",
"cypress": "14.0.3",
"cypress": "14.1.0",
"cypress-multi-reporters": "2.0.5",
"jamilih": "0.60.0",
"jsdoc": "4.0.4",
@@ -129,7 +129,7 @@
"remark-cli": "12.0.1",
"remark-lint-ordered-list-marker-value": "4.0.1",
"rimraf": "6.0.1",
"rollup": "4.34.8",
"rollup": "4.35.0",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-html": "0.2.1",
@@ -139,6 +139,6 @@
"start-server-and-test": "2.0.10"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.34.8"
"@rollup/rollup-linux-x64-gnu": "4.35.0"
}
}