eddyter 1.3.53 → 1.3.55

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.
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ interface FloatingHighlightColorPickerProps {
3
+ onHighlightChange: (color: string | null) => void;
4
+ onTextColorChange?: (color: string | null) => void;
5
+ isActive?: boolean;
6
+ currentHighlightColor?: string | null;
7
+ }
8
+ declare const FloatingHighlightColorPicker: FC<FloatingHighlightColorPickerProps>;
9
+ export default FloatingHighlightColorPicker;
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ interface SpeechLanguageSelectorProps {
3
+ selectedLanguage: string;
4
+ onLanguageChange: (code: string) => void;
5
+ disabled?: boolean;
6
+ className?: string;
7
+ }
8
+ export declare const SpeechLanguageSelector: React.FC<SpeechLanguageSelectorProps>;
9
+ export default SpeechLanguageSelector;
@@ -17,8 +17,10 @@ import { NotePanelNode } from './nodes/NotePanelNode';
17
17
  import { ChartNode } from './nodes/ChartNode';
18
18
  import { CustomHorizontalRuleNode } from './plugins/CustomHorizontalRulePlugin';
19
19
  import { AlignMenuItem, FormatTextMenuItem } from './types';
20
+ import { UploadingImageNode } from './nodes/UploadingImageNode';
21
+ import { UploadingFileNode } from './nodes/UploadingFileNode';
20
22
  export declare const theme: EditorThemeClasses;
21
- export declare const EDITOR_NODES: (typeof CommentedTextNode | typeof CommentNode | typeof EmbedNode | typeof FileNode | typeof LinkNode | typeof CodeNode | typeof ImageNode | typeof MentionNode | typeof NotePanelNode | typeof ChartNode | typeof CustomHorizontalRuleNode | typeof HorizontalRuleNode | typeof CodeHighlightNode | typeof HeadingNode | typeof QuoteNode | typeof ListNode | typeof ListItemNode | typeof TableNode | typeof TableCellNode | typeof TableRowNode)[];
23
+ export declare const EDITOR_NODES: (typeof CommentedTextNode | typeof CommentNode | typeof EmbedNode | typeof FileNode | typeof LinkNode | typeof CodeNode | typeof ImageNode | typeof MentionNode | typeof NotePanelNode | typeof ChartNode | typeof CustomHorizontalRuleNode | typeof HorizontalRuleNode | typeof UploadingImageNode | typeof UploadingFileNode | typeof CodeHighlightNode | typeof HeadingNode | typeof QuoteNode | typeof ListNode | typeof ListItemNode | typeof TableNode | typeof TableCellNode | typeof TableRowNode)[];
22
24
  export declare const initialConfig: InitialConfigType;
23
25
  export declare const blockTypeToBlockName: {
24
26
  bullet: string;
@@ -1,7 +1,7 @@
1
1
  var Gu = Object.defineProperty;
2
2
  var zu = (fo, ho, qi) => ho in fo ? Gu(fo, ho, { enumerable: !0, configurable: !0, writable: !0, value: qi }) : fo[ho] = qi;
3
3
  var fn = (fo, ho, qi) => (zu(fo, typeof ho != "symbol" ? ho + "" : ho, qi), qi);
4
- import { g as Wu, c as ql } from "./index-006b2aae.js";
4
+ import { g as Wu, c as ql } from "./index-4f0e0157.js";
5
5
  function Xu(fo, ho) {
6
6
  for (var qi = 0; qi < ho.length; qi++) {
7
7
  const Ko = ho[qi];
@@ -1,7 +1,7 @@
1
1
  var tc = Object.defineProperty;
2
2
  var ec = (Si, Li, Gs) => Li in Si ? tc(Si, Li, { enumerable: !0, configurable: !0, writable: !0, value: Gs }) : Si[Li] = Gs;
3
3
  var en = (Si, Li, Gs) => (ec(Si, typeof Li != "symbol" ? Li + "" : Li, Gs), Gs);
4
- import { g as Ac, c as Ma } from "./index-006b2aae.js";
4
+ import { g as Ac, c as Ma } from "./index-4f0e0157.js";
5
5
  function rc(Si, Li) {
6
6
  for (var Gs = 0; Gs < Li.length; Gs++) {
7
7
  const qs = Li[Gs];
@@ -15,7 +15,7 @@ import { useLexicalNodeSelection as st } from "@lexical/react/useLexicalNodeSele
15
15
  import { calculateZoomLevel as xe, mergeRegister as dt } from "@lexical/utils";
16
16
  import { RootNode as Se, TextNode as Le, LineBreakNode as We, ParagraphNode as Ae, $getSelection as J, $isNodeSelection as X, $isParagraphNode as we, $setSelection as ce, $isRangeSelection as lt, SELECTION_CHANGE_COMMAND as ut, COMMAND_PRIORITY_LOW as M, CLICK_COMMAND as mt, DRAGSTART_COMMAND as gt, KEY_DELETE_COMMAND as ht, KEY_BACKSPACE_COMMAND as pt, KEY_ENTER_COMMAND as ft, KEY_ESCAPE_COMMAND as bt, createCommand as yt, $getNodeByKey as U } from "lexical";
17
17
  import { useRef as T, useState as R, useEffect as ae, useCallback as W, Suspense as xt } from "react";
18
- import { a as wt, D as Ct, b as Nt, d as vt, e as kt, f as Et, h as It, B as Ce, L as Me, i as $e, $ as F, W as Pt, j as Rt, A as Dt, k as zt, l as St, T as Lt, m as Wt, S as At, E as Mt, n as $t, t as $, o as _t, p as Ot, C as Ht } from "./index-006b2aae.js";
18
+ import { a as wt, D as Ct, b as Nt, d as vt, e as kt, f as Et, h as It, B as Ce, L as Me, i as $e, $ as F, W as Pt, j as Rt, A as Dt, k as zt, l as St, T as Lt, m as Wt, S as At, E as Mt, n as $t, t as $, o as _t, p as Ot, C as Ht } from "./index-4f0e0157.js";
19
19
  import "axios";
20
20
  import "react-dom";
21
21
  import "@emotion/styled";