@atlaskit/editor-common 81.1.5 → 81.2.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 +21 -0
- package/codemods/migrates/entry-points.ts +14 -30
- package/dist/cjs/clipboard/index.js +4 -4
- package/dist/cjs/collab/index.js +1 -1
- package/dist/cjs/doc-utils/editor-use-only.js +2 -2
- package/dist/cjs/i18n/cs.js +1 -0
- package/dist/cjs/i18n/da.js +3 -2
- package/dist/cjs/i18n/de.js +3 -2
- package/dist/cjs/i18n/en.js +1 -0
- package/dist/cjs/i18n/en_GB.js +1 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/i18n/es.js +2 -1
- package/dist/cjs/i18n/fi.js +2 -1
- package/dist/cjs/i18n/fr.js +1 -0
- package/dist/cjs/i18n/hu.js +1 -0
- package/dist/cjs/i18n/it.js +1 -0
- package/dist/cjs/i18n/ja.js +2 -1
- package/dist/cjs/i18n/ko.js +2 -1
- package/dist/cjs/i18n/nb.js +1 -0
- package/dist/cjs/i18n/nl.js +1 -0
- package/dist/cjs/i18n/pl.js +1 -0
- package/dist/cjs/i18n/pt_BR.js +1 -0
- package/dist/cjs/i18n/ru.js +1 -0
- package/dist/cjs/i18n/sv.js +1 -0
- package/dist/cjs/i18n/th.js +1 -0
- package/dist/cjs/i18n/tr.js +1 -0
- package/dist/cjs/i18n/uk.js +7 -6
- package/dist/cjs/i18n/vi.js +1 -0
- package/dist/cjs/i18n/zh.js +3 -2
- package/dist/cjs/i18n/zh_TW.js +1 -0
- package/dist/cjs/lists/node.js +8 -8
- package/dist/cjs/lists/replace-content.js +8 -8
- package/dist/cjs/mark/commands.js +64 -15
- package/dist/cjs/mark/index.js +6 -0
- package/dist/cjs/media-inline/styles.js +2 -2
- package/dist/cjs/messages/card.js +20 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/selection/gap-cursor/styles.js +1 -1
- package/dist/cjs/styles/shared/annotation.js +1 -1
- package/dist/cjs/styles/shared/block-marks.js +1 -1
- package/dist/cjs/styles/shared/code-block.js +2 -2
- package/dist/cjs/styles/shared/lists.js +1 -1
- package/dist/cjs/styles/shared/panel.js +1 -1
- package/dist/cjs/styles/shared/resizer.js +1 -1
- package/dist/cjs/styles/shared/smartCard.js +1 -1
- package/dist/cjs/styles/shared/table.js +1 -1
- package/dist/cjs/styles/shared/task-decision.js +1 -1
- package/dist/cjs/styles/shared/unsupported-content.js +1 -1
- package/dist/cjs/table/SortingIcon.js +2 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Expand/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/styles.js +4 -4
- package/dist/cjs/ui/MediaSingle/styled.js +5 -5
- package/dist/cjs/ui/ResizerLegacy/styled.js +1 -1
- package/dist/cjs/ui-menu/DropdownMenu/index.js +2 -2
- package/dist/cjs/utils/calculate-toolbar-position.js +8 -8
- package/dist/cjs/utils/compareNodes.js +7 -7
- package/dist/cjs/utils/dedupe.js +10 -10
- package/dist/es2019/clipboard/index.js +4 -4
- package/dist/es2019/collab/index.js +29 -29
- package/dist/es2019/doc-utils/editor-use-only.js +2 -2
- package/dist/es2019/i18n/cs.js +1 -0
- package/dist/es2019/i18n/da.js +3 -2
- package/dist/es2019/i18n/de.js +3 -2
- package/dist/es2019/i18n/en.js +1 -0
- package/dist/es2019/i18n/en_GB.js +1 -0
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/i18n/es.js +2 -1
- package/dist/es2019/i18n/fi.js +2 -1
- package/dist/es2019/i18n/fr.js +1 -0
- package/dist/es2019/i18n/hu.js +1 -0
- package/dist/es2019/i18n/it.js +1 -0
- package/dist/es2019/i18n/ja.js +2 -1
- package/dist/es2019/i18n/ko.js +2 -1
- package/dist/es2019/i18n/nb.js +1 -0
- package/dist/es2019/i18n/nl.js +1 -0
- package/dist/es2019/i18n/pl.js +1 -0
- package/dist/es2019/i18n/pt_BR.js +1 -0
- package/dist/es2019/i18n/ru.js +1 -0
- package/dist/es2019/i18n/sv.js +1 -0
- package/dist/es2019/i18n/th.js +1 -0
- package/dist/es2019/i18n/tr.js +1 -0
- package/dist/es2019/i18n/uk.js +7 -6
- package/dist/es2019/i18n/vi.js +1 -0
- package/dist/es2019/i18n/zh.js +3 -2
- package/dist/es2019/i18n/zh_TW.js +1 -0
- package/dist/es2019/lists/node.js +8 -8
- package/dist/es2019/lists/replace-content.js +8 -8
- package/dist/es2019/mark/commands.js +54 -1
- package/dist/es2019/mark/index.js +1 -1
- package/dist/es2019/media-inline/styles.js +28 -28
- package/dist/es2019/messages/card.js +20 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/selection/gap-cursor/styles.js +80 -80
- package/dist/es2019/styles/shared/annotation.js +12 -12
- package/dist/es2019/styles/shared/block-marks.js +16 -16
- package/dist/es2019/styles/shared/code-block.js +101 -89
- package/dist/es2019/styles/shared/lists.js +83 -86
- package/dist/es2019/styles/shared/panel.js +78 -78
- package/dist/es2019/styles/shared/resizer.js +180 -178
- package/dist/es2019/styles/shared/smartCard.js +92 -102
- package/dist/es2019/styles/shared/table.js +125 -127
- package/dist/es2019/styles/shared/task-decision.js +46 -46
- package/dist/es2019/styles/shared/unsupported-content.js +15 -15
- package/dist/es2019/table/SortingIcon.js +34 -34
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Expand/index.js +14 -14
- package/dist/es2019/ui/FloatingToolbar/styles.js +4 -4
- package/dist/es2019/ui/MediaSingle/styled.js +55 -55
- package/dist/es2019/ui/ResizerLegacy/styled.js +10 -10
- package/dist/es2019/ui-menu/DropdownMenu/index.js +30 -30
- package/dist/es2019/utils/calculate-toolbar-position.js +8 -8
- package/dist/es2019/utils/compareNodes.js +7 -7
- package/dist/es2019/utils/dedupe.js +10 -10
- package/dist/esm/clipboard/index.js +4 -4
- package/dist/esm/collab/index.js +1 -1
- package/dist/esm/doc-utils/editor-use-only.js +2 -2
- package/dist/esm/i18n/cs.js +1 -0
- package/dist/esm/i18n/da.js +3 -2
- package/dist/esm/i18n/de.js +3 -2
- package/dist/esm/i18n/en.js +1 -0
- package/dist/esm/i18n/en_GB.js +1 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/es.js +2 -1
- package/dist/esm/i18n/fi.js +2 -1
- package/dist/esm/i18n/fr.js +1 -0
- package/dist/esm/i18n/hu.js +1 -0
- package/dist/esm/i18n/it.js +1 -0
- package/dist/esm/i18n/ja.js +2 -1
- package/dist/esm/i18n/ko.js +2 -1
- package/dist/esm/i18n/nb.js +1 -0
- package/dist/esm/i18n/nl.js +1 -0
- package/dist/esm/i18n/pl.js +1 -0
- package/dist/esm/i18n/pt_BR.js +1 -0
- package/dist/esm/i18n/ru.js +1 -0
- package/dist/esm/i18n/sv.js +1 -0
- package/dist/esm/i18n/th.js +1 -0
- package/dist/esm/i18n/tr.js +1 -0
- package/dist/esm/i18n/uk.js +7 -6
- package/dist/esm/i18n/vi.js +1 -0
- package/dist/esm/i18n/zh.js +3 -2
- package/dist/esm/i18n/zh_TW.js +1 -0
- package/dist/esm/lists/node.js +8 -8
- package/dist/esm/lists/replace-content.js +8 -8
- package/dist/esm/mark/commands.js +61 -14
- package/dist/esm/mark/index.js +1 -1
- package/dist/esm/media-inline/styles.js +2 -2
- package/dist/esm/messages/card.js +20 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/selection/gap-cursor/styles.js +1 -1
- package/dist/esm/styles/shared/annotation.js +1 -1
- package/dist/esm/styles/shared/block-marks.js +1 -1
- package/dist/esm/styles/shared/code-block.js +2 -2
- package/dist/esm/styles/shared/lists.js +1 -1
- package/dist/esm/styles/shared/panel.js +1 -1
- package/dist/esm/styles/shared/resizer.js +1 -1
- package/dist/esm/styles/shared/smartCard.js +1 -1
- package/dist/esm/styles/shared/table.js +1 -1
- package/dist/esm/styles/shared/task-decision.js +1 -1
- package/dist/esm/styles/shared/unsupported-content.js +1 -1
- package/dist/esm/table/SortingIcon.js +2 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Expand/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/styles.js +4 -4
- package/dist/esm/ui/MediaSingle/styled.js +5 -5
- package/dist/esm/ui/ResizerLegacy/styled.js +1 -1
- package/dist/esm/ui-menu/DropdownMenu/index.js +2 -2
- package/dist/esm/utils/calculate-toolbar-position.js +8 -8
- package/dist/esm/utils/compareNodes.js +7 -7
- package/dist/esm/utils/dedupe.js +10 -10
- package/dist/types/analytics/index.d.ts +1 -1
- package/dist/types/analytics/types/index.d.ts +3 -3
- package/dist/types/card/LinkToolbarButtonGroup.d.ts +1 -1
- package/dist/types/card/index.d.ts +1 -1
- package/dist/types/element-browser/ViewMore.d.ts +1 -1
- package/dist/types/element-browser/components/ElementList/EmptyState.d.ts +1 -1
- package/dist/types/extensibility/index.d.ts +1 -1
- package/dist/types/extensions/index.d.ts +1 -1
- package/dist/types/extensions/types/index.d.ts +2 -2
- package/dist/types/guideline/index.d.ts +3 -3
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/link/index.d.ts +3 -3
- package/dist/types/lists/index.d.ts +3 -3
- package/dist/types/lists/replace-content.d.ts +1 -1
- package/dist/types/mark/commands.d.ts +5 -0
- package/dist/types/mark/index.d.ts +2 -2
- package/dist/types/media-inline/index.d.ts +1 -1
- package/dist/types/media-inline/views/frame.d.ts +1 -1
- package/dist/types/messages/card.d.ts +20 -0
- package/dist/types/portal/index.d.ts +1 -1
- package/dist/types/preset/index.d.ts +1 -1
- package/dist/types/preset/plugin-injection-api.d.ts +1 -1
- package/dist/types/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types/provider-factory.d.ts +2 -2
- package/dist/types/react-node-view/index.d.ts +1 -1
- package/dist/types/selection/index.d.ts +2 -2
- package/dist/types/styles/index.d.ts +4 -4
- package/dist/types/types/feature-flags.d.ts +6 -6
- package/dist/types/types/index.d.ts +12 -12
- package/dist/types/types/next-editor-plugin.d.ts +2 -8
- package/dist/types/types/performance-tracking.d.ts +4 -4
- package/dist/types/ufo/index.d.ts +1 -1
- package/dist/types/ui/BaseTheme/index.d.ts +1 -1
- package/dist/types/ui/FloatingToolbar/styles.d.ts +4 -4
- package/dist/types/ui/MediaSingle/styled.d.ts +1 -1
- package/dist/types/ui/index.d.ts +4 -4
- package/dist/types/ui-color/index.d.ts +1 -1
- package/dist/types/utils/get-performance-options.d.ts +1 -1
- package/dist/types/utils/index.d.ts +6 -6
- package/dist/types/validator.d.ts +1 -1
- package/dist/types-ts4.5/analytics/index.d.ts +1 -1
- package/dist/types-ts4.5/analytics/types/index.d.ts +3 -3
- package/dist/types-ts4.5/card/LinkToolbarButtonGroup.d.ts +1 -1
- package/dist/types-ts4.5/card/index.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/ViewMore.d.ts +1 -1
- package/dist/types-ts4.5/element-browser/components/ElementList/EmptyState.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/index.d.ts +1 -1
- package/dist/types-ts4.5/extensions/index.d.ts +1 -1
- package/dist/types-ts4.5/extensions/types/index.d.ts +2 -2
- package/dist/types-ts4.5/guideline/index.d.ts +3 -3
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
- package/dist/types-ts4.5/i18n/da.d.ts +1 -0
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/es.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
- package/dist/types-ts4.5/i18n/th.d.ts +1 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/link/index.d.ts +3 -3
- package/dist/types-ts4.5/lists/index.d.ts +3 -3
- package/dist/types-ts4.5/lists/replace-content.d.ts +1 -1
- package/dist/types-ts4.5/mark/commands.d.ts +5 -0
- package/dist/types-ts4.5/mark/index.d.ts +2 -2
- package/dist/types-ts4.5/media-inline/index.d.ts +1 -1
- package/dist/types-ts4.5/media-inline/views/frame.d.ts +1 -1
- package/dist/types-ts4.5/messages/card.d.ts +20 -0
- package/dist/types-ts4.5/portal/index.d.ts +1 -1
- package/dist/types-ts4.5/preset/index.d.ts +1 -1
- package/dist/types-ts4.5/preset/plugin-injection-api.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory.d.ts +2 -2
- package/dist/types-ts4.5/react-node-view/index.d.ts +1 -1
- package/dist/types-ts4.5/selection/index.d.ts +2 -2
- package/dist/types-ts4.5/styles/index.d.ts +4 -4
- package/dist/types-ts4.5/types/feature-flags.d.ts +6 -6
- package/dist/types-ts4.5/types/index.d.ts +12 -12
- package/dist/types-ts4.5/types/performance-tracking.d.ts +4 -4
- package/dist/types-ts4.5/ufo/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/BaseTheme/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/FloatingToolbar/styles.d.ts +4 -4
- package/dist/types-ts4.5/ui/MediaSingle/styled.d.ts +1 -1
- package/dist/types-ts4.5/ui/index.d.ts +4 -4
- package/dist/types-ts4.5/ui-color/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/get-performance-options.d.ts +1 -1
- package/dist/types-ts4.5/utils/index.d.ts +6 -6
- package/dist/types-ts4.5/validator.d.ts +1 -1
- package/package.json +7 -6
- package/report.api.md +6 -5
|
@@ -160,10 +160,10 @@ var MediaSingleDimensionHelper = exports.MediaSingleDimensionHelper = function M
|
|
|
160
160
|
_ref$isInsideOfInline = _ref.isInsideOfInlineExtension,
|
|
161
161
|
isInsideOfInlineExtension = _ref$isInsideOfInline === void 0 ? false : _ref$isInsideOfInline;
|
|
162
162
|
return (// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
|
|
163
|
-
(0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n
|
|
163
|
+
(0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t\t/* For nested rich media items, set max-width to 100% */\n\t\ttr &,\n\t\t[data-layout-column] &,\n\t\t[data-node-type='expand'] &,\n\t\t[data-panel-type] &,\n\t\tli & {\n\t\t\tmax-width: 100%;\n\t\t}\n\n\t\twidth: ", ";\n\t\t", "\n\t\tmax-width: ", ";\n\n\t\t", "\n\n\t\t&:not(.is-resizing) {\n\t\t\ttransition: width 100ms ease-in;\n\t\t}\n\n\t\tfloat: ", ";\n\t\tmargin: ", ";\n\n\t\t&[class*='not-resizing'] {\n\t\t\t", "\n\t\t}\n\n\t\t", ";\n\t"])), isExtendedResizeExperienceOn ? "".concat(mediaSingleWidth || width, "px") : mediaSingleWidth ? calcResizedWidth(layout, width || 0, containerWidth) : calcLegacyWidth(layout, width || 0, containerWidth, fullWidthMode, isResized, isInsideOfInlineExtension), layout === 'full-width' &&
|
|
164
164
|
/* This causes issues for new experience where we don't strip layout attributes
|
|
165
|
-
|
|
166
|
-
|
|
165
|
+
when copying top-level node and pasting into a table/layout,
|
|
166
|
+
because full-width layout will remain, causing node to be edge-to-edge */
|
|
167
167
|
!isExtendedResizeExperienceOn && (0, _react2.css)({
|
|
168
168
|
minWidth: '100%'
|
|
169
169
|
}), isExtendedResizeExperienceOn ? "".concat(containerWidth, "px") : calcMaxWidth(layout, containerWidth), isExtendedResizeExperienceOn && "&[class*='is-resizing'] {\n .new-file-experience-wrapper {\n box-shadow: none !important;\n }\n\n ".concat(!isNestedNode && _utils.nonWrappedLayouts.includes(layout) && "margin-left: 50%;\n transform: translateX(-50%);", "\n }"), float(layout), calcMargin(layout), isNestedNode ? /* Make nested node appear responsive when resizing table cell */"max-width: 100%;" : _utils.nonWrappedLayouts.includes(layout) && "margin-left: 50%;\n transform: translateX(-50%);", isImageAligned(layout))
|
|
@@ -174,13 +174,13 @@ var RenderFallbackContainer = function RenderFallbackContainer(_ref2) {
|
|
|
174
174
|
paddingBottom = _ref2.paddingBottom,
|
|
175
175
|
height = _ref2.height;
|
|
176
176
|
return (// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
|
|
177
|
-
(0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n
|
|
177
|
+
(0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n\t\t", "\n\t"])), hasFallbackContainer ? "\n &::after {\n content: '';\n display: block;\n ".concat(height ? "height: ".concat(height, "px;") : paddingBottom ? "padding-bottom: ".concat(paddingBottom, ";") : '', "\n\n /* Fixes extra padding problem in Firefox */\n font-size: 0;\n line-height: 0;\n }\n ") : '')
|
|
178
178
|
);
|
|
179
179
|
};
|
|
180
180
|
|
|
181
181
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
|
|
182
182
|
var mediaWrapperStyle = exports.mediaWrapperStyle = function mediaWrapperStyle(props) {
|
|
183
|
-
return (0, _react2.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n
|
|
183
|
+
return (0, _react2.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n\tposition: relative;\n\n\t", "\n\n\t/* Editor */\n & > figure {\n\t\tposition: ", ";\n\t\theight: 100%;\n\t\twidth: 100%;\n\t}\n\n\t// Comments on media project adds comment badge as child of the media wrapper,\n\t// thus we need to exclude it so that style is applied to intended div\n\t& > div:not([data-comment-badge='true']) {\n\t\tposition: ", ";\n\t\theight: 100%;\n\t\twidth: 100%;\n\t}\n\n\t& * [data-mark-annotation-type='inlineComment'] {\n\t\twidth: 100%;\n\t\theight: 100%;\n\t}\n\n\t&[data-node-type='embedCard'] > div {\n\t\twidth: 100%;\n\t}\n\n\t/* Renderer */\n\t[data-node-type='media'] {\n\t\tposition: static !important;\n\n\t\t> div {\n\t\t\tposition: absolute;\n\t\t\theight: 100%;\n\t\t}\n\t}\n"])), RenderFallbackContainer(props), props.hasFallbackContainer ? 'absolute' : 'relative', props.hasFallbackContainer ? 'absolute' : 'relative');
|
|
184
184
|
};
|
|
185
185
|
var MediaWrapper = exports.MediaWrapper = function MediaWrapper(_ref3) {
|
|
186
186
|
var children = _ref3.children,
|
|
@@ -11,5 +11,5 @@ var _styled = require("../MediaSingle/styled");
|
|
|
11
11
|
var _templateObject;
|
|
12
12
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- Needs manual remediation
|
|
13
13
|
var wrapperStyle = exports.wrapperStyle = function wrapperStyle(props) {
|
|
14
|
-
return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n
|
|
14
|
+
return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t& > div {\n\t\t", ";\n\t\tposition: relative;\n\t\tclear: both;\n\n\t\t> div {\n\t\t\tposition: absolute;\n\t\t\theight: 100%;\n\t\t\twidth: 100%;\n\t\t}\n\t}\n"])), (0, _styled.MediaSingleDimensionHelper)(props));
|
|
15
15
|
};
|
|
@@ -58,10 +58,10 @@ var buttonStyles = function buttonStyles(isActive, submenuActive) {
|
|
|
58
58
|
* Hack for item to imitate old dropdown-menu selected styles
|
|
59
59
|
*/
|
|
60
60
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
61
|
-
return (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n
|
|
61
|
+
return (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\t\t\t> span,\n\t\t\t> span:hover,\n\t\t\t> span:active {\n\t\t\t\tbackground: ", ";\n\t\t\t\tcolor: ", ";\n\t\t\t}\n\t\t\t:focus > span[aria-disabled='false'] {\n\t\t\t\t", ";\n\t\t\t}\n\t\t\t:focus-visible,\n\t\t\t:focus-visible > span[aria-disabled='false'] {\n\t\t\t\toutline: none;\n\t\t\t}\n\t\t"])), "var(--ds-background-selected, #6c798f)", "var(--ds-text, #fff)", focusedMenuItemStyle);
|
|
62
62
|
} else {
|
|
63
63
|
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression -- needs manual remediation
|
|
64
|
-
return (0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n
|
|
64
|
+
return (0, _react2.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n\t\t\t> span:hover[aria-disabled='false'] {\n\t\t\t\tcolor: ", ";\n\t\t\t\tbackground-color: ", ";\n\t\t\t}\n\t\t\t", "\n\t\t\t> span[aria-disabled='true'] {\n\t\t\t\tcolor: ", ";\n\t\t\t}\n\t\t\t:focus > span[aria-disabled='false'] {\n\t\t\t\t", ";\n\t\t\t}\n\t\t\t:focus-visible,\n\t\t\t:focus-visible > span[aria-disabled='false'] {\n\t\t\t\toutline: none;\n\t\t\t}\n\t\t"])), "var(--ds-text, ".concat(_colors.N900, ")"), "var(--ds-background-neutral-subtle-hovered, rgb(244, 245, 247))", !submenuActive && "\n > span:active[aria-disabled='false'] {\n background-color: ".concat("var(--ds-background-neutral-subtle-pressed, rgb(179, 212, 255))", ";\n }"), "var(--ds-text-disabled, ".concat(_colors.N70, ")"), focusedMenuItemStyle); // The default focus-visible style is removed to ensure consistency across browsers
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
67
|
var DropListWithOutsideListeners = (0, _uiReact.withReactEditorViewOuterListeners)(_DropList.default);
|
|
@@ -48,14 +48,14 @@ var calculateToolbarPositionAboveSelection = exports.calculateToolbarPositionAbo
|
|
|
48
48
|
left = Math.min(topCoords.left, bottomCoords.left);
|
|
49
49
|
}
|
|
50
50
|
/*
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
51
|
+
short selection above a long paragraph
|
|
52
|
+
eg. short {<}heading
|
|
53
|
+
The purpose of this text is to show the selection range{>}.
|
|
54
|
+
The horizontal positioning should center around "heading",
|
|
55
|
+
not where it ends at "range".
|
|
56
|
+
Note: if it was "head<b>ing</b>" then it would only center
|
|
57
|
+
around "head". Undesireable but matches the current renderer.
|
|
58
|
+
*/
|
|
59
59
|
var cliffPosition = range.getClientRects()[0];
|
|
60
60
|
if (cliffPosition.right < left) {
|
|
61
61
|
left = cliffPosition.left + cliffPosition.width / 2;
|
|
@@ -112,10 +112,10 @@ function getMetaFromNode(node, options, normalizeTextParser) {
|
|
|
112
112
|
switch (firstChild.type.name) {
|
|
113
113
|
// Text case
|
|
114
114
|
/*
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
115
|
+
Get Meta value from the first child if the cell is of type
|
|
116
|
+
* Heading (Any cell where the text is set to a heading type)
|
|
117
|
+
* Paragraph (Normal text)
|
|
118
|
+
*/
|
|
119
119
|
case 'heading':
|
|
120
120
|
case 'paragraph':
|
|
121
121
|
{
|
|
@@ -214,9 +214,9 @@ var createCompareNodes = exports.createCompareNodes = function createCompareNode
|
|
|
214
214
|
var metaNodeA = getMetaFromNode(nodeA, options, normalizeTextParser);
|
|
215
215
|
var metaNodeB = getMetaFromNode(nodeB, options, normalizeTextParser);
|
|
216
216
|
/*
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
217
|
+
Donot switch the order (Asec or Desc) if either node is null.
|
|
218
|
+
This will ensure that empty cells are always at the bottom during sorting.
|
|
219
|
+
*/
|
|
220
220
|
if (metaNodeA === null || metaNodeB === null) {
|
|
221
221
|
return compareMetaFromNode(metaNodeA, metaNodeB);
|
|
222
222
|
}
|
package/dist/cjs/utils/dedupe.js
CHANGED
|
@@ -10,16 +10,16 @@ function dedupe() {
|
|
|
10
10
|
return p;
|
|
11
11
|
};
|
|
12
12
|
/**
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
13
|
+
.,
|
|
14
|
+
. _,'f----.._
|
|
15
|
+
|\ ,-'"/ | ,'
|
|
16
|
+
|,_ ,--. /
|
|
17
|
+
/,-. ,'`. (_
|
|
18
|
+
f o| o|__ "`-.
|
|
19
|
+
,-._.,--'_ `. _.,-`
|
|
20
|
+
`"' ___.,'` j,-'
|
|
21
|
+
`-.__.,--'
|
|
22
|
+
Gotta go fast!
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
var seen = new Set();
|
|
@@ -55,11 +55,11 @@ export const copyHTMLToClipboard = async (elementToCopy, plainTextToCopy) => {
|
|
|
55
55
|
// Hence of use of this polyfill
|
|
56
56
|
export const copyHTMLToClipboardPolyfill = async (elementToCopy, plainTextToCopy) => {
|
|
57
57
|
const dt = new clipboard.ClipboardItem({
|
|
58
|
-
|
|
59
|
-
type:
|
|
58
|
+
'text/html': new Blob([elementToCopy.innerHTML], {
|
|
59
|
+
type: 'text/html'
|
|
60
60
|
}),
|
|
61
|
-
|
|
62
|
-
type:
|
|
61
|
+
'text/plain': new Blob([plainTextToCopy || elementToCopy.innerText], {
|
|
62
|
+
type: 'text/plain'
|
|
63
63
|
})
|
|
64
64
|
});
|
|
65
65
|
await clipboard.write([dt]);
|
|
@@ -147,35 +147,35 @@ export const TELEPOINTER_DIM_CLASS = 'telepointer-dim';
|
|
|
147
147
|
// Disable top: -14px since it is necessary to align to cursor
|
|
148
148
|
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage/preview, @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/design-system/no-exported-css
|
|
149
149
|
export const telepointerStyle = css`
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
150
|
+
.ProseMirror .telepointer {
|
|
151
|
+
position: relative;
|
|
152
|
+
transition: opacity 200ms;
|
|
153
|
+
|
|
154
|
+
&.telepointer-selection {
|
|
155
|
+
line-height: 1.2;
|
|
156
|
+
pointer-events: none;
|
|
157
|
+
user-select: none;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
&.telepointer-selection-badge::after {
|
|
161
|
+
content: attr(data-initial);
|
|
162
|
+
position: absolute;
|
|
163
|
+
display: block;
|
|
164
|
+
top: -14px;
|
|
165
|
+
font-size: ${relativeFontSizeToBase16(9)};
|
|
166
|
+
padding: ${"var(--ds-space-025, 2px)"};
|
|
167
|
+
color: ${"var(--ds-text-inverse, #FFFFFF)"};
|
|
168
|
+
left: 0px;
|
|
169
|
+
border-radius: 2px 2px 2px 0;
|
|
170
|
+
line-height: initial;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
&.${TELEPOINTER_DIM_CLASS} {
|
|
174
|
+
opacity: 0.2;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
${avatarColors.map((color, index) => telepointerColorStyle(color, index))};
|
|
178
|
+
}
|
|
179
179
|
`;
|
|
180
180
|
const tintKey = 'collab:isDirtyTransaction';
|
|
181
181
|
export const isDirtyTransaction = tr => {
|
|
@@ -7,9 +7,9 @@ function AlternativePackagesMessage({
|
|
|
7
7
|
return null;
|
|
8
8
|
}
|
|
9
9
|
if (alternatePackages.length === 1) {
|
|
10
|
-
return /*#__PURE__*/React.createElement("p", null, "Consider using",
|
|
10
|
+
return /*#__PURE__*/React.createElement("p", null, "Consider using ", /*#__PURE__*/React.createElement("a", {
|
|
11
11
|
href: alternatePackages[0].link
|
|
12
|
-
}, alternatePackages[0].name),
|
|
12
|
+
}, alternatePackages[0].name), " instead.");
|
|
13
13
|
}
|
|
14
14
|
return /*#__PURE__*/React.createElement("p", null, "Consider using one of these packages instead:", /*#__PURE__*/React.createElement("ul", null, alternatePackages.map(p => /*#__PURE__*/React.createElement("li", null, /*#__PURE__*/React.createElement("a", {
|
|
15
15
|
href: p.link
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Akce stránky',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Barva pozadí',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Přidat emoji',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Typy panelů',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Možnosti vložení',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Vložit prostý text',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Popište tento obrázek alternativním textem',
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -215,7 +215,7 @@ export default {
|
|
|
215
215
|
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Fejl',
|
|
216
216
|
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sag',
|
|
217
217
|
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
|
|
218
|
-
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '
|
|
218
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Story',
|
|
219
219
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Opgave',
|
|
220
220
|
'fabric.editor.headingLink.invalidLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
221
221
|
'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
|
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Tilføj emoji',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Paneltyper',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Indstillinger for indsæt',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Indsæt almindelig tekst',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Beskriv billedet med alternativ tekst',
|
|
@@ -365,7 +366,7 @@ export default {
|
|
|
365
366
|
'fabric.editor.status': 'Status',
|
|
366
367
|
'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
|
|
367
368
|
'fabric.editor.statusPlaceholder': 'Angiv en status',
|
|
368
|
-
'fabric.editor.story': '
|
|
369
|
+
'fabric.editor.story': 'Story',
|
|
369
370
|
'fabric.editor.strike': 'Gennemstreget',
|
|
370
371
|
'fabric.editor.subTask': 'Underopgave',
|
|
371
372
|
'fabric.editor.subscript': 'Sænket skrift',
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -112,7 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Entscheidung',
|
|
113
113
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
115
|
-
'fabric.editor.decreaseColumnSize': '
|
|
115
|
+
'fabric.editor.decreaseColumnSize': 'Spalte verkleinern',
|
|
116
116
|
'fabric.editor.decreaseSize': 'Verkleinern',
|
|
117
117
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
118
118
|
'fabric.editor.description': 'Beschreibung',
|
|
@@ -239,7 +239,7 @@ export default {
|
|
|
239
239
|
'fabric.editor.imageBorderSize': 'Größe',
|
|
240
240
|
'fabric.editor.imageBorderSubtle': 'Schmal',
|
|
241
241
|
'fabric.editor.improvement': 'Verbesserung',
|
|
242
|
-
'fabric.editor.increaseColumnSize': '
|
|
242
|
+
'fabric.editor.increaseColumnSize': 'Spalte vergrößern',
|
|
243
243
|
'fabric.editor.increaseSize': 'Vergrößern',
|
|
244
244
|
'fabric.editor.indent': 'Einzug vergrößern',
|
|
245
245
|
'fabric.editor.info': 'Info',
|
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Seitenaktionen',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Emoji hinzufügen',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Panel-Typen',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Optionen zum Einfügen',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Einfachen Text einfügen',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Dieses Bild mit Alternativtext beschreiben',
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -245,6 +245,7 @@ export default {
|
|
|
245
245
|
'fabric.editor.info': 'Info',
|
|
246
246
|
'fabric.editor.infoPanel': 'Info panel',
|
|
247
247
|
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
248
|
+
'fabric.editor.inlineConfigureLink': 'Configure link',
|
|
248
249
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
249
250
|
'fabric.editor.inlineOverlay': 'Configure',
|
|
250
251
|
'fabric.editor.inlineTitle': 'Inline',
|
|
@@ -245,6 +245,7 @@ export default {
|
|
|
245
245
|
'fabric.editor.info': 'Info',
|
|
246
246
|
'fabric.editor.infoPanel': 'Info panel',
|
|
247
247
|
'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
|
|
248
|
+
'fabric.editor.inlineConfigureLink': 'Configure link',
|
|
248
249
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
249
250
|
'fabric.editor.inlineOverlay': 'Configure',
|
|
250
251
|
'fabric.editor.inlineTitle': 'Inline',
|
|
@@ -245,6 +245,7 @@ export default {
|
|
|
245
245
|
'fabric.editor.info': 'Info',
|
|
246
246
|
'fabric.editor.infoPanel': 'Info panel',
|
|
247
247
|
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
248
|
+
'fabric.editor.inlineConfigureLink': 'Configure link',
|
|
248
249
|
'fabric.editor.inlineDescription': 'Display link as inline text',
|
|
249
250
|
'fabric.editor.inlineOverlay': 'Configure',
|
|
250
251
|
'fabric.editor.inlineTitle': 'Inline',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Acciones de la página',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Color de fondo',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Añadir emoji',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Tipos de paneles',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Opciones de pegado',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Pegar texto sin formato',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Describir esta imagen con texto alternativo',
|
|
@@ -394,7 +395,7 @@ export default {
|
|
|
394
395
|
'fabric.editor.tableSizeSelectorPopup': 'Selector de tamaño de tabla',
|
|
395
396
|
'fabric.editor.tables.adjustColumn': 'Ajustar columna',
|
|
396
397
|
'fabric.editor.tables.columnResizeLast': 'Solo puedes cambiar el tamaño de la columna hacia la izquierda.',
|
|
397
|
-
'fabric.editor.tables.columnResizeOverflow': 'Solo puedes cambiar el tamaño de la columna mientras la tabla tiene una barra desplazamiento.',
|
|
398
|
+
'fabric.editor.tables.columnResizeOverflow': 'Solo puedes cambiar el tamaño de la columna mientras la tabla tiene una barra de desplazamiento.',
|
|
398
399
|
'fabric.editor.tables.columnWidth': '{width, plural, one {Ancho de columna cambiado a {width} píxel} other {Ancho de columna cambiado a {width} píxeles}}',
|
|
399
400
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
|
|
400
401
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Sivun toiminnot',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Taustaväri',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Lisää emoji',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Paneelityypit',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Liittämisasetukset',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Liimaa tavallinen teksti',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Kuvaile tätä kuvaa vaihtoehtoisella tekstillä',
|
|
@@ -393,7 +394,7 @@ export default {
|
|
|
393
394
|
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} x {numberOfRows}',
|
|
394
395
|
'fabric.editor.tableSizeSelectorPopup': 'Taulukon koon valitsin',
|
|
395
396
|
'fabric.editor.tables.adjustColumn': 'Säädä saraketta',
|
|
396
|
-
'fabric.editor.tables.columnResizeLast': 'Voit muuttaa tämän sarakkeen kokoa vain
|
|
397
|
+
'fabric.editor.tables.columnResizeLast': 'Voit muuttaa tämän sarakkeen kokoa vain vasemmalta puolelta.',
|
|
397
398
|
'fabric.editor.tables.columnResizeOverflow': 'Voit muuttaa tämän sarakkeen kokoa vain, kun taulukossa on vierityspalkki.',
|
|
398
399
|
'fabric.editor.tables.columnWidth': '{width, plural, one {Sarakeleveydeksi muutettiin {width} pikseli} other {Sarakeleveydeksi muutettiin {width} pikseliä}}',
|
|
399
400
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Actions de page',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': "Couleur d'arrière-plan",
|
|
323
323
|
'fabric.editor.panel.emoji': 'Ajouter une émoticône',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Types de panneaux',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Options de collage',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Coller le texte brut',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Décrire cette image avec un texte alternatif',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Oldalműveletek',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Háttérszín',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Emoji hozzáadása',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Paneltípusok',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Beillesztési lehetőségek',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Egyszerű szöveg beillesztése',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Kép leírása alternatív szöveggel',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Azioni sulla pagina',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Colore di sfondo',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Aggiungi emoji',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Tipi di riquadri',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Opzioni Incolla',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Incolla testo non formattato',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Descrivi questa immagine con testo alternativo',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'ページ操作',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': '背景色',
|
|
323
323
|
'fabric.editor.panel.emoji': '絵文字を追加',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'パネル タイプ',
|
|
324
325
|
'fabric.editor.pasteOptions': '貼り付けオプション',
|
|
325
326
|
'fabric.editor.pastePlainText': 'プレーン テキストを貼り付け',
|
|
326
327
|
'fabric.editor.placeholderAltText': '代替テキストでこの画像を説明',
|
|
@@ -398,7 +399,7 @@ export default {
|
|
|
398
399
|
'fabric.editor.tables.columnWidth': '{width, plural, other {列の幅が {width} ピクセルに変更されました}}',
|
|
399
400
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
|
|
400
401
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除',
|
|
401
|
-
'fabric.editor.tables.resizeStop': '
|
|
402
|
+
'fabric.editor.tables.resizeStop': 'サイズ変更を中止しました',
|
|
402
403
|
'fabric.editor.tables.resizeTable': 'テーブルのサイズを変更する',
|
|
403
404
|
'fabric.editor.tables.startedColumnResize': '列のサイズ変更を開始しました',
|
|
404
405
|
'fabric.editor.task': 'タスク',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': '페이지 작업',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': '배경색',
|
|
323
323
|
'fabric.editor.panel.emoji': '이모지 추가',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': '패널 유형',
|
|
324
325
|
'fabric.editor.pasteOptions': '붙여넣기 옵션',
|
|
325
326
|
'fabric.editor.pastePlainText': '일반 텍스트 붙여넣기',
|
|
326
327
|
'fabric.editor.placeholderAltText': '대체 텍스트로 이미지 설명하기',
|
|
@@ -448,7 +449,7 @@ export default {
|
|
|
448
449
|
'fabric.editor.urlDescription': '링크를 URL로 표시',
|
|
449
450
|
'fabric.editor.urlTitle': 'URL',
|
|
450
451
|
'fabric.editor.useMarkdown': 'Markdown 사용',
|
|
451
|
-
'fabric.editor.viewAndAddCommentsOnMedia': '
|
|
452
|
+
'fabric.editor.viewAndAddCommentsOnMedia': '댓글 확인 및 추가',
|
|
452
453
|
'fabric.editor.viewCommentOnMedia': '댓글 보기',
|
|
453
454
|
'fabric.editor.viewMore': '더 보기',
|
|
454
455
|
'fabric.editor.visit': '새 창에서 링크 열기',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Legg til emoji',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Paneltyper',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Alternativer for innliming',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Lim inn ren tekst',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Beskriv dette bildet med alternativ tekst',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Pagina-acties',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Achtergrondkleur',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Emoticon toevoegen',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Typen panelen',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Opties voor plakken',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Plak als platte tekst',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Beschrijf deze afbeelding met alt-tekst',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Czynności na stronie',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Kolor tła',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Dodaj emoji',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Rodzaje paneli',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Opcje wklejania',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Wklej zwykły tekst',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Opisz ten obraz przy użyciu tekstu alternatywnego',
|
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Ações de página',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Cor de fundo',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Adicionar emoji',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Tipos de painel',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Colar opções',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Colar texto sem formatação',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Descrever esta imagem com texto alt',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Действия со страницей',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Цвет фона',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Добавить эмодзи',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Типы панелей',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Параметры вставки',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Вставить обычный текст',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Альтернативный текст для описания изображения',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Sidåtgärder',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Bakgrundsfärg',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Lägg till emoji',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Paneltyper',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Inklistringsalternativ',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Klistra in oformaterad text',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Beskriv den här bilden med alternativ text',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'การดำเนินการของหน้าข้อมูล',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'สีพื้นหลัง',
|
|
323
323
|
'fabric.editor.panel.emoji': 'เพิ่มเอโมจิ',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'ประเภทแผง',
|
|
324
325
|
'fabric.editor.pasteOptions': 'ตัวเลือกการวาง',
|
|
325
326
|
'fabric.editor.pastePlainText': 'วางข้อความธรรมดา',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'อธิบายรูปภาพนี้ด้วยข้อความอธิบายรูปภาพ',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Sayfa işlemleri',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Arkaplan rengi',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Emoji ekle',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Panel Türleri',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Yapıştırma seçenekleri',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Düz metin olarak yapıştır',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Bu görseli bir alternatif metinle açıklayın',
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -112,7 +112,7 @@ export default {
|
|
|
112
112
|
'fabric.editor.decision': 'Рішення',
|
|
113
113
|
'fabric.editor.decision.description': 'Зафіксувати рішення, щоб його було легко знайти',
|
|
114
114
|
'fabric.editor.decisionPlaceholder': 'Додати рішення...',
|
|
115
|
-
'fabric.editor.decreaseColumnSize': '
|
|
115
|
+
'fabric.editor.decreaseColumnSize': 'Звузити стовпець',
|
|
116
116
|
'fabric.editor.decreaseSize': 'Зменшити розмір',
|
|
117
117
|
'fabric.editor.defaultAltText': 'Документ',
|
|
118
118
|
'fabric.editor.description': 'Опис',
|
|
@@ -239,7 +239,7 @@ export default {
|
|
|
239
239
|
'fabric.editor.imageBorderSize': 'Розмір',
|
|
240
240
|
'fabric.editor.imageBorderSubtle': 'Тонка',
|
|
241
241
|
'fabric.editor.improvement': 'Покращення',
|
|
242
|
-
'fabric.editor.increaseColumnSize': '
|
|
242
|
+
'fabric.editor.increaseColumnSize': 'Розширити стовпець',
|
|
243
243
|
'fabric.editor.increaseSize': 'Збільшити розмір',
|
|
244
244
|
'fabric.editor.indent': 'Збільшити відступ',
|
|
245
245
|
'fabric.editor.info': 'Інформація',
|
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Дії на сторінці',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Колір фону',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Додати емодзі',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Типи панелей',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Параметри вставки',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Вставити текст без форматування',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Опишіть це зображення за допомогою тексту заміщення',
|
|
@@ -393,12 +394,12 @@ export default {
|
|
|
393
394
|
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} × {numberOfRows}',
|
|
394
395
|
'fabric.editor.tableSizeSelectorPopup': 'Засіб вибору розміру таблиці',
|
|
395
396
|
'fabric.editor.tables.adjustColumn': 'Налаштувати стовпець',
|
|
396
|
-
'fabric.editor.tables.columnResizeLast': '
|
|
397
|
-
'fabric.editor.tables.columnResizeOverflow': '
|
|
398
|
-
'fabric.editor.tables.columnWidth': '{width, plural, one {Ширину стовпця змінено на {width}
|
|
397
|
+
'fabric.editor.tables.columnResizeLast': 'Розмір цього стовпця можна змінити тільки зліва.',
|
|
398
|
+
'fabric.editor.tables.columnResizeOverflow': 'Розмір цього стовпця можна міняти лише за наявності в таблиці панелі прокрутки.',
|
|
399
|
+
'fabric.editor.tables.columnWidth': '{width, plural, one {Ширину стовпця змінено на {width} піксель} few {Ширину стовпця змінено на {width} пікселі} many {Ширину стовпця змінено на {width} пікселів} other {Ширину стовпця змінено на {width} пікселя}}',
|
|
399
400
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Видалення розширення {nodeName} порушить роботу всього, що з ним пов’язано.',
|
|
400
401
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Видалити',
|
|
401
|
-
'fabric.editor.tables.resizeStop': 'Змінення розміру
|
|
402
|
+
'fabric.editor.tables.resizeStop': 'Змінення розміру припинено',
|
|
402
403
|
'fabric.editor.tables.resizeTable': 'Змінити розмір таблиці',
|
|
403
404
|
'fabric.editor.tables.startedColumnResize': 'Змінення розміру стовпця розпочато',
|
|
404
405
|
'fabric.editor.task': 'Завдання',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': 'Thao tác trang',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': 'Màu nền',
|
|
323
323
|
'fabric.editor.panel.emoji': 'Thêm biểu tượng cảm xúc',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': 'Các loại bảng điều khiển',
|
|
324
325
|
'fabric.editor.pasteOptions': 'Tùy chọn dán',
|
|
325
326
|
'fabric.editor.pastePlainText': 'Dán văn bản thuần túy',
|
|
326
327
|
'fabric.editor.placeholderAltText': 'Mô tả hình ảnh này bằng văn bản thay thế',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -102,7 +102,7 @@ export default {
|
|
|
102
102
|
'fabric.editor.datasource.assetsObjects.description': '通过搜索和筛选插入来自 Jira Service Management 中的资产的对象',
|
|
103
103
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': '资产',
|
|
104
104
|
'fabric.editor.datasource.confluenceSearch': '插入 Confluence 列表',
|
|
105
|
-
'fabric.editor.datasource.confluenceSearch.description': '
|
|
105
|
+
'fabric.editor.datasource.confluenceSearch.description': '通过增强的搜索、筛选和配置来插入来自 Confluence 的搜索结果列表。',
|
|
106
106
|
'fabric.editor.datasource.jiraIssue': 'Jira 事务',
|
|
107
107
|
'fabric.editor.datasource.jiraIssue.description': '通过增强的搜索、筛选和配置插入来自 Jira Cloud 的 Jira 事务。',
|
|
108
108
|
'fabric.editor.datasourceAppearanceTitle': '列表',
|
|
@@ -321,6 +321,7 @@ export default {
|
|
|
321
321
|
'fabric.editor.pageActionsLabel': '页面操作',
|
|
322
322
|
'fabric.editor.panel.backgroundColor': '背景颜色',
|
|
323
323
|
'fabric.editor.panel.emoji': '添加表情',
|
|
324
|
+
'fabric.editor.panel.panelsGroup': '面板类型',
|
|
324
325
|
'fabric.editor.pasteOptions': '粘贴选项',
|
|
325
326
|
'fabric.editor.pastePlainText': '粘贴纯文本',
|
|
326
327
|
'fabric.editor.placeholderAltText': '用替代文本描述此图片',
|
|
@@ -448,7 +449,7 @@ export default {
|
|
|
448
449
|
'fabric.editor.urlDescription': '以 URL 显示链接',
|
|
449
450
|
'fabric.editor.urlTitle': 'URL',
|
|
450
451
|
'fabric.editor.useMarkdown': '使用 Markdown',
|
|
451
|
-
'fabric.editor.viewAndAddCommentsOnMedia': '
|
|
452
|
+
'fabric.editor.viewAndAddCommentsOnMedia': '查看和添加评论',
|
|
452
453
|
'fabric.editor.viewCommentOnMedia': '查看评论',
|
|
453
454
|
'fabric.editor.viewMore': '查看更多',
|
|
454
455
|
'fabric.editor.visit': '在新窗口中打开链接',
|