@atlaskit/renderer 102.0.0 → 103.0.1
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 +27 -0
- package/dist/cjs/consts.js +2 -2
- package/dist/cjs/i18n/cs.js +4 -4
- package/dist/cjs/i18n/da.js +4 -4
- package/dist/cjs/i18n/de.js +4 -4
- package/dist/cjs/i18n/en.js +4 -4
- package/dist/cjs/i18n/en_GB.js +4 -4
- package/dist/cjs/i18n/es.js +4 -4
- package/dist/cjs/i18n/fi.js +4 -4
- package/dist/cjs/i18n/fr.js +4 -4
- package/dist/cjs/i18n/hu.js +4 -4
- package/dist/cjs/i18n/it.js +4 -4
- package/dist/cjs/i18n/ja.js +4 -4
- package/dist/cjs/i18n/ko.js +4 -4
- package/dist/cjs/i18n/nb.js +4 -4
- package/dist/cjs/i18n/nl.js +4 -4
- package/dist/cjs/i18n/pl.js +4 -4
- package/dist/cjs/i18n/pt_BR.js +4 -4
- package/dist/cjs/i18n/ru.js +4 -4
- package/dist/cjs/i18n/sv.js +4 -4
- package/dist/cjs/i18n/th.js +4 -4
- package/dist/cjs/i18n/tr.js +4 -4
- package/dist/cjs/i18n/uk.js +4 -4
- package/dist/cjs/i18n/vi.js +4 -4
- package/dist/cjs/i18n/zh.js +4 -4
- package/dist/cjs/i18n/zh_TW.js +4 -4
- package/dist/cjs/messages.js +1 -1
- package/dist/cjs/react/nodes/panel.js +19 -10
- package/dist/cjs/react/nodes/tableCell.js +8 -26
- package/dist/cjs/ui/ExtensionRenderer.js +9 -2
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/cjs/ui/Renderer/style.js +5 -3
- package/dist/cjs/ui/SortingIcon.js +55 -28
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/consts.js +2 -2
- package/dist/es2019/i18n/cs.js +4 -4
- package/dist/es2019/i18n/da.js +4 -4
- package/dist/es2019/i18n/de.js +4 -4
- package/dist/es2019/i18n/en.js +4 -4
- package/dist/es2019/i18n/en_GB.js +4 -4
- package/dist/es2019/i18n/es.js +4 -4
- package/dist/es2019/i18n/fi.js +4 -4
- package/dist/es2019/i18n/fr.js +4 -4
- package/dist/es2019/i18n/hu.js +4 -4
- package/dist/es2019/i18n/it.js +4 -4
- package/dist/es2019/i18n/ja.js +4 -4
- package/dist/es2019/i18n/ko.js +4 -4
- package/dist/es2019/i18n/nb.js +4 -4
- package/dist/es2019/i18n/nl.js +4 -4
- package/dist/es2019/i18n/pl.js +4 -4
- package/dist/es2019/i18n/pt_BR.js +4 -4
- package/dist/es2019/i18n/ru.js +4 -4
- package/dist/es2019/i18n/sv.js +4 -4
- package/dist/es2019/i18n/th.js +4 -4
- package/dist/es2019/i18n/tr.js +4 -4
- package/dist/es2019/i18n/uk.js +4 -4
- package/dist/es2019/i18n/vi.js +4 -4
- package/dist/es2019/i18n/zh.js +4 -4
- package/dist/es2019/i18n/zh_TW.js +4 -4
- package/dist/es2019/messages.js +1 -1
- package/dist/es2019/react/nodes/panel.js +16 -6
- package/dist/es2019/react/nodes/tableCell.js +8 -27
- package/dist/es2019/ui/ExtensionRenderer.js +7 -2
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/es2019/ui/Renderer/style.js +37 -16
- package/dist/es2019/ui/SortingIcon.js +89 -32
- package/dist/es2019/version.json +1 -1
- package/dist/esm/consts.js +2 -2
- package/dist/esm/i18n/cs.js +4 -4
- package/dist/esm/i18n/da.js +4 -4
- package/dist/esm/i18n/de.js +4 -4
- package/dist/esm/i18n/en.js +4 -4
- package/dist/esm/i18n/en_GB.js +4 -4
- package/dist/esm/i18n/es.js +4 -4
- package/dist/esm/i18n/fi.js +4 -4
- package/dist/esm/i18n/fr.js +4 -4
- package/dist/esm/i18n/hu.js +4 -4
- package/dist/esm/i18n/it.js +4 -4
- package/dist/esm/i18n/ja.js +4 -4
- package/dist/esm/i18n/ko.js +4 -4
- package/dist/esm/i18n/nb.js +4 -4
- package/dist/esm/i18n/nl.js +4 -4
- package/dist/esm/i18n/pl.js +4 -4
- package/dist/esm/i18n/pt_BR.js +4 -4
- package/dist/esm/i18n/ru.js +4 -4
- package/dist/esm/i18n/sv.js +4 -4
- package/dist/esm/i18n/th.js +4 -4
- package/dist/esm/i18n/tr.js +4 -4
- package/dist/esm/i18n/uk.js +4 -4
- package/dist/esm/i18n/vi.js +4 -4
- package/dist/esm/i18n/zh.js +4 -4
- package/dist/esm/i18n/zh_TW.js +4 -4
- package/dist/esm/messages.js +1 -1
- package/dist/esm/react/nodes/panel.js +18 -10
- package/dist/esm/react/nodes/tableCell.js +8 -26
- package/dist/esm/ui/ExtensionRenderer.js +9 -2
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/dist/esm/ui/Renderer/style.js +5 -4
- package/dist/esm/ui/SortingIcon.js +55 -27
- package/dist/esm/version.json +1 -1
- package/dist/types/consts.d.ts +2 -2
- package/dist/types/i18n/cs.d.ts +2 -2
- package/dist/types/i18n/da.d.ts +2 -2
- package/dist/types/i18n/de.d.ts +2 -2
- package/dist/types/i18n/en.d.ts +2 -2
- package/dist/types/i18n/en_GB.d.ts +2 -2
- package/dist/types/i18n/es.d.ts +2 -2
- package/dist/types/i18n/fi.d.ts +2 -2
- package/dist/types/i18n/fr.d.ts +2 -2
- package/dist/types/i18n/hu.d.ts +2 -2
- package/dist/types/i18n/it.d.ts +2 -2
- package/dist/types/i18n/ja.d.ts +2 -2
- package/dist/types/i18n/ko.d.ts +2 -2
- package/dist/types/i18n/nb.d.ts +2 -2
- package/dist/types/i18n/nl.d.ts +2 -2
- package/dist/types/i18n/pl.d.ts +2 -2
- package/dist/types/i18n/pt_BR.d.ts +2 -2
- package/dist/types/i18n/ru.d.ts +2 -2
- package/dist/types/i18n/sv.d.ts +2 -2
- package/dist/types/i18n/th.d.ts +2 -2
- package/dist/types/i18n/tr.d.ts +2 -2
- package/dist/types/i18n/uk.d.ts +2 -2
- package/dist/types/i18n/vi.d.ts +2 -2
- package/dist/types/i18n/zh.d.ts +2 -2
- package/dist/types/i18n/zh_TW.d.ts +2 -2
- package/dist/types/react/nodes/bodiedExtension.d.ts +2 -1
- package/dist/types/react/nodes/extension.d.ts +2 -1
- package/dist/types/react/nodes/inlineExtension.d.ts +2 -0
- package/dist/types/ui/ExtensionRenderer.d.ts +2 -0
- package/dist/types/ui/SortingIcon.d.ts +4 -1
- package/dist/types-ts4.0/consts.d.ts +2 -2
- package/dist/types-ts4.0/i18n/cs.d.ts +2 -2
- package/dist/types-ts4.0/i18n/da.d.ts +2 -2
- package/dist/types-ts4.0/i18n/de.d.ts +2 -2
- package/dist/types-ts4.0/i18n/en.d.ts +2 -2
- package/dist/types-ts4.0/i18n/en_GB.d.ts +2 -2
- package/dist/types-ts4.0/i18n/es.d.ts +2 -2
- package/dist/types-ts4.0/i18n/fi.d.ts +2 -2
- package/dist/types-ts4.0/i18n/fr.d.ts +2 -2
- package/dist/types-ts4.0/i18n/hu.d.ts +2 -2
- package/dist/types-ts4.0/i18n/it.d.ts +2 -2
- package/dist/types-ts4.0/i18n/ja.d.ts +2 -2
- package/dist/types-ts4.0/i18n/ko.d.ts +2 -2
- package/dist/types-ts4.0/i18n/nb.d.ts +2 -2
- package/dist/types-ts4.0/i18n/nl.d.ts +2 -2
- package/dist/types-ts4.0/i18n/pl.d.ts +2 -2
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +2 -2
- package/dist/types-ts4.0/i18n/ru.d.ts +2 -2
- package/dist/types-ts4.0/i18n/sv.d.ts +2 -2
- package/dist/types-ts4.0/i18n/th.d.ts +2 -2
- package/dist/types-ts4.0/i18n/tr.d.ts +2 -2
- package/dist/types-ts4.0/i18n/uk.d.ts +2 -2
- package/dist/types-ts4.0/i18n/vi.d.ts +2 -2
- package/dist/types-ts4.0/i18n/zh.d.ts +2 -2
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +2 -2
- package/dist/types-ts4.0/react/nodes/bodiedExtension.d.ts +2 -1
- package/dist/types-ts4.0/react/nodes/extension.d.ts +2 -1
- package/dist/types-ts4.0/react/nodes/inlineExtension.d.ts +2 -0
- package/dist/types-ts4.0/ui/ExtensionRenderer.d.ts +2 -0
- package/dist/types-ts4.0/ui/SortingIcon.d.ts +4 -1
- package/package.json +20 -16
- package/report.api.md +359 -255
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Node as PMNode } from 'prosemirror-model';
|
|
2
|
+
import { Mark as PMMark, Node as PMNode } from 'prosemirror-model';
|
|
3
3
|
import { RendererContext } from '../types';
|
|
4
4
|
import { Serializer } from '../..';
|
|
5
5
|
import { ExtensionLayout } from '@atlaskit/adf-schema';
|
|
@@ -18,6 +18,7 @@ export interface Props {
|
|
|
18
18
|
content?: any;
|
|
19
19
|
layout?: ExtensionLayout;
|
|
20
20
|
localId?: string;
|
|
21
|
+
marks?: PMMark[];
|
|
21
22
|
}
|
|
22
23
|
declare const BodiedExtension: React.FunctionComponent<Props>;
|
|
23
24
|
export default BodiedExtension;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Node as PMNode } from 'prosemirror-model';
|
|
2
|
+
import { Mark as PMMark, Node as PMNode } from 'prosemirror-model';
|
|
3
3
|
import { RendererContext } from '../types';
|
|
4
4
|
import { ExtensionLayout } from '@atlaskit/adf-schema';
|
|
5
5
|
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
@@ -16,6 +16,7 @@ export interface Props {
|
|
|
16
16
|
parameters?: any;
|
|
17
17
|
layout?: ExtensionLayout;
|
|
18
18
|
localId?: string;
|
|
19
|
+
marks?: PMMark[];
|
|
19
20
|
}
|
|
20
21
|
declare type AllOrNone<T> = T | {
|
|
21
22
|
[K in keyof T]?: never;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { RendererContext } from '../types';
|
|
3
|
+
import { Mark as PMMark } from 'prosemirror-model';
|
|
3
4
|
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
4
5
|
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
5
6
|
export interface Props {
|
|
@@ -11,6 +12,7 @@ export interface Props {
|
|
|
11
12
|
text?: string;
|
|
12
13
|
parameters?: any;
|
|
13
14
|
localId?: string;
|
|
15
|
+
marks?: PMMark[];
|
|
14
16
|
}
|
|
15
17
|
declare const InlineExtension: React.StatelessComponent<Props>;
|
|
16
18
|
export default InlineExtension;
|
|
@@ -4,6 +4,7 @@ import { ExtensionLayout } from '@atlaskit/adf-schema';
|
|
|
4
4
|
import { getNodeRenderer } from '@atlaskit/editor-common/extensions';
|
|
5
5
|
import type { ExtensionHandlers, ExtensionProvider } from '@atlaskit/editor-common/extensions';
|
|
6
6
|
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
7
|
+
import { Mark as PMMark } from 'prosemirror-model';
|
|
7
8
|
export interface Props {
|
|
8
9
|
type: 'extension' | 'inlineExtension' | 'bodiedExtension';
|
|
9
10
|
extensionHandlers?: ExtensionHandlers;
|
|
@@ -16,6 +17,7 @@ export interface Props {
|
|
|
16
17
|
content?: any;
|
|
17
18
|
layout?: ExtensionLayout;
|
|
18
19
|
localId?: string;
|
|
20
|
+
marks?: PMMark[];
|
|
19
21
|
children: ({ result }: {
|
|
20
22
|
result?: JSX.Element | null;
|
|
21
23
|
}) => JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SortOrder } from '@atlaskit/editor-common/types';
|
|
3
3
|
import { WrappedComponentProps } from 'react-intl-next';
|
|
4
|
-
export declare const TableSortIconDataUrl: string;
|
|
5
4
|
export declare enum StatusClassNames {
|
|
6
5
|
ASC = "sorting-icon-svg__asc",
|
|
7
6
|
DESC = "sorting-icon-svg__desc",
|
|
@@ -11,10 +10,14 @@ export declare enum StatusClassNames {
|
|
|
11
10
|
declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<{
|
|
12
11
|
isSortingAllowed: boolean;
|
|
13
12
|
sortOrdered?: SortOrder | undefined;
|
|
13
|
+
onClick: () => void;
|
|
14
|
+
onKeyDown: (event: import("react").KeyboardEvent<HTMLElement>) => void;
|
|
14
15
|
} & WrappedComponentProps<"intl">>> & {
|
|
15
16
|
WrappedComponent: import("react").ComponentType<{
|
|
16
17
|
isSortingAllowed: boolean;
|
|
17
18
|
sortOrdered?: SortOrder | undefined;
|
|
19
|
+
onClick: () => void;
|
|
20
|
+
onKeyDown: (event: import("react").KeyboardEvent<HTMLElement>) => void;
|
|
18
21
|
} & WrappedComponentProps<"intl">>;
|
|
19
22
|
};
|
|
20
23
|
export default _default;
|
|
@@ -4,9 +4,9 @@ export declare const RendererCssClassName: {
|
|
|
4
4
|
EXTENSION_CENTER_ALIGN: string;
|
|
5
5
|
EXTENSION_OVERFLOW_CONTAINER: string;
|
|
6
6
|
NUMBER_COLUMN: string;
|
|
7
|
+
SORTABLE_COLUMN_WRAPPER: string;
|
|
7
8
|
SORTABLE_COLUMN: string;
|
|
8
|
-
|
|
9
|
-
SORTABLE_COLUMN_NOT_ALLOWED: string;
|
|
9
|
+
SORTABLE_COLUMN_ICON_WRAPPER: string;
|
|
10
10
|
SORTABLE_COLUMN_ICON: string;
|
|
11
11
|
SORTABLE_COLUMN_NO_ORDER: string;
|
|
12
12
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
3
|
-
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
2
|
'fabric.editor.headingLink.ascOrderLabel': string;
|
|
5
3
|
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
6
4
|
'fabric.editor.headingLink.copied': string;
|
|
7
5
|
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
8
6
|
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
9
7
|
'fabric.editor.headingLink.descOrderLabel': string;
|
|
8
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
10
9
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
10
|
+
'fabric.editor.headingLink.invalidLabel': string;
|
|
11
11
|
'fabric.editor.headingLink.noOrderLabel': string;
|
|
12
12
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
13
13
|
};
|