@atlaskit/editor-plugin-block-type 1.0.2 → 2.0.0
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 +16 -0
- package/README.md +1 -1
- package/dist/cjs/i18n/cs.js +47 -0
- package/dist/cjs/i18n/da.js +47 -0
- package/dist/cjs/i18n/de.js +47 -0
- package/dist/cjs/i18n/en.js +47 -0
- package/dist/cjs/i18n/en_GB.js +47 -0
- package/dist/cjs/i18n/en_ZZ.js +47 -0
- package/dist/cjs/i18n/es.js +47 -0
- package/dist/cjs/i18n/fi.js +47 -0
- package/dist/cjs/i18n/fr.js +47 -0
- package/dist/cjs/i18n/hu.js +47 -0
- package/dist/cjs/i18n/it.js +47 -0
- package/dist/cjs/i18n/ja.js +47 -0
- package/dist/cjs/i18n/ko.js +47 -0
- package/dist/cjs/i18n/nb.js +47 -0
- package/dist/cjs/i18n/nl.js +47 -0
- package/dist/cjs/i18n/pl.js +47 -0
- package/dist/cjs/i18n/pt_BR.js +47 -0
- package/dist/cjs/i18n/ru.js +47 -0
- package/dist/cjs/i18n/sv.js +47 -0
- package/dist/cjs/i18n/th.js +47 -0
- package/dist/cjs/i18n/tr.js +47 -0
- package/dist/cjs/i18n/uk.js +47 -0
- package/dist/cjs/i18n/vi.js +47 -0
- package/dist/cjs/i18n/zh.js +47 -0
- package/dist/cjs/i18n/zh_TW.js +47 -0
- package/dist/cjs/plugin/block-types.js +29 -45
- package/dist/cjs/plugin/commands/block-type.js +4 -7
- package/dist/cjs/plugin/commands/delete-and-move-cursor.js +2 -3
- package/dist/cjs/plugin/consts.js +1 -2
- package/dist/cjs/plugin/index.js +16 -17
- package/dist/cjs/plugin/pm-plugins/input-rule.js +1 -2
- package/dist/cjs/plugin/pm-plugins/main.js +3 -5
- package/dist/cjs/plugin/styles.js +2 -3
- package/dist/cjs/plugin/ui/ToolbarBlockType/blocktype-button.js +5 -13
- package/dist/cjs/plugin/ui/ToolbarBlockType/index.js +1 -2
- package/dist/cjs/plugin/ui/ToolbarBlockType/styled.js +7 -14
- package/dist/cjs/plugin/utils.js +3 -6
- package/dist/es2019/i18n/cs.js +41 -0
- package/dist/es2019/i18n/da.js +41 -0
- package/dist/es2019/i18n/de.js +41 -0
- package/dist/es2019/i18n/en.js +41 -0
- package/dist/es2019/i18n/en_GB.js +41 -0
- package/dist/es2019/i18n/en_ZZ.js +41 -0
- package/dist/es2019/i18n/es.js +41 -0
- package/dist/es2019/i18n/fi.js +41 -0
- package/dist/es2019/i18n/fr.js +41 -0
- package/dist/es2019/i18n/hu.js +41 -0
- package/dist/es2019/i18n/it.js +41 -0
- package/dist/es2019/i18n/ja.js +41 -0
- package/dist/es2019/i18n/ko.js +41 -0
- package/dist/es2019/i18n/nb.js +41 -0
- package/dist/es2019/i18n/nl.js +41 -0
- package/dist/es2019/i18n/pl.js +41 -0
- package/dist/es2019/i18n/pt_BR.js +41 -0
- package/dist/es2019/i18n/ru.js +41 -0
- package/dist/es2019/i18n/sv.js +41 -0
- package/dist/es2019/i18n/th.js +41 -0
- package/dist/es2019/i18n/tr.js +41 -0
- package/dist/es2019/i18n/uk.js +41 -0
- package/dist/es2019/i18n/vi.js +41 -0
- package/dist/es2019/i18n/zh.js +41 -0
- package/dist/es2019/i18n/zh_TW.js +41 -0
- package/dist/es2019/plugin/block-types.js +1 -1
- package/dist/es2019/plugin/index.js +1 -1
- package/dist/es2019/plugin/ui/ToolbarBlockType/blocktype-button.js +3 -9
- package/dist/esm/i18n/cs.js +41 -0
- package/dist/esm/i18n/da.js +41 -0
- package/dist/esm/i18n/de.js +41 -0
- package/dist/esm/i18n/en.js +41 -0
- package/dist/esm/i18n/en_GB.js +41 -0
- package/dist/esm/i18n/en_ZZ.js +41 -0
- package/dist/esm/i18n/es.js +41 -0
- package/dist/esm/i18n/fi.js +41 -0
- package/dist/esm/i18n/fr.js +41 -0
- package/dist/esm/i18n/hu.js +41 -0
- package/dist/esm/i18n/it.js +41 -0
- package/dist/esm/i18n/ja.js +41 -0
- package/dist/esm/i18n/ko.js +41 -0
- package/dist/esm/i18n/nb.js +41 -0
- package/dist/esm/i18n/nl.js +41 -0
- package/dist/esm/i18n/pl.js +41 -0
- package/dist/esm/i18n/pt_BR.js +41 -0
- package/dist/esm/i18n/ru.js +41 -0
- package/dist/esm/i18n/sv.js +41 -0
- package/dist/esm/i18n/th.js +41 -0
- package/dist/esm/i18n/tr.js +41 -0
- package/dist/esm/i18n/uk.js +41 -0
- package/dist/esm/i18n/vi.js +41 -0
- package/dist/esm/i18n/zh.js +41 -0
- package/dist/esm/i18n/zh_TW.js +41 -0
- package/dist/esm/plugin/block-types.js +1 -1
- package/dist/esm/plugin/index.js +10 -10
- package/dist/esm/plugin/ui/ToolbarBlockType/blocktype-button.js +3 -9
- package/dist/types/i18n/cs.d.ts +40 -0
- package/dist/types/i18n/da.d.ts +40 -0
- package/dist/types/i18n/de.d.ts +40 -0
- package/dist/types/i18n/en.d.ts +40 -0
- package/dist/types/i18n/en_GB.d.ts +40 -0
- package/dist/types/i18n/en_ZZ.d.ts +40 -0
- package/dist/types/i18n/es.d.ts +40 -0
- package/dist/types/i18n/fi.d.ts +40 -0
- package/dist/types/i18n/fr.d.ts +40 -0
- package/dist/types/i18n/hu.d.ts +40 -0
- package/dist/types/i18n/it.d.ts +40 -0
- package/dist/types/i18n/ja.d.ts +40 -0
- package/dist/types/i18n/ko.d.ts +40 -0
- package/dist/types/i18n/nb.d.ts +40 -0
- package/dist/types/i18n/nl.d.ts +40 -0
- package/dist/types/i18n/pl.d.ts +40 -0
- package/dist/types/i18n/pt_BR.d.ts +40 -0
- package/dist/types/i18n/ru.d.ts +40 -0
- package/dist/types/i18n/sv.d.ts +40 -0
- package/dist/types/i18n/th.d.ts +40 -0
- package/dist/types/i18n/tr.d.ts +40 -0
- package/dist/types/i18n/uk.d.ts +40 -0
- package/dist/types/i18n/vi.d.ts +40 -0
- package/dist/types/i18n/zh.d.ts +40 -0
- package/dist/types/i18n/zh_TW.d.ts +40 -0
- package/dist/types/plugin/ui/ToolbarBlockType/blocktype-button.d.ts +0 -7
- package/dist/types-ts4.5/i18n/cs.d.ts +40 -0
- package/dist/types-ts4.5/i18n/da.d.ts +40 -0
- package/dist/types-ts4.5/i18n/de.d.ts +40 -0
- package/dist/types-ts4.5/i18n/en.d.ts +40 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +40 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +40 -0
- package/dist/types-ts4.5/i18n/es.d.ts +40 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +40 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +40 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +40 -0
- package/dist/types-ts4.5/i18n/it.d.ts +40 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +40 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +40 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +40 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +40 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +40 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +40 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +40 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +40 -0
- package/dist/types-ts4.5/i18n/th.d.ts +40 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +40 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +40 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +40 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +40 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +40 -0
- package/dist/types-ts4.5/plugin/ui/ToolbarBlockType/blocktype-button.d.ts +0 -7
- package/package.json +3 -4
- package/dist/cjs/messages.js +0 -19
- package/dist/cjs/plugin/messages.js +0 -160
- package/dist/cjs/plugin/ui/ToolbarBlockType/toolbar-messages.js +0 -15
- package/dist/es2019/messages.js +0 -2
- package/dist/es2019/plugin/messages.js +0 -153
- package/dist/es2019/plugin/ui/ToolbarBlockType/toolbar-messages.js +0 -8
- package/dist/esm/messages.js +0 -2
- package/dist/esm/plugin/messages.js +0 -153
- package/dist/esm/plugin/ui/ToolbarBlockType/toolbar-messages.js +0 -8
- package/dist/types/messages.d.ts +0 -2
- package/dist/types/plugin/messages.d.ts +0 -152
- package/dist/types/plugin/ui/ToolbarBlockType/toolbar-messages.d.ts +0 -7
- package/dist/types-ts4.5/messages.d.ts +0 -2
- package/dist/types-ts4.5/plugin/messages.d.ts +0 -152
- package/dist/types-ts4.5/plugin/ui/ToolbarBlockType/toolbar-messages.d.ts +0 -7
- package/messages/package.json +0 -15
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -0,0 +1,40 @@
|
|
|
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;
|
|
@@ -12,11 +12,4 @@ export interface BlockTypeButtonProps {
|
|
|
12
12
|
onKeyDown(e: React.KeyboardEvent): void;
|
|
13
13
|
formatMessage: WrappedComponentProps['intl']['formatMessage'];
|
|
14
14
|
}
|
|
15
|
-
export declare const messages: {
|
|
16
|
-
textStyles: {
|
|
17
|
-
id: string;
|
|
18
|
-
defaultMessage: string;
|
|
19
|
-
description: string;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
15
|
export declare const BlockTypeButton: React.StatelessComponent<BlockTypeButtonProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-block-type",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "BlockType plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,12 +34,11 @@
|
|
|
34
34
|
"af:exports": {
|
|
35
35
|
".": "./src/index.ts",
|
|
36
36
|
"./consts": "./src/consts.ts",
|
|
37
|
-
"./messages": "./src/messages.ts",
|
|
38
37
|
"./styles": "./src/styles.ts"
|
|
39
38
|
},
|
|
40
39
|
"dependencies": {
|
|
41
|
-
"@atlaskit/adf-schema": "^
|
|
42
|
-
"@atlaskit/editor-common": "^76.
|
|
40
|
+
"@atlaskit/adf-schema": "^32.0.0",
|
|
41
|
+
"@atlaskit/editor-common": "^76.2.0",
|
|
43
42
|
"@atlaskit/editor-plugin-analytics": "^0.2.0",
|
|
44
43
|
"@atlaskit/editor-prosemirror": "1.1.0",
|
|
45
44
|
"@atlaskit/editor-shared-styles": "^2.8.0",
|
package/dist/cjs/messages.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "messages", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _messages.messages;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "toolbarMessages", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function get() {
|
|
15
|
-
return _toolbarMessages.toolbarMessages;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
|
-
var _messages = require("./plugin/messages");
|
|
19
|
-
var _toolbarMessages = require("./plugin/ui/ToolbarBlockType/toolbar-messages");
|