reactjs-tiptap-editor 0.1.11 → 0.1.13
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/lib/bundle-full.cjs +420 -0
- package/lib/bundle-full.js +66325 -0
- package/lib/{reactjs-tiptap-editor.cjs → index.cjs} +1 -1
- package/lib/index.d.cts +69 -69
- package/lib/index.d.ts +69 -69
- package/lib/{reactjs-tiptap-editor.js → index.js} +3 -3
- package/lib/locales-73BBGzRr.cjs +1 -0
- package/lib/{locales-CAZfnzv4.js → locales-CjqAVVw_.js} +16 -18
- package/lib/style.css +1 -1
- package/lib/{tiptap-BSVYcz58.js → tiptap-8FnNtpP6.js} +1 -1
- package/lib/{tiptap-z5OraroY.cjs → tiptap-DRaCr6Fj.cjs} +1 -1
- package/lib/{utils-B0SMxWW-.js → utils-DJ3-4GXI.js} +93 -102
- package/lib/utils-zAUcy3gG.cjs +152 -0
- package/lib/{vendor-BmwuOKTu.cjs → vendor-Dy6OEB8l.cjs} +41 -41
- package/lib/{vendor-C2GXVsjz.js → vendor-ehTKF-_z.js} +3866 -3607
- package/package.json +32 -8
- package/lib/locales-CO2wcFqJ.cjs +0 -1
- package/lib/utils-BG7adOxz.cjs +0 -152
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./utils-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./utils-zAUcy3gG.cjs"),t=require("./locales-73BBGzRr.cjs"),o=require("react"),s=require("./tiptap-DRaCr6Fj.cjs");function c(){var r;const i=o.useRef({editor:null}),[l,a]=o.useState(!1),[u,d]=o.useState(null);return o.useEffect(()=>{var n;(n=i.current)!=null&&n.editor&&(a(!0),d(i.current.editor))},[i,(r=i.current)==null?void 0:r.editor]),{isReady:l,editor:u,editorRef:i}}exports.Attachment=e.Attachment;exports.BaseKit=e.BaseKit;exports.Blockquote=e.Blockquote;exports.Bold=e.Bold;exports.BulletList=e.BulletList;exports.Clear=e.Clear;exports.Code=e.Code;exports.CodeBlock=e.CodeBlock;exports.Color=e.Color;exports.Column=e.Column;exports.ColumnActionButton=e.ColumnActionButton;exports.Emoji=e.Emoji;exports.Excalidraw=e.Excalidraw;exports.ExportPdf=e.ExportPdf;exports.ExportWord=e.ExportWord;exports.FontFamily=e.FontFamily;exports.FontSize=e.FontSize;exports.FormatPainter=e.FormatPainter;exports.Heading=e.Heading;exports.Highlight=e.Highlight;exports.History=e.History;exports.HorizontalRule=e.HorizontalRule;exports.Iframe=e.Iframe;exports.Image=e.Image;exports.ImageGif=e.ImageGif;exports.ImportWord=e.ImportWord;exports.Indent=e.Indent;exports.Italic=e.Italic;exports.Katex=e.Katex;exports.LineHeight=e.LineHeight;exports.Link=e.Link;exports.Mention=e.Mention;exports.Mermaid=e.Mermaid;exports.MoreMark=e.MoreMark;exports.MultiColumn=e.MultiColumn;exports.OrderedList=e.OrderedList;exports.SearchAndReplace=e.SearchAndReplace;exports.SlashCommand=e.SlashCommand;exports.Strike=e.Strike;exports.SubAndSuperScript=e.SubAndSuperScript;exports.Table=e.Table;exports.TableOfContents=e.TableOfContents;exports.TaskList=e.TaskList;exports.TextAlign=e.TextAlign;exports.TextDirection=e.TextDirection;exports.Twitter=e.Twitter;exports.Underline=e.Underline;exports.Video=e.Video;exports.default=e.RichTextEditor;exports.en=t.en;exports.hu_HU=t.hu_HU;exports.locale=t.locale;exports.pt_BR=t.pt_BR;exports.vi=t.vi;exports.zh_CN=t.zh_CN;exports.BubbleMenu=s.BubbleMenu;exports.useEditorState=c;
|
package/lib/index.d.cts
CHANGED
|
@@ -1734,6 +1734,16 @@ declare module '@tiptap/core' {
|
|
|
1734
1734
|
}
|
|
1735
1735
|
|
|
1736
1736
|
|
|
1737
|
+
declare module '@tiptap/core' {
|
|
1738
|
+
interface Commands<ReturnType> {
|
|
1739
|
+
lineHeight: {
|
|
1740
|
+
setLineHeight: (lineHeight: string) => ReturnType;
|
|
1741
|
+
unsetLineHeight: () => ReturnType;
|
|
1742
|
+
};
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
|
|
1737
1747
|
declare module '@tiptap/core' {
|
|
1738
1748
|
interface Commands<ReturnType> {
|
|
1739
1749
|
indent: {
|
|
@@ -1750,16 +1760,6 @@ declare module '@tiptap/core' {
|
|
|
1750
1760
|
}
|
|
1751
1761
|
|
|
1752
1762
|
|
|
1753
|
-
declare module '@tiptap/core' {
|
|
1754
|
-
interface Commands<ReturnType> {
|
|
1755
|
-
lineHeight: {
|
|
1756
|
-
setLineHeight: (lineHeight: string) => ReturnType;
|
|
1757
|
-
unsetLineHeight: () => ReturnType;
|
|
1758
|
-
};
|
|
1759
|
-
}
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
1763
|
declare module '@tiptap/core' {
|
|
1764
1764
|
interface Commands<ReturnType> {
|
|
1765
1765
|
imageUpload: {
|
|
@@ -1792,11 +1792,13 @@ declare module '@tiptap/core' {
|
|
|
1792
1792
|
|
|
1793
1793
|
declare module '@tiptap/core' {
|
|
1794
1794
|
interface Commands<ReturnType> {
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
emoji: string;
|
|
1795
|
+
columns: {
|
|
1796
|
+
insertColumns: (attrs?: {
|
|
1797
|
+
cols: number;
|
|
1799
1798
|
}) => ReturnType;
|
|
1799
|
+
addColBefore: () => ReturnType;
|
|
1800
|
+
addColAfter: () => ReturnType;
|
|
1801
|
+
deleteCol: () => ReturnType;
|
|
1800
1802
|
};
|
|
1801
1803
|
}
|
|
1802
1804
|
}
|
|
@@ -1804,14 +1806,8 @@ declare module '@tiptap/core' {
|
|
|
1804
1806
|
|
|
1805
1807
|
declare module '@tiptap/core' {
|
|
1806
1808
|
interface Commands<ReturnType> {
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
setReplaceTerm: (replaceTerm: string) => ReturnType;
|
|
1810
|
-
replace: () => ReturnType;
|
|
1811
|
-
replaceAll: () => ReturnType;
|
|
1812
|
-
goToPrevSearchResult: () => void;
|
|
1813
|
-
goToNextSearchResult: () => void;
|
|
1814
|
-
setCaseSensitive: (caseSensitive: boolean) => ReturnType;
|
|
1809
|
+
painter: {
|
|
1810
|
+
setPainter: (marks: Mark[]) => ReturnType;
|
|
1815
1811
|
};
|
|
1816
1812
|
}
|
|
1817
1813
|
}
|
|
@@ -1819,8 +1815,14 @@ declare module '@tiptap/core' {
|
|
|
1819
1815
|
|
|
1820
1816
|
declare module '@tiptap/core' {
|
|
1821
1817
|
interface Commands<ReturnType> {
|
|
1822
|
-
|
|
1823
|
-
|
|
1818
|
+
iframe: {
|
|
1819
|
+
/**
|
|
1820
|
+
* Add an iframe
|
|
1821
|
+
*/
|
|
1822
|
+
setIframe: (options: {
|
|
1823
|
+
src: string;
|
|
1824
|
+
service: string;
|
|
1825
|
+
}) => ReturnType;
|
|
1824
1826
|
};
|
|
1825
1827
|
}
|
|
1826
1828
|
}
|
|
@@ -1828,13 +1830,11 @@ declare module '@tiptap/core' {
|
|
|
1828
1830
|
|
|
1829
1831
|
declare module '@tiptap/core' {
|
|
1830
1832
|
interface Commands<ReturnType> {
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1833
|
+
emoji: {
|
|
1834
|
+
setEmoji: (emoji: {
|
|
1835
|
+
name: string;
|
|
1836
|
+
emoji: string;
|
|
1834
1837
|
}) => ReturnType;
|
|
1835
|
-
addColBefore: () => ReturnType;
|
|
1836
|
-
addColAfter: () => ReturnType;
|
|
1837
|
-
deleteCol: () => ReturnType;
|
|
1838
1838
|
};
|
|
1839
1839
|
}
|
|
1840
1840
|
}
|
|
@@ -1842,14 +1842,14 @@ declare module '@tiptap/core' {
|
|
|
1842
1842
|
|
|
1843
1843
|
declare module '@tiptap/core' {
|
|
1844
1844
|
interface Commands<ReturnType> {
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1845
|
+
search: {
|
|
1846
|
+
setSearchTerm: (searchTerm: string) => ReturnType;
|
|
1847
|
+
setReplaceTerm: (replaceTerm: string) => ReturnType;
|
|
1848
|
+
replace: () => ReturnType;
|
|
1849
|
+
replaceAll: () => ReturnType;
|
|
1850
|
+
goToPrevSearchResult: () => void;
|
|
1851
|
+
goToNextSearchResult: () => void;
|
|
1852
|
+
setCaseSensitive: (caseSensitive: boolean) => ReturnType;
|
|
1853
1853
|
};
|
|
1854
1854
|
}
|
|
1855
1855
|
}
|
|
@@ -1866,8 +1866,9 @@ declare module '@tiptap/core' {
|
|
|
1866
1866
|
|
|
1867
1867
|
declare module '@tiptap/core' {
|
|
1868
1868
|
interface Commands<ReturnType> {
|
|
1869
|
-
|
|
1870
|
-
|
|
1869
|
+
tableOfContents: {
|
|
1870
|
+
setTableOfContents: () => ReturnType;
|
|
1871
|
+
removeTableOfContents: () => ReturnType;
|
|
1871
1872
|
};
|
|
1872
1873
|
}
|
|
1873
1874
|
}
|
|
@@ -1875,9 +1876,8 @@ declare module '@tiptap/core' {
|
|
|
1875
1876
|
|
|
1876
1877
|
declare module '@tiptap/core' {
|
|
1877
1878
|
interface Commands<ReturnType> {
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
removeTableOfContents: () => ReturnType;
|
|
1879
|
+
attachment: {
|
|
1880
|
+
setAttachment: (attrs?: unknown) => ReturnType;
|
|
1881
1881
|
};
|
|
1882
1882
|
}
|
|
1883
1883
|
}
|
|
@@ -1885,8 +1885,9 @@ declare module '@tiptap/core' {
|
|
|
1885
1885
|
|
|
1886
1886
|
declare module '@tiptap/core' {
|
|
1887
1887
|
interface Commands<ReturnType> {
|
|
1888
|
-
|
|
1889
|
-
|
|
1888
|
+
mermaid: {
|
|
1889
|
+
setMermaid: (options: any, replace?: any) => ReturnType;
|
|
1890
|
+
setAlignImageMermaid: (align: 'left' | 'center' | 'right') => ReturnType;
|
|
1890
1891
|
};
|
|
1891
1892
|
}
|
|
1892
1893
|
}
|
|
@@ -1894,19 +1895,14 @@ declare module '@tiptap/core' {
|
|
|
1894
1895
|
|
|
1895
1896
|
declare module '@tiptap/core' {
|
|
1896
1897
|
interface Commands<ReturnType> {
|
|
1897
|
-
|
|
1898
|
-
/**
|
|
1899
|
-
* Add an image gif
|
|
1900
|
-
*/
|
|
1901
|
-
setImageGif: (options: Partial<SetImageAttrsOptions>) => ReturnType;
|
|
1902
|
-
/**
|
|
1903
|
-
* Update an image gif
|
|
1904
|
-
*/
|
|
1905
|
-
updateImageGif: (options: Partial<SetImageAttrsOptions>) => ReturnType;
|
|
1898
|
+
twitter: {
|
|
1906
1899
|
/**
|
|
1907
|
-
*
|
|
1900
|
+
* Insert a tweet
|
|
1901
|
+
* @param options The tweet attributes
|
|
1902
|
+
* @example editor.commands.setTweet({ src: 'https://x.com/seanpk/status/1800145949580517852' })
|
|
1908
1903
|
*/
|
|
1909
|
-
|
|
1904
|
+
setTweet: (options: SetTweetOptions) => ReturnType;
|
|
1905
|
+
updateTweet: (options: SetTweetOptions) => ReturnType;
|
|
1910
1906
|
};
|
|
1911
1907
|
}
|
|
1912
1908
|
}
|
|
@@ -1914,8 +1910,8 @@ declare module '@tiptap/core' {
|
|
|
1914
1910
|
|
|
1915
1911
|
declare module '@tiptap/core' {
|
|
1916
1912
|
interface Commands<ReturnType> {
|
|
1917
|
-
|
|
1918
|
-
|
|
1913
|
+
excalidraw: {
|
|
1914
|
+
setExcalidraw: (attrs?: IExcalidrawAttrs) => ReturnType;
|
|
1919
1915
|
};
|
|
1920
1916
|
}
|
|
1921
1917
|
}
|
|
@@ -1923,14 +1919,8 @@ declare module '@tiptap/core' {
|
|
|
1923
1919
|
|
|
1924
1920
|
declare module '@tiptap/core' {
|
|
1925
1921
|
interface Commands<ReturnType> {
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
* Insert a tweet
|
|
1929
|
-
* @param options The tweet attributes
|
|
1930
|
-
* @example editor.commands.setTweet({ src: 'https://x.com/seanpk/status/1800145949580517852' })
|
|
1931
|
-
*/
|
|
1932
|
-
setTweet: (options: SetTweetOptions) => ReturnType;
|
|
1933
|
-
updateTweet: (options: SetTweetOptions) => ReturnType;
|
|
1922
|
+
exportWord: {
|
|
1923
|
+
exportToWord: () => ReturnType;
|
|
1934
1924
|
};
|
|
1935
1925
|
}
|
|
1936
1926
|
}
|
|
@@ -1938,9 +1928,19 @@ declare module '@tiptap/core' {
|
|
|
1938
1928
|
|
|
1939
1929
|
declare module '@tiptap/core' {
|
|
1940
1930
|
interface Commands<ReturnType> {
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1931
|
+
imageGifUpload: {
|
|
1932
|
+
/**
|
|
1933
|
+
* Add an image gif
|
|
1934
|
+
*/
|
|
1935
|
+
setImageGif: (options: Partial<SetImageAttrsOptions>) => ReturnType;
|
|
1936
|
+
/**
|
|
1937
|
+
* Update an image gif
|
|
1938
|
+
*/
|
|
1939
|
+
updateImageGif: (options: Partial<SetImageAttrsOptions>) => ReturnType;
|
|
1940
|
+
/**
|
|
1941
|
+
* Set image alignment
|
|
1942
|
+
*/
|
|
1943
|
+
setAlignImageGif: (align: 'left' | 'center' | 'right') => ReturnType;
|
|
1944
1944
|
};
|
|
1945
1945
|
}
|
|
1946
1946
|
}
|
package/lib/index.d.ts
CHANGED
|
@@ -1734,6 +1734,16 @@ declare module '@tiptap/core' {
|
|
|
1734
1734
|
}
|
|
1735
1735
|
|
|
1736
1736
|
|
|
1737
|
+
declare module '@tiptap/core' {
|
|
1738
|
+
interface Commands<ReturnType> {
|
|
1739
|
+
lineHeight: {
|
|
1740
|
+
setLineHeight: (lineHeight: string) => ReturnType;
|
|
1741
|
+
unsetLineHeight: () => ReturnType;
|
|
1742
|
+
};
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
|
|
1737
1747
|
declare module '@tiptap/core' {
|
|
1738
1748
|
interface Commands<ReturnType> {
|
|
1739
1749
|
indent: {
|
|
@@ -1750,16 +1760,6 @@ declare module '@tiptap/core' {
|
|
|
1750
1760
|
}
|
|
1751
1761
|
|
|
1752
1762
|
|
|
1753
|
-
declare module '@tiptap/core' {
|
|
1754
|
-
interface Commands<ReturnType> {
|
|
1755
|
-
lineHeight: {
|
|
1756
|
-
setLineHeight: (lineHeight: string) => ReturnType;
|
|
1757
|
-
unsetLineHeight: () => ReturnType;
|
|
1758
|
-
};
|
|
1759
|
-
}
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
1763
|
declare module '@tiptap/core' {
|
|
1764
1764
|
interface Commands<ReturnType> {
|
|
1765
1765
|
imageUpload: {
|
|
@@ -1792,11 +1792,13 @@ declare module '@tiptap/core' {
|
|
|
1792
1792
|
|
|
1793
1793
|
declare module '@tiptap/core' {
|
|
1794
1794
|
interface Commands<ReturnType> {
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
emoji: string;
|
|
1795
|
+
columns: {
|
|
1796
|
+
insertColumns: (attrs?: {
|
|
1797
|
+
cols: number;
|
|
1799
1798
|
}) => ReturnType;
|
|
1799
|
+
addColBefore: () => ReturnType;
|
|
1800
|
+
addColAfter: () => ReturnType;
|
|
1801
|
+
deleteCol: () => ReturnType;
|
|
1800
1802
|
};
|
|
1801
1803
|
}
|
|
1802
1804
|
}
|
|
@@ -1804,14 +1806,8 @@ declare module '@tiptap/core' {
|
|
|
1804
1806
|
|
|
1805
1807
|
declare module '@tiptap/core' {
|
|
1806
1808
|
interface Commands<ReturnType> {
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
setReplaceTerm: (replaceTerm: string) => ReturnType;
|
|
1810
|
-
replace: () => ReturnType;
|
|
1811
|
-
replaceAll: () => ReturnType;
|
|
1812
|
-
goToPrevSearchResult: () => void;
|
|
1813
|
-
goToNextSearchResult: () => void;
|
|
1814
|
-
setCaseSensitive: (caseSensitive: boolean) => ReturnType;
|
|
1809
|
+
painter: {
|
|
1810
|
+
setPainter: (marks: Mark[]) => ReturnType;
|
|
1815
1811
|
};
|
|
1816
1812
|
}
|
|
1817
1813
|
}
|
|
@@ -1819,8 +1815,14 @@ declare module '@tiptap/core' {
|
|
|
1819
1815
|
|
|
1820
1816
|
declare module '@tiptap/core' {
|
|
1821
1817
|
interface Commands<ReturnType> {
|
|
1822
|
-
|
|
1823
|
-
|
|
1818
|
+
iframe: {
|
|
1819
|
+
/**
|
|
1820
|
+
* Add an iframe
|
|
1821
|
+
*/
|
|
1822
|
+
setIframe: (options: {
|
|
1823
|
+
src: string;
|
|
1824
|
+
service: string;
|
|
1825
|
+
}) => ReturnType;
|
|
1824
1826
|
};
|
|
1825
1827
|
}
|
|
1826
1828
|
}
|
|
@@ -1828,13 +1830,11 @@ declare module '@tiptap/core' {
|
|
|
1828
1830
|
|
|
1829
1831
|
declare module '@tiptap/core' {
|
|
1830
1832
|
interface Commands<ReturnType> {
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1833
|
+
emoji: {
|
|
1834
|
+
setEmoji: (emoji: {
|
|
1835
|
+
name: string;
|
|
1836
|
+
emoji: string;
|
|
1834
1837
|
}) => ReturnType;
|
|
1835
|
-
addColBefore: () => ReturnType;
|
|
1836
|
-
addColAfter: () => ReturnType;
|
|
1837
|
-
deleteCol: () => ReturnType;
|
|
1838
1838
|
};
|
|
1839
1839
|
}
|
|
1840
1840
|
}
|
|
@@ -1842,14 +1842,14 @@ declare module '@tiptap/core' {
|
|
|
1842
1842
|
|
|
1843
1843
|
declare module '@tiptap/core' {
|
|
1844
1844
|
interface Commands<ReturnType> {
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1845
|
+
search: {
|
|
1846
|
+
setSearchTerm: (searchTerm: string) => ReturnType;
|
|
1847
|
+
setReplaceTerm: (replaceTerm: string) => ReturnType;
|
|
1848
|
+
replace: () => ReturnType;
|
|
1849
|
+
replaceAll: () => ReturnType;
|
|
1850
|
+
goToPrevSearchResult: () => void;
|
|
1851
|
+
goToNextSearchResult: () => void;
|
|
1852
|
+
setCaseSensitive: (caseSensitive: boolean) => ReturnType;
|
|
1853
1853
|
};
|
|
1854
1854
|
}
|
|
1855
1855
|
}
|
|
@@ -1866,8 +1866,9 @@ declare module '@tiptap/core' {
|
|
|
1866
1866
|
|
|
1867
1867
|
declare module '@tiptap/core' {
|
|
1868
1868
|
interface Commands<ReturnType> {
|
|
1869
|
-
|
|
1870
|
-
|
|
1869
|
+
tableOfContents: {
|
|
1870
|
+
setTableOfContents: () => ReturnType;
|
|
1871
|
+
removeTableOfContents: () => ReturnType;
|
|
1871
1872
|
};
|
|
1872
1873
|
}
|
|
1873
1874
|
}
|
|
@@ -1875,9 +1876,8 @@ declare module '@tiptap/core' {
|
|
|
1875
1876
|
|
|
1876
1877
|
declare module '@tiptap/core' {
|
|
1877
1878
|
interface Commands<ReturnType> {
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
removeTableOfContents: () => ReturnType;
|
|
1879
|
+
attachment: {
|
|
1880
|
+
setAttachment: (attrs?: unknown) => ReturnType;
|
|
1881
1881
|
};
|
|
1882
1882
|
}
|
|
1883
1883
|
}
|
|
@@ -1885,8 +1885,9 @@ declare module '@tiptap/core' {
|
|
|
1885
1885
|
|
|
1886
1886
|
declare module '@tiptap/core' {
|
|
1887
1887
|
interface Commands<ReturnType> {
|
|
1888
|
-
|
|
1889
|
-
|
|
1888
|
+
mermaid: {
|
|
1889
|
+
setMermaid: (options: any, replace?: any) => ReturnType;
|
|
1890
|
+
setAlignImageMermaid: (align: 'left' | 'center' | 'right') => ReturnType;
|
|
1890
1891
|
};
|
|
1891
1892
|
}
|
|
1892
1893
|
}
|
|
@@ -1894,19 +1895,14 @@ declare module '@tiptap/core' {
|
|
|
1894
1895
|
|
|
1895
1896
|
declare module '@tiptap/core' {
|
|
1896
1897
|
interface Commands<ReturnType> {
|
|
1897
|
-
|
|
1898
|
-
/**
|
|
1899
|
-
* Add an image gif
|
|
1900
|
-
*/
|
|
1901
|
-
setImageGif: (options: Partial<SetImageAttrsOptions>) => ReturnType;
|
|
1902
|
-
/**
|
|
1903
|
-
* Update an image gif
|
|
1904
|
-
*/
|
|
1905
|
-
updateImageGif: (options: Partial<SetImageAttrsOptions>) => ReturnType;
|
|
1898
|
+
twitter: {
|
|
1906
1899
|
/**
|
|
1907
|
-
*
|
|
1900
|
+
* Insert a tweet
|
|
1901
|
+
* @param options The tweet attributes
|
|
1902
|
+
* @example editor.commands.setTweet({ src: 'https://x.com/seanpk/status/1800145949580517852' })
|
|
1908
1903
|
*/
|
|
1909
|
-
|
|
1904
|
+
setTweet: (options: SetTweetOptions) => ReturnType;
|
|
1905
|
+
updateTweet: (options: SetTweetOptions) => ReturnType;
|
|
1910
1906
|
};
|
|
1911
1907
|
}
|
|
1912
1908
|
}
|
|
@@ -1914,8 +1910,8 @@ declare module '@tiptap/core' {
|
|
|
1914
1910
|
|
|
1915
1911
|
declare module '@tiptap/core' {
|
|
1916
1912
|
interface Commands<ReturnType> {
|
|
1917
|
-
|
|
1918
|
-
|
|
1913
|
+
excalidraw: {
|
|
1914
|
+
setExcalidraw: (attrs?: IExcalidrawAttrs) => ReturnType;
|
|
1919
1915
|
};
|
|
1920
1916
|
}
|
|
1921
1917
|
}
|
|
@@ -1923,14 +1919,8 @@ declare module '@tiptap/core' {
|
|
|
1923
1919
|
|
|
1924
1920
|
declare module '@tiptap/core' {
|
|
1925
1921
|
interface Commands<ReturnType> {
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
* Insert a tweet
|
|
1929
|
-
* @param options The tweet attributes
|
|
1930
|
-
* @example editor.commands.setTweet({ src: 'https://x.com/seanpk/status/1800145949580517852' })
|
|
1931
|
-
*/
|
|
1932
|
-
setTweet: (options: SetTweetOptions) => ReturnType;
|
|
1933
|
-
updateTweet: (options: SetTweetOptions) => ReturnType;
|
|
1922
|
+
exportWord: {
|
|
1923
|
+
exportToWord: () => ReturnType;
|
|
1934
1924
|
};
|
|
1935
1925
|
}
|
|
1936
1926
|
}
|
|
@@ -1938,9 +1928,19 @@ declare module '@tiptap/core' {
|
|
|
1938
1928
|
|
|
1939
1929
|
declare module '@tiptap/core' {
|
|
1940
1930
|
interface Commands<ReturnType> {
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1931
|
+
imageGifUpload: {
|
|
1932
|
+
/**
|
|
1933
|
+
* Add an image gif
|
|
1934
|
+
*/
|
|
1935
|
+
setImageGif: (options: Partial<SetImageAttrsOptions>) => ReturnType;
|
|
1936
|
+
/**
|
|
1937
|
+
* Update an image gif
|
|
1938
|
+
*/
|
|
1939
|
+
updateImageGif: (options: Partial<SetImageAttrsOptions>) => ReturnType;
|
|
1940
|
+
/**
|
|
1941
|
+
* Set image alignment
|
|
1942
|
+
*/
|
|
1943
|
+
setAlignImageGif: (align: 'left' | 'center' | 'right') => ReturnType;
|
|
1944
1944
|
};
|
|
1945
1945
|
}
|
|
1946
1946
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { P as p, k as x, h as C, B, e as S, f as h, C as g, a as k, c as E, t as I, v as R, E as H, G as M, y as T, A as b, F as A, b as L, s as y, H as z, d as F, j as v, i as w, w as K, q as O, Q as P, z as U, n as W, I as _, K as j, o as q, L as D, N as G, W as N, M as V, u as J, O as Q, x as X, p as Y, S as Z, l as $, r as aa, D as sa, g as ea, T as ta, J as oa, X as ra, U as ia, V as na, R as la } from "./utils-
|
|
2
|
-
import { m as ua, n as ca, k as ma, p as fa, v as pa, z as xa } from "./locales-
|
|
1
|
+
import { P as p, k as x, h as C, B, e as S, f as h, C as g, a as k, c as E, t as I, v as R, E as H, G as M, y as T, A as b, F as A, b as L, s as y, H as z, d as F, j as v, i as w, w as K, q as O, Q as P, z as U, n as W, I as _, K as j, o as q, L as D, N as G, W as N, M as V, u as J, O as Q, x as X, p as Y, S as Z, l as $, r as aa, D as sa, g as ea, T as ta, J as oa, X as ra, U as ia, V as na, R as la } from "./utils-DJ3-4GXI.js";
|
|
2
|
+
import { m as ua, n as ca, k as ma, p as fa, v as pa, z as xa } from "./locales-CjqAVVw_.js";
|
|
3
3
|
import { useRef as l, useState as t, useEffect as d } from "react";
|
|
4
|
-
import { B as Ba } from "./tiptap-
|
|
4
|
+
import { B as Ba } from "./tiptap-8FnNtpP6.js";
|
|
5
5
|
function c() {
|
|
6
6
|
var s;
|
|
7
7
|
const a = l({ editor: null }), [o, r] = t(!1), [i, n] = t(null);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var k=Object.defineProperty;var _=(e,t,o)=>t in e?k(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o;var a=(e,t,o)=>_(e,typeof t!="symbol"?t+"":t,o);const n=require("react"),p=require("./vendor-Dy6OEB8l.cjs"),T=require("./utils-zAUcy3gG.cjs"),F={"editor.remove":"Remove","editor.copy":"Copy","editor.words":"WORDS","editor.characters":"CHARACTERS","editor.default":"Default","editor.recent":"Recently Used","editor.nofill":"No Fill","editor.format":"Format Painter","editor.delete":"Delete","editor.edit":"Edit","editor.settings":"Settings","editor.table_of_content":"Table of Content","editor.draghandle.tooltip":"Modify","editor.copyToClipboard":"CopyToClipboard","editor.importWord.tooltip":"Import Word","editor.slash":"Press '/' for commands","editor.slash.empty":"No Result","editor.slash.format":"Format","editor.slash.insert":"Insert","editor.slash.embed":"Embed Services","editor.content":"Please input content","editor.fontFamily.tooltip":"Font Family","editor.fontFamily.default.tooltip":"Default","editor.moremark":"More Text Styles","editor.size.small.tooltip":"Small","editor.size.medium.tooltip":"Medium","editor.size.large.tooltip":"Cover","editor.bold.tooltip":"Bold","editor.italic.tooltip":"Italic","editor.underline.tooltip":"Underline","editor.strike.tooltip":"Strike","editor.color.tooltip":"Color","editor.color.more":"More Colors","editor.highlight.tooltip":"Highlight","editor.lineheight.tooltip":"Line Height","editor.heading.tooltip":"Headings","editor.heading.h1.tooltip":"Heading 1","editor.heading.h2.tooltip":"Heading 2","editor.heading.h3.tooltip":"Heading 3","editor.heading.h4.tooltip":"Heading 4","editor.heading.h5.tooltip":"Heading 5","editor.heading.h6.tooltip":"Heading 6","editor.paragraph.tooltip":"Paragraph","editor.textalign.tooltip":"Align","editor.textalign.left.tooltip":"Left","editor.textalign.center.tooltip":"Center","editor.textalign.right.tooltip":"Right","editor.textalign.justify.tooltip":"Justify","editor.indent":"Indent","editor.indent.indent":"Increase Indent","editor.indent.outdent":"Decrease Indent","editor.fontSize.tooltip":"Font size","editor.fontSize.default.tooltip":"Default","editor.superscript.tooltip":"Superscript","editor.subscript.tooltip":"Subscript","editor.bulletlist.tooltip":"Bullet List","editor.orderedlist.tooltip":"Ordered List","editor.tasklist.tooltip":"Task List","editor.indent.tooltip":"Indent","editor.outdent.tooltip":"Outdent","editor.columns.tooltip":"Columns","editor.link.tooltip":"Link","editor.link.unlink.tooltip":"UnLink","editor.link.open.tooltip":"Open Link","editor.link.edit.tooltip":"Edit Link","editor.link.dialog.title":"Insert Link","editor.link.dialog.link":"Link","editor.link.dialog.text":"Text","editor.link.dialog.openInNewTab":"Open In New Tab","editor.link.dialog.link.placeholder":"Link Address","editor.link.dialog.text.placeholder":"Add Description","editor.link.dialog.button.apply":"Apply","editor.image.tooltip":"Image","editor.image.dragger.tooltip":"Click or drag the image to the area to upload","editor.image.float.left.tooltip":"Float left","editor.image.float.none.tooltip":"Float none","editor.image.float.right.tooltip":"Float right","editor.image.dialog.title":"Add an image","editor.image.dialog.tab.url":"Url","editor.image.dialog.tab.upload":"Upload","editor.image.dialog.tab.uploadCrop":"Upload & Crop","editor.image.dialog.uploading":"Uploading","editor.link.dialog.inline":"Inline","editor.image.dialog.form.link":"Link","editor.image.dialog.placeholder":"Link","editor.image.dialog.form.alt":"Alt","editor.image.dialog.form.aspectRatio":"Lock original aspect ratio","editor.image.dialog.form.file":"File","editor.image.dialog.button.apply":"Apply","editor.video.tooltip":"Video","editor.video.dialog.tab.upload":"Upload","editor.video.dialog.uploading":"Uploading","editor.video.dialog.title":"Embed or upload a video","editor.video.dialog.link":"Link","editor.video.dialog.placeholder":"Link","editor.video.dialog.button.apply":"Apply","editor.table.tooltip":"Table","editor.table.menu.insert_table":"Insert Table","editor.table.menu.insert_table.with_header_row":"With header row","editor.table.menu.add_column_before":"Add Column Before","editor.table.menu.add_column_after":"Add Column After","editor.table.menu.delete_column":"Delete Column","editor.table.menu.add_row_before":"Add Row Before","editor.table.menu.add_row_after":"Add Row After","editor.table.menu.delete_row":"Delete Row","editor.table.menu.merge_or_split_cells":"Merge Or Split Cells","editor.table.menu.delete_table":"Delete Table","editor.blockquote.tooltip":"Blockquote","editor.horizontalrule.tooltip":"Horizontal Rule","editor.code.tooltip":"Code","editor.codeblock.tooltip":"Code Block","editor.clear.tooltip":"Clear Format","editor.undo.tooltip":"Undo","editor.redo.tooltip":"Redo","editor.fullscreen.tooltip.fullscreen":"Fullscreen","editor.fullscreen.tooltip.exit":"Fullscreen Exit","editor.imageUpload.cancel":"Cancel","editor.imageUpload.crop":"Crop","editor.imageUpload.fileTypeNotSupported":"File type not supported","editor.imageUpload.fileSizeTooBig":"File size too big, Maximum size is","editor.table.menu.insertColumnBefore":"Insert Column Before","editor.table.menu.insertColumnAfter":"Insert Column After","editor.table.menu.deleteColumn":"Delete Column","editor.table.menu.insertRowAbove":"Insert Row Above","editor.table.menu.insertRowBelow":"Insert Row Below","editor.table.menu.deleteRow":"Delete Row","editor.table.menu.mergeCells":"Merge Cells","editor.table.menu.splitCells":"Split Cells","editor.table.menu.deleteTable":"Delete Table","editor.table.menu.setCellsBgColor":"Cell Background Color","editor.emoji.tooltip":"Emoji","editor.iframe.tooltip":"Iframe","editor.searchAndReplace.tooltip":"Search and Replace","editor.search.dialog.text":"Search","editor.replace.dialog.text":"Replace","editor.replaceAll.dialog.text":"Replace All","editor.previous.dialog.text":"Previous","editor.next.dialog.text":"Next",no_result_found:"No results found","Smileys & People":"Smileys & People","Animals & Nature":"Animals & Nature","Food & Drink":"Food & Drink",Activity:"Activity","Travel & Places":"Travel & Places",Object:"Objects",Symbol:"Symbols",Flags:"Flags","Frequently used":"Frequently used","editor.formula.dialog.text":"Formula","editor.katex.tooltip":"Math Formula","editor.exportPdf.tooltip":"Export PDF","editor.exportWord.tooltip":"Export Word","editor.importWrod.tooltip":"Import Word","editor.textDirection.tooltip":"Text Direction","editor.textDirection.auto.tooltip":"Auto","editor.textDirection.ltr.tooltip":"Left to Right","editor.textDirection.rtl.tooltip":"Right to Left","editor.attachment.tooltip":"Attachment","editor.attachment.uploading":"Uploading","editor.attachment.please_upload":"Please upload the file","editor.imageGif.tooltip":"Gif","editor.replace.caseSensitive":"Case Sensitive","editor.mermaid.tooltip":"Mermaid","editor.twitter.tooltip":"Twitter","editor.tooltip.flipX":"Flip Horizontal","editor.tooltip.flipY":"Flip Vertical"},s=F,A={"editor.remove":"Remover","editor.copy":"Copiar","editor.words":"PALAVRAS","editor.characters":"CARACTERES","editor.default":"Padrão","editor.recent":"Usado recentemente","editor.nofill":"Sem preenchimento","editor.format":"Format Painter","editor.delete":"Deletar","editor.edit":"Editar","editor.settings":"Configurações","editor.table_of_content":"Tabela de conteúdos","editor.draghandle.tooltip":"Modificar","editor.copyToClipboard":"Copiar para a área de transferência","editor.importWord.tooltip":"Importar Word","editor.slash":"Pressione '/' para comandos","editor.slash.empty":"Nenhum resultado","editor.slash.format":"Formato","editor.slash.insert":"Inserir","editor.slash.embed":"Incorporar serviços","editor.content":"Por favor, insira o conteúdo","editor.fontFamily.tooltip":"Fonte","editor.fontFamily.default.tooltip":"Padrão","editor.moremark":"Mais estilos de texto","editor.size.small.tooltip":"Pequeno","editor.size.medium.tooltip":"Médio","editor.size.large.tooltip":"Grande","editor.bold.tooltip":"Negrito","editor.italic.tooltip":"Itálico","editor.underline.tooltip":"Sublinhado","editor.strike.tooltip":"Riscado","editor.color.tooltip":"Cor","editor.color.more":"Mais cores","editor.highlight.tooltip":"Destaque","editor.lineheight.tooltip":"Altura da linha","editor.heading.tooltip":"Cabeçalhos","editor.heading.h1.tooltip":"Cabeçalho 1","editor.heading.h2.tooltip":"Cabeçalho 2","editor.heading.h3.tooltip":"Cabeçalho 3","editor.heading.h4.tooltip":"Cabeçalho 4","editor.heading.h5.tooltip":"Cabeçalho 5","editor.heading.h6.tooltip":"Cabeçalho 6","editor.paragraph.tooltip":"Parágrafo","editor.textalign.tooltip":"Alinhar","editor.textalign.left.tooltip":"Esquerda","editor.textalign.center.tooltip":"Centro","editor.textalign.right.tooltip":"Direita","editor.textalign.justify.tooltip":"Justificar","editor.indent":"Recuo","editor.indent.indent":"Aumentar recuo","editor.indent.outdent":"Diminuir recuo","editor.fontSize.tooltip":"Tamanho da fonte","editor.fontSize.default.tooltip":"Padrão","editor.superscript.tooltip":"Sobrescrito","editor.subscript.tooltip":"Subscrito","editor.bulletlist.tooltip":"Lista de marcadores","editor.orderedlist.tooltip":"Lista numerada","editor.tasklist.tooltip":"Lista de tarefas","editor.indent.tooltip":"Recuo","editor.outdent.tooltip":"Diminuir recuo","editor.columns.tooltip":"Colunas","editor.link.tooltip":"Link","editor.link.unlink.tooltip":"Desvincular","editor.link.open.tooltip":"Abrir link","editor.link.edit.tooltip":"Editar link","editor.link.dialog.title":"Inserir link","editor.link.dialog.link":"Link","editor.link.dialog.text":"Texto","editor.link.dialog.openInNewTab":"Abrir em nova guia","editor.link.dialog.link.placeholder":"Endereço do link","editor.link.dialog.text.placeholder":"Texto do link","editor.link.dialog.button.apply":"Aplicar","editor.image.tooltip":"Imagem","editor.image.dragger.tooltip":"Clique ou arraste a imagem para a área de upload","editor.image.float.left.tooltip":"Flutuar à esquerda","editor.image.float.none.tooltip":"Nenhum flutuante","editor.image.float.right.tooltip":"Flutuar à direita","editor.image.dialog.title":"Adicionar uma imagem","editor.image.dialog.tab.url":"Url","editor.image.dialog.tab.upload":"Enviar","editor.link.dialog.inline":"Inline","editor.image.dialog.tab.uploadCrop":"Enviar e cortar","editor.image.dialog.uploading":"Enviando","editor.image.dialog.form.link":"Link","editor.image.dialog.placeholder":"Link","editor.image.dialog.form.alt":"Alt","editor.image.dialog.form.aspectRatio":"Bloquear proporção original","editor.image.dialog.form.file":"Arquivo","editor.image.dialog.button.apply":"Aplicar","editor.video.tooltip":"Vídeo","editor.video.dialog.tab.upload":"Enviar","editor.video.dialog.uploading":"Enviando","editor.video.dialog.title":"Incorporar ou enviar um vídeo","editor.video.dialog.link":"Link","editor.video.dialog.placeholder":"Link","editor.video.dialog.button.apply":"Aplicar","editor.table.tooltip":"Tabela","editor.table.menu.insert_table":"Inserir tabela","editor.table.menu.insert_table.with_header_row":"Com linha de cabeçalho","editor.table.menu.add_column_before":"Adicionar coluna antes","editor.table.menu.add_column_after":"Adicionar coluna depois","editor.table.menu.delete_column":"Excluir coluna","editor.table.menu.add_row_before":"Adicionar linha antes","editor.table.menu.add_row_after":"Adicionar linha depois","editor.table.menu.delete_row":"Deletar linha","editor.table.menu.merge_or_split_cells":"Mesclar ou dividir células","editor.table.menu.delete_table":"Deletar tabela","editor.blockquote.tooltip":"Citação","editor.horizontalrule.tooltip":"Regra horizontal","editor.code.tooltip":"Código","editor.codeblock.tooltip":"Bloco de código","editor.clear.tooltip":"Limpar formato","editor.undo.tooltip":"Desfazer","editor.redo.tooltip":"Refazer","editor.fullscreen.tooltip.fullscreen":"Tela cheia","editor.fullscreen.tooltip.exit":"Sair da tela cheia","editor.imageUpload.cancel":"Cancelar","editor.imageUpload.crop":"Cortar","editor.imageUpload.fileTypeNotSupported":"Tipo de arquivo não suportado","editor.imageUpload.fileSizeTooBig":"Tamanho do arquivo muito grande, tamanho máximo é","editor.table.menu.insertColumnBefore":"Inserir coluna antes","editor.table.menu.insertColumnAfter":"Inserir coluna depois","editor.table.menu.deleteColumn":"Excluir coluna","editor.table.menu.insertRowAbove":"Inserir linha acima","editor.table.menu.insertRowBelow":"Inserir linha abaixo","editor.table.menu.deleteRow":"Deletar linha","editor.table.menu.mergeCells":"Mesclar células","editor.table.menu.splitCells":"Dividir células","editor.table.menu.deleteTable":"Deletar tabela","editor.table.menu.setCellsBgColor":"Cor de fundo da célula","editor.emoji.tooltip":"Emoji","editor.iframe.tooltip":"Iframe","editor.searchAndReplace.tooltip":"Pesquisar e substituir","editor.search.dialog.text":"Pesquisar","editor.replace.dialog.text":"Substituir","editor.replaceAll.dialog.text":"Substituir tudo","editor.previous.dialog.text":"Anterior","editor.next.dialog.text":"Próximo",no_result_found:"Nenhum resultado encontrado","Smileys & People":"Emoticons & Pessoas","Animals & Nature":"Animais & Natureza","Food & Drink":"Comida & Bebida",Activity:"Atividade","Travel & Places":"Viagem & Lugares",Object:"Objetos",Symbol:"Símbolos",Flags:"Bandeiras","Frequently used":"Frequentemente usado","editor.formula.dialog.text":"Fórmula","editor.katex.tooltip":"Fórmula matemática","editor.exportPdf.tooltip":"Exportar PDF","editor.exportWord.tooltip":"Exportar Word","editor.importWrod.tooltip":"Importar Word","editor.textDirection.tooltip":"Direção do texto","editor.textDirection.auto.tooltip":"Automático","editor.textDirection.ltr.tooltip":"Esquerda para Direita","editor.textDirection.rtl.tooltip":"Direita para Esquerda","editor.attachment.tooltip":"Anexo","editor.attachment.uploading":"Enviando","editor.attachment.please_upload":"Por favor, envie o arquivo","editor.imageGif.tooltip":"Gif","editor.replace.caseSensitive":"Sensível a maiúsculas e minúsculas","editor.mermaid.tooltip":"Mermaid","editor.twitter.tooltip":"Twitter","editor.tooltip.flipX":"Inverter Horizontal","editor.tooltip.flipY":"Inverter Vertical"},g=A,C={"editor.remove":"Xóa","editor.copy":"Sao chép","editor.words":"TỪ","editor.characters":"KÝ TỰ","editor.default":"Mặc định","editor.recent":"Đã sử dụng gần đây","editor.nofill":"Không tô","editor.format":"Format Painter","editor.delete":"Xóa","editor.edit":"Chỉnh sửa","editor.settings":"Cài đặt","editor.table_of_content":"Mục lục","editor.draghandle.tooltip":"Sửa đổi","editor.copyToClipboard":"CopyToClipboard","editor.importWord.tooltip":"Nhập Word","editor.slash":"Nhấn '/' để biết lệnh","editor.slash.empty":"Không có kết quả","editor.slash.format":"Định dạng","editor.slash.insert":"Chèn","editor.slash.embed":"Dịch vụ nhúng","editor.content":"Vui lòng nhập nội dung","editor.moremark":"Nhiều kiểu văn bản hơn","editor.size.small.tooltip":"Nhỏ","editor.fontFamily.tooltip":"Phông chữ","editor.fontFamily.default.tooltip":"Mặc định","editor.size.medium.tooltip":"Trung bình","editor.size.large.tooltip":"Lớn","editor.bold.tooltip":"Đậm","editor.italic.tooltip":"In nghiêng","editor.underline.tooltip":"Gạch chân","editor.strike.tooltip":"Gạch","editor.color.tooltip":"Màu","editor.color.more":"Nhiều màu hơn","editor.highlight.tooltip":"Đánh dấu","editor.lineheight.tooltip":"Chiều cao dòng","editor.heading.tooltip":"Tiêu đề","editor.heading.h1.tooltip":"Tiêu đề 1","editor.heading.h2.tooltip":"Tiêu đề 2","editor.heading.h3.tooltip":"Tiêu đề 3","editor.heading.h4.tooltip":"Tiêu đề 4","editor.heading.h5.tooltip":"Tiêu đề 5","editor.heading.h6.tooltip":"Tiêu đề 6","editor.paragraph.tooltip":"Đoạn văn","editor.textalign.tooltip":"Căn chỉnh","editor.textalign.left.tooltip":"Trái","editor.textalign.center.tooltip":"Giữa","editor.textalign.right.tooltip":"Phải","editor.textalign.justify.tooltip":"Căn đều","editor.indent":"Thụt lề","editor.indent.indent":"Tăng thụt lề","editor.indent.outdent":"Giảm thụt lề","editor.fontSize.tooltip":"Kích thước phông chữ","editor.fontSize.default.tooltip":"Mặc định","editor.superscript.tooltip":"Chỉ số trên","editor.subscript.tooltip":"Chỉ số dưới","editor.bulletlist.tooltip":"Danh sách dấu đầu dòng","editor.orderedlist.tooltip":"Danh sách có thứ tự","editor.tasklist.tooltip":"Danh sách tác vụ","editor.indent.tooltip":"Tăng thụt lề","editor.outdent.tooltip":"Giảm thụt lề","editor.columns.tooltip":"Cột","editor.link.tooltip":"Liên kết","editor.link.unlink.tooltip":"Hủy liên kết","editor.link.open.tooltip":"Mở liên kết","editor.link.edit.tooltip":"Chỉnh sửa liên kết","editor.link.dialog.title":"Chèn liên kết","editor.link.dialog.link":"Liên kết","editor.link.dialog.text":"Văn bản","editor.link.dialog.openInNewTab":"Mở trong tab mới","editor.link.dialog.link.placeholder":"Địa chỉ liên kết","editor.link.dialog.text.placeholder":"Thêm mô tả","editor.link.dialog.button.apply":"Áp dụng","editor.image.tooltip":"Hình ảnh","editor.image.dragger.tooltip":"Nhấp hoặc kéo hình ảnh đến khu vực để tải lên","editor.image.float.left.tooltip":"Trôi sang trái","editor.image.float.none.tooltip":"Trôi không","editor.image.float.right.tooltip":"Trôi sang phải","editor.image.dialog.title":"Thêm hình ảnh","editor.image.dialog.tab.url":"Url","editor.image.dialog.tab.upload":"Tải lên","editor.link.dialog.inline":"Inline","editor.image.dialog.tab.uploadCrop":"Tải lên & Cắt","editor.image.dialog.uploading":"Đang tải lên","editor.image.dialog.form.link":"Liên kết","editor.image.dialog.placeholder":"Liên kết","editor.image.dialog.form.alt":"Alt","editor.image.dialog.form.aspectRatio":"Khóa tỷ lệ khung hình gốc","editor.image.dialog.form.file":"Tệp","editor.image.dialog.button.apply":"Áp dụng","editor.video.tooltip":"Video","editor.video.dialog.tab.upload":"Tải lên","editor.video.dialog.uploading":"Đang tải lên","editor.video.dialog.title":"Nhúng hoặc tải lên video","editor.video.dialog.link":"Liên kết","editor.video.dialog.placeholder":"Liên kết","editor.video.dialog.button.apply":"Áp dụng","editor.table.tooltip":"Bảng","editor.table.menu.insert_table":"Chèn Bảng","editor.table.menu.insert_table.with_header_row":"Có hàng tiêu đề","editor.table.menu.add_column_before":"Thêm Cột Trước","editor.table.menu.add_column_after":"Thêm Cột Sau","editor.table.menu.delete_column":"Xóa Cột","editor.table.menu.add_row_before":"Thêm Hàng Trước","editor.table.menu.add_row_after":"Thêm Hàng Sau","editor.table.menu.delete_row":"Xóa Hàng","editor.table.menu.merge_or_split_cells":"Gộp Hoặc Tách Ô","editor.table.menu.delete_table":"Xóa Bảng","editor.blockquote.tooltip":"Blockquote","editor.horizontalrule.tooltip":"Quy tắc ngang","editor.code.tooltip":"Mã","editor.codeblock.tooltip":"Khối mã","editor.clear.tooltip":"Xóa định dạng","editor.undo.tooltip":"Hoàn tác","editor.redo.tooltip":"Làm lại","editor.fullscreen.tooltip.fullscreen":"Toàn màn hình","editor.fullscreen.tooltip.exit":"Thoát toàn màn hình","editor.imageUpload.cancel":"Hủy","editor.imageUpload.crop":"Cắt","editor.imageUpload.fileTypeNotSupported":"Loại tệp không được hỗ trợ","editor.imageUpload.fileSizeTooBig":"Kích thước tệp quá lớn, Kích thước tối đa là","editor.table.menu.insertColumnBefore":"Chèn cột trước","editor.table.menu.insertColumnAfter":"Chèn cột sau","editor.table.menu.deleteColumn":"Xóa cột","editor.table.menu.insertRowAbove":"Chèn hàng ở trên","editor.table.menu.insertRowBelow":"Chèn hàng ở dưới","editor.table.menu.deleteRow":"Xóa hàng","editor.table.menu.mergeCells":"Gộp các ô","editor.table.menu.splitCells":"Chia ô","editor.table.menu.deleteTable":"Xóa bảng","editor.table.menu.setCellsBgColor":"Màu nền ô","editor.emoji.tooltip":"Biểu tượng","editor.iframe.tooltip":"Iframe","editor.searchAndReplace.tooltip":"Tìm kiếm và thay thế","editor.search.dialog.text":"Tìm kiếm","editor.replace.dialog.text":"Thay thế","editor.replaceAll.dialog.text":"Thay thế tất cả","editor.previous.dialog.text":"Trước","editor.next.dialog.text":"Tiếp theo",no_result_found:"Không tìm thấy kết quả","Smileys & People":"Cười & Mọi người","Animals & Nature":"Động vật & Thiên nhiên","Food & Drink":"Thức ăn & Đồ uống",Activity:"Hoạt động","Travel & Places":"Du lịch & Địa điểm",Object:"Vật",Symbol:"Ký hiệu",Flags:"Cờ","Frequently used":"Thường xuyên sử dụng","editor.formula.dialog.text":"Công thức","editor.katex.tooltip":"Công thức toán học","editor.exportPdf.tooltip":"Xuất PDF","editor.exportWord.tooltip":"Xuất Word","editor.importWrod.tooltip":"Nhập Word","editor.textDirection.tooltip":"Hướng văn bản","editor.textDirection.auto.tooltip":"Tự động","editor.textDirection.ltr.tooltip":"Trái sang Phải","editor.textDirection.rtl.tooltip":"Phải sang Trái","editor.attachment.tooltip":"Đính kèm","editor.attachment.uploading":"Đang tải lên","editor.attachment.please_upload":"Vui lòng tải lên tệp","editor.imageGif.tooltip":"Gif","editor.replace.caseSensitive":"Phân biệt chữ hoa chữ thường","editor.mermaid.tooltip":"Mermaid","editor.twitter.tooltip":"Twitter","editor.tooltip.flipX":"Lật Ngang","editor.tooltip.flipY":"Lật Dọc"},m=C,x={"editor.remove":"移除","editor.copy":"复制","editor.words":"字数","editor.characters":"字符数","editor.default":"默认","editor.recent":"最近使用","editor.nofill":"无填充","editor.format":"格式刷","editor.delete":"删除","editor.edit":"编辑","editor.settings":"设置","editor.table_of_content":"目录","editor.draghandle.tooltip":"修改","editor.copyToClipboard":"复制到剪贴板","editor.importWord.tooltip":"导入 Word","editor.slash":"按 '/' 使用命令","editor.slash.empty":"无结果","editor.slash.format":"格式","editor.slash.insert":"插入","editor.slash.embed":"嵌入服务","editor.content":"请输入内容","editor.fontFamily.tooltip":"字体","editor.fontFamily.default.tooltip":"默认","editor.moremark":"更多文本样式","editor.size.small.tooltip":"小","editor.size.medium.tooltip":"中","editor.size.large.tooltip":"封面","editor.bold.tooltip":"粗体","editor.italic.tooltip":"斜体","editor.underline.tooltip":"下划线","editor.strike.tooltip":"删除线","editor.color.tooltip":"颜色","editor.color.more":"更多颜色","editor.highlight.tooltip":"高亮","editor.lineheight.tooltip":"行高","editor.heading.tooltip":"标题","editor.heading.h1.tooltip":"标题 1","editor.heading.h2.tooltip":"标题 2","editor.heading.h3.tooltip":"标题 3","editor.heading.h4.tooltip":"标题 4","editor.heading.h5.tooltip":"标题 5","editor.heading.h6.tooltip":"标题 6","editor.paragraph.tooltip":"段落","editor.textalign.tooltip":"对齐","editor.textalign.left.tooltip":"左对齐","editor.textalign.center.tooltip":"居中","editor.textalign.right.tooltip":"右对齐","editor.textalign.justify.tooltip":"两端对齐","editor.indent":"缩进","editor.indent.indent":"增加缩进","editor.indent.outdent":"减少缩进","editor.fontSize.tooltip":"字号","editor.fontSize.default.tooltip":"默认","editor.superscript.tooltip":"上标","editor.subscript.tooltip":"下标","editor.bulletlist.tooltip":"无序列表","editor.orderedlist.tooltip":"有序列表","editor.tasklist.tooltip":"任务列表","editor.indent.tooltip":"缩进","editor.outdent.tooltip":"减少缩进","editor.columns.tooltip":"列","editor.link.tooltip":"链接","editor.link.unlink.tooltip":"取消链接","editor.link.open.tooltip":"打开链接","editor.link.edit.tooltip":"编辑链接","editor.link.dialog.title":"插入链接","editor.link.dialog.link":"链接","editor.link.dialog.text":"文本","editor.link.dialog.openInNewTab":"在新标签页中打开","editor.link.dialog.link.placeholder":"链接地址","editor.link.dialog.text.placeholder":"添加描述","editor.link.dialog.button.apply":"应用","editor.image.tooltip":"图片","editor.image.dragger.tooltip":"点击或拖拽图片到此区域上传","editor.image.float.left.tooltip":"左浮动","editor.image.float.none.tooltip":"无浮动","editor.image.float.right.tooltip":"右浮动","editor.image.dialog.title":"添加图片","editor.image.dialog.tab.url":"链接","editor.image.dialog.tab.upload":"上传","editor.link.dialog.inline":"Inline","editor.image.dialog.uploading":"上传中","editor.image.dialog.form.link":"链接","editor.image.dialog.placeholder":"链接","editor.image.dialog.form.alt":"替代文本","editor.image.dialog.form.aspectRatio":"锁定原始宽高比","editor.image.dialog.form.file":"文件","editor.image.dialog.button.apply":"应用","editor.video.tooltip":"视频","editor.video.dialog.tab.upload":"上传","editor.image.dialog.tab.uploadCrop":"上传并裁剪","editor.video.dialog.uploading":"上传中","editor.video.dialog.title":"嵌入或上传视频","editor.video.dialog.link":"链接","editor.video.dialog.placeholder":"链接","editor.video.dialog.button.apply":"应用","editor.table.tooltip":"表格","editor.table.menu.insert_table":"插入表格","editor.table.menu.insert_table.with_header_row":"带标题行","editor.table.menu.add_column_before":"在前面插入列","editor.table.menu.add_column_after":"在后面插入列","editor.table.menu.delete_column":"删除列","editor.table.menu.add_row_before":"在上方插入行","editor.table.menu.add_row_after":"在下方插入行","editor.table.menu.delete_row":"删除行","editor.table.menu.merge_or_split_cells":"合并或拆分单元格","editor.table.menu.delete_table":"删除表格","editor.blockquote.tooltip":"引用","editor.horizontalrule.tooltip":"水平线","editor.code.tooltip":"代码","editor.codeblock.tooltip":"代码块","editor.clear.tooltip":"清除格式","editor.undo.tooltip":"撤销","editor.redo.tooltip":"重做","editor.fullscreen.tooltip.fullscreen":"全屏","editor.fullscreen.tooltip.exit":"退出全屏","editor.imageUpload.cancel":"取消","editor.imageUpload.crop":"裁剪","editor.imageUpload.fileTypeNotSupported":"不支持的文件类型","editor.imageUpload.fileSizeTooBig":"文件大小超出限制,最大大小为","editor.table.menu.insertColumnBefore":"在前面插入列","editor.table.menu.insertColumnAfter":"在后面插入列","editor.table.menu.deleteColumn":"删除列","editor.table.menu.insertRowAbove":"在上方插入行","editor.table.menu.insertRowBelow":"在下方插入行","editor.table.menu.deleteRow":"删除行","editor.table.menu.mergeCells":"合并单元格","editor.table.menu.splitCells":"拆分单元格","editor.table.menu.deleteTable":"删除表格","editor.table.menu.setCellsBgColor":"设置单元格背景色","editor.emoji.tooltip":"表情","editor.iframe.tooltip":"内嵌框架","editor.searchAndReplace.tooltip":"搜索和替换","editor.search.dialog.text":"搜索","editor.replace.dialog.text":"替换","editor.replaceAll.dialog.text":"全部替换","editor.previous.dialog.text":"上一个","editor.next.dialog.text":"下一个",no_result_found:"未找到结果","Smileys & People":"笑脸和人","Animals & Nature":"动物和自然","Food & Drink":"食物和饮料",Activity:"活动","Travel & Places":"旅行和地点",Object:"物体",Symbol:"符号",Flags:"旗帜","Frequently used":"常用","editor.formula.dialog.text":"公式","editor.katex.tooltip":"数学公式","editor.exportPdf.tooltip":"导出 PDF","editor.exportWord.tooltip":"导出 Word","editor.importWrod.tooltip":"导入 Word","editor.textDirection.tooltip":"文本方向","editor.textDirection.auto.tooltip":"自动","editor.textDirection.ltr.tooltip":"从左到右","editor.textDirection.rtl.tooltip":"从右到左","editor.attachment.tooltip":"附件","editor.attachment.uploading":"上传中","editor.attachment.please_upload":"请上传文件","editor.imageGif.tooltip":"Gif","editor.replace.caseSensitive":"区分大小写","editor.mermaid.tooltip":"Mermaid","editor.twitter.tooltip":"Twitter","editor.tooltip.flipX":"水平翻转","editor.tooltip.flipY":"垂直翻转"},u=x,z={"editor.remove":"Eltávolítás","editor.copy":"Másolás","editor.words":"SZAVAK","editor.characters":"KARAKTEREK","editor.default":"Alapértelmezett","editor.recent":"Gyakran használt","editor.nofill":"Kitöltés törlése","editor.format":"Formátummásoló","editor.delete":"Törlés","editor.edit":"Szerkesztés","editor.settings":"Beállítások","editor.table_of_content":"Tartalomjegyzék","editor.draghandle.tooltip":"Módosítás","editor.copyToClipboard":"Másolás vágólapra","editor.importWord.tooltip":"Word importálása","editor.slash":"Nyomja meg a '/' gombot a parancsokhoz","editor.slash.empty":"Nincs találat","editor.slash.format":"Formátum","editor.slash.insert":"Beszúrás","editor.slash.embed":"Szolgáltatások beágyazása","editor.content":"Írjon be tartalmat","editor.fontFamily.tooltip":"Betűtípus","editor.fontFamily.default.tooltip":"Alapértelmezett","editor.moremark":"Több betűstílus","editor.size.small.tooltip":"Kicsi","editor.size.medium.tooltip":"Közepes","editor.size.large.tooltip":"Borítókép","editor.bold.tooltip":"Félkövér","editor.italic.tooltip":"Dőlt betű","editor.underline.tooltip":"Aláhúzott","editor.strike.tooltip":"Áthúzott","editor.color.tooltip":"Szín","editor.color.more":"Több szín","editor.highlight.tooltip":"Kiemelés","editor.lineheight.tooltip":"Sorköz","editor.heading.tooltip":"Fejlécek","editor.heading.h1.tooltip":"Fejléc 1","editor.heading.h2.tooltip":"Fejléc 2","editor.heading.h3.tooltip":"Fejléc 3","editor.heading.h4.tooltip":"Fejléc 4","editor.heading.h5.tooltip":"Fejléc 5","editor.heading.h6.tooltip":"Fejléc 6","editor.paragraph.tooltip":"Bekezdés","editor.textalign.tooltip":"Igazítás","editor.textalign.left.tooltip":"Bal","editor.textalign.center.tooltip":"Közép","editor.textalign.right.tooltip":"Jobb","editor.textalign.justify.tooltip":"Sorkizárt","editor.indent":"Behúzás","editor.indent.indent":"Behúzás Növelése","editor.indent.outdent":"Behúzás Csökkentése","editor.fontSize.tooltip":"Betűméret","editor.fontSize.default.tooltip":"Alapértelmezett","editor.superscript.tooltip":"Felső index","editor.subscript.tooltip":"Alsó index","editor.bulletlist.tooltip":"Felsorolás","editor.orderedlist.tooltip":"Rendezett lista","editor.tasklist.tooltip":"Feladat lista","editor.indent.tooltip":"Behúzás növelése","editor.outdent.tooltip":"Behúzás csökkentése","editor.columns.tooltip":"Oszlopok","editor.link.tooltip":"Link","editor.link.unlink.tooltip":"Link törlése","editor.link.open.tooltip":"Link megnyitása","editor.link.edit.tooltip":"Link szerkesztése","editor.link.dialog.title":"Link beszúrása","editor.link.dialog.link":"Link","editor.link.dialog.text":"Szöveg","editor.link.dialog.openInNewTab":"Megnyitás új lapon","editor.link.dialog.link.placeholder":"Link célpont","editor.link.dialog.text.placeholder":"Szöveg","editor.link.dialog.button.apply":"Alkalmaz","editor.image.tooltip":"Kép","editor.image.dragger.tooltip":"Kattintson vagy húzza a feltölteni kívánt képet a területre","editor.image.float.left.tooltip":"Lebegtetés balra","editor.image.float.none.tooltip":"Lebegtetés törlése","editor.image.float.right.tooltip":"Lebegtetés jobbra","editor.image.dialog.title":"Kép hozzáadása","editor.image.dialog.tab.url":"URL","editor.image.dialog.tab.upload":"Feltöltés","editor.image.dialog.tab.uploadCrop":"Feltöltés és körbevágás","editor.image.dialog.uploading":"Feltöltés alatt","editor.link.dialog.inline":"Soron belüli","editor.image.dialog.form.link":"Link","editor.image.dialog.placeholder":"Link","editor.image.dialog.form.alt":"Alternatív szöveg","editor.image.dialog.form.aspectRatio":"Eredeti képarány megtartása","editor.image.dialog.form.file":"Fájl","editor.image.dialog.button.apply":"Alkalmaz","editor.video.tooltip":"Videó","editor.video.dialog.tab.upload":"Feltöltés","editor.video.dialog.uploading":"Feltöltés alatt","editor.video.dialog.title":"Videó beágyazása vagy feltöltése","editor.video.dialog.link":"Link","editor.video.dialog.placeholder":"Link","editor.video.dialog.button.apply":"Alkalmaz","editor.table.tooltip":"Táblázat","editor.table.menu.insert_table":"Táblázat beszúrása","editor.table.menu.insert_table.with_header_row":"Fejléc sorral","editor.table.menu.add_column_before":"Oszlop beszúrása balra","editor.table.menu.add_column_after":"Oszlop beszúrása jobbra","editor.table.menu.delete_column":"Oszlop törlése","editor.table.menu.add_row_before":"Sor beszúrása felülre","editor.table.menu.add_row_after":"Sor beszúrása alulra","editor.table.menu.delete_row":"Sor törlése","editor.table.menu.merge_or_split_cells":"Cellák egyesítése vagy szétválasztása","editor.table.menu.delete_table":"Táblázat törlése","editor.blockquote.tooltip":"Blokkidézet","editor.horizontalrule.tooltip":"Vízszintes vonal","editor.code.tooltip":"Kód","editor.codeblock.tooltip":"Kód Blokk","editor.clear.tooltip":"Formatálás Törlése","editor.undo.tooltip":"Visszavonás","editor.redo.tooltip":"Visszaállítás","editor.fullscreen.tooltip.fullscreen":"Teljes képernyős mód","editor.fullscreen.tooltip.exit":"Kilépés teljes képernyős módból","editor.imageUpload.cancel":"Mégsem","editor.imageUpload.crop":"Körbevágás","editor.imageUpload.fileTypeNotSupported":"Fájltípus nem támogatott","editor.imageUpload.fileSizeTooBig":"A fájlméret túl nagy, a maximum méret","editor.table.menu.insertColumnBefore":"Oszlop beszúrása balra","editor.table.menu.insertColumnAfter":"Oszlop beszúrása jobbra","editor.table.menu.deleteColumn":"Oszlop törlése","editor.table.menu.insertRowAbove":"Sor beszúrása felülre","editor.table.menu.insertRowBelow":"Sor beszúrása alulra","editor.table.menu.deleteRow":"Sor törlése","editor.table.menu.mergeCells":"Cellák egyesítése","editor.table.menu.splitCells":"Cellék szétválasztása","editor.table.menu.deleteTable":"Táblázat törlése","editor.table.menu.setCellsBgColor":"Cella háttérszín","editor.emoji.tooltip":"Emoji","editor.iframe.tooltip":"Beágyazás","editor.searchAndReplace.tooltip":"Keresés és csere","editor.search.dialog.text":"Keres","editor.replace.dialog.text":"Csere","editor.replaceAll.dialog.text":"Összes cseréje","editor.previous.dialog.text":"Előző","editor.next.dialog.text":"Következő",no_result_found:"Nincs találat","Smileys & People":"Arcok és emberek","Animals & Nature":"Állatok és természet","Food & Drink":"Étel és ital",Activity:"Aktivitás","Travel & Places":"Utazás és helyek",Object:"Tárgyak",Symbol:"Szimbólumok",Flags:"Zászlók","Frequently used":"Gyakran használt","editor.formula.dialog.text":"Formula","editor.katex.tooltip":"Matematikai formula","editor.exportPdf.tooltip":"PDF exportálása","editor.exportWord.tooltip":"Word exportálása","editor.importWrod.tooltip":"Word importálása","editor.textDirection.tooltip":"Szövegirány","editor.textDirection.auto.tooltip":"Automatikus","editor.textDirection.ltr.tooltip":"Balról jobbra","editor.textDirection.rtl.tooltip":"Jobbról balra","editor.attachment.tooltip":"Csatolmány","editor.attachment.uploading":"Feltöltés alatt","editor.attachment.please_upload":"Töltse fel a fájlt","editor.imageGif.tooltip":"Gif","editor.replace.caseSensitive":"Kisbetű-nagybetű érzékenység","editor.mermaid.tooltip":"Mermaid","editor.twitter.tooltip":"Twitter","editor.tooltip.flipX":"Vízszintes tükrözés","editor.tooltip.flipY":"Függőleges tükrözés"},c=z,E="en",L=200,v=L-80,D=20,y=1e5,S=16,I=10,B=10,w=2,R=["#000000","#262626","#595959","#8C8C8C","#BFBFBF","#D9D9D9","#E9E9E9","#F5F5F5","#FAFAFA","#FFFFFF","#F5222D","#FA541C","#FA8C16","#FADB14","#52C41A","#13C2C2","#1890FF","#2F54EB","#722ED1","#EB2F96","#FFE8E6","#FFECE0","#FFEFD1","#FCFCCA","#E4F7D2","#D3F5F0","#D4EEFC","#DEE8FC","#EFE1FA","#FAE1EB","#FFA39E","#FFBB96","#FFD591","#FFFB8F","#B7EB8F","#87E8DE","#91D5FF","#ADC6FF","#D3ADF7","#FFADD2","#FF4D4F","#FF7A45","#FFA940","#FFEC3D","#73D13D","#36CFC9","#40A9FF","#597EF7","#9254DE","#F759AB","#CF1322","#D4380D","#D46B08","#D4B106","#389E0D","#08979C","#096DD9","#1D39C4","#531DAB","#C41D7F","#820014","#871400","#873800","#614700","#135200","#00474F","#003A8C","#061178","#22075E","#780650"],U=["Inter","Comic Sans MS, Comic Sans","serif","cursive","Arial","Arial Black","Georgia","Impact","Tahoma","Times New Roman","Verdana","Courier New","Lucida Console","Monaco","monospace"],N=["html","css","js","ts","bash"],M={html:"HTML",css:"CSS",js:"JavaScript",ts:"TypeScript",bash:"Bash"},P=["10px","11px","12px","14px","16px","18px","20px","22px","24px","26px","28px","36px","48px","72px"],j="default";var h=(e=>(e[e["size-small"]=200]="size-small",e[e["size-medium"]=500]="size-medium",e["size-large"]="100%",e))(h||{}),b=(e=>(e[e["size-small"]=480]="size-small",e[e["size-medium"]=640]="size-medium",e["size-large"]="100%",e))(b||{});const H=["100%","115%","150%","200%","250%","300%"],G="1",O=["bold","italic","underline","strike","code","link","divider","color","highlight","textAlign"],i={lang:E,message:{en:s,hu_HU:c,vi:m,zh_CN:u,pt_BR:g}};class W{constructor(){a(this,"emitter");this.emitter=T.mitt()}get lang(){return i.lang}set lang(t){if(!this.isLangSupported(t)){console.warn(`Can't find the current language "${t}", Using language "${i.lang}" by default`);return}i.lang=t,this.emitter.emit("lang",t)}get message(){return i.message}set message(t){i.message=t}loadLangMessage(t){return this.message[t]}isLangSupported(t){return Object.keys(this.message).includes(t)}setLang(t){this.lang=t}registerWatchLang(t){return this.emitter.on("lang",t),{unsubscribe:()=>{this.emitter.off("lang",t)}}}setMessage(t,o){this.message[t]=o}buildLocalesHandler(t){t||(t=this.lang);const o=this.loadLangMessage(t);return function(l){return o[l]||l}}}const r=new W,f=p.g(i.lang);function q(){const[e,t]=p.A(f),o=n.useMemo(()=>r.buildLocalesHandler(e),[e]);return n.useEffect(()=>{const d=r.registerWatchLang(l=>{t(l)});return()=>{d.unsubscribe()}},[]),{lang:e,t:o}}const K={t:e=>r.buildLocalesHandler(f.get())(e)},X=r;exports.BUBBLE_TEXT_LIST=O;exports.COLORS_LIST=R;exports.DEFAULT_FONT_FAMILY_LIST=U;exports.DEFAULT_FONT_SIZE_LIST=P;exports.DEFAULT_FONT_SIZE_VALUE=j;exports.DEFAULT_LANGUAGE_CODE_BLOCK=N;exports.DEFAULT_LINE_HEIGHT=G;exports.DEFAULT_LINE_HEIGHT_LIST=H;exports.EDITOR_UPDATE_WATCH_THROTTLE_WAIT_TIME=v;exports.IMAGE_MAX_SIZE=y;exports.IMAGE_MIN_SIZE=D;exports.IMAGE_SIZE=h;exports.IMAGE_THROTTLE_WAIT_TIME=S;exports.MAP_LANGUAGE_CODE_LABELS=M;exports.TABLE_DEFAULT_SELECTED_GRID_SIZE=w;exports.TABLE_INIT_GRID_SIZE=I;exports.TABLE_MAX_GRID_SIZE=B;exports.VIDEO_SIZE=b;exports.en=s;exports.hu_HU=c;exports.locale=X;exports.localeActions=K;exports.pt_BR=g;exports.useLocale=q;exports.vi=m;exports.zh_CN=u;
|