@atlaskit/renderer 114.13.1 → 115.0.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 +18 -0
- package/dist/cjs/i18n/cs.js +1 -2
- package/dist/cjs/i18n/da.js +1 -2
- package/dist/cjs/i18n/de.js +1 -2
- package/dist/cjs/i18n/en.js +1 -2
- package/dist/cjs/i18n/en_GB.js +1 -2
- package/dist/cjs/i18n/en_ZZ.js +1 -2
- package/dist/cjs/i18n/es.js +1 -2
- package/dist/cjs/i18n/fi.js +1 -2
- package/dist/cjs/i18n/fr.js +1 -2
- package/dist/cjs/i18n/hr.js +25 -0
- package/dist/cjs/i18n/hu.js +1 -2
- package/dist/cjs/i18n/it.js +1 -2
- package/dist/cjs/i18n/ja.js +1 -2
- package/dist/cjs/i18n/ko.js +1 -2
- package/dist/cjs/i18n/nb.js +1 -2
- package/dist/cjs/i18n/nl.js +1 -2
- package/dist/cjs/i18n/pl.js +1 -2
- package/dist/cjs/i18n/pt_BR.js +1 -2
- package/dist/cjs/i18n/ru.js +1 -2
- package/dist/cjs/i18n/sk.js +12 -3
- package/dist/cjs/i18n/sv.js +1 -2
- package/dist/cjs/i18n/th.js +1 -2
- package/dist/cjs/i18n/tr.js +1 -2
- package/dist/cjs/i18n/uk.js +1 -2
- package/dist/cjs/i18n/vi.js +1 -2
- package/dist/cjs/i18n/zh.js +1 -2
- package/dist/cjs/i18n/zh_TW.js +1 -2
- package/dist/cjs/react/nodes/panel.js +7 -1
- package/dist/cjs/react/nodes/table.js +17 -1
- package/dist/cjs/react/nodes/tableNew.js +24 -4
- package/dist/cjs/ui/Renderer/RendererStyleContainer.js +13 -1
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/i18n/cs.js +1 -2
- package/dist/es2019/i18n/da.js +1 -2
- package/dist/es2019/i18n/de.js +1 -2
- package/dist/es2019/i18n/en.js +1 -2
- package/dist/es2019/i18n/en_GB.js +1 -2
- package/dist/es2019/i18n/en_ZZ.js +1 -2
- package/dist/es2019/i18n/es.js +1 -2
- package/dist/es2019/i18n/fi.js +1 -2
- package/dist/es2019/i18n/fr.js +1 -2
- package/dist/es2019/i18n/hr.js +19 -0
- package/dist/es2019/i18n/hu.js +1 -2
- package/dist/es2019/i18n/it.js +1 -2
- package/dist/es2019/i18n/ja.js +1 -2
- package/dist/es2019/i18n/ko.js +1 -2
- package/dist/es2019/i18n/nb.js +1 -2
- package/dist/es2019/i18n/nl.js +1 -2
- package/dist/es2019/i18n/pl.js +1 -2
- package/dist/es2019/i18n/pt_BR.js +1 -2
- package/dist/es2019/i18n/ru.js +1 -2
- package/dist/es2019/i18n/sk.js +12 -3
- package/dist/es2019/i18n/sv.js +1 -2
- package/dist/es2019/i18n/th.js +1 -2
- package/dist/es2019/i18n/tr.js +1 -2
- package/dist/es2019/i18n/uk.js +1 -2
- package/dist/es2019/i18n/vi.js +1 -2
- package/dist/es2019/i18n/zh.js +1 -2
- package/dist/es2019/i18n/zh_TW.js +1 -2
- package/dist/es2019/react/nodes/panel.js +7 -1
- package/dist/es2019/react/nodes/table.js +17 -1
- package/dist/es2019/react/nodes/tableNew.js +24 -4
- package/dist/es2019/ui/Renderer/RendererStyleContainer.js +21 -1
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/i18n/cs.js +1 -2
- package/dist/esm/i18n/da.js +1 -2
- package/dist/esm/i18n/de.js +1 -2
- package/dist/esm/i18n/en.js +1 -2
- package/dist/esm/i18n/en_GB.js +1 -2
- package/dist/esm/i18n/en_ZZ.js +1 -2
- package/dist/esm/i18n/es.js +1 -2
- package/dist/esm/i18n/fi.js +1 -2
- package/dist/esm/i18n/fr.js +1 -2
- package/dist/esm/i18n/hr.js +19 -0
- package/dist/esm/i18n/hu.js +1 -2
- package/dist/esm/i18n/it.js +1 -2
- package/dist/esm/i18n/ja.js +1 -2
- package/dist/esm/i18n/ko.js +1 -2
- package/dist/esm/i18n/nb.js +1 -2
- package/dist/esm/i18n/nl.js +1 -2
- package/dist/esm/i18n/pl.js +1 -2
- package/dist/esm/i18n/pt_BR.js +1 -2
- package/dist/esm/i18n/ru.js +1 -2
- package/dist/esm/i18n/sk.js +12 -3
- package/dist/esm/i18n/sv.js +1 -2
- package/dist/esm/i18n/th.js +1 -2
- package/dist/esm/i18n/tr.js +1 -2
- package/dist/esm/i18n/uk.js +1 -2
- package/dist/esm/i18n/vi.js +1 -2
- package/dist/esm/i18n/zh.js +1 -2
- package/dist/esm/i18n/zh_TW.js +1 -2
- package/dist/esm/react/nodes/panel.js +7 -1
- package/dist/esm/react/nodes/table.js +17 -1
- package/dist/esm/react/nodes/tableNew.js +24 -4
- package/dist/esm/ui/Renderer/RendererStyleContainer.js +13 -1
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +0 -1
- package/dist/types/i18n/da.d.ts +0 -1
- package/dist/types/i18n/de.d.ts +0 -1
- package/dist/types/i18n/en.d.ts +0 -1
- package/dist/types/i18n/en_GB.d.ts +0 -1
- package/dist/types/i18n/en_ZZ.d.ts +0 -1
- package/dist/types/i18n/es.d.ts +0 -1
- package/dist/types/i18n/fi.d.ts +0 -1
- package/dist/types/i18n/fr.d.ts +0 -1
- package/dist/types/i18n/hr.d.ts +18 -0
- package/dist/types/i18n/hu.d.ts +0 -1
- package/dist/types/i18n/it.d.ts +0 -1
- package/dist/types/i18n/ja.d.ts +0 -1
- package/dist/types/i18n/ko.d.ts +0 -1
- package/dist/types/i18n/nb.d.ts +0 -1
- package/dist/types/i18n/nl.d.ts +0 -1
- package/dist/types/i18n/pl.d.ts +0 -1
- package/dist/types/i18n/pt_BR.d.ts +0 -1
- package/dist/types/i18n/ru.d.ts +0 -1
- package/dist/types/i18n/sk.d.ts +10 -2
- package/dist/types/i18n/sv.d.ts +0 -1
- package/dist/types/i18n/th.d.ts +0 -1
- package/dist/types/i18n/tr.d.ts +0 -1
- package/dist/types/i18n/uk.d.ts +0 -1
- package/dist/types/i18n/vi.d.ts +0 -1
- package/dist/types/i18n/zh.d.ts +0 -1
- package/dist/types/i18n/zh_TW.d.ts +0 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -1
- package/dist/types-ts4.5/i18n/da.d.ts +0 -1
- package/dist/types-ts4.5/i18n/de.d.ts +0 -1
- package/dist/types-ts4.5/i18n/en.d.ts +0 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -1
- package/dist/types-ts4.5/i18n/es.d.ts +0 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/hr.d.ts +18 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -1
- package/dist/types-ts4.5/i18n/it.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -1
- package/dist/types-ts4.5/i18n/sk.d.ts +10 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -1
- package/dist/types-ts4.5/i18n/th.d.ts +0 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -1
- package/package.json +17 -11
|
@@ -610,9 +610,25 @@ var TableWithShadows = overflowShadow(TableProcessor, {
|
|
|
610
610
|
overflowSelector: ":scope > .".concat(TableSharedCssClassName.TABLE_NODE_WRAPPER),
|
|
611
611
|
useShadowObserver: true
|
|
612
612
|
});
|
|
613
|
+
|
|
614
|
+
// Legacy tables have only one of the three layouts and do not have a width attribute
|
|
615
|
+
var isLegacyTable = function isLegacyTable(layout) {
|
|
616
|
+
return Boolean(['default', 'wide', 'full-width'].includes(layout));
|
|
617
|
+
};
|
|
618
|
+
var shouldRenderTableWithCSSWidth = function shouldRenderTableWithCSSWidth(layout, width) {
|
|
619
|
+
// The CSS width optimization is currently only in place when the table node
|
|
620
|
+
// has a defined width and is not a legacy table
|
|
621
|
+
|
|
622
|
+
// the optimization is also skipped for Safari due to browser limitations with container styles
|
|
623
|
+
if (browser.safari || !width || isLegacyTable(layout)) {
|
|
624
|
+
return false;
|
|
625
|
+
}
|
|
626
|
+
return true;
|
|
627
|
+
};
|
|
613
628
|
var TableWithWidth = function TableWithWidth(props) {
|
|
629
|
+
var _props$tableNode$attr, _props$tableNode, _props$tableNode2;
|
|
614
630
|
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
615
|
-
if (
|
|
631
|
+
if (shouldRenderTableWithCSSWidth((_props$tableNode$attr = (_props$tableNode = props.tableNode) === null || _props$tableNode === void 0 || (_props$tableNode = _props$tableNode.attrs) === null || _props$tableNode === void 0 ? void 0 : _props$tableNode.layout) !== null && _props$tableNode$attr !== void 0 ? _props$tableNode$attr : '', (_props$tableNode2 = props.tableNode) === null || _props$tableNode2 === void 0 || (_props$tableNode2 = _props$tableNode2.attrs) === null || _props$tableNode2 === void 0 ? void 0 : _props$tableNode2.width) && fg('platform-ssr-table-resize')) {
|
|
616
632
|
var _props$columnWidths;
|
|
617
633
|
var colWidthsSum = ((_props$columnWidths = props.columnWidths) === null || _props$columnWidths === void 0 ? void 0 : _props$columnWidths.reduce(function (total, val) {
|
|
618
634
|
return total + val;
|
|
@@ -34,6 +34,7 @@ var getColgroupChildrenLength = function getColgroupChildrenLength(table) {
|
|
|
34
34
|
return map.width;
|
|
35
35
|
};
|
|
36
36
|
var gutterPadding = akEditorGutterPaddingDynamic() * 2;
|
|
37
|
+
var TABLE_MAX_WIDTH = 1800;
|
|
37
38
|
var COLUMN_MIN_WIDTH = 48;
|
|
38
39
|
export var isTableResizingEnabled = function isTableResizingEnabled(appearance) {
|
|
39
40
|
return isFullWidthOrFullPageAppearance(appearance) || isCommentAppearance(appearance) && editorExperiment('support_table_in_comment', true, {
|
|
@@ -347,7 +348,20 @@ export var TableContainer = /*#__PURE__*/function (_React$Component) {
|
|
|
347
348
|
allowTableResizing = _this$props.allowTableResizing,
|
|
348
349
|
isPresentational = _this$props.isPresentational;
|
|
349
350
|
var stickyMode = this.state.stickyMode;
|
|
350
|
-
var
|
|
351
|
+
var getTableWidthAttribute = function getTableWidthAttribute() {
|
|
352
|
+
// this scenario occurs when there is a full width table within the full width renderer,
|
|
353
|
+
// in which case the parent container is already the correct size
|
|
354
|
+
if (rendererAppearance === 'full-width' && (tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.width) === TABLE_MAX_WIDTH) {
|
|
355
|
+
return "100%";
|
|
356
|
+
}
|
|
357
|
+
// this scenario occurs when there is a full width table nested within a component (expand, column layout). In these cases
|
|
358
|
+
// the table should inherit the width of its parent component
|
|
359
|
+
if (rendererAppearance === 'full-page' && (tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.width) === TABLE_MAX_WIDTH && layout === 'align-start') {
|
|
360
|
+
return "100%";
|
|
361
|
+
}
|
|
362
|
+
return "".concat(tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.width, "px");
|
|
363
|
+
};
|
|
364
|
+
var tableWidthAttribute = getTableWidthAttribute();
|
|
351
365
|
var children = React.Children.toArray(this.props.children);
|
|
352
366
|
var tableMinWidth;
|
|
353
367
|
if (tableNode) {
|
|
@@ -356,7 +370,7 @@ export var TableContainer = /*#__PURE__*/function (_React$Component) {
|
|
|
356
370
|
|
|
357
371
|
// Historically, tables in the full-width renderer had their layout set to 'default' which is deceiving.
|
|
358
372
|
// This check caters for those tables and helps with SSR logic
|
|
359
|
-
var isFullWidth =
|
|
373
|
+
var isFullWidth = rendererAppearance === 'full-width' && layout !== 'full-width';
|
|
360
374
|
if (isFullWidth) {
|
|
361
375
|
this.updatedLayout = 'full-width';
|
|
362
376
|
// if table has width explicity set, ensure SSR is handled
|
|
@@ -365,6 +379,12 @@ export var TableContainer = /*#__PURE__*/function (_React$Component) {
|
|
|
365
379
|
} else {
|
|
366
380
|
this.updatedLayout = layout;
|
|
367
381
|
}
|
|
382
|
+
|
|
383
|
+
// full width tables can have either left-aligned or centered layout despite looking centered in the renderer.
|
|
384
|
+
// in these cases, keep the alignment unset
|
|
385
|
+
var getTableAlignment = function getTableAlignment() {
|
|
386
|
+
return isFullWidth && (tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.width) === TABLE_MAX_WIDTH ? '' : tableNode === null || tableNode === void 0 ? void 0 : tableNode.attrs.layout;
|
|
387
|
+
};
|
|
368
388
|
return /*#__PURE__*/React.createElement("div", {
|
|
369
389
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
370
390
|
className: "table-alignment-container"
|
|
@@ -372,7 +392,7 @@ export var TableContainer = /*#__PURE__*/function (_React$Component) {
|
|
|
372
392
|
,
|
|
373
393
|
style: {
|
|
374
394
|
display: 'flex',
|
|
375
|
-
justifyContent:
|
|
395
|
+
justifyContent: getTableAlignment()
|
|
376
396
|
}
|
|
377
397
|
}, /*#__PURE__*/React.createElement("div", {
|
|
378
398
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
@@ -390,7 +410,7 @@ export var TableContainer = /*#__PURE__*/function (_React$Component) {
|
|
|
390
410
|
position: 'relative',
|
|
391
411
|
userSelect: 'auto',
|
|
392
412
|
boxSizing: 'border-box'
|
|
393
|
-
}, '--ak-editor-table-gutter-padding', "".concat(gutterPadding, "px")), '--ak-editor-table-max-width', "
|
|
413
|
+
}, '--ak-editor-table-gutter-padding', "".concat(gutterPadding, "px")), '--ak-editor-table-max-width', "".concat(TABLE_MAX_WIDTH, "px")), '--ak-editor-table-min-width', "".concat(tableMinWidth, "px")), "minWidth", 'var(--ak-editor-table-min-width)'), "maxWidth", "min(calc(100cqw - var(--ak-editor-table-gutter-padding)), var(--ak-editor-table-max-width))"), "width", "min(calc(100cqw - var(--ak-editor-table-gutter-padding)), ".concat(tableWidthAttribute, ")"))
|
|
394
414
|
}, /*#__PURE__*/React.createElement("span", {
|
|
395
415
|
className: "resizer-hover-zone"
|
|
396
416
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -132,6 +132,18 @@ var baseStyles = css((_css = {
|
|
|
132
132
|
}), _defineProperty(_css, '& span[data-placeholder]', {
|
|
133
133
|
color: "var(--ds-text-subtlest, ".concat(N200, ")")
|
|
134
134
|
})));
|
|
135
|
+
var hideHeadingCopyLinkWrapperStyles = css({
|
|
136
|
+
'& h1, & h2, & h3, & h4, & h5, & h6': _defineProperty(_defineProperty({}, ".".concat(HeadingAnchorWrapperClassName), {
|
|
137
|
+
'&:focus-within': {
|
|
138
|
+
opacity: 1
|
|
139
|
+
}
|
|
140
|
+
}), "@media (hover: hover) and (pointer: fine)", _defineProperty(_defineProperty({}, ".".concat(HeadingAnchorWrapperClassName), {
|
|
141
|
+
opacity: 0,
|
|
142
|
+
transition: "opacity 0.2s ease 0s"
|
|
143
|
+
}), '&:hover', _defineProperty({}, ".".concat(HeadingAnchorWrapperClassName), {
|
|
144
|
+
opacity: 1
|
|
145
|
+
})))
|
|
146
|
+
});
|
|
135
147
|
var rendererFullPageStyles = css({
|
|
136
148
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values
|
|
137
149
|
maxWidth: "".concat(akEditorDefaultLayoutWidth, "px"),
|
|
@@ -1370,7 +1382,7 @@ export var RendererStyleContainer = function RendererStyleContainer(props) {
|
|
|
1370
1382
|
'--ak-renderer-editor-font-heading-h6': "".concat(editorUGCToken('editor.font.heading.h6')),
|
|
1371
1383
|
'--ak-renderer-editor-font-normal-text': "".concat(editorUGCToken('editor.font.body'))
|
|
1372
1384
|
},
|
|
1373
|
-
css: [baseStyles, appearance === 'full-page' && rendererFullPageStyles, appearance === 'full-width' && rendererFullWidthStyles, appearance === 'full-width' && !isTableResizingEnabled(appearance) && rendererFullWidthStylesForTableResizing, telepointerStyles, whitespaceSharedStyles, blockquoteSharedStyles, fg('platform_editor_typography_ugc') ? headingsSharedStylesWithEditorUGC : headingsSharedStyles, headingWithAlignmentStyles, ruleSharedStyles, fg('platform_editor_typography_ugc') ? paragraphSharedStylesWithEditorUGC : paragraphSharedStyles, listsSharedStyles, browser.gecko && listsSharedStylesForGekko, indentationSharedStyles, blockMarksSharedStyles, codeMarkSharedStyles, shadowSharedStyle, dateSharedStyle, textColorStyles, backgroundColorStyles, tasksAndDecisionsStyles, smartCardStyles, fg('platform-linking-visual-refresh-v1') && smartCardStylesAvatarFix,
|
|
1385
|
+
css: [baseStyles, fg('platform_hide_heading_anchor_wrapper_before_hover') && hideHeadingCopyLinkWrapperStyles, appearance === 'full-page' && rendererFullPageStyles, appearance === 'full-width' && rendererFullWidthStyles, appearance === 'full-width' && !isTableResizingEnabled(appearance) && rendererFullWidthStylesForTableResizing, telepointerStyles, whitespaceSharedStyles, blockquoteSharedStyles, fg('platform_editor_typography_ugc') ? headingsSharedStylesWithEditorUGC : headingsSharedStyles, headingWithAlignmentStyles, ruleSharedStyles, fg('platform_editor_typography_ugc') ? paragraphSharedStylesWithEditorUGC : paragraphSharedStyles, listsSharedStyles, browser.gecko && listsSharedStylesForGekko, indentationSharedStyles, blockMarksSharedStyles, codeMarkSharedStyles, shadowSharedStyle, dateSharedStyle, textColorStyles, backgroundColorStyles, tasksAndDecisionsStyles, smartCardStyles, fg('platform-linking-visual-refresh-v1') && smartCardStylesAvatarFix,
|
|
1374
1386
|
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
1375
1387
|
fg('editor_inline_comments_on_inline_nodes') && rendererAnnotationStyles,
|
|
1376
1388
|
// eslint-disable-next-line @atlaskit/platform/no-preconditioning, @atlaskit/platform/ensure-feature-flag-prefix
|
|
@@ -50,7 +50,7 @@ import { useMemoFromPropsDerivative } from './useMemoFromPropsDerivative';
|
|
|
50
50
|
export var NORMAL_SEVERITY_THRESHOLD = 2000;
|
|
51
51
|
export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
52
52
|
var packageName = "@atlaskit/renderer";
|
|
53
|
-
var packageVersion = "
|
|
53
|
+
var packageVersion = "115.0.1";
|
|
54
54
|
var setAsQueryContainerStyles = css({
|
|
55
55
|
containerName: 'ak-renderer-wrapper',
|
|
56
56
|
containerType: 'inline-size',
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
+
'fabric.editor.headingLink.copied': string;
|
|
10
|
+
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
+
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
+
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
+
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/sk.d.ts
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
declare const _default: {
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
+
'fabric.editor.headingLink.copied': string;
|
|
10
|
+
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
+
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
+
'fabric.editor.headingLink.failedToCopy': string;
|
|
13
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
14
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
|
+
};
|
|
8
16
|
export default _default;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
+
'fabric.editor.headingLink.copied': string;
|
|
10
|
+
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
+
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
+
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
|
+
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
|
+
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
declare const _default: {
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.editor.headingLink.ascSortingLabel': string;
|
|
9
|
+
'fabric.editor.headingLink.copied': string;
|
|
10
|
+
'fabric.editor.headingLink.copyAnchorLink': string;
|
|
11
|
+
'fabric.editor.headingLink.copyAriaLabel': string;
|
|
12
|
+
'fabric.editor.headingLink.failedToCopy': string;
|
|
13
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
14
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
|
+
};
|
|
8
16
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|
|
@@ -14,6 +14,5 @@ declare const _default: {
|
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
15
|
'fabric.editor.inlineComment.marker.end': string;
|
|
16
16
|
'fabric.editor.inlineComment.marker.start': string;
|
|
17
|
-
'fabric.editor.status.accessibilityLabel': string;
|
|
18
17
|
};
|
|
19
18
|
export default _default;
|