@atlaskit/editor-plugin-block-type 4.0.2 → 4.0.3
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/CHANGELOG.md +9 -0
- package/consts/package.json +5 -5
- package/dist/cjs/{plugin/index.js → blockTypePlugin.js} +3 -3
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
- package/dist/cjs/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
- package/dist/cjs/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
- package/dist/cjs/pm-plugins/types.js +5 -0
- package/dist/cjs/{consts.js → ui/consts.js} +1 -1
- package/dist/es2019/{plugin/index.js → blockTypePlugin.js} +3 -3
- package/dist/es2019/index.js +1 -1
- package/dist/es2019/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
- package/dist/es2019/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
- package/dist/es2019/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
- package/dist/{esm → es2019/ui}/consts.js +1 -1
- package/dist/esm/{plugin/index.js → blockTypePlugin.js} +3 -3
- package/dist/esm/blockTypePluginType.js +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/{plugin/pm-plugins → pm-plugins}/input-rule.js +1 -1
- package/dist/esm/{plugin/pm-plugins → pm-plugins}/keymap.js +3 -3
- package/dist/esm/{plugin/pm-plugins → pm-plugins}/main.js +4 -4
- package/dist/esm/pm-plugins/types.js +1 -0
- package/dist/{es2019 → esm/ui}/consts.js +1 -1
- package/dist/types/blockTypePlugin.d.ts +5 -0
- package/dist/types/{plugin/index.d.ts → blockTypePluginType.d.ts} +3 -7
- package/dist/types/index.d.ts +7 -7
- package/dist/types/{plugin/pm-plugins → pm-plugins}/main.d.ts +2 -2
- package/dist/types/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.d.ts +1 -1
- package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/index.d.ts +2 -2
- package/dist/types/{consts.d.ts → ui/consts.d.ts} +1 -1
- package/dist/types-ts4.5/blockTypePlugin.d.ts +5 -0
- package/dist/types-ts4.5/{plugin/index.d.ts → blockTypePluginType.d.ts} +3 -7
- package/dist/types-ts4.5/index.d.ts +7 -7
- package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/main.d.ts +2 -2
- package/dist/types-ts4.5/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.d.ts +1 -1
- package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/index.d.ts +2 -2
- package/dist/types-ts4.5/{consts.d.ts → ui/consts.d.ts} +1 -1
- package/package.json +10 -7
- package/styles/package.json +5 -5
- package/dist/cjs/i18n/cs.js +0 -47
- package/dist/cjs/i18n/da.js +0 -47
- package/dist/cjs/i18n/de.js +0 -47
- package/dist/cjs/i18n/en.js +0 -47
- package/dist/cjs/i18n/en_GB.js +0 -47
- package/dist/cjs/i18n/en_ZZ.js +0 -47
- package/dist/cjs/i18n/es.js +0 -47
- package/dist/cjs/i18n/fi.js +0 -47
- package/dist/cjs/i18n/fr.js +0 -47
- package/dist/cjs/i18n/hu.js +0 -47
- package/dist/cjs/i18n/it.js +0 -47
- package/dist/cjs/i18n/ja.js +0 -47
- package/dist/cjs/i18n/ko.js +0 -47
- package/dist/cjs/i18n/nb.js +0 -47
- package/dist/cjs/i18n/nl.js +0 -47
- package/dist/cjs/i18n/pl.js +0 -47
- package/dist/cjs/i18n/pt_BR.js +0 -47
- package/dist/cjs/i18n/ru.js +0 -47
- package/dist/cjs/i18n/sv.js +0 -47
- package/dist/cjs/i18n/th.js +0 -47
- package/dist/cjs/i18n/tr.js +0 -47
- package/dist/cjs/i18n/uk.js +0 -47
- package/dist/cjs/i18n/vi.js +0 -47
- package/dist/cjs/i18n/zh.js +0 -47
- package/dist/cjs/i18n/zh_TW.js +0 -47
- package/dist/cjs/styles.js +0 -12
- package/dist/es2019/i18n/cs.js +0 -41
- package/dist/es2019/i18n/da.js +0 -41
- package/dist/es2019/i18n/de.js +0 -41
- package/dist/es2019/i18n/en.js +0 -41
- package/dist/es2019/i18n/en_GB.js +0 -41
- package/dist/es2019/i18n/en_ZZ.js +0 -41
- package/dist/es2019/i18n/es.js +0 -41
- package/dist/es2019/i18n/fi.js +0 -41
- package/dist/es2019/i18n/fr.js +0 -41
- package/dist/es2019/i18n/hu.js +0 -41
- package/dist/es2019/i18n/it.js +0 -41
- package/dist/es2019/i18n/ja.js +0 -41
- package/dist/es2019/i18n/ko.js +0 -41
- package/dist/es2019/i18n/nb.js +0 -41
- package/dist/es2019/i18n/nl.js +0 -41
- package/dist/es2019/i18n/pl.js +0 -41
- package/dist/es2019/i18n/pt_BR.js +0 -41
- package/dist/es2019/i18n/ru.js +0 -41
- package/dist/es2019/i18n/sv.js +0 -41
- package/dist/es2019/i18n/th.js +0 -41
- package/dist/es2019/i18n/tr.js +0 -41
- package/dist/es2019/i18n/uk.js +0 -41
- package/dist/es2019/i18n/vi.js +0 -41
- package/dist/es2019/i18n/zh.js +0 -41
- package/dist/es2019/i18n/zh_TW.js +0 -41
- package/dist/es2019/styles.js +0 -1
- package/dist/esm/i18n/cs.js +0 -41
- package/dist/esm/i18n/da.js +0 -41
- package/dist/esm/i18n/de.js +0 -41
- package/dist/esm/i18n/en.js +0 -41
- package/dist/esm/i18n/en_GB.js +0 -41
- package/dist/esm/i18n/en_ZZ.js +0 -41
- package/dist/esm/i18n/es.js +0 -41
- package/dist/esm/i18n/fi.js +0 -41
- package/dist/esm/i18n/fr.js +0 -41
- package/dist/esm/i18n/hu.js +0 -41
- package/dist/esm/i18n/it.js +0 -41
- package/dist/esm/i18n/ja.js +0 -41
- package/dist/esm/i18n/ko.js +0 -41
- package/dist/esm/i18n/nb.js +0 -41
- package/dist/esm/i18n/nl.js +0 -41
- package/dist/esm/i18n/pl.js +0 -41
- package/dist/esm/i18n/pt_BR.js +0 -41
- package/dist/esm/i18n/ru.js +0 -41
- package/dist/esm/i18n/sv.js +0 -41
- package/dist/esm/i18n/th.js +0 -41
- package/dist/esm/i18n/tr.js +0 -41
- package/dist/esm/i18n/uk.js +0 -41
- package/dist/esm/i18n/vi.js +0 -41
- package/dist/esm/i18n/zh.js +0 -41
- package/dist/esm/i18n/zh_TW.js +0 -41
- package/dist/esm/styles.js +0 -1
- package/dist/types/i18n/cs.d.ts +0 -40
- package/dist/types/i18n/da.d.ts +0 -40
- package/dist/types/i18n/de.d.ts +0 -40
- package/dist/types/i18n/en.d.ts +0 -40
- package/dist/types/i18n/en_GB.d.ts +0 -40
- package/dist/types/i18n/en_ZZ.d.ts +0 -40
- package/dist/types/i18n/es.d.ts +0 -40
- package/dist/types/i18n/fi.d.ts +0 -40
- package/dist/types/i18n/fr.d.ts +0 -40
- package/dist/types/i18n/hu.d.ts +0 -40
- package/dist/types/i18n/it.d.ts +0 -40
- package/dist/types/i18n/ja.d.ts +0 -40
- package/dist/types/i18n/ko.d.ts +0 -40
- package/dist/types/i18n/nb.d.ts +0 -40
- package/dist/types/i18n/nl.d.ts +0 -40
- package/dist/types/i18n/pl.d.ts +0 -40
- package/dist/types/i18n/pt_BR.d.ts +0 -40
- package/dist/types/i18n/ru.d.ts +0 -40
- package/dist/types/i18n/sv.d.ts +0 -40
- package/dist/types/i18n/th.d.ts +0 -40
- package/dist/types/i18n/tr.d.ts +0 -40
- package/dist/types/i18n/uk.d.ts +0 -40
- package/dist/types/i18n/vi.d.ts +0 -40
- package/dist/types/i18n/zh.d.ts +0 -40
- package/dist/types/i18n/zh_TW.d.ts +0 -40
- package/dist/types/styles.d.ts +0 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -40
- package/dist/types-ts4.5/i18n/da.d.ts +0 -40
- package/dist/types-ts4.5/i18n/de.d.ts +0 -40
- package/dist/types-ts4.5/i18n/en.d.ts +0 -40
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -40
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -40
- package/dist/types-ts4.5/i18n/es.d.ts +0 -40
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -40
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -40
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -40
- package/dist/types-ts4.5/i18n/it.d.ts +0 -40
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -40
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -40
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -40
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -40
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -40
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -40
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -40
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -40
- package/dist/types-ts4.5/i18n/th.d.ts +0 -40
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -40
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -40
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -40
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -40
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -40
- package/dist/types-ts4.5/styles.d.ts +0 -1
- /package/dist/cjs/{plugin/types.js → blockTypePluginType.js} +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/block-types.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/block-type.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/commands/index.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/consts.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
- /package/dist/cjs/{plugin → pm-plugins}/utils.js +0 -0
- /package/dist/cjs/{plugin → ui}/styles.js +0 -0
- /package/dist/es2019/{plugin/types.js → blockTypePluginType.js} +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/block-types.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/block-type.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/commands/index.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/consts.js +0 -0
- /package/dist/{esm/plugin → es2019/pm-plugins}/types.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
- /package/dist/es2019/{plugin → pm-plugins}/utils.js +0 -0
- /package/dist/es2019/{plugin → ui}/styles.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/block-types.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/block-type.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/delete-and-move-cursor.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/delete-block-content.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/commands/index.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/consts.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/PrimaryToolbarComponent.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/index.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.js +0 -0
- /package/dist/esm/{plugin → pm-plugins}/utils.js +0 -0
- /package/dist/esm/{plugin → ui}/styles.js +0 -0
- /package/dist/types/{plugin → pm-plugins}/block-types.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/block-type.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/delete-and-move-cursor.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/delete-block-content.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/commands/index.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/consts.d.ts +0 -0
- /package/dist/types/{plugin/pm-plugins → pm-plugins}/input-rule.d.ts +0 -0
- /package/dist/types/{plugin/pm-plugins → pm-plugins}/keymap.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/types.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.d.ts +0 -0
- /package/dist/types/{plugin → pm-plugins}/utils.d.ts +0 -0
- /package/dist/types/{plugin → ui}/styles.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/block-types.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/block-type.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/delete-and-move-cursor.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/delete-block-content.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/commands/index.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/consts.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/input-rule.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin/pm-plugins → pm-plugins}/keymap.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/types.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/blocktype-button.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/ui/ToolbarBlockType/styled.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → pm-plugins}/utils.d.ts +0 -0
- /package/dist/types-ts4.5/{plugin → ui}/styles.d.ts +0 -0
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
@@ -1,40 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* NOTE:
|
3
|
-
*
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
6
|
-
*/
|
7
|
-
declare const _default: {
|
8
|
-
'fabric.editor.blockquote.description': string;
|
9
|
-
'fabric.editor.blockquote2': string;
|
10
|
-
'fabric.editor.codeblock': string;
|
11
|
-
'fabric.editor.codeblock.description': string;
|
12
|
-
'fabric.editor.customPanel': string;
|
13
|
-
'fabric.editor.customPanel.description': string;
|
14
|
-
'fabric.editor.errorPanel': string;
|
15
|
-
'fabric.editor.errorPanel.description': string;
|
16
|
-
'fabric.editor.heading1': string;
|
17
|
-
'fabric.editor.heading1Description': string;
|
18
|
-
'fabric.editor.heading2': string;
|
19
|
-
'fabric.editor.heading2Description': string;
|
20
|
-
'fabric.editor.heading3': string;
|
21
|
-
'fabric.editor.heading3Description': string;
|
22
|
-
'fabric.editor.heading4': string;
|
23
|
-
'fabric.editor.heading4Description': string;
|
24
|
-
'fabric.editor.heading5': string;
|
25
|
-
'fabric.editor.heading5Description': string;
|
26
|
-
'fabric.editor.heading6': string;
|
27
|
-
'fabric.editor.heading6Description': string;
|
28
|
-
'fabric.editor.infoPanel': string;
|
29
|
-
'fabric.editor.infoPanel.description': string;
|
30
|
-
'fabric.editor.normal': string;
|
31
|
-
'fabric.editor.notePanel': string;
|
32
|
-
'fabric.editor.notePanel.description': string;
|
33
|
-
'fabric.editor.other': string;
|
34
|
-
'fabric.editor.successPanel': string;
|
35
|
-
'fabric.editor.successPanel.description': string;
|
36
|
-
'fabric.editor.textStyles': string;
|
37
|
-
'fabric.editor.warningPanel': string;
|
38
|
-
'fabric.editor.warningPanel.description': string;
|
39
|
-
};
|
40
|
-
export default _default;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { blocktypeStyles } from './plugin/styles';
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|