@ones-editor/editor 2.8.26-beta.1 → 2.8.26
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/core/src/i18n/i18n.d.ts +1 -21
- package/@ones-editor/drawio-embed/types/index.d.ts +1 -1
- package/@ones-editor/tsconfig.tsbuildinfo +1 -1
- package/dist/index.js +36 -635
- package/package.json +1 -1
- package/@ones-editor/block-locker/src/i18n/zh-hant-hk.d.ts +0 -8
- package/@ones-editor/block-menu/src/locale/zh-hant-hk.d.ts +0 -25
- package/@ones-editor/callout-block/src/locale/zh-hant-hk.d.ts +0 -15
- package/@ones-editor/code-block/src/locale/zh-hant-hk.d.ts +0 -13
- package/@ones-editor/comments/src/locale/zh-hant-hk.d.ts +0 -24
- package/@ones-editor/context-menu/src/locale/zh-hant-hk.d.ts +0 -14
- package/@ones-editor/core/src/i18n/zh-hant-hk.d.ts +0 -21
- package/@ones-editor/dividing-line-embed/src/i18n/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/drawio-embed/src/lang/zh-hant-hk.d.ts +0 -19
- package/@ones-editor/embed-block-helper/src/locale/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/exclusive-block/src/locale/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/file/src/locale/zh-hant-hk.d.ts +0 -15
- package/@ones-editor/find-dialog/src/locale/zh-hant-hk.d.ts +0 -13
- package/@ones-editor/graph-embed/src/lang/zh-hant-hk.d.ts +0 -18
- package/@ones-editor/heading-collapse/src/locale/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/image-embed/src/locale/zh-hant-hk.d.ts +0 -17
- package/@ones-editor/input-handlers/src/i18n/zh-hant-hk.d.ts +0 -13
- package/@ones-editor/layout-block/src/locale/zh-hant-hk.d.ts +0 -10
- package/@ones-editor/list-block/src/lang/zh-hant-hk.d.ts +0 -21
- package/@ones-editor/main-toolbar/src/locale/zh-hant-hk.d.ts +0 -15
- package/@ones-editor/mathjax/src/locale/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/media-embed/src/locale/zh-hant-hk.d.ts +0 -20
- package/@ones-editor/mention/src/locale/zh-hant-hk.d.ts +0 -9
- package/@ones-editor/misc/src/re-auth/locale/zh-hant-hk.d.ts +0 -7
- package/@ones-editor/mobile-helper/src/locale/zh-hant-hk.d.ts +0 -9
- package/@ones-editor/paste-special/src/locale/zh-hant-hk.d.ts +0 -8
- package/@ones-editor/status/src/locale/zh-hant-hk.d.ts +0 -25
- package/@ones-editor/table-block/src/locale/zh-hant-hk.d.ts +0 -33
- package/@ones-editor/templates/src/locale/zh-hant-hk.d.ts +0 -9
- package/@ones-editor/toc/src/locale/zh-hant-hk.d.ts +0 -8
- package/@ones-editor/ui/src/locale/zh-hant-hk.d.ts +0 -60
- package/@ones-editor/ui-base/src/locale/zh-hant-hk.d.ts +0 -39
- package/@ones-editor/versions/src/locale/zh-hant-hk.d.ts +0 -45
- package/@ones-editor/webpage-embed/src/locale/zh-hant-hk.d.ts +0 -27
- package/dist/lang/zh-hant-hk.d.ts +0 -31
package/package.json
CHANGED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
blockMenu: {
|
|
3
|
-
section: {
|
|
4
|
-
basics: string;
|
|
5
|
-
system: string;
|
|
6
|
-
styles: string;
|
|
7
|
-
common: string;
|
|
8
|
-
actions: string;
|
|
9
|
-
thirdParty: string;
|
|
10
|
-
};
|
|
11
|
-
command: {
|
|
12
|
-
insertAbove: string;
|
|
13
|
-
insertAfter: string;
|
|
14
|
-
copy: string;
|
|
15
|
-
cut: string;
|
|
16
|
-
delete: string;
|
|
17
|
-
};
|
|
18
|
-
button: {
|
|
19
|
-
searchPlaceholder: string;
|
|
20
|
-
tips: string;
|
|
21
|
-
insertTips: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
comment: {
|
|
3
|
-
count: string;
|
|
4
|
-
hide: string;
|
|
5
|
-
show: string;
|
|
6
|
-
reply: string;
|
|
7
|
-
quicklyReply: string;
|
|
8
|
-
send: string;
|
|
9
|
-
placeholder: string;
|
|
10
|
-
replyPlaceholder: string;
|
|
11
|
-
edit: string;
|
|
12
|
-
delete: string;
|
|
13
|
-
image: string;
|
|
14
|
-
sendTitle: string;
|
|
15
|
-
replyTitle: string;
|
|
16
|
-
isFirst: string;
|
|
17
|
-
isLast: string;
|
|
18
|
-
more: string;
|
|
19
|
-
comment: string;
|
|
20
|
-
command: string;
|
|
21
|
-
quickMenuCommand: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
contextMenu: {
|
|
3
|
-
copyMarkdown: string;
|
|
4
|
-
paste: string;
|
|
5
|
-
copyImage: string;
|
|
6
|
-
copyImageUrl: string;
|
|
7
|
-
imageSaveAs: string;
|
|
8
|
-
newTabOpenImage: string;
|
|
9
|
-
selectBlock: string;
|
|
10
|
-
selectAll: string;
|
|
11
|
-
uneditableBlockSelected: string;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
name: string;
|
|
3
|
-
date: {
|
|
4
|
-
dateFromFuture: string;
|
|
5
|
-
dateJustNow: string;
|
|
6
|
-
dateYesterday: string;
|
|
7
|
-
dateMinutesAgo: string;
|
|
8
|
-
date1HourAgo: string;
|
|
9
|
-
dateHoursAgo: string;
|
|
10
|
-
dateDaysAgo: string;
|
|
11
|
-
dateWeeksAgo: string;
|
|
12
|
-
};
|
|
13
|
-
common: {
|
|
14
|
-
cancel: string;
|
|
15
|
-
downloadAsImage: string;
|
|
16
|
-
};
|
|
17
|
-
docx: {
|
|
18
|
-
imageExportFailed: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
drawio: {
|
|
3
|
-
title: string;
|
|
4
|
-
empty: string;
|
|
5
|
-
loading: string;
|
|
6
|
-
abstract: string;
|
|
7
|
-
errorTips: string;
|
|
8
|
-
errorSubTips: string;
|
|
9
|
-
warnTips: string;
|
|
10
|
-
retry: string;
|
|
11
|
-
save: string;
|
|
12
|
-
exit: string;
|
|
13
|
-
error: {
|
|
14
|
-
exitConfirm: string;
|
|
15
|
-
exitMessage: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
file: {
|
|
3
|
-
abstract: string;
|
|
4
|
-
commands: {
|
|
5
|
-
download: string;
|
|
6
|
-
toLink: string;
|
|
7
|
-
toCard: string;
|
|
8
|
-
comment: string;
|
|
9
|
-
preview: string;
|
|
10
|
-
};
|
|
11
|
-
uploadedTime: string;
|
|
12
|
-
askAi: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
find: {
|
|
3
|
-
findLabel: string;
|
|
4
|
-
replaceLabel: string;
|
|
5
|
-
findButton: string;
|
|
6
|
-
replaceButton: string;
|
|
7
|
-
replaceAllButton: string;
|
|
8
|
-
moreButton: string;
|
|
9
|
-
findPlaceholder: string;
|
|
10
|
-
replacePlaceholder: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
graph: {
|
|
3
|
-
empty: string;
|
|
4
|
-
readonlyEmpty: string;
|
|
5
|
-
errorTips: string;
|
|
6
|
-
help: string;
|
|
7
|
-
plantuml: string;
|
|
8
|
-
mermaid: string;
|
|
9
|
-
flowchart: string;
|
|
10
|
-
command: {
|
|
11
|
-
name: string;
|
|
12
|
-
bothShow: string;
|
|
13
|
-
codeShow: string;
|
|
14
|
-
drawShow: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
list: {
|
|
3
|
-
confirm: string;
|
|
4
|
-
setStart: string;
|
|
5
|
-
continueList: string;
|
|
6
|
-
restartList: string;
|
|
7
|
-
changeNumber: string;
|
|
8
|
-
numberLabel: string;
|
|
9
|
-
mention: {
|
|
10
|
-
tooltip: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
mindmap: {
|
|
14
|
-
viewAsMindMap: string;
|
|
15
|
-
autoFit: string;
|
|
16
|
-
fullScreen: string;
|
|
17
|
-
close: string;
|
|
18
|
-
exitFullscreen: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
toolbar: {
|
|
3
|
-
undo: string;
|
|
4
|
-
redo: string;
|
|
5
|
-
insert: string;
|
|
6
|
-
findReplace: string;
|
|
7
|
-
image: string;
|
|
8
|
-
link: string;
|
|
9
|
-
quote: string;
|
|
10
|
-
checkList: string;
|
|
11
|
-
orderedList: string;
|
|
12
|
-
unorderedList: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
media: {
|
|
3
|
-
upload: {
|
|
4
|
-
failed: string;
|
|
5
|
-
maxSizeFailed: string;
|
|
6
|
-
};
|
|
7
|
-
load: {
|
|
8
|
-
failed: string;
|
|
9
|
-
};
|
|
10
|
-
audio: {
|
|
11
|
-
menuItem: string;
|
|
12
|
-
abstract: string;
|
|
13
|
-
};
|
|
14
|
-
video: {
|
|
15
|
-
menuItem: string;
|
|
16
|
-
abstract: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
export default _default;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
status: {
|
|
3
|
-
empty: string;
|
|
4
|
-
command: {
|
|
5
|
-
name: string;
|
|
6
|
-
};
|
|
7
|
-
color: {
|
|
8
|
-
red: string;
|
|
9
|
-
yellow: string;
|
|
10
|
-
green: string;
|
|
11
|
-
blue: string;
|
|
12
|
-
purple: string;
|
|
13
|
-
grey: string;
|
|
14
|
-
};
|
|
15
|
-
colorDefaultTitle: {
|
|
16
|
-
red: string;
|
|
17
|
-
yellow: string;
|
|
18
|
-
green: string;
|
|
19
|
-
blue: string;
|
|
20
|
-
purple: string;
|
|
21
|
-
grey: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
table: {
|
|
3
|
-
cellBackground: string;
|
|
4
|
-
deleteSelectRow: string;
|
|
5
|
-
deleteSelectCol: string;
|
|
6
|
-
mergeCell: string;
|
|
7
|
-
splitCell: string;
|
|
8
|
-
tableConfigKey: string;
|
|
9
|
-
deleteTable: string;
|
|
10
|
-
adjustColumnWidthsEvenly: string;
|
|
11
|
-
insertCol: string;
|
|
12
|
-
insertRow: string;
|
|
13
|
-
deleteCol: string;
|
|
14
|
-
deleteRow: string;
|
|
15
|
-
tableConfig: {
|
|
16
|
-
rowTitle: string;
|
|
17
|
-
colTitle: string;
|
|
18
|
-
stripeStyle: string;
|
|
19
|
-
hideBorder: string;
|
|
20
|
-
showBorder: string;
|
|
21
|
-
showChart: string;
|
|
22
|
-
hideChart: string;
|
|
23
|
-
};
|
|
24
|
-
title: string;
|
|
25
|
-
abstract: string;
|
|
26
|
-
commands: {
|
|
27
|
-
setting: string;
|
|
28
|
-
insertRightCol: string;
|
|
29
|
-
insertBottomRow: string;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export default _default;
|
|
@@ -1,60 +0,0 @@
|
|
|
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;
|
|
@@ -1,39 +0,0 @@
|
|
|
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
|
-
activity: string;
|
|
29
|
-
travelAndPlaces: string;
|
|
30
|
-
objects: string;
|
|
31
|
-
symbols: string;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
search: {
|
|
35
|
-
emptyTips: string;
|
|
36
|
-
loading: string;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
export default _default;
|
|
@@ -1,45 +0,0 @@
|
|
|
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
|
-
filter: {
|
|
23
|
-
all: string;
|
|
24
|
-
memoed: string;
|
|
25
|
-
allVersions: string;
|
|
26
|
-
memoVersions: string;
|
|
27
|
-
};
|
|
28
|
-
textarea: {
|
|
29
|
-
placeholder: string;
|
|
30
|
-
};
|
|
31
|
-
tooltip: {
|
|
32
|
-
help: string;
|
|
33
|
-
user: string;
|
|
34
|
-
auth: string;
|
|
35
|
-
};
|
|
36
|
-
dropdownHeader: string;
|
|
37
|
-
dropdown: {
|
|
38
|
-
header: string;
|
|
39
|
-
};
|
|
40
|
-
noVersions: string;
|
|
41
|
-
lastVersion: string;
|
|
42
|
-
filterMemoed: string;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
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;
|