@paroicms/quill-editor-plugin 1.28.0 → 1.30.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/quill-editor-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.30.0",
|
|
4
4
|
"description": "Quill Editor plugin for ParoiCMS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"paroicms",
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"@paroicms/public-server-lib": "0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@paroicms/public-anywhere-lib": "0.
|
|
41
|
-
"@paroicms/public-bo-lib": "0.
|
|
42
|
-
"@paroicms/public-server-lib": "0.
|
|
43
|
-
"@solid-primitives/i18n": "~2.
|
|
40
|
+
"@paroicms/public-anywhere-lib": "0.20.0",
|
|
41
|
+
"@paroicms/public-bo-lib": "0.21.0",
|
|
42
|
+
"@paroicms/public-server-lib": "0.28.0",
|
|
43
|
+
"@solid-primitives/i18n": "~2.2.0",
|
|
44
44
|
"@types/node": "~22.13.10",
|
|
45
45
|
"highlight.js": "~11.10.0",
|
|
46
46
|
"quill": "~2.0.2",
|
|
47
47
|
"quill-image-drop-and-paste": "~2.0.1",
|
|
48
48
|
"rimraf": "~6.0.1",
|
|
49
|
-
"sass": "~1.
|
|
49
|
+
"sass": "~1.85.1",
|
|
50
50
|
"solid-devtools": "~0.33.0",
|
|
51
|
-
"solid-js": "1.9.
|
|
51
|
+
"solid-js": "1.9.5",
|
|
52
52
|
"typescript": "~5.8.2",
|
|
53
|
-
"vite": "~6.
|
|
54
|
-
"vite-plugin-solid": "~2.11.
|
|
55
|
-
"terser": "~5.
|
|
53
|
+
"vite": "~6.2.2",
|
|
54
|
+
"vite-plugin-solid": "~2.11.6",
|
|
55
|
+
"terser": "~5.39.0"
|
|
56
56
|
},
|
|
57
57
|
"type": "module",
|
|
58
58
|
"main": "backend/dist/plugin.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.PaZoomable{cursor:pointer}.PaZoomable:hover,.PaZoomable:focus{outline:1px solid var(--paInteractiveColor)}.PaZoomableViewer{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.PaZoomableViewer-img{height:100%;object-fit:contain;width:100%}.PaZoomableViewer-closeButton{background-color:#00000080;cursor:pointer;display:flex;margin:20px;position:absolute;right:0;top:0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{delegateEvents as
|
|
1
|
+
import{delegateEvents as d,template as m,setAttribute as a}from"https://esm.sh/solid-js@1.9.5/web";function u(o){let e=o;const t=e.indexOf("?");t!==-1&&(e=e.substring(0,t));const n=e.indexOf("#");n!==-1&&(e=e.substring(0,n));const i=e.lastIndexOf("/");return i===-1?void 0:e.slice(0,i)}const f=u(import.meta.url);var b=m("<div class=PaZoomableViewer><button type=button class=PaZoomableViewer-closeButton><img alt=⨯ width=30 height=30></button><img class=PaZoomableViewer-img alt>");function p(){const o=document.querySelectorAll("[data-zoom-src]");for(const e of o){if(!(e instanceof HTMLElement))continue;const t=e.dataset.zoomSrc?.trim();t&&g(e,{dataZoomSrc:t})}}function g(o,{dataZoomSrc:e}){o.classList.add("PaZoomable"),o.setAttribute("tabindex","0"),o.addEventListener("click",(t=>{t.preventDefault(),v(e)}))}function v(o){const e=document.body,t=(()=>{var s=b(),r=s.firstChild,c=r.firstChild,l=r.nextSibling;return r.$$click=i,a(c,"src",`${f}/cross.svg`),a(l,"src",o),s})();function n(s){s.key==="Escape"&&i()}function i(){t.remove(),e.removeEventListener("keyup",n)}e.addEventListener("keyup",n),e.appendChild(t)}d(["click"]);p();
|