@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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 106.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#169054](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169054)
|
|
8
|
+
[`4c442291c53cc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c442291c53cc) -
|
|
9
|
+
fix: fire exposure in sharedPluginStateHookMigratorFactory
|
|
10
|
+
- [#166652](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/166652)
|
|
11
|
+
[`6a35dedfa94ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a35dedfa94ef) -
|
|
12
|
+
ED-27806 Move copy and delete button in codeblock floating toolbar to overflow menu
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 106.5.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [#166997](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/166997)
|
|
20
|
+
[`826de0a17dc7e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/826de0a17dc7e) -
|
|
21
|
+
Introduce new breakout oprational event in editor-common, export the type and use in
|
|
22
|
+
editor-plugin-breakout. Add performance measurement for FPS for resizing
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
|
|
3
28
|
## 106.4.0
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
|
@@ -181,6 +181,7 @@ var ACTION = exports.ACTION = /*#__PURE__*/function (ACTION) {
|
|
|
181
181
|
ACTION["UPLOAD_FAILED"] = "uploadFailed";
|
|
182
182
|
ACTION["TOGGLE_CODE_BLOCK_WRAP"] = "toggleCodeBlockWrap";
|
|
183
183
|
ACTION["RESIZED"] = "resized";
|
|
184
|
+
ACTION["RESIZED_PERF_SAMPLING"] = "resizedPerfSampling";
|
|
184
185
|
ACTION["BLOCKS_DRAG_INIT"] = "blocksDragInit";
|
|
185
186
|
ACTION["SINGLE_COL_LAYOUT_DETECTED"] = "singleColumLayoutDetected";
|
|
186
187
|
ACTION["VIEW_MORE"] = "viewMore";
|
|
@@ -8,7 +8,6 @@ exports.ExtensionNodeWrapper = void 0;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _react2 = require("@emotion/react");
|
|
10
10
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
12
11
|
var _whitespace = require("../whitespace");
|
|
13
12
|
/**
|
|
14
13
|
* @jsxRuntime classic
|
|
@@ -28,35 +27,6 @@ var styles = (0, _react2.css)({
|
|
|
28
27
|
position: 'relative'
|
|
29
28
|
}
|
|
30
29
|
});
|
|
31
|
-
var viewportSizes = ['small', 'medium', 'default', 'large', 'xlarge'];
|
|
32
|
-
var macroHeights = {
|
|
33
|
-
small: '112px',
|
|
34
|
-
medium: '262px',
|
|
35
|
-
default: '262px',
|
|
36
|
-
large: '524px',
|
|
37
|
-
xlarge: '1048px'
|
|
38
|
-
};
|
|
39
|
-
var getViewportHeight = function getViewportHeight(extensionId, extensionViewportSizes) {
|
|
40
|
-
var _extensionViewportSiz;
|
|
41
|
-
var viewportSize = Array.isArray(extensionViewportSizes) && extensionId ? (_extensionViewportSiz = extensionViewportSizes.find(function (ext) {
|
|
42
|
-
return ext.extensionId === extensionId;
|
|
43
|
-
})) === null || _extensionViewportSiz === void 0 ? void 0 : _extensionViewportSiz.viewportSize : undefined;
|
|
44
|
-
if (!viewportSize) {
|
|
45
|
-
return undefined;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
// If it's a predefined size, use the macroHeights mapping
|
|
49
|
-
if (viewportSizes.includes(viewportSize)) {
|
|
50
|
-
return macroHeights[viewportSize];
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
// This is added to somewhat prepare to support connect macros which don't have a predefined size
|
|
54
|
-
// If it's a custom pixel value, use it directly
|
|
55
|
-
if (viewportSize.endsWith('px')) {
|
|
56
|
-
return viewportSize;
|
|
57
|
-
}
|
|
58
|
-
return undefined;
|
|
59
|
-
};
|
|
60
30
|
/**
|
|
61
31
|
* If inlineExtension, add zero width space to the end of the nodes and wrap with span;
|
|
62
32
|
* Also if showMacroInteractionDesignUpdates is true, then add the inline-block style to account for the lozenge.
|
|
@@ -69,26 +39,25 @@ var ExtensionNodeWrapper = exports.ExtensionNodeWrapper = function ExtensionNode
|
|
|
69
39
|
var children = _ref.children,
|
|
70
40
|
nodeType = _ref.nodeType,
|
|
71
41
|
macroInteractionDesignFeatureFlags = _ref.macroInteractionDesignFeatureFlags,
|
|
72
|
-
|
|
73
|
-
extensionViewportSizes = _ref.extensionViewportSizes;
|
|
42
|
+
nodeHeight = _ref.nodeHeight;
|
|
74
43
|
var _ref2 = macroInteractionDesignFeatureFlags || {},
|
|
75
44
|
showMacroInteractionDesignUpdates = _ref2.showMacroInteractionDesignUpdates;
|
|
76
45
|
var wrapperClassNames = (0, _classnames.default)({
|
|
77
46
|
'inline-extension': nodeType === 'inlineExtension' && showMacroInteractionDesignUpdates,
|
|
78
47
|
relative: showMacroInteractionDesignUpdates
|
|
79
48
|
});
|
|
80
|
-
var viewportHeight = getViewportHeight(extensionId, extensionViewportSizes);
|
|
81
49
|
var content =
|
|
82
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
50
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
83
51
|
(0, _react2.jsx)("span", {
|
|
84
52
|
className: wrapperClassNames,
|
|
85
53
|
css: styles
|
|
86
54
|
}, children, nodeType === 'inlineExtension' && _whitespace.ZERO_WIDTH_SPACE);
|
|
87
|
-
if (
|
|
55
|
+
if (nodeHeight) {
|
|
56
|
+
var extensionStyles = {
|
|
57
|
+
minHeight: "".concat(nodeHeight, "px")
|
|
58
|
+
};
|
|
88
59
|
return (0, _react2.jsx)("div", {
|
|
89
|
-
style:
|
|
90
|
-
minHeight: viewportHeight
|
|
91
|
-
}
|
|
60
|
+
style: extensionStyles
|
|
92
61
|
}, content);
|
|
93
62
|
}
|
|
94
63
|
return content;
|
|
@@ -69,12 +69,11 @@ var ExtensionNode = exports.ExtensionNode = /*#__PURE__*/function (_ReactNodeVie
|
|
|
69
69
|
}, {
|
|
70
70
|
key: "render",
|
|
71
71
|
value: function render(props, forwardRef) {
|
|
72
|
-
var
|
|
72
|
+
var _props$extensionNodeV, _props$extensionNodeV2, _props$extensionNodeV3;
|
|
73
73
|
return /*#__PURE__*/_react.default.createElement(_ExtensionNodeWrapper.ExtensionNodeWrapper, {
|
|
74
74
|
nodeType: this.node.type.name,
|
|
75
75
|
macroInteractionDesignFeatureFlags: props.macroInteractionDesignFeatureFlags,
|
|
76
|
-
|
|
77
|
-
extensionViewportSizes: (_props$extensionNodeV = props.extensionNodeViewOptions) === null || _props$extensionNodeV === void 0 ? void 0 : _props$extensionNodeV.extensionViewportSizes
|
|
76
|
+
nodeHeight: (_props$extensionNodeV = props.extensionNodeViewOptions) === null || _props$extensionNodeV === void 0 || (_props$extensionNodeV2 = _props$extensionNodeV.getExtensionHeight) === null || _props$extensionNodeV2 === void 0 ? void 0 : _props$extensionNodeV2.call(_props$extensionNodeV, this.node)
|
|
78
77
|
}, /*#__PURE__*/_react.default.createElement(_Extension.Extension, {
|
|
79
78
|
editorView: this.view,
|
|
80
79
|
node: this.node,
|
|
@@ -90,7 +89,7 @@ var ExtensionNode = exports.ExtensionNode = /*#__PURE__*/function (_ReactNodeVie
|
|
|
90
89
|
providerFactory: props.providerFactory,
|
|
91
90
|
handleContentDOMRef: forwardRef,
|
|
92
91
|
extensionHandlers: props.extensionHandlers,
|
|
93
|
-
editorAppearance: (_props$
|
|
92
|
+
editorAppearance: (_props$extensionNodeV3 = props.extensionNodeViewOptions) === null || _props$extensionNodeV3 === void 0 ? void 0 : _props$extensionNodeV3.appearance,
|
|
94
93
|
pluginInjectionApi: props.pluginInjectionApi,
|
|
95
94
|
macroInteractionDesignFeatureFlags: props.macroInteractionDesignFeatureFlags,
|
|
96
95
|
showLivePagesBodiedMacrosRendererView: props.showLivePagesBodiedMacrosRendererView,
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.sharedPluginStateHookMigratorFactory = sharedPluginStateHookMigratorFactory;
|
|
7
7
|
var _platformFeatureFlagsReact = require("@atlaskit/platform-feature-flags-react");
|
|
8
|
-
var
|
|
8
|
+
var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
|
|
9
9
|
/**
|
|
10
10
|
* **Warning: This hook is controlled by the `platform_editor_usesharedpluginstateselector` experiment.**
|
|
11
11
|
*
|
|
@@ -18,6 +18,6 @@ var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
|
18
18
|
*/
|
|
19
19
|
function sharedPluginStateHookMigratorFactory(newHook, oldHook) {
|
|
20
20
|
return (0, _platformFeatureFlagsReact.conditionalHooksFactory)(function () {
|
|
21
|
-
return (0,
|
|
21
|
+
return (0, _expValEquals.expValEquals)('platform_editor_usesharedpluginstateselector', 'isEnabled', true);
|
|
22
22
|
}, newHook, oldHook);
|
|
23
23
|
}
|
|
@@ -9,7 +9,7 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
|
|
|
9
9
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
10
10
|
var _react = require("react");
|
|
11
11
|
var _debounce = _interopRequireDefault(require("lodash/debounce"));
|
|
12
|
-
var
|
|
12
|
+
var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
|
|
13
13
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14
14
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15
15
|
// Ignored via go/ees005
|
|
@@ -107,7 +107,7 @@ function usePluginStateEffectInternal(externalPlugins, effect) {
|
|
|
107
107
|
// We should store the latest effect in a reference so it is more intuitive to the user
|
|
108
108
|
// and we are not causing a memory leak by having references to old state.
|
|
109
109
|
(0, _react.useLayoutEffect)(function () {
|
|
110
|
-
if (options.disabled || (0,
|
|
110
|
+
if (options.disabled || !(0, _expValEquals.expValEquals)('platform_editor_usesharedpluginstateselector', 'isEnabled', true)) {
|
|
111
111
|
return;
|
|
112
112
|
}
|
|
113
113
|
latestEffect.current = (0, _debounce.default)(effect);
|
|
@@ -116,7 +116,7 @@ function usePluginStateEffectInternal(externalPlugins, effect) {
|
|
|
116
116
|
};
|
|
117
117
|
}, [effect, options.disabled]);
|
|
118
118
|
(0, _react.useEffect)(function () {
|
|
119
|
-
if (options.disabled || (0,
|
|
119
|
+
if (options.disabled || (0, _expValEquals.expValEquals)('platform_editor_usesharedpluginstateselector', 'isEnabled', true)) {
|
|
120
120
|
return;
|
|
121
121
|
}
|
|
122
122
|
latestEffect.current = (0, _debounce.default)(effect);
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -584,6 +584,7 @@ var _default = exports.default = {
|
|
|
584
584
|
'fabric.editor.moveColumnRight': '{0, plural, one {Přesunout sloupec vpravo} few {Přesunout sloupce vpravo} many {Přesunout sloupce vpravo} other {Přesunout sloupce vpravo}}',
|
|
585
585
|
'fabric.editor.moveDownDown': '{0, plural, one {Přesunout řádek dolů} few {Přesunout řádky dolů} many {Přesunout řádky dolů} other {Přesunout řádky dolů}}',
|
|
586
586
|
'fabric.editor.moveRowUp': '{0, plural, one {Přesunout řádek nahoru} few {Přesunout řádky nahoru} many {Přesunout řádky nahoru} other {Přesunout řádky nahoru}}',
|
|
587
|
+
'fabric.editor.navigate.toolbar.askAI': 'Zeptat se AI',
|
|
587
588
|
'fabric.editor.navigate.toolbar.editor': 'Přejít na panel nástrojů editoru',
|
|
588
589
|
'fabric.editor.navigate.toolbar.floating': 'Přejít na plovoucí panel nástrojů',
|
|
589
590
|
'fabric.editor.noResultsFound': 'Žádné výsledky',
|
|
@@ -636,6 +637,7 @@ var _default = exports.default = {
|
|
|
636
637
|
'fabric.editor.requestToEdit': 'Požádat o oprávnění k úpravě',
|
|
637
638
|
'fabric.editor.requestToEditDescription': 'Když požádáte o přístup, vlastník stránky dostane oznámení.',
|
|
638
639
|
'fabric.editor.requestToEditDismiss': 'Zavřít',
|
|
640
|
+
'fabric.editor.resizeHandle': 'Změnit velikost úchytu',
|
|
639
641
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
640
642
|
'fabric.editor.richText': 'Použít formátovaný text',
|
|
641
643
|
'fabric.editor.rightSidebar': 'Rozvržení pravého bočního panelu',
|
|
@@ -725,6 +727,8 @@ var _default = exports.default = {
|
|
|
725
727
|
'fabric.editor.toolbarMediaTitle': 'Přidat obrázek, video nebo soubor',
|
|
726
728
|
'fabric.editor.toolbarPositionFixedAtTop': 'Uchyceno nahoře',
|
|
727
729
|
'fabric.editor.toolbarPositionInline': 'Zarovnáno s textem',
|
|
730
|
+
'fabric.editor.toolbarPositionPinedAtTop': 'Odepnout panel nástrojů',
|
|
731
|
+
'fabric.editor.toolbarPositionUnpined': 'Připnout panel nástrojů v horní části',
|
|
728
732
|
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
729
733
|
'fabric.editor.tooltip.bulletList': 'seznam',
|
|
730
734
|
'fabric.editor.tooltip.decisionList': 'seznam rozhodnutí',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -583,6 +583,7 @@ var _default = exports.default = {
|
|
|
583
583
|
'fabric.editor.moveColumnRight': '{0, plural, one {Flyt kolonne til højre} other {Flyt kolonner til højre}}',
|
|
584
584
|
'fabric.editor.moveDownDown': '{0, plural, one {Flyt række ned} other {Flyt rækker ned}}',
|
|
585
585
|
'fabric.editor.moveRowUp': '{0, plural, one {Flyt række op} other {Flyt rækker op}}',
|
|
586
|
+
'fabric.editor.navigate.toolbar.askAI': 'Spørg AI',
|
|
586
587
|
'fabric.editor.navigate.toolbar.editor': 'Naviger til værktøjslinje til redigeringsprogram',
|
|
587
588
|
'fabric.editor.navigate.toolbar.floating': 'Naviger til flydende værktøjslinje',
|
|
588
589
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
@@ -635,6 +636,7 @@ var _default = exports.default = {
|
|
|
635
636
|
'fabric.editor.requestToEdit': 'Anmod om at redigere',
|
|
636
637
|
'fabric.editor.requestToEditDescription': 'Når du anmoder om adgang, modtager sideejeren en notifikation.',
|
|
637
638
|
'fabric.editor.requestToEditDismiss': 'Luk',
|
|
639
|
+
'fabric.editor.resizeHandle': 'Håndtag til størrelsesændring',
|
|
638
640
|
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}',
|
|
639
641
|
'fabric.editor.richText': 'Brug RTF',
|
|
640
642
|
'fabric.editor.rightSidebar': 'Layout med højre sidebjælke',
|
|
@@ -724,6 +726,8 @@ var _default = exports.default = {
|
|
|
724
726
|
'fabric.editor.toolbarMediaTitle': 'Tilføj billede, video eller fil',
|
|
725
727
|
'fabric.editor.toolbarPositionFixedAtTop': 'Fastgjort øverst',
|
|
726
728
|
'fabric.editor.toolbarPositionInline': 'På linje med tekst',
|
|
729
|
+
'fabric.editor.toolbarPositionPinedAtTop': 'Frigør værktøjslinjen',
|
|
730
|
+
'fabric.editor.toolbarPositionUnpined': 'Fastgør værktøjslinjen foroven',
|
|
727
731
|
'fabric.editor.tooltip.blockPanel': 'et panel',
|
|
728
732
|
'fabric.editor.tooltip.bulletList': 'en liste',
|
|
729
733
|
'fabric.editor.tooltip.decisionList': 'en beslutningsliste',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -583,6 +583,7 @@ var _default = exports.default = {
|
|
|
583
583
|
'fabric.editor.moveColumnRight': '{0, plural, one {Spalte nach rechts verschieben} other {Spalten nach rechts verschieben}}',
|
|
584
584
|
'fabric.editor.moveDownDown': '{0, plural, one {Zeile nach unten verschieben} other {Zeilen nach unten verschieben}}',
|
|
585
585
|
'fabric.editor.moveRowUp': '{0, plural, one {Zeile nach oben verschieben} other {Zeilen nach oben verschieben}}',
|
|
586
|
+
'fabric.editor.navigate.toolbar.askAI': 'KI fragen',
|
|
586
587
|
'fabric.editor.navigate.toolbar.editor': 'Zur Editor-Symbolleiste navigieren',
|
|
587
588
|
'fabric.editor.navigate.toolbar.floating': 'Zur unverankerten Symbolleiste navigieren',
|
|
588
589
|
'fabric.editor.noResultsFound': 'Keine Ergebnisse',
|
|
@@ -635,6 +636,7 @@ var _default = exports.default = {
|
|
|
635
636
|
'fabric.editor.requestToEdit': 'Für Bearbeitung anfragen',
|
|
636
637
|
'fabric.editor.requestToEditDescription': 'Wenn Sie Zugriff anfordern, erhält der Seitenbesitzer eine Benachrichtigung.',
|
|
637
638
|
'fabric.editor.requestToEditDismiss': 'Schließen',
|
|
639
|
+
'fabric.editor.resizeHandle': 'Ziehpunkt zur Größenänderung',
|
|
638
640
|
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}',
|
|
639
641
|
'fabric.editor.richText': 'Rich Text verwenden',
|
|
640
642
|
'fabric.editor.rightSidebar': 'Layout der rechten Seitenleiste',
|
|
@@ -724,6 +726,8 @@ var _default = exports.default = {
|
|
|
724
726
|
'fabric.editor.toolbarMediaTitle': 'Bild, Video oder Datei hinzufügen',
|
|
725
727
|
'fabric.editor.toolbarPositionFixedAtTop': 'Oben fixiert',
|
|
726
728
|
'fabric.editor.toolbarPositionInline': 'Auf gleicher Höhe wie der Text',
|
|
729
|
+
'fabric.editor.toolbarPositionPinedAtTop': 'Symbolleiste lösen',
|
|
730
|
+
'fabric.editor.toolbarPositionUnpined': 'Symbolleiste oben anheften',
|
|
727
731
|
'fabric.editor.tooltip.blockPanel': 'ein Panel',
|
|
728
732
|
'fabric.editor.tooltip.bulletList': 'eine Liste',
|
|
729
733
|
'fabric.editor.tooltip.decisionList': 'eine Entscheidungsliste',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': 'Insert',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insert at top',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insert below',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Insert below original',
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': 'Replace',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Replace title',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Title cannot exceed {maxLength} characters',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continue in chat',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Open in Chat',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Shortens the content to make it more concise',
|
|
@@ -307,6 +309,7 @@ var _default = exports.default = {
|
|
|
307
309
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
308
310
|
'fabric.editor.ai.toolbar.tryAI.title': 'Try AI',
|
|
309
311
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Open Atlassian Intelligence',
|
|
312
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Ask AI {key}+'",
|
|
310
313
|
'fabric.editor.alignCenter': 'Align center',
|
|
311
314
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
312
315
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -338,6 +341,10 @@ var _default = exports.default = {
|
|
|
338
341
|
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
339
342
|
'fabric.editor.blockquote2': 'Quote',
|
|
340
343
|
'fabric.editor.bold': 'Bold',
|
|
344
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Resize code snippet',
|
|
345
|
+
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
346
|
+
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
347
|
+
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
341
348
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
342
349
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
343
350
|
'fabric.editor.bug': 'Bug',
|
|
@@ -424,6 +431,7 @@ var _default = exports.default = {
|
|
|
424
431
|
'fabric.editor.decision': 'Decision',
|
|
425
432
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
426
433
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
434
|
+
'fabric.editor.decreaseElementSize': 'Decrease element size',
|
|
427
435
|
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
|
428
436
|
'fabric.editor.defaultAltText': 'Document',
|
|
429
437
|
'fabric.editor.delete': 'Delete',
|
|
@@ -572,6 +580,7 @@ var _default = exports.default = {
|
|
|
572
580
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Image border options Size dropdown',
|
|
573
581
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
574
582
|
'fabric.editor.improvement': 'Improvement',
|
|
583
|
+
'fabric.editor.increaseElementSize': 'Increase element size',
|
|
575
584
|
'fabric.editor.increaseSize': 'Increase table or media size',
|
|
576
585
|
'fabric.editor.indent': 'Indent',
|
|
577
586
|
'fabric.editor.info': 'Info',
|
|
@@ -665,6 +674,7 @@ var _default = exports.default = {
|
|
|
665
674
|
'fabric.editor.moveColumnRight': 'Move {0, plural, one {column} other {columns}} right',
|
|
666
675
|
'fabric.editor.moveDownDown': 'Move {0, plural, one {row} other {rows}} down',
|
|
667
676
|
'fabric.editor.moveRowUp': 'Move {0, plural, one {row} other {rows}} up',
|
|
677
|
+
'fabric.editor.navigate.toolbar.askAI': 'Ask AI',
|
|
668
678
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
669
679
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
670
680
|
'fabric.editor.noResultsFound': 'No results',
|
|
@@ -717,6 +727,7 @@ var _default = exports.default = {
|
|
|
717
727
|
'fabric.editor.requestToEdit': 'Request to edit',
|
|
718
728
|
'fabric.editor.requestToEditDescription': 'When you request access, the page owner will receive a notification.',
|
|
719
729
|
'fabric.editor.requestToEditDismiss': 'Dismiss',
|
|
730
|
+
'fabric.editor.resizeHandle': 'Resize handle',
|
|
720
731
|
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
721
732
|
'fabric.editor.richText': 'Use rich text',
|
|
722
733
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
@@ -807,6 +818,8 @@ var _default = exports.default = {
|
|
|
807
818
|
'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
|
|
808
819
|
'fabric.editor.toolbarPositionFixedAtTop': 'Fixed at top',
|
|
809
820
|
'fabric.editor.toolbarPositionInline': 'In-line with text',
|
|
821
|
+
'fabric.editor.toolbarPositionPinedAtTop': 'Unpin the toolbar',
|
|
822
|
+
'fabric.editor.toolbarPositionUnpined': 'Pin the toolbar at the top',
|
|
810
823
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
811
824
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
812
825
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': 'Insert',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insert at top',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insert below',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Insert below original',
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': 'Replace',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Replace title',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Title cannot exceed {maxLength} characters',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continue in chat',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Open in Chat',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Shortens the content to make it more concise',
|
|
@@ -307,6 +309,7 @@ var _default = exports.default = {
|
|
|
307
309
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
308
310
|
'fabric.editor.ai.toolbar.tryAI.title': 'Try AI',
|
|
309
311
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Open Atlassian Intelligence',
|
|
312
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Ask AI {key}+'",
|
|
310
313
|
'fabric.editor.alignCenter': 'Align center',
|
|
311
314
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
312
315
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -338,6 +341,10 @@ var _default = exports.default = {
|
|
|
338
341
|
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
339
342
|
'fabric.editor.blockquote2': 'Quote',
|
|
340
343
|
'fabric.editor.bold': 'Bold',
|
|
344
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Resize code snippet',
|
|
345
|
+
'fabric.editor.breakout.resizeElement': 'Resize element',
|
|
346
|
+
'fabric.editor.breakout.resizeExpand': 'Resize expand',
|
|
347
|
+
'fabric.editor.breakout.resizeLayout': 'Resize layout',
|
|
341
348
|
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
342
349
|
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
343
350
|
'fabric.editor.bug': 'Bug',
|
|
@@ -424,6 +431,7 @@ var _default = exports.default = {
|
|
|
424
431
|
'fabric.editor.decision': 'Decision',
|
|
425
432
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
426
433
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
434
|
+
'fabric.editor.decreaseElementSize': 'Decrease element size',
|
|
427
435
|
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
|
428
436
|
'fabric.editor.defaultAltText': 'Document',
|
|
429
437
|
'fabric.editor.delete': 'Delete',
|
|
@@ -572,6 +580,7 @@ var _default = exports.default = {
|
|
|
572
580
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Image border options Size dropdown',
|
|
573
581
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
574
582
|
'fabric.editor.improvement': 'Improvement',
|
|
583
|
+
'fabric.editor.increaseElementSize': 'Increase element size',
|
|
575
584
|
'fabric.editor.increaseSize': 'Increase table or media size',
|
|
576
585
|
'fabric.editor.indent': 'Indent',
|
|
577
586
|
'fabric.editor.info': 'Info',
|
|
@@ -665,6 +674,7 @@ var _default = exports.default = {
|
|
|
665
674
|
'fabric.editor.moveColumnRight': 'Move {0, plural, one {column} other {columns}} right',
|
|
666
675
|
'fabric.editor.moveDownDown': 'Move {0, plural, one {row} other {rows}} down',
|
|
667
676
|
'fabric.editor.moveRowUp': 'Move {0, plural, one {row} other {rows}} up',
|
|
677
|
+
'fabric.editor.navigate.toolbar.askAI': 'Ask AI',
|
|
668
678
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
669
679
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
670
680
|
'fabric.editor.noResultsFound': 'No results',
|
|
@@ -717,6 +727,7 @@ var _default = exports.default = {
|
|
|
717
727
|
'fabric.editor.requestToEdit': 'Request to edit',
|
|
718
728
|
'fabric.editor.requestToEditDescription': 'When you request access, the page owner will receive a notification.',
|
|
719
729
|
'fabric.editor.requestToEditDismiss': 'Dismiss',
|
|
730
|
+
'fabric.editor.resizeHandle': 'Resize handle',
|
|
720
731
|
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
721
732
|
'fabric.editor.richText': 'Use rich text',
|
|
722
733
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
@@ -807,6 +818,8 @@ var _default = exports.default = {
|
|
|
807
818
|
'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
|
|
808
819
|
'fabric.editor.toolbarPositionFixedAtTop': 'Fixed at top',
|
|
809
820
|
'fabric.editor.toolbarPositionInline': 'In-line with text',
|
|
821
|
+
'fabric.editor.toolbarPositionPinedAtTop': 'Unpin the toolbar',
|
|
822
|
+
'fabric.editor.toolbarPositionUnpined': 'Pin the toolbar at the top',
|
|
810
823
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
811
824
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
812
825
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -43,9 +43,11 @@ var _default = exports.default = {
|
|
|
43
43
|
'fabric.editor.ai.config.item.action.insert': 'Insert',
|
|
44
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insert at top',
|
|
45
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insert below',
|
|
46
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Insert below original',
|
|
46
47
|
'fabric.editor.ai.config.item.action.replace': 'Replace',
|
|
47
48
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Replace title',
|
|
48
49
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Title cannot exceed {maxLength} characters',
|
|
50
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continue in chat',
|
|
49
51
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Open in Chat',
|
|
50
52
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo Agent',
|
|
51
53
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Shortens the content to make it more concise',
|
|
@@ -307,6 +309,7 @@ var _default = exports.default = {
|
|
|
307
309
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
308
310
|
'fabric.editor.ai.toolbar.tryAI.title': 'Try AI',
|
|
309
311
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Open Atlassian Intelligence',
|
|
312
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Ask AI {key}+'",
|
|
310
313
|
'fabric.editor.alignCenter': 'Align center',
|
|
311
314
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
312
315
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -424,6 +427,7 @@ var _default = exports.default = {
|
|
|
424
427
|
'fabric.editor.decision': 'Decision',
|
|
425
428
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
426
429
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
430
|
+
'fabric.editor.decreaseElementSize': 'Decrease element size',
|
|
427
431
|
'fabric.editor.decreaseSize': 'Decrease table or media size',
|
|
428
432
|
'fabric.editor.defaultAltText': 'Document',
|
|
429
433
|
'fabric.editor.delete': 'Delete',
|
|
@@ -572,6 +576,7 @@ var _default = exports.default = {
|
|
|
572
576
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Image border options Size dropdown',
|
|
573
577
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
574
578
|
'fabric.editor.improvement': 'Improvement',
|
|
579
|
+
'fabric.editor.increaseElementSize': 'Increase element size',
|
|
575
580
|
'fabric.editor.increaseSize': 'Increase table or media size',
|
|
576
581
|
'fabric.editor.indent': 'Indent',
|
|
577
582
|
'fabric.editor.info': 'Info',
|
|
@@ -665,6 +670,7 @@ var _default = exports.default = {
|
|
|
665
670
|
'fabric.editor.moveColumnRight': '{0, plural, one {Move column right} other {Move columns right}}',
|
|
666
671
|
'fabric.editor.moveDownDown': '{0, plural, one {Move row down} other {Move rows down}}',
|
|
667
672
|
'fabric.editor.moveRowUp': '{0, plural, one {Move row up} other {Move rows up}}',
|
|
673
|
+
'fabric.editor.navigate.toolbar.askAI': 'Ask AI',
|
|
668
674
|
'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
|
|
669
675
|
'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
|
|
670
676
|
'fabric.editor.noResultsFound': 'No results',
|
|
@@ -717,6 +723,7 @@ var _default = exports.default = {
|
|
|
717
723
|
'fabric.editor.requestToEdit': 'Request to edit',
|
|
718
724
|
'fabric.editor.requestToEditDescription': 'When you request access, the page owner will receive a notification.',
|
|
719
725
|
'fabric.editor.requestToEditDismiss': 'Dismiss',
|
|
726
|
+
'fabric.editor.resizeHandle': 'Resize handle',
|
|
720
727
|
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}',
|
|
721
728
|
'fabric.editor.richText': 'Use rich text',
|
|
722
729
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
@@ -806,6 +813,8 @@ var _default = exports.default = {
|
|
|
806
813
|
'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
|
|
807
814
|
'fabric.editor.toolbarPositionFixedAtTop': 'Fixed at top',
|
|
808
815
|
'fabric.editor.toolbarPositionInline': 'In-line with text',
|
|
816
|
+
'fabric.editor.toolbarPositionPinedAtTop': 'Unpin the toolbar',
|
|
817
|
+
'fabric.editor.toolbarPositionUnpined': 'Pin the toolbar at the top',
|
|
809
818
|
'fabric.editor.tooltip.blockPanel': 'a panel',
|
|
810
819
|
'fabric.editor.tooltip.bulletList': 'a list',
|
|
811
820
|
'fabric.editor.tooltip.decisionList': 'a decision list',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -584,6 +584,7 @@ var _default = exports.default = {
|
|
|
584
584
|
'fabric.editor.moveColumnRight': '{0, plural, one {Mover columna a la derecha} other {Mover columnas a la derecha}}',
|
|
585
585
|
'fabric.editor.moveDownDown': '{0, plural, one {Mover fila hacia abajo} other {Mover filas hacia abajo}}',
|
|
586
586
|
'fabric.editor.moveRowUp': '{0, plural, one {Mover fila hacia arriba} other {Mover filas hacia arriba}}',
|
|
587
|
+
'fabric.editor.navigate.toolbar.askAI': 'Preguntar a la IA',
|
|
587
588
|
'fabric.editor.navigate.toolbar.editor': 'Ve a la barra de herramientas del editor',
|
|
588
589
|
'fabric.editor.navigate.toolbar.floating': 'Ve a la barra de herramientas flotante',
|
|
589
590
|
'fabric.editor.noResultsFound': 'Sin resultados',
|
|
@@ -636,6 +637,7 @@ var _default = exports.default = {
|
|
|
636
637
|
'fabric.editor.requestToEdit': 'Solicitar para editar',
|
|
637
638
|
'fabric.editor.requestToEditDescription': 'Cuando solicites el acceso, el propietario de la página recibirá una notificación.',
|
|
638
639
|
'fabric.editor.requestToEditDismiss': 'Descartar',
|
|
640
|
+
'fabric.editor.resizeHandle': 'Controlador de cambio de tamaño',
|
|
639
641
|
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}',
|
|
640
642
|
'fabric.editor.richText': 'Usar texto enriquecido',
|
|
641
643
|
'fabric.editor.rightSidebar': 'Diseño de la barra lateral derecha',
|
|
@@ -725,6 +727,8 @@ var _default = exports.default = {
|
|
|
725
727
|
'fabric.editor.toolbarMediaTitle': 'Añadir imagen, vídeo o archivo',
|
|
726
728
|
'fabric.editor.toolbarPositionFixedAtTop': 'Fijo en la parte superior',
|
|
727
729
|
'fabric.editor.toolbarPositionInline': 'En línea con el texto',
|
|
730
|
+
'fabric.editor.toolbarPositionPinedAtTop': 'Desanclar la barra de herramientas',
|
|
731
|
+
'fabric.editor.toolbarPositionUnpined': 'Anclar la barra de herramientas en la parte superior',
|
|
728
732
|
'fabric.editor.tooltip.blockPanel': 'un panel',
|
|
729
733
|
'fabric.editor.tooltip.bulletList': 'una lista',
|
|
730
734
|
'fabric.editor.tooltip.decisionList': 'una lista de decisiones',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -484,11 +484,11 @@ var _default = exports.default = {
|
|
|
484
484
|
'fabric.editor.image.fullWidthLabel': 'Täysi leveys',
|
|
485
485
|
'fabric.editor.imageBorderBold': 'Voimakas',
|
|
486
486
|
'fabric.editor.imageBorderColor': 'Väri',
|
|
487
|
-
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Kuvan reunavaihtoehdot, värin
|
|
487
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Kuvan reunavaihtoehdot, värin pudotusvalikko',
|
|
488
488
|
'fabric.editor.imageBorderMedium': 'Keskikokoinen',
|
|
489
489
|
'fabric.editor.imageBorderOptions': 'Reunan asetukset',
|
|
490
490
|
'fabric.editor.imageBorderSize': 'Koko',
|
|
491
|
-
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Kuvan reunavaihtoehdot, koon
|
|
491
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Kuvan reunavaihtoehdot, koon pudotusvalikko',
|
|
492
492
|
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
493
493
|
'fabric.editor.improvement': 'Parannus',
|
|
494
494
|
'fabric.editor.increaseSize': 'Lisää taulukon/median kokoa',
|
|
@@ -584,6 +584,7 @@ var _default = exports.default = {
|
|
|
584
584
|
'fabric.editor.moveColumnRight': '{0, plural, one {Siirrä sarake oikealle} other {Siirrä sarakkeet oikealle}}',
|
|
585
585
|
'fabric.editor.moveDownDown': '{0, plural, one {Siirrä rivi alas} other {Siirrä rivit alas}}',
|
|
586
586
|
'fabric.editor.moveRowUp': '{0, plural, one {Siirrä rivi ylös} other {Siirrä rivit ylös}}',
|
|
587
|
+
'fabric.editor.navigate.toolbar.askAI': 'Kysy AI:lta',
|
|
587
588
|
'fabric.editor.navigate.toolbar.editor': 'Siirry editorin työkalupalkkiin',
|
|
588
589
|
'fabric.editor.navigate.toolbar.floating': 'Siirry kelluvaan työkalupalkkiin',
|
|
589
590
|
'fabric.editor.noResultsFound': 'Ei tuloksia',
|
|
@@ -636,6 +637,7 @@ var _default = exports.default = {
|
|
|
636
637
|
'fabric.editor.requestToEdit': 'Pyydä muokkausoikeutta',
|
|
637
638
|
'fabric.editor.requestToEditDescription': 'Kun pyydät käyttöoikeutta, sivun omistaja saa ilmoituksen.',
|
|
638
639
|
'fabric.editor.requestToEditDismiss': 'Hylkää',
|
|
640
|
+
'fabric.editor.resizeHandle': 'Muuta kahvan kokoa',
|
|
639
641
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
640
642
|
'fabric.editor.richText': 'Käytä rikastettua tekstiä',
|
|
641
643
|
'fabric.editor.rightSidebar': 'Oikean sivupalkin asettelu',
|
|
@@ -725,6 +727,8 @@ var _default = exports.default = {
|
|
|
725
727
|
'fabric.editor.toolbarMediaTitle': 'Lisää kuva, video tai tiedosto',
|
|
726
728
|
'fabric.editor.toolbarPositionFixedAtTop': 'Kiinnitetty ylös',
|
|
727
729
|
'fabric.editor.toolbarPositionInline': 'Tekstiin sitoutuva',
|
|
730
|
+
'fabric.editor.toolbarPositionPinedAtTop': 'Poista työkalurivin kiinnitys',
|
|
731
|
+
'fabric.editor.toolbarPositionUnpined': 'Kiinnitä työkalurivi yläreunaan',
|
|
728
732
|
'fabric.editor.tooltip.blockPanel': 'paneeli',
|
|
729
733
|
'fabric.editor.tooltip.bulletList': 'luettelo',
|
|
730
734
|
'fabric.editor.tooltip.decisionList': 'päätösluettelo',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -584,6 +584,7 @@ var _default = exports.default = {
|
|
|
584
584
|
'fabric.editor.moveColumnRight': '{0, plural, one {Déplacer la colonne vers la droite} other {Déplacer les colonnes vers la droite}}',
|
|
585
585
|
'fabric.editor.moveDownDown': '{0, plural, one {Déplacer la ligne vers le bas} other {Déplacer les lignes vers le bas}}',
|
|
586
586
|
'fabric.editor.moveRowUp': '{0, plural, one {Déplacer la ligne vers le haut} other {Déplacer les lignes vers le haut}}',
|
|
587
|
+
'fabric.editor.navigate.toolbar.askAI': "Demander à l'IA",
|
|
587
588
|
'fabric.editor.navigate.toolbar.editor': "Accéder à la barre d'outils de l'éditeur",
|
|
588
589
|
'fabric.editor.navigate.toolbar.floating': "Accéder à la barre d'outils flottante",
|
|
589
590
|
'fabric.editor.noResultsFound': 'Aucun résultat',
|
|
@@ -636,6 +637,7 @@ var _default = exports.default = {
|
|
|
636
637
|
'fabric.editor.requestToEdit': 'Demander le droit de modifier',
|
|
637
638
|
'fabric.editor.requestToEditDescription': "Lorsque vous demandez l'accès, le propriétaire de la page reçoit une notification.",
|
|
638
639
|
'fabric.editor.requestToEditDismiss': 'Ignorer',
|
|
640
|
+
'fabric.editor.resizeHandle': 'Redimensionner la poignée',
|
|
639
641
|
'fabric.editor.resultsCount': '{selectedMatchPosition} sur {totalResultsCount}',
|
|
640
642
|
'fabric.editor.richText': 'Utiliser du texte enrichi',
|
|
641
643
|
'fabric.editor.rightSidebar': 'Disposition de la barre latérale de droite',
|
|
@@ -725,6 +727,8 @@ var _default = exports.default = {
|
|
|
725
727
|
'fabric.editor.toolbarMediaTitle': 'Ajoutez une image, une vidéo ou un fichier',
|
|
726
728
|
'fabric.editor.toolbarPositionFixedAtTop': 'Fixée en haut',
|
|
727
729
|
'fabric.editor.toolbarPositionInline': 'Alignée avec le texte',
|
|
730
|
+
'fabric.editor.toolbarPositionPinedAtTop': "Libérer la barre d'outils",
|
|
731
|
+
'fabric.editor.toolbarPositionUnpined': "Épingler la barre d'outils en haut",
|
|
728
732
|
'fabric.editor.tooltip.blockPanel': 'un panneau',
|
|
729
733
|
'fabric.editor.tooltip.bulletList': 'une liste',
|
|
730
734
|
'fabric.editor.tooltip.decisionList': 'une liste de décisions',
|
package/dist/cjs/i18n/hr.js
CHANGED
|
@@ -648,6 +648,7 @@ var _default = exports.default = {
|
|
|
648
648
|
'fabric.editor.moveColumnRight': '{0, plural, one {Pomakni stupac desno} few {Pomakni stupce desno} many {Pomakni stupce desno} other {Pomakni stupce desno}}',
|
|
649
649
|
'fabric.editor.moveDownDown': '{0, plural, one {Pomakni redak dolje} few {Pomakni retke dolje} many {Pomakni retke dolje} other {Pomakni retke dolje}}',
|
|
650
650
|
'fabric.editor.moveRowUp': '{0, plural, one {Pomakni redak gore} few {Pomakni retke gore} many {Pomakni retke gore} other {Pomakni retke gore}}',
|
|
651
|
+
'fabric.editor.navigate.toolbar.askAI': 'Pitaj AI',
|
|
651
652
|
'fabric.editor.navigate.toolbar.editor': 'Prijeđi na alatnu traku uređivača',
|
|
652
653
|
'fabric.editor.navigate.toolbar.floating': 'Prijeđi na plutajuću alatnu traku',
|
|
653
654
|
'fabric.editor.noResultsFound': 'Nisu pronađeni rezultati',
|
|
@@ -699,6 +700,7 @@ var _default = exports.default = {
|
|
|
699
700
|
'fabric.editor.requestToEdit': 'Zahtjev za uređivanje',
|
|
700
701
|
'fabric.editor.requestToEditDescription': 'Kada zatražiš pristup, vlasnik stranice primit će obavijest.',
|
|
701
702
|
'fabric.editor.requestToEditDismiss': 'Odbaci',
|
|
703
|
+
'fabric.editor.resizeHandle': 'Promijeni veličinu ručke',
|
|
702
704
|
'fabric.editor.resultsCount': '{selectedMatchPosition} od {totalResultsCount}',
|
|
703
705
|
'fabric.editor.richText': 'Koristi obogaćeni tekst',
|
|
704
706
|
'fabric.editor.rightSidebar': 'Izgled desne bočne trake',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -189,6 +189,7 @@ var _default = exports.default = {
|
|
|
189
189
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'A szabad generálás jelenleg le van tiltva az Elevate-ben.',
|
|
190
190
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Mostantól linkeket is beilleszthetsz 🔗 a Jira- és Confluence-tartalmakhoz az utasításaidban.',
|
|
191
191
|
'fabric.editor.ai.experience.footerRightText.agents': 'Szolgáltató: Rovo',
|
|
192
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Létrehozás',
|
|
192
193
|
'fabric.editor.ai.experience.hipaaContentError': 'Az Atlassian Intelligence nem tudta feldolgozni a kérelmedet, mert a tartalmad a HIPAA által korlátozott tartalomra hivatkozik. Távolítsd el ezeket a linkeket, majd próbáld újra.',
|
|
193
194
|
'fabric.editor.ai.experience.inputTooShortError': 'A tartalom túl rövid ahhoz, hogy össze lehessen foglalni. Bővítsd ki, majd próbáld újra.',
|
|
194
195
|
'fabric.editor.ai.experience.internalServerError': 'Az Atlassian Intelligence (AI) nem válaszol. Próbálkozz újra később, vagy <link>ellenőrizd az AI állapotát</link>.',
|
|
@@ -582,6 +583,7 @@ var _default = exports.default = {
|
|
|
582
583
|
'fabric.editor.moveColumnRight': '{0, plural, one {Oszlop mozgatása jobbra} other {Oszlopok mozgatása jobbra}}',
|
|
583
584
|
'fabric.editor.moveDownDown': '{0, plural, one {Sor mozgatása lefelé} other {Sorok mozgatása lefelé}}',
|
|
584
585
|
'fabric.editor.moveRowUp': '{0, plural, one {Sor mozgatása felfelé} other {Sorok mozgatása felfelé}}',
|
|
586
|
+
'fabric.editor.navigate.toolbar.askAI': 'MI megkérdezése',
|
|
585
587
|
'fabric.editor.navigate.toolbar.editor': 'Navigálás a szerkesztési eszköztárhoz',
|
|
586
588
|
'fabric.editor.navigate.toolbar.floating': 'Navigálás a lebegő eszköztárhoz',
|
|
587
589
|
'fabric.editor.noResultsFound': 'Nincs találat',
|
|
@@ -634,6 +636,7 @@ var _default = exports.default = {
|
|
|
634
636
|
'fabric.editor.requestToEdit': 'Szerkesztés kérelmezése',
|
|
635
637
|
'fabric.editor.requestToEditDescription': 'Ha hozzáférést kérsz, értesítjük az oldal tulajdonosát.',
|
|
636
638
|
'fabric.editor.requestToEditDismiss': 'Elvetés',
|
|
639
|
+
'fabric.editor.resizeHandle': 'Átméretezési fogópont',
|
|
637
640
|
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}',
|
|
638
641
|
'fabric.editor.richText': 'Rich text használata',
|
|
639
642
|
'fabric.editor.rightSidebar': 'Jobb oldalsávos elrendezés',
|
|
@@ -723,6 +726,8 @@ var _default = exports.default = {
|
|
|
723
726
|
'fabric.editor.toolbarMediaTitle': 'Kép, videó vagy fájl hozzáadása',
|
|
724
727
|
'fabric.editor.toolbarPositionFixedAtTop': 'Felülre rögzítve',
|
|
725
728
|
'fabric.editor.toolbarPositionInline': 'Beágyazva a szövegbe',
|
|
729
|
+
'fabric.editor.toolbarPositionPinedAtTop': 'Eszköztár rögzítésének megszüntetése',
|
|
730
|
+
'fabric.editor.toolbarPositionUnpined': 'Eszköztár rögzítése felülre',
|
|
726
731
|
'fabric.editor.tooltip.blockPanel': 'panel',
|
|
727
732
|
'fabric.editor.tooltip.bulletList': 'egy lista',
|
|
728
733
|
'fabric.editor.tooltip.decisionList': 'döntési lista',
|