@atlaskit/editor-core 220.4.3 → 220.4.4
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 +8 -0
- package/CollapsedEditor/package.json +1 -8
- package/ContextPanel/package.json +1 -8
- package/EditorContext/package.json +1 -8
- package/ReactEditorView/package.json +1 -8
- package/ToolbarHelp/package.json +1 -8
- package/ToolbarPortal/package.json +1 -8
- package/WithEditorActions/package.json +1 -8
- package/WithHelpTrigger/package.json +1 -8
- package/actions/package.json +1 -8
- package/appearance-editor-chromeless/package.json +1 -8
- package/appearance-editor-comment/package.json +1 -8
- package/appearance-editor-full-page/package.json +1 -8
- package/appearance-editor-full-width/package.json +1 -8
- package/command/package.json +1 -8
- package/composable-editor/package.json +1 -8
- package/create-plugins-list/package.json +1 -8
- package/dist/cjs/ui/Appearance/FullPage/FullPageContentArea.js +9 -2
- package/dist/cjs/utils/outdatedBrowsers.js +4 -5
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/FullPageContentArea.js +9 -2
- package/dist/es2019/utils/outdatedBrowsers.js +4 -5
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/FullPageContentArea.js +9 -2
- package/dist/esm/utils/outdatedBrowsers.js +4 -5
- package/dist/esm/version-wrapper.js +1 -1
- package/editor/package.json +1 -8
- package/editor-context/package.json +1 -8
- package/editor-instance/package.json +1 -8
- package/editor-props/package.json +1 -8
- package/exclude-from-hydration/package.json +1 -8
- package/feature-flags-from-props/package.json +1 -8
- package/getNodesCount/package.json +1 -8
- package/i18n/package.json +1 -8
- package/i18n-languages/package.json +1 -8
- package/labs-next/package.json +1 -8
- package/measure-enum/package.json +1 -8
- package/package.json +6 -3
- package/preset-default/package.json +1 -8
- package/preset-universal/package.json +1 -8
- package/preset-universal/universal/package.json +1 -8
- package/preset-universal/useUniversalPreset/package.json +1 -8
- package/test-utils/package.json +1 -8
- package/use-preset/package.json +1 -8
- package/use-preset-context/package.json +1 -8
- package/version-wrapper/package.json +1 -8
- package/dist/types-ts4.5/CollapsedEditor/index.d.ts +0 -26
- package/dist/types-ts4.5/actions/index.d.ts +0 -97
- package/dist/types-ts4.5/actions/isEmptyParagraph.d.ts +0 -5
- package/dist/types-ts4.5/actions/temp-is-empty-document.d.ts +0 -11
- package/dist/types-ts4.5/actions/temp-nodes-by-localids.d.ts +0 -7
- package/dist/types-ts4.5/actions/temp-to-json.d.ts +0 -3
- package/dist/types-ts4.5/composable-editor/BaseThemeWrapper.d.ts +0 -7
- package/dist/types-ts4.5/composable-editor/composable-editor.d.ts +0 -3
- package/dist/types-ts4.5/composable-editor/core-editor.d.ts +0 -15
- package/dist/types-ts4.5/composable-editor/editor-inp-metrics.d.ts +0 -1
- package/dist/types-ts4.5/composable-editor/editor-internal-compiled.d.ts +0 -15
- package/dist/types-ts4.5/composable-editor/editor-internal-emotion.d.ts +0 -15
- package/dist/types-ts4.5/composable-editor/editor-internal.d.ts +0 -38
- package/dist/types-ts4.5/composable-editor/hooks/useEditorMeasuresConstructor.d.ts +0 -10
- package/dist/types-ts4.5/composable-editor/hooks/useMeasureEditorMountTime.d.ts +0 -11
- package/dist/types-ts4.5/composable-editor/hooks/useMemoEditorProps.d.ts +0 -7
- package/dist/types-ts4.5/composable-editor/hooks/useProviderFactory.d.ts +0 -14
- package/dist/types-ts4.5/composable-editor/hooks/useProviders.d.ts +0 -40
- package/dist/types-ts4.5/composable-editor/utils/getBaseFontSize.d.ts +0 -6
- package/dist/types-ts4.5/composable-editor/utils/getProvidersFromEditorProps.d.ts +0 -9
- package/dist/types-ts4.5/composable-editor/utils/handleProviders.d.ts +0 -12
- package/dist/types-ts4.5/composable-editor/utils/sendDurationAnalytics.d.ts +0 -13
- package/dist/types-ts4.5/composable-editor.d.ts +0 -2
- package/dist/types-ts4.5/create-editor/ErrorBoundary.d.ts +0 -53
- package/dist/types-ts4.5/create-editor/ReactEditorView/focusEditorElement.d.ts +0 -1
- package/dist/types-ts4.5/create-editor/ReactEditorView/formatFullWidthAppearance.d.ts +0 -3
- package/dist/types-ts4.5/create-editor/ReactEditorView/getUAPrefix.d.ts +0 -1
- package/dist/types-ts4.5/create-editor/ReactEditorView/handleEditorFocus.d.ts +0 -2
- package/dist/types-ts4.5/create-editor/ReactEditorView/useDispatchTransaction.d.ts +0 -13
- package/dist/types-ts4.5/create-editor/ReactEditorView/useFireFullWidthEvent.d.ts +0 -3
- package/dist/types-ts4.5/create-editor/ReactEditorView.d.ts +0 -55
- package/dist/types-ts4.5/create-editor/WithEditorView.d.ts +0 -6
- package/dist/types-ts4.5/create-editor/addMetadataAttributes.d.ts +0 -16
- package/dist/types-ts4.5/create-editor/consts.d.ts +0 -3
- package/dist/types-ts4.5/create-editor/create-editor.d.ts +0 -3
- package/dist/types-ts4.5/create-editor/create-plugins-list.d.ts +0 -13
- package/dist/types-ts4.5/create-editor/create-schema.d.ts +0 -36
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +0 -7
- package/dist/types-ts4.5/create-editor/createErrorReporter.d.ts +0 -3
- package/dist/types-ts4.5/create-editor/createPMPlugins.d.ts +0 -3
- package/dist/types-ts4.5/create-editor/editorNativeAnchorSupportPlugin.d.ts +0 -3
- package/dist/types-ts4.5/create-editor/editorStateNotificationPlugin.d.ts +0 -13
- package/dist/types-ts4.5/create-editor/filter-plugins-for-reconfigure.d.ts +0 -19
- package/dist/types-ts4.5/create-editor/fixExcludes.d.ts +0 -6
- package/dist/types-ts4.5/create-editor/get-plugins.d.ts +0 -43
- package/dist/types-ts4.5/create-editor/get-ui-component.d.ts +0 -5
- package/dist/types-ts4.5/create-editor/getScrollGutterOptions.d.ts +0 -3
- package/dist/types-ts4.5/create-editor/messages.d.ts +0 -12
- package/dist/types-ts4.5/create-editor/preset-utils.d.ts +0 -2
- package/dist/types-ts4.5/create-editor/sortByRank.d.ts +0 -5
- package/dist/types-ts4.5/editor-appearances/ChromelessEditor.d.ts +0 -14
- package/dist/types-ts4.5/editor-appearances/CommentEditor.d.ts +0 -14
- package/dist/types-ts4.5/editor-appearances/FullPageEditor.d.ts +0 -19
- package/dist/types-ts4.5/editor-appearances/FullWidthEditor.d.ts +0 -18
- package/dist/types-ts4.5/editor-context.d.ts +0 -1
- package/dist/types-ts4.5/editor.d.ts +0 -24
- package/dist/types-ts4.5/entry-points/CollapsedEditor.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/ContextPanel.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/EditorContext.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/ReactEditorView.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/ToolbarHelp.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/ToolbarPortal.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/WithEditorActions.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/WithHelpTrigger.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/actions.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/appearance-editor-chromeless.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/appearance-editor-comment.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/appearance-editor-full-page.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/appearance-editor-full-width.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/command.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/create-plugins-list.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/editor-instance.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/editor-props.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/editor.d.ts +0 -11
- package/dist/types-ts4.5/entry-points/exclude-from-hydration.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/feature-flags-from-props.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/getNodesCount.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/i18n-languages.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/measure-enum.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/preset-universal-universal.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/preset-universal-useUniversalPreset.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/test-utils.d.ts +0 -5
- package/dist/types-ts4.5/entry-points/use-preset-context.d.ts +0 -2
- package/dist/types-ts4.5/entry-points/version-wrapper.d.ts +0 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -12
- package/dist/types-ts4.5/i18n/da.d.ts +0 -12
- package/dist/types-ts4.5/i18n/de.d.ts +0 -12
- package/dist/types-ts4.5/i18n/en.d.ts +0 -12
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -12
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -12
- package/dist/types-ts4.5/i18n/es.d.ts +0 -12
- package/dist/types-ts4.5/i18n/et.d.ts +0 -168
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -12
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -12
- package/dist/types-ts4.5/i18n/hr.d.ts +0 -12
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -12
- package/dist/types-ts4.5/i18n/index.d.ts +0 -36
- package/dist/types-ts4.5/i18n/is.d.ts +0 -153
- package/dist/types-ts4.5/i18n/it.d.ts +0 -12
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -12
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -12
- package/dist/types-ts4.5/i18n/languages.d.ts +0 -39
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -12
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -12
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -12
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -12
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -180
- package/dist/types-ts4.5/i18n/ro.d.ts +0 -153
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -12
- package/dist/types-ts4.5/i18n/sk.d.ts +0 -12
- package/dist/types-ts4.5/i18n/sl.d.ts +0 -12
- package/dist/types-ts4.5/i18n/sr.d.ts +0 -12
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -12
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -12
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -12
- package/dist/types-ts4.5/i18n/th.d.ts +0 -12
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -12
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -12
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -12
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -12
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -12
- package/dist/types-ts4.5/index.d.ts +0 -34
- package/dist/types-ts4.5/isElementBySelectorInDocument.d.ts +0 -7
- package/dist/types-ts4.5/labs-next.d.ts +0 -1
- package/dist/types-ts4.5/nodeviews/types.d.ts +0 -12
- package/dist/types-ts4.5/preset-default.d.ts +0 -1
- package/dist/types-ts4.5/preset-universal.d.ts +0 -3
- package/dist/types-ts4.5/presets/context.d.ts +0 -15
- package/dist/types-ts4.5/presets/default-preset-type.d.ts +0 -87
- package/dist/types-ts4.5/presets/default.d.ts +0 -66
- package/dist/types-ts4.5/presets/universal.d.ts +0 -98
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +0 -8
- package/dist/types-ts4.5/setTextSelection.d.ts +0 -2
- package/dist/types-ts4.5/test-utils.d.ts +0 -24
- package/dist/types-ts4.5/ts-hack.d.ts +0 -10
- package/dist/types-ts4.5/types/command.d.ts +0 -5
- package/dist/types-ts4.5/types/dom-at-pos.d.ts +0 -4
- package/dist/types-ts4.5/types/editor-appearance-component.d.ts +0 -57
- package/dist/types-ts4.5/types/editor-config.d.ts +0 -21
- package/dist/types-ts4.5/types/editor-instance.d.ts +0 -19
- package/dist/types-ts4.5/types/editor-onchange.d.ts +0 -14
- package/dist/types-ts4.5/types/editor-props.d.ts +0 -317
- package/dist/types-ts4.5/types/extension-config.d.ts +0 -4
- package/dist/types-ts4.5/types/i18n.d.ts +0 -5
- package/dist/types-ts4.5/types/markdown-mode.d.ts +0 -11
- package/dist/types-ts4.5/types/pm-plugin-list.d.ts +0 -10
- package/dist/types-ts4.5/types/with-appearance-component.d.ts +0 -5
- package/dist/types-ts4.5/ui/Addon/ClickAreaBlock/clickAreaBlock-compiled.d.ts +0 -10
- package/dist/types-ts4.5/ui/Addon/ClickAreaBlock/clickAreaBlock-emotion.d.ts +0 -12
- package/dist/types-ts4.5/ui/Addon/ClickAreaBlock/contentComponentWrapper.d.ts +0 -6
- package/dist/types-ts4.5/ui/Addon/ClickAreaBlock/index.d.ts +0 -9
- package/dist/types-ts4.5/ui/Addon/checkForModal.d.ts +0 -10
- package/dist/types-ts4.5/ui/Addon/click-area-helper.d.ts +0 -3
- package/dist/types-ts4.5/ui/Addon/outsideProsemirrorEditorClickHandler.d.ts +0 -2
- package/dist/types-ts4.5/ui/Addon/types.d.ts +0 -16
- package/dist/types-ts4.5/ui/Appearance/Chromeless-compiled.d.ts +0 -18
- package/dist/types-ts4.5/ui/Appearance/Chromeless-emotion.d.ts +0 -18
- package/dist/types-ts4.5/ui/Appearance/Chromeless.d.ts +0 -22
- package/dist/types-ts4.5/ui/Appearance/ChromelessEditorContainer.d.ts +0 -9
- package/dist/types-ts4.5/ui/Appearance/Comment/Comment.d.ts +0 -20
- package/dist/types-ts4.5/ui/Appearance/Comment/CommentToolbar.d.ts +0 -21
- package/dist/types-ts4.5/ui/Appearance/Comment/Toolbar.d.ts +0 -12
- package/dist/types-ts4.5/ui/Appearance/FullPage/BeforeWrapper-compiled.d.ts +0 -16
- package/dist/types-ts4.5/ui/Appearance/FullPage/BeforeWrapper-emotion.d.ts +0 -16
- package/dist/types-ts4.5/ui/Appearance/FullPage/BeforeWrapper.d.ts +0 -6
- package/dist/types-ts4.5/ui/Appearance/FullPage/CustomToolbarWrapper-compiled.d.ts +0 -3
- package/dist/types-ts4.5/ui/Appearance/FullPage/CustomToolbarWrapper-emotion.d.ts +0 -14
- package/dist/types-ts4.5/ui/Appearance/FullPage/CustomToolbarWrapper.d.ts +0 -10
- package/dist/types-ts4.5/ui/Appearance/FullPage/CustomToolbarWrapperMigration.d.ts +0 -4
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPage-compiled.d.ts +0 -7
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPage-emotion.d.ts +0 -7
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPage.d.ts +0 -18
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageContentArea.d.ts +0 -56
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbar.d.ts +0 -51
- package/dist/types-ts4.5/ui/Appearance/FullPage/FullPageToolbarNext.d.ts +0 -30
- package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbar-compiled.d.ts +0 -21
- package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbar-emotion.d.ts +0 -21
- package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbar.d.ts +0 -1
- package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbarIconBeforeMigration.d.ts +0 -4
- package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbarWrapper-compiled.d.ts +0 -19
- package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbarWrapper-emotion.d.ts +0 -19
- package/dist/types-ts4.5/ui/Appearance/FullPage/MainToolbarWrapper.d.ts +0 -3
- package/dist/types-ts4.5/ui/Appearance/FullPage/NonCustomToolbarWrapperMigration.d.ts +0 -4
- package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +0 -5
- package/dist/types-ts4.5/ui/Appearance/FullPage/types.d.ts +0 -5
- package/dist/types-ts4.5/ui/ChromeCollapsed/ChromeCollapsed-compiled.d.ts +0 -13
- package/dist/types-ts4.5/ui/ChromeCollapsed/ChromeCollapsed-emotion.d.ts +0 -13
- package/dist/types-ts4.5/ui/ChromeCollapsed/index.d.ts +0 -11
- package/dist/types-ts4.5/ui/ChromeCollapsed/messages.d.ts +0 -7
- package/dist/types-ts4.5/ui/ChromeCollapsed/styles.d.ts +0 -2
- package/dist/types-ts4.5/ui/CollapsedEditor/index.d.ts +0 -19
- package/dist/types-ts4.5/ui/ContextPanel/index-compiled.d.ts +0 -25
- package/dist/types-ts4.5/ui/ContextPanel/index-emotion.d.ts +0 -15
- package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +0 -24
- package/dist/types-ts4.5/ui/EditorContentContainer/EditorContentContainer-compiled.d.ts +0 -29
- package/dist/types-ts4.5/ui/EditorContentContainer/EditorContentContainer-emotion.d.ts +0 -32
- package/dist/types-ts4.5/ui/EditorContentContainer/EditorContentContainer.d.ts +0 -9
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/aiPanel.d.ts +0 -29
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/annotationStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/backgroundColorStyles.d.ts +0 -15
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/baseStyles.d.ts +0 -43
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/blockMarksStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/blockTypeStyles.d.ts +0 -71
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/codeBlockStyles.d.ts +0 -46
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/codeMarkStyles.d.ts +0 -15
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/commentEditorStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/cursorStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/dateStyles.d.ts +0 -32
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/editorUGCTokenStyles.d.ts +0 -40
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/embedCardStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/emoji.d.ts +0 -42
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/expandStyles.d.ts +0 -59
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/extensionStyles.d.ts +0 -20
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/findReplaceStyles.d.ts +0 -36
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/firstBlockNodeStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/floatingToolbarStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/fontSizeStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/fullPageEditorStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/gapCursorStyles.d.ts +0 -22
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/gridStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/indentationStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/inlineNodeViewSharedStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/layout.d.ts +0 -220
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/link.d.ts +0 -22
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/list.d.ts +0 -50
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/mediaStyles.d.ts +0 -36
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/mentions.d.ts +0 -36
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/overflowShadowStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/panelStyles.d.ts +0 -43
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/paragraphStyles.d.ts +0 -36
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/placeholderStyles.d.ts +0 -29
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/resizerStyles.d.ts +0 -131
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/rule.d.ts +0 -15
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/scrollbarStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/selectionStyles.d.ts +0 -74
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/selectionToolbarStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/shadowStyles.d.ts +0 -29
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/smartCardStyles.d.ts +0 -98
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/statusStyles.d.ts +0 -50
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/syncBlockStyles.d.ts +0 -36
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/tableStyles.d.ts +0 -50
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/tasksAndDecisionsStyles.d.ts +0 -77
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/telepointerStyles.d.ts +0 -15
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/textColorStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/textHighlightStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/unsupportedStyles.d.ts +0 -18
- package/dist/types-ts4.5/ui/EditorContentContainer/styles/whitespaceStyles.d.ts +0 -8
- package/dist/types-ts4.5/ui/EditorContext/index.d.ts +0 -15
- package/dist/types-ts4.5/ui/ErrorBoundary/index.d.ts +0 -26
- package/dist/types-ts4.5/ui/ExcludeFromHydration/index.d.ts +0 -13
- package/dist/types-ts4.5/ui/IntlProviderIfMissingWrapper/IntlProviderIfMissingWrapper.d.ts +0 -6
- package/dist/types-ts4.5/ui/PluginSlot/PluginSlot-compiled.d.ts +0 -12
- package/dist/types-ts4.5/ui/PluginSlot/PluginSlot-emotion.d.ts +0 -12
- package/dist/types-ts4.5/ui/PluginSlot/index.d.ts +0 -26
- package/dist/types-ts4.5/ui/PluginSlot/mount-plugin-hooks.d.ts +0 -10
- package/dist/types-ts4.5/ui/Toolbar/Toolbar.d.ts +0 -32
- package/dist/types-ts4.5/ui/Toolbar/ToolbarInner.d.ts +0 -11
- package/dist/types-ts4.5/ui/Toolbar/ToolbarPortal.d.ts +0 -21
- package/dist/types-ts4.5/ui/Toolbar/ToolbarWithSizeDetector.d.ts +0 -3
- package/dist/types-ts4.5/ui/Toolbar/getPrimaryToolbarComponents.d.ts +0 -7
- package/dist/types-ts4.5/ui/Toolbar/hooks.d.ts +0 -4
- package/dist/types-ts4.5/ui/Toolbar/toolbar-size.d.ts +0 -4
- package/dist/types-ts4.5/ui/Toolbar/toolbar-types.d.ts +0 -33
- package/dist/types-ts4.5/ui/ToolbarHelp/index.d.ts +0 -14
- package/dist/types-ts4.5/ui/ToolbarHelp/messages.d.ts +0 -7
- package/dist/types-ts4.5/ui/WithEditorActions/index.d.ts +0 -9
- package/dist/types-ts4.5/ui/WithFlash/index.d.ts +0 -7
- package/dist/types-ts4.5/ui/WithFlash/withFlash-compiled.d.ts +0 -19
- package/dist/types-ts4.5/ui/WithFlash/withFlash-emotion.d.ts +0 -19
- package/dist/types-ts4.5/ui/WithHelpTrigger/index.d.ts +0 -14
- package/dist/types-ts4.5/use-preset.d.ts +0 -43
- package/dist/types-ts4.5/utils/action.d.ts +0 -3
- package/dist/types-ts4.5/utils/combineQuickInsertProviders.d.ts +0 -2
- package/dist/types-ts4.5/utils/deprecation-warnings.d.ts +0 -8
- package/dist/types-ts4.5/utils/editorDeprecationWarnings.d.ts +0 -2
- package/dist/types-ts4.5/utils/extensions.d.ts +0 -10
- package/dist/types-ts4.5/utils/feature-flags-from-props.d.ts +0 -7
- package/dist/types-ts4.5/utils/findChangedNodesFromTransaction.d.ts +0 -8
- package/dist/types-ts4.5/utils/getNodesCount.d.ts +0 -2
- package/dist/types-ts4.5/utils/getNodesCountWithExtensionKeys.d.ts +0 -12
- package/dist/types-ts4.5/utils/getNodesVisibleInViewport.d.ts +0 -5
- package/dist/types-ts4.5/utils/is-chromeless.d.ts +0 -2
- package/dist/types-ts4.5/utils/is-full-page.d.ts +0 -2
- package/dist/types-ts4.5/utils/isNodeVisible.d.ts +0 -5
- package/dist/types-ts4.5/utils/nodes-by-localIds.d.ts +0 -3
- package/dist/types-ts4.5/utils/outdatedBrowsers.d.ts +0 -1
- package/dist/types-ts4.5/utils/performance/components/RenderTracking.d.ts +0 -13
- package/dist/types-ts4.5/utils/performance/getTimeSince.d.ts +0 -8
- package/dist/types-ts4.5/utils/performance/measure-enum.d.ts +0 -7
- package/dist/types-ts4.5/utils/performance/outlier.d.ts +0 -1
- package/dist/types-ts4.5/utils/performance/percentile.d.ts +0 -1
- package/dist/types-ts4.5/utils/performance/plugin-performance-observer.d.ts +0 -23
- package/dist/types-ts4.5/utils/performance/plugin-performance-report.d.ts +0 -47
- package/dist/types-ts4.5/utils/performance/safer-transactions.d.ts +0 -8
- package/dist/types-ts4.5/utils/performance/simple-measure-to-entries.d.ts +0 -28
- package/dist/types-ts4.5/utils/performance/track-transactions.d.ts +0 -30
- package/dist/types-ts4.5/utils/prepare-extension-provider.d.ts +0 -5
- package/dist/types-ts4.5/utils/prepare-quick-insert-provider.d.ts +0 -19
- package/dist/types-ts4.5/utils/toolbar.d.ts +0 -2
- package/dist/types-ts4.5/utils/validNode.d.ts +0 -2
- package/dist/types-ts4.5/utils/validateNodes.d.ts +0 -3
- package/dist/types-ts4.5/version-wrapper.d.ts +0 -2
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
@@ -1,168 +0,0 @@
|
|
|
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.action': string;
|
|
9
|
-
'fabric.editor.action.description': string;
|
|
10
|
-
'fabric.editor.addAltText': string;
|
|
11
|
-
'fabric.editor.alignImageCenter': string;
|
|
12
|
-
'fabric.editor.alignImageLeft': string;
|
|
13
|
-
'fabric.editor.alignImageRight': string;
|
|
14
|
-
'fabric.editor.altText': string;
|
|
15
|
-
'fabric.editor.alttext.validation': string;
|
|
16
|
-
'fabric.editor.annotate': string;
|
|
17
|
-
'fabric.editor.annotationToolbar': string;
|
|
18
|
-
'fabric.editor.backLink': string;
|
|
19
|
-
'fabric.editor.blockCardUnavailable': string;
|
|
20
|
-
'fabric.editor.blockquote.description': string;
|
|
21
|
-
'fabric.editor.bold': string;
|
|
22
|
-
'fabric.editor.cancelButton': string;
|
|
23
|
-
'fabric.editor.cardFloatingControls': string;
|
|
24
|
-
'fabric.editor.cellBackground': string;
|
|
25
|
-
'fabric.editor.cellOptions': string;
|
|
26
|
-
'fabric.editor.clearAltTextEdit': string;
|
|
27
|
-
'fabric.editor.clearCells': string;
|
|
28
|
-
'fabric.editor.clearFormatting': string;
|
|
29
|
-
'fabric.editor.clearLink': string;
|
|
30
|
-
'fabric.editor.clearLinkText': string;
|
|
31
|
-
'fabric.editor.closeAltTextEdit': string;
|
|
32
|
-
'fabric.editor.closeFindReplaceDialog': string;
|
|
33
|
-
'fabric.editor.closeHelpDialog': string;
|
|
34
|
-
'fabric.editor.code': string;
|
|
35
|
-
'fabric.editor.codeblock': string;
|
|
36
|
-
'fabric.editor.codeblock.description': string;
|
|
37
|
-
'fabric.editor.columns': string;
|
|
38
|
-
'fabric.editor.columns.description': string;
|
|
39
|
-
'fabric.editor.configPanel.cancel': string;
|
|
40
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
41
|
-
'fabric.editor.configPanel.formType.addField': string;
|
|
42
|
-
'fabric.editor.configPanel.formType.removeField': string;
|
|
43
|
-
'fabric.editor.configPanel.required': string;
|
|
44
|
-
'fabric.editor.configPanel.submit': string;
|
|
45
|
-
'fabric.editor.date': string;
|
|
46
|
-
'fabric.editor.date.description': string;
|
|
47
|
-
'fabric.editor.decision': string;
|
|
48
|
-
'fabric.editor.decision.description': string;
|
|
49
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
50
|
-
'fabric.editor.displayInline': string;
|
|
51
|
-
'fabric.editor.displayLink': string;
|
|
52
|
-
'fabric.editor.displayText': string;
|
|
53
|
-
'fabric.editor.edit': string;
|
|
54
|
-
'fabric.editor.editAltText': string;
|
|
55
|
-
'fabric.editor.editLink': string;
|
|
56
|
-
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
57
|
-
'fabric.editor.editorHelp': string;
|
|
58
|
-
'fabric.editor.emoji': string;
|
|
59
|
-
'fabric.editor.emoji.description': string;
|
|
60
|
-
'fabric.editor.error': string;
|
|
61
|
-
'fabric.editor.errorPanel': string;
|
|
62
|
-
'fabric.editor.errorPanel.description': string;
|
|
63
|
-
'fabric.editor.expand': string;
|
|
64
|
-
'fabric.editor.expand.description': string;
|
|
65
|
-
'fabric.editor.feedbackDialog': string;
|
|
66
|
-
'fabric.editor.feedbackDialog.description': string;
|
|
67
|
-
'fabric.editor.filesAndImages': string;
|
|
68
|
-
'fabric.editor.filesAndImages.description': string;
|
|
69
|
-
'fabric.editor.find': string;
|
|
70
|
-
'fabric.editor.findNext': string;
|
|
71
|
-
'fabric.editor.findPrevious': string;
|
|
72
|
-
'fabric.editor.findReplaceToolbarButton': string;
|
|
73
|
-
'fabric.editor.headerColumn': string;
|
|
74
|
-
'fabric.editor.headerRow': string;
|
|
75
|
-
'fabric.editor.heading1': string;
|
|
76
|
-
'fabric.editor.heading1Description': string;
|
|
77
|
-
'fabric.editor.heading2': string;
|
|
78
|
-
'fabric.editor.heading2Description': string;
|
|
79
|
-
'fabric.editor.heading3': string;
|
|
80
|
-
'fabric.editor.heading3Description': string;
|
|
81
|
-
'fabric.editor.heading4': string;
|
|
82
|
-
'fabric.editor.heading4Description': string;
|
|
83
|
-
'fabric.editor.heading5': string;
|
|
84
|
-
'fabric.editor.heading5Description': string;
|
|
85
|
-
'fabric.editor.heading6': string;
|
|
86
|
-
'fabric.editor.heading6Description': string;
|
|
87
|
-
'fabric.editor.help': string;
|
|
88
|
-
'fabric.editor.help.description': string;
|
|
89
|
-
'fabric.editor.helpDialogTips': string;
|
|
90
|
-
'fabric.editor.horizontalRule': string;
|
|
91
|
-
'fabric.editor.horizontalRule.description': string;
|
|
92
|
-
'fabric.editor.image': string;
|
|
93
|
-
'fabric.editor.info': string;
|
|
94
|
-
'fabric.editor.infoPanel': string;
|
|
95
|
-
'fabric.editor.infoPanel.description': string;
|
|
96
|
-
'fabric.editor.insertMenu': string;
|
|
97
|
-
'fabric.editor.italic': string;
|
|
98
|
-
'fabric.editor.keyboardShortcuts': string;
|
|
99
|
-
'fabric.editor.layoutFixedWidth': string;
|
|
100
|
-
'fabric.editor.layoutFullWidth': string;
|
|
101
|
-
'fabric.editor.layoutWide': string;
|
|
102
|
-
'fabric.editor.leftSidebar': string;
|
|
103
|
-
'fabric.editor.link': string;
|
|
104
|
-
'fabric.editor.link.description': string;
|
|
105
|
-
'fabric.editor.linkAddress': string;
|
|
106
|
-
'fabric.editor.linkPlaceholder': string;
|
|
107
|
-
'fabric.editor.lists': string;
|
|
108
|
-
'fabric.editor.markdown': string;
|
|
109
|
-
'fabric.editor.mediaAddLink': string;
|
|
110
|
-
'fabric.editor.mention': string;
|
|
111
|
-
'fabric.editor.mention.description': string;
|
|
112
|
-
'fabric.editor.mergeCells': string;
|
|
113
|
-
'fabric.editor.moreFormatting': string;
|
|
114
|
-
'fabric.editor.normal': string;
|
|
115
|
-
'fabric.editor.note': string;
|
|
116
|
-
'fabric.editor.notePanel': string;
|
|
117
|
-
'fabric.editor.notePanel.description': string;
|
|
118
|
-
'fabric.editor.numberedColumn': string;
|
|
119
|
-
'fabric.editor.orderedList': string;
|
|
120
|
-
'fabric.editor.orderedList.description': string;
|
|
121
|
-
'fabric.editor.other': string;
|
|
122
|
-
'fabric.editor.pastePlainText': string;
|
|
123
|
-
'fabric.editor.placeholderAltText': string;
|
|
124
|
-
'fabric.editor.placeholderText': string;
|
|
125
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
126
|
-
'fabric.editor.quickInsert': string;
|
|
127
|
-
'fabric.editor.redo': string;
|
|
128
|
-
'fabric.editor.remove': string;
|
|
129
|
-
'fabric.editor.replace': string;
|
|
130
|
-
'fabric.editor.replaceAll': string;
|
|
131
|
-
'fabric.editor.replaceWith': string;
|
|
132
|
-
'fabric.editor.rightSidebar': string;
|
|
133
|
-
'fabric.editor.saveButton': string;
|
|
134
|
-
'fabric.editor.selectLanguage': string;
|
|
135
|
-
'fabric.editor.splitCell': string;
|
|
136
|
-
'fabric.editor.status': string;
|
|
137
|
-
'fabric.editor.status.description': string;
|
|
138
|
-
'fabric.editor.statusPlaceholder': string;
|
|
139
|
-
'fabric.editor.strike': string;
|
|
140
|
-
'fabric.editor.subscript': string;
|
|
141
|
-
'fabric.editor.success': string;
|
|
142
|
-
'fabric.editor.successPanel': string;
|
|
143
|
-
'fabric.editor.successPanel.description': string;
|
|
144
|
-
'fabric.editor.superscript': string;
|
|
145
|
-
'fabric.editor.supportAltText': string;
|
|
146
|
-
'fabric.editor.table': string;
|
|
147
|
-
'fabric.editor.table.description': string;
|
|
148
|
-
'fabric.editor.tableOptions': string;
|
|
149
|
-
'fabric.editor.taskPlaceholder': string;
|
|
150
|
-
'fabric.editor.textColor': string;
|
|
151
|
-
'fabric.editor.textStyles': string;
|
|
152
|
-
'fabric.editor.threeColumns': string;
|
|
153
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
154
|
-
'fabric.editor.twoColumns': string;
|
|
155
|
-
'fabric.editor.underline': string;
|
|
156
|
-
'fabric.editor.undo': string;
|
|
157
|
-
'fabric.editor.unlink': string;
|
|
158
|
-
'fabric.editor.unorderedList': string;
|
|
159
|
-
'fabric.editor.unorderedList.description': string;
|
|
160
|
-
'fabric.editor.viewMore': string;
|
|
161
|
-
'fabric.editor.visit': string;
|
|
162
|
-
'fabric.editor.warning': string;
|
|
163
|
-
'fabric.editor.warningPanel': string;
|
|
164
|
-
'fabric.editor.warningPanel.description': string;
|
|
165
|
-
'fabric.editor.wrapLeft': string;
|
|
166
|
-
'fabric.editor.wrapRight': string;
|
|
167
|
-
};
|
|
168
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* ED-16073:
|
|
5
|
-
* This was manually updated since the original `@atlaskit/i18n-tools` has been deprecated
|
|
6
|
-
*/
|
|
7
|
-
export { default as zh } from './zh';
|
|
8
|
-
export { default as zh_TW } from './zh_TW';
|
|
9
|
-
export { default as cs } from './cs';
|
|
10
|
-
export { default as da } from './da';
|
|
11
|
-
export { default as en } from './en';
|
|
12
|
-
export { default as en_GB } from './en_GB';
|
|
13
|
-
export { default as en_ZZ } from './en_ZZ';
|
|
14
|
-
export { default as nl } from './nl';
|
|
15
|
-
export { default as et } from './et';
|
|
16
|
-
export { default as fi } from './fi';
|
|
17
|
-
export { default as fr } from './fr';
|
|
18
|
-
export { default as de } from './de';
|
|
19
|
-
export { default as hu } from './hu';
|
|
20
|
-
export { default as it } from './it';
|
|
21
|
-
export { default as ja } from './ja';
|
|
22
|
-
export { default as ko } from './ko';
|
|
23
|
-
export { default as nb } from './nb';
|
|
24
|
-
export { default as pl } from './pl';
|
|
25
|
-
export { default as pt_BR } from './pt_BR';
|
|
26
|
-
export { default as pt_PT } from './pt_PT';
|
|
27
|
-
export { default as ru } from './ru';
|
|
28
|
-
export { default as sk } from './sk';
|
|
29
|
-
export { default as es } from './es';
|
|
30
|
-
export { default as sv } from './sv';
|
|
31
|
-
export { default as th } from './th';
|
|
32
|
-
export { default as tr } from './tr';
|
|
33
|
-
export { default as uk } from './uk';
|
|
34
|
-
export { default as vi } from './vi';
|
|
35
|
-
export { default as is } from './is';
|
|
36
|
-
export { default as ro } from './ro';
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by i18n-tools.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.editor.mediaAddLink': string;
|
|
9
|
-
'fabric.editor.openLink': string;
|
|
10
|
-
'fabric.editor.unlink': string;
|
|
11
|
-
'fabric.editor.editLink': string;
|
|
12
|
-
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
13
|
-
'fabric.editor.linkPlaceholder': string;
|
|
14
|
-
'fabric.editor.linkAddress': string;
|
|
15
|
-
'fabric.editor.layoutFixedWidth': string;
|
|
16
|
-
'fabric.editor.layoutWide': string;
|
|
17
|
-
'fabric.editor.layoutFullWidth': string;
|
|
18
|
-
'fabric.editor.alignImageRight': string;
|
|
19
|
-
'fabric.editor.alignImageCenter': string;
|
|
20
|
-
'fabric.editor.alignImageLeft': string;
|
|
21
|
-
'fabric.editor.remove': string;
|
|
22
|
-
'fabric.editor.visit': string;
|
|
23
|
-
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
24
|
-
'fabric.editor.saveButton': string;
|
|
25
|
-
'fabric.editor.cancelButton': string;
|
|
26
|
-
'fabric.editor.alignment': string;
|
|
27
|
-
'fabric.editor.normal': string;
|
|
28
|
-
'fabric.editor.heading1': string;
|
|
29
|
-
'fabric.editor.heading1Description': string;
|
|
30
|
-
'fabric.editor.heading2': string;
|
|
31
|
-
'fabric.editor.heading2Description': string;
|
|
32
|
-
'fabric.editor.heading3': string;
|
|
33
|
-
'fabric.editor.heading3Description': string;
|
|
34
|
-
'fabric.editor.heading4': string;
|
|
35
|
-
'fabric.editor.heading4Description': string;
|
|
36
|
-
'fabric.editor.heading5': string;
|
|
37
|
-
'fabric.editor.heading5Description': string;
|
|
38
|
-
'fabric.editor.heading6': string;
|
|
39
|
-
'fabric.editor.heading6Description': string;
|
|
40
|
-
'fabric.editor.blockquote': string;
|
|
41
|
-
'fabric.editor.blockquote.description': string;
|
|
42
|
-
'fabric.editor.codeblock': string;
|
|
43
|
-
'fabric.editor.codeblock.description': string;
|
|
44
|
-
'fabric.editor.infoPanel': string;
|
|
45
|
-
'fabric.editor.infoPanel.description': string;
|
|
46
|
-
'fabric.editor.notePanel': string;
|
|
47
|
-
'fabric.editor.notePanel.description': string;
|
|
48
|
-
'fabric.editor.successPanel': string;
|
|
49
|
-
'fabric.editor.successPanel.description': string;
|
|
50
|
-
'fabric.editor.warningPanel': string;
|
|
51
|
-
'fabric.editor.warningPanel.description': string;
|
|
52
|
-
'fabric.editor.errorPanel': string;
|
|
53
|
-
'fabric.editor.errorPanel.description': string;
|
|
54
|
-
'fabric.editor.other': string;
|
|
55
|
-
'fabric.editor.textStyles': string;
|
|
56
|
-
'fabric.editor.displayBlock': string;
|
|
57
|
-
'fabric.editor.displayInline': string;
|
|
58
|
-
'fabric.editor.displayLink': string;
|
|
59
|
-
'fabric.editor.selectLanguage': string;
|
|
60
|
-
'fabric.editor.edit': string;
|
|
61
|
-
'fabric.editor.editorHelp': string;
|
|
62
|
-
'fabric.editor.helpDialogTips': string;
|
|
63
|
-
'fabric.editor.keyboardShortcuts': string;
|
|
64
|
-
'fabric.editor.markdown': string;
|
|
65
|
-
'fabric.editor.undo': string;
|
|
66
|
-
'fabric.editor.redo': string;
|
|
67
|
-
'fabric.editor.pastePlainText': string;
|
|
68
|
-
'fabric.editor.altText': string;
|
|
69
|
-
'fabric.editor.closeHelpDialog': string;
|
|
70
|
-
'fabric.editor.quickInsert': string;
|
|
71
|
-
'fabric.editor.displayText': string;
|
|
72
|
-
'fabric.editor.clearLinkText': string;
|
|
73
|
-
'fabric.editor.clearLink': string;
|
|
74
|
-
'fabric.editor.action': string;
|
|
75
|
-
'fabric.editor.action.description': string;
|
|
76
|
-
'fabric.editor.link': string;
|
|
77
|
-
'fabric.editor.link.description': string;
|
|
78
|
-
'fabric.editor.filesAndImages': string;
|
|
79
|
-
'fabric.editor.filesAndImages.description': string;
|
|
80
|
-
'fabric.editor.image': string;
|
|
81
|
-
'fabric.editor.mention': string;
|
|
82
|
-
'fabric.editor.mention.description': string;
|
|
83
|
-
'fabric.editor.emoji': string;
|
|
84
|
-
'fabric.editor.emoji.description': string;
|
|
85
|
-
'fabric.editor.table': string;
|
|
86
|
-
'fabric.editor.table.description': string;
|
|
87
|
-
'fabric.editor.decision': string;
|
|
88
|
-
'fabric.editor.decision.description': string;
|
|
89
|
-
'fabric.editor.feedbackDialog': string;
|
|
90
|
-
'fabric.editor.feedbackDialog.description': string;
|
|
91
|
-
'fabric.editor.horizontalRule': string;
|
|
92
|
-
'fabric.editor.horizontalRule.description': string;
|
|
93
|
-
'fabric.editor.date': string;
|
|
94
|
-
'fabric.editor.date.description': string;
|
|
95
|
-
'fabric.editor.placeholderText': string;
|
|
96
|
-
'fabric.editor.columns': string;
|
|
97
|
-
'fabric.editor.columns.description': string;
|
|
98
|
-
'fabric.editor.status': string;
|
|
99
|
-
'fabric.editor.status.description': string;
|
|
100
|
-
'fabric.editor.viewMore': string;
|
|
101
|
-
'fabric.editor.insertMenu': string;
|
|
102
|
-
'fabric.editor.twoColumns': string;
|
|
103
|
-
'fabric.editor.threeColumns': string;
|
|
104
|
-
'fabric.editor.rightSidebar': string;
|
|
105
|
-
'fabric.editor.leftSidebar': string;
|
|
106
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
107
|
-
'fabric.editor.unorderedList': string;
|
|
108
|
-
'fabric.editor.unorderedList.description': string;
|
|
109
|
-
'fabric.editor.orderedList': string;
|
|
110
|
-
'fabric.editor.orderedList.description': string;
|
|
111
|
-
'fabric.editor.lists': string;
|
|
112
|
-
'fabric.editor.annotate': string;
|
|
113
|
-
'fabric.editor.wrapLeft': string;
|
|
114
|
-
'fabric.editor.wrapRight': string;
|
|
115
|
-
'fabric.editor.backLink': string;
|
|
116
|
-
'fabric.editor.info': string;
|
|
117
|
-
'fabric.editor.note': string;
|
|
118
|
-
'fabric.editor.success': string;
|
|
119
|
-
'fabric.editor.warning': string;
|
|
120
|
-
'fabric.editor.error': string;
|
|
121
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
122
|
-
'fabric.editor.statusPlaceholder': string;
|
|
123
|
-
'fabric.editor.tableOptions': string;
|
|
124
|
-
'fabric.editor.headerRow': string;
|
|
125
|
-
'fabric.editor.headerColumn': string;
|
|
126
|
-
'fabric.editor.numberedColumn': string;
|
|
127
|
-
'fabric.editor.cellBackground': string;
|
|
128
|
-
'fabric.editor.mergeCells': string;
|
|
129
|
-
'fabric.editor.splitCell': string;
|
|
130
|
-
'fabric.editor.clearCells': string;
|
|
131
|
-
'fabric.editor.sortColumnASC': string;
|
|
132
|
-
'fabric.editor.sortColumnDESC': string;
|
|
133
|
-
'fabric.editor.canNotSortTable': string;
|
|
134
|
-
'fabric.editor.insertColumn': string;
|
|
135
|
-
'fabric.editor.removeColumns': string;
|
|
136
|
-
'fabric.editor.insertRow': string;
|
|
137
|
-
'fabric.editor.removeRows': string;
|
|
138
|
-
'fabric.editor.cellOptions': string;
|
|
139
|
-
'fabric.editor.decisionPlaceholder': string;
|
|
140
|
-
'fabric.editor.taskPlaceholder': string;
|
|
141
|
-
'fabric.editor.textColor': string;
|
|
142
|
-
'fabric.editor.underline': string;
|
|
143
|
-
'fabric.editor.strike': string;
|
|
144
|
-
'fabric.editor.code': string;
|
|
145
|
-
'fabric.editor.subscript': string;
|
|
146
|
-
'fabric.editor.superscript': string;
|
|
147
|
-
'fabric.editor.clearFormatting': string;
|
|
148
|
-
'fabric.editor.moreFormatting': string;
|
|
149
|
-
'fabric.editor.bold': string;
|
|
150
|
-
'fabric.editor.italic': string;
|
|
151
|
-
'fabric.editor.selected': string;
|
|
152
|
-
};
|
|
153
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* ED-16073:
|
|
5
|
-
* This was manually updated since the original `@atlaskit/i18n-tools` has been deprecated
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
zh: string;
|
|
9
|
-
zh_TW: string;
|
|
10
|
-
cs: string;
|
|
11
|
-
nl: string;
|
|
12
|
-
da: string;
|
|
13
|
-
en: string;
|
|
14
|
-
en_GB: string;
|
|
15
|
-
en_ZZ: string;
|
|
16
|
-
et: string;
|
|
17
|
-
fi: string;
|
|
18
|
-
fr: string;
|
|
19
|
-
de: string;
|
|
20
|
-
hu: string;
|
|
21
|
-
is: string;
|
|
22
|
-
it: string;
|
|
23
|
-
ja: string;
|
|
24
|
-
ko: string;
|
|
25
|
-
nb: string;
|
|
26
|
-
pl: string;
|
|
27
|
-
pt_BR: string;
|
|
28
|
-
pt_PT: string;
|
|
29
|
-
ro: string;
|
|
30
|
-
ru: string;
|
|
31
|
-
sk: string;
|
|
32
|
-
es: string;
|
|
33
|
-
sv: string;
|
|
34
|
-
th: string;
|
|
35
|
-
tr: string;
|
|
36
|
-
uk: string;
|
|
37
|
-
vi: string;
|
|
38
|
-
};
|
|
39
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
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.chromeCollapsedPlaceholder': string;
|
|
9
|
-
'fabric.editor.editorAssistiveLabel': string;
|
|
10
|
-
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|