@ones-editor/editor 3.0.4-beta.1 → 3.0.4-beta.102
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/@ones-editor/block-locker/src/i18n/de-de.d.ts +8 -0
- package/@ones-editor/block-menu/src/locale/de-de.d.ts +25 -0
- package/@ones-editor/callout-block/src/locale/de-de.d.ts +15 -0
- package/@ones-editor/code-block/src/locale/de-de.d.ts +13 -0
- package/@ones-editor/comments/src/locale/de-de.d.ts +33 -0
- package/@ones-editor/context-menu/src/locale/de-de.d.ts +14 -0
- package/@ones-editor/core/src/core/types.d.ts +0 -1
- package/@ones-editor/core/src/i18n/de-de.d.ts +21 -0
- package/@ones-editor/core/src/i18n/i18n.d.ts +21 -1
- package/@ones-editor/dividing-line-embed/src/i18n/de-de.d.ts +7 -0
- package/@ones-editor/drawio-embed/src/lang/de-de.d.ts +19 -0
- package/@ones-editor/embed-block-helper/src/locale/de-de.d.ts +7 -0
- package/@ones-editor/exclusive-block/src/locale/de-de.d.ts +7 -0
- package/@ones-editor/file/src/locale/de-de.d.ts +17 -0
- package/@ones-editor/find-dialog/src/locale/de-de.d.ts +13 -0
- package/@ones-editor/graph-embed/src/lang/de-de.d.ts +18 -0
- package/@ones-editor/heading-collapse/src/locale/de-de.d.ts +7 -0
- package/@ones-editor/image-embed/src/locale/de-de.d.ts +17 -0
- package/@ones-editor/input-handlers/src/i18n/de-de.d.ts +13 -0
- package/@ones-editor/input-handlers/src/markdown-shortcuts/markdown-input-handler.d.ts +0 -3
- package/@ones-editor/input-handlers/src/markdown-shortcuts/match-block-style.d.ts +1 -2
- package/@ones-editor/layout-block/src/locale/de-de.d.ts +10 -0
- package/@ones-editor/list-block/src/lang/de-de.d.ts +21 -0
- package/@ones-editor/main-toolbar/src/items/text-color.d.ts +0 -1
- package/@ones-editor/main-toolbar/src/locale/de-de.d.ts +18 -0
- package/@ones-editor/mathjax/src/locale/de-de.d.ts +7 -0
- package/@ones-editor/media-embed/src/locale/de-de.d.ts +20 -0
- package/@ones-editor/mention/src/locale/de-de.d.ts +9 -0
- package/@ones-editor/misc/src/re-auth/locale/de-de.d.ts +7 -0
- package/@ones-editor/mobile-helper/src/locale/de-de.d.ts +9 -0
- package/@ones-editor/paste-special/src/locale/de-de.d.ts +8 -0
- package/@ones-editor/status/src/locale/de-de.d.ts +25 -0
- package/@ones-editor/table-block/src/locale/de-de.d.ts +33 -0
- package/@ones-editor/templates/src/locale/de-de.d.ts +9 -0
- package/@ones-editor/to-docx/src/locale/de-de.d.ts +7 -0
- package/@ones-editor/toc/src/locale/de-de.d.ts +8 -0
- package/@ones-editor/tsconfig.tsbuildinfo +1 -1
- package/@ones-editor/ui/src/locale/de-de.d.ts +60 -0
- package/@ones-editor/ui-base/src/locale/de-de.d.ts +39 -0
- package/@ones-editor/versions/src/locale/de-de.d.ts +46 -0
- package/@ones-editor/webpage-embed/src/locale/de-de.d.ts +27 -0
- package/dist/index.d.ts +0 -2
- package/dist/index.js +684 -131
- package/dist/lang/de-de.d.ts +31 -0
- package/package.json +1 -1
- package/@ones-editor/input-handlers/src/markdown-shortcuts/types.d.ts +0 -3
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
quickMenu: {
|
|
3
|
+
basic: {
|
|
4
|
+
heading: {
|
|
5
|
+
title: string;
|
|
6
|
+
space: string;
|
|
7
|
+
};
|
|
8
|
+
unordered: string;
|
|
9
|
+
ordered: string;
|
|
10
|
+
checkbox: string;
|
|
11
|
+
quote: string;
|
|
12
|
+
};
|
|
13
|
+
inlineBox: {
|
|
14
|
+
math: string;
|
|
15
|
+
link: string;
|
|
16
|
+
emoji: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
link: {
|
|
20
|
+
textLabel: string;
|
|
21
|
+
urlLabel: string;
|
|
22
|
+
textPlaceholder: string;
|
|
23
|
+
urlPlaceholder: string;
|
|
24
|
+
mobileTextPlaceholder: string;
|
|
25
|
+
mobileUrlPlaceholder: string;
|
|
26
|
+
submitText: string;
|
|
27
|
+
cancelText: string;
|
|
28
|
+
edit: string;
|
|
29
|
+
remove: string;
|
|
30
|
+
title: string;
|
|
31
|
+
openLink: string;
|
|
32
|
+
};
|
|
33
|
+
commands: {
|
|
34
|
+
unordered: string;
|
|
35
|
+
ordered: string;
|
|
36
|
+
check: string;
|
|
37
|
+
link: string;
|
|
38
|
+
quote: string;
|
|
39
|
+
alignLeft: string;
|
|
40
|
+
alignRight: string;
|
|
41
|
+
alignCenter: string;
|
|
42
|
+
alignGroup: string;
|
|
43
|
+
heading: string;
|
|
44
|
+
headingGroup: string;
|
|
45
|
+
text: string;
|
|
46
|
+
paste: string;
|
|
47
|
+
tab: string;
|
|
48
|
+
shiftTab: string;
|
|
49
|
+
bold: string;
|
|
50
|
+
italic: string;
|
|
51
|
+
underline: string;
|
|
52
|
+
strikethrough: string;
|
|
53
|
+
code: string;
|
|
54
|
+
subscript: string;
|
|
55
|
+
superscript: string;
|
|
56
|
+
more: string;
|
|
57
|
+
selectBlock: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
button: {
|
|
3
|
+
ok: string;
|
|
4
|
+
cancel: string;
|
|
5
|
+
confirm: string;
|
|
6
|
+
};
|
|
7
|
+
colorPalette: {
|
|
8
|
+
colorDesc: string;
|
|
9
|
+
name: string;
|
|
10
|
+
backgroundDesc: string;
|
|
11
|
+
reset: string;
|
|
12
|
+
more: string;
|
|
13
|
+
};
|
|
14
|
+
emojiPalette: {
|
|
15
|
+
name: string;
|
|
16
|
+
search: {
|
|
17
|
+
placeholder: string;
|
|
18
|
+
};
|
|
19
|
+
content: {
|
|
20
|
+
loading: string;
|
|
21
|
+
empty: string;
|
|
22
|
+
};
|
|
23
|
+
category: {
|
|
24
|
+
frequentlyUsed: string;
|
|
25
|
+
smileysAndPeople: string;
|
|
26
|
+
animalsAndNature: string;
|
|
27
|
+
foodAndDrink: string;
|
|
28
|
+
travelAndPlaces: string;
|
|
29
|
+
activity: string;
|
|
30
|
+
objects: string;
|
|
31
|
+
symbols: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
search: {
|
|
35
|
+
emptyTips: string;
|
|
36
|
+
loading: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
version: {
|
|
3
|
+
latest: string;
|
|
4
|
+
update: string;
|
|
5
|
+
insert: string;
|
|
6
|
+
delete: string;
|
|
7
|
+
goBack: string;
|
|
8
|
+
revertVersion: string;
|
|
9
|
+
play: string;
|
|
10
|
+
versionList: string;
|
|
11
|
+
versionListHeader: string;
|
|
12
|
+
unknown: string;
|
|
13
|
+
restoreFrom: string;
|
|
14
|
+
restoreInfo: string;
|
|
15
|
+
versionInfoLeft: string;
|
|
16
|
+
versionInfoRight: string;
|
|
17
|
+
noSelectedVersion: string;
|
|
18
|
+
noMemoedVersion: string;
|
|
19
|
+
noFilterVersion: string;
|
|
20
|
+
memo: string;
|
|
21
|
+
revert: string;
|
|
22
|
+
copyLink: string;
|
|
23
|
+
filter: {
|
|
24
|
+
all: string;
|
|
25
|
+
memoed: string;
|
|
26
|
+
allVersions: string;
|
|
27
|
+
memoVersions: string;
|
|
28
|
+
};
|
|
29
|
+
textarea: {
|
|
30
|
+
placeholder: string;
|
|
31
|
+
};
|
|
32
|
+
tooltip: {
|
|
33
|
+
help: string;
|
|
34
|
+
user: string;
|
|
35
|
+
auth: string;
|
|
36
|
+
};
|
|
37
|
+
dropdownHeader: string;
|
|
38
|
+
dropdown: {
|
|
39
|
+
header: string;
|
|
40
|
+
};
|
|
41
|
+
noVersions: string;
|
|
42
|
+
lastVersion: string;
|
|
43
|
+
filterMemoed: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
webpage: {
|
|
3
|
+
title: string;
|
|
4
|
+
youku: string;
|
|
5
|
+
modao: string;
|
|
6
|
+
tencent: string;
|
|
7
|
+
bilibili: string;
|
|
8
|
+
figma: string;
|
|
9
|
+
dialog: {
|
|
10
|
+
helpContent: string;
|
|
11
|
+
helpLink: string;
|
|
12
|
+
label: string;
|
|
13
|
+
placeholder: string;
|
|
14
|
+
title: string;
|
|
15
|
+
errorEnterUrl: string;
|
|
16
|
+
unsupportedUrl: string;
|
|
17
|
+
okText: string;
|
|
18
|
+
cancelText: string;
|
|
19
|
+
};
|
|
20
|
+
abstract: string;
|
|
21
|
+
command: {
|
|
22
|
+
refresh: string;
|
|
23
|
+
openPage: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
package/dist/index.d.ts
CHANGED
|
@@ -30,7 +30,6 @@ export * from '../@ones-editor/layout-block';
|
|
|
30
30
|
export * from '../@ones-editor/markdown-to-doc';
|
|
31
31
|
export * from '../@ones-editor/html-to-doc';
|
|
32
32
|
export * from '../@ones-editor/main-toolbar';
|
|
33
|
-
export * from '../@ones-editor/mention';
|
|
34
33
|
export { Popup, ManualMenu, OnesEditorAutoSuggest, tippy, ManualToolbar, ManualCloseDialog, TextColorItem, shouldFocusToEditor, FixedToolbar, } from '../@ones-editor/ui-base';
|
|
35
34
|
export * from '../@ones-editor/drawio-embed';
|
|
36
35
|
export * from '../@ones-editor/block-resizer';
|
|
@@ -109,4 +108,3 @@ export interface ShowDocVersionsOptions2 {
|
|
|
109
108
|
editorOptions?: CreateOnesEditorOptions;
|
|
110
109
|
}
|
|
111
110
|
export declare function showDocVersions2(parent: HTMLElement, options: ShowDocVersionsOptions2): Promise<OnesEditorVersionsDialog>;
|
|
112
|
-
export declare function createSimpleInput(root: HTMLElement, docData: DocObject | OnesEditorDoc, options: CreateLocalEditorOptions): Promise<OnesEditor>;
|