@inpageedit/core 0.3.2 → 0.4.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/dist/InPageEdit.d.ts +9 -4
- package/dist/Preferences-Bg3J5Ur9.js.map +1 -1
- package/dist/{index-BzhKErte.js → index-BTngTj1f.js} +130 -125
- package/dist/index-BTngTj1f.js.map +1 -0
- package/dist/{index-CqM9JQKf.js → index-D-zQLFuZ.js} +2 -2
- package/dist/{index-CqM9JQKf.js.map → index-D-zQLFuZ.js.map} +1 -1
- package/dist/index.js +2184 -2700
- package/dist/index.js.map +1 -1
- package/dist/plugins/BasePlugin.d.ts +1 -1
- package/dist/services/SsiModalService.d.ts +1 -0
- package/dist/utils/Logger.d.ts +106 -0
- package/dist/utils/vueHooks.d.ts +1 -1
- package/lib/index.umd.js +34 -39
- package/lib/index.umd.js.map +1 -1
- package/package.json +11 -24
- package/dist/index-BzhKErte.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inpageedit/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "🚀 Modular, Extensible Supercharged Plugin for MediaWiki",
|
|
5
5
|
"author": "dragon-fish",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,15 +12,17 @@
|
|
|
12
12
|
"lib"
|
|
13
13
|
],
|
|
14
14
|
"exports": {
|
|
15
|
-
".": {
|
|
16
|
-
"types": "./dist/index.d.ts",
|
|
17
|
-
"import": "./dist/index.js"
|
|
18
|
-
},
|
|
19
15
|
"./package.json": {
|
|
20
16
|
"types": "./package.json",
|
|
21
17
|
"import": "./package.json"
|
|
22
18
|
},
|
|
19
|
+
".": {
|
|
20
|
+
"source": "./src/index.ts",
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"import": "./dist/index.js"
|
|
23
|
+
},
|
|
23
24
|
"./InPageEdit": {
|
|
25
|
+
"source": "./src/InPageEdit.ts",
|
|
24
26
|
"types": "./dist/InPageEdit.d.ts"
|
|
25
27
|
},
|
|
26
28
|
"./components": {
|
|
@@ -48,11 +50,7 @@
|
|
|
48
50
|
"@eslint/eslintrc": "^3.3.1",
|
|
49
51
|
"@eslint/js": "^9.36.0",
|
|
50
52
|
"@microsoft/api-extractor": "^7.52.13",
|
|
51
|
-
"@nolebase/vitepress-plugin-git-changelog": "^2.18.2",
|
|
52
|
-
"@nolebase/vitepress-plugin-inline-link-preview": "^2.18.2",
|
|
53
|
-
"@nolebase/vitepress-plugin-page-properties": "^2.18.2",
|
|
54
53
|
"@prettier/plugin-pug": "^3.4.2",
|
|
55
|
-
"@shikijs/vitepress-twoslash": "^3.13.0",
|
|
56
54
|
"@tabler/icons-vue": "^3.35.0",
|
|
57
55
|
"@types/jquery": "^3.5.33",
|
|
58
56
|
"@types/node": "^22.18.6",
|
|
@@ -66,8 +64,6 @@
|
|
|
66
64
|
"fexios": "^3.1.0",
|
|
67
65
|
"globals": "^16.4.0",
|
|
68
66
|
"jsx-dom": "^8.1.6",
|
|
69
|
-
"markdown-it-task-lists": "^2.1.1",
|
|
70
|
-
"mermaid": "^11.12.0",
|
|
71
67
|
"npm-run-all2": "^8.0.4",
|
|
72
68
|
"prettier": "^3.6.2",
|
|
73
69
|
"pug": "^3.0.3",
|
|
@@ -78,25 +74,16 @@
|
|
|
78
74
|
"typescript": "^5.9.2",
|
|
79
75
|
"unplugin-auto-import": "^20.2.0",
|
|
80
76
|
"unplugin-dts": "1.0.0-beta.6",
|
|
81
|
-
"vite": "^7.1.7"
|
|
82
|
-
"vitepress": "2.0.0-alpha.12",
|
|
83
|
-
"vitepress-i18n": "^1.3.4",
|
|
84
|
-
"vitepress-markdown-timeline": "^1.2.2",
|
|
85
|
-
"vitepress-plugin-group-icons": "^1.6.3",
|
|
86
|
-
"vitepress-plugin-mermaid": "^2.0.17",
|
|
87
|
-
"vitepress-sidebar": "^1.33.0",
|
|
88
|
-
"zx": "^8.8.3",
|
|
89
|
-
"@inpageedit/core": "^0.3.2"
|
|
77
|
+
"vite": "^7.1.7"
|
|
90
78
|
},
|
|
91
79
|
"dependencies": {
|
|
92
|
-
"
|
|
80
|
+
"@cordisjs/core": "^3.18.1",
|
|
93
81
|
"diff": "^8.0.2",
|
|
94
82
|
"localforage": "^1.10.0",
|
|
95
|
-
"naive-ui": "^2.43.1",
|
|
96
83
|
"schemastery": "^3.17.0",
|
|
84
|
+
"schemastery-form": "^0.1.0",
|
|
97
85
|
"vue": "^3.5.21",
|
|
98
|
-
"wiki-saikou": "^5.0.0"
|
|
99
|
-
"schemastery-form": "^0.1.0"
|
|
86
|
+
"wiki-saikou": "^5.0.0"
|
|
100
87
|
},
|
|
101
88
|
"peerDependencies": {
|
|
102
89
|
"fexios": "^3.1.0"
|