@atlaskit/editor-core 194.3.16 → 194.5.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 +39 -0
- package/dist/cjs/create-editor/create-plugins-list.js +1 -0
- package/dist/cjs/presets/universal.js +1 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/create-editor/create-plugins-list.js +1 -0
- package/dist/es2019/presets/universal.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/create-editor/create-plugins-list.js +1 -0
- package/dist/esm/presets/universal.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-preset.d.ts +44 -11
- package/dist/types/presets/default.d.ts +32 -8
- package/dist/types/presets/universal.d.ts +44 -11
- package/dist/types/presets/useUniversalPreset.d.ts +44 -11
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +55 -11
- package/dist/types-ts4.5/presets/default.d.ts +40 -8
- package/dist/types-ts4.5/presets/universal.d.ts +55 -11
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +55 -11
- package/package.json +29 -30
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 194.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#124190](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124190)
|
|
8
|
+
[`9ab9c4ca2b9df`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9ab9c4ca2b9df) -
|
|
9
|
+
Clean-up platform.editor.refactor-highlight-toolbar_mo0pj feature flag
|
|
10
|
+
- [#124209](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/124209)
|
|
11
|
+
[`8aa1792f12ed3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8aa1792f12ed3) -
|
|
12
|
+
bump @atlaskit/editor-prosemirror to 5.0.0, bump @atlaskit/adf-schema to 40.1.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#123552](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123552)
|
|
17
|
+
[`ee13728534201`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ee13728534201) -
|
|
18
|
+
Update feature gate for editor-core editor-plugins
|
|
19
|
+
- [#122783](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122783)
|
|
20
|
+
[`c64ead15aa9d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c64ead15aa9d7) -
|
|
21
|
+
[ux] Enabled table alignment in comment editor
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
|
|
24
|
+
## 194.4.0
|
|
25
|
+
|
|
26
|
+
### Minor Changes
|
|
27
|
+
|
|
28
|
+
- [#122895](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/122895)
|
|
29
|
+
[`49b8c7658f3b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/49b8c7658f3b5) -
|
|
30
|
+
[ED-24173] bump @atlaskit/adf-schema to 40.3.0 and @atlassian/adf-schema-json to 1.18.0
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- [#121606](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/121606)
|
|
35
|
+
[`fb55435295b55`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb55435295b55) -
|
|
36
|
+
Add on click callback to hyperlink plugin for live page
|
|
37
|
+
- [#123266](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/123266)
|
|
38
|
+
[`821ca3d93201f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/821ca3d93201f) -
|
|
39
|
+
[ux] Migrate legacy icons and typography in Editor to new ADS icons and token under Feature Gate
|
|
40
|
+
- Updated dependencies
|
|
41
|
+
|
|
3
42
|
## 194.3.16
|
|
4
43
|
|
|
5
44
|
### Patch Changes
|
|
@@ -93,6 +93,7 @@ function getDefaultPresetOptionsFromEditorProps(props, createAnalyticsEvent
|
|
|
93
93
|
hyperlinkOptions: {
|
|
94
94
|
editorAppearance: props.appearance,
|
|
95
95
|
linkPicker: (_props$linking2 = props.linking) === null || _props$linking2 === void 0 ? void 0 : _props$linking2.linkPicker,
|
|
96
|
+
onClickCallback: cardOptions === null || cardOptions === void 0 ? void 0 : cardOptions.onClickCallback,
|
|
96
97
|
platform: isMobile ? 'mobile' : 'web'
|
|
97
98
|
},
|
|
98
99
|
codeBlock: _objectSpread(_objectSpread({}, props.codeBlock), {}, {
|
|
@@ -140,7 +140,7 @@ function createUniversalPreset(appearance, props, featureFlags, prevAppearance,
|
|
|
140
140
|
fullWidthEnabled: appearance === 'full-width',
|
|
141
141
|
wasFullWidthEnabled: prevAppearance && prevAppearance === 'full-width',
|
|
142
142
|
getEditorFeatureFlags: getEditorFeatureFlags,
|
|
143
|
-
isTableAlignmentEnabled: (0, _platformFeatureFlags.fg)('platform.editor.table.allow-table-alignment') && isFullPage,
|
|
143
|
+
isTableAlignmentEnabled: (0, _platformFeatureFlags.fg)('platform.editor.table.allow-table-alignment') && (isFullPage || isComment && (0, _platformFeatureFlags.fg)('platform_editor_table_support_in_comment')),
|
|
144
144
|
isNewColumnResizingEnabled: (featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.tableNewColumnResizing) && isFullPage,
|
|
145
145
|
isCommentEditor: isComment
|
|
146
146
|
}], Boolean(props.allowTables)).maybeAdd([_tasksAndDecisions.tasksAndDecisionsPlugin, {
|
|
@@ -81,6 +81,7 @@ export function getDefaultPresetOptionsFromEditorProps(props, createAnalyticsEve
|
|
|
81
81
|
hyperlinkOptions: {
|
|
82
82
|
editorAppearance: props.appearance,
|
|
83
83
|
linkPicker: (_props$linking2 = props.linking) === null || _props$linking2 === void 0 ? void 0 : _props$linking2.linkPicker,
|
|
84
|
+
onClickCallback: cardOptions === null || cardOptions === void 0 ? void 0 : cardOptions.onClickCallback,
|
|
84
85
|
platform: isMobile ? 'mobile' : 'web'
|
|
85
86
|
},
|
|
86
87
|
codeBlock: {
|
|
@@ -129,7 +129,7 @@ export default function createUniversalPreset(appearance, props, featureFlags, p
|
|
|
129
129
|
fullWidthEnabled: appearance === 'full-width',
|
|
130
130
|
wasFullWidthEnabled: prevAppearance && prevAppearance === 'full-width',
|
|
131
131
|
getEditorFeatureFlags,
|
|
132
|
-
isTableAlignmentEnabled: fg('platform.editor.table.allow-table-alignment') && isFullPage,
|
|
132
|
+
isTableAlignmentEnabled: fg('platform.editor.table.allow-table-alignment') && (isFullPage || isComment && fg('platform_editor_table_support_in_comment')),
|
|
133
133
|
isNewColumnResizingEnabled: (featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.tableNewColumnResizing) && isFullPage,
|
|
134
134
|
isCommentEditor: isComment
|
|
135
135
|
}], Boolean(props.allowTables)).maybeAdd([tasksAndDecisionsPlugin, {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = "@atlaskit/editor-core";
|
|
2
|
-
export const version = "194.
|
|
2
|
+
export const version = "194.5.0";
|
|
@@ -84,6 +84,7 @@ export function getDefaultPresetOptionsFromEditorProps(props, createAnalyticsEve
|
|
|
84
84
|
hyperlinkOptions: {
|
|
85
85
|
editorAppearance: props.appearance,
|
|
86
86
|
linkPicker: (_props$linking2 = props.linking) === null || _props$linking2 === void 0 ? void 0 : _props$linking2.linkPicker,
|
|
87
|
+
onClickCallback: cardOptions === null || cardOptions === void 0 ? void 0 : cardOptions.onClickCallback,
|
|
87
88
|
platform: isMobile ? 'mobile' : 'web'
|
|
88
89
|
},
|
|
89
90
|
codeBlock: _objectSpread(_objectSpread({}, props.codeBlock), {}, {
|
|
@@ -132,7 +132,7 @@ export default function createUniversalPreset(appearance, props, featureFlags, p
|
|
|
132
132
|
fullWidthEnabled: appearance === 'full-width',
|
|
133
133
|
wasFullWidthEnabled: prevAppearance && prevAppearance === 'full-width',
|
|
134
134
|
getEditorFeatureFlags: getEditorFeatureFlags,
|
|
135
|
-
isTableAlignmentEnabled: fg('platform.editor.table.allow-table-alignment') && isFullPage,
|
|
135
|
+
isTableAlignmentEnabled: fg('platform.editor.table.allow-table-alignment') && (isFullPage || isComment && fg('platform_editor_table_support_in_comment')),
|
|
136
136
|
isNewColumnResizingEnabled: (featureFlags === null || featureFlags === void 0 ? void 0 : featureFlags.tableNewColumnResizing) && isFullPage,
|
|
137
137
|
isCommentEditor: isComment
|
|
138
138
|
}], Boolean(props.allowTables)).maybeAdd([tasksAndDecisionsPlugin, {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export var name = "@atlaskit/editor-core";
|
|
2
|
-
export var version = "194.
|
|
2
|
+
export var version = "194.5.0";
|
|
@@ -893,7 +893,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
893
893
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
894
894
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
895
895
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
896
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
896
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
897
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
898
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
899
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
897
900
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
898
901
|
actions: {
|
|
899
902
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -1248,7 +1251,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1248
1251
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1249
1252
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
1250
1253
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1251
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
1254
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1255
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1256
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1257
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
1252
1258
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
1253
1259
|
actions: {
|
|
1254
1260
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -1847,7 +1853,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1847
1853
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1848
1854
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
1849
1855
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1850
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
1856
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1857
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1858
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1859
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
1851
1860
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
1852
1861
|
actions: {
|
|
1853
1862
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -1923,7 +1932,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1923
1932
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1924
1933
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
1925
1934
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1926
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
1935
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1936
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1937
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1938
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
1927
1939
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
1928
1940
|
actions: {
|
|
1929
1941
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -2082,7 +2094,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2082
2094
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2083
2095
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
2084
2096
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2085
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
2097
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2098
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2099
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2100
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
2086
2101
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
2087
2102
|
actions: {
|
|
2088
2103
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -2146,7 +2161,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2146
2161
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2147
2162
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
2148
2163
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2149
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
2164
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2165
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2166
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2167
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
2150
2168
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
2151
2169
|
actions: {
|
|
2152
2170
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -2646,7 +2664,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2646
2664
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2647
2665
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
2648
2666
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2649
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
2667
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2668
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2669
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2670
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
2650
2671
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
2651
2672
|
actions: {
|
|
2652
2673
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -3309,7 +3330,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3309
3330
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3310
3331
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
3311
3332
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3312
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3333
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3334
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3335
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3336
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
3313
3337
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3314
3338
|
actions: {
|
|
3315
3339
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -3354,7 +3378,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3354
3378
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3355
3379
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
3356
3380
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3357
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3381
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3382
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3383
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3384
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
3358
3385
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3359
3386
|
actions: {
|
|
3360
3387
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -3708,7 +3735,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3708
3735
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3709
3736
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
3710
3737
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3711
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3738
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3739
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3740
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3741
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
3712
3742
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3713
3743
|
actions: {
|
|
3714
3744
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -3771,7 +3801,10 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3771
3801
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3772
3802
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
3773
3803
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3774
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3804
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3805
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3806
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3807
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>];
|
|
3775
3808
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3776
3809
|
actions: {
|
|
3777
3810
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -543,7 +543,10 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
543
543
|
sharedState: FeatureFlags;
|
|
544
544
|
}, FeatureFlags>>];
|
|
545
545
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
546
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
546
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
547
|
+
pluginConfiguration: FeatureFlags;
|
|
548
|
+
sharedState: FeatureFlags;
|
|
549
|
+
}, FeatureFlags>>];
|
|
547
550
|
sharedState: import("@atlaskit/editor-plugins/type-ahead").TypeAheadPluginSharedState;
|
|
548
551
|
actions: {
|
|
549
552
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -588,7 +591,10 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
588
591
|
sharedState: FeatureFlags;
|
|
589
592
|
}, FeatureFlags>>];
|
|
590
593
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
591
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
594
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
595
|
+
pluginConfiguration: FeatureFlags;
|
|
596
|
+
sharedState: FeatureFlags;
|
|
597
|
+
}, FeatureFlags>>];
|
|
592
598
|
sharedState: import("@atlaskit/editor-plugins/type-ahead").TypeAheadPluginSharedState;
|
|
593
599
|
actions: {
|
|
594
600
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -942,7 +948,10 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
942
948
|
sharedState: FeatureFlags;
|
|
943
949
|
}, FeatureFlags>>];
|
|
944
950
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
945
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
951
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
952
|
+
pluginConfiguration: FeatureFlags;
|
|
953
|
+
sharedState: FeatureFlags;
|
|
954
|
+
}, FeatureFlags>>];
|
|
946
955
|
sharedState: import("@atlaskit/editor-plugins/type-ahead").TypeAheadPluginSharedState;
|
|
947
956
|
actions: {
|
|
948
957
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -1005,7 +1014,10 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1005
1014
|
sharedState: FeatureFlags;
|
|
1006
1015
|
}, FeatureFlags>>];
|
|
1007
1016
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1008
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
1017
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1018
|
+
pluginConfiguration: FeatureFlags;
|
|
1019
|
+
sharedState: FeatureFlags;
|
|
1020
|
+
}, FeatureFlags>>];
|
|
1009
1021
|
sharedState: import("@atlaskit/editor-plugins/type-ahead").TypeAheadPluginSharedState;
|
|
1010
1022
|
actions: {
|
|
1011
1023
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -2241,7 +2253,10 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2241
2253
|
sharedState: FeatureFlags;
|
|
2242
2254
|
}, FeatureFlags>>];
|
|
2243
2255
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2244
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
2256
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2257
|
+
pluginConfiguration: FeatureFlags;
|
|
2258
|
+
sharedState: FeatureFlags;
|
|
2259
|
+
}, FeatureFlags>>];
|
|
2245
2260
|
sharedState: import("@atlaskit/editor-plugins/type-ahead").TypeAheadPluginSharedState;
|
|
2246
2261
|
actions: {
|
|
2247
2262
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -2286,7 +2301,10 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2286
2301
|
sharedState: FeatureFlags;
|
|
2287
2302
|
}, FeatureFlags>>];
|
|
2288
2303
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2289
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
2304
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2305
|
+
pluginConfiguration: FeatureFlags;
|
|
2306
|
+
sharedState: FeatureFlags;
|
|
2307
|
+
}, FeatureFlags>>];
|
|
2290
2308
|
sharedState: import("@atlaskit/editor-plugins/type-ahead").TypeAheadPluginSharedState;
|
|
2291
2309
|
actions: {
|
|
2292
2310
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -2640,7 +2658,10 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2640
2658
|
sharedState: FeatureFlags;
|
|
2641
2659
|
}, FeatureFlags>>];
|
|
2642
2660
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2643
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
2661
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2662
|
+
pluginConfiguration: FeatureFlags;
|
|
2663
|
+
sharedState: FeatureFlags;
|
|
2664
|
+
}, FeatureFlags>>];
|
|
2644
2665
|
sharedState: import("@atlaskit/editor-plugins/type-ahead").TypeAheadPluginSharedState;
|
|
2645
2666
|
actions: {
|
|
2646
2667
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -2703,7 +2724,10 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2703
2724
|
sharedState: FeatureFlags;
|
|
2704
2725
|
}, FeatureFlags>>];
|
|
2705
2726
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2706
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
2727
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2728
|
+
pluginConfiguration: FeatureFlags;
|
|
2729
|
+
sharedState: FeatureFlags;
|
|
2730
|
+
}, FeatureFlags>>];
|
|
2707
2731
|
sharedState: import("@atlaskit/editor-plugins/type-ahead").TypeAheadPluginSharedState;
|
|
2708
2732
|
actions: {
|
|
2709
2733
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -910,7 +910,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
910
910
|
sharedState: FeatureFlags;
|
|
911
911
|
}, FeatureFlags>>];
|
|
912
912
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
913
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
913
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
914
|
+
pluginConfiguration: FeatureFlags;
|
|
915
|
+
sharedState: FeatureFlags;
|
|
916
|
+
}, FeatureFlags>>];
|
|
914
917
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
915
918
|
actions: {
|
|
916
919
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -1265,7 +1268,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1265
1268
|
sharedState: FeatureFlags;
|
|
1266
1269
|
}, FeatureFlags>>];
|
|
1267
1270
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1268
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
1271
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1272
|
+
pluginConfiguration: FeatureFlags;
|
|
1273
|
+
sharedState: FeatureFlags;
|
|
1274
|
+
}, FeatureFlags>>];
|
|
1269
1275
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
1270
1276
|
actions: {
|
|
1271
1277
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -1864,7 +1870,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1864
1870
|
sharedState: FeatureFlags;
|
|
1865
1871
|
}, FeatureFlags>>];
|
|
1866
1872
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1867
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
1873
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1874
|
+
pluginConfiguration: FeatureFlags;
|
|
1875
|
+
sharedState: FeatureFlags;
|
|
1876
|
+
}, FeatureFlags>>];
|
|
1868
1877
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
1869
1878
|
actions: {
|
|
1870
1879
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -1940,7 +1949,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1940
1949
|
sharedState: FeatureFlags;
|
|
1941
1950
|
}, FeatureFlags>>];
|
|
1942
1951
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1943
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
1952
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1953
|
+
pluginConfiguration: FeatureFlags;
|
|
1954
|
+
sharedState: FeatureFlags;
|
|
1955
|
+
}, FeatureFlags>>];
|
|
1944
1956
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
1945
1957
|
actions: {
|
|
1946
1958
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -2099,7 +2111,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2099
2111
|
sharedState: FeatureFlags;
|
|
2100
2112
|
}, FeatureFlags>>];
|
|
2101
2113
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2102
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
2114
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2115
|
+
pluginConfiguration: FeatureFlags;
|
|
2116
|
+
sharedState: FeatureFlags;
|
|
2117
|
+
}, FeatureFlags>>];
|
|
2103
2118
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
2104
2119
|
actions: {
|
|
2105
2120
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -2163,7 +2178,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2163
2178
|
sharedState: FeatureFlags;
|
|
2164
2179
|
}, FeatureFlags>>];
|
|
2165
2180
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2166
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
2181
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2182
|
+
pluginConfiguration: FeatureFlags;
|
|
2183
|
+
sharedState: FeatureFlags;
|
|
2184
|
+
}, FeatureFlags>>];
|
|
2167
2185
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
2168
2186
|
actions: {
|
|
2169
2187
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -2663,7 +2681,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2663
2681
|
sharedState: FeatureFlags;
|
|
2664
2682
|
}, FeatureFlags>>];
|
|
2665
2683
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2666
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
2684
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2685
|
+
pluginConfiguration: FeatureFlags;
|
|
2686
|
+
sharedState: FeatureFlags;
|
|
2687
|
+
}, FeatureFlags>>];
|
|
2667
2688
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
2668
2689
|
actions: {
|
|
2669
2690
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -3326,7 +3347,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3326
3347
|
sharedState: FeatureFlags;
|
|
3327
3348
|
}, FeatureFlags>>];
|
|
3328
3349
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3329
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3350
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3351
|
+
pluginConfiguration: FeatureFlags;
|
|
3352
|
+
sharedState: FeatureFlags;
|
|
3353
|
+
}, FeatureFlags>>];
|
|
3330
3354
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3331
3355
|
actions: {
|
|
3332
3356
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -3371,7 +3395,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3371
3395
|
sharedState: FeatureFlags;
|
|
3372
3396
|
}, FeatureFlags>>];
|
|
3373
3397
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3374
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3398
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3399
|
+
pluginConfiguration: FeatureFlags;
|
|
3400
|
+
sharedState: FeatureFlags;
|
|
3401
|
+
}, FeatureFlags>>];
|
|
3375
3402
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3376
3403
|
actions: {
|
|
3377
3404
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -3725,7 +3752,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3725
3752
|
sharedState: FeatureFlags;
|
|
3726
3753
|
}, FeatureFlags>>];
|
|
3727
3754
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3728
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3755
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3756
|
+
pluginConfiguration: FeatureFlags;
|
|
3757
|
+
sharedState: FeatureFlags;
|
|
3758
|
+
}, FeatureFlags>>];
|
|
3729
3759
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3730
3760
|
actions: {
|
|
3731
3761
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|
|
@@ -3788,7 +3818,10 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3788
3818
|
sharedState: FeatureFlags;
|
|
3789
3819
|
}, FeatureFlags>>];
|
|
3790
3820
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3791
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3821
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3822
|
+
pluginConfiguration: FeatureFlags;
|
|
3823
|
+
sharedState: FeatureFlags;
|
|
3824
|
+
}, FeatureFlags>>];
|
|
3792
3825
|
sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
|
|
3793
3826
|
actions: {
|
|
3794
3827
|
isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
|