@atlaskit/editor-common 106.4.0 → 106.5.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 +25 -0
- package/dist/cjs/analytics/types/enums.js +1 -0
- package/dist/cjs/extensibility/ExtensionNodeWrapper.js +7 -38
- package/dist/cjs/extensibility/extensionNodeView.js +3 -4
- package/dist/cjs/hooks/sharedPluginStateHookMigratorFactory.js +2 -2
- package/dist/cjs/hooks/usePluginStateEffect.js +3 -3
- package/dist/cjs/i18n/cs.js +4 -0
- package/dist/cjs/i18n/da.js +4 -0
- package/dist/cjs/i18n/de.js +4 -0
- package/dist/cjs/i18n/en.js +13 -0
- package/dist/cjs/i18n/en_GB.js +13 -0
- package/dist/cjs/i18n/en_ZZ.js +9 -0
- package/dist/cjs/i18n/es.js +4 -0
- package/dist/cjs/i18n/fi.js +6 -2
- package/dist/cjs/i18n/fr.js +4 -0
- package/dist/cjs/i18n/hr.js +2 -0
- package/dist/cjs/i18n/hu.js +5 -0
- package/dist/cjs/i18n/it.js +10 -6
- package/dist/cjs/i18n/ja.js +6 -2
- package/dist/cjs/i18n/ko.js +5 -1
- package/dist/cjs/i18n/nb.js +4 -0
- package/dist/cjs/i18n/nl.js +5 -1
- package/dist/cjs/i18n/pl.js +5 -1
- package/dist/cjs/i18n/pt_BR.js +4 -0
- package/dist/cjs/i18n/ru.js +7 -3
- package/dist/cjs/i18n/sk.js +107 -10
- package/dist/cjs/i18n/sl.js +18 -0
- package/dist/cjs/i18n/sr.js +894 -0
- package/dist/cjs/i18n/sv.js +4 -0
- package/dist/cjs/i18n/th.js +5 -1
- package/dist/cjs/i18n/tr.js +4 -0
- package/dist/cjs/i18n/uk.js +5 -1
- package/dist/cjs/i18n/vi.js +4 -0
- package/dist/cjs/i18n/zh.js +7 -3
- package/dist/cjs/i18n/zh_TW.js +4 -0
- package/dist/cjs/link/ConfigureLinkOverlay/Dropdown.js +3 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Toolbar/ExpandIcon.js +3 -2
- package/dist/cjs/ui-menu/ColorPickerButton/index.js +10 -8
- package/dist/cjs/ui-menu/Dropdown/index.js +3 -0
- package/dist/cjs/utils/imageLoader.js +1 -5
- package/dist/es2019/analytics/types/enums.js +1 -0
- package/dist/es2019/extensibility/ExtensionNodeWrapper.js +7 -36
- package/dist/es2019/extensibility/extensionNodeView.js +3 -4
- package/dist/es2019/hooks/sharedPluginStateHookMigratorFactory.js +2 -2
- package/dist/es2019/hooks/usePluginStateEffect.js +3 -3
- package/dist/es2019/i18n/cs.js +4 -0
- package/dist/es2019/i18n/da.js +4 -0
- package/dist/es2019/i18n/de.js +4 -0
- package/dist/es2019/i18n/en.js +13 -0
- package/dist/es2019/i18n/en_GB.js +13 -0
- package/dist/es2019/i18n/en_ZZ.js +9 -0
- package/dist/es2019/i18n/es.js +4 -0
- package/dist/es2019/i18n/fi.js +6 -2
- package/dist/es2019/i18n/fr.js +4 -0
- package/dist/es2019/i18n/hr.js +2 -0
- package/dist/es2019/i18n/hu.js +5 -0
- package/dist/es2019/i18n/it.js +10 -6
- package/dist/es2019/i18n/ja.js +6 -2
- package/dist/es2019/i18n/ko.js +5 -1
- package/dist/es2019/i18n/nb.js +4 -0
- package/dist/es2019/i18n/nl.js +5 -1
- package/dist/es2019/i18n/pl.js +5 -1
- package/dist/es2019/i18n/pt_BR.js +4 -0
- package/dist/es2019/i18n/ru.js +7 -3
- package/dist/es2019/i18n/sk.js +107 -10
- package/dist/es2019/i18n/sl.js +12 -0
- package/dist/es2019/i18n/sr.js +888 -0
- package/dist/es2019/i18n/sv.js +4 -0
- package/dist/es2019/i18n/th.js +5 -1
- package/dist/es2019/i18n/tr.js +4 -0
- package/dist/es2019/i18n/uk.js +5 -1
- package/dist/es2019/i18n/vi.js +4 -0
- package/dist/es2019/i18n/zh.js +7 -3
- package/dist/es2019/i18n/zh_TW.js +4 -0
- package/dist/es2019/link/ConfigureLinkOverlay/Dropdown.js +3 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Toolbar/ExpandIcon.js +3 -2
- package/dist/es2019/ui-menu/ColorPickerButton/index.js +5 -3
- package/dist/es2019/ui-menu/Dropdown/index.js +3 -0
- package/dist/es2019/utils/imageLoader.js +1 -5
- package/dist/esm/analytics/types/enums.js +1 -0
- package/dist/esm/extensibility/ExtensionNodeWrapper.js +7 -38
- package/dist/esm/extensibility/extensionNodeView.js +3 -4
- package/dist/esm/hooks/sharedPluginStateHookMigratorFactory.js +2 -2
- package/dist/esm/hooks/usePluginStateEffect.js +3 -3
- package/dist/esm/i18n/cs.js +4 -0
- package/dist/esm/i18n/da.js +4 -0
- package/dist/esm/i18n/de.js +4 -0
- package/dist/esm/i18n/en.js +13 -0
- package/dist/esm/i18n/en_GB.js +13 -0
- package/dist/esm/i18n/en_ZZ.js +9 -0
- package/dist/esm/i18n/es.js +4 -0
- package/dist/esm/i18n/fi.js +6 -2
- package/dist/esm/i18n/fr.js +4 -0
- package/dist/esm/i18n/hr.js +2 -0
- package/dist/esm/i18n/hu.js +5 -0
- package/dist/esm/i18n/it.js +10 -6
- package/dist/esm/i18n/ja.js +6 -2
- package/dist/esm/i18n/ko.js +5 -1
- package/dist/esm/i18n/nb.js +4 -0
- package/dist/esm/i18n/nl.js +5 -1
- package/dist/esm/i18n/pl.js +5 -1
- package/dist/esm/i18n/pt_BR.js +4 -0
- package/dist/esm/i18n/ru.js +7 -3
- package/dist/esm/i18n/sk.js +107 -10
- package/dist/esm/i18n/sl.js +12 -0
- package/dist/esm/i18n/sr.js +888 -0
- package/dist/esm/i18n/sv.js +4 -0
- package/dist/esm/i18n/th.js +5 -1
- package/dist/esm/i18n/tr.js +4 -0
- package/dist/esm/i18n/uk.js +5 -1
- package/dist/esm/i18n/vi.js +4 -0
- package/dist/esm/i18n/zh.js +7 -3
- package/dist/esm/i18n/zh_TW.js +4 -0
- package/dist/esm/link/ConfigureLinkOverlay/Dropdown.js +3 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Toolbar/ExpandIcon.js +3 -2
- package/dist/esm/ui-menu/ColorPickerButton/index.js +5 -3
- package/dist/esm/ui-menu/Dropdown/index.js +3 -0
- package/dist/esm/utils/imageLoader.js +1 -5
- package/dist/types/analytics/index.d.ts +1 -0
- package/dist/types/analytics/types/breakout-events.d.ts +9 -2
- package/dist/types/analytics/types/enums.d.ts +1 -0
- package/dist/types/extensibility/ExtensionNodeWrapper.d.ts +2 -4
- package/dist/types/extensibility/extensionNodeView.d.ts +3 -3
- package/dist/types/extensibility/index.d.ts +1 -1
- package/dist/types/extensibility/types.d.ts +2 -0
- package/dist/types/i18n/cs.d.ts +4 -0
- package/dist/types/i18n/da.d.ts +4 -0
- package/dist/types/i18n/de.d.ts +4 -0
- package/dist/types/i18n/en.d.ts +13 -0
- package/dist/types/i18n/en_GB.d.ts +13 -0
- package/dist/types/i18n/en_ZZ.d.ts +9 -0
- package/dist/types/i18n/es.d.ts +4 -0
- package/dist/types/i18n/fi.d.ts +4 -0
- package/dist/types/i18n/fr.d.ts +4 -0
- package/dist/types/i18n/hr.d.ts +2 -0
- package/dist/types/i18n/hu.d.ts +5 -0
- package/dist/types/i18n/it.d.ts +4 -0
- package/dist/types/i18n/ja.d.ts +4 -0
- package/dist/types/i18n/ko.d.ts +4 -0
- package/dist/types/i18n/nb.d.ts +4 -0
- package/dist/types/i18n/nl.d.ts +4 -0
- package/dist/types/i18n/pl.d.ts +4 -0
- package/dist/types/i18n/pt_BR.d.ts +4 -0
- package/dist/types/i18n/ru.d.ts +4 -0
- package/dist/types/i18n/sk.d.ts +97 -0
- package/dist/types/i18n/sl.d.ts +11 -0
- package/dist/types/i18n/sr.d.ts +887 -0
- package/dist/types/i18n/sv.d.ts +4 -0
- package/dist/types/i18n/th.d.ts +4 -0
- package/dist/types/i18n/tr.d.ts +4 -0
- package/dist/types/i18n/uk.d.ts +4 -0
- package/dist/types/i18n/vi.d.ts +4 -0
- package/dist/types/i18n/zh.d.ts +4 -0
- package/dist/types/i18n/zh_TW.d.ts +4 -0
- package/dist/types/types/index.d.ts +0 -1
- package/dist/types-ts4.5/analytics/index.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/breakout-events.d.ts +9 -2
- package/dist/types-ts4.5/analytics/types/enums.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/ExtensionNodeWrapper.d.ts +2 -4
- package/dist/types-ts4.5/extensibility/extensionNodeView.d.ts +3 -3
- package/dist/types-ts4.5/extensibility/index.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/types.d.ts +2 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +4 -0
- package/dist/types-ts4.5/i18n/da.d.ts +4 -0
- package/dist/types-ts4.5/i18n/de.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en.d.ts +13 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +13 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +9 -0
- package/dist/types-ts4.5/i18n/es.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +5 -0
- package/dist/types-ts4.5/i18n/it.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +4 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +97 -0
- package/dist/types-ts4.5/i18n/sl.d.ts +11 -0
- package/dist/types-ts4.5/i18n/sr.d.ts +887 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +4 -0
- package/dist/types-ts4.5/i18n/th.d.ts +4 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +4 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +4 -0
- package/dist/types-ts4.5/types/index.d.ts +0 -1
- package/package.json +2 -8
- package/dist/cjs/types/extensibility.js +0 -1
- package/dist/es2019/types/extensibility.js +0 -0
- package/dist/esm/types/extensibility.js +0 -0
- package/dist/types/types/extensibility.d.ts +0 -4
- package/dist/types-ts4.5/types/extensibility.d.ts +0 -4
|
@@ -35,9 +35,11 @@ declare const _default: {
|
|
|
35
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
36
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
37
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
38
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': string;
|
|
38
39
|
'fabric.editor.ai.config.item.action.replace': string;
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': string;
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
42
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
41
43
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
42
44
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
43
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
@@ -299,6 +301,7 @@ declare const _default: {
|
|
|
299
301
|
'fabric.editor.ai.toolbar.titleText': string;
|
|
300
302
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
301
303
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
304
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
302
305
|
'fabric.editor.alignCenter': string;
|
|
303
306
|
'fabric.editor.alignImageCenter': string;
|
|
304
307
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -330,6 +333,10 @@ declare const _default: {
|
|
|
330
333
|
'fabric.editor.blockquote.description': string;
|
|
331
334
|
'fabric.editor.blockquote2': string;
|
|
332
335
|
'fabric.editor.bold': string;
|
|
336
|
+
'fabric.editor.breakout.resizeCodeBlock': string;
|
|
337
|
+
'fabric.editor.breakout.resizeElement': string;
|
|
338
|
+
'fabric.editor.breakout.resizeExpand': string;
|
|
339
|
+
'fabric.editor.breakout.resizeLayout': string;
|
|
333
340
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
334
341
|
'fabric.editor.breakoutWideWidthLabel': string;
|
|
335
342
|
'fabric.editor.bug': string;
|
|
@@ -416,6 +423,7 @@ declare const _default: {
|
|
|
416
423
|
'fabric.editor.decision': string;
|
|
417
424
|
'fabric.editor.decision.description': string;
|
|
418
425
|
'fabric.editor.decisionPlaceholder': string;
|
|
426
|
+
'fabric.editor.decreaseElementSize': string;
|
|
419
427
|
'fabric.editor.decreaseSize': string;
|
|
420
428
|
'fabric.editor.defaultAltText': string;
|
|
421
429
|
'fabric.editor.delete': string;
|
|
@@ -564,6 +572,7 @@ declare const _default: {
|
|
|
564
572
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
565
573
|
'fabric.editor.imageBorderSubtle': string;
|
|
566
574
|
'fabric.editor.improvement': string;
|
|
575
|
+
'fabric.editor.increaseElementSize': string;
|
|
567
576
|
'fabric.editor.increaseSize': string;
|
|
568
577
|
'fabric.editor.indent': string;
|
|
569
578
|
'fabric.editor.info': string;
|
|
@@ -657,6 +666,7 @@ declare const _default: {
|
|
|
657
666
|
'fabric.editor.moveColumnRight': string;
|
|
658
667
|
'fabric.editor.moveDownDown': string;
|
|
659
668
|
'fabric.editor.moveRowUp': string;
|
|
669
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
660
670
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
661
671
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
662
672
|
'fabric.editor.noResultsFound': string;
|
|
@@ -709,6 +719,7 @@ declare const _default: {
|
|
|
709
719
|
'fabric.editor.requestToEdit': string;
|
|
710
720
|
'fabric.editor.requestToEditDescription': string;
|
|
711
721
|
'fabric.editor.requestToEditDismiss': string;
|
|
722
|
+
'fabric.editor.resizeHandle': string;
|
|
712
723
|
'fabric.editor.resultsCount': string;
|
|
713
724
|
'fabric.editor.richText': string;
|
|
714
725
|
'fabric.editor.rightSidebar': string;
|
|
@@ -799,6 +810,8 @@ declare const _default: {
|
|
|
799
810
|
'fabric.editor.toolbarMediaTitle': string;
|
|
800
811
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
801
812
|
'fabric.editor.toolbarPositionInline': string;
|
|
813
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
814
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
802
815
|
'fabric.editor.tooltip.blockPanel': string;
|
|
803
816
|
'fabric.editor.tooltip.bulletList': string;
|
|
804
817
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -35,9 +35,11 @@ declare const _default: {
|
|
|
35
35
|
'fabric.editor.ai.config.item.action.insert': string;
|
|
36
36
|
'fabric.editor.ai.config.item.action.insertAtTop': string;
|
|
37
37
|
'fabric.editor.ai.config.item.action.insertBelow': string;
|
|
38
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': string;
|
|
38
39
|
'fabric.editor.ai.config.item.action.replace': string;
|
|
39
40
|
'fabric.editor.ai.config.item.action.replaceTitle': string;
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': string;
|
|
42
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': string;
|
|
41
43
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': string;
|
|
42
44
|
'fabric.editor.ai.config.item.agent.title': string;
|
|
43
45
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': string;
|
|
@@ -299,6 +301,7 @@ declare const _default: {
|
|
|
299
301
|
'fabric.editor.ai.toolbar.titleText': string;
|
|
300
302
|
'fabric.editor.ai.toolbar.tryAI.title': string;
|
|
301
303
|
'fabric.editor.ai.toolbar.tryAI.tooltip': string;
|
|
304
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': string;
|
|
302
305
|
'fabric.editor.alignCenter': string;
|
|
303
306
|
'fabric.editor.alignImageCenter': string;
|
|
304
307
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -416,6 +419,7 @@ declare const _default: {
|
|
|
416
419
|
'fabric.editor.decision': string;
|
|
417
420
|
'fabric.editor.decision.description': string;
|
|
418
421
|
'fabric.editor.decisionPlaceholder': string;
|
|
422
|
+
'fabric.editor.decreaseElementSize': string;
|
|
419
423
|
'fabric.editor.decreaseSize': string;
|
|
420
424
|
'fabric.editor.defaultAltText': string;
|
|
421
425
|
'fabric.editor.delete': string;
|
|
@@ -564,6 +568,7 @@ declare const _default: {
|
|
|
564
568
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': string;
|
|
565
569
|
'fabric.editor.imageBorderSubtle': string;
|
|
566
570
|
'fabric.editor.improvement': string;
|
|
571
|
+
'fabric.editor.increaseElementSize': string;
|
|
567
572
|
'fabric.editor.increaseSize': string;
|
|
568
573
|
'fabric.editor.indent': string;
|
|
569
574
|
'fabric.editor.info': string;
|
|
@@ -657,6 +662,7 @@ declare const _default: {
|
|
|
657
662
|
'fabric.editor.moveColumnRight': string;
|
|
658
663
|
'fabric.editor.moveDownDown': string;
|
|
659
664
|
'fabric.editor.moveRowUp': string;
|
|
665
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
660
666
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
661
667
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
662
668
|
'fabric.editor.noResultsFound': string;
|
|
@@ -709,6 +715,7 @@ declare const _default: {
|
|
|
709
715
|
'fabric.editor.requestToEdit': string;
|
|
710
716
|
'fabric.editor.requestToEditDescription': string;
|
|
711
717
|
'fabric.editor.requestToEditDismiss': string;
|
|
718
|
+
'fabric.editor.resizeHandle': string;
|
|
712
719
|
'fabric.editor.resultsCount': string;
|
|
713
720
|
'fabric.editor.richText': string;
|
|
714
721
|
'fabric.editor.rightSidebar': string;
|
|
@@ -798,6 +805,8 @@ declare const _default: {
|
|
|
798
805
|
'fabric.editor.toolbarMediaTitle': string;
|
|
799
806
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
800
807
|
'fabric.editor.toolbarPositionInline': string;
|
|
808
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
809
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
801
810
|
'fabric.editor.tooltip.blockPanel': string;
|
|
802
811
|
'fabric.editor.tooltip.bulletList': string;
|
|
803
812
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -576,6 +576,7 @@ declare const _default: {
|
|
|
576
576
|
'fabric.editor.moveColumnRight': string;
|
|
577
577
|
'fabric.editor.moveDownDown': string;
|
|
578
578
|
'fabric.editor.moveRowUp': string;
|
|
579
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
580
581
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
581
582
|
'fabric.editor.noResultsFound': string;
|
|
@@ -628,6 +629,7 @@ declare const _default: {
|
|
|
628
629
|
'fabric.editor.requestToEdit': string;
|
|
629
630
|
'fabric.editor.requestToEditDescription': string;
|
|
630
631
|
'fabric.editor.requestToEditDismiss': string;
|
|
632
|
+
'fabric.editor.resizeHandle': string;
|
|
631
633
|
'fabric.editor.resultsCount': string;
|
|
632
634
|
'fabric.editor.richText': string;
|
|
633
635
|
'fabric.editor.rightSidebar': string;
|
|
@@ -717,6 +719,8 @@ declare const _default: {
|
|
|
717
719
|
'fabric.editor.toolbarMediaTitle': string;
|
|
718
720
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
719
721
|
'fabric.editor.toolbarPositionInline': string;
|
|
722
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
723
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
720
724
|
'fabric.editor.tooltip.blockPanel': string;
|
|
721
725
|
'fabric.editor.tooltip.bulletList': string;
|
|
722
726
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -576,6 +576,7 @@ declare const _default: {
|
|
|
576
576
|
'fabric.editor.moveColumnRight': string;
|
|
577
577
|
'fabric.editor.moveDownDown': string;
|
|
578
578
|
'fabric.editor.moveRowUp': string;
|
|
579
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
580
581
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
581
582
|
'fabric.editor.noResultsFound': string;
|
|
@@ -628,6 +629,7 @@ declare const _default: {
|
|
|
628
629
|
'fabric.editor.requestToEdit': string;
|
|
629
630
|
'fabric.editor.requestToEditDescription': string;
|
|
630
631
|
'fabric.editor.requestToEditDismiss': string;
|
|
632
|
+
'fabric.editor.resizeHandle': string;
|
|
631
633
|
'fabric.editor.resultsCount': string;
|
|
632
634
|
'fabric.editor.richText': string;
|
|
633
635
|
'fabric.editor.rightSidebar': string;
|
|
@@ -717,6 +719,8 @@ declare const _default: {
|
|
|
717
719
|
'fabric.editor.toolbarMediaTitle': string;
|
|
718
720
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
719
721
|
'fabric.editor.toolbarPositionInline': string;
|
|
722
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
723
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
720
724
|
'fabric.editor.tooltip.blockPanel': string;
|
|
721
725
|
'fabric.editor.tooltip.bulletList': string;
|
|
722
726
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -576,6 +576,7 @@ declare const _default: {
|
|
|
576
576
|
'fabric.editor.moveColumnRight': string;
|
|
577
577
|
'fabric.editor.moveDownDown': string;
|
|
578
578
|
'fabric.editor.moveRowUp': string;
|
|
579
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
580
581
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
581
582
|
'fabric.editor.noResultsFound': string;
|
|
@@ -628,6 +629,7 @@ declare const _default: {
|
|
|
628
629
|
'fabric.editor.requestToEdit': string;
|
|
629
630
|
'fabric.editor.requestToEditDescription': string;
|
|
630
631
|
'fabric.editor.requestToEditDismiss': string;
|
|
632
|
+
'fabric.editor.resizeHandle': string;
|
|
631
633
|
'fabric.editor.resultsCount': string;
|
|
632
634
|
'fabric.editor.richText': string;
|
|
633
635
|
'fabric.editor.rightSidebar': string;
|
|
@@ -717,6 +719,8 @@ declare const _default: {
|
|
|
717
719
|
'fabric.editor.toolbarMediaTitle': string;
|
|
718
720
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
719
721
|
'fabric.editor.toolbarPositionInline': string;
|
|
722
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
723
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
720
724
|
'fabric.editor.tooltip.blockPanel': string;
|
|
721
725
|
'fabric.editor.tooltip.bulletList': string;
|
|
722
726
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/hr.d.ts
CHANGED
|
@@ -640,6 +640,7 @@ declare const _default: {
|
|
|
640
640
|
'fabric.editor.moveColumnRight': string;
|
|
641
641
|
'fabric.editor.moveDownDown': string;
|
|
642
642
|
'fabric.editor.moveRowUp': string;
|
|
643
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
643
644
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
644
645
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
645
646
|
'fabric.editor.noResultsFound': string;
|
|
@@ -691,6 +692,7 @@ declare const _default: {
|
|
|
691
692
|
'fabric.editor.requestToEdit': string;
|
|
692
693
|
'fabric.editor.requestToEditDescription': string;
|
|
693
694
|
'fabric.editor.requestToEditDismiss': string;
|
|
695
|
+
'fabric.editor.resizeHandle': string;
|
|
694
696
|
'fabric.editor.resultsCount': string;
|
|
695
697
|
'fabric.editor.richText': string;
|
|
696
698
|
'fabric.editor.rightSidebar': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -181,6 +181,7 @@ declare const _default: {
|
|
|
181
181
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': string;
|
|
182
182
|
'fabric.editor.ai.experience.engagementBannerLinksText': string;
|
|
183
183
|
'fabric.editor.ai.experience.footerRightText.agents': string;
|
|
184
|
+
'fabric.editor.ai.experience.generatingAiResponse': string;
|
|
184
185
|
'fabric.editor.ai.experience.hipaaContentError': string;
|
|
185
186
|
'fabric.editor.ai.experience.inputTooShortError': string;
|
|
186
187
|
'fabric.editor.ai.experience.internalServerError': string;
|
|
@@ -574,6 +575,7 @@ declare const _default: {
|
|
|
574
575
|
'fabric.editor.moveColumnRight': string;
|
|
575
576
|
'fabric.editor.moveDownDown': string;
|
|
576
577
|
'fabric.editor.moveRowUp': string;
|
|
578
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
577
579
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
578
580
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
579
581
|
'fabric.editor.noResultsFound': string;
|
|
@@ -626,6 +628,7 @@ declare const _default: {
|
|
|
626
628
|
'fabric.editor.requestToEdit': string;
|
|
627
629
|
'fabric.editor.requestToEditDescription': string;
|
|
628
630
|
'fabric.editor.requestToEditDismiss': string;
|
|
631
|
+
'fabric.editor.resizeHandle': string;
|
|
629
632
|
'fabric.editor.resultsCount': string;
|
|
630
633
|
'fabric.editor.richText': string;
|
|
631
634
|
'fabric.editor.rightSidebar': string;
|
|
@@ -715,6 +718,8 @@ declare const _default: {
|
|
|
715
718
|
'fabric.editor.toolbarMediaTitle': string;
|
|
716
719
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
717
720
|
'fabric.editor.toolbarPositionInline': string;
|
|
721
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
722
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
718
723
|
'fabric.editor.tooltip.blockPanel': string;
|
|
719
724
|
'fabric.editor.tooltip.bulletList': string;
|
|
720
725
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -575,6 +575,7 @@ declare const _default: {
|
|
|
575
575
|
'fabric.editor.moveColumnRight': string;
|
|
576
576
|
'fabric.editor.moveDownDown': string;
|
|
577
577
|
'fabric.editor.moveRowUp': string;
|
|
578
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
578
579
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
580
581
|
'fabric.editor.noResultsFound': string;
|
|
@@ -627,6 +628,7 @@ declare const _default: {
|
|
|
627
628
|
'fabric.editor.requestToEdit': string;
|
|
628
629
|
'fabric.editor.requestToEditDescription': string;
|
|
629
630
|
'fabric.editor.requestToEditDismiss': string;
|
|
631
|
+
'fabric.editor.resizeHandle': string;
|
|
630
632
|
'fabric.editor.resultsCount': string;
|
|
631
633
|
'fabric.editor.richText': string;
|
|
632
634
|
'fabric.editor.rightSidebar': string;
|
|
@@ -716,6 +718,8 @@ declare const _default: {
|
|
|
716
718
|
'fabric.editor.toolbarMediaTitle': string;
|
|
717
719
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
718
720
|
'fabric.editor.toolbarPositionInline': string;
|
|
721
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
722
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
719
723
|
'fabric.editor.tooltip.blockPanel': string;
|
|
720
724
|
'fabric.editor.tooltip.bulletList': string;
|
|
721
725
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -576,6 +576,7 @@ declare const _default: {
|
|
|
576
576
|
'fabric.editor.moveColumnRight': string;
|
|
577
577
|
'fabric.editor.moveDownDown': string;
|
|
578
578
|
'fabric.editor.moveRowUp': string;
|
|
579
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
580
581
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
581
582
|
'fabric.editor.noResultsFound': string;
|
|
@@ -628,6 +629,7 @@ declare const _default: {
|
|
|
628
629
|
'fabric.editor.requestToEdit': string;
|
|
629
630
|
'fabric.editor.requestToEditDescription': string;
|
|
630
631
|
'fabric.editor.requestToEditDismiss': string;
|
|
632
|
+
'fabric.editor.resizeHandle': string;
|
|
631
633
|
'fabric.editor.resultsCount': string;
|
|
632
634
|
'fabric.editor.richText': string;
|
|
633
635
|
'fabric.editor.rightSidebar': string;
|
|
@@ -717,6 +719,8 @@ declare const _default: {
|
|
|
717
719
|
'fabric.editor.toolbarMediaTitle': string;
|
|
718
720
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
719
721
|
'fabric.editor.toolbarPositionInline': string;
|
|
722
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
723
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
720
724
|
'fabric.editor.tooltip.blockPanel': string;
|
|
721
725
|
'fabric.editor.tooltip.bulletList': string;
|
|
722
726
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -576,6 +576,7 @@ declare const _default: {
|
|
|
576
576
|
'fabric.editor.moveColumnRight': string;
|
|
577
577
|
'fabric.editor.moveDownDown': string;
|
|
578
578
|
'fabric.editor.moveRowUp': string;
|
|
579
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
580
581
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
581
582
|
'fabric.editor.noResultsFound': string;
|
|
@@ -628,6 +629,7 @@ declare const _default: {
|
|
|
628
629
|
'fabric.editor.requestToEdit': string;
|
|
629
630
|
'fabric.editor.requestToEditDescription': string;
|
|
630
631
|
'fabric.editor.requestToEditDismiss': string;
|
|
632
|
+
'fabric.editor.resizeHandle': string;
|
|
631
633
|
'fabric.editor.resultsCount': string;
|
|
632
634
|
'fabric.editor.richText': string;
|
|
633
635
|
'fabric.editor.rightSidebar': string;
|
|
@@ -717,6 +719,8 @@ declare const _default: {
|
|
|
717
719
|
'fabric.editor.toolbarMediaTitle': string;
|
|
718
720
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
719
721
|
'fabric.editor.toolbarPositionInline': string;
|
|
722
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
723
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
720
724
|
'fabric.editor.tooltip.blockPanel': string;
|
|
721
725
|
'fabric.editor.tooltip.bulletList': string;
|
|
722
726
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -575,6 +575,7 @@ declare const _default: {
|
|
|
575
575
|
'fabric.editor.moveColumnRight': string;
|
|
576
576
|
'fabric.editor.moveDownDown': string;
|
|
577
577
|
'fabric.editor.moveRowUp': string;
|
|
578
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
578
579
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
580
581
|
'fabric.editor.noResultsFound': string;
|
|
@@ -627,6 +628,7 @@ declare const _default: {
|
|
|
627
628
|
'fabric.editor.requestToEdit': string;
|
|
628
629
|
'fabric.editor.requestToEditDescription': string;
|
|
629
630
|
'fabric.editor.requestToEditDismiss': string;
|
|
631
|
+
'fabric.editor.resizeHandle': string;
|
|
630
632
|
'fabric.editor.resultsCount': string;
|
|
631
633
|
'fabric.editor.richText': string;
|
|
632
634
|
'fabric.editor.rightSidebar': string;
|
|
@@ -716,6 +718,8 @@ declare const _default: {
|
|
|
716
718
|
'fabric.editor.toolbarMediaTitle': string;
|
|
717
719
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
718
720
|
'fabric.editor.toolbarPositionInline': string;
|
|
721
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
722
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
719
723
|
'fabric.editor.tooltip.blockPanel': string;
|
|
720
724
|
'fabric.editor.tooltip.bulletList': string;
|
|
721
725
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -575,6 +575,7 @@ declare const _default: {
|
|
|
575
575
|
'fabric.editor.moveColumnRight': string;
|
|
576
576
|
'fabric.editor.moveDownDown': string;
|
|
577
577
|
'fabric.editor.moveRowUp': string;
|
|
578
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
578
579
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
580
581
|
'fabric.editor.noResultsFound': string;
|
|
@@ -627,6 +628,7 @@ declare const _default: {
|
|
|
627
628
|
'fabric.editor.requestToEdit': string;
|
|
628
629
|
'fabric.editor.requestToEditDescription': string;
|
|
629
630
|
'fabric.editor.requestToEditDismiss': string;
|
|
631
|
+
'fabric.editor.resizeHandle': string;
|
|
630
632
|
'fabric.editor.resultsCount': string;
|
|
631
633
|
'fabric.editor.richText': string;
|
|
632
634
|
'fabric.editor.rightSidebar': string;
|
|
@@ -716,6 +718,8 @@ declare const _default: {
|
|
|
716
718
|
'fabric.editor.toolbarMediaTitle': string;
|
|
717
719
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
718
720
|
'fabric.editor.toolbarPositionInline': string;
|
|
721
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
722
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
719
723
|
'fabric.editor.tooltip.blockPanel': string;
|
|
720
724
|
'fabric.editor.tooltip.bulletList': string;
|
|
721
725
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -576,6 +576,7 @@ declare const _default: {
|
|
|
576
576
|
'fabric.editor.moveColumnRight': string;
|
|
577
577
|
'fabric.editor.moveDownDown': string;
|
|
578
578
|
'fabric.editor.moveRowUp': string;
|
|
579
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
580
581
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
581
582
|
'fabric.editor.noResultsFound': string;
|
|
@@ -628,6 +629,7 @@ declare const _default: {
|
|
|
628
629
|
'fabric.editor.requestToEdit': string;
|
|
629
630
|
'fabric.editor.requestToEditDescription': string;
|
|
630
631
|
'fabric.editor.requestToEditDismiss': string;
|
|
632
|
+
'fabric.editor.resizeHandle': string;
|
|
631
633
|
'fabric.editor.resultsCount': string;
|
|
632
634
|
'fabric.editor.richText': string;
|
|
633
635
|
'fabric.editor.rightSidebar': string;
|
|
@@ -717,6 +719,8 @@ declare const _default: {
|
|
|
717
719
|
'fabric.editor.toolbarMediaTitle': string;
|
|
718
720
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
719
721
|
'fabric.editor.toolbarPositionInline': string;
|
|
722
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
723
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
720
724
|
'fabric.editor.tooltip.blockPanel': string;
|
|
721
725
|
'fabric.editor.tooltip.bulletList': string;
|
|
722
726
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -574,6 +574,7 @@ declare const _default: {
|
|
|
574
574
|
'fabric.editor.moveColumnRight': string;
|
|
575
575
|
'fabric.editor.moveDownDown': string;
|
|
576
576
|
'fabric.editor.moveRowUp': string;
|
|
577
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
577
578
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
578
579
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
579
580
|
'fabric.editor.noResultsFound': string;
|
|
@@ -626,6 +627,7 @@ declare const _default: {
|
|
|
626
627
|
'fabric.editor.requestToEdit': string;
|
|
627
628
|
'fabric.editor.requestToEditDescription': string;
|
|
628
629
|
'fabric.editor.requestToEditDismiss': string;
|
|
630
|
+
'fabric.editor.resizeHandle': string;
|
|
629
631
|
'fabric.editor.resultsCount': string;
|
|
630
632
|
'fabric.editor.richText': string;
|
|
631
633
|
'fabric.editor.rightSidebar': string;
|
|
@@ -715,6 +717,8 @@ declare const _default: {
|
|
|
715
717
|
'fabric.editor.toolbarMediaTitle': string;
|
|
716
718
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
717
719
|
'fabric.editor.toolbarPositionInline': string;
|
|
720
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
721
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
718
722
|
'fabric.editor.tooltip.blockPanel': string;
|
|
719
723
|
'fabric.editor.tooltip.bulletList': string;
|
|
720
724
|
'fabric.editor.tooltip.decisionList': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -576,6 +576,7 @@ declare const _default: {
|
|
|
576
576
|
'fabric.editor.moveColumnRight': string;
|
|
577
577
|
'fabric.editor.moveDownDown': string;
|
|
578
578
|
'fabric.editor.moveRowUp': string;
|
|
579
|
+
'fabric.editor.navigate.toolbar.askAI': string;
|
|
579
580
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
580
581
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
581
582
|
'fabric.editor.noResultsFound': string;
|
|
@@ -628,6 +629,7 @@ declare const _default: {
|
|
|
628
629
|
'fabric.editor.requestToEdit': string;
|
|
629
630
|
'fabric.editor.requestToEditDescription': string;
|
|
630
631
|
'fabric.editor.requestToEditDismiss': string;
|
|
632
|
+
'fabric.editor.resizeHandle': string;
|
|
631
633
|
'fabric.editor.resultsCount': string;
|
|
632
634
|
'fabric.editor.richText': string;
|
|
633
635
|
'fabric.editor.rightSidebar': string;
|
|
@@ -717,6 +719,8 @@ declare const _default: {
|
|
|
717
719
|
'fabric.editor.toolbarMediaTitle': string;
|
|
718
720
|
'fabric.editor.toolbarPositionFixedAtTop': string;
|
|
719
721
|
'fabric.editor.toolbarPositionInline': string;
|
|
722
|
+
'fabric.editor.toolbarPositionPinedAtTop': string;
|
|
723
|
+
'fabric.editor.toolbarPositionUnpined': string;
|
|
720
724
|
'fabric.editor.tooltip.blockPanel': string;
|
|
721
725
|
'fabric.editor.tooltip.bulletList': string;
|
|
722
726
|
'fabric.editor.tooltip.decisionList': string;
|