@atlaskit/editor-core 203.7.4 → 203.8.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 +24 -0
- package/dist/cjs/presets/universal.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/presets/universal.js +2 -2
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/presets/universal.js +2 -2
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +11 -231
- package/dist/types/presets/default.d.ts +6 -126
- package/dist/types/presets/universal.d.ts +11 -231
- package/dist/types/presets/useUniversalPreset.d.ts +11 -231
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +0 -275
- package/dist/types-ts4.5/presets/default.d.ts +0 -150
- package/dist/types-ts4.5/presets/universal.d.ts +0 -275
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +0 -275
- package/package.json +15 -11
|
@@ -1155,31 +1155,6 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1155
1155
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1156
1156
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1157
1157
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
1158
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
1159
|
-
actions: {
|
|
1160
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
1161
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
1162
|
-
};
|
|
1163
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
1164
|
-
dependencies: [
|
|
1165
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
1166
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
1167
|
-
sharedState: {
|
|
1168
|
-
createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
|
|
1169
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
1170
|
-
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
1171
|
-
};
|
|
1172
|
-
dependencies: [
|
|
1173
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1174
|
-
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1175
|
-
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1176
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
1177
|
-
];
|
|
1178
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1179
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
1180
|
-
];
|
|
1181
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
1182
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
1183
1158
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
1184
1159
|
sharedState: {
|
|
1185
1160
|
mode: "offline" | "online";
|
|
@@ -1389,31 +1364,6 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1389
1364
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1390
1365
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1391
1366
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
1392
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
1393
|
-
actions: {
|
|
1394
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
1395
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
1396
|
-
};
|
|
1397
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
1398
|
-
dependencies: [
|
|
1399
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
1400
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
1401
|
-
sharedState: {
|
|
1402
|
-
createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
|
|
1403
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
1404
|
-
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
1405
|
-
};
|
|
1406
|
-
dependencies: [
|
|
1407
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1408
|
-
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1409
|
-
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1410
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
1411
|
-
];
|
|
1412
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1413
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
1414
|
-
];
|
|
1415
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
1416
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
1417
1367
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
1418
1368
|
sharedState: {
|
|
1419
1369
|
mode: "offline" | "online";
|
|
@@ -2681,31 +2631,6 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
2681
2631
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2682
2632
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2683
2633
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
2684
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
2685
|
-
actions: {
|
|
2686
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
2687
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
2688
|
-
};
|
|
2689
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
2690
|
-
dependencies: [
|
|
2691
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
2692
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
2693
|
-
sharedState: {
|
|
2694
|
-
createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
|
|
2695
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
2696
|
-
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
2697
|
-
};
|
|
2698
|
-
dependencies: [
|
|
2699
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2700
|
-
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2701
|
-
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2702
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
2703
|
-
];
|
|
2704
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2705
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
2706
|
-
];
|
|
2707
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
2708
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
2709
2634
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
2710
2635
|
sharedState: {
|
|
2711
2636
|
mode: "offline" | "online";
|
|
@@ -2854,31 +2779,6 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
2854
2779
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2855
2780
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2856
2781
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
2857
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
2858
|
-
actions: {
|
|
2859
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
2860
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
2861
|
-
};
|
|
2862
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
2863
|
-
dependencies: [
|
|
2864
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
2865
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
2866
|
-
sharedState: {
|
|
2867
|
-
createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
|
|
2868
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
2869
|
-
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
2870
|
-
};
|
|
2871
|
-
dependencies: [
|
|
2872
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
2873
|
-
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2874
|
-
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
2875
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
2876
|
-
];
|
|
2877
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
2878
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
2879
|
-
];
|
|
2880
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
2881
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
2882
2782
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
2883
2783
|
sharedState: {
|
|
2884
2784
|
mode: "offline" | "online";
|
|
@@ -3709,31 +3609,6 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
3709
3609
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3710
3610
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3711
3611
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
3712
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
3713
|
-
actions: {
|
|
3714
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
3715
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
3716
|
-
};
|
|
3717
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
3718
|
-
dependencies: [
|
|
3719
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
3720
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
3721
|
-
sharedState: {
|
|
3722
|
-
createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
|
|
3723
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
3724
|
-
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
3725
|
-
};
|
|
3726
|
-
dependencies: [
|
|
3727
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3728
|
-
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3729
|
-
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3730
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
3731
|
-
];
|
|
3732
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3733
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
3734
|
-
];
|
|
3735
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
3736
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
3737
3612
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3738
3613
|
sharedState: {
|
|
3739
3614
|
mode: "offline" | "online";
|
|
@@ -4902,31 +4777,6 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
4902
4777
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
4903
4778
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
4904
4779
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
4905
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
4906
|
-
actions: {
|
|
4907
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
4908
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
4909
|
-
};
|
|
4910
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
4911
|
-
dependencies: [
|
|
4912
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
4913
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
4914
|
-
sharedState: {
|
|
4915
|
-
createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
|
|
4916
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
4917
|
-
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
4918
|
-
};
|
|
4919
|
-
dependencies: [
|
|
4920
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
4921
|
-
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
4922
|
-
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
4923
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
4924
|
-
];
|
|
4925
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
4926
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
4927
|
-
];
|
|
4928
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
4929
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
4930
4780
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
4931
4781
|
sharedState: {
|
|
4932
4782
|
mode: "offline" | "online";
|
|
@@ -5527,31 +5377,6 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
5527
5377
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5528
5378
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5529
5379
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
5530
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
5531
|
-
actions: {
|
|
5532
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
5533
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
5534
|
-
};
|
|
5535
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
5536
|
-
dependencies: [
|
|
5537
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
5538
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
5539
|
-
sharedState: {
|
|
5540
|
-
createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
|
|
5541
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
5542
|
-
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
5543
|
-
};
|
|
5544
|
-
dependencies: [
|
|
5545
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
5546
|
-
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5547
|
-
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5548
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
5549
|
-
];
|
|
5550
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
5551
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
5552
|
-
];
|
|
5553
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
5554
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
5555
5380
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
5556
5381
|
sharedState: {
|
|
5557
5382
|
mode: "offline" | "online";
|
|
@@ -5700,31 +5525,6 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
5700
5525
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5701
5526
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5702
5527
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
5703
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
5704
|
-
actions: {
|
|
5705
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
5706
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
5707
|
-
};
|
|
5708
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
5709
|
-
dependencies: [
|
|
5710
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
5711
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
5712
|
-
sharedState: {
|
|
5713
|
-
createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
|
|
5714
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
5715
|
-
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
5716
|
-
};
|
|
5717
|
-
dependencies: [
|
|
5718
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
5719
|
-
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5720
|
-
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5721
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
5722
|
-
];
|
|
5723
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
5724
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
5725
|
-
];
|
|
5726
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
5727
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
5728
5528
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
5729
5529
|
sharedState: {
|
|
5730
5530
|
mode: "offline" | "online";
|
|
@@ -7148,31 +6948,6 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
7148
6948
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
7149
6949
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
7150
6950
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
7151
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
7152
|
-
actions: {
|
|
7153
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
7154
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
7155
|
-
};
|
|
7156
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
7157
|
-
dependencies: [
|
|
7158
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
7159
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
7160
|
-
sharedState: {
|
|
7161
|
-
createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
|
|
7162
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
7163
|
-
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
7164
|
-
};
|
|
7165
|
-
dependencies: [
|
|
7166
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
7167
|
-
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
7168
|
-
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
7169
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
7170
|
-
];
|
|
7171
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
7172
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
7173
|
-
];
|
|
7174
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
7175
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
7176
6951
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
7177
6952
|
sharedState: {
|
|
7178
6953
|
mode: "offline" | "online";
|
|
@@ -9163,31 +8938,6 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
9163
8938
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
9164
8939
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
9165
8940
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
9166
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
9167
|
-
actions: {
|
|
9168
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
9169
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
9170
|
-
};
|
|
9171
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
9172
|
-
dependencies: [
|
|
9173
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
9174
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
9175
|
-
sharedState: {
|
|
9176
|
-
createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
|
|
9177
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
9178
|
-
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
9179
|
-
};
|
|
9180
|
-
dependencies: [
|
|
9181
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
9182
|
-
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
9183
|
-
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
9184
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
9185
|
-
];
|
|
9186
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
9187
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
9188
|
-
];
|
|
9189
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
9190
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
9191
8941
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
9192
8942
|
sharedState: {
|
|
9193
8943
|
mode: "offline" | "online";
|
|
@@ -9397,31 +9147,6 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
9397
9147
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
9398
9148
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
9399
9149
|
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
9400
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
9401
|
-
actions: {
|
|
9402
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
9403
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
9404
|
-
};
|
|
9405
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
9406
|
-
dependencies: [
|
|
9407
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
9408
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
9409
|
-
sharedState: {
|
|
9410
|
-
createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent | null;
|
|
9411
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
9412
|
-
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
9413
|
-
};
|
|
9414
|
-
dependencies: [
|
|
9415
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
9416
|
-
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
9417
|
-
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
9418
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags>>
|
|
9419
|
-
];
|
|
9420
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
9421
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
9422
|
-
];
|
|
9423
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
9424
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
9425
9150
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
9426
9151
|
sharedState: {
|
|
9427
9152
|
mode: "offline" | "online";
|
|
@@ -1059,31 +1059,6 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1059
1059
|
pluginConfiguration: FeatureFlags;
|
|
1060
1060
|
sharedState: FeatureFlags;
|
|
1061
1061
|
}, FeatureFlags>>,
|
|
1062
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
1063
|
-
actions: {
|
|
1064
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
1065
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
1066
|
-
};
|
|
1067
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
1068
|
-
dependencies: [
|
|
1069
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
1070
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
1071
|
-
sharedState: {
|
|
1072
|
-
createAnalyticsEvent: CreateUIAnalyticsEvent | null;
|
|
1073
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
1074
|
-
performanceTracking: PerformanceTracking | undefined;
|
|
1075
|
-
};
|
|
1076
|
-
dependencies: [
|
|
1077
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1078
|
-
pluginConfiguration: FeatureFlags;
|
|
1079
|
-
sharedState: FeatureFlags;
|
|
1080
|
-
}, FeatureFlags>>
|
|
1081
|
-
];
|
|
1082
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
1083
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
1084
|
-
];
|
|
1085
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
1086
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
1087
1062
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
1088
1063
|
sharedState: {
|
|
1089
1064
|
mode: "offline" | "online";
|
|
@@ -3074,31 +3049,6 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
3074
3049
|
pluginConfiguration: FeatureFlags;
|
|
3075
3050
|
sharedState: FeatureFlags;
|
|
3076
3051
|
}, FeatureFlags>>,
|
|
3077
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
3078
|
-
actions: {
|
|
3079
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
3080
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
3081
|
-
};
|
|
3082
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
3083
|
-
dependencies: [
|
|
3084
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
3085
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
3086
|
-
sharedState: {
|
|
3087
|
-
createAnalyticsEvent: CreateUIAnalyticsEvent | null;
|
|
3088
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
3089
|
-
performanceTracking: PerformanceTracking | undefined;
|
|
3090
|
-
};
|
|
3091
|
-
dependencies: [
|
|
3092
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3093
|
-
pluginConfiguration: FeatureFlags;
|
|
3094
|
-
sharedState: FeatureFlags;
|
|
3095
|
-
}, FeatureFlags>>
|
|
3096
|
-
];
|
|
3097
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3098
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
3099
|
-
];
|
|
3100
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
3101
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
3102
3052
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3103
3053
|
sharedState: {
|
|
3104
3054
|
mode: "offline" | "online";
|
|
@@ -3308,31 +3258,6 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
3308
3258
|
pluginConfiguration: FeatureFlags;
|
|
3309
3259
|
sharedState: FeatureFlags;
|
|
3310
3260
|
}, FeatureFlags>>,
|
|
3311
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
3312
|
-
actions: {
|
|
3313
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
3314
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
3315
|
-
};
|
|
3316
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
3317
|
-
dependencies: [
|
|
3318
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
3319
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
3320
|
-
sharedState: {
|
|
3321
|
-
createAnalyticsEvent: CreateUIAnalyticsEvent | null;
|
|
3322
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
3323
|
-
performanceTracking: PerformanceTracking | undefined;
|
|
3324
|
-
};
|
|
3325
|
-
dependencies: [
|
|
3326
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3327
|
-
pluginConfiguration: FeatureFlags;
|
|
3328
|
-
sharedState: FeatureFlags;
|
|
3329
|
-
}, FeatureFlags>>
|
|
3330
|
-
];
|
|
3331
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
3332
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
3333
|
-
];
|
|
3334
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
3335
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
3336
3261
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3337
3262
|
sharedState: {
|
|
3338
3263
|
mode: "offline" | "online";
|
|
@@ -4479,31 +4404,6 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
4479
4404
|
pluginConfiguration: FeatureFlags;
|
|
4480
4405
|
sharedState: FeatureFlags;
|
|
4481
4406
|
}, FeatureFlags>>,
|
|
4482
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
4483
|
-
actions: {
|
|
4484
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
4485
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
4486
|
-
};
|
|
4487
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
4488
|
-
dependencies: [
|
|
4489
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
4490
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
4491
|
-
sharedState: {
|
|
4492
|
-
createAnalyticsEvent: CreateUIAnalyticsEvent | null;
|
|
4493
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
4494
|
-
performanceTracking: PerformanceTracking | undefined;
|
|
4495
|
-
};
|
|
4496
|
-
dependencies: [
|
|
4497
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
4498
|
-
pluginConfiguration: FeatureFlags;
|
|
4499
|
-
sharedState: FeatureFlags;
|
|
4500
|
-
}, FeatureFlags>>
|
|
4501
|
-
];
|
|
4502
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
4503
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
4504
|
-
];
|
|
4505
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
4506
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
4507
4407
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
4508
4408
|
sharedState: {
|
|
4509
4409
|
mode: "offline" | "online";
|
|
@@ -6494,31 +6394,6 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
6494
6394
|
pluginConfiguration: FeatureFlags;
|
|
6495
6395
|
sharedState: FeatureFlags;
|
|
6496
6396
|
}, FeatureFlags>>,
|
|
6497
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
6498
|
-
actions: {
|
|
6499
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
6500
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
6501
|
-
};
|
|
6502
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
6503
|
-
dependencies: [
|
|
6504
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
6505
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
6506
|
-
sharedState: {
|
|
6507
|
-
createAnalyticsEvent: CreateUIAnalyticsEvent | null;
|
|
6508
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
6509
|
-
performanceTracking: PerformanceTracking | undefined;
|
|
6510
|
-
};
|
|
6511
|
-
dependencies: [
|
|
6512
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
6513
|
-
pluginConfiguration: FeatureFlags;
|
|
6514
|
-
sharedState: FeatureFlags;
|
|
6515
|
-
}, FeatureFlags>>
|
|
6516
|
-
];
|
|
6517
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
6518
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
6519
|
-
];
|
|
6520
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
6521
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
6522
6397
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
6523
6398
|
sharedState: {
|
|
6524
6399
|
mode: "offline" | "online";
|
|
@@ -6728,31 +6603,6 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
6728
6603
|
pluginConfiguration: FeatureFlags;
|
|
6729
6604
|
sharedState: FeatureFlags;
|
|
6730
6605
|
}, FeatureFlags>>,
|
|
6731
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"engagementPlatform", {
|
|
6732
|
-
actions: {
|
|
6733
|
-
startMessage: (messageId: string, variationId?: string | undefined) => Promise<boolean>;
|
|
6734
|
-
stopMessage: (messageId: string) => Promise<boolean>;
|
|
6735
|
-
};
|
|
6736
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig;
|
|
6737
|
-
dependencies: [
|
|
6738
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
6739
|
-
pluginConfiguration: import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions;
|
|
6740
|
-
sharedState: {
|
|
6741
|
-
createAnalyticsEvent: CreateUIAnalyticsEvent | null;
|
|
6742
|
-
attachAnalyticsEvent: import("@atlaskit/editor-plugins/analytics").CreateAttachPayloadIntoTransaction | null;
|
|
6743
|
-
performanceTracking: PerformanceTracking | undefined;
|
|
6744
|
-
};
|
|
6745
|
-
dependencies: [
|
|
6746
|
-
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
6747
|
-
pluginConfiguration: FeatureFlags;
|
|
6748
|
-
sharedState: FeatureFlags;
|
|
6749
|
-
}, FeatureFlags>>
|
|
6750
|
-
];
|
|
6751
|
-
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
6752
|
-
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
6753
|
-
];
|
|
6754
|
-
sharedState: import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginState;
|
|
6755
|
-
}, import("@atlaskit/editor-plugins/engagement-platform").EngagementPlatformPluginConfig>>,
|
|
6756
6606
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
6757
6607
|
sharedState: {
|
|
6758
6608
|
mode: "offline" | "online";
|