@atlaskit/editor-presets 0.1.0
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/LICENSE.md +11 -0
- package/README.md +101 -0
- package/dist/cjs/confluence-full-page-base/index.js +320 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/analyticsPluginOptions.js +12 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/annotationPluginOptions.js +31 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/avatarGroupPluginOptions.js +19 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/basePluginOptions.js +19 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/blockMenuPluginOptions.js +28 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/blockTypePluginOptions.js +19 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/breakoutPluginOptions.js +13 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/cardPluginOptions.js +48 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/codeBidiWarningPluginOptions.js +12 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/codeBlockAdvancedPluginOptions.js +15 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/codeBlockPluginOptions.js +16 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/collabEditPluginOptions.js +27 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/contentFormatPluginOptions.js +13 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/contextIdentifierPluginOptions.js +12 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/contextPanelPluginOptions.js +22 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/customAutoformatPluginOptions.js +12 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/datePluginOptions.js +14 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/editorDisabledPluginOptions.js +12 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/editorViewModePluginOptions.js +12 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/emojiPluginOptions.js +13 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/expandPluginOptions.js +16 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/extensionPluginOptions.js +18 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/featureFlagsPluginOptions.js +47 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/findReplacePluginOptions.js +16 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/gridPluginOptions.js +14 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/helpDialogPluginOptions.js +16 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/hyperlinkPluginOptions.js +18 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/insertBlockPluginOptions.js +20 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/layoutPluginOptions.js +16 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/limitedModePluginOptions.js +14 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/loomPluginOptions.js +16 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/mediaPluginOptions/i18n.js +18 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/mediaPluginOptions/mediaPluginOptions.js +62 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/mentionsPluginOptions.js +19 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/metricsPluginOptions.js +10 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/panelPluginOptions.js +16 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/pastePluginOptions.js +30 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/placeholderPluginOptions/i18n.js +66 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/placeholderPluginOptions/placeholderPluginOptions.js +75 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/placeholderTextPluginOptions.js +12 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/primaryToolbarPluginOptions.js +12 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/quickInsertPluginOptions.js +21 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/selectionExtensionPluginOptions.js +10 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/selectionMarkerPluginOptions.js +15 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/selectionPluginOptions.js +14 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/selectionToolbarPluginOptions.js +16 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/showDiffPluginOptions.js +17 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/statusPluginOptions.js +15 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/submitEditorPluginOptions.js +12 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/syncedBlockPluginOptions.js +40 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/tablePluginOptions.js +52 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/tasksAndDecisionsPluginOptions.js +20 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/textColorPluginOptions.js +12 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/textFormattingPluginOptions.js +14 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/toolbarListsIndentationPluginOptions.js +15 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/toolbarPluginOptions.js +12 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/trackChangesPluginOptions.js +14 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/typeAheadPluginOptions.js +14 -0
- package/dist/cjs/confluence-full-page-base/pluginOptions/userPreferencesPluginOptions.js +17 -0
- package/dist/cjs/confluence-full-page-base/types.js +5 -0
- package/dist/cjs/index.js +2 -0
- package/dist/es2019/confluence-full-page-base/index.js +316 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/analyticsPluginOptions.js +3 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/annotationPluginOptions.js +26 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/avatarGroupPluginOptions.js +14 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/basePluginOptions.js +12 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/blockMenuPluginOptions.js +23 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/blockTypePluginOptions.js +10 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/breakoutPluginOptions.js +8 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/cardPluginOptions.js +43 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/codeBidiWarningPluginOptions.js +7 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/codeBlockAdvancedPluginOptions.js +6 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/codeBlockPluginOptions.js +7 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/collabEditPluginOptions.js +22 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/contentFormatPluginOptions.js +8 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/contextIdentifierPluginOptions.js +7 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/contextPanelPluginOptions.js +17 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/customAutoformatPluginOptions.js +7 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/datePluginOptions.js +5 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/editorDisabledPluginOptions.js +7 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/editorViewModePluginOptions.js +7 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/emojiPluginOptions.js +8 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/expandPluginOptions.js +11 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/extensionPluginOptions.js +13 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/featureFlagsPluginOptions.js +38 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/findReplacePluginOptions.js +7 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/gridPluginOptions.js +5 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/helpDialogPluginOptions.js +12 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/hyperlinkPluginOptions.js +13 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/insertBlockPluginOptions.js +15 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/layoutPluginOptions.js +11 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/limitedModePluginOptions.js +9 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/loomPluginOptions.js +11 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/mediaPluginOptions/i18n.js +11 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/mediaPluginOptions/mediaPluginOptions.js +57 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/mentionsPluginOptions.js +14 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/metricsPluginOptions.js +5 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/panelPluginOptions.js +7 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/pastePluginOptions.js +25 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/placeholderPluginOptions/i18n.js +59 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/placeholderPluginOptions/placeholderPluginOptions.js +67 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/placeholderTextPluginOptions.js +3 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/primaryToolbarPluginOptions.js +7 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/quickInsertPluginOptions.js +14 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/selectionExtensionPluginOptions.js +5 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/selectionMarkerPluginOptions.js +10 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/selectionPluginOptions.js +9 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/selectionToolbarPluginOptions.js +11 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/showDiffPluginOptions.js +12 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/statusPluginOptions.js +6 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/submitEditorPluginOptions.js +3 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/syncedBlockPluginOptions.js +37 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/tablePluginOptions.js +45 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/tasksAndDecisionsPluginOptions.js +15 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/textColorPluginOptions.js +3 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/textFormattingPluginOptions.js +5 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/toolbarListsIndentationPluginOptions.js +6 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/toolbarPluginOptions.js +7 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/trackChangesPluginOptions.js +9 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/typeAheadPluginOptions.js +5 -0
- package/dist/es2019/confluence-full-page-base/pluginOptions/userPreferencesPluginOptions.js +12 -0
- package/dist/es2019/confluence-full-page-base/types.js +1 -0
- package/dist/es2019/index.js +1 -0
- package/dist/esm/confluence-full-page-base/index.js +314 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/analyticsPluginOptions.js +5 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/annotationPluginOptions.js +25 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/avatarGroupPluginOptions.js +13 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/basePluginOptions.js +13 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/blockMenuPluginOptions.js +22 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/blockTypePluginOptions.js +12 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/breakoutPluginOptions.js +7 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/cardPluginOptions.js +42 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/codeBidiWarningPluginOptions.js +6 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/codeBlockAdvancedPluginOptions.js +8 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/codeBlockPluginOptions.js +9 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/collabEditPluginOptions.js +21 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/contentFormatPluginOptions.js +7 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/contextIdentifierPluginOptions.js +6 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/contextPanelPluginOptions.js +16 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/customAutoformatPluginOptions.js +6 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/datePluginOptions.js +7 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/editorDisabledPluginOptions.js +6 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/editorViewModePluginOptions.js +6 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/emojiPluginOptions.js +7 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/expandPluginOptions.js +10 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/extensionPluginOptions.js +12 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/featureFlagsPluginOptions.js +40 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/findReplacePluginOptions.js +9 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/gridPluginOptions.js +7 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/helpDialogPluginOptions.js +11 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/hyperlinkPluginOptions.js +12 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/insertBlockPluginOptions.js +14 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/layoutPluginOptions.js +10 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/limitedModePluginOptions.js +8 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/loomPluginOptions.js +10 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/mediaPluginOptions/i18n.js +11 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/mediaPluginOptions/mediaPluginOptions.js +56 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/mentionsPluginOptions.js +13 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/metricsPluginOptions.js +4 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/panelPluginOptions.js +9 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/pastePluginOptions.js +24 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/placeholderPluginOptions/i18n.js +59 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/placeholderPluginOptions/placeholderPluginOptions.js +69 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/placeholderTextPluginOptions.js +5 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/primaryToolbarPluginOptions.js +6 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/quickInsertPluginOptions.js +14 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/selectionExtensionPluginOptions.js +4 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/selectionMarkerPluginOptions.js +9 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/selectionPluginOptions.js +8 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/selectionToolbarPluginOptions.js +10 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/showDiffPluginOptions.js +11 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/statusPluginOptions.js +8 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/submitEditorPluginOptions.js +5 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/syncedBlockPluginOptions.js +34 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/tablePluginOptions.js +46 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/tasksAndDecisionsPluginOptions.js +14 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/textColorPluginOptions.js +5 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/textFormattingPluginOptions.js +7 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/toolbarListsIndentationPluginOptions.js +8 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/toolbarPluginOptions.js +6 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/trackChangesPluginOptions.js +8 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/typeAheadPluginOptions.js +7 -0
- package/dist/esm/confluence-full-page-base/pluginOptions/userPreferencesPluginOptions.js +11 -0
- package/dist/esm/confluence-full-page-base/types.js +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/types/confluence-full-page-base/index.d.ts +16 -0
- package/dist/types/confluence-full-page-base/pluginOptions/analyticsPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/annotationPluginOptions.d.ts +23 -0
- package/dist/types/confluence-full-page-base/pluginOptions/avatarGroupPluginOptions.d.ts +9 -0
- package/dist/types/confluence-full-page-base/pluginOptions/basePluginOptions.d.ts +8 -0
- package/dist/types/confluence-full-page-base/pluginOptions/blockMenuPluginOptions.d.ts +24 -0
- package/dist/types/confluence-full-page-base/pluginOptions/blockTypePluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/breakoutPluginOptions.d.ts +9 -0
- package/dist/types/confluence-full-page-base/pluginOptions/cardPluginOptions.d.ts +34 -0
- package/dist/types/confluence-full-page-base/pluginOptions/codeBidiWarningPluginOptions.d.ts +9 -0
- package/dist/types/confluence-full-page-base/pluginOptions/codeBlockAdvancedPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/codeBlockPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/collabEditPluginOptions.d.ts +13 -0
- package/dist/types/confluence-full-page-base/pluginOptions/contentFormatPluginOptions.d.ts +9 -0
- package/dist/types/confluence-full-page-base/pluginOptions/contextIdentifierPluginOptions.d.ts +10 -0
- package/dist/types/confluence-full-page-base/pluginOptions/contextPanelPluginOptions.d.ts +8 -0
- package/dist/types/confluence-full-page-base/pluginOptions/customAutoformatPluginOptions.d.ts +10 -0
- package/dist/types/confluence-full-page-base/pluginOptions/datePluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/editorDisabledPluginOptions.d.ts +8 -0
- package/dist/types/confluence-full-page-base/pluginOptions/editorViewModePluginOptions.d.ts +8 -0
- package/dist/types/confluence-full-page-base/pluginOptions/emojiPluginOptions.d.ts +11 -0
- package/dist/types/confluence-full-page-base/pluginOptions/expandPluginOptions.d.ts +10 -0
- package/dist/types/confluence-full-page-base/pluginOptions/extensionPluginOptions.d.ts +15 -0
- package/dist/types/confluence-full-page-base/pluginOptions/featureFlagsPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/findReplacePluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/gridPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/helpDialogPluginOptions.d.ts +9 -0
- package/dist/types/confluence-full-page-base/pluginOptions/hyperlinkPluginOptions.d.ts +13 -0
- package/dist/types/confluence-full-page-base/pluginOptions/insertBlockPluginOptions.d.ts +10 -0
- package/dist/types/confluence-full-page-base/pluginOptions/layoutPluginOptions.d.ts +9 -0
- package/dist/types/confluence-full-page-base/pluginOptions/limitedModePluginOptions.d.ts +15 -0
- package/dist/types/confluence-full-page-base/pluginOptions/loomPluginOptions.d.ts +8 -0
- package/dist/types/confluence-full-page-base/pluginOptions/mediaPluginOptions/i18n.d.ts +7 -0
- package/dist/types/confluence-full-page-base/pluginOptions/mediaPluginOptions/mediaPluginOptions.d.ts +19 -0
- package/dist/types/confluence-full-page-base/pluginOptions/mentionsPluginOptions.d.ts +15 -0
- package/dist/types/confluence-full-page-base/pluginOptions/metricsPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/panelPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/pastePluginOptions.d.ts +10 -0
- package/dist/types/confluence-full-page-base/pluginOptions/placeholderPluginOptions/i18n.d.ts +57 -0
- package/dist/types/confluence-full-page-base/pluginOptions/placeholderPluginOptions/placeholderPluginOptions.d.ts +15 -0
- package/dist/types/confluence-full-page-base/pluginOptions/placeholderTextPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/primaryToolbarPluginOptions.d.ts +8 -0
- package/dist/types/confluence-full-page-base/pluginOptions/quickInsertPluginOptions.d.ts +10 -0
- package/dist/types/confluence-full-page-base/pluginOptions/selectionExtensionPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/selectionMarkerPluginOptions.d.ts +8 -0
- package/dist/types/confluence-full-page-base/pluginOptions/selectionPluginOptions.d.ts +8 -0
- package/dist/types/confluence-full-page-base/pluginOptions/selectionToolbarPluginOptions.d.ts +13 -0
- package/dist/types/confluence-full-page-base/pluginOptions/showDiffPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/statusPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/submitEditorPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/syncedBlockPluginOptions.d.ts +44 -0
- package/dist/types/confluence-full-page-base/pluginOptions/tablePluginOptions.d.ts +10 -0
- package/dist/types/confluence-full-page-base/pluginOptions/tasksAndDecisionsPluginOptions.d.ts +14 -0
- package/dist/types/confluence-full-page-base/pluginOptions/textColorPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/textFormattingPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/toolbarListsIndentationPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/toolbarPluginOptions.d.ts +9 -0
- package/dist/types/confluence-full-page-base/pluginOptions/trackChangesPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/typeAheadPluginOptions.d.ts +6 -0
- package/dist/types/confluence-full-page-base/pluginOptions/userPreferencesPluginOptions.d.ts +12 -0
- package/dist/types/confluence-full-page-base/types.d.ts +447 -0
- package/dist/types/index.d.ts +0 -0
- package/dist/types-ts4.5/confluence-full-page-base/index.d.ts +16 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/analyticsPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/annotationPluginOptions.d.ts +23 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/avatarGroupPluginOptions.d.ts +9 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/basePluginOptions.d.ts +8 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/blockMenuPluginOptions.d.ts +24 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/blockTypePluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/breakoutPluginOptions.d.ts +9 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/cardPluginOptions.d.ts +34 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/codeBidiWarningPluginOptions.d.ts +9 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/codeBlockAdvancedPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/codeBlockPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/collabEditPluginOptions.d.ts +13 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/contentFormatPluginOptions.d.ts +9 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/contextIdentifierPluginOptions.d.ts +10 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/contextPanelPluginOptions.d.ts +8 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/customAutoformatPluginOptions.d.ts +10 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/datePluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/editorDisabledPluginOptions.d.ts +8 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/editorViewModePluginOptions.d.ts +8 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/emojiPluginOptions.d.ts +11 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/expandPluginOptions.d.ts +10 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/extensionPluginOptions.d.ts +15 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/featureFlagsPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/findReplacePluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/gridPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/helpDialogPluginOptions.d.ts +9 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/hyperlinkPluginOptions.d.ts +13 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/insertBlockPluginOptions.d.ts +10 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/layoutPluginOptions.d.ts +9 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/limitedModePluginOptions.d.ts +15 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/loomPluginOptions.d.ts +8 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/mediaPluginOptions/i18n.d.ts +7 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/mediaPluginOptions/mediaPluginOptions.d.ts +19 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/mentionsPluginOptions.d.ts +15 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/metricsPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/panelPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/pastePluginOptions.d.ts +10 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/placeholderPluginOptions/i18n.d.ts +57 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/placeholderPluginOptions/placeholderPluginOptions.d.ts +15 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/placeholderTextPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/primaryToolbarPluginOptions.d.ts +8 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/quickInsertPluginOptions.d.ts +10 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/selectionExtensionPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/selectionMarkerPluginOptions.d.ts +8 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/selectionPluginOptions.d.ts +8 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/selectionToolbarPluginOptions.d.ts +13 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/showDiffPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/statusPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/submitEditorPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/syncedBlockPluginOptions.d.ts +44 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/tablePluginOptions.d.ts +10 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/tasksAndDecisionsPluginOptions.d.ts +14 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/textColorPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/textFormattingPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/toolbarListsIndentationPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/toolbarPluginOptions.d.ts +9 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/trackChangesPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/typeAheadPluginOptions.d.ts +6 -0
- package/dist/types-ts4.5/confluence-full-page-base/pluginOptions/userPreferencesPluginOptions.d.ts +12 -0
- package/dist/types-ts4.5/confluence-full-page-base/types.d.ts +453 -0
- package/dist/types-ts4.5/index.d.ts +0 -0
- package/full-page/package.json +15 -0
- package/full-page/types/package.json +15 -0
- package/package.json +199 -0
- package/tsconfig.json +8 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function userPreferencesPluginOptions(_ref) {
|
|
2
|
+
var providers = _ref.providers,
|
|
3
|
+
options = _ref.options;
|
|
4
|
+
return {
|
|
5
|
+
userPreferencesProvider: providers.userPreferencesProviderNext,
|
|
6
|
+
// If initialToolbarDockingPosition is set, use it to override any saved user preference
|
|
7
|
+
initialUserPreferences: options.initialToolbarDockingPosition ? {
|
|
8
|
+
toolbarDockingPosition: options.initialToolbarDockingPosition
|
|
9
|
+
} : undefined
|
|
10
|
+
};
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Do not export anything from this file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { ConfluenceFullPageBasePresetBuilder, ConfluenceFullPageBasePresetOptions } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Creates the public Confluence full page base editor preset.
|
|
4
|
+
*
|
|
5
|
+
* This preset includes all public @atlaskit/editor-plugin-* plugins used in the
|
|
6
|
+
* Confluence full page editor. Private plugins (AI, referentiality, etc.) are
|
|
7
|
+
* NOT included — they are added on top of this preset in editor-presets-confluence.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* import { confluenceFullPageBasePreset } from '@atlaskit/editor-presets/confluence-full-page-base';
|
|
12
|
+
*
|
|
13
|
+
* const preset = confluenceFullPageBasePreset(options);
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function confluenceFullPageBasePreset(props: ConfluenceFullPageBasePresetOptions): ConfluenceFullPageBasePresetBuilder;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { AnnotationManager } from '@atlaskit/editor-common/annotation';
|
|
2
|
+
import type { AnnotationPluginOptions, InlineCommentAnnotationProvider } from '@atlaskit/editor-plugin-annotation';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: {
|
|
5
|
+
annotationManager: AnnotationManager | undefined;
|
|
6
|
+
createCommentExperience: AnnotationPluginOptions['createCommentExperience'];
|
|
7
|
+
selectCommentExperience: {
|
|
8
|
+
selectAnnotation: {
|
|
9
|
+
complete: (_: {
|
|
10
|
+
annotationId: string;
|
|
11
|
+
entryPoint: 'annotation-change';
|
|
12
|
+
pageClass: 'editor';
|
|
13
|
+
}) => void;
|
|
14
|
+
};
|
|
15
|
+
} | undefined;
|
|
16
|
+
viewInlineCommentTraceUFOPress?: () => void;
|
|
17
|
+
};
|
|
18
|
+
providers: {
|
|
19
|
+
inlineCommentAnnotationProvider?: InlineCommentAnnotationProvider;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export declare function annotationPluginOptions({ options, providers, }: Props): AnnotationPluginOptions | undefined;
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { CollabEditOptions } from '@atlaskit/editor-common/collab';
|
|
2
|
+
import type { AvatarGroupPluginOptions } from '@atlaskit/editor-plugin-avatar-group';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: {
|
|
5
|
+
collabEdit: CollabEditOptions | undefined;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function avatarGroupPluginOptions({ options }: Props): AvatarGroupPluginOptions;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { BlockMenuPluginOptions } from '@atlaskit/editor-plugin-block-menu';
|
|
2
|
+
interface Props {
|
|
3
|
+
options: {
|
|
4
|
+
blockLinkHashPrefix?: string;
|
|
5
|
+
getLinkPath?: () => string | null;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Returns block menu plugin options for the editor.
|
|
10
|
+
* @param options - The props object containing options for configuring the block menu plugin.
|
|
11
|
+
* @param options.options - The options object with getLinkPath and blockLinkHashPrefix.
|
|
12
|
+
* @returns BlockMenuPluginOptions object.
|
|
13
|
+
* @example
|
|
14
|
+
* ```ts
|
|
15
|
+
* blockMenuPluginOptions({
|
|
16
|
+
* options: {
|
|
17
|
+
* getLinkPath: () => '/some/path',
|
|
18
|
+
* blockLinkHashPrefix: 'block-',
|
|
19
|
+
* }
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare function blockMenuPluginOptions({ options }: Props): BlockMenuPluginOptions;
|
|
24
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { BreakoutPluginOptions } from '@atlaskit/editor-plugin-breakout';
|
|
2
|
+
import type { FullPageEditorAppearance } from '../types';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: {
|
|
5
|
+
editorAppearance: FullPageEditorAppearance;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function breakoutPluginOptions({ options }: Props): BreakoutPluginOptions;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { OnClickCallback } from '@atlaskit/editor-common/card';
|
|
2
|
+
import type { CardProvider } from '@atlaskit/editor-common/provider-factory';
|
|
3
|
+
import type { LinkPickerOptions } from '@atlaskit/editor-common/types';
|
|
4
|
+
import type { CardPluginOptions } from '@atlaskit/editor-plugin-card';
|
|
5
|
+
import type { FullPageEditorAppearance } from '../types';
|
|
6
|
+
interface Props {
|
|
7
|
+
options: {
|
|
8
|
+
__livePage: boolean | undefined;
|
|
9
|
+
CompetitorPrompt?: React.ComponentType<{
|
|
10
|
+
linkType?: string;
|
|
11
|
+
sourceUrl: string;
|
|
12
|
+
}>;
|
|
13
|
+
editorAppearance: FullPageEditorAppearance;
|
|
14
|
+
linkPicker: LinkPickerOptions | undefined;
|
|
15
|
+
onClickCallback: OnClickCallback | undefined;
|
|
16
|
+
};
|
|
17
|
+
providers: {
|
|
18
|
+
cardProvider: Promise<CardProvider> | undefined;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
declare global {
|
|
22
|
+
interface Window {
|
|
23
|
+
__SSR_RENDERED__?: boolean;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @param root0
|
|
29
|
+
* @param root0.options
|
|
30
|
+
* @param root0.providers
|
|
31
|
+
* @example
|
|
32
|
+
*/
|
|
33
|
+
export declare function cardPluginOptions({ options, providers }: Props): CardPluginOptions;
|
|
34
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { CodeBidiWarningPluginOptions } from '@atlaskit/editor-plugin-code-bidi-warning';
|
|
2
|
+
import type { FullPageEditorAppearance } from '../types';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: {
|
|
5
|
+
editorAppearance: FullPageEditorAppearance;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function codeBidiWarningPluginOptions({ options }: Props): CodeBidiWarningPluginOptions;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { CollabEditOptions, CollabEditProvider } from '@atlaskit/editor-common/collab';
|
|
2
|
+
import type { CollabEditPluginOptions } from '@atlaskit/editor-plugin-collab-edit';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: {
|
|
5
|
+
__livePage: boolean | undefined;
|
|
6
|
+
collabEdit: CollabEditOptions | undefined;
|
|
7
|
+
};
|
|
8
|
+
providers: {
|
|
9
|
+
collabEditProvider: Promise<CollabEditProvider> | undefined;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function collabEditPluginOptions({ options, providers }: Props): CollabEditPluginOptions;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { EditorContentMode } from '@atlaskit/editor-common/types';
|
|
2
|
+
import type { ContentFormatPluginOptions } from '@atlaskit/editor-plugin-content-format';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: {
|
|
5
|
+
initialContentMode?: EditorContentMode;
|
|
6
|
+
} | undefined;
|
|
7
|
+
}
|
|
8
|
+
export declare function contentFormatPluginOptions({ options }: Props): ContentFormatPluginOptions;
|
|
9
|
+
export {};
|
package/dist/types/confluence-full-page-base/pluginOptions/contextIdentifierPluginOptions.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ContextIdentifierProvider } from '@atlaskit/editor-common/provider-factory';
|
|
2
|
+
import type { ContextIdentifierPluginOptions } from '@atlaskit/editor-plugin-context-identifier';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: never;
|
|
5
|
+
providers: {
|
|
6
|
+
contextIdentifierProvider: Promise<ContextIdentifierProvider> | undefined;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function contextIdentifierPluginOptions({ providers, }: Props): ContextIdentifierPluginOptions;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ContextPanelPluginOptions } from '@atlaskit/editor-plugin-context-panel';
|
|
2
|
+
interface Props {
|
|
3
|
+
options: {
|
|
4
|
+
objectSideBar: ContextPanelPluginOptions['objectSideBar'];
|
|
5
|
+
} | undefined;
|
|
6
|
+
}
|
|
7
|
+
export declare function contextPanelPluginOptions({ options, }: Props): ContextPanelPluginOptions | undefined;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { AutoformattingProvider } from '@atlaskit/editor-common/provider-factory';
|
|
2
|
+
import type { CustomAutoformatPluginOptions } from '@atlaskit/editor-plugin-custom-autoformat';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: never;
|
|
5
|
+
providers: {
|
|
6
|
+
autoformattingProvider: Promise<AutoformattingProvider> | undefined;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function customAutoformatPluginOptions({ providers }: Props): CustomAutoformatPluginOptions;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { EditorDisabledPluginOptions } from '@atlaskit/editor-plugin-editor-disabled';
|
|
2
|
+
interface Props {
|
|
3
|
+
options: {
|
|
4
|
+
disabled: boolean | undefined;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
export declare function editorDisabledPluginOptions({ options }: Props): EditorDisabledPluginOptions;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { EditorViewModePluginOptions, ViewMode } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
2
|
+
interface Props {
|
|
3
|
+
options: {
|
|
4
|
+
viewMode: ViewMode | undefined;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
export declare function editorViewModePluginOptions({ options }: Props): EditorViewModePluginOptions;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { EmojiNodeDataProvider, EmojiPluginOptions } from '@atlaskit/editor-plugin-emoji';
|
|
2
|
+
import type { EmojiProvider } from '@atlaskit/emoji';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: never;
|
|
5
|
+
providers: {
|
|
6
|
+
emojiNodeDataProvider: EmojiNodeDataProvider | undefined;
|
|
7
|
+
emojiProvider: Promise<EmojiProvider> | undefined;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export declare function emojiPluginOptions({ providers }: Props): EmojiPluginOptions;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ExpandPluginOptions } from '@atlaskit/editor-plugin-expand';
|
|
2
|
+
import type { FullPageEditorAppearance } from '../types';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: {
|
|
5
|
+
__livePage: boolean | undefined;
|
|
6
|
+
editorAppearance: FullPageEditorAppearance;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function expandPluginOptions({ options }: Props): ExpandPluginOptions;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { GetPMNodeHeight } from '@atlaskit/editor-common/extensibility';
|
|
2
|
+
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
3
|
+
import type { EditorAppearance } from '@atlaskit/editor-common/types';
|
|
4
|
+
import type { ExtensionPluginOptions } from '@atlaskit/editor-plugin-extension';
|
|
5
|
+
interface Props {
|
|
6
|
+
options: {
|
|
7
|
+
__rendererExtensionOptions?: ExtensionPluginOptions['__rendererExtensionOptions'];
|
|
8
|
+
editorAppearance?: EditorAppearance;
|
|
9
|
+
extensionHandlers?: ExtensionHandlers;
|
|
10
|
+
getExtensionHeight?: GetPMNodeHeight;
|
|
11
|
+
getUnsupportedContent?: ExtensionPluginOptions['getUnsupportedContent'];
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function extensionPluginOptions({ options }: Props): ExtensionPluginOptions;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { HelpDialogPluginOptions } from '@atlaskit/editor-plugin-help-dialog';
|
|
2
|
+
interface Props {
|
|
3
|
+
options: {
|
|
4
|
+
aiEnabled?: boolean;
|
|
5
|
+
imageUploadProviderExists?: boolean;
|
|
6
|
+
} | never;
|
|
7
|
+
}
|
|
8
|
+
export declare function helpDialogPluginOptions({ options }: Props): HelpDialogPluginOptions;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { OnClickCallback } from '@atlaskit/editor-common/card';
|
|
2
|
+
import type { LinkPickerOptions } from '@atlaskit/editor-common/types';
|
|
3
|
+
import type { HyperlinkPluginOptions } from '@atlaskit/editor-plugin-hyperlink';
|
|
4
|
+
import type { FullPageEditorAppearance } from '../types';
|
|
5
|
+
interface Props {
|
|
6
|
+
options: {
|
|
7
|
+
editorAppearance: FullPageEditorAppearance;
|
|
8
|
+
linkPicker: LinkPickerOptions | undefined;
|
|
9
|
+
onClickCallback: OnClickCallback | undefined;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export declare function hyperlinkPluginOptions({ options }: Props): HyperlinkPluginOptions;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { InsertBlockPluginOptions } from '@atlaskit/editor-plugin-insert-block';
|
|
2
|
+
import type { FullPageEditorAppearance } from '../types';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: {
|
|
5
|
+
editorAppearance: FullPageEditorAppearance;
|
|
6
|
+
toolbarButtons: InsertBlockPluginOptions['toolbarButtons'];
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function insertBlockPluginOptions({ options }: Props): InsertBlockPluginOptions;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { LayoutPluginOptions } from '@atlaskit/editor-plugin-layout';
|
|
2
|
+
import type { FullPageEditorAppearance } from '../types';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: {
|
|
5
|
+
editorAppearance: FullPageEditorAppearance;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function layoutPluginOptions({ options }: Props): LayoutPluginOptions;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type React from 'react';
|
|
2
|
+
import type { LimitedModePluginOptions } from '@atlaskit/editor-plugin-limited-mode';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: {
|
|
5
|
+
contentId?: string;
|
|
6
|
+
killSwitchEnabled?: boolean;
|
|
7
|
+
showFlag?: (props: {
|
|
8
|
+
close: string;
|
|
9
|
+
description: React.ReactNode;
|
|
10
|
+
title: string;
|
|
11
|
+
}) => void;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function limitedModePluginOptions({ options }: Props): LimitedModePluginOptions;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { IntlShape } from 'react-intl-next';
|
|
2
|
+
import type { MediaProvider } from '@atlaskit/editor-common/provider-factory';
|
|
3
|
+
import type { MediaPluginOptions } from '@atlaskit/editor-plugin-media';
|
|
4
|
+
import type { FullPageEditorAppearance } from '../../types';
|
|
5
|
+
interface Props {
|
|
6
|
+
intl: IntlShape;
|
|
7
|
+
options: {
|
|
8
|
+
createCommentExperience: MediaPluginOptions['createCommentExperience'];
|
|
9
|
+
editorAppearance: FullPageEditorAppearance;
|
|
10
|
+
mediaViewerExtensions: MediaPluginOptions['mediaViewerExtensions'];
|
|
11
|
+
};
|
|
12
|
+
providers: {
|
|
13
|
+
mediaProvider: Promise<MediaProvider> | undefined;
|
|
14
|
+
syncMediaProvider: MediaProvider | undefined;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
/** Builds media plugin options from Confluence editor preset configuration. */
|
|
18
|
+
export declare function mediaPluginOptions({ intl, options, providers }: Props): MediaPluginOptions;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ProfilecardProvider } from '@atlaskit/editor-common/provider-factory';
|
|
2
|
+
import type { MentionsChangedHandler, MentionsPluginOptions } from '@atlaskit/editor-plugin-mentions';
|
|
3
|
+
import type { MentionProvider } from '@atlaskit/mention/types';
|
|
4
|
+
interface Props {
|
|
5
|
+
options: {
|
|
6
|
+
currentUserId?: string;
|
|
7
|
+
handleMentionsChanged: MentionsChangedHandler;
|
|
8
|
+
};
|
|
9
|
+
providers: {
|
|
10
|
+
mentionProvider: Promise<MentionProvider> | undefined;
|
|
11
|
+
profilecardProvider: Promise<ProfilecardProvider> | undefined;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function mentionsPluginOptions({ options, providers }: Props): MentionsPluginOptions;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { CardProvider } from '@atlaskit/editor-common/provider-factory';
|
|
2
|
+
import type { PastePluginOptions } from '@atlaskit/editor-plugin-paste';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: never;
|
|
5
|
+
providers: {
|
|
6
|
+
cardProvider: Promise<CardProvider> | undefined;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function pastePluginOptions({ providers }: Props): PastePluginOptions;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare const i18n: {
|
|
2
|
+
easyMentionsPlaceholder: {
|
|
3
|
+
id: string;
|
|
4
|
+
defaultMessage: string;
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
aiPlaceholder: {
|
|
8
|
+
id: string;
|
|
9
|
+
defaultMessage: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
defaultPlaceholder: {
|
|
13
|
+
id: string;
|
|
14
|
+
defaultMessage: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
editorEmptyDocumentPlaceholderAI: {
|
|
18
|
+
id: string;
|
|
19
|
+
defaultMessage: string;
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
22
|
+
editorEmptyDocumentSpaceShortcutPlaceholder: {
|
|
23
|
+
id: string;
|
|
24
|
+
defaultMessage: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
editorEmptyDocumentSpaceShortcutPlaceholderADFPrefix: {
|
|
28
|
+
id: string;
|
|
29
|
+
defaultMessage: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
editorEmptyDocumentSpaceShortcutPlaceholderADFSpaceShortcut: {
|
|
33
|
+
id: string;
|
|
34
|
+
defaultMessage: string;
|
|
35
|
+
description: string;
|
|
36
|
+
};
|
|
37
|
+
editorEmptyDocumentSpaceShortcutPlaceholderADFMiddle: {
|
|
38
|
+
id: string;
|
|
39
|
+
defaultMessage: string;
|
|
40
|
+
description: string;
|
|
41
|
+
};
|
|
42
|
+
editorEmptyDocumentSpaceShortcutPlaceholderADFSlashShortcut: {
|
|
43
|
+
id: string;
|
|
44
|
+
defaultMessage: string;
|
|
45
|
+
description: string;
|
|
46
|
+
};
|
|
47
|
+
editorEmptyDocumentSpaceShortcutPlaceholderADFSuffix: {
|
|
48
|
+
id: string;
|
|
49
|
+
defaultMessage: string;
|
|
50
|
+
description: string;
|
|
51
|
+
};
|
|
52
|
+
placeholderADF: {
|
|
53
|
+
id: string;
|
|
54
|
+
defaultMessage: string;
|
|
55
|
+
description: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { IntlShape } from 'react-intl-next';
|
|
2
|
+
import { type ViewMode } from '@atlaskit/editor-plugin-editor-viewmode';
|
|
3
|
+
import type { PlaceholderPluginOptions } from '@atlaskit/editor-plugin-placeholder';
|
|
4
|
+
interface Props {
|
|
5
|
+
intl: IntlShape;
|
|
6
|
+
options: {
|
|
7
|
+
enableLoadingSpinner?: boolean;
|
|
8
|
+
isAIEnabled: boolean;
|
|
9
|
+
isPlaceholderHidden?: boolean;
|
|
10
|
+
isRovoLLMEnabled: boolean;
|
|
11
|
+
viewMode: ViewMode | undefined;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function placeholderPluginOptions({ intl, options }: Props): PlaceholderPluginOptions;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { PrimaryToolbarPluginOptions } from '@atlaskit/editor-plugin-primary-toolbar';
|
|
2
|
+
interface Props {
|
|
3
|
+
options: {
|
|
4
|
+
contextualFormattingEnabled: boolean;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
export declare function primaryToolbarPluginOptions({ options }: Props): PrimaryToolbarPluginOptions;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { EmptyStateHandler, QuickInsertOptions } from '@atlaskit/editor-common/types';
|
|
2
|
+
import type { QuickInsertPluginOptions } from '@atlaskit/editor-plugin-quick-insert';
|
|
3
|
+
interface Props {
|
|
4
|
+
options: {
|
|
5
|
+
emptyStateHandler?: EmptyStateHandler | undefined;
|
|
6
|
+
quickInsert?: QuickInsertOptions;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function quickInsertPluginOptions({ options }: Props): QuickInsertPluginOptions;
|
|
10
|
+
export {};
|
package/dist/types/confluence-full-page-base/pluginOptions/selectionExtensionPluginOptions.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { SelectionExtensionPluginOptions } from '@atlaskit/editor-plugin-selection-extension';
|
|
2
|
+
interface Props {
|
|
3
|
+
options: SelectionExtensionPluginOptions | undefined;
|
|
4
|
+
}
|
|
5
|
+
export declare function selectionExtensionPluginOptions({ options, }: Props): SelectionExtensionPluginOptions | undefined;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { SelectionMarkerPluginOptions } from '@atlaskit/editor-plugin-selection-marker';
|
|
2
|
+
interface Props {
|
|
3
|
+
options: {
|
|
4
|
+
__livePage: boolean;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
export declare function selectionMarkerPluginOptions({ options }: Props): SelectionMarkerPluginOptions;
|
|
8
|
+
export {};
|