@atlaskit/editor-common 78.33.4 → 78.35.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 +20 -0
- package/dist/cjs/i18n/cs.js +12 -2
- package/dist/cjs/i18n/da.js +12 -2
- package/dist/cjs/i18n/de.js +12 -2
- package/dist/cjs/i18n/en.js +11 -3
- package/dist/cjs/i18n/en_GB.js +11 -3
- package/dist/cjs/i18n/en_ZZ.js +20 -5
- package/dist/cjs/i18n/es.js +12 -2
- package/dist/cjs/i18n/fi.js +12 -2
- package/dist/cjs/i18n/fr.js +12 -2
- package/dist/cjs/i18n/hu.js +12 -2
- package/dist/cjs/i18n/it.js +12 -2
- package/dist/cjs/i18n/ja.js +13 -2
- package/dist/cjs/i18n/ko.js +13 -2
- package/dist/cjs/i18n/nb.js +12 -2
- package/dist/cjs/i18n/nl.js +14 -4
- package/dist/cjs/i18n/pl.js +12 -2
- package/dist/cjs/i18n/pt_BR.js +12 -2
- package/dist/cjs/i18n/ru.js +12 -2
- package/dist/cjs/i18n/sv.js +12 -2
- package/dist/cjs/i18n/th.js +12 -2
- package/dist/cjs/i18n/tr.js +13 -2
- package/dist/cjs/i18n/uk.js +12 -2
- package/dist/cjs/i18n/vi.js +12 -2
- package/dist/cjs/i18n/zh.js +12 -2
- package/dist/cjs/i18n/zh_TW.js +12 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/portal/PortalBucket.js +44 -0
- package/dist/cjs/portal/PortalManager.js +209 -0
- package/dist/cjs/portal/index.js +26 -0
- package/dist/cjs/portal/usePortalProvider.js +80 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/insert-node-into-ordered-list.js +22 -3
- package/dist/es2019/i18n/cs.js +12 -2
- package/dist/es2019/i18n/da.js +12 -2
- package/dist/es2019/i18n/de.js +12 -2
- package/dist/es2019/i18n/en.js +11 -3
- package/dist/es2019/i18n/en_GB.js +11 -3
- package/dist/es2019/i18n/en_ZZ.js +20 -5
- package/dist/es2019/i18n/es.js +12 -2
- package/dist/es2019/i18n/fi.js +12 -2
- package/dist/es2019/i18n/fr.js +12 -2
- package/dist/es2019/i18n/hu.js +12 -2
- package/dist/es2019/i18n/it.js +12 -2
- package/dist/es2019/i18n/ja.js +13 -2
- package/dist/es2019/i18n/ko.js +13 -2
- package/dist/es2019/i18n/nb.js +12 -2
- package/dist/es2019/i18n/nl.js +14 -4
- package/dist/es2019/i18n/pl.js +12 -2
- package/dist/es2019/i18n/pt_BR.js +12 -2
- package/dist/es2019/i18n/ru.js +12 -2
- package/dist/es2019/i18n/sv.js +12 -2
- package/dist/es2019/i18n/th.js +12 -2
- package/dist/es2019/i18n/tr.js +13 -2
- package/dist/es2019/i18n/uk.js +12 -2
- package/dist/es2019/i18n/vi.js +12 -2
- package/dist/es2019/i18n/zh.js +12 -2
- package/dist/es2019/i18n/zh_TW.js +12 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/portal/PortalBucket.js +29 -0
- package/dist/es2019/portal/PortalManager.js +157 -0
- package/dist/es2019/portal/index.js +3 -0
- package/dist/es2019/portal/usePortalProvider.js +58 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/insert-node-into-ordered-list.js +23 -3
- package/dist/esm/i18n/cs.js +12 -2
- package/dist/esm/i18n/da.js +12 -2
- package/dist/esm/i18n/de.js +12 -2
- package/dist/esm/i18n/en.js +11 -3
- package/dist/esm/i18n/en_GB.js +11 -3
- package/dist/esm/i18n/en_ZZ.js +20 -5
- package/dist/esm/i18n/es.js +12 -2
- package/dist/esm/i18n/fi.js +12 -2
- package/dist/esm/i18n/fr.js +12 -2
- package/dist/esm/i18n/hu.js +12 -2
- package/dist/esm/i18n/it.js +12 -2
- package/dist/esm/i18n/ja.js +13 -2
- package/dist/esm/i18n/ko.js +13 -2
- package/dist/esm/i18n/nb.js +12 -2
- package/dist/esm/i18n/nl.js +14 -4
- package/dist/esm/i18n/pl.js +12 -2
- package/dist/esm/i18n/pt_BR.js +12 -2
- package/dist/esm/i18n/ru.js +12 -2
- package/dist/esm/i18n/sv.js +12 -2
- package/dist/esm/i18n/th.js +12 -2
- package/dist/esm/i18n/tr.js +13 -2
- package/dist/esm/i18n/uk.js +12 -2
- package/dist/esm/i18n/vi.js +12 -2
- package/dist/esm/i18n/zh.js +12 -2
- package/dist/esm/i18n/zh_TW.js +12 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/portal/PortalBucket.js +34 -0
- package/dist/esm/portal/PortalManager.js +202 -0
- package/dist/esm/portal/index.js +3 -0
- package/dist/esm/portal/usePortalProvider.js +70 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/insert-node-into-ordered-list.js +23 -3
- package/dist/types/i18n/cs.d.ts +10 -0
- package/dist/types/i18n/da.d.ts +10 -0
- package/dist/types/i18n/de.d.ts +10 -0
- package/dist/types/i18n/en.d.ts +8 -0
- package/dist/types/i18n/en_GB.d.ts +8 -0
- package/dist/types/i18n/en_ZZ.d.ts +16 -1
- package/dist/types/i18n/es.d.ts +10 -0
- package/dist/types/i18n/fi.d.ts +10 -0
- package/dist/types/i18n/fr.d.ts +10 -0
- package/dist/types/i18n/hu.d.ts +10 -0
- package/dist/types/i18n/it.d.ts +10 -0
- package/dist/types/i18n/ja.d.ts +11 -0
- package/dist/types/i18n/ko.d.ts +11 -0
- package/dist/types/i18n/nb.d.ts +10 -0
- package/dist/types/i18n/nl.d.ts +10 -0
- package/dist/types/i18n/pl.d.ts +10 -0
- package/dist/types/i18n/pt_BR.d.ts +10 -0
- package/dist/types/i18n/ru.d.ts +10 -0
- package/dist/types/i18n/sv.d.ts +10 -0
- package/dist/types/i18n/th.d.ts +10 -0
- package/dist/types/i18n/tr.d.ts +11 -0
- package/dist/types/i18n/uk.d.ts +10 -0
- package/dist/types/i18n/vi.d.ts +10 -0
- package/dist/types/i18n/zh.d.ts +10 -0
- package/dist/types/i18n/zh_TW.d.ts +10 -0
- package/dist/types/portal/PortalBucket.d.ts +18 -0
- package/dist/types/portal/PortalManager.d.ts +53 -0
- package/dist/types/portal/index.d.ts +3 -0
- package/dist/types/portal/usePortalProvider.d.ts +18 -0
- package/dist/types/types/annotation/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -0
- package/dist/types-ts4.5/i18n/da.d.ts +10 -0
- package/dist/types-ts4.5/i18n/de.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +8 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +16 -1
- package/dist/types-ts4.5/i18n/es.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +10 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +10 -0
- package/dist/types-ts4.5/i18n/it.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +11 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +11 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +10 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +10 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -0
- package/dist/types-ts4.5/i18n/th.d.ts +10 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +11 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +10 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +10 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -0
- package/dist/types-ts4.5/portal/PortalBucket.d.ts +18 -0
- package/dist/types-ts4.5/portal/PortalManager.d.ts +53 -0
- package/dist/types-ts4.5/portal/index.d.ts +3 -0
- package/dist/types-ts4.5/portal/usePortalProvider.d.ts +21 -0
- package/dist/types-ts4.5/types/annotation/index.d.ts +1 -0
- package/package.json +4 -3
- package/portal/package.json +15 -0
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { PortalManager } from './PortalManager';
|
|
3
|
+
type PortalBucketProps = {
|
|
4
|
+
id: number;
|
|
5
|
+
portalManager: PortalManager;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* A component for rendering portals managed by a `PortalManager`.
|
|
9
|
+
* It subscribes to a `PortalManager` instance to listen for changes in the portal content
|
|
10
|
+
* and renders the content of its assigned portal bucket.
|
|
11
|
+
*
|
|
12
|
+
* @param {PortalBucketProps} props The component props.
|
|
13
|
+
* @param {number} props.id The ID for the portal bucket. This ID is used by the `PortalManager` to manage the content of this bucket.
|
|
14
|
+
* @param {PortalManager} props.portalManager An instance of `PortalManager` which manages the registration and unregistration of portal buckets and their content.
|
|
15
|
+
* @returns {React.ReactElement} The React element(s) that are currently registered to this portal bucket.
|
|
16
|
+
*/
|
|
17
|
+
export declare function PortalBucket({ id, portalManager }: PortalBucketProps): JSX.Element;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
type PortalsBucketUpdater = React.Dispatch<React.SetStateAction<Record<React.Key, React.ReactPortal>>>;
|
|
3
|
+
type PortalRendererUpdater = React.Dispatch<React.SetStateAction<Array<PortalBucketType>>>;
|
|
4
|
+
type PortalBucketType = {
|
|
5
|
+
portals: Record<React.Key, React.ReactPortal>;
|
|
6
|
+
capacity: number;
|
|
7
|
+
updater: PortalsBucketUpdater | null;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* A utility class to manage and dynamically scale React portals across multiple buckets.
|
|
11
|
+
* It allows for efficient rendering of large numbers of React portals by distributing them
|
|
12
|
+
* across "buckets" and updating these buckets as necessary to balance load and performance.
|
|
13
|
+
*
|
|
14
|
+
* @class PortalManager
|
|
15
|
+
* @typedef {Object} PortalManager
|
|
16
|
+
*
|
|
17
|
+
* @property {number} maxBucketCapacity - The maximum capacity of each bucket before a new bucket is created.
|
|
18
|
+
* @property {number} scaleRatio - The ratio to determine the number of new buckets to add when scaling up.
|
|
19
|
+
* @property {Array<PortalBucketType>} buckets - An array of bucket objects where each bucket holds a record of React portals.
|
|
20
|
+
* @property {Set<number>} availableBuckets - A set of indices representing buckets that have available capacity.
|
|
21
|
+
* @property {Map<React.Key, number>} portalToBucketMap - A map of React portal keys to their corresponding bucket indices.
|
|
22
|
+
* @property {PortalRendererUpdater|null} portalRendererUpdater - A function to trigger updates to the rendering of portals.
|
|
23
|
+
* @property {number} scaleCapacityThreshold - The threshold at which the buckets are scaled up to accommodate more portals.
|
|
24
|
+
*
|
|
25
|
+
* @param {number} [initialBuckets=DEFAULT_INITIAL_BUCKETS] - The initial number of buckets to create.
|
|
26
|
+
* @param {number} [maxBucketCapacity=DEFAULT_MAX_BUCKET_CAPACITY] - The maximum number of portals a single bucket can hold.
|
|
27
|
+
* @param {number} [scaleRatio=DEFAULT_SCALE_RATIO] - The ratio used to calculate the number of new buckets to add when scaling.
|
|
28
|
+
*/
|
|
29
|
+
export declare class PortalManager {
|
|
30
|
+
private maxBucketCapacity;
|
|
31
|
+
private scaleRatio;
|
|
32
|
+
private buckets;
|
|
33
|
+
private availableBuckets;
|
|
34
|
+
private portalToBucketMap;
|
|
35
|
+
private portalRendererUpdater;
|
|
36
|
+
private scaleCapacityThreshold;
|
|
37
|
+
constructor(initialBuckets?: number, maxBucketCapacity?: number, scaleRatio?: number);
|
|
38
|
+
private getCurrentBucket;
|
|
39
|
+
private createBucket;
|
|
40
|
+
getBuckets(): PortalBucketType[];
|
|
41
|
+
registerBucket(id: number, updater: PortalsBucketUpdater): void;
|
|
42
|
+
unregisterBucket(id: number): void;
|
|
43
|
+
updateBuckets(id: number): void;
|
|
44
|
+
registerPortal(key: React.Key, portal: React.ReactPortal): () => void;
|
|
45
|
+
registerPortalRenderer(updater: PortalRendererUpdater): void;
|
|
46
|
+
unregisterPortalRenderer(): void;
|
|
47
|
+
/**
|
|
48
|
+
* Cleans up resources used by the PortalManager. This includes clearing all portals,
|
|
49
|
+
* unregistering all buckets, and resetting internal state.
|
|
50
|
+
*/
|
|
51
|
+
destroy(): void;
|
|
52
|
+
}
|
|
53
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type RenderFn = (key: string, children: () => React.ReactChild | JSX.Element | null, container: HTMLElement) => void;
|
|
3
|
+
type RemoveFn = (key: string) => void;
|
|
4
|
+
interface PortalProviderAPI {
|
|
5
|
+
render: RenderFn;
|
|
6
|
+
remove: RemoveFn;
|
|
7
|
+
destroy: () => void;
|
|
8
|
+
}
|
|
9
|
+
type PortalRendererComponent = () => JSX.Element;
|
|
10
|
+
type UsePortalProviderReturnType = [PortalProviderAPI, PortalRendererComponent];
|
|
11
|
+
/**
|
|
12
|
+
* Initializes PortalManager and creates PortalRendererComponent. Offers an API (portalProviderAPI) for managing portals.
|
|
13
|
+
* @returns {[PortalProviderAPI, PortalRendererComponent]} An array containing two elements:
|
|
14
|
+
* 1. portalProviderAPI: An object providing an API for rendering and removing portals.
|
|
15
|
+
* 2. PortalRenderer: A React component responsible for rendering the portal content.
|
|
16
|
+
*/
|
|
17
|
+
export declare function usePortalProvider(): UsePortalProviderReturnType;
|
|
18
|
+
export {};
|
|
@@ -117,6 +117,7 @@ interface AnnotationTypeProvider<Type> {
|
|
|
117
117
|
updateSubscriber?: AnnotationUpdateEmitter;
|
|
118
118
|
allowDraftMode?: boolean;
|
|
119
119
|
allowCommentsOnMedia?: boolean;
|
|
120
|
+
isCommentsOnMediaBugFixEnabled?: boolean;
|
|
120
121
|
}
|
|
121
122
|
export type InlineCommentAnnotationProvider = AnnotationTypeProvider<AnnotationTypes.INLINE_COMMENT> & {
|
|
122
123
|
selectionComponent?: React.ComponentType<React.PropsWithChildren<InlineCommentSelectionComponentProps>>;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -412,6 +419,7 @@ declare const _default: {
|
|
|
412
419
|
'fabric.editor.unsupportedBlockContent': string;
|
|
413
420
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
414
421
|
'fabric.editor.unsupportedInlineContent': string;
|
|
422
|
+
'fabric.editor.upDown': string;
|
|
415
423
|
'fabric.editor.url': string;
|
|
416
424
|
'fabric.editor.urlDescription': string;
|
|
417
425
|
'fabric.editor.urlTitle': string;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -412,6 +419,7 @@ declare const _default: {
|
|
|
412
419
|
'fabric.editor.unsupportedBlockContent': string;
|
|
413
420
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
414
421
|
'fabric.editor.unsupportedInlineContent': string;
|
|
422
|
+
'fabric.editor.upDown': string;
|
|
415
423
|
'fabric.editor.url': string;
|
|
416
424
|
'fabric.editor.urlDescription': string;
|
|
417
425
|
'fabric.editor.urlTitle': string;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -355,6 +362,7 @@ declare const _default: {
|
|
|
355
362
|
'fabric.editor.supportAltText': string;
|
|
356
363
|
'fabric.editor.table': string;
|
|
357
364
|
'fabric.editor.table.description': string;
|
|
365
|
+
'fabric.editor.tableFullWidthLabel': string;
|
|
358
366
|
'fabric.editor.tableOptions': string;
|
|
359
367
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
360
368
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
@@ -363,9 +371,14 @@ declare const _default: {
|
|
|
363
371
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
364
372
|
'fabric.editor.tableSizeSelectorPopup': string;
|
|
365
373
|
'fabric.editor.tables.adjustColumn': string;
|
|
374
|
+
'fabric.editor.tables.columnResizeLast': string;
|
|
375
|
+
'fabric.editor.tables.columnResizeOverflow': string;
|
|
376
|
+
'fabric.editor.tables.columnWidth': string;
|
|
366
377
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
367
378
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
379
|
+
'fabric.editor.tables.resizeStop': string;
|
|
368
380
|
'fabric.editor.tables.resizeTable': string;
|
|
381
|
+
'fabric.editor.tables.startedColumnResize': string;
|
|
369
382
|
'fabric.editor.task': string;
|
|
370
383
|
'fabric.editor.taskPlaceholder': string;
|
|
371
384
|
'fabric.editor.text.formatting.off': string;
|
|
@@ -405,10 +418,13 @@ declare const _default: {
|
|
|
405
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
406
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
407
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
408
422
|
'fabric.editor.url': string;
|
|
409
423
|
'fabric.editor.urlDescription': string;
|
|
410
424
|
'fabric.editor.urlTitle': string;
|
|
411
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
412
428
|
'fabric.editor.viewMore': string;
|
|
413
429
|
'fabric.editor.visit': string;
|
|
414
430
|
'fabric.editor.warning': string;
|
|
@@ -470,6 +486,5 @@ declare const _default: {
|
|
|
470
486
|
'fabric.theme.white': string;
|
|
471
487
|
'fabric.theme.yellow': string;
|
|
472
488
|
'fabrid.editor.rowNumbers': string;
|
|
473
|
-
testMessage: string;
|
|
474
489
|
};
|
|
475
490
|
export default _default;
|
|
@@ -12,6 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.addColumnRight': string;
|
|
13
13
|
'fabric.editor.addCommentOnMedia': string;
|
|
14
14
|
'fabric.editor.addImageBorder': string;
|
|
15
|
+
'fabric.editor.addLoomVideo': string;
|
|
15
16
|
'fabric.editor.addMediaFiles': string;
|
|
16
17
|
'fabric.editor.addRowAbove': string;
|
|
17
18
|
'fabric.editor.addRowBelow': string;
|
|
@@ -92,6 +93,9 @@ declare const _default: {
|
|
|
92
93
|
'fabric.editor.customPanel.description': string;
|
|
93
94
|
'fabric.editor.datasource.assetsObjects': string;
|
|
94
95
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
96
|
+
'fabric.editor.datasource.assetsObjectsGeneralAvailability': string;
|
|
97
|
+
'fabric.editor.datasource.confluenceSearch': string;
|
|
98
|
+
'fabric.editor.datasource.confluenceSearch.description': string;
|
|
95
99
|
'fabric.editor.datasource.jiraIssue': string;
|
|
96
100
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
97
101
|
'fabric.editor.datasourceAppearanceTitle': string;
|
|
@@ -101,6 +105,7 @@ declare const _default: {
|
|
|
101
105
|
'fabric.editor.decision': string;
|
|
102
106
|
'fabric.editor.decision.description': string;
|
|
103
107
|
'fabric.editor.decisionPlaceholder': string;
|
|
108
|
+
'fabric.editor.decreaseColumnSize': string;
|
|
104
109
|
'fabric.editor.decreaseSize': string;
|
|
105
110
|
'fabric.editor.defaultAltText': string;
|
|
106
111
|
'fabric.editor.description': string;
|
|
@@ -221,6 +226,7 @@ declare const _default: {
|
|
|
221
226
|
'fabric.editor.imageBorderSize': string;
|
|
222
227
|
'fabric.editor.imageBorderSubtle': string;
|
|
223
228
|
'fabric.editor.improvement': string;
|
|
229
|
+
'fabric.editor.increaseColumnSize': string;
|
|
224
230
|
'fabric.editor.increaseSize': string;
|
|
225
231
|
'fabric.editor.indent': string;
|
|
226
232
|
'fabric.editor.info': string;
|
|
@@ -328,6 +334,7 @@ declare const _default: {
|
|
|
328
334
|
'fabric.editor.rowDragHandle': string;
|
|
329
335
|
'fabric.editor.saveButton': string;
|
|
330
336
|
'fabric.editor.searchResults': string;
|
|
337
|
+
'fabric.editor.selectColumnResize': string;
|
|
331
338
|
'fabric.editor.selectLanguage': string;
|
|
332
339
|
'fabric.editor.selectTableColumn': string;
|
|
333
340
|
'fabric.editor.selectTableRow': string;
|
|
@@ -411,10 +418,13 @@ declare const _default: {
|
|
|
411
418
|
'fabric.editor.unsupportedBlockContent': string;
|
|
412
419
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
413
420
|
'fabric.editor.unsupportedInlineContent': string;
|
|
421
|
+
'fabric.editor.upDown': string;
|
|
414
422
|
'fabric.editor.url': string;
|
|
415
423
|
'fabric.editor.urlDescription': string;
|
|
416
424
|
'fabric.editor.urlTitle': string;
|
|
417
425
|
'fabric.editor.useMarkdown': string;
|
|
426
|
+
'fabric.editor.viewAndAddCommentsOnMedia': string;
|
|
427
|
+
'fabric.editor.viewCommentOnMedia': string;
|
|
418
428
|
'fabric.editor.viewMore': string;
|
|
419
429
|
'fabric.editor.visit': string;
|
|
420
430
|
'fabric.editor.warning': string;
|