@atlaskit/editor-core 189.3.9 → 189.3.11
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 +14 -0
- package/build/tsconfig.json +2 -1
- package/dist/cjs/i18n/cs.js +1 -17
- package/dist/cjs/i18n/da.js +1 -17
- package/dist/cjs/i18n/de.js +1 -17
- package/dist/cjs/i18n/en.js +1 -17
- package/dist/cjs/i18n/en_GB.js +1 -17
- package/dist/cjs/i18n/en_ZZ.js +1 -17
- package/dist/cjs/i18n/es.js +1 -17
- package/dist/cjs/i18n/fi.js +1 -17
- package/dist/cjs/i18n/fr.js +1 -17
- package/dist/cjs/i18n/hu.js +1 -17
- package/dist/cjs/i18n/it.js +1 -17
- package/dist/cjs/i18n/ja.js +1 -17
- package/dist/cjs/i18n/ko.js +1 -17
- package/dist/cjs/i18n/nb.js +1 -17
- package/dist/cjs/i18n/nl.js +1 -17
- package/dist/cjs/i18n/pl.js +1 -17
- package/dist/cjs/i18n/pt_BR.js +1 -17
- package/dist/cjs/i18n/ru.js +1 -17
- package/dist/cjs/i18n/sv.js +1 -17
- package/dist/cjs/i18n/th.js +1 -17
- package/dist/cjs/i18n/tr.js +1 -17
- package/dist/cjs/i18n/uk.js +1 -17
- package/dist/cjs/i18n/vi.js +1 -17
- package/dist/cjs/i18n/zh.js +1 -17
- package/dist/cjs/i18n/zh_TW.js +1 -17
- package/dist/cjs/plugins/extension/actions.js +135 -126
- package/dist/cjs/plugins/extension/extension-api.js +11 -9
- package/dist/cjs/plugins/extension/index.js +6 -4
- package/dist/cjs/plugins/extension/toolbar.js +5 -4
- package/dist/cjs/plugins/insert-block/index.js +2 -2
- package/dist/cjs/plugins/macro/actions.js +94 -93
- package/dist/cjs/ui/ErrorBoundary/index.js +0 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/i18n/cs.js +1 -17
- package/dist/es2019/i18n/da.js +1 -17
- package/dist/es2019/i18n/de.js +1 -17
- package/dist/es2019/i18n/en.js +1 -17
- package/dist/es2019/i18n/en_GB.js +1 -17
- package/dist/es2019/i18n/en_ZZ.js +1 -17
- package/dist/es2019/i18n/es.js +1 -17
- package/dist/es2019/i18n/fi.js +1 -17
- package/dist/es2019/i18n/fr.js +1 -17
- package/dist/es2019/i18n/hu.js +1 -17
- package/dist/es2019/i18n/it.js +1 -17
- package/dist/es2019/i18n/ja.js +1 -17
- package/dist/es2019/i18n/ko.js +1 -17
- package/dist/es2019/i18n/nb.js +1 -17
- package/dist/es2019/i18n/nl.js +1 -17
- package/dist/es2019/i18n/pl.js +1 -17
- package/dist/es2019/i18n/pt_BR.js +1 -17
- package/dist/es2019/i18n/ru.js +1 -17
- package/dist/es2019/i18n/sv.js +1 -17
- package/dist/es2019/i18n/th.js +1 -17
- package/dist/es2019/i18n/tr.js +1 -17
- package/dist/es2019/i18n/uk.js +1 -17
- package/dist/es2019/i18n/vi.js +1 -17
- package/dist/es2019/i18n/zh.js +1 -17
- package/dist/es2019/i18n/zh_TW.js +1 -17
- package/dist/es2019/plugins/extension/actions.js +17 -11
- package/dist/es2019/plugins/extension/extension-api.js +11 -9
- package/dist/es2019/plugins/extension/index.js +6 -4
- package/dist/es2019/plugins/extension/toolbar.js +5 -4
- package/dist/es2019/plugins/insert-block/index.js +2 -2
- package/dist/es2019/plugins/macro/actions.js +3 -4
- package/dist/es2019/ui/ErrorBoundary/index.js +0 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/i18n/cs.js +1 -17
- package/dist/esm/i18n/da.js +1 -17
- package/dist/esm/i18n/de.js +1 -17
- package/dist/esm/i18n/en.js +1 -17
- package/dist/esm/i18n/en_GB.js +1 -17
- package/dist/esm/i18n/en_ZZ.js +1 -17
- package/dist/esm/i18n/es.js +1 -17
- package/dist/esm/i18n/fi.js +1 -17
- package/dist/esm/i18n/fr.js +1 -17
- package/dist/esm/i18n/hu.js +1 -17
- package/dist/esm/i18n/it.js +1 -17
- package/dist/esm/i18n/ja.js +1 -17
- package/dist/esm/i18n/ko.js +1 -17
- package/dist/esm/i18n/nb.js +1 -17
- package/dist/esm/i18n/nl.js +1 -17
- package/dist/esm/i18n/pl.js +1 -17
- package/dist/esm/i18n/pt_BR.js +1 -17
- package/dist/esm/i18n/ru.js +1 -17
- package/dist/esm/i18n/sv.js +1 -17
- package/dist/esm/i18n/th.js +1 -17
- package/dist/esm/i18n/tr.js +1 -17
- package/dist/esm/i18n/uk.js +1 -17
- package/dist/esm/i18n/vi.js +1 -17
- package/dist/esm/i18n/zh.js +1 -17
- package/dist/esm/i18n/zh_TW.js +1 -17
- package/dist/esm/plugins/extension/actions.js +135 -125
- package/dist/esm/plugins/extension/extension-api.js +11 -9
- package/dist/esm/plugins/extension/index.js +6 -4
- package/dist/esm/plugins/extension/toolbar.js +5 -4
- package/dist/esm/plugins/insert-block/index.js +2 -2
- package/dist/esm/plugins/macro/actions.js +94 -93
- package/dist/esm/ui/ErrorBoundary/index.js +0 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/i18n/cs.d.ts +0 -16
- package/dist/types/i18n/da.d.ts +0 -16
- package/dist/types/i18n/de.d.ts +0 -16
- package/dist/types/i18n/en.d.ts +0 -16
- package/dist/types/i18n/en_GB.d.ts +0 -16
- package/dist/types/i18n/en_ZZ.d.ts +0 -16
- package/dist/types/i18n/es.d.ts +0 -16
- package/dist/types/i18n/fi.d.ts +0 -16
- package/dist/types/i18n/fr.d.ts +0 -16
- package/dist/types/i18n/hu.d.ts +0 -16
- package/dist/types/i18n/it.d.ts +0 -16
- package/dist/types/i18n/ja.d.ts +0 -16
- package/dist/types/i18n/ko.d.ts +0 -16
- package/dist/types/i18n/nb.d.ts +0 -16
- package/dist/types/i18n/nl.d.ts +0 -16
- package/dist/types/i18n/pl.d.ts +0 -16
- package/dist/types/i18n/pt_BR.d.ts +0 -16
- package/dist/types/i18n/ru.d.ts +0 -16
- package/dist/types/i18n/sv.d.ts +0 -16
- package/dist/types/i18n/th.d.ts +0 -16
- package/dist/types/i18n/tr.d.ts +0 -16
- package/dist/types/i18n/uk.d.ts +0 -16
- package/dist/types/i18n/vi.d.ts +0 -16
- package/dist/types/i18n/zh.d.ts +0 -16
- package/dist/types/i18n/zh_TW.d.ts +0 -16
- package/dist/types/plugins/expand/pm-plugins/main.d.ts +2 -2
- package/dist/types/plugins/extension/actions.d.ts +5 -10
- package/dist/types/plugins/extension/extension-api.d.ts +3 -1
- package/dist/types/plugins/extension/toolbar.d.ts +3 -1
- package/dist/types/plugins/macro/actions.d.ts +2 -1
- package/dist/types/presets/default.d.ts +52 -4
- package/dist/types/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types/ui/ConfigPanel/Fields/TabGroup.d.ts +0 -1
- package/dist/types/ui/ContentStyles/index.d.ts +2 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -16
- package/dist/types-ts4.5/i18n/da.d.ts +0 -16
- package/dist/types-ts4.5/i18n/de.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -16
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -16
- package/dist/types-ts4.5/i18n/es.d.ts +0 -16
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -16
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -16
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -16
- package/dist/types-ts4.5/i18n/it.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -16
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -16
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -16
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -16
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -16
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -16
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -16
- package/dist/types-ts4.5/i18n/th.d.ts +0 -16
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -16
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -16
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -16
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -16
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -16
- package/dist/types-ts4.5/plugins/expand/pm-plugins/main.d.ts +2 -2
- package/dist/types-ts4.5/plugins/extension/actions.d.ts +5 -10
- package/dist/types-ts4.5/plugins/extension/extension-api.d.ts +3 -1
- package/dist/types-ts4.5/plugins/extension/toolbar.d.ts +3 -1
- package/dist/types-ts4.5/plugins/macro/actions.d.ts +2 -1
- package/dist/types-ts4.5/presets/default.d.ts +60 -0
- package/dist/types-ts4.5/ui/Appearance/FullPage/StyledComponents.d.ts +1 -1
- package/dist/types-ts4.5/ui/ConfigPanel/Fields/TabGroup.d.ts +0 -1
- package/dist/types-ts4.5/ui/ContentStyles/index.d.ts +2 -2
- package/package.json +2 -2
- package/dist/types/stories/examples.d.ts +0 -9
- package/dist/types-ts4.5/stories/examples.d.ts +0 -9
|
@@ -83,7 +83,19 @@ export declare function createDefaultPreset(options: EditorPresetProps & Default
|
|
|
83
83
|
};
|
|
84
84
|
}, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
|
|
85
85
|
pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
|
|
86
|
-
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"
|
|
86
|
+
dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
87
|
+
pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
|
|
88
|
+
sharedState: {
|
|
89
|
+
createAnalyticsEvent: CreateUIAnalyticsEvent | null;
|
|
90
|
+
attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
|
|
91
|
+
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
92
|
+
};
|
|
93
|
+
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
94
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
95
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
96
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>];
|
|
97
|
+
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
98
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
87
99
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
88
100
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
89
101
|
}, import("@atlaskit/editor-common/types").FeatureFlags>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
|
|
@@ -210,7 +222,19 @@ export declare function createDefaultPreset(options: EditorPresetProps & Default
|
|
|
210
222
|
};
|
|
211
223
|
}, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
|
|
212
224
|
pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
|
|
213
|
-
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"
|
|
225
|
+
dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
226
|
+
pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
|
|
227
|
+
sharedState: {
|
|
228
|
+
createAnalyticsEvent: CreateUIAnalyticsEvent | null;
|
|
229
|
+
attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
|
|
230
|
+
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
231
|
+
};
|
|
232
|
+
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
233
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
234
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
235
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>];
|
|
236
|
+
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
237
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
214
238
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
215
239
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
216
240
|
}, import("@atlaskit/editor-common/types").FeatureFlags>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
|
|
@@ -544,7 +568,19 @@ export declare function useDefaultPreset(props: EditorPresetProps & DefaultPrese
|
|
|
544
568
|
};
|
|
545
569
|
}, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
|
|
546
570
|
pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
|
|
547
|
-
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"
|
|
571
|
+
dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
572
|
+
pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
|
|
573
|
+
sharedState: {
|
|
574
|
+
createAnalyticsEvent: CreateUIAnalyticsEvent | null;
|
|
575
|
+
attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
|
|
576
|
+
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
577
|
+
};
|
|
578
|
+
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
579
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
580
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
581
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>];
|
|
582
|
+
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
583
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
548
584
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
549
585
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
550
586
|
}, import("@atlaskit/editor-common/types").FeatureFlags>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
|
|
@@ -671,7 +707,19 @@ export declare function useDefaultPreset(props: EditorPresetProps & DefaultPrese
|
|
|
671
707
|
};
|
|
672
708
|
}, undefined>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"extension", {
|
|
673
709
|
pluginConfiguration: import("@atlaskit/editor-plugin-extension").ExtensionPluginOptions | undefined;
|
|
674
|
-
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"
|
|
710
|
+
dependencies: [import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"analytics", {
|
|
711
|
+
pluginConfiguration: import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions;
|
|
712
|
+
sharedState: {
|
|
713
|
+
createAnalyticsEvent: CreateUIAnalyticsEvent | null;
|
|
714
|
+
attachAnalyticsEvent: import("@atlaskit/editor-plugin-analytics").CreateAttachPayloadIntoTransaction | null;
|
|
715
|
+
performanceTracking: import("@atlaskit/editor-common/types").PerformanceTracking | undefined;
|
|
716
|
+
};
|
|
717
|
+
dependencies: [import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
718
|
+
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
719
|
+
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
720
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>];
|
|
721
|
+
actions: import("@atlaskit/editor-common/analytics").EditorAnalyticsAPI;
|
|
722
|
+
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
675
723
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
676
724
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
677
725
|
}, import("@atlaskit/editor-common/types").FeatureFlags>, import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"width", {
|
|
@@ -3,7 +3,7 @@ export declare const fullPageEditorWrapper: import("@emotion/react").SerializedS
|
|
|
3
3
|
export declare const ScrollContainer: import("react").ForwardRefExoticComponent<Pick<{
|
|
4
4
|
theme?: any;
|
|
5
5
|
featureFlags?: import("@atlaskit/editor-common/types").FeatureFlags | undefined;
|
|
6
|
-
} & import("react").HTMLProps<HTMLDivElement>, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "
|
|
6
|
+
} & import("react").HTMLProps<HTMLDivElement>, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "start" | "preload" | "selected" | "required" | "download" | "hrefLang" | "rel" | "target" | "accept" | "acceptCharset" | "allowFullScreen" | "allowTransparency" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "dateTime" | "defer" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "high" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "muted" | "nonce" | "noValidate" | "optimum" | "playsInline" | "poster" | "readOnly" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "srcDoc" | "srcLang" | "wmode" | keyof {
|
|
7
7
|
theme?: any;
|
|
8
8
|
featureFlags?: import("@atlaskit/editor-common/types").FeatureFlags | undefined;
|
|
9
9
|
}> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -9,6 +9,6 @@ type ContentStylesProps = {
|
|
|
9
9
|
};
|
|
10
10
|
export declare const placeholderStyles: SerializedStyles;
|
|
11
11
|
type Props = ContentStylesProps & React.HTMLProps<HTMLDivElement>;
|
|
12
|
-
export declare const createEditorContentStyle: (styles?: SerializedStyles) => React.ForwardRefExoticComponent<Pick<Props, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "
|
|
13
|
-
declare const _default: React.ForwardRefExoticComponent<Pick<Props, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "
|
|
12
|
+
export declare const createEditorContentStyle: (styles?: SerializedStyles) => React.ForwardRefExoticComponent<Pick<Props, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "start" | "preload" | "selected" | "required" | "download" | "hrefLang" | "rel" | "target" | "accept" | "acceptCharset" | "allowFullScreen" | "allowTransparency" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "dateTime" | "defer" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "high" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "muted" | "nonce" | "noValidate" | "optimum" | "playsInline" | "poster" | "readOnly" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "srcDoc" | "srcLang" | "wmode" | keyof ContentStylesProps> & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
declare const _default: React.ForwardRefExoticComponent<Pick<Props, "headers" | "method" | "default" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "dir" | "color" | "content" | "height" | "translate" | "width" | "type" | "defaultValue" | "onError" | "onChange" | "open" | "onFocus" | "onBlur" | "onKeyDown" | "placeholder" | "value" | "autoFocus" | "name" | "key" | "action" | "disabled" | "children" | "property" | "media" | "mediaGroup" | "size" | "hidden" | "href" | "list" | "id" | "step" | "wrap" | "className" | "alt" | "crossOrigin" | "sizes" | "src" | "srcSet" | "useMap" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "start" | "preload" | "selected" | "required" | "download" | "hrefLang" | "rel" | "target" | "accept" | "acceptCharset" | "allowFullScreen" | "allowTransparency" | "as" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "dateTime" | "defer" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "high" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "muted" | "nonce" | "noValidate" | "optimum" | "playsInline" | "poster" | "readOnly" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "shape" | "srcDoc" | "srcLang" | "wmode" | keyof ContentStylesProps> & React.RefAttributes<HTMLDivElement>>;
|
|
14
14
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -45,29 +44,14 @@ declare const _default: {
|
|
|
45
44
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
46
45
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
47
46
|
'fabric.editor.indent': string;
|
|
48
|
-
'fabric.editor.info': string;
|
|
49
|
-
'fabric.editor.leftSidebar': string;
|
|
50
47
|
'fabric.editor.matchCase': string;
|
|
51
48
|
'fabric.editor.noResultsFound': string;
|
|
52
|
-
'fabric.editor.note': string;
|
|
53
49
|
'fabric.editor.outdent': string;
|
|
54
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
55
|
-
'fabric.editor.panel.emoji': string;
|
|
56
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
57
50
|
'fabric.editor.replace': string;
|
|
58
51
|
'fabric.editor.replaceAll': string;
|
|
59
52
|
'fabric.editor.replaceWith': string;
|
|
60
53
|
'fabric.editor.resultsCount': string;
|
|
61
|
-
'fabric.editor.rightSidebar': string;
|
|
62
54
|
'fabric.editor.selectLanguage': string;
|
|
63
|
-
'fabric.editor.single': string;
|
|
64
|
-
'fabric.editor.success': string;
|
|
65
55
|
'fabric.editor.taskPlaceholder': string;
|
|
66
|
-
'fabric.editor.threeColumns': string;
|
|
67
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
68
|
-
'fabric.editor.twoColumns': string;
|
|
69
|
-
'fabric.editor.warning': string;
|
|
70
|
-
'fabric.editor.wrapLeft': string;
|
|
71
|
-
'fabric.editor.wrapRight': string;
|
|
72
56
|
};
|
|
73
57
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -33,7 +33,6 @@ declare const _default: {
|
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
35
|
'fabric.editor.editors': string;
|
|
36
|
-
'fabric.editor.error': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
39
38
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -46,29 +45,14 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
48
47
|
'fabric.editor.indent': string;
|
|
49
|
-
'fabric.editor.info': string;
|
|
50
|
-
'fabric.editor.leftSidebar': string;
|
|
51
48
|
'fabric.editor.matchCase': string;
|
|
52
49
|
'fabric.editor.noResultsFound': string;
|
|
53
|
-
'fabric.editor.note': string;
|
|
54
50
|
'fabric.editor.outdent': string;
|
|
55
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
56
|
-
'fabric.editor.panel.emoji': string;
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
58
51
|
'fabric.editor.replace': string;
|
|
59
52
|
'fabric.editor.replaceAll': string;
|
|
60
53
|
'fabric.editor.replaceWith': string;
|
|
61
54
|
'fabric.editor.resultsCount': string;
|
|
62
|
-
'fabric.editor.rightSidebar': string;
|
|
63
55
|
'fabric.editor.selectLanguage': string;
|
|
64
|
-
'fabric.editor.single': string;
|
|
65
|
-
'fabric.editor.success': string;
|
|
66
56
|
'fabric.editor.taskPlaceholder': string;
|
|
67
|
-
'fabric.editor.threeColumns': string;
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
69
|
-
'fabric.editor.twoColumns': string;
|
|
70
|
-
'fabric.editor.warning': string;
|
|
71
|
-
'fabric.editor.wrapLeft': string;
|
|
72
|
-
'fabric.editor.wrapRight': string;
|
|
73
57
|
};
|
|
74
58
|
export default _default;
|
|
@@ -33,7 +33,6 @@ declare const _default: {
|
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
35
|
'fabric.editor.editors': string;
|
|
36
|
-
'fabric.editor.error': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
39
38
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -46,29 +45,14 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
48
47
|
'fabric.editor.indent': string;
|
|
49
|
-
'fabric.editor.info': string;
|
|
50
|
-
'fabric.editor.leftSidebar': string;
|
|
51
48
|
'fabric.editor.matchCase': string;
|
|
52
49
|
'fabric.editor.noResultsFound': string;
|
|
53
|
-
'fabric.editor.note': string;
|
|
54
50
|
'fabric.editor.outdent': string;
|
|
55
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
56
|
-
'fabric.editor.panel.emoji': string;
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
58
51
|
'fabric.editor.replace': string;
|
|
59
52
|
'fabric.editor.replaceAll': string;
|
|
60
53
|
'fabric.editor.replaceWith': string;
|
|
61
54
|
'fabric.editor.resultsCount': string;
|
|
62
|
-
'fabric.editor.rightSidebar': string;
|
|
63
55
|
'fabric.editor.selectLanguage': string;
|
|
64
|
-
'fabric.editor.single': string;
|
|
65
|
-
'fabric.editor.success': string;
|
|
66
56
|
'fabric.editor.taskPlaceholder': string;
|
|
67
|
-
'fabric.editor.threeColumns': string;
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
69
|
-
'fabric.editor.twoColumns': string;
|
|
70
|
-
'fabric.editor.warning': string;
|
|
71
|
-
'fabric.editor.wrapLeft': string;
|
|
72
|
-
'fabric.editor.wrapRight': string;
|
|
73
57
|
};
|
|
74
58
|
export default _default;
|
|
@@ -33,7 +33,6 @@ declare const _default: {
|
|
|
33
33
|
'fabric.editor.edit': string;
|
|
34
34
|
'fabric.editor.editorAssistiveLabel': string;
|
|
35
35
|
'fabric.editor.editors': string;
|
|
36
|
-
'fabric.editor.error': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
38
37
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
39
38
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -46,29 +45,14 @@ declare const _default: {
|
|
|
46
45
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
47
46
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
48
47
|
'fabric.editor.indent': string;
|
|
49
|
-
'fabric.editor.info': string;
|
|
50
|
-
'fabric.editor.leftSidebar': string;
|
|
51
48
|
'fabric.editor.matchCase': string;
|
|
52
49
|
'fabric.editor.noResultsFound': string;
|
|
53
|
-
'fabric.editor.note': string;
|
|
54
50
|
'fabric.editor.outdent': string;
|
|
55
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
56
|
-
'fabric.editor.panel.emoji': string;
|
|
57
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
58
51
|
'fabric.editor.replace': string;
|
|
59
52
|
'fabric.editor.replaceAll': string;
|
|
60
53
|
'fabric.editor.replaceWith': string;
|
|
61
54
|
'fabric.editor.resultsCount': string;
|
|
62
|
-
'fabric.editor.rightSidebar': string;
|
|
63
55
|
'fabric.editor.selectLanguage': string;
|
|
64
|
-
'fabric.editor.single': string;
|
|
65
|
-
'fabric.editor.success': string;
|
|
66
56
|
'fabric.editor.taskPlaceholder': string;
|
|
67
|
-
'fabric.editor.threeColumns': string;
|
|
68
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
69
|
-
'fabric.editor.twoColumns': string;
|
|
70
|
-
'fabric.editor.warning': string;
|
|
71
|
-
'fabric.editor.wrapLeft': string;
|
|
72
|
-
'fabric.editor.wrapRight': string;
|
|
73
57
|
};
|
|
74
58
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|
|
@@ -32,7 +32,6 @@ declare const _default: {
|
|
|
32
32
|
'fabric.editor.edit': string;
|
|
33
33
|
'fabric.editor.editorAssistiveLabel': string;
|
|
34
34
|
'fabric.editor.editors': string;
|
|
35
|
-
'fabric.editor.error': string;
|
|
36
35
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
37
36
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
38
37
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
@@ -44,29 +43,14 @@ declare const _default: {
|
|
|
44
43
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
45
44
|
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
46
45
|
'fabric.editor.indent': string;
|
|
47
|
-
'fabric.editor.info': string;
|
|
48
|
-
'fabric.editor.leftSidebar': string;
|
|
49
46
|
'fabric.editor.matchCase': string;
|
|
50
47
|
'fabric.editor.noResultsFound': string;
|
|
51
|
-
'fabric.editor.note': string;
|
|
52
48
|
'fabric.editor.outdent': string;
|
|
53
|
-
'fabric.editor.panel.backgroundColor': string;
|
|
54
|
-
'fabric.editor.panel.emoji': string;
|
|
55
|
-
'fabric.editor.placeholderTextPlaceholder': string;
|
|
56
49
|
'fabric.editor.replace': string;
|
|
57
50
|
'fabric.editor.replaceAll': string;
|
|
58
51
|
'fabric.editor.replaceWith': string;
|
|
59
52
|
'fabric.editor.resultsCount': string;
|
|
60
|
-
'fabric.editor.rightSidebar': string;
|
|
61
53
|
'fabric.editor.selectLanguage': string;
|
|
62
|
-
'fabric.editor.single': string;
|
|
63
|
-
'fabric.editor.success': string;
|
|
64
54
|
'fabric.editor.taskPlaceholder': string;
|
|
65
|
-
'fabric.editor.threeColumns': string;
|
|
66
|
-
'fabric.editor.threeColumnsWithSidebars': string;
|
|
67
|
-
'fabric.editor.twoColumns': string;
|
|
68
|
-
'fabric.editor.warning': string;
|
|
69
|
-
'fabric.editor.wrapLeft': string;
|
|
70
|
-
'fabric.editor.wrapRight': string;
|
|
71
55
|
};
|
|
72
56
|
export default _default;
|