@atlaskit/editor-core 193.27.14 → 193.27.17
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 +10 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-preset.d.ts +132 -11
- package/dist/types/presets/default.d.ts +72 -6
- package/dist/types/presets/universal.d.ts +132 -11
- package/dist/types/presets/useUniversalPreset.d.ts +154 -33
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +154 -11
- package/dist/types-ts4.5/presets/default.d.ts +84 -6
- package/dist/types-ts4.5/presets/universal.d.ts +154 -11
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +176 -33
- package/package.json +11 -7
|
@@ -593,7 +593,20 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
593
593
|
}, FeatureFlags>>
|
|
594
594
|
];
|
|
595
595
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
596
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
596
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>,
|
|
597
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
598
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
599
|
+
dependencies: [
|
|
600
|
+
];
|
|
601
|
+
pluginConfiguration?: {
|
|
602
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
603
|
+
} | undefined;
|
|
604
|
+
commands: {
|
|
605
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
606
|
+
};
|
|
607
|
+
}, {
|
|
608
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
609
|
+
} | undefined>>
|
|
597
610
|
];
|
|
598
611
|
sharedState: import("@atlaskit/editor-plugin-collab-edit").CollabEditPluginSharedState;
|
|
599
612
|
actions: {
|
|
@@ -1866,7 +1879,20 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1866
1879
|
}, FeatureFlags>>
|
|
1867
1880
|
];
|
|
1868
1881
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1869
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
1882
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>,
|
|
1883
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
1884
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
1885
|
+
dependencies: [
|
|
1886
|
+
];
|
|
1887
|
+
pluginConfiguration?: {
|
|
1888
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
1889
|
+
} | undefined;
|
|
1890
|
+
commands: {
|
|
1891
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1892
|
+
};
|
|
1893
|
+
}, {
|
|
1894
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
1895
|
+
} | undefined>>
|
|
1870
1896
|
];
|
|
1871
1897
|
sharedState: import("@atlaskit/editor-plugin-collab-edit").CollabEditPluginSharedState;
|
|
1872
1898
|
actions: {
|
|
@@ -2021,7 +2047,20 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
2021
2047
|
}, FeatureFlags>>
|
|
2022
2048
|
];
|
|
2023
2049
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2024
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
2050
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>,
|
|
2051
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
2052
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
2053
|
+
dependencies: [
|
|
2054
|
+
];
|
|
2055
|
+
pluginConfiguration?: {
|
|
2056
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
2057
|
+
} | undefined;
|
|
2058
|
+
commands: {
|
|
2059
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2060
|
+
};
|
|
2061
|
+
}, {
|
|
2062
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
2063
|
+
} | undefined>>
|
|
2025
2064
|
];
|
|
2026
2065
|
sharedState: import("@atlaskit/editor-plugin-collab-edit").CollabEditPluginSharedState;
|
|
2027
2066
|
actions: {
|
|
@@ -2647,7 +2686,20 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2647
2686
|
}, FeatureFlags>>
|
|
2648
2687
|
];
|
|
2649
2688
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2650
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
2689
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>,
|
|
2690
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
2691
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
2692
|
+
dependencies: [
|
|
2693
|
+
];
|
|
2694
|
+
pluginConfiguration?: {
|
|
2695
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
2696
|
+
} | undefined;
|
|
2697
|
+
commands: {
|
|
2698
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2699
|
+
};
|
|
2700
|
+
}, {
|
|
2701
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
2702
|
+
} | undefined>>
|
|
2651
2703
|
];
|
|
2652
2704
|
sharedState: import("@atlaskit/editor-plugin-collab-edit").CollabEditPluginSharedState;
|
|
2653
2705
|
actions: {
|
|
@@ -3920,7 +3972,20 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3920
3972
|
}, FeatureFlags>>
|
|
3921
3973
|
];
|
|
3922
3974
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3923
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
3975
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>,
|
|
3976
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
3977
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
3978
|
+
dependencies: [
|
|
3979
|
+
];
|
|
3980
|
+
pluginConfiguration?: {
|
|
3981
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
3982
|
+
} | undefined;
|
|
3983
|
+
commands: {
|
|
3984
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3985
|
+
};
|
|
3986
|
+
}, {
|
|
3987
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
3988
|
+
} | undefined>>
|
|
3924
3989
|
];
|
|
3925
3990
|
sharedState: import("@atlaskit/editor-plugin-collab-edit").CollabEditPluginSharedState;
|
|
3926
3991
|
actions: {
|
|
@@ -4075,7 +4140,20 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
4075
4140
|
}, FeatureFlags>>
|
|
4076
4141
|
];
|
|
4077
4142
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
4078
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions
|
|
4143
|
+
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>,
|
|
4144
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
4145
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
4146
|
+
dependencies: [
|
|
4147
|
+
];
|
|
4148
|
+
pluginConfiguration?: {
|
|
4149
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
4150
|
+
} | undefined;
|
|
4151
|
+
commands: {
|
|
4152
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4153
|
+
};
|
|
4154
|
+
}, {
|
|
4155
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
4156
|
+
} | undefined>>
|
|
4079
4157
|
];
|
|
4080
4158
|
sharedState: import("@atlaskit/editor-plugin-collab-edit").CollabEditPluginSharedState;
|
|
4081
4159
|
actions: {
|
|
@@ -691,7 +691,20 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
691
691
|
}, FeatureFlags>>
|
|
692
692
|
];
|
|
693
693
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
694
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
694
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
695
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
696
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
697
|
+
dependencies: [
|
|
698
|
+
];
|
|
699
|
+
pluginConfiguration?: {
|
|
700
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
701
|
+
} | undefined;
|
|
702
|
+
commands: {
|
|
703
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
704
|
+
};
|
|
705
|
+
}, {
|
|
706
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
707
|
+
} | undefined>>
|
|
695
708
|
];
|
|
696
709
|
sharedState: import("@atlaskit/editor-plugins/collab-edit").CollabEditPluginSharedState;
|
|
697
710
|
actions: {
|
|
@@ -846,7 +859,20 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
846
859
|
}, FeatureFlags>>
|
|
847
860
|
];
|
|
848
861
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
849
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
862
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
863
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
864
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
865
|
+
dependencies: [
|
|
866
|
+
];
|
|
867
|
+
pluginConfiguration?: {
|
|
868
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
869
|
+
} | undefined;
|
|
870
|
+
commands: {
|
|
871
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
872
|
+
};
|
|
873
|
+
}, {
|
|
874
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
875
|
+
} | undefined>>
|
|
850
876
|
];
|
|
851
877
|
sharedState: import("@atlaskit/editor-plugins/collab-edit").CollabEditPluginSharedState;
|
|
852
878
|
actions: {
|
|
@@ -981,7 +1007,20 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
981
1007
|
}, FeatureFlags>>
|
|
982
1008
|
];
|
|
983
1009
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
984
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
1010
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
1011
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
1012
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
1013
|
+
dependencies: [
|
|
1014
|
+
];
|
|
1015
|
+
pluginConfiguration?: {
|
|
1016
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
1017
|
+
} | undefined;
|
|
1018
|
+
commands: {
|
|
1019
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1020
|
+
};
|
|
1021
|
+
}, {
|
|
1022
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
1023
|
+
} | undefined>>
|
|
985
1024
|
];
|
|
986
1025
|
sharedState: import("@atlaskit/editor-plugins/collab-edit").CollabEditPluginSharedState;
|
|
987
1026
|
actions: {
|
|
@@ -1650,7 +1689,20 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1650
1689
|
}, FeatureFlags>>
|
|
1651
1690
|
];
|
|
1652
1691
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1653
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
1692
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
1693
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
1694
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
1695
|
+
dependencies: [
|
|
1696
|
+
];
|
|
1697
|
+
pluginConfiguration?: {
|
|
1698
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
1699
|
+
} | undefined;
|
|
1700
|
+
commands: {
|
|
1701
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1702
|
+
};
|
|
1703
|
+
}, {
|
|
1704
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
1705
|
+
} | undefined>>
|
|
1654
1706
|
];
|
|
1655
1707
|
sharedState: import("@atlaskit/editor-plugins/collab-edit").CollabEditPluginSharedState;
|
|
1656
1708
|
actions: {
|
|
@@ -1817,7 +1869,20 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1817
1869
|
}, FeatureFlags>>
|
|
1818
1870
|
];
|
|
1819
1871
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1820
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
1872
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
1873
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
1874
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
1875
|
+
dependencies: [
|
|
1876
|
+
];
|
|
1877
|
+
pluginConfiguration?: {
|
|
1878
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
1879
|
+
} | undefined;
|
|
1880
|
+
commands: {
|
|
1881
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
1882
|
+
};
|
|
1883
|
+
}, {
|
|
1884
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
1885
|
+
} | undefined>>
|
|
1821
1886
|
];
|
|
1822
1887
|
sharedState: import("@atlaskit/editor-plugins/collab-edit").CollabEditPluginSharedState;
|
|
1823
1888
|
actions: {
|
|
@@ -2128,7 +2193,20 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2128
2193
|
}, FeatureFlags>>
|
|
2129
2194
|
];
|
|
2130
2195
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2131
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
2196
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
2197
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
2198
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
2199
|
+
dependencies: [
|
|
2200
|
+
];
|
|
2201
|
+
pluginConfiguration?: {
|
|
2202
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
2203
|
+
} | undefined;
|
|
2204
|
+
commands: {
|
|
2205
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
2206
|
+
};
|
|
2207
|
+
}, {
|
|
2208
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
2209
|
+
} | undefined>>
|
|
2132
2210
|
];
|
|
2133
2211
|
sharedState: import("@atlaskit/editor-plugins/collab-edit").CollabEditPluginSharedState;
|
|
2134
2212
|
actions: {
|
|
@@ -2946,7 +3024,20 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2946
3024
|
}, FeatureFlags>>
|
|
2947
3025
|
];
|
|
2948
3026
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2949
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3027
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
3028
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
3029
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
3030
|
+
dependencies: [
|
|
3031
|
+
];
|
|
3032
|
+
pluginConfiguration?: {
|
|
3033
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
3034
|
+
} | undefined;
|
|
3035
|
+
commands: {
|
|
3036
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3037
|
+
};
|
|
3038
|
+
}, {
|
|
3039
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
3040
|
+
} | undefined>>
|
|
2950
3041
|
];
|
|
2951
3042
|
sharedState: import("@atlaskit/editor-plugins/collab-edit").CollabEditPluginSharedState;
|
|
2952
3043
|
actions: {
|
|
@@ -3043,7 +3134,20 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3043
3134
|
}, FeatureFlags>>
|
|
3044
3135
|
];
|
|
3045
3136
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3046
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
3137
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
3138
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
3139
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
3140
|
+
dependencies: [
|
|
3141
|
+
];
|
|
3142
|
+
pluginConfiguration?: {
|
|
3143
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
3144
|
+
} | undefined;
|
|
3145
|
+
commands: {
|
|
3146
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
3147
|
+
};
|
|
3148
|
+
}, {
|
|
3149
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
3150
|
+
} | undefined>>
|
|
3047
3151
|
];
|
|
3048
3152
|
sharedState: import("@atlaskit/editor-plugins/collab-edit").CollabEditPluginSharedState;
|
|
3049
3153
|
actions: {
|
|
@@ -3898,7 +4002,20 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3898
4002
|
}, FeatureFlags>>
|
|
3899
4003
|
];
|
|
3900
4004
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3901
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
4005
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
4006
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
4007
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
4008
|
+
dependencies: [
|
|
4009
|
+
];
|
|
4010
|
+
pluginConfiguration?: {
|
|
4011
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
4012
|
+
} | undefined;
|
|
4013
|
+
commands: {
|
|
4014
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
4015
|
+
};
|
|
4016
|
+
}, {
|
|
4017
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
4018
|
+
} | undefined>>
|
|
3902
4019
|
];
|
|
3903
4020
|
sharedState: import("@atlaskit/editor-plugins/collab-edit").CollabEditPluginSharedState;
|
|
3904
4021
|
actions: {
|
|
@@ -5171,7 +5288,20 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
5171
5288
|
}, FeatureFlags>>
|
|
5172
5289
|
];
|
|
5173
5290
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
5174
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
5291
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
5292
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
5293
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
5294
|
+
dependencies: [
|
|
5295
|
+
];
|
|
5296
|
+
pluginConfiguration?: {
|
|
5297
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
5298
|
+
} | undefined;
|
|
5299
|
+
commands: {
|
|
5300
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5301
|
+
};
|
|
5302
|
+
}, {
|
|
5303
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
5304
|
+
} | undefined>>
|
|
5175
5305
|
];
|
|
5176
5306
|
sharedState: import("@atlaskit/editor-plugins/collab-edit").CollabEditPluginSharedState;
|
|
5177
5307
|
actions: {
|
|
@@ -5326,7 +5456,20 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
5326
5456
|
}, FeatureFlags>>
|
|
5327
5457
|
];
|
|
5328
5458
|
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
5329
|
-
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions
|
|
5459
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>,
|
|
5460
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"editorViewMode", {
|
|
5461
|
+
sharedState: import("@atlaskit/editor-plugin-editor-viewmode").EditorViewModePluginState | null;
|
|
5462
|
+
dependencies: [
|
|
5463
|
+
];
|
|
5464
|
+
pluginConfiguration?: {
|
|
5465
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
5466
|
+
} | undefined;
|
|
5467
|
+
commands: {
|
|
5468
|
+
updateViewMode: (mode: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode) => import("@atlaskit/editor-common/types").EditorCommand;
|
|
5469
|
+
};
|
|
5470
|
+
}, {
|
|
5471
|
+
mode?: import("@atlaskit/editor-plugin-editor-viewmode").ViewMode | undefined;
|
|
5472
|
+
} | undefined>>
|
|
5330
5473
|
];
|
|
5331
5474
|
sharedState: import("@atlaskit/editor-plugins/collab-edit").CollabEditPluginSharedState;
|
|
5332
5475
|
actions: {
|