@atlaskit/editor-common 109.5.0 → 109.7.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 +34 -0
- package/dist/cjs/ai-messages/ai-config-items.js +5 -0
- package/dist/cjs/analytics/types/enums.js +6 -0
- package/dist/cjs/element-browser/components/ViewMore.js +1 -1
- package/dist/cjs/i18n/cs.js +0 -1
- package/dist/cjs/i18n/da.js +0 -1
- package/dist/cjs/i18n/de.js +0 -1
- package/dist/cjs/i18n/en.js +5 -1
- package/dist/cjs/i18n/en_GB.js +5 -1
- package/dist/cjs/i18n/en_ZZ.js +5 -1
- package/dist/cjs/i18n/es.js +0 -1
- package/dist/cjs/i18n/fi.js +0 -1
- package/dist/cjs/i18n/fr.js +0 -1
- package/dist/cjs/i18n/hr.js +0 -1
- package/dist/cjs/i18n/hu.js +0 -1
- package/dist/cjs/i18n/it.js +0 -1
- package/dist/cjs/i18n/ja.js +0 -1
- package/dist/cjs/i18n/ko.js +0 -1
- package/dist/cjs/i18n/nb.js +0 -1
- package/dist/cjs/i18n/nl.js +0 -1
- package/dist/cjs/i18n/pl.js +0 -1
- package/dist/cjs/i18n/pt_BR.js +0 -1
- package/dist/cjs/i18n/ru.js +0 -1
- package/dist/cjs/i18n/sl.js +0 -1
- package/dist/cjs/i18n/sr_RS.js +0 -1
- package/dist/cjs/i18n/sr_YR.js +0 -1
- package/dist/cjs/i18n/sv.js +0 -1
- package/dist/cjs/i18n/th.js +0 -1
- package/dist/cjs/i18n/tr.js +0 -1
- package/dist/cjs/i18n/uk.js +0 -1
- package/dist/cjs/i18n/vi.js +0 -1
- package/dist/cjs/i18n/zh.js +0 -1
- package/dist/cjs/i18n/zh_TW.js +6 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/safe-plugin/index.js +3 -0
- package/dist/cjs/styles/shared/table.js +2 -1
- package/dist/cjs/toolbar/EditorToolbarUIProvider.js +7 -3
- package/dist/cjs/transforms/list-transforms.js +24 -9
- package/dist/cjs/transforms/list-utils.js +14 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Shortcut/index.js +1 -1
- package/dist/cjs/ui/Toolbar/ButtonGroup.js +1 -1
- package/dist/cjs/ui/Toolbar/DropdownTriggerWrapper.js +1 -1
- package/dist/cjs/ui/Toolbar/DropdownWrapper.compiled.css +1 -2
- package/dist/cjs/ui/Toolbar/DropdownWrapper.js +1 -1
- package/dist/cjs/ui/Toolbar/ExpandIcon.js +1 -1
- package/dist/cjs/ui/Toolbar/Separator.js +1 -1
- package/dist/es2019/ai-messages/ai-config-items.js +5 -0
- package/dist/es2019/analytics/types/enums.js +6 -0
- package/dist/es2019/element-browser/components/ViewMore.js +1 -1
- package/dist/es2019/i18n/cs.js +0 -1
- package/dist/es2019/i18n/da.js +0 -1
- package/dist/es2019/i18n/de.js +0 -1
- package/dist/es2019/i18n/en.js +5 -1
- package/dist/es2019/i18n/en_GB.js +5 -1
- package/dist/es2019/i18n/en_ZZ.js +5 -1
- package/dist/es2019/i18n/es.js +0 -1
- package/dist/es2019/i18n/fi.js +0 -1
- package/dist/es2019/i18n/fr.js +0 -1
- package/dist/es2019/i18n/hr.js +0 -1
- package/dist/es2019/i18n/hu.js +0 -1
- package/dist/es2019/i18n/it.js +0 -1
- package/dist/es2019/i18n/ja.js +0 -1
- package/dist/es2019/i18n/ko.js +0 -1
- package/dist/es2019/i18n/nb.js +0 -1
- package/dist/es2019/i18n/nl.js +0 -1
- package/dist/es2019/i18n/pl.js +0 -1
- package/dist/es2019/i18n/pt_BR.js +0 -1
- package/dist/es2019/i18n/ru.js +0 -1
- package/dist/es2019/i18n/sl.js +0 -1
- package/dist/es2019/i18n/sr_RS.js +0 -1
- package/dist/es2019/i18n/sr_YR.js +0 -1
- package/dist/es2019/i18n/sv.js +0 -1
- package/dist/es2019/i18n/th.js +0 -1
- package/dist/es2019/i18n/tr.js +0 -1
- package/dist/es2019/i18n/uk.js +0 -1
- package/dist/es2019/i18n/vi.js +0 -1
- package/dist/es2019/i18n/zh.js +0 -1
- package/dist/es2019/i18n/zh_TW.js +6 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/safe-plugin/index.js +3 -0
- package/dist/es2019/styles/shared/table.js +4 -3
- package/dist/es2019/toolbar/EditorToolbarUIProvider.js +7 -3
- package/dist/es2019/transforms/list-transforms.js +21 -6
- package/dist/es2019/transforms/list-utils.js +13 -2
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Shortcut/index.js +1 -1
- package/dist/es2019/ui/Toolbar/ButtonGroup.js +1 -1
- package/dist/es2019/ui/Toolbar/DropdownTriggerWrapper.js +1 -1
- package/dist/es2019/ui/Toolbar/DropdownWrapper.compiled.css +1 -2
- package/dist/es2019/ui/Toolbar/DropdownWrapper.js +1 -1
- package/dist/es2019/ui/Toolbar/ExpandIcon.js +1 -1
- package/dist/es2019/ui/Toolbar/Separator.js +1 -1
- package/dist/esm/ai-messages/ai-config-items.js +5 -0
- package/dist/esm/analytics/types/enums.js +6 -0
- package/dist/esm/element-browser/components/ViewMore.js +1 -1
- package/dist/esm/i18n/cs.js +0 -1
- package/dist/esm/i18n/da.js +0 -1
- package/dist/esm/i18n/de.js +0 -1
- package/dist/esm/i18n/en.js +5 -1
- package/dist/esm/i18n/en_GB.js +5 -1
- package/dist/esm/i18n/en_ZZ.js +5 -1
- package/dist/esm/i18n/es.js +0 -1
- package/dist/esm/i18n/fi.js +0 -1
- package/dist/esm/i18n/fr.js +0 -1
- package/dist/esm/i18n/hr.js +0 -1
- package/dist/esm/i18n/hu.js +0 -1
- package/dist/esm/i18n/it.js +0 -1
- package/dist/esm/i18n/ja.js +0 -1
- package/dist/esm/i18n/ko.js +0 -1
- package/dist/esm/i18n/nb.js +0 -1
- package/dist/esm/i18n/nl.js +0 -1
- package/dist/esm/i18n/pl.js +0 -1
- package/dist/esm/i18n/pt_BR.js +0 -1
- package/dist/esm/i18n/ru.js +0 -1
- package/dist/esm/i18n/sl.js +0 -1
- package/dist/esm/i18n/sr_RS.js +0 -1
- package/dist/esm/i18n/sr_YR.js +0 -1
- package/dist/esm/i18n/sv.js +0 -1
- package/dist/esm/i18n/th.js +0 -1
- package/dist/esm/i18n/tr.js +0 -1
- package/dist/esm/i18n/uk.js +0 -1
- package/dist/esm/i18n/vi.js +0 -1
- package/dist/esm/i18n/zh.js +0 -1
- package/dist/esm/i18n/zh_TW.js +6 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/safe-plugin/index.js +3 -0
- package/dist/esm/styles/shared/table.js +2 -1
- package/dist/esm/toolbar/EditorToolbarUIProvider.js +7 -3
- package/dist/esm/transforms/list-transforms.js +24 -9
- package/dist/esm/transforms/list-utils.js +14 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Shortcut/index.js +1 -1
- package/dist/esm/ui/Toolbar/ButtonGroup.js +1 -1
- package/dist/esm/ui/Toolbar/DropdownTriggerWrapper.js +1 -1
- package/dist/esm/ui/Toolbar/DropdownWrapper.compiled.css +1 -2
- package/dist/esm/ui/Toolbar/DropdownWrapper.js +1 -1
- package/dist/esm/ui/Toolbar/ExpandIcon.js +1 -1
- package/dist/esm/ui/Toolbar/Separator.js +1 -1
- package/dist/types/ai-messages/ai-config-items.d.ts +5 -0
- package/dist/types/analytics/types/enums.d.ts +7 -1
- package/dist/types/analytics/types/general-events.d.ts +11 -1
- package/dist/types/analytics/types/view-events.d.ts +4 -1
- package/dist/types/i18n/cs.d.ts +0 -1
- package/dist/types/i18n/da.d.ts +0 -1
- package/dist/types/i18n/de.d.ts +0 -1
- package/dist/types/i18n/en.d.ts +5 -1
- package/dist/types/i18n/en_GB.d.ts +5 -1
- package/dist/types/i18n/en_ZZ.d.ts +5 -1
- package/dist/types/i18n/es.d.ts +0 -1
- package/dist/types/i18n/fi.d.ts +0 -1
- package/dist/types/i18n/fr.d.ts +0 -1
- package/dist/types/i18n/hr.d.ts +0 -1
- package/dist/types/i18n/hu.d.ts +0 -1
- package/dist/types/i18n/it.d.ts +0 -1
- package/dist/types/i18n/ja.d.ts +0 -1
- package/dist/types/i18n/ko.d.ts +0 -1
- package/dist/types/i18n/nb.d.ts +0 -1
- package/dist/types/i18n/nl.d.ts +0 -1
- package/dist/types/i18n/pl.d.ts +0 -1
- package/dist/types/i18n/pt_BR.d.ts +0 -1
- package/dist/types/i18n/ru.d.ts +0 -1
- package/dist/types/i18n/sl.d.ts +0 -1
- package/dist/types/i18n/sr_RS.d.ts +0 -1
- package/dist/types/i18n/sr_YR.d.ts +0 -1
- package/dist/types/i18n/sv.d.ts +0 -1
- package/dist/types/i18n/th.d.ts +0 -1
- package/dist/types/i18n/tr.d.ts +0 -1
- package/dist/types/i18n/uk.d.ts +0 -1
- package/dist/types/i18n/vi.d.ts +0 -1
- package/dist/types/i18n/zh.d.ts +0 -1
- package/dist/types/i18n/zh_TW.d.ts +5 -1
- package/dist/types/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types/toolbar/EditorToolbarUIProvider.d.ts +2 -2
- package/dist/types/transforms/list-transforms.d.ts +1 -1
- package/dist/types-ts4.5/ai-messages/ai-config-items.d.ts +5 -0
- package/dist/types-ts4.5/analytics/types/enums.d.ts +7 -1
- package/dist/types-ts4.5/analytics/types/general-events.d.ts +11 -1
- package/dist/types-ts4.5/analytics/types/view-events.d.ts +4 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -1
- package/dist/types-ts4.5/i18n/da.d.ts +0 -1
- package/dist/types-ts4.5/i18n/de.d.ts +0 -1
- package/dist/types-ts4.5/i18n/en.d.ts +5 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +5 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +5 -1
- package/dist/types-ts4.5/i18n/es.d.ts +0 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/hr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -1
- package/dist/types-ts4.5/i18n/it.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -1
- package/dist/types-ts4.5/i18n/sl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -1
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -1
- package/dist/types-ts4.5/i18n/th.d.ts +0 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -1
- package/dist/types-ts4.5/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types-ts4.5/toolbar/EditorToolbarUIProvider.d.ts +2 -2
- package/dist/types-ts4.5/transforms/list-transforms.d.ts +1 -1
- package/package.json +4 -101
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/hr.d.ts
CHANGED
|
@@ -336,7 +336,6 @@ declare const _default: {
|
|
|
336
336
|
'fabric.editor.annotationToolbar': string;
|
|
337
337
|
'fabric.editor.backLink': string;
|
|
338
338
|
'fabric.editor.backgroundColor': string;
|
|
339
|
-
'fabric.editor.block.menu.code.block': string;
|
|
340
339
|
'fabric.editor.block.menu.copy.block': string;
|
|
341
340
|
'fabric.editor.block.menu.copy.link': string;
|
|
342
341
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -265,7 +265,6 @@ declare const _default: {
|
|
|
265
265
|
'fabric.editor.annotationToolbar': string;
|
|
266
266
|
'fabric.editor.backLink': string;
|
|
267
267
|
'fabric.editor.backgroundColor': string;
|
|
268
|
-
'fabric.editor.block.menu.code.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.link': string;
|
|
271
270
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -265,7 +265,6 @@ declare const _default: {
|
|
|
265
265
|
'fabric.editor.annotationToolbar': string;
|
|
266
266
|
'fabric.editor.backLink': string;
|
|
267
267
|
'fabric.editor.backgroundColor': string;
|
|
268
|
-
'fabric.editor.block.menu.code.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.link': string;
|
|
271
270
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -265,7 +265,6 @@ declare const _default: {
|
|
|
265
265
|
'fabric.editor.annotationToolbar': string;
|
|
266
266
|
'fabric.editor.backLink': string;
|
|
267
267
|
'fabric.editor.backgroundColor': string;
|
|
268
|
-
'fabric.editor.block.menu.code.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.link': string;
|
|
271
270
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -265,7 +265,6 @@ declare const _default: {
|
|
|
265
265
|
'fabric.editor.annotationToolbar': string;
|
|
266
266
|
'fabric.editor.backLink': string;
|
|
267
267
|
'fabric.editor.backgroundColor': string;
|
|
268
|
-
'fabric.editor.block.menu.code.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.link': string;
|
|
271
270
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -264,7 +264,6 @@ declare const _default: {
|
|
|
264
264
|
'fabric.editor.annotationToolbar': string;
|
|
265
265
|
'fabric.editor.backLink': string;
|
|
266
266
|
'fabric.editor.backgroundColor': string;
|
|
267
|
-
'fabric.editor.block.menu.code.block': string;
|
|
268
267
|
'fabric.editor.block.menu.copy.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.link': string;
|
|
270
269
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/sl.d.ts
CHANGED
|
@@ -334,7 +334,6 @@ declare const _default: {
|
|
|
334
334
|
'fabric.editor.annotationToolbar': string;
|
|
335
335
|
'fabric.editor.backLink': string;
|
|
336
336
|
'fabric.editor.backgroundColor': string;
|
|
337
|
-
'fabric.editor.block.menu.code.block': string;
|
|
338
337
|
'fabric.editor.block.menu.copy.block': string;
|
|
339
338
|
'fabric.editor.block.menu.copy.link': string;
|
|
340
339
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -336,7 +336,6 @@ declare const _default: {
|
|
|
336
336
|
'fabric.editor.annotationToolbar': string;
|
|
337
337
|
'fabric.editor.backLink': string;
|
|
338
338
|
'fabric.editor.backgroundColor': string;
|
|
339
|
-
'fabric.editor.block.menu.code.block': string;
|
|
340
339
|
'fabric.editor.block.menu.copy.block': string;
|
|
341
340
|
'fabric.editor.block.menu.copy.link': string;
|
|
342
341
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -336,7 +336,6 @@ declare const _default: {
|
|
|
336
336
|
'fabric.editor.annotationToolbar': string;
|
|
337
337
|
'fabric.editor.backLink': string;
|
|
338
338
|
'fabric.editor.backgroundColor': string;
|
|
339
|
-
'fabric.editor.block.menu.code.block': string;
|
|
340
339
|
'fabric.editor.block.menu.copy.block': string;
|
|
341
340
|
'fabric.editor.block.menu.copy.link': string;
|
|
342
341
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -265,7 +265,6 @@ declare const _default: {
|
|
|
265
265
|
'fabric.editor.annotationToolbar': string;
|
|
266
266
|
'fabric.editor.backLink': string;
|
|
267
267
|
'fabric.editor.backgroundColor': string;
|
|
268
|
-
'fabric.editor.block.menu.code.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.link': string;
|
|
271
270
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -251,7 +251,6 @@ declare const _default: {
|
|
|
251
251
|
'fabric.editor.annotationToolbar': string;
|
|
252
252
|
'fabric.editor.backLink': string;
|
|
253
253
|
'fabric.editor.backgroundColor': string;
|
|
254
|
-
'fabric.editor.block.menu.code.block': string;
|
|
255
254
|
'fabric.editor.block.menu.copy.block': string;
|
|
256
255
|
'fabric.editor.block.menu.copy.link': string;
|
|
257
256
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -251,7 +251,6 @@ declare const _default: {
|
|
|
251
251
|
'fabric.editor.annotationToolbar': string;
|
|
252
252
|
'fabric.editor.backLink': string;
|
|
253
253
|
'fabric.editor.backgroundColor': string;
|
|
254
|
-
'fabric.editor.block.menu.code.block': string;
|
|
255
254
|
'fabric.editor.block.menu.copy.block': string;
|
|
256
255
|
'fabric.editor.block.menu.copy.link': string;
|
|
257
256
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -251,7 +251,6 @@ declare const _default: {
|
|
|
251
251
|
'fabric.editor.annotationToolbar': string;
|
|
252
252
|
'fabric.editor.backLink': string;
|
|
253
253
|
'fabric.editor.backgroundColor': string;
|
|
254
|
-
'fabric.editor.block.menu.code.block': string;
|
|
255
254
|
'fabric.editor.block.menu.copy.block': string;
|
|
256
255
|
'fabric.editor.block.menu.copy.link': string;
|
|
257
256
|
'fabric.editor.block.menu.delete.block': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -187,6 +187,7 @@ declare const _default: {
|
|
|
187
187
|
'fabric.editor.ai.experience-application.rateLimitEnforced': string;
|
|
188
188
|
'fabric.editor.ai.experience-application.tokenLimitExceeded': string;
|
|
189
189
|
'fabric.editor.ai.experience-application.unhandledErrorMessage': string;
|
|
190
|
+
'fabric.editor.ai.experience.adfStreamingError': string;
|
|
190
191
|
'fabric.editor.ai.experience.apiError': string;
|
|
191
192
|
'fabric.editor.ai.experience.aupViolationMessage': string;
|
|
192
193
|
'fabric.editor.ai.experience.browseMore.agents': string;
|
|
@@ -229,6 +230,7 @@ declare const _default: {
|
|
|
229
230
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
230
231
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
231
232
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
233
|
+
'fabric.editor.ai.toolbar.DefineDropdownIconTitle.title': string;
|
|
232
234
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
233
235
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
234
236
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
@@ -266,10 +268,11 @@ declare const _default: {
|
|
|
266
268
|
'fabric.editor.annotationToolbar': string;
|
|
267
269
|
'fabric.editor.backLink': string;
|
|
268
270
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.
|
|
271
|
+
'fabric.editor.block.menu.codeblock': string;
|
|
270
272
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
273
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
274
|
'fabric.editor.block.menu.delete.block': string;
|
|
275
|
+
'fabric.editor.block.menu.layout': string;
|
|
273
276
|
'fabric.editor.block.menu.move.down': string;
|
|
274
277
|
'fabric.editor.block.menu.move.up': string;
|
|
275
278
|
'fabric.editor.block.menu.paragraph': string;
|
|
@@ -511,6 +514,7 @@ declare const _default: {
|
|
|
511
514
|
'fabric.editor.help.description': string;
|
|
512
515
|
'fabric.editor.helpDialogTips': string;
|
|
513
516
|
'fabric.editor.highlight': string;
|
|
517
|
+
'fabric.editor.highlight.removeColor': string;
|
|
514
518
|
'fabric.editor.highlightColor': string;
|
|
515
519
|
'fabric.editor.highlightFloatingToolbar': string;
|
|
516
520
|
'fabric.editor.horizontalRule': string;
|
|
@@ -5,7 +5,7 @@ import type { TypeAheadItem } from '../types/type-ahead';
|
|
|
5
5
|
export type QuickInsertActionInsert = (node?: Node | Record<string, any> | string, opts?: {
|
|
6
6
|
selectInlineNode?: boolean;
|
|
7
7
|
}) => Transaction;
|
|
8
|
-
export type QuickInsertItemId = 'hyperlink' | 'table' | 'helpdialog' | 'date' | 'media' | 'media-insert' | 'blockquote' | 'heading1' | 'heading2' | 'heading3' | 'heading4' | 'heading5' | 'heading6' | 'codeblock' | 'unorderedList' | 'feedbackdialog' | 'orderedList' | 'rule' | 'status' | 'mention' | 'emoji' | 'action' | 'decision' | 'infopanel' | 'notepanel' | 'successpanel' | 'warningpanel' | 'errorpanel' | 'custompanel' | 'layout' | 'expand' | 'placeholderText' | 'datasource' | 'loom' | 'onecolumnlayout' | 'twocolumnslayout' | 'threecolumnslayout' | 'fourcolumnslayout' | 'fivecolumnslayout';
|
|
8
|
+
export type QuickInsertItemId = 'hyperlink' | 'table' | 'helpdialog' | 'date' | 'media' | 'media-insert' | 'blockquote' | 'heading1' | 'heading2' | 'heading3' | 'heading4' | 'heading5' | 'heading6' | 'codeblock' | 'unorderedList' | 'feedbackdialog' | 'orderedList' | 'rule' | 'status' | 'mention' | 'emoji' | 'action' | 'decision' | 'infopanel' | 'notepanel' | 'successpanel' | 'warningpanel' | 'errorpanel' | 'custompanel' | 'layout' | 'expand' | 'placeholderText' | 'datasource' | 'loom' | 'onecolumnlayout' | 'twocolumnslayout' | 'threecolumnslayout' | 'fourcolumnslayout' | 'fivecolumnslayout' | 'syncBlock';
|
|
9
9
|
export type QuickInsertItem = TypeAheadItem & {
|
|
10
10
|
/**
|
|
11
11
|
* What to do on insert
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ToolbarUIContextType } from '@atlaskit/editor-toolbar';
|
|
3
3
|
import type { ExtractInjectionAPI, NextEditorPlugin } from '../types';
|
|
4
|
-
type Props = Pick<ToolbarUIContextType, 'popupsMountPoint' | 'popupsBoundariesElement' | 'popupsScrollableElement'> & {
|
|
4
|
+
type Props = Pick<ToolbarUIContextType, 'popupsMountPoint' | 'popupsBoundariesElement' | 'popupsScrollableElement' | 'fireAnalyticsEvent'> & {
|
|
5
5
|
api: ExtractInjectionAPI<NextEditorPlugin<any, any>> | undefined;
|
|
6
6
|
children: React.ReactNode;
|
|
7
7
|
isDisabled?: boolean;
|
|
8
8
|
};
|
|
9
|
-
export declare const EditorToolbarUIProvider: ({ children, api, isDisabled, popupsMountPoint, popupsBoundariesElement, popupsScrollableElement, }: Props) => React.JSX.Element;
|
|
9
|
+
export declare const EditorToolbarUIProvider: ({ children, api, isDisabled, popupsMountPoint, popupsBoundariesElement, popupsScrollableElement, fireAnalyticsEvent, }: Props) => React.JSX.Element;
|
|
10
10
|
export {};
|
|
@@ -11,7 +11,7 @@ type TransformListRecursivelyProps = {
|
|
|
11
11
|
supportedListTypes: Set<NodeType>;
|
|
12
12
|
targetNodeType: NodeType;
|
|
13
13
|
};
|
|
14
|
-
export declare const transformListRecursively: (props: TransformListRecursivelyProps) => PMNode;
|
|
14
|
+
export declare const transformListRecursively: (props: TransformListRecursivelyProps, onhandleUnsupportedContent?: (content: PMNode) => void) => PMNode;
|
|
15
15
|
/**
|
|
16
16
|
* Transform list structure between different list types
|
|
17
17
|
*/
|
|
@@ -294,6 +294,11 @@ export declare const aiConfigItemMessages: {
|
|
|
294
294
|
defaultMessage: string;
|
|
295
295
|
description: string;
|
|
296
296
|
};
|
|
297
|
+
freeGenerateRovoPromptHint: {
|
|
298
|
+
id: string;
|
|
299
|
+
defaultMessage: string;
|
|
300
|
+
description: string;
|
|
301
|
+
};
|
|
297
302
|
freeGenerateDisabledPromptHint: {
|
|
298
303
|
id: string;
|
|
299
304
|
defaultMessage: string;
|
|
@@ -316,7 +316,9 @@ export declare enum ACTION_SUBJECT {
|
|
|
316
316
|
AI_DEFINITIONS = "aiDefinitions",
|
|
317
317
|
USER_PREFERENCES = "userPreferences",
|
|
318
318
|
ALIGNMENT = "alignment",
|
|
319
|
-
OFFLINE_EDITING = "offlineEditing"
|
|
319
|
+
OFFLINE_EDITING = "offlineEditing",
|
|
320
|
+
TOOLBAR_DROPDOWN_MENU = "toolbarDropdownMenu",
|
|
321
|
+
TOOLBAR_DROPDOWN_MENU_ITEM = "toolbarDropdownMenuItem"
|
|
320
322
|
}
|
|
321
323
|
export declare enum ACTION_SUBJECT_ID {
|
|
322
324
|
ACTION = "action",
|
|
@@ -330,6 +332,9 @@ export declare enum ACTION_SUBJECT_ID {
|
|
|
330
332
|
AI_PROACTIVE_FEEDBACK_DIALOG = "aiProactiveFeedbackDialog",
|
|
331
333
|
AI_ASK_ROVO_BUTTON = "aiAskRovoButton",
|
|
332
334
|
AI_HERO_PROMPT_BUTTON = "aiHeroPromptButton",
|
|
335
|
+
AI_MORE_ROVO_OPTIONS = "aiMoreRovoOptions",
|
|
336
|
+
AI_TRANSLATE = "aiTranslate",
|
|
337
|
+
AI_CHANGE_TONE = "aiChangeTone",
|
|
333
338
|
ALL = "all",
|
|
334
339
|
ALT_TEXT = "altText",
|
|
335
340
|
ANNOTATE_BUTTON = "annotateButton",
|
|
@@ -475,6 +480,7 @@ export declare enum ACTION_SUBJECT_ID {
|
|
|
475
480
|
MULTI_BODIED_EXTENSION = "multiBodiedExtension",
|
|
476
481
|
UPLOAD_MEDIA = "uploadMedia",
|
|
477
482
|
SELECTION_TOOLBAR_PREFERENCES = "selectionToolbarPreferences",
|
|
483
|
+
SELECTION_TOOLBAR = "selectionToolbar",
|
|
478
484
|
EDITOR_PLUGIN_SELECTION_EXTENSION_DROPDOWN = "editorPluginSelectionExtensionDropdown",
|
|
479
485
|
EDITOR_PLUGIN_SELECTION_EXTENSION_ITEM = "editorPluginSelectionExtensionItem",
|
|
480
486
|
EDITOR_PLUGIN_SELECTION_EXTENSION_COMPONENT = "editorPluginSelectionExtensionComponent"
|
|
@@ -197,5 +197,15 @@ type CopyLinkToAnchorButtonAEP = ButtonAEP<ACTION_SUBJECT_ID.COPY_LINK_TO_ANCHOR
|
|
|
197
197
|
inputMethod: INPUT_METHOD;
|
|
198
198
|
isLivePage?: boolean;
|
|
199
199
|
}>;
|
|
200
|
-
|
|
200
|
+
type RovoMoreOptionsClickedAEP = ButtonAEP<ACTION_SUBJECT_ID.AI_MORE_ROVO_OPTIONS, {
|
|
201
|
+
inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB;
|
|
202
|
+
opened: boolean;
|
|
203
|
+
}>;
|
|
204
|
+
type ChangeToneMenuItemClickedAEP = UIAEP<ACTION.CLICKED, ACTION_SUBJECT.TOOLBAR_DROPDOWN_MENU_ITEM, ACTION_SUBJECT_ID.AI_CHANGE_TONE, {
|
|
205
|
+
inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB;
|
|
206
|
+
}>;
|
|
207
|
+
type TranslateMenuItemClickedAEP = UIAEP<ACTION.CLICKED, ACTION_SUBJECT.TOOLBAR_DROPDOWN_MENU_ITEM, ACTION_SUBJECT_ID.AI_TRANSLATE, {
|
|
208
|
+
inputMethod: INPUT_METHOD.TOOLBAR | INPUT_METHOD.FLOATING_TB;
|
|
209
|
+
}>;
|
|
210
|
+
export type GeneralEventPayload<T = void> = AnnotateButtonAEP | AnnotationAEP | AnnotationErrorAEP | BrowserFreezePayload | ButtonFeedbackAEP | ButtonHelpAEP | ButtonUploadMediaAEP | ColorPickerAEP | EditorPerfAEP | EditorRenderedAEP<T> | EditorStartAEP | EditorStopAEP | ExpandToggleAEP | FeedbackAEP | FullWidthModeAEP | HelpQuickInsertAEP | InputPerfSamplingAEP | InputPerfSamplingAvgAEP | PickerEmojiAEP | PickerImageAEP | PickerMediaInsertAEP | PickerMediaInsertClosedAEP | PickerMediaInsertCancelledAEP | ReactNodeViewRenderedAEP | RichMediaLayoutAEP | SelectionAEP | SlowInputAEP | TransactionMutatedAEP | UploadExternalFailedAEP | WithPluginStateCalledAEP | CodeBlockLanguageSelectedAEP | EditorContentRetrievalPerformedAEP | MediaLinkTransformedAEP | TextLinkCodeMarkTransformedAEP | DedupeMarksTransformedAEP | IndentationMarksTransformedAEP | NodesMissingContentTransformedAEP | InvalidProsemirrorDocumentErrorAEP | DocumentProcessingErrorAEP | InvalidMediaContentTransformedAEP | HeadingAnchorLinkButtonAEP | CollabStepsTrackerPayloadAEP | BlocksDragInitAEP | CodeBlockWordWrapToggleAEP | RequestToEditAEP | SingleColumLayoutDetectedAEP | CopyLinkToAnchorButtonAEP | DockedPrimaryToolbarRenderedAEP | RovoMoreOptionsClickedAEP | ChangeToneMenuItemClickedAEP | TranslateMenuItemClickedAEP;
|
|
201
211
|
export {};
|
|
@@ -25,4 +25,7 @@ export type ViewDefineButtonEventAEP = UIAEP<ACTION.VIEWED, ACTION_SUBJECT.BUTTO
|
|
|
25
25
|
selectionCharCount: number;
|
|
26
26
|
selectionWordCount: number;
|
|
27
27
|
}, undefined>;
|
|
28
|
-
export type
|
|
28
|
+
export type ViewSelectionToolbarEventAEP = UIAEP<ACTION.VIEWED, ACTION_SUBJECT.TOOLBAR, ACTION_SUBJECT_ID.SELECTION_TOOLBAR, {
|
|
29
|
+
mode: MODE.EDITOR;
|
|
30
|
+
}, undefined>;
|
|
31
|
+
export type ViewEventPayload = ViewAIRovoButtonEventAEP | ViewAIHeroPromptButtonEventAEP | ViewDefineButtonEventAEP | ViewInlineCommentsButtonEventAEP | ViewSelectionToolbarEventAEP;
|
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -265,7 +265,6 @@ declare const _default: {
|
|
|
265
265
|
'fabric.editor.annotationToolbar': string;
|
|
266
266
|
'fabric.editor.backLink': string;
|
|
267
267
|
'fabric.editor.backgroundColor': string;
|
|
268
|
-
'fabric.editor.block.menu.code.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.link': string;
|
|
271
270
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -265,7 +265,6 @@ declare const _default: {
|
|
|
265
265
|
'fabric.editor.annotationToolbar': string;
|
|
266
266
|
'fabric.editor.backLink': string;
|
|
267
267
|
'fabric.editor.backgroundColor': string;
|
|
268
|
-
'fabric.editor.block.menu.code.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.link': string;
|
|
271
270
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -195,6 +195,7 @@ declare const _default: {
|
|
|
195
195
|
'fabric.editor.ai.experience-application.rateLimitEnforced': string;
|
|
196
196
|
'fabric.editor.ai.experience-application.tokenLimitExceeded': string;
|
|
197
197
|
'fabric.editor.ai.experience-application.unhandledErrorMessage': string;
|
|
198
|
+
'fabric.editor.ai.experience.adfStreamingError': string;
|
|
198
199
|
'fabric.editor.ai.experience.apiError': string;
|
|
199
200
|
'fabric.editor.ai.experience.aupViolationMessage': string;
|
|
200
201
|
'fabric.editor.ai.experience.browseMore.agents': string;
|
|
@@ -309,6 +310,7 @@ declare const _default: {
|
|
|
309
310
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
310
311
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
311
312
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
313
|
+
'fabric.editor.ai.toolbar.DefineDropdownIconTitle.title': string;
|
|
312
314
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
313
315
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
314
316
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
@@ -346,10 +348,11 @@ declare const _default: {
|
|
|
346
348
|
'fabric.editor.annotationToolbar': string;
|
|
347
349
|
'fabric.editor.backLink': string;
|
|
348
350
|
'fabric.editor.backgroundColor': string;
|
|
349
|
-
'fabric.editor.block.menu.
|
|
351
|
+
'fabric.editor.block.menu.codeblock': string;
|
|
350
352
|
'fabric.editor.block.menu.copy.block': string;
|
|
351
353
|
'fabric.editor.block.menu.copy.link': string;
|
|
352
354
|
'fabric.editor.block.menu.delete.block': string;
|
|
355
|
+
'fabric.editor.block.menu.layout': string;
|
|
353
356
|
'fabric.editor.block.menu.move.down': string;
|
|
354
357
|
'fabric.editor.block.menu.move.up': string;
|
|
355
358
|
'fabric.editor.block.menu.paragraph': string;
|
|
@@ -592,6 +595,7 @@ declare const _default: {
|
|
|
592
595
|
'fabric.editor.help.description': string;
|
|
593
596
|
'fabric.editor.helpDialogTips': string;
|
|
594
597
|
'fabric.editor.highlight': string;
|
|
598
|
+
'fabric.editor.highlight.removeColor': string;
|
|
595
599
|
'fabric.editor.highlightColor': string;
|
|
596
600
|
'fabric.editor.highlightFloatingToolbar': string;
|
|
597
601
|
'fabric.editor.horizontalRule': string;
|
|
@@ -195,6 +195,7 @@ declare const _default: {
|
|
|
195
195
|
'fabric.editor.ai.experience-application.rateLimitEnforced': string;
|
|
196
196
|
'fabric.editor.ai.experience-application.tokenLimitExceeded': string;
|
|
197
197
|
'fabric.editor.ai.experience-application.unhandledErrorMessage': string;
|
|
198
|
+
'fabric.editor.ai.experience.adfStreamingError': string;
|
|
198
199
|
'fabric.editor.ai.experience.apiError': string;
|
|
199
200
|
'fabric.editor.ai.experience.aupViolationMessage': string;
|
|
200
201
|
'fabric.editor.ai.experience.browseMore.agents': string;
|
|
@@ -309,6 +310,7 @@ declare const _default: {
|
|
|
309
310
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
310
311
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
311
312
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
313
|
+
'fabric.editor.ai.toolbar.DefineDropdownIconTitle.title': string;
|
|
312
314
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
313
315
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
314
316
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
@@ -346,10 +348,11 @@ declare const _default: {
|
|
|
346
348
|
'fabric.editor.annotationToolbar': string;
|
|
347
349
|
'fabric.editor.backLink': string;
|
|
348
350
|
'fabric.editor.backgroundColor': string;
|
|
349
|
-
'fabric.editor.block.menu.
|
|
351
|
+
'fabric.editor.block.menu.codeblock': string;
|
|
350
352
|
'fabric.editor.block.menu.copy.block': string;
|
|
351
353
|
'fabric.editor.block.menu.copy.link': string;
|
|
352
354
|
'fabric.editor.block.menu.delete.block': string;
|
|
355
|
+
'fabric.editor.block.menu.layout': string;
|
|
353
356
|
'fabric.editor.block.menu.move.down': string;
|
|
354
357
|
'fabric.editor.block.menu.move.up': string;
|
|
355
358
|
'fabric.editor.block.menu.paragraph': string;
|
|
@@ -592,6 +595,7 @@ declare const _default: {
|
|
|
592
595
|
'fabric.editor.help.description': string;
|
|
593
596
|
'fabric.editor.helpDialogTips': string;
|
|
594
597
|
'fabric.editor.highlight': string;
|
|
598
|
+
'fabric.editor.highlight.removeColor': string;
|
|
595
599
|
'fabric.editor.highlightColor': string;
|
|
596
600
|
'fabric.editor.highlightFloatingToolbar': string;
|
|
597
601
|
'fabric.editor.horizontalRule': string;
|
|
@@ -195,6 +195,7 @@ declare const _default: {
|
|
|
195
195
|
'fabric.editor.ai.experience-application.rateLimitEnforced': string;
|
|
196
196
|
'fabric.editor.ai.experience-application.tokenLimitExceeded': string;
|
|
197
197
|
'fabric.editor.ai.experience-application.unhandledErrorMessage': string;
|
|
198
|
+
'fabric.editor.ai.experience.adfStreamingError': string;
|
|
198
199
|
'fabric.editor.ai.experience.apiError': string;
|
|
199
200
|
'fabric.editor.ai.experience.aupViolationMessage': string;
|
|
200
201
|
'fabric.editor.ai.experience.browseMore.agents': string;
|
|
@@ -309,6 +310,7 @@ declare const _default: {
|
|
|
309
310
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': string;
|
|
310
311
|
'fabric.editor.ai.selectionToolbar.define.title': string;
|
|
311
312
|
'fabric.editor.ai.telepointer.rovo': string;
|
|
313
|
+
'fabric.editor.ai.toolbar.DefineDropdownIconTitle.title': string;
|
|
312
314
|
'fabric.editor.ai.toolbar.askAI.title': string;
|
|
313
315
|
'fabric.editor.ai.toolbar.askRovo.title': string;
|
|
314
316
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': string;
|
|
@@ -346,10 +348,11 @@ declare const _default: {
|
|
|
346
348
|
'fabric.editor.annotationToolbar': string;
|
|
347
349
|
'fabric.editor.backLink': string;
|
|
348
350
|
'fabric.editor.backgroundColor': string;
|
|
349
|
-
'fabric.editor.block.menu.
|
|
351
|
+
'fabric.editor.block.menu.codeblock': string;
|
|
350
352
|
'fabric.editor.block.menu.copy.block': string;
|
|
351
353
|
'fabric.editor.block.menu.copy.link': string;
|
|
352
354
|
'fabric.editor.block.menu.delete.block': string;
|
|
355
|
+
'fabric.editor.block.menu.layout': string;
|
|
353
356
|
'fabric.editor.block.menu.move.down': string;
|
|
354
357
|
'fabric.editor.block.menu.move.up': string;
|
|
355
358
|
'fabric.editor.block.menu.paragraph': string;
|
|
@@ -592,6 +595,7 @@ declare const _default: {
|
|
|
592
595
|
'fabric.editor.help.description': string;
|
|
593
596
|
'fabric.editor.helpDialogTips': string;
|
|
594
597
|
'fabric.editor.highlight': string;
|
|
598
|
+
'fabric.editor.highlight.removeColor': string;
|
|
595
599
|
'fabric.editor.highlightColor': string;
|
|
596
600
|
'fabric.editor.highlightFloatingToolbar': string;
|
|
597
601
|
'fabric.editor.horizontalRule': string;
|
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -336,7 +336,6 @@ declare const _default: {
|
|
|
336
336
|
'fabric.editor.annotationToolbar': string;
|
|
337
337
|
'fabric.editor.backLink': string;
|
|
338
338
|
'fabric.editor.backgroundColor': string;
|
|
339
|
-
'fabric.editor.block.menu.code.block': string;
|
|
340
339
|
'fabric.editor.block.menu.copy.block': string;
|
|
341
340
|
'fabric.editor.block.menu.copy.link': string;
|
|
342
341
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -265,7 +265,6 @@ declare const _default: {
|
|
|
265
265
|
'fabric.editor.annotationToolbar': string;
|
|
266
266
|
'fabric.editor.backLink': string;
|
|
267
267
|
'fabric.editor.backgroundColor': string;
|
|
268
|
-
'fabric.editor.block.menu.code.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.link': string;
|
|
271
270
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -265,7 +265,6 @@ declare const _default: {
|
|
|
265
265
|
'fabric.editor.annotationToolbar': string;
|
|
266
266
|
'fabric.editor.backLink': string;
|
|
267
267
|
'fabric.editor.backgroundColor': string;
|
|
268
|
-
'fabric.editor.block.menu.code.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.link': string;
|
|
271
270
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -265,7 +265,6 @@ declare const _default: {
|
|
|
265
265
|
'fabric.editor.annotationToolbar': string;
|
|
266
266
|
'fabric.editor.backLink': string;
|
|
267
267
|
'fabric.editor.backgroundColor': string;
|
|
268
|
-
'fabric.editor.block.menu.code.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.link': string;
|
|
271
270
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -265,7 +265,6 @@ declare const _default: {
|
|
|
265
265
|
'fabric.editor.annotationToolbar': string;
|
|
266
266
|
'fabric.editor.backLink': string;
|
|
267
267
|
'fabric.editor.backgroundColor': string;
|
|
268
|
-
'fabric.editor.block.menu.code.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.link': string;
|
|
271
270
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -264,7 +264,6 @@ declare const _default: {
|
|
|
264
264
|
'fabric.editor.annotationToolbar': string;
|
|
265
265
|
'fabric.editor.backLink': string;
|
|
266
266
|
'fabric.editor.backgroundColor': string;
|
|
267
|
-
'fabric.editor.block.menu.code.block': string;
|
|
268
267
|
'fabric.editor.block.menu.copy.block': string;
|
|
269
268
|
'fabric.editor.block.menu.copy.link': string;
|
|
270
269
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -266,7 +266,6 @@ declare const _default: {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': string;
|
|
267
267
|
'fabric.editor.backLink': string;
|
|
268
268
|
'fabric.editor.backgroundColor': string;
|
|
269
|
-
'fabric.editor.block.menu.code.block': string;
|
|
270
269
|
'fabric.editor.block.menu.copy.block': string;
|
|
271
270
|
'fabric.editor.block.menu.copy.link': string;
|
|
272
271
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -334,7 +334,6 @@ declare const _default: {
|
|
|
334
334
|
'fabric.editor.annotationToolbar': string;
|
|
335
335
|
'fabric.editor.backLink': string;
|
|
336
336
|
'fabric.editor.backgroundColor': string;
|
|
337
|
-
'fabric.editor.block.menu.code.block': string;
|
|
338
337
|
'fabric.editor.block.menu.copy.block': string;
|
|
339
338
|
'fabric.editor.block.menu.copy.link': string;
|
|
340
339
|
'fabric.editor.block.menu.delete.block': string;
|
|
@@ -336,7 +336,6 @@ declare const _default: {
|
|
|
336
336
|
'fabric.editor.annotationToolbar': string;
|
|
337
337
|
'fabric.editor.backLink': string;
|
|
338
338
|
'fabric.editor.backgroundColor': string;
|
|
339
|
-
'fabric.editor.block.menu.code.block': string;
|
|
340
339
|
'fabric.editor.block.menu.copy.block': string;
|
|
341
340
|
'fabric.editor.block.menu.copy.link': string;
|
|
342
341
|
'fabric.editor.block.menu.delete.block': string;
|