vdc-editor 0.1.324 → 0.1.325
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/lib/BulkSpellChecker-hF5de3lM.mjs +5 -0
- package/lib/BulkSpellChecker-hF5de3lM.mjs.map +1 -0
- package/lib/{index-DZT7dzoq.mjs → index-D97YKA29.mjs} +2205 -2185
- package/lib/{index-DZT7dzoq.mjs.map → index-D97YKA29.mjs.map} +1 -1
- package/lib/src/extensions/TimeHighlighter/TimeHighlighter.d.ts +2 -1
- package/lib/src/i18n.d.ts +2 -0
- package/lib/vdc-editor.mjs +1 -1
- package/lib/vdc-editor.umd.js +74 -74
- package/lib/vdc-editor.umd.js.map +1 -1
- package/package.json +1 -1
- package/lib/BulkSpellChecker-ByzSCZbV.mjs +0 -5
- package/lib/BulkSpellChecker-ByzSCZbV.mjs.map +0 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Extension } from '@tiptap/core';
|
|
2
|
+
import { GeneralOptions } from '../../type';
|
|
2
3
|
|
|
3
4
|
declare module '@tiptap/core' {
|
|
4
5
|
interface Commands<ReturnType> {
|
|
@@ -7,7 +8,7 @@ declare module '@tiptap/core' {
|
|
|
7
8
|
};
|
|
8
9
|
}
|
|
9
10
|
}
|
|
10
|
-
export interface TimeHighlighterOptions {
|
|
11
|
+
export interface TimeHighlighterOptions extends GeneralOptions<TimeHighlighterOptions> {
|
|
11
12
|
additionalTimeWords: string[];
|
|
12
13
|
enabled?: boolean;
|
|
13
14
|
}
|
package/lib/src/i18n.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ declare const _default: import('vue-i18n').I18n<{
|
|
|
11
11
|
"editor.close": string;
|
|
12
12
|
"editor.modify": string;
|
|
13
13
|
"editor.preview.tooltip": string;
|
|
14
|
+
"editor.timeHighlight.tooltip": string;
|
|
14
15
|
"editor.draghandle.tooltip": string;
|
|
15
16
|
"editor.copyToClipboard": string;
|
|
16
17
|
"editor.importWord.tooltip": string;
|
|
@@ -211,6 +212,7 @@ declare const _default: import('vue-i18n').I18n<{
|
|
|
211
212
|
"editor.close": string;
|
|
212
213
|
"editor.modify": string;
|
|
213
214
|
"editor.preview.tooltip": string;
|
|
215
|
+
"editor.timeHighlight.tooltip": string;
|
|
214
216
|
"editor.draghandle.tooltip": string;
|
|
215
217
|
"editor.copyToClipboard": string;
|
|
216
218
|
"editor.importWord.tooltip": string;
|
package/lib/vdc-editor.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as i, b as o, a as r, D as t, c as d, E, R as p, S as u, h as S, d as l, S as C, k as n, i as H, l as L, n as T, u as D, e as _, g as f, j as g, f as m } from "./index-
|
|
1
|
+
import { A as i, b as o, a as r, D as t, c as d, E, R as p, S as u, h as S, d as l, S as C, k as n, i as H, l as L, n as T, u as D, e as _, g as f, j as g, f as m } from "./index-D97YKA29.mjs";
|
|
2
2
|
import "@vueuse/core";
|
|
3
3
|
export {
|
|
4
4
|
i as ArticleCompareEditor,
|