@nocobase/plugin-field-markdown-vditor 2.0.0-alpha.9 → 2.0.0-beta.2
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/client/478dab5e65264134.js +10 -0
- package/dist/client/7bd9f8591457f3a8.js +10 -0
- package/dist/client/index.js +1 -1
- package/dist/client/{VditorFieldModel.d.ts → models/VditorFieldModel.d.ts} +1 -2
- package/dist/externalVersion.js +6 -6
- package/dist/locale/de-DE.json +28 -27
- package/dist/locale/en-US.json +28 -27
- package/dist/locale/es-ES.json +39 -0
- package/dist/locale/fr-FR.json +39 -0
- package/dist/locale/hu-HU.json +39 -0
- package/dist/locale/id-ID.json +39 -0
- package/dist/locale/it-IT.json +29 -28
- package/dist/locale/ja-JP.json +28 -27
- package/dist/locale/ko-KR.json +32 -31
- package/dist/locale/nl-NL.json +38 -32
- package/dist/locale/pt-BR.json +39 -0
- package/dist/locale/ru-RU.json +39 -0
- package/dist/locale/tr-TR.json +39 -0
- package/dist/locale/uk-UA.json +39 -0
- package/dist/locale/vi-VN.json +39 -0
- package/dist/locale/zh-CN.json +28 -27
- package/dist/locale/zh-TW.json +39 -0
- package/dist/node_modules/fs-extra/package.json +1 -1
- package/package.json +5 -2
- package/dist/client/1dde14932eb8f07d.js +0 -10
- package/dist/client/{DisplayVditorFieldModel.d.ts → models/DisplayVditorFieldModel.d.ts} +1 -1
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,33 +1,39 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
2
|
+
"Bold": "Vet",
|
|
3
|
+
"Both": "Editor & Voorbeeld",
|
|
4
|
+
"Check": "Takenlijst",
|
|
5
|
+
"Code": "Codeblok",
|
|
6
|
+
"EditMode": "Bewerkmodus",
|
|
7
|
+
"Emoji": "Emoji",
|
|
8
|
+
"File collection": "Bestandencollectie",
|
|
9
|
+
"Fullscreen": "Toggle volledig scherm",
|
|
10
|
+
"Headings": "Koppen",
|
|
11
|
+
"Indent": "Invullen",
|
|
12
|
+
"InlineCode": "Inlinecode",
|
|
13
|
+
"InsertAfter": "Invoegen na",
|
|
14
|
+
"InsertBefore": "Invoegen voor",
|
|
15
|
+
"Italic": "Cursief",
|
|
16
|
+
"Line": "Lijn",
|
|
17
|
+
"Link": "Link",
|
|
18
|
+
"List": "Lijst",
|
|
19
|
+
"OrderedList": "Geordende lijst",
|
|
20
|
+
"Outdent": "Uitvullen",
|
|
21
|
+
"Outline": "Overzicht",
|
|
22
|
+
"Preview": "Voorbeeld",
|
|
23
|
+
"Quote": "Citaat",
|
|
24
|
+
"Record": "Start opnemen/Einde opname",
|
|
25
|
+
"Redo": "Opnieuw uitvoeren",
|
|
26
|
+
"Response data is empty": "Response data is empty",
|
|
27
|
+
"Storage configuration not found. Please configure a storage provider first.": "Storage configuration not found. Please configure a storage provider first.",
|
|
28
|
+
"Strike": "Doorhalen",
|
|
29
|
+
"Table": "Tabel",
|
|
30
|
+
"Toolbar": "Werkbalk configuratie",
|
|
31
|
+
"Undo": "Ongedaan maken",
|
|
32
|
+
"Upload": "Afbeelding of bestand uploaden",
|
|
33
|
+
"Used to store files uploaded in the Markdown editor": "Wordt gebruikt om bestanden op te slaan die zijn geüpload in de Markdown-editor",
|
|
34
|
+
"Used to store files uploaded in the Markdown editor (default: attachments)": "Used to store files uploaded in the Markdown editor (default: attachments)",
|
|
35
|
+
"Vditor": "Markdown(Vditor)",
|
|
36
|
+
"upload failed": "upload failed",
|
|
37
|
+
"uploading": "Uploading...",
|
|
38
|
+
"vditor.uploadError.message": "Unable to upload files to the current storage. You are trying to upload files to the Markdown editor, but the current storage configuration does not support this operation. To enable upload functionality, please complete the following settings: 1. Go to \"File Manager\". 2. Select the storage currently in use ({{storageTitle}}). 3. Set \"Base URL\" and enable the \"Public access\" option."
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bold": "Bold",
|
|
3
|
+
"Both": "Editor & Preview",
|
|
4
|
+
"Check": "Task List",
|
|
5
|
+
"Code": "Code Block",
|
|
6
|
+
"EditMode": "Edit Mode",
|
|
7
|
+
"Emoji": "Emoji",
|
|
8
|
+
"File collection": "File collection",
|
|
9
|
+
"Fullscreen": "Toggle Fullscreen",
|
|
10
|
+
"Headings": "Headings",
|
|
11
|
+
"Indent": "Indent",
|
|
12
|
+
"InlineCode": "Inline Code",
|
|
13
|
+
"InsertAfter": "Insert Line After",
|
|
14
|
+
"InsertBefore": "Insert Line Before",
|
|
15
|
+
"Italic": "Italic",
|
|
16
|
+
"Line": "Line",
|
|
17
|
+
"Link": "Link",
|
|
18
|
+
"List": "List",
|
|
19
|
+
"OrderedList": "Order List",
|
|
20
|
+
"Outdent": "Outdent",
|
|
21
|
+
"Outline": "Outline",
|
|
22
|
+
"Preview": "Preview",
|
|
23
|
+
"Quote": "Quote",
|
|
24
|
+
"Record": "Start Record/End Record",
|
|
25
|
+
"Redo": "Redo",
|
|
26
|
+
"Response data is empty": "Response data is empty",
|
|
27
|
+
"Storage configuration not found. Please configure a storage provider first.": "Storage configuration not found. Please configure a storage provider first.",
|
|
28
|
+
"Strike": "Strike",
|
|
29
|
+
"Table": "Table",
|
|
30
|
+
"Toolbar": "Editor toolbar configuration",
|
|
31
|
+
"Undo": "Undo",
|
|
32
|
+
"Upload": "Upload image or file",
|
|
33
|
+
"Used to store files uploaded in the Markdown editor": "Used to store files uploaded in the Markdown editor",
|
|
34
|
+
"Used to store files uploaded in the Markdown editor (default: attachments)": "Used to store files uploaded in the Markdown editor (default: attachments)",
|
|
35
|
+
"Vditor": "Markdown(Vditor)",
|
|
36
|
+
"upload failed": "upload failed",
|
|
37
|
+
"uploading": "Uploading...",
|
|
38
|
+
"vditor.uploadError.message": "Unable to upload files to the current storage. You are trying to upload files to the Markdown editor, but the current storage configuration does not support this operation. To enable upload functionality, please complete the following settings: 1. Go to \"File Manager\". 2. Select the storage currently in use ({{storageTitle}}). 3. Set \"Base URL\" and enable the \"Public access\" option."
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bold": "Жирный",
|
|
3
|
+
"Both": "Редактор и предпросмотр",
|
|
4
|
+
"Check": "Список задач",
|
|
5
|
+
"Code": "Блок кода",
|
|
6
|
+
"EditMode": "Режим редактирования",
|
|
7
|
+
"Emoji": "Эмодзи",
|
|
8
|
+
"File collection": "Коллекция файлов",
|
|
9
|
+
"Fullscreen": "Переключить полноэкранный режим",
|
|
10
|
+
"Headings": "Заголовки",
|
|
11
|
+
"Indent": "Увеличить отступ",
|
|
12
|
+
"InlineCode": "Встроенный код",
|
|
13
|
+
"InsertAfter": "Вставить строку после",
|
|
14
|
+
"InsertBefore": "Вставить строку перед",
|
|
15
|
+
"Italic": "Курсив",
|
|
16
|
+
"Line": "Линия",
|
|
17
|
+
"Link": "Ссылка",
|
|
18
|
+
"List": "Список",
|
|
19
|
+
"OrderedList": "Нумерованный список",
|
|
20
|
+
"Outdent": "Уменьшить отступ",
|
|
21
|
+
"Outline": "Структура",
|
|
22
|
+
"Preview": "Предпросмотр",
|
|
23
|
+
"Quote": "Цитата",
|
|
24
|
+
"Record": "Начать/закончить запись",
|
|
25
|
+
"Redo": "Повторить",
|
|
26
|
+
"Response data is empty": "Данные ответа пусты",
|
|
27
|
+
"Storage configuration not found. Please configure a storage provider first.": "Конфигурация хранилища не найдена. Сначала настройте поставщика хранилища.",
|
|
28
|
+
"Strike": "Зачеркнутый",
|
|
29
|
+
"Table": "Таблица",
|
|
30
|
+
"Toolbar": "Настройка панели инструментов редактора",
|
|
31
|
+
"Undo": "Отменить",
|
|
32
|
+
"Upload": "Загрузить изображение или файл",
|
|
33
|
+
"Used to store files uploaded in the Markdown editor": "Используется для хранения файлов, загруженных в редакторе Markdown",
|
|
34
|
+
"Used to store files uploaded in the Markdown editor (default: attachments)": "Используется для хранения файлов, загруженных в редакторе Markdown (по умолчанию: вложения)",
|
|
35
|
+
"Vditor": "Markdown(Vditor)",
|
|
36
|
+
"upload failed": "Ошибка загрузки",
|
|
37
|
+
"uploading": "Загрузка...",
|
|
38
|
+
"vditor.uploadError.message": "Невозможно загрузить файлы в текущее хранилище. Вы пытаетесь загрузить файлы в редактор Markdown, но текущая конфигурация хранилища не поддерживает эту операцию. Чтобы включить функциональность загрузки, выполните следующие настройки: 1. Перейдите в \"Диспетчер файлов\". 2. Выберите хранилище, которое сейчас используется ({{storageTitle}}). 3. Установите \"Базовый URL\" и включите опцию \"Публичный доступ\"."
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bold": "Bold",
|
|
3
|
+
"Both": "Editor & Preview",
|
|
4
|
+
"Check": "Task List",
|
|
5
|
+
"Code": "Code Block",
|
|
6
|
+
"EditMode": "Edit Mode",
|
|
7
|
+
"Emoji": "Emoji",
|
|
8
|
+
"File collection": "File collection",
|
|
9
|
+
"Fullscreen": "Toggle Fullscreen",
|
|
10
|
+
"Headings": "Headings",
|
|
11
|
+
"Indent": "Indent",
|
|
12
|
+
"InlineCode": "Inline Code",
|
|
13
|
+
"InsertAfter": "Insert Line After",
|
|
14
|
+
"InsertBefore": "Insert Line Before",
|
|
15
|
+
"Italic": "Italic",
|
|
16
|
+
"Line": "Line",
|
|
17
|
+
"Link": "Link",
|
|
18
|
+
"List": "List",
|
|
19
|
+
"OrderedList": "Order List",
|
|
20
|
+
"Outdent": "Outdent",
|
|
21
|
+
"Outline": "Outline",
|
|
22
|
+
"Preview": "Preview",
|
|
23
|
+
"Quote": "Quote",
|
|
24
|
+
"Record": "Start Record/End Record",
|
|
25
|
+
"Redo": "Redo",
|
|
26
|
+
"Response data is empty": "Response data is empty",
|
|
27
|
+
"Storage configuration not found. Please configure a storage provider first.": "Storage configuration not found. Please configure a storage provider first.",
|
|
28
|
+
"Strike": "Strike",
|
|
29
|
+
"Table": "Table",
|
|
30
|
+
"Toolbar": "Editor toolbar configuration",
|
|
31
|
+
"Undo": "Undo",
|
|
32
|
+
"Upload": "Upload image or file",
|
|
33
|
+
"Used to store files uploaded in the Markdown editor": "Used to store files uploaded in the Markdown editor",
|
|
34
|
+
"Used to store files uploaded in the Markdown editor (default: attachments)": "Used to store files uploaded in the Markdown editor (default: attachments)",
|
|
35
|
+
"Vditor": "Markdown(Vditor)",
|
|
36
|
+
"upload failed": "upload failed",
|
|
37
|
+
"uploading": "Uploading...",
|
|
38
|
+
"vditor.uploadError.message": "Unable to upload files to the current storage. You are trying to upload files to the Markdown editor, but the current storage configuration does not support this operation. To enable upload functionality, please complete the following settings: 1. Go to \"File Manager\". 2. Select the storage currently in use ({{storageTitle}}). 3. Set \"Base URL\" and enable the \"Public access\" option."
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bold": "Bold",
|
|
3
|
+
"Both": "Editor & Preview",
|
|
4
|
+
"Check": "Task List",
|
|
5
|
+
"Code": "Code Block",
|
|
6
|
+
"EditMode": "Edit Mode",
|
|
7
|
+
"Emoji": "Emoji",
|
|
8
|
+
"File collection": "File collection",
|
|
9
|
+
"Fullscreen": "Toggle Fullscreen",
|
|
10
|
+
"Headings": "Headings",
|
|
11
|
+
"Indent": "Indent",
|
|
12
|
+
"InlineCode": "Inline Code",
|
|
13
|
+
"InsertAfter": "Insert Line After",
|
|
14
|
+
"InsertBefore": "Insert Line Before",
|
|
15
|
+
"Italic": "Italic",
|
|
16
|
+
"Line": "Line",
|
|
17
|
+
"Link": "Link",
|
|
18
|
+
"List": "List",
|
|
19
|
+
"OrderedList": "Order List",
|
|
20
|
+
"Outdent": "Outdent",
|
|
21
|
+
"Outline": "Outline",
|
|
22
|
+
"Preview": "Preview",
|
|
23
|
+
"Quote": "Quote",
|
|
24
|
+
"Record": "Start Record/End Record",
|
|
25
|
+
"Redo": "Redo",
|
|
26
|
+
"Response data is empty": "Response data is empty",
|
|
27
|
+
"Storage configuration not found. Please configure a storage provider first.": "Storage configuration not found. Please configure a storage provider first.",
|
|
28
|
+
"Strike": "Strike",
|
|
29
|
+
"Table": "Table",
|
|
30
|
+
"Toolbar": "Editor toolbar configuration",
|
|
31
|
+
"Undo": "Undo",
|
|
32
|
+
"Upload": "Upload image or file",
|
|
33
|
+
"Used to store files uploaded in the Markdown editor": "Used to store files uploaded in the Markdown editor",
|
|
34
|
+
"Used to store files uploaded in the Markdown editor (default: attachments)": "Used to store files uploaded in the Markdown editor (default: attachments)",
|
|
35
|
+
"Vditor": "Markdown(Vditor)",
|
|
36
|
+
"upload failed": "upload failed",
|
|
37
|
+
"uploading": "Uploading...",
|
|
38
|
+
"vditor.uploadError.message": "Unable to upload files to the current storage. You are trying to upload files to the Markdown editor, but the current storage configuration does not support this operation. To enable upload functionality, please complete the following settings: 1. Go to \"File Manager\". 2. Select the storage currently in use ({{storageTitle}}). 3. Set \"Base URL\" and enable the \"Public access\" option."
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bold": "Bold",
|
|
3
|
+
"Both": "Editor & Preview",
|
|
4
|
+
"Check": "Task List",
|
|
5
|
+
"Code": "Code Block",
|
|
6
|
+
"EditMode": "Edit Mode",
|
|
7
|
+
"Emoji": "Emoji",
|
|
8
|
+
"File collection": "File collection",
|
|
9
|
+
"Fullscreen": "Toggle Fullscreen",
|
|
10
|
+
"Headings": "Headings",
|
|
11
|
+
"Indent": "Indent",
|
|
12
|
+
"InlineCode": "Inline Code",
|
|
13
|
+
"InsertAfter": "Insert Line After",
|
|
14
|
+
"InsertBefore": "Insert Line Before",
|
|
15
|
+
"Italic": "Italic",
|
|
16
|
+
"Line": "Line",
|
|
17
|
+
"Link": "Liên kết",
|
|
18
|
+
"List": "Danh sách",
|
|
19
|
+
"OrderedList": "Order List",
|
|
20
|
+
"Outdent": "Outdent",
|
|
21
|
+
"Outline": "Outline",
|
|
22
|
+
"Preview": "Xem trước",
|
|
23
|
+
"Quote": "Quote",
|
|
24
|
+
"Record": "Start Record/End Record",
|
|
25
|
+
"Redo": "Redo",
|
|
26
|
+
"Response data is empty": "Response data is empty",
|
|
27
|
+
"Storage configuration not found. Please configure a storage provider first.": "Storage configuration not found. Please configure a storage provider first.",
|
|
28
|
+
"Strike": "Strike",
|
|
29
|
+
"Table": "Bảng",
|
|
30
|
+
"Toolbar": "Editor toolbar configuration",
|
|
31
|
+
"Undo": "Undo",
|
|
32
|
+
"Upload": "Upload image or file",
|
|
33
|
+
"Used to store files uploaded in the Markdown editor": "Used to store files uploaded in the Markdown editor",
|
|
34
|
+
"Used to store files uploaded in the Markdown editor (default: attachments)": "Used to store files uploaded in the Markdown editor (default: attachments)",
|
|
35
|
+
"Vditor": "Markdown(Vditor)",
|
|
36
|
+
"upload failed": "upload failed",
|
|
37
|
+
"uploading": "Uploading...",
|
|
38
|
+
"vditor.uploadError.message": "Unable to upload files to the current storage. You are trying to upload files to the Markdown editor, but the current storage configuration does not support this operation. To enable upload functionality, please complete the following settings: 1. Go to \"File Manager\". 2. Select the storage currently in use ({{storageTitle}}). 3. Set \"Base URL\" and enable the \"Public access\" option."
|
|
39
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,38 +1,39 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
2
|
+
"Bold": "粗体",
|
|
3
|
+
"Both": "编辑 & 预览",
|
|
4
|
+
"Check": "任务列表",
|
|
5
|
+
"Code": "代码块",
|
|
6
|
+
"EditMode": "切换编辑模式",
|
|
6
7
|
"Emoji": "表情",
|
|
8
|
+
"File collection": "文件数据表",
|
|
9
|
+
"Fullscreen": "全屏切换",
|
|
7
10
|
"Headings": "标题",
|
|
8
|
-
"
|
|
11
|
+
"Indent": "列表缩进",
|
|
12
|
+
"InlineCode": "行内代码",
|
|
13
|
+
"InsertAfter": "末尾插入行",
|
|
14
|
+
"InsertBefore": "起始插入行",
|
|
9
15
|
"Italic": "斜体",
|
|
10
|
-
"Strike": "删除线",
|
|
11
|
-
"Record": "开始录音/结束录音",
|
|
12
16
|
"Line": "分割线",
|
|
13
|
-
"
|
|
17
|
+
"Link": "链接",
|
|
14
18
|
"List": "无序列表",
|
|
15
19
|
"OrderedList": "有序列表",
|
|
16
|
-
"Check": "任务列表",
|
|
17
20
|
"Outdent": "列表反向缩进",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"InsertBefore": "起始插入行",
|
|
23
|
-
"Undo": "撤销",
|
|
21
|
+
"Outline": "大纲",
|
|
22
|
+
"Preview": "预览",
|
|
23
|
+
"Quote": "引用",
|
|
24
|
+
"Record": "开始录音/结束录音",
|
|
24
25
|
"Redo": "重做",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
26
|
+
"Response data is empty": "接口返回的数据为空",
|
|
27
|
+
"Storage configuration not found. Please configure a storage provider first.": "存储配置未找到。请先配置存储提供程序。",
|
|
28
|
+
"Strike": "删除线",
|
|
27
29
|
"Table": "表格",
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
30
|
+
"Toolbar": "编辑器工具栏配置",
|
|
31
|
+
"Undo": "撤销",
|
|
32
|
+
"Upload": "上传图片或文件",
|
|
33
|
+
"Used to store files uploaded in the Markdown editor": "用于存储在Markdown编辑器中上传的文件",
|
|
34
|
+
"Used to store files uploaded in the Markdown editor (default: attachments)": "用于存储在Markdown编辑器中上传的文件 (默认: attachments)",
|
|
35
|
+
"Vditor": "Markdown(Vditor)",
|
|
34
36
|
"upload failed": "上传失败",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
}
|
|
37
|
+
"uploading": "上传中...",
|
|
38
|
+
"vditor.uploadError.message": "无法上传文件到当前存储。您正在尝试上传文件到 Markdown 编辑器,但当前的存储配置不支持此操作。要启用上传功能,请完成以下设置:1. 前往「文件管理器」。2. 选择当前正在使用的存储({{storageTitle}})。3. 设置「基础 URL」并启用「公开访问」选项。"
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bold": "Bold",
|
|
3
|
+
"Both": "Editor & Preview",
|
|
4
|
+
"Check": "Task List",
|
|
5
|
+
"Code": "Code Block",
|
|
6
|
+
"EditMode": "Edit Mode",
|
|
7
|
+
"Emoji": "Emoji",
|
|
8
|
+
"File collection": "File collection",
|
|
9
|
+
"Fullscreen": "Toggle Fullscreen",
|
|
10
|
+
"Headings": "Headings",
|
|
11
|
+
"Indent": "Indent",
|
|
12
|
+
"InlineCode": "Inline Code",
|
|
13
|
+
"InsertAfter": "Insert Line After",
|
|
14
|
+
"InsertBefore": "Insert Line Before",
|
|
15
|
+
"Italic": "Italic",
|
|
16
|
+
"Line": "Line",
|
|
17
|
+
"Link": "Link",
|
|
18
|
+
"List": "List",
|
|
19
|
+
"OrderedList": "Order List",
|
|
20
|
+
"Outdent": "Outdent",
|
|
21
|
+
"Outline": "Outline",
|
|
22
|
+
"Preview": "Preview",
|
|
23
|
+
"Quote": "Quote",
|
|
24
|
+
"Record": "Start Record/End Record",
|
|
25
|
+
"Redo": "Redo",
|
|
26
|
+
"Response data is empty": "Response data is empty",
|
|
27
|
+
"Storage configuration not found. Please configure a storage provider first.": "Storage configuration not found. Please configure a storage provider first.",
|
|
28
|
+
"Strike": "Strike",
|
|
29
|
+
"Table": "Table",
|
|
30
|
+
"Toolbar": "Editor toolbar configuration",
|
|
31
|
+
"Undo": "Undo",
|
|
32
|
+
"Upload": "Upload image or file",
|
|
33
|
+
"Used to store files uploaded in the Markdown editor": "Used to store files uploaded in the Markdown editor",
|
|
34
|
+
"Used to store files uploaded in the Markdown editor (default: attachments)": "Used to store files uploaded in the Markdown editor (default: attachments)",
|
|
35
|
+
"Vditor": "Markdown(Vditor)",
|
|
36
|
+
"upload failed": "upload failed",
|
|
37
|
+
"uploading": "Uploading...",
|
|
38
|
+
"vditor.uploadError.message": "Unable to upload files to the current storage. You are trying to upload files to the Markdown editor, but the current storage configuration does not support this operation. To enable upload functionality, please complete the following settings: 1. Go to \"File Manager\". 2. Select the storage currently in use ({{storageTitle}}). 3. Set \"Base URL\" and enable the \"Public access\" option."
|
|
39
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"fs-extra","version":"9.1.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=10"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"at-least-node":"^1.0.0","graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"coveralls":"^3.0.0","klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^5.0.5","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^14.1.0"},"main":"./lib/index.js","files":["lib/","!lib/**/__tests__/"],"scripts":{"full-ci":"npm run lint && npm run coverage","coverage":"nyc -r lcovonly npm run unit","coveralls":"coveralls < coverage/lcov.info","lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit","unit":"node test.js"},"_lastModified":"
|
|
1
|
+
{"name":"fs-extra","version":"9.1.0","description":"fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.","engines":{"node":">=10"},"homepage":"https://github.com/jprichardson/node-fs-extra","repository":{"type":"git","url":"https://github.com/jprichardson/node-fs-extra"},"keywords":["fs","file","file system","copy","directory","extra","mkdirp","mkdir","mkdirs","recursive","json","read","write","extra","delete","remove","touch","create","text","output","move","promise"],"author":"JP Richardson <jprichardson@gmail.com>","license":"MIT","dependencies":{"at-least-node":"^1.0.0","graceful-fs":"^4.2.0","jsonfile":"^6.0.1","universalify":"^2.0.0"},"devDependencies":{"coveralls":"^3.0.0","klaw":"^2.1.1","klaw-sync":"^3.0.2","minimist":"^1.1.1","mocha":"^5.0.5","nyc":"^15.0.0","proxyquire":"^2.0.1","read-dir-files":"^0.1.1","standard":"^14.1.0"},"main":"./lib/index.js","files":["lib/","!lib/**/__tests__/"],"scripts":{"full-ci":"npm run lint && npm run coverage","coverage":"nyc -r lcovonly npm run unit","coveralls":"coveralls < coverage/lcov.info","lint":"standard","test-find":"find ./lib/**/__tests__ -name *.test.js | xargs mocha","test":"npm run lint && npm run unit","unit":"node test.js"},"_lastModified":"2026-01-04T03:42:17.619Z"}
|
package/package.json
CHANGED
|
@@ -2,12 +2,15 @@
|
|
|
2
2
|
"name": "@nocobase/plugin-field-markdown-vditor",
|
|
3
3
|
"displayName": "Collection field: Markdown(Vditor)",
|
|
4
4
|
"displayName.zh-CN": "数据表字段:Markdown(Vditor)",
|
|
5
|
+
"displayName.ru-RU": "Поле коллекции: Markdown(Vditor)",
|
|
5
6
|
"description": "Used to store Markdown and render it using Vditor editor, supports common Markdown syntax such as list, code, quote, etc., and supports uploading images, recordings, etc.It also allows for instant rendering, where what you see is what you get.",
|
|
7
|
+
"description.ru-RU": "Используется для хранения Markdown и его отображения с помощью редактора Vditor, поддерживает общие синтаксисы Markdown: списки, код, цитаты и т.д., а также загрузку изображений и аудиозаписей. Обеспечивает мгновенный рендеринг «что видишь — то получаешь».",
|
|
6
8
|
"description.zh-CN": "用于存储 Markdown,并使用 Vditor 编辑器渲染,支持常见 Markdown 语法,如列表,代码,引用等,并支持上传图片,录音等。同时可以做到即时渲染,所见即所得。",
|
|
7
|
-
"version": "2.0.0-
|
|
9
|
+
"version": "2.0.0-beta.2",
|
|
8
10
|
"license": "AGPL-3.0",
|
|
9
11
|
"main": "dist/server/index.js",
|
|
10
12
|
"homepage": "https://docs.nocobase.com/handbook/field-markdown-vditor",
|
|
13
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/field-markdown-vditor",
|
|
11
14
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/field-markdown-vditor",
|
|
12
15
|
"peerDependencies": {
|
|
13
16
|
"@nocobase/client": "2.x",
|
|
@@ -27,5 +30,5 @@
|
|
|
27
30
|
"keywords": [
|
|
28
31
|
"Collection fields"
|
|
29
32
|
],
|
|
30
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "b77a33ee933ae6e09d2d5dce017ca15d8552d57b"
|
|
31
34
|
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file is part of the NocoBase (R) project.
|
|
3
|
-
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
-
* Authors: NocoBase Team.
|
|
5
|
-
*
|
|
6
|
-
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
-
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
"use strict";(self.webpackChunk_nocobase_plugin_field_markdown_vditor=self.webpackChunk_nocobase_plugin_field_markdown_vditor||[]).push([["158"],{304:function(n,e,o){o.r(e),o.d(e,{MarkdownVditor:function(){return c}});var a=o(505),r=o(772),t=o(607),i=o(234),c=(0,r.withDynamicSchemaProps)((0,a.connect)(i.I,(0,a.mapReadPretty)(t.s)));e.default=c}}]);
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
-
import React from 'react';
|
|
10
9
|
import { DisplayTitleFieldModel } from '@nocobase/client';
|
|
10
|
+
import React from 'react';
|
|
11
11
|
export declare class DisplayVditorFieldModel extends DisplayTitleFieldModel {
|
|
12
12
|
renderComponent(value: any): React.JSX.Element;
|
|
13
13
|
}
|