@atlaskit/editor-core 202.4.1 → 202.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1446,8 +1446,8 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1446
1446
  } | undefined>>];
1447
1447
  actions: {
1448
1448
  insertTaskDecision: (listType: import("@atlaskit/editor-plugins/tasks-and-decisions").TaskDecisionListType, inputMethod?: import("@atlaskit/editor-common/analytics").INPUT_METHOD.FORMATTING | import("@atlaskit/editor-common/analytics").INPUT_METHOD.QUICK_INSERT | import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE | undefined, addItem?: import("@atlaskit/editor-plugins/tasks-and-decisions").AddItemTransactionCreator | undefined, listLocalId?: string | undefined, itemLocalId?: string | undefined) => import("@atlaskit/editor-common/types").Command;
1449
- indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1450
- outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1449
+ indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1450
+ outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1451
1451
  setProvider: (provider: Promise<import("@atlaskit/task-decision").TaskDecisionProvider>) => Promise<boolean>;
1452
1452
  };
1453
1453
  commands: {
@@ -1889,10 +1889,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
1889
1889
  sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
1890
1890
  }, undefined>>];
1891
1891
  actions: {
1892
- insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE, formatMessage?: {
1893
- (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
1894
- (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | import("react").ReactPortal | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
1895
- } | undefined) => import("@atlaskit/editor-common/types").Command;
1892
+ insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE) => import("@atlaskit/editor-common/types").Command;
1896
1893
  };
1897
1894
  }, import("@atlaskit/editor-plugins/layout").LayoutPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholderText", {
1898
1895
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -2951,8 +2948,8 @@ export default function createUniversalPresetInternal({ appearance, props, featu
2951
2948
  } | undefined>>];
2952
2949
  actions: {
2953
2950
  insertTaskDecision: (listType: import("@atlaskit/editor-plugins/tasks-and-decisions").TaskDecisionListType, inputMethod?: import("@atlaskit/editor-common/analytics").INPUT_METHOD.FORMATTING | import("@atlaskit/editor-common/analytics").INPUT_METHOD.QUICK_INSERT | import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE | undefined, addItem?: import("@atlaskit/editor-plugins/tasks-and-decisions").AddItemTransactionCreator | undefined, listLocalId?: string | undefined, itemLocalId?: string | undefined) => import("@atlaskit/editor-common/types").Command;
2954
- indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
2955
- outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
2951
+ indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
2952
+ outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
2956
2953
  setProvider: (provider: Promise<import("@atlaskit/task-decision").TaskDecisionProvider>) => Promise<boolean>;
2957
2954
  };
2958
2955
  commands: {
@@ -4458,7 +4455,7 @@ export default function createUniversalPresetInternal({ appearance, props, featu
4458
4455
  };
4459
4456
  }, undefined>>];
4460
4457
  actions: {
4461
- changeColor: (color: string) => import("@atlaskit/editor-common/types").Command;
4458
+ changeColor: (color: string, inputMethod?: import("@atlaskit/editor-plugins/text-color").TextColorInputMethod | undefined) => import("@atlaskit/editor-common/types").Command;
4462
4459
  };
4463
4460
  sharedState: import("@atlaskit/editor-plugins/text-color").TextColorPluginState | undefined;
4464
4461
  }, (boolean | import("@atlaskit/editor-plugins/text-color").TextColorPluginConfig) | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"alignment", {
@@ -4489,6 +4486,103 @@ export default function createUniversalPresetInternal({ appearance, props, featu
4489
4486
  mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4490
4487
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
4491
4488
  sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
4489
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"blockControls", {
4490
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
4491
+ sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
4492
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
4493
+ sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
4494
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4495
+ pluginConfiguration: FeatureFlags;
4496
+ sharedState: FeatureFlags;
4497
+ }, FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
4498
+ pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
4499
+ sharedState: {
4500
+ createAnalyticsEvent: CreateUIAnalyticsEvent | null;
4501
+ attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
4502
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
4503
+ };
4504
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4505
+ pluginConfiguration: FeatureFlags;
4506
+ sharedState: FeatureFlags;
4507
+ }, FeatureFlags>>];
4508
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
4509
+ }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"accessibilityUtils", {
4510
+ dependencies: [];
4511
+ actions: {
4512
+ ariaNotify: (message: string, ariaLiveElementAttributes?: import("@atlaskit/editor-plugins/accessibility-utils").AriaLiveElementAttributes | undefined) => void;
4513
+ };
4514
+ sharedState: import("@atlaskit/editor-plugins/accessibility-utils").AccessibilityUtilsPluginState;
4515
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"quickInsert", {
4516
+ pluginConfiguration: import("@atlaskit/editor-common/types").QuickInsertPluginOptions | undefined;
4517
+ dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"typeAhead", {
4518
+ pluginConfiguration: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginOptions | undefined;
4519
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
4520
+ pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
4521
+ sharedState: {
4522
+ createAnalyticsEvent: CreateUIAnalyticsEvent | null;
4523
+ attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
4524
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
4525
+ };
4526
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4527
+ pluginConfiguration: FeatureFlags;
4528
+ sharedState: FeatureFlags;
4529
+ }, FeatureFlags>>];
4530
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
4531
+ }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4532
+ pluginConfiguration: FeatureFlags;
4533
+ sharedState: FeatureFlags;
4534
+ }, FeatureFlags>>];
4535
+ sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
4536
+ actions: {
4537
+ isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
4538
+ isAllowed: (editorState: import("prosemirror-state").EditorState) => boolean;
4539
+ insert: (props: {
4540
+ triggerHandler: import("@atlaskit/editor-common/types").TypeAheadHandler;
4541
+ contentItem: import("@atlaskit/editor-common/types").TypeAheadItem;
4542
+ query: string;
4543
+ sourceListItem: import("@atlaskit/editor-common/types").TypeAheadItem[];
4544
+ mode?: import("@atlaskit/editor-common/type-ahead").SelectItemMode | undefined;
4545
+ }) => boolean;
4546
+ findHandlerByTrigger: (trigger: string) => import("@atlaskit/editor-common/types").TypeAheadHandler | null;
4547
+ open: (props: {
4548
+ triggerHandler: import("@atlaskit/editor-common/types").TypeAheadHandler;
4549
+ inputMethod: import("@atlaskit/editor-plugin-type-ahead").TypeAheadInputMethod;
4550
+ query?: string | undefined;
4551
+ }) => boolean;
4552
+ close: (props: {
4553
+ insertCurrentQueryAsRawText: boolean;
4554
+ attachCommand?: import("@atlaskit/editor-common/types").Command | undefined;
4555
+ }) => boolean;
4556
+ openAtTransaction: (props: {
4557
+ triggerHandler: import("@atlaskit/editor-common/types").TypeAheadHandler;
4558
+ inputMethod: import("@atlaskit/editor-plugin-type-ahead").TypeAheadInputMethod;
4559
+ query?: string | undefined;
4560
+ }) => (tr: import("prosemirror-state").Transaction) => boolean;
4561
+ };
4562
+ }, import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginOptions | undefined>];
4563
+ sharedState: import("@atlaskit/editor-plugin-quick-insert").QuickInsertSharedState | null;
4564
+ actions: {
4565
+ openTypeAhead: (inputMethod: import("@atlaskit/editor-plugin-type-ahead").TypeAheadInputMethod) => boolean;
4566
+ insertItem: (item: import("@atlaskit/editor-common/provider-factory").QuickInsertItem, source?: import("@atlaskit/editor-common/analytics").INPUT_METHOD.QUICK_INSERT | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR | undefined) => import("@atlaskit/editor-common/types").Command;
4567
+ getSuggestions: (searchOptions: import("@atlaskit/editor-common/types").QuickInsertSearchOptions) => import("@atlaskit/editor-common/provider-factory").QuickInsertItem[];
4568
+ };
4569
+ commands: {
4570
+ openElementBrowserModal: import("@atlaskit/editor-common/types").EditorCommand;
4571
+ addQuickInsertItem: (item: import("@atlaskit/editor-common/types").QuickInsertHandler) => import("@atlaskit/editor-common/types").EditorCommand;
4572
+ };
4573
+ }, import("@atlaskit/editor-common/types").QuickInsertPluginOptions | undefined>>];
4574
+ sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
4575
+ commands: {
4576
+ moveToLayout: (start: number, to: number, options?: {
4577
+ moveToEnd?: boolean | undefined;
4578
+ } | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
4579
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined, formatMessage?: {
4580
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
4581
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | import("react").ReactPortal | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
4582
+ } | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
4583
+ showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
4584
+ setNodeDragged: (getPos: () => number | undefined, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
4585
+ };
4492
4586
  }, undefined>>];
4493
4587
  sharedState: Partial<import("@atlaskit/editor-plugins/breakout").BreakoutPluginState>;
4494
4588
  }, import("@atlaskit/editor-plugins/breakout").BreakoutPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
@@ -1397,8 +1397,8 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
1397
1397
  } | undefined>>];
1398
1398
  actions: {
1399
1399
  insertTaskDecision: (listType: import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionListType, inputMethod?: import("@atlaskit/editor-common/analytics").INPUT_METHOD.FORMATTING | import("@atlaskit/editor-common/analytics").INPUT_METHOD.QUICK_INSERT | import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE | undefined, addItem?: import("@atlaskit/editor-plugin-tasks-and-decisions").AddItemTransactionCreator | undefined, listLocalId?: string | undefined, itemLocalId?: string | undefined) => import("@atlaskit/editor-common/types").Command;
1400
- indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1401
- outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1400
+ indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1401
+ outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1402
1402
  setProvider: (provider: Promise<import("@atlaskit/task-decision").TaskDecisionProvider>) => Promise<boolean>;
1403
1403
  };
1404
1404
  commands: {
@@ -1840,10 +1840,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
1840
1840
  sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
1841
1841
  }, undefined>>];
1842
1842
  actions: {
1843
- insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE, formatMessage?: {
1844
- (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
1845
- (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | import("react").ReactPortal | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
1846
- } | undefined) => import("@atlaskit/editor-common/types").Command;
1843
+ insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE) => import("@atlaskit/editor-common/types").Command;
1847
1844
  };
1848
1845
  }, import("@atlaskit/editor-plugin-layout").LayoutPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholderText", {
1849
1846
  dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
@@ -2902,8 +2899,8 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
2902
2899
  } | undefined>>];
2903
2900
  actions: {
2904
2901
  insertTaskDecision: (listType: import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionListType, inputMethod?: import("@atlaskit/editor-common/analytics").INPUT_METHOD.FORMATTING | import("@atlaskit/editor-common/analytics").INPUT_METHOD.QUICK_INSERT | import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE | undefined, addItem?: import("@atlaskit/editor-plugin-tasks-and-decisions").AddItemTransactionCreator | undefined, listLocalId?: string | undefined, itemLocalId?: string | undefined) => import("@atlaskit/editor-common/types").Command;
2905
- indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
2906
- outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
2902
+ indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
2903
+ outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
2907
2904
  setProvider: (provider: Promise<import("@atlaskit/task-decision").TaskDecisionProvider>) => Promise<boolean>;
2908
2905
  };
2909
2906
  commands: {
@@ -4409,7 +4406,7 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
4409
4406
  };
4410
4407
  }, undefined>>];
4411
4408
  actions: {
4412
- changeColor: (color: string) => import("@atlaskit/editor-common/types").Command;
4409
+ changeColor: (color: string, inputMethod?: import("@atlaskit/editor-plugin-text-color").TextColorInputMethod | undefined) => import("@atlaskit/editor-common/types").Command;
4413
4410
  };
4414
4411
  sharedState: import("@atlaskit/editor-plugin-text-color").TextColorPluginState | undefined;
4415
4412
  }, (boolean | import("@atlaskit/editor-plugin-text-color").TextColorPluginConfig) | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"alignment", {
@@ -4440,6 +4437,103 @@ export default function useUniversalPreset({ props, initialPluginConfiguration }
4440
4437
  mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
4441
4438
  } | undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
4442
4439
  sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
4440
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"blockControls", {
4441
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
4442
+ sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
4443
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
4444
+ sharedState: import("@atlaskit/editor-plugin-width").WidthPluginState | undefined;
4445
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4446
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4447
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4448
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
4449
+ pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
4450
+ sharedState: {
4451
+ createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
4452
+ attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
4453
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
4454
+ };
4455
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4456
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4457
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4458
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>];
4459
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
4460
+ }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"accessibilityUtils", {
4461
+ dependencies: [];
4462
+ actions: {
4463
+ ariaNotify: (message: string, ariaLiveElementAttributes?: import("@atlaskit/editor-plugin-accessibility-utils").AriaLiveElementAttributes | undefined) => void;
4464
+ };
4465
+ sharedState: import("@atlaskit/editor-plugin-accessibility-utils").AccessibilityUtilsPluginState;
4466
+ }, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"quickInsert", {
4467
+ pluginConfiguration: import("@atlaskit/editor-common/types").QuickInsertPluginOptions | undefined;
4468
+ dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"typeAhead", {
4469
+ pluginConfiguration: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginOptions | undefined;
4470
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
4471
+ pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
4472
+ sharedState: {
4473
+ createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
4474
+ attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
4475
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
4476
+ };
4477
+ dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4478
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4479
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4480
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>];
4481
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
4482
+ }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
4483
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
4484
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
4485
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>];
4486
+ sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
4487
+ actions: {
4488
+ isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
4489
+ isAllowed: (editorState: import("prosemirror-state").EditorState) => boolean;
4490
+ insert: (props: {
4491
+ triggerHandler: import("@atlaskit/editor-plugin-type-ahead").TypeAheadHandler;
4492
+ contentItem: import("@atlaskit/editor-common/provider-factory").TypeAheadItem;
4493
+ query: string;
4494
+ sourceListItem: import("@atlaskit/editor-common/provider-factory").TypeAheadItem[];
4495
+ mode?: import("@atlaskit/editor-common/type-ahead").SelectItemMode | undefined;
4496
+ }) => boolean;
4497
+ findHandlerByTrigger: (trigger: string) => import("@atlaskit/editor-plugin-type-ahead").TypeAheadHandler | null;
4498
+ open: (props: {
4499
+ triggerHandler: import("@atlaskit/editor-plugin-type-ahead").TypeAheadHandler;
4500
+ inputMethod: import("@atlaskit/editor-plugin-type-ahead").TypeAheadInputMethod;
4501
+ query?: string | undefined;
4502
+ }) => boolean;
4503
+ close: (props: {
4504
+ insertCurrentQueryAsRawText: boolean;
4505
+ attachCommand?: import("@atlaskit/editor-common/types").Command | undefined;
4506
+ }) => boolean;
4507
+ openAtTransaction: (props: {
4508
+ triggerHandler: import("@atlaskit/editor-plugin-type-ahead").TypeAheadHandler;
4509
+ inputMethod: import("@atlaskit/editor-plugin-type-ahead").TypeAheadInputMethod;
4510
+ query?: string | undefined;
4511
+ }) => (tr: import("prosemirror-state").Transaction) => boolean;
4512
+ };
4513
+ }, import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginOptions | undefined>];
4514
+ sharedState: import("@atlaskit/editor-plugin-quick-insert").QuickInsertSharedState | null;
4515
+ actions: {
4516
+ openTypeAhead: (inputMethod: import("@atlaskit/editor-plugin-type-ahead").TypeAheadInputMethod) => boolean;
4517
+ insertItem: (item: import("@atlaskit/editor-common/provider-factory").QuickInsertItem, source?: import("@atlaskit/editor-common/analytics").INPUT_METHOD.QUICK_INSERT | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR | undefined) => import("@atlaskit/editor-common/types").Command;
4518
+ getSuggestions: (searchOptions: import("@atlaskit/editor-common/types").QuickInsertSearchOptions) => import("@atlaskit/editor-common/provider-factory").QuickInsertItem[];
4519
+ };
4520
+ commands: {
4521
+ openElementBrowserModal: import("@atlaskit/editor-common/types").EditorCommand;
4522
+ addQuickInsertItem: (item: import("@atlaskit/editor-common/types").QuickInsertHandler) => import("@atlaskit/editor-common/types").EditorCommand;
4523
+ };
4524
+ }, import("@atlaskit/editor-common/types").QuickInsertPluginOptions | undefined>>];
4525
+ sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
4526
+ commands: {
4527
+ moveToLayout: (start: number, to: number, options?: {
4528
+ moveToEnd?: boolean | undefined;
4529
+ } | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
4530
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined, formatMessage?: {
4531
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
4532
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | import("react").ReactPortal | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
4533
+ } | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
4534
+ showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
4535
+ setNodeDragged: (getPos: () => number | undefined, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
4536
+ };
4443
4537
  }, undefined>>];
4444
4538
  sharedState: Partial<import("@atlaskit/editor-plugin-breakout").BreakoutPluginState>;
4445
4539
  }, import("@atlaskit/editor-plugin-breakout").BreakoutPluginOptions | undefined> | undefined, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"batchAttributeUpdates", {
@@ -1755,8 +1755,8 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
1755
1755
  ];
1756
1756
  actions: {
1757
1757
  insertTaskDecision: (listType: import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionListType, inputMethod?: import("@atlaskit/editor-common/analytics").INPUT_METHOD.FORMATTING | import("@atlaskit/editor-common/analytics").INPUT_METHOD.QUICK_INSERT | import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE | undefined, addItem?: import("@atlaskit/editor-plugin-tasks-and-decisions").AddItemTransactionCreator | undefined, listLocalId?: string | undefined, itemLocalId?: string | undefined) => import("@atlaskit/editor-common/types").Command;
1758
- indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1759
- outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1758
+ indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1759
+ outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
1760
1760
  setProvider: (provider: Promise<import("@atlaskit/task-decision").TaskDecisionProvider>) => Promise<boolean>;
1761
1761
  };
1762
1762
  commands: {
@@ -2290,10 +2290,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
2290
2290
  }, undefined>>
2291
2291
  ];
2292
2292
  actions: {
2293
- insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE, formatMessage?: {
2294
- (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
2295
- (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | import("react").ReactPortal | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
2296
- } | undefined) => import("@atlaskit/editor-common/types").Command;
2293
+ insertLayoutColumns: (inputMethod: import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE) => import("@atlaskit/editor-common/types").Command;
2297
2294
  };
2298
2295
  }, import("@atlaskit/editor-plugin-layout").LayoutPluginOptions | undefined> | undefined,
2299
2296
  import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"placeholderText", {
@@ -3558,8 +3555,8 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
3558
3555
  ];
3559
3556
  actions: {
3560
3557
  insertTaskDecision: (listType: import("@atlaskit/editor-plugin-tasks-and-decisions").TaskDecisionListType, inputMethod?: import("@atlaskit/editor-common/analytics").INPUT_METHOD.FORMATTING | import("@atlaskit/editor-common/analytics").INPUT_METHOD.QUICK_INSERT | import("@atlaskit/editor-common/types").TOOLBAR_MENU_TYPE | undefined, addItem?: import("@atlaskit/editor-plugin-tasks-and-decisions").AddItemTransactionCreator | undefined, listLocalId?: string | undefined, itemLocalId?: string | undefined) => import("@atlaskit/editor-common/types").Command;
3561
- indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
3562
- outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
3558
+ indentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
3559
+ outdentTaskList: (inputMethod?: (import("@atlaskit/editor-common/analytics").INPUT_METHOD.FLOATING_TB | import("@atlaskit/editor-common/analytics").INPUT_METHOD.KEYBOARD | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR) | undefined) => import("@atlaskit/editor-common/types").Command;
3563
3560
  setProvider: (provider: Promise<import("@atlaskit/task-decision").TaskDecisionProvider>) => Promise<boolean>;
3564
3561
  };
3565
3562
  commands: {
@@ -5377,7 +5374,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
5377
5374
  }, undefined>>
5378
5375
  ];
5379
5376
  actions: {
5380
- changeColor: (color: string) => import("@atlaskit/editor-common/types").Command;
5377
+ changeColor: (color: string, inputMethod?: import("@atlaskit/editor-plugin-text-color").TextColorInputMethod | undefined) => import("@atlaskit/editor-common/types").Command;
5381
5378
  };
5382
5379
  sharedState: import("@atlaskit/editor-plugin-text-color").TextColorPluginState | undefined;
5383
5380
  }, (boolean | import("@atlaskit/editor-plugin-text-color").TextColorPluginConfig) | undefined> | undefined,
@@ -5416,6 +5413,121 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
5416
5413
  } | undefined>>,
5417
5414
  import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
5418
5415
  sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
5416
+ }, undefined>>,
5417
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"blockControls", {
5418
+ dependencies: [
5419
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorDisabled", {
5420
+ sharedState: import("@atlaskit/editor-plugin-editor-disabled").EditorDisabledPluginState;
5421
+ }, undefined>>,
5422
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
5423
+ sharedState: import("@atlaskit/editor-common/types").EditorContainerWidth | undefined;
5424
+ }, undefined>>,
5425
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5426
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
5427
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
5428
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>,
5429
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
5430
+ pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
5431
+ sharedState: {
5432
+ createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
5433
+ attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
5434
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
5435
+ };
5436
+ dependencies: [
5437
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5438
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
5439
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
5440
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>
5441
+ ];
5442
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
5443
+ }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
5444
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"accessibilityUtils", {
5445
+ dependencies: [
5446
+ ];
5447
+ actions: {
5448
+ ariaNotify: (message: string, ariaLiveElementAttributes?: import("@atlaskit/editor-plugin-accessibility-utils").AriaLiveElementAttributes | undefined) => void;
5449
+ };
5450
+ sharedState: import("@atlaskit/editor-plugin-accessibility-utils").AccessibilityUtilsPluginState;
5451
+ }, undefined>>,
5452
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"quickInsert", {
5453
+ pluginConfiguration: import("@atlaskit/editor-common/types").QuickInsertPluginOptions | undefined;
5454
+ dependencies: [
5455
+ import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"typeAhead", {
5456
+ pluginConfiguration: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginOptions | undefined;
5457
+ dependencies: [
5458
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
5459
+ pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
5460
+ sharedState: {
5461
+ createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
5462
+ attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
5463
+ performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
5464
+ };
5465
+ dependencies: [
5466
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5467
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
5468
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
5469
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>
5470
+ ];
5471
+ actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
5472
+ }, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
5473
+ import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
5474
+ pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
5475
+ sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
5476
+ }, import("@atlaskit/editor-common/types").FeatureFlags>>
5477
+ ];
5478
+ sharedState: import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginSharedState;
5479
+ actions: {
5480
+ isOpen: (editorState: import("prosemirror-state").EditorState) => boolean;
5481
+ isAllowed: (editorState: import("prosemirror-state").EditorState) => boolean;
5482
+ insert: (props: {
5483
+ triggerHandler: import("@atlaskit/editor-common/types").TypeAheadHandler;
5484
+ contentItem: import("@atlaskit/editor-common/types").TypeAheadItem;
5485
+ query: string;
5486
+ sourceListItem: import("@atlaskit/editor-common/types").TypeAheadItem[];
5487
+ mode?: import("@atlaskit/editor-common/type-ahead").SelectItemMode | undefined;
5488
+ }) => boolean;
5489
+ findHandlerByTrigger: (trigger: string) => import("@atlaskit/editor-common/types").TypeAheadHandler | null;
5490
+ open: (props: {
5491
+ triggerHandler: import("@atlaskit/editor-common/types").TypeAheadHandler;
5492
+ inputMethod: import("@atlaskit/editor-plugin-type-ahead").TypeAheadInputMethod;
5493
+ query?: string | undefined;
5494
+ }) => boolean;
5495
+ close: (props: {
5496
+ insertCurrentQueryAsRawText: boolean;
5497
+ attachCommand?: import("@atlaskit/editor-common/types").Command | undefined;
5498
+ }) => boolean;
5499
+ openAtTransaction: (props: {
5500
+ triggerHandler: import("@atlaskit/editor-common/types").TypeAheadHandler;
5501
+ inputMethod: import("@atlaskit/editor-plugin-type-ahead").TypeAheadInputMethod;
5502
+ query?: string | undefined;
5503
+ }) => (tr: import("prosemirror-state").Transaction) => boolean;
5504
+ };
5505
+ }, import("@atlaskit/editor-plugin-type-ahead").TypeAheadPluginOptions | undefined>
5506
+ ];
5507
+ sharedState: import("@atlaskit/editor-plugin-quick-insert").QuickInsertSharedState | null;
5508
+ actions: {
5509
+ openTypeAhead: (inputMethod: import("@atlaskit/editor-plugin-type-ahead").TypeAheadInputMethod) => boolean;
5510
+ insertItem: (item: import("@atlaskit/editor-common/provider-factory").QuickInsertItem, source?: import("@atlaskit/editor-common/analytics").INPUT_METHOD.QUICK_INSERT | import("@atlaskit/editor-common/analytics").INPUT_METHOD.TOOLBAR | undefined) => import("@atlaskit/editor-common/types").Command;
5511
+ getSuggestions: (searchOptions: import("@atlaskit/editor-common/types").QuickInsertSearchOptions) => import("@atlaskit/editor-common/provider-factory").QuickInsertItem[];
5512
+ };
5513
+ commands: {
5514
+ openElementBrowserModal: import("@atlaskit/editor-common/types").EditorCommand;
5515
+ addQuickInsertItem: (item: import("@atlaskit/editor-common/types").QuickInsertHandler) => import("@atlaskit/editor-common/types").EditorCommand;
5516
+ };
5517
+ }, import("@atlaskit/editor-common/types").QuickInsertPluginOptions | undefined>>
5518
+ ];
5519
+ sharedState: import("@atlaskit/editor-plugin-block-controls").BlockControlsSharedState;
5520
+ commands: {
5521
+ moveToLayout: (start: number, to: number, options?: {
5522
+ moveToEnd?: boolean | undefined;
5523
+ } | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
5524
+ moveNode: (start: number, to: number, inputMethod?: import("@atlaskit/editor-plugin-block-controls").MoveNodeMethod | undefined, formatMessage?: {
5525
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, import("intl-messageformat").PrimitiveType | import("intl-messageformat").FormatXMLElementFn<string, string>> | undefined, opts?: import("intl-messageformat").Options | undefined): string;
5526
+ (descriptor: import("react-intl-next").MessageDescriptor, values?: Record<string, string | number | boolean | {} | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").ReactNodeArray | import("react").ReactPortal | Date | import("intl-messageformat").FormatXMLElementFn<import("react").ReactNode, import("react").ReactNode> | null | undefined> | undefined, opts?: import("intl-messageformat").Options | undefined): import("react").ReactNode;
5527
+ } | undefined) => import("@atlaskit/editor-common/types").EditorCommand;
5528
+ showDragHandleAt: (pos: number, anchorName: string, nodeType: string, handleOptions?: import("@atlaskit/editor-plugin-block-controls").HandleOptions) => import("@atlaskit/editor-common/types").EditorCommand;
5529
+ setNodeDragged: (getPos: () => number | undefined, anchorName: string, nodeType: string) => import("@atlaskit/editor-common/types").EditorCommand;
5530
+ };
5419
5531
  }, undefined>>
5420
5532
  ];
5421
5533
  sharedState: Partial<import("@atlaskit/editor-plugin-breakout").BreakoutPluginState>;