mhz-ui 1.2.44 → 1.2.45
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/UiEditor/UiEditor.js +4 -3
- package/package.json +10 -10
|
@@ -8382,7 +8382,7 @@ function af(n, e, t, r, i) {
|
|
|
8382
8382
|
}
|
|
8383
8383
|
return s && I.setMeta("composition", s), I.scrollIntoView();
|
|
8384
8384
|
}, N;
|
|
8385
|
-
if (x)
|
|
8385
|
+
if (x)
|
|
8386
8386
|
if (m.pos == g.pos) {
|
|
8387
8387
|
oe && Ke <= 11 && m.parentOffset == 0 && (n.domObserver.suppressSelectionUpdates(), setTimeout(() => De(n), 20));
|
|
8388
8388
|
let T = E(n.state.tr.delete(C, D)), I = u.resolve(p.start).marksAcross(u.resolve(p.endA));
|
|
@@ -8396,8 +8396,9 @@ function af(n, e, t, r, i) {
|
|
|
8396
8396
|
} else if (m.parent.child(m.index()).isText && m.index() == g.index() - (g.textOffset ? 0 : 1)) {
|
|
8397
8397
|
let T = m.parent.textBetween(m.parentOffset, g.parentOffset), I = () => E(n.state.tr.insertText(T, C, D));
|
|
8398
8398
|
n.someProp("handleTextInput", (B) => B(n, C, D, T, I)) || n.dispatch(I());
|
|
8399
|
-
}
|
|
8400
|
-
|
|
8399
|
+
} else
|
|
8400
|
+
n.dispatch(E());
|
|
8401
|
+
else
|
|
8401
8402
|
n.dispatch(E());
|
|
8402
8403
|
}
|
|
8403
8404
|
function So(n, e, t) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mhz-ui",
|
|
3
3
|
"description": "Mhz ui kit",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.45",
|
|
5
5
|
"author": "Alexandr Dergunov <dergunovs@mail.ru> (https://github.com/dergunovs)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"test:cov": "vitest run --coverage"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@tiptap/pm": "3.6.
|
|
29
|
-
"@tiptap/starter-kit": "3.6.
|
|
30
|
-
"@tiptap/vue-3": "3.6.
|
|
28
|
+
"@tiptap/pm": "3.6.6",
|
|
29
|
+
"@tiptap/starter-kit": "3.6.6",
|
|
30
|
+
"@tiptap/vue-3": "3.6.6",
|
|
31
31
|
"@vueform/slider": "2.1.10",
|
|
32
32
|
"@vueuse/core": "13.9.0",
|
|
33
33
|
"@vueuse/integrations": "13.9.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@storybook/addon-themes": "9.1.10",
|
|
46
46
|
"@storybook/vue3": "9.1.10",
|
|
47
47
|
"@storybook/vue3-vite": "9.1.10",
|
|
48
|
-
"@types/node": "24.
|
|
48
|
+
"@types/node": "24.7.1",
|
|
49
49
|
"@vitejs/plugin-vue": "6.0.1",
|
|
50
50
|
"@vitest/coverage-istanbul": "3.2.4",
|
|
51
51
|
"@vue/test-utils": "2.4.6",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"eslint-plugin-unicorn": "61.0.2",
|
|
59
59
|
"eslint-plugin-vue": "10.5.0",
|
|
60
60
|
"globals": "16.4.0",
|
|
61
|
-
"happy-dom": "
|
|
61
|
+
"happy-dom": "20.0.0",
|
|
62
62
|
"postcss-html": "1.8.0",
|
|
63
63
|
"postcss-scss": "4.0.9",
|
|
64
64
|
"prettier": "3.6.2",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"stylelint-order": "7.0.0",
|
|
72
72
|
"stylelint-prettier": "5.0.3",
|
|
73
73
|
"typescript": "5.9.3",
|
|
74
|
-
"typescript-eslint": "8.
|
|
74
|
+
"typescript-eslint": "8.46.0",
|
|
75
75
|
"vite": "7.1.9",
|
|
76
76
|
"vite-plugin-dts": "4.5.4",
|
|
77
77
|
"vite-plugin-static-copy": "3.1.3",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"vitest": "3.2.4",
|
|
80
80
|
"vue-eslint-parser": "10.2.0",
|
|
81
81
|
"vue-linters-config": "0.5.4",
|
|
82
|
-
"vue-tsc": "3.1.
|
|
82
|
+
"vue-tsc": "3.1.1"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"vue": "3.5.22",
|
|
86
86
|
"vue-router": "4.5.1"
|
|
87
87
|
},
|
|
88
88
|
"engines": {
|
|
89
|
-
"npm": ">=11.
|
|
90
|
-
"node": ">=24.
|
|
89
|
+
"npm": ">=11.6.1",
|
|
90
|
+
"node": ">=24.10.0"
|
|
91
91
|
}
|
|
92
92
|
}
|