reactjs-tiptap-editor 1.0.3 → 1.0.5
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/{ActionMenuButton-BjQpCWBy.cjs → ActionMenuButton-BS1m0efQ.cjs} +1 -1
- package/lib/{ActionMenuButton-BFepb5pA.js → ActionMenuButton-CmYQziyT.js} +11 -11
- package/lib/Attachment.cjs +1 -1
- package/lib/Attachment.js +4 -4
- package/lib/Blockquote.cjs +1 -1
- package/lib/Blockquote.js +3 -3
- package/lib/Bold.cjs +1 -1
- package/lib/Bold.js +3 -3
- package/lib/BulletList.cjs +1 -1
- package/lib/BulletList.js +3 -3
- package/lib/Clear.cjs +1 -1
- package/lib/Clear.js +2 -2
- package/lib/Code.cjs +1 -1
- package/lib/Code.js +3 -3
- package/lib/CodeBlock.cjs +39 -39
- package/lib/CodeBlock.js +949 -841
- package/lib/CodeView.cjs +1 -1
- package/lib/CodeView.js +3 -3
- package/lib/Color.cjs +1 -1
- package/lib/Color.js +8 -8
- package/lib/Column.cjs +1 -1
- package/lib/Column.js +3 -3
- package/lib/{Drawer-CJju6ecy.js → Drawer-BCMlTDss.js} +14 -14
- package/lib/{Drawer-CSueBqcB.cjs → Drawer-DPVStAKs.cjs} +1 -1
- package/lib/Drawer.cjs +1 -1
- package/lib/Drawer.js +1 -1
- package/lib/Emoji.cjs +1 -1
- package/lib/Emoji.js +13 -13
- package/lib/{Excalidraw-C6LNBBPI.js → Excalidraw-1dKmqI-3.js} +19 -19
- package/lib/{Excalidraw-sf65kOJo.cjs → Excalidraw-BP-xjF6S.cjs} +1 -1
- package/lib/Excalidraw.cjs +1 -1
- package/lib/Excalidraw.js +1 -1
- package/lib/ExportPdf.cjs +1 -1
- package/lib/ExportPdf.js +3 -3
- package/lib/ExportWord.cjs +1 -1
- package/lib/ExportWord.js +3 -3
- package/lib/FontFamily.cjs +1 -1
- package/lib/FontFamily.js +5 -5
- package/lib/FontSize.cjs +1 -1
- package/lib/FontSize.js +5 -5
- package/lib/Heading.cjs +1 -1
- package/lib/Heading.js +13 -13
- package/lib/Highlight.cjs +1 -1
- package/lib/Highlight.js +8 -8
- package/lib/History.cjs +1 -1
- package/lib/History.js +3 -3
- package/lib/HorizontalRule.cjs +1 -1
- package/lib/HorizontalRule.js +3 -3
- package/lib/{Icon-CJomacaQ.cjs → Icon-BjR_or8V.cjs} +1 -1
- package/lib/{Icon-CNyAQ70L.js → Icon-C-qYUAS1.js} +1 -1
- package/lib/{Iframe-DjIPMesT.js → Iframe-B_GAN9lj.js} +11 -11
- package/lib/{Iframe-CkoadzVT.cjs → Iframe-CeasogsD.cjs} +1 -1
- package/lib/Iframe.cjs +1 -1
- package/lib/Iframe.js +1 -1
- package/lib/Image.cjs +1 -1
- package/lib/Image.js +45 -45
- package/lib/ImageGif.cjs +1 -1
- package/lib/ImageGif.js +8 -8
- package/lib/ImportWord.cjs +2 -2
- package/lib/ImportWord.js +8 -8
- package/lib/{Indent-08e09DMj.cjs → Indent-BGmFt7Dc.cjs} +1 -1
- package/lib/{Indent-UDnZAurv.js → Indent-DCTAYr8i.js} +3 -3
- package/lib/Indent.cjs +1 -1
- package/lib/Indent.js +1 -1
- package/lib/Italic.cjs +1 -1
- package/lib/Italic.js +3 -3
- package/lib/{Katex-zmcrp9k1.cjs → Katex-CFZB-dZq.cjs} +2 -2
- package/lib/{Katex-CXa45tyK.js → Katex-CxEAc1xw.js} +19 -19
- package/lib/Katex.cjs +1 -1
- package/lib/Katex.js +1 -1
- package/lib/LineHeight.cjs +1 -1
- package/lib/LineHeight.js +14 -14
- package/lib/Link.cjs +1 -1
- package/lib/Link.js +1 -1
- package/lib/{LinkEditBlock-CB8dAmrf.js → LinkEditBlock-C8rPUoNH.js} +68 -68
- package/lib/{LinkEditBlock-Dif8KmZQ.cjs → LinkEditBlock-DiSXJpTN.cjs} +2 -2
- package/lib/Mermaid.cjs +2 -2
- package/lib/Mermaid.js +20 -21
- package/lib/MoreMark.cjs +1 -1
- package/lib/MoreMark.js +15 -15
- package/lib/OrderedList.cjs +1 -1
- package/lib/OrderedList.js +3 -3
- package/lib/SearchAndReplace.cjs +1 -1
- package/lib/SearchAndReplace.js +20 -20
- package/lib/SlashCommand.cjs +1 -1
- package/lib/SlashCommand.js +8 -8
- package/lib/Strike.cjs +1 -1
- package/lib/Strike.js +3 -3
- package/lib/{Table-BahHb0Ru.cjs → Table-B4s9CpR4.cjs} +1 -1
- package/lib/{Table-BnhgS_-w.js → Table-B9w1GsCg.js} +5 -5
- package/lib/Table.cjs +1 -1
- package/lib/Table.js +1 -1
- package/lib/TaskList.cjs +1 -1
- package/lib/TaskList.js +3 -3
- package/lib/TextAlign.cjs +1 -1
- package/lib/TextAlign.js +15 -15
- package/lib/TextDirection.cjs +1 -1
- package/lib/TextDirection.js +15 -15
- package/lib/TextUnderline.cjs +1 -1
- package/lib/TextUnderline.js +3 -3
- package/lib/{Twitter-Cb2gasLV.js → Twitter-B-GTNq1g.js} +19 -19
- package/lib/{Twitter-BWmvba2p.cjs → Twitter-BVlF0vEs.cjs} +1 -1
- package/lib/Twitter.cjs +1 -1
- package/lib/Twitter.js +1 -1
- package/lib/Video.cjs +1 -1
- package/lib/Video.js +23 -23
- package/lib/bubble.cjs +1 -1
- package/lib/bubble.js +37 -37
- package/lib/{button-CG4usMxR.js → button-Crm67hfl.js} +1 -1
- package/lib/{button-CIneI3CY.cjs → button-xNppt_aK.cjs} +1 -1
- package/lib/{checkbox-C_n_ksgm.js → checkbox-DViVmgJ6.js} +1 -1
- package/lib/{checkbox-D71Mb18N.cjs → checkbox-NQC2MdGT.cjs} +1 -1
- package/lib/{dialog-NJmA61GX.js → dialog-Ce9Cjfft.js} +1 -1
- package/lib/{dialog-DOqHbj83.cjs → dialog-DaHBd2zw.cjs} +1 -1
- package/lib/{dropdown-menu-Lfbfr4dW.js → dropdown-menu-CQykJhBs.js} +1 -1
- package/lib/{dropdown-menu-C6sUfvGJ.cjs → dropdown-menu-CSCDQtq0.cjs} +1 -1
- package/lib/events.constant-DQYeJpu5.cjs +1 -0
- package/lib/{events.constant-CBPIqO_g.js → events.constant-wrlJ_7JZ.js} +5 -4
- package/lib/{index-DGihe-wH.js → index-0OnGZkVF.js} +19 -16
- package/lib/index-CNzHZDls.cjs +7 -0
- package/lib/{index-BY7ivGJJ.js → index-DuZCJJSp.js} +461 -550
- package/lib/{index-D4d-0Hqh.cjs → index-FSRjMsxW.cjs} +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.js +2 -2
- package/lib/{input-BP2Gxw3D.js → input-DfqFAyKo.js} +1 -1
- package/lib/{input-gHDudt4e.cjs → input-tU3H__39.cjs} +1 -1
- package/lib/{label-DJJuWtqE.js → label-DC33TZy_.js} +1 -1
- package/lib/{label-CVPLC4Zx.cjs → label-DkDE77kc.cjs} +1 -1
- package/lib/locale-bundle.cjs +1 -1
- package/lib/locale-bundle.js +1 -1
- package/lib/locales/index.d.ts +2 -1
- package/lib/{popover-MfEQQFJ7.cjs → popover-CZWSQZ0q.cjs} +1 -1
- package/lib/{popover-BvQjtkQM.js → popover-CoepUobG.js} +1 -1
- package/lib/{separator-D_v6CJRt.js → separator-6SnwzytZ.js} +18 -18
- package/lib/{separator-BJzi4Ghx.cjs → separator-DCQD8P6s.cjs} +1 -1
- package/lib/store-726Zjszt.cjs +1 -0
- package/lib/store-ibARMQ3h.js +10 -0
- package/lib/style.css +1 -1
- package/lib/{tabs-CSLPqYK2.cjs → tabs-B_ArrG09.cjs} +1 -1
- package/lib/{tabs-C0zcytw3.js → tabs-DrkJL_C2.js} +1 -1
- package/lib/{textarea-Du5WiLd3.js → textarea-CIs52G8B.js} +1 -1
- package/lib/{textarea-CoUGzfC4.cjs → textarea-CmZVZKOo.cjs} +1 -1
- package/lib/theme/theme.d.ts +1 -1
- package/lib/theme.cjs +1 -1
- package/lib/theme.js +2 -2
- package/lib/{toggle-Bdrb8AZg.cjs → toggle-Bo07J-M7.cjs} +1 -1
- package/lib/{toggle-DifEFalS.js → toggle-MUGlaI1L.js} +8 -8
- package/lib/{tooltip-CY18LQet.js → tooltip-BTFcHrd9.js} +1 -1
- package/lib/{tooltip-nFyTogij.cjs → tooltip-DFjcKu9a.cjs} +1 -1
- package/lib/{useButtonProps-DEuoHLy_.js → useButtonProps-D0SrPzuG.js} +2 -2
- package/lib/{useButtonProps-5aSfh81v.cjs → useButtonProps-bei1vI37.cjs} +1 -1
- package/lib/utils/customEvents/events.constant.d.ts +1 -0
- package/package.json +1 -1
- package/lib/events.constant-B-VGURJp.cjs +0 -1
- package/lib/index-B7WkxZXU.cjs +0 -7
- package/lib/store-D0HwYEZ6.cjs +0 -1
- package/lib/store-DXwTyDFS.js +0 -10
package/lib/Image.js
CHANGED
|
@@ -2,23 +2,23 @@ import { s as he, m as fe, R as ge } from "./index-nFjllrEl.js";
|
|
|
2
2
|
import { a as q, c as pe } from "./throttle-CGM5M2yG.js";
|
|
3
3
|
import { jsx as o, jsxs as b, Fragment as H } from "react/jsx-runtime";
|
|
4
4
|
import j, { useState as L, useMemo as P, useCallback as F, useEffect as W, useRef as ae } from "react";
|
|
5
|
-
import { I as Z, j as J, k as be, u as ne } from "./index-
|
|
5
|
+
import { I as Z, j as J, k as be, u as ne } from "./index-0OnGZkVF.js";
|
|
6
6
|
import { i as K, c as xe } from "./isNumber-CTm1pIvN.js";
|
|
7
|
-
import { A as ye } from "./toggle-
|
|
8
|
-
import "./index-
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
7
|
+
import { A as ye } from "./toggle-MUGlaI1L.js";
|
|
8
|
+
import "./index-DuZCJJSp.js";
|
|
9
|
+
import { I as $ } from "./Icon-C-qYUAS1.js";
|
|
10
|
+
import { D as re, a as le, b as oe, c as se, d as we } from "./dialog-Ce9Cjfft.js";
|
|
11
|
+
import Ie from "react-image-crop";
|
|
12
|
+
import { B } from "./button-Crm67hfl.js";
|
|
13
|
+
import { d as ve, r as Te } from "./file-BLas99n7.js";
|
|
14
|
+
import { d as ce, c as Ae, u as Ce, a as Ee } from "./useButtonProps-D0SrPzuG.js";
|
|
15
|
+
import { u as de } from "./use-toast-Crf7-q5H.js";
|
|
16
|
+
import { a as Me } from "./store-ibARMQ3h.js";
|
|
17
|
+
import { l as Le, E as Ne } from "./events.constant-wrlJ_7JZ.js";
|
|
18
|
+
import { T as Se, a as _e, b as Q, c as ee } from "./tabs-DrkJL_C2.js";
|
|
19
|
+
import { C as ze } from "./checkbox-DViVmgJ6.js";
|
|
20
|
+
import { L as te } from "./label-DC33TZy_.js";
|
|
21
|
+
import { I as ie } from "./input-DfqFAyKo.js";
|
|
22
22
|
const X = {
|
|
23
23
|
TOP_LEFT: "tl",
|
|
24
24
|
TOP_RIGHT: "tr",
|
|
@@ -232,10 +232,10 @@ function ue(e, t) {
|
|
|
232
232
|
}
|
|
233
233
|
function Ue({ editor: e, imageInline: t, onClose: a, disabled: s, alt: f }) {
|
|
234
234
|
var n, y;
|
|
235
|
-
const { t: u } = ne(), { toast: g } =
|
|
235
|
+
const { t: u } = ne(), { toast: g } = de(), [v, m] = L(!1), [x, C] = L(!1), T = j.useRef(null), [_, S] = j.useState(), [k, R] = j.useState(""), M = ae(null), [E, z] = L({
|
|
236
236
|
src: "",
|
|
237
237
|
file: null
|
|
238
|
-
}), A =
|
|
238
|
+
}), A = ce(G.name), p = P(() => (A == null ? void 0 : A.options) ?? {}, [A]);
|
|
239
239
|
function c(i) {
|
|
240
240
|
if (T.current && i.width && i.height) {
|
|
241
241
|
const r = U(T.current, i);
|
|
@@ -263,7 +263,7 @@ function Ue({ editor: e, imageInline: t, onClose: a, disabled: s, alt: f }) {
|
|
|
263
263
|
if (!x) {
|
|
264
264
|
C(!0);
|
|
265
265
|
try {
|
|
266
|
-
const r =
|
|
266
|
+
const r = ve(k, ((i = E == null ? void 0 : E.file) == null ? void 0 : i.name) || "image.png");
|
|
267
267
|
let h = "";
|
|
268
268
|
p.upload ? h = await p.upload(r) : h = URL.createObjectURL(r), e.chain().focus().setImageInline({ src: h, inline: t, alt: f }).run(), m(!1), z({
|
|
269
269
|
src: "",
|
|
@@ -298,7 +298,7 @@ function Ue({ editor: e, imageInline: t, onClose: a, disabled: s, alt: f }) {
|
|
|
298
298
|
i.target.value = "";
|
|
299
299
|
return;
|
|
300
300
|
}
|
|
301
|
-
const l = h[0], w = await
|
|
301
|
+
const l = h[0], w = await Te(l);
|
|
302
302
|
m(!0), z({
|
|
303
303
|
src: w.src,
|
|
304
304
|
file: l
|
|
@@ -318,18 +318,18 @@ function Ue({ editor: e, imageInline: t, onClose: a, disabled: s, alt: f }) {
|
|
|
318
318
|
}
|
|
319
319
|
),
|
|
320
320
|
/* @__PURE__ */ b(
|
|
321
|
-
|
|
321
|
+
re,
|
|
322
322
|
{
|
|
323
323
|
open: v,
|
|
324
324
|
onOpenChange: (i) => {
|
|
325
325
|
m(i), i || (z({ src: "", file: null }), N());
|
|
326
326
|
},
|
|
327
327
|
children: [
|
|
328
|
-
/* @__PURE__ */ o(
|
|
329
|
-
/* @__PURE__ */ b(
|
|
330
|
-
/* @__PURE__ */ o(
|
|
328
|
+
/* @__PURE__ */ o(le, {}),
|
|
329
|
+
/* @__PURE__ */ b(oe, { children: [
|
|
330
|
+
/* @__PURE__ */ o(se, { children: u("editor.image.dialog.tab.uploadCrop") }),
|
|
331
331
|
/* @__PURE__ */ o("div", { children: E.src && /* @__PURE__ */ o(
|
|
332
|
-
|
|
332
|
+
Ie,
|
|
333
333
|
{
|
|
334
334
|
className: "richtext-w-full",
|
|
335
335
|
crop: _,
|
|
@@ -345,7 +345,7 @@ function Ue({ editor: e, imageInline: t, onClose: a, disabled: s, alt: f }) {
|
|
|
345
345
|
)
|
|
346
346
|
}
|
|
347
347
|
) }),
|
|
348
|
-
/* @__PURE__ */ b(
|
|
348
|
+
/* @__PURE__ */ b(we, { children: [
|
|
349
349
|
/* @__PURE__ */ b(
|
|
350
350
|
B,
|
|
351
351
|
{
|
|
@@ -414,14 +414,14 @@ function Ue({ editor: e, imageInline: t, onClose: a, disabled: s, alt: f }) {
|
|
|
414
414
|
] });
|
|
415
415
|
}
|
|
416
416
|
function rt() {
|
|
417
|
-
const { t: e } = ne(), { toast: t } =
|
|
417
|
+
const { t: e } = ne(), { toast: t } = de(), a = Ae(), s = Ce(G.name), {
|
|
418
418
|
icon: f,
|
|
419
419
|
tooltip: u
|
|
420
|
-
} = (s == null ? void 0 : s.componentProps) ?? {}, { editorDisabled: g } =
|
|
420
|
+
} = (s == null ? void 0 : s.componentProps) ?? {}, { editorDisabled: g } = Ee(), [v, m] = L(!1), [x, C] = L(!1), T = ce(G.name), _ = (d) => {
|
|
421
421
|
m(d.detail);
|
|
422
422
|
}, [S, k] = L(""), [R, M] = L(""), E = ae(null), z = (T == null ? void 0 : T.options.defaultInline) || !1, [A, p] = L(z), c = P(() => T == null ? void 0 : T.options, [T]);
|
|
423
423
|
W(() => {
|
|
424
|
-
const d =
|
|
424
|
+
const d = Le(Ne.UPLOAD_IMAGE(a.id), _);
|
|
425
425
|
return () => {
|
|
426
426
|
d();
|
|
427
427
|
};
|
|
@@ -480,13 +480,13 @@ function rt() {
|
|
|
480
480
|
d.preventDefault(), (N = E.current) == null || N.click();
|
|
481
481
|
}
|
|
482
482
|
return s ? /* @__PURE__ */ b(
|
|
483
|
-
|
|
483
|
+
re,
|
|
484
484
|
{
|
|
485
485
|
onOpenChange: m,
|
|
486
486
|
open: v,
|
|
487
487
|
children: [
|
|
488
488
|
/* @__PURE__ */ o(
|
|
489
|
-
|
|
489
|
+
le,
|
|
490
490
|
{
|
|
491
491
|
asChild: !0,
|
|
492
492
|
children: /* @__PURE__ */ o(
|
|
@@ -502,21 +502,21 @@ function rt() {
|
|
|
502
502
|
)
|
|
503
503
|
}
|
|
504
504
|
),
|
|
505
|
-
/* @__PURE__ */ b(
|
|
506
|
-
/* @__PURE__ */ o(
|
|
505
|
+
/* @__PURE__ */ b(oe, { children: [
|
|
506
|
+
/* @__PURE__ */ o(se, { children: e("editor.image.dialog.title") }),
|
|
507
507
|
/* @__PURE__ */ b(
|
|
508
|
-
|
|
508
|
+
Se,
|
|
509
509
|
{
|
|
510
510
|
activationMode: "manual",
|
|
511
511
|
defaultValue: c.resourceImage === "both" || c.resourceImage === "upload" ? "upload" : "link",
|
|
512
512
|
children: [
|
|
513
|
-
c.resourceImage === "both" && /* @__PURE__ */ b(
|
|
514
|
-
/* @__PURE__ */ o(
|
|
515
|
-
/* @__PURE__ */ o(
|
|
513
|
+
c.resourceImage === "both" && /* @__PURE__ */ b(_e, { className: "richtext-grid richtext-w-full richtext-grid-cols-2", children: [
|
|
514
|
+
/* @__PURE__ */ o(Q, { value: "upload", children: e("editor.image.dialog.tab.upload") }),
|
|
515
|
+
/* @__PURE__ */ o(Q, { value: "link", children: e("editor.image.dialog.tab.url") })
|
|
516
516
|
] }),
|
|
517
517
|
/* @__PURE__ */ b("div", { className: "richtext-my-[10px] richtext-flex richtext-items-center richtext-gap-[4px]", children: [
|
|
518
518
|
/* @__PURE__ */ o(
|
|
519
|
-
|
|
519
|
+
ze,
|
|
520
520
|
{
|
|
521
521
|
checked: A,
|
|
522
522
|
onCheckedChange: (d) => {
|
|
@@ -524,12 +524,12 @@ function rt() {
|
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
526
|
),
|
|
527
|
-
/* @__PURE__ */ o(
|
|
527
|
+
/* @__PURE__ */ o(te, { children: e("editor.link.dialog.inline") })
|
|
528
528
|
] }),
|
|
529
529
|
c.enableAlt && /* @__PURE__ */ b("div", { className: "richtext-my-[10px] ", children: [
|
|
530
|
-
/* @__PURE__ */ o(
|
|
530
|
+
/* @__PURE__ */ o(te, { className: "mb-[6px]", children: e("editor.imageUpload.alt") }),
|
|
531
531
|
/* @__PURE__ */ o(
|
|
532
|
-
|
|
532
|
+
ie,
|
|
533
533
|
{
|
|
534
534
|
onChange: (d) => M(d.target.value),
|
|
535
535
|
required: !0,
|
|
@@ -538,7 +538,7 @@ function rt() {
|
|
|
538
538
|
}
|
|
539
539
|
)
|
|
540
540
|
] }),
|
|
541
|
-
/* @__PURE__ */ b(
|
|
541
|
+
/* @__PURE__ */ b(ee, { value: "upload", children: [
|
|
542
542
|
/* @__PURE__ */ b("div", { className: "richtext-flex richtext-items-center richtext-gap-[10px]", children: [
|
|
543
543
|
/* @__PURE__ */ o(
|
|
544
544
|
B,
|
|
@@ -567,7 +567,7 @@ function rt() {
|
|
|
567
567
|
editor: a,
|
|
568
568
|
imageInline: A,
|
|
569
569
|
onClose: () => {
|
|
570
|
-
|
|
570
|
+
Me.setOpen(a.id, !1), M("");
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
573
|
)
|
|
@@ -584,9 +584,9 @@ function rt() {
|
|
|
584
584
|
}
|
|
585
585
|
)
|
|
586
586
|
] }),
|
|
587
|
-
/* @__PURE__ */ o(
|
|
587
|
+
/* @__PURE__ */ o(ee, { value: "link", children: /* @__PURE__ */ o("form", { onSubmit: D, children: /* @__PURE__ */ b("div", { className: "richtext-flex richtext-items-center richtext-gap-2", children: [
|
|
588
588
|
/* @__PURE__ */ o(
|
|
589
|
-
|
|
589
|
+
ie,
|
|
590
590
|
{
|
|
591
591
|
autoFocus: !0,
|
|
592
592
|
onChange: (d) => k(d.target.value),
|
package/lib/ImageGif.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const $=require("./index-DLqogznp.cjs"),N=require("./throttle-DXN-aiH5.cjs"),l=require("react/jsx-runtime"),u=require("react"),G=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const $=require("./index-DLqogznp.cjs"),N=require("./throttle-DXN-aiH5.cjs"),l=require("react/jsx-runtime"),u=require("react"),G=require("./index-FSRjMsxW.cjs"),L=require("./isNumber-C2saEiG2.cjs"),W=require("./toggle-Bo07J-M7.cjs");require("./index-CNzHZDls.cjs");const k=require("./useButtonProps-bei1vI37.cjs"),P=require("./popover-CZWSQZ0q.cjs"),D=require("./input-tU3H__39.cjs"),S={TOP_LEFT:"tl",TOP_RIGHT:"tr",BOTTOM_LEFT:"bl",BOTTOM_RIGHT:"br"};function B(e){var z,C;const[t,r]=u.useState({width:G.IMAGE_MAX_SIZE,height:G.IMAGE_MAX_SIZE}),[c,i]=u.useState({width:0,height:0}),[n]=u.useState([S.TOP_LEFT,S.TOP_RIGHT,S.BOTTOM_LEFT,S.BOTTOM_RIGHT]),[s,a]=u.useState(!1),[h,b]=u.useState({x:0,y:0,w:0,h:0,dir:""}),{align:x}=(z=e==null?void 0:e.node)==null?void 0:z.attrs,m=u.useMemo(()=>{var v;const{src:o,alt:f,width:w,height:M}=(v=e==null?void 0:e.node)==null?void 0:v.attrs,A=L.isNumber(w)?`${w}px`:w,d=L.isNumber(M)?`${M}px`:M;return{src:o||void 0,alt:f||void 0,style:{width:A||void 0,height:d||void 0}}},[(C=e==null?void 0:e.node)==null?void 0:C.attrs]),T=u.useMemo(()=>{const{style:{width:o}}=m;return{width:o==="100%"?o:void 0}},[m]);function g(o){i({width:o.target.width,height:o.target.height})}function _(){const{editor:o,getPos:f}=e;o.commands.setNodeSelection(f())}const y=u.useCallback(N.throttle(()=>{const{editor:o}=e,{width:f}=getComputedStyle(o.view.dom);r(w=>({...w,width:Number.parseInt(f,10)}))},G.IMAGE_THROTTLE_WAIT_TIME),[e==null?void 0:e.editor]);function p(o,f){o.preventDefault(),o.stopPropagation();const w=c.width,M=c.height,A=w/M;let d=Number(e.node.attrs.width),v=Number(e.node.attrs.height);const I=t.width;d&&!v?(d=d>I?I:d,v=Math.round(d/A)):v&&!d?(d=Math.round(v*A),d=d>I?I:d):!d&&!v?(d=w>I?I:w,v=Math.round(d/A)):d=d>I?I:d,a(!0),b({x:o.clientX,y:o.clientY,w:d,h:v,dir:f})}const j=u.useCallback(N.throttle(o=>{if(o.preventDefault(),o.stopPropagation(),!s)return;const{x:f,w,dir:M}=h,A=(o.clientX-f)*(/l/.test(M)?-1:1),d=L.clamp(w+A,G.IMAGE_MIN_SIZE,t.width);e.updateAttributes({width:d,height:null})},G.IMAGE_THROTTLE_WAIT_TIME),[s,h,t,e.updateAttributes]),E=u.useCallback(o=>{o.preventDefault(),o.stopPropagation(),s&&(b({x:0,y:0,w:0,h:0,dir:""}),a(!1),_())},[s,_]),q=u.useCallback(()=>{document==null||document.addEventListener("mousemove",j,!0),document==null||document.addEventListener("mouseup",E,!0)},[j,E]),O=u.useCallback(()=>{document==null||document.removeEventListener("mousemove",j,!0),document==null||document.removeEventListener("mouseup",E,!0)},[j,E]);u.useEffect(()=>(s?q():O(),()=>{O()}),[s,q,O]);const R=u.useMemo(()=>new ResizeObserver(()=>y()),[y]);return u.useEffect(()=>(R.observe(e.editor.view.dom),()=>{R.disconnect()}),[e.editor.view.dom,R]),l.jsx($.NodeViewWrapper,{className:"image-view",style:{...T,width:"100%",textAlign:x},children:l.jsxs("div",{"data-drag-handle":!0,draggable:"true",style:T,className:`image-view__body ${e!=null&&e.selected?"image-view__body--focused":""} ${s?"image-view__body--resizing":""}`,children:[l.jsx("img",{alt:m.alt,className:"image-view__body__image block",height:"auto",onClick:_,onLoad:g,src:m.src,style:m.style}),(e==null?void 0:e.editor.view.editable)&&((e==null?void 0:e.selected)||s)&&l.jsx("div",{className:"image-resizer",children:n==null?void 0:n.map(o=>l.jsx("span",{className:`image-resizer__handler image-resizer__handler--${o}`,onMouseDown:f=>p(f,o)},`image-dir-${o}`))})]})})}async function F(e){var c;const r=await(await fetch(`https://api.giphy.com/v1/gifs/trending?q=&limit=15&api_key=${e}`)).json();return(c=r==null?void 0:r.data)==null?void 0:c.map(i=>{var n,s,a;return{id:i==null?void 0:i.id,src:(n=i==null?void 0:i.images.original)==null?void 0:n.url,width:+((s=i==null?void 0:i.images.original)==null?void 0:s.width),height:+((a=i==null?void 0:i.images.original)==null?void 0:a.width)}})}async function V(e,t){var i;const c=await(await fetch(`https://api.giphy.com/v1/gifs/search?q=${e}&limit=15&api_key=${t}`)).json();return(i=c==null?void 0:c.data)==null?void 0:i.map(n=>{var s,a,h;return{id:n==null?void 0:n.id,src:(s=n==null?void 0:n.images.original)==null?void 0:s.url,width:+((a=n==null?void 0:n.images.original)==null?void 0:a.width),height:+((h=n==null?void 0:n.images.original)==null?void 0:h.width)}})}async function X(e){var n,s;const t=await fetch(`https://tenor.googleapis.com/v2/trending_terms?key=${e}&limit=10`),r=await(t==null?void 0:t.json()),i=await(await fetch(`https://tenor.googleapis.com/v2/search?key=${e}&q=${(n=r==null?void 0:r.results)==null?void 0:n[0]}&limit=15`)).json();return(s=i==null?void 0:i.results)==null?void 0:s.map(a=>{var h,b,x,m,T,g,_,y;return{id:a==null?void 0:a.id,src:(b=(h=a==null?void 0:a.media_formats)==null?void 0:h.gif)==null?void 0:b.url,width:(T=(m=(x=a==null?void 0:a.media_formats)==null?void 0:x.gif)==null?void 0:m.dims)==null?void 0:T[0],height:(y=(_=(g=a==null?void 0:a.media_formats)==null?void 0:g.gif)==null?void 0:_.dims)==null?void 0:y[1]}})}async function Y(e,t){var i;const c=await(await fetch(`https://tenor.googleapis.com/v2/search?key=${t}&q=${e}&limit=15`)).json();return(i=c==null?void 0:c.results)==null?void 0:i.map(n=>{var s,a,h,b,x,m,T,g;return{id:n==null?void 0:n.id,src:(a=(s=n==null?void 0:n.media_formats)==null?void 0:s.gif)==null?void 0:a.url,width:(x=(b=(h=n==null?void 0:n.media_formats)==null?void 0:h.gif)==null?void 0:b.dims)==null?void 0:x[0],height:(g=(T=(m=n==null?void 0:n.media_formats)==null?void 0:m.gif)==null?void 0:T.dims)==null?void 0:g[1]}})}function Z(e,t){return{searchTrending:async()=>t?e==="giphy"?F(t):e==="tenor"?X(t):[]:[],searchWord:async i=>t?e==="giphy"?V(i,t):e==="tenor"?Y(i,t):[]:[]}}function U({selectImage:e,apiKey:t,provider:r,children:c}){const[i,n]=u.useState(!1),[s,a]=u.useState([]),{editorDisabled:h}=k.useToggleActive(),b=u.useRef(null),{searchTrending:x,searchWord:m}=Z(r,t);u.useEffect(()=>{(async()=>{const g=await x();a(g)})()},[]);const T=u.useCallback(N.debounce(async g=>{if(!g.target.value){const y=await x();a(y);return}const _=await m(g.target.value);a(_)},350),[]);return l.jsxs(P.Popover,{modal:!0,onOpenChange:n,open:i,children:[l.jsx(P.PopoverTrigger,{asChild:!0,disabled:h,children:c}),l.jsx(P.PopoverContent,{align:"start",className:"richtext-size-full richtext-p-2",hideWhenDetached:!0,side:"bottom",children:t?l.jsxs(l.Fragment,{children:[l.jsx("div",{className:"richtext-mb-[10px] richtext-w-full",children:l.jsx(D.Input,{onChange:T,placeholder:"Search GIF",ref:b,type:"text"})}),l.jsx("div",{className:"richtext-max-h-[280px] !richtext-max-w-[400px] richtext-overflow-y-auto",children:l.jsx("div",{className:"richtext-grid richtext-grid-cols-2 richtext-gap-1 ",children:s!=null&&s.length?s==null?void 0:s.map(g=>l.jsx("img",{alt:"",className:"richtext-cursor-pointer richtext-object-contain richtext-text-center",src:g.src,onClick:()=>{e(g.src),n(!1)}},g.id)):l.jsx("p",{children:"No GIFs found"})})})]}):l.jsx("div",{children:l.jsx("p",{children:"Missing Giphy API Key"})})})]})}function J(){const e=k.useButtonProps(H.name),{action:t,icon:r,tooltip:c,apiKey:i,provider:n}=(e==null?void 0:e.componentProps)??{},{editorDisabled:s}=k.useToggleActive(),a=h=>{s||t&&t(h)};return l.jsx(U,{apiKey:i,provider:n,selectImage:a,children:l.jsx(W.ActionButton,{disabled:s,icon:r,tooltip:c})})}const H=N.index_default.extend({name:"imageGif",addOptions(){var e;return{...(e=this.parent)==null?void 0:e.call(this),inline:!1,content:"",marks:"",group:"block",API_KEY:"",provider:"giphy",draggable:!1,selectable:!0,atom:!0,button:({editor:t,extension:r,t:c})=>{var s,a;const i=((s=r==null?void 0:r.options)==null?void 0:s.provider)||"",n=((a=r==null?void 0:r.options)==null?void 0:a.API_KEY)||"";return{componentProps:{action:h=>{t.chain().focus().setImageGif({src:h}).run()},isActive:()=>!1,disabled:!1,icon:"GifIcon",tooltip:c("editor.imageGif.tooltip"),apiKey:n,provider:i}}}}},addAttributes(){var e;return{...(e=this.parent)==null?void 0:e.call(this),width:{default:null,parseHTML:t=>{const r=t.style.width||t.getAttribute("width")||"10";return r===void 0?null:Number.parseInt(`${r}`,10)},renderHTML:t=>({width:t.width})},align:{default:"center",parseHTML:t=>t.getAttribute("align"),renderHTML:t=>({align:t.align})}}},addNodeView(){return $.ReactNodeViewRenderer(B)},addCommands(){var e;return{...(e=this.parent)==null?void 0:e.call(this),setImageGif:t=>({commands:r})=>r.insertContent({type:this.name,attrs:t}),updateImageGif:t=>({commands:r})=>r.updateAttributes(this.name,t),setAlignImageGif:t=>({commands:r})=>r.updateAttributes(this.name,{align:t})}},renderHTML({HTMLAttributes:e}){const{align:t}=e;return["div",{style:t?`text-align: ${t};`:"",class:"imageGIf"},["img",$.mergeAttributes({height:"auto"},this.options.HTMLAttributes,e)]]},parseHTML(){return[{tag:"div[class=imageGIf]",getAttrs:e=>{const t=e.querySelector("img"),r=t==null?void 0:t.getAttribute("width");return{src:t==null?void 0:t.getAttribute("src"),alt:t==null?void 0:t.getAttribute("alt"),title:t==null?void 0:t.getAttribute("title"),width:r?Number.parseInt(r,10):null,align:(t==null?void 0:t.getAttribute("align"))||e.style.textAlign||null}}}]}});exports.ImageGif=H;exports.RichTextImageGif=J;
|
package/lib/ImageGif.js
CHANGED
|
@@ -2,13 +2,13 @@ import { s as B, m as q, R as V } from "./index-nFjllrEl.js";
|
|
|
2
2
|
import { a as H, d as X, c as Y } from "./throttle-CGM5M2yG.js";
|
|
3
3
|
import { jsx as u, jsxs as P, Fragment as Z } from "react/jsx-runtime";
|
|
4
4
|
import { useState as G, useMemo as L, useCallback as M, useEffect as z, useRef as U } from "react";
|
|
5
|
-
import { I as C, j, k as J } from "./index-
|
|
5
|
+
import { I as C, j, k as J } from "./index-0OnGZkVF.js";
|
|
6
6
|
import { i as W, c as Q } from "./isNumber-CTm1pIvN.js";
|
|
7
|
-
import { A as K } from "./toggle-
|
|
8
|
-
import "./index-
|
|
9
|
-
import {
|
|
10
|
-
import { P as te, a as re, b as ne } from "./popover-
|
|
11
|
-
import {
|
|
7
|
+
import { A as K } from "./toggle-MUGlaI1L.js";
|
|
8
|
+
import "./index-DuZCJJSp.js";
|
|
9
|
+
import { u as ee, a as D } from "./useButtonProps-D0SrPzuG.js";
|
|
10
|
+
import { P as te, a as re, b as ne } from "./popover-CoepUobG.js";
|
|
11
|
+
import { I as ie } from "./input-DfqFAyKo.js";
|
|
12
12
|
const O = {
|
|
13
13
|
TOP_LEFT: "tl",
|
|
14
14
|
TOP_RIGHT: "tr",
|
|
@@ -259,7 +259,7 @@ function he({ selectImage: e, apiKey: t, provider: n, children: c }) {
|
|
|
259
259
|
side: "bottom",
|
|
260
260
|
children: t ? /* @__PURE__ */ P(Z, { children: [
|
|
261
261
|
/* @__PURE__ */ u("div", { className: "richtext-mb-[10px] richtext-w-full", children: /* @__PURE__ */ u(
|
|
262
|
-
|
|
262
|
+
ie,
|
|
263
263
|
{
|
|
264
264
|
onChange: _,
|
|
265
265
|
placeholder: "Search GIF",
|
|
@@ -287,7 +287,7 @@ function he({ selectImage: e, apiKey: t, provider: n, children: c }) {
|
|
|
287
287
|
);
|
|
288
288
|
}
|
|
289
289
|
function Ae() {
|
|
290
|
-
const e =
|
|
290
|
+
const e = ee(ue.name), {
|
|
291
291
|
action: t,
|
|
292
292
|
icon: n,
|
|
293
293
|
tooltip: c,
|
package/lib/ImportWord.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Cs=require("./index-DLqogznp.cjs"),Wn=require("react/jsx-runtime"),xa=require("react"),nn=require("./_commonjsHelpers-BTDuMlIz.cjs"),Ss=require("./toggle-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Cs=require("./index-DLqogznp.cjs"),Wn=require("react/jsx-runtime"),xa=require("react"),nn=require("./_commonjsHelpers-BTDuMlIz.cjs"),Ss=require("./toggle-Bo07J-M7.cjs");require("./index-CNzHZDls.cjs");const Xn=require("./useButtonProps-bei1vI37.cjs"),Bs=require("./index-FSRjMsxW.cjs"),ks=require("./use-toast-Bz3QCOtE.cjs");var Ve={},Si="1.13.7",_a=typeof self=="object"&&self.self===self&&self||typeof global=="object"&&global.global===global&&global||Function("return this")()||{},Yt=Array.prototype,Bi=Object.prototype,Ua=typeof Symbol<"u"?Symbol.prototype:null,Ws=Yt.push,ct=Yt.slice,nt=Bi.toString,Rs=Bi.hasOwnProperty,jc=typeof ArrayBuffer<"u",Os=typeof DataView<"u",Ns=Array.isArray,Ta=Object.keys,wa=Object.create,Ea=jc&&ArrayBuffer.isView,Is=isNaN,Ls=isFinite,Xc=!{toString:null}.propertyIsEnumerable("toString"),Aa=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],Ms=Math.pow(2,53)-1;function Me(e,n){return n=n==null?e.length-1:+n,function(){for(var t=Math.max(arguments.length-n,0),r=Array(t),c=0;c<t;c++)r[c]=arguments[c+n];switch(n){case 0:return e.call(this,r);case 1:return e.call(this,arguments[0],r);case 2:return e.call(this,arguments[0],arguments[1],r)}var i=Array(n+1);for(c=0;c<n;c++)i[c]=arguments[c];return i[n]=r,e.apply(this,i)}}function pn(e){var n=typeof e;return n==="function"||n==="object"&&!!e}function Vc(e){return e===null}function ki(e){return e===void 0}function Wi(e){return e===!0||e===!1||nt.call(e)==="[object Boolean]"}function Hc(e){return!!(e&&e.nodeType===1)}function Le(e){var n="[object "+e+"]";return function(t){return nt.call(t)===n}}const $t=Le("String"),Ri=Le("Number"),Gc=Le("Date"),Zc=Le("RegExp"),Yc=Le("Error"),Oi=Le("Symbol"),Ni=Le("ArrayBuffer");var $c=Le("Function"),qs=_a.document&&_a.document.childNodes;typeof/./!="function"&&typeof Int8Array!="object"&&typeof qs!="function"&&($c=function(e){return typeof e=="function"||!1});const Ie=$c,Kc=Le("Object");var Qc=Os&&(!/\[native code\]/.test(String(DataView))||Kc(new DataView(new ArrayBuffer(8)))),Ii=typeof Map<"u"&&Kc(new Map),Ps=Le("DataView");function zs(e){return e!=null&&Ie(e.getInt8)&&Ni(e.buffer)}const tt=Qc?zs:Ps,gn=Ns||Le("Array");function mn(e,n){return e!=null&&Rs.call(e,n)}var Ei=Le("Arguments");(function(){Ei(arguments)||(Ei=function(e){return mn(e,"callee")})})();const Kt=Ei;function Jc(e){return!Oi(e)&&Ls(e)&&!isNaN(parseFloat(e))}function Li(e){return Ri(e)&&Is(e)}function Mi(e){return function(){return e}}function eu(e){return function(n){var t=e(n);return typeof t=="number"&&t>=0&&t<=Ms}}function nu(e){return function(n){return n==null?void 0:n[e]}}const Xt=nu("byteLength"),js=eu(Xt);var Xs=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;function Vs(e){return Ea?Ea(e)&&!tt(e):js(e)&&Xs.test(nt.call(e))}const qi=jc?Vs:Mi(!1),Pe=nu("length");function Hs(e){for(var n={},t=e.length,r=0;r<t;++r)n[e[r]]=!0;return{contains:function(c){return n[c]===!0},push:function(c){return n[c]=!0,e.push(c)}}}function tu(e,n){n=Hs(n);var t=Aa.length,r=e.constructor,c=Ie(r)&&r.prototype||Bi,i="constructor";for(mn(e,i)&&!n.contains(i)&&n.push(i);t--;)i=Aa[t],i in e&&e[i]!==c[i]&&!n.contains(i)&&n.push(i)}function We(e){if(!pn(e))return[];if(Ta)return Ta(e);var n=[];for(var t in e)mn(e,t)&&n.push(t);return Xc&&tu(e,n),n}function ru(e){if(e==null)return!0;var n=Pe(e);return typeof n=="number"&&(gn(e)||$t(e)||Kt(e))?n===0:Pe(We(e))===0}function Pi(e,n){var t=We(n),r=t.length;if(e==null)return!r;for(var c=Object(e),i=0;i<r;i++){var o=t[i];if(n[o]!==c[o]||!(o in c))return!1}return!0}function Ae(e){if(e instanceof Ae)return e;if(!(this instanceof Ae))return new Ae(e);this._wrapped=e}Ae.VERSION=Si;Ae.prototype.value=function(){return this._wrapped};Ae.prototype.valueOf=Ae.prototype.toJSON=Ae.prototype.value;Ae.prototype.toString=function(){return String(this._wrapped)};function Fa(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,Xt(e))}var Ca="[object DataView]";function Ai(e,n,t,r){if(e===n)return e!==0||1/e===1/n;if(e==null||n==null)return!1;if(e!==e)return n!==n;var c=typeof e;return c!=="function"&&c!=="object"&&typeof n!="object"?!1:iu(e,n,t,r)}function iu(e,n,t,r){e instanceof Ae&&(e=e._wrapped),n instanceof Ae&&(n=n._wrapped);var c=nt.call(e);if(c!==nt.call(n))return!1;if(Qc&&c=="[object Object]"&&tt(e)){if(!tt(n))return!1;c=Ca}switch(c){case"[object RegExp]":case"[object String]":return""+e==""+n;case"[object Number]":return+e!=+e?+n!=+n:+e==0?1/+e===1/n:+e==+n;case"[object Date]":case"[object Boolean]":return+e==+n;case"[object Symbol]":return Ua.valueOf.call(e)===Ua.valueOf.call(n);case"[object ArrayBuffer]":case Ca:return iu(Fa(e),Fa(n),t,r)}var i=c==="[object Array]";if(!i&&qi(e)){var o=Xt(e);if(o!==Xt(n))return!1;if(e.buffer===n.buffer&&e.byteOffset===n.byteOffset)return!0;i=!0}if(!i){if(typeof e!="object"||typeof n!="object")return!1;var a=e.constructor,u=n.constructor;if(a!==u&&!(Ie(a)&&a instanceof a&&Ie(u)&&u instanceof u)&&"constructor"in e&&"constructor"in n)return!1}t=t||[],r=r||[];for(var f=t.length;f--;)if(t[f]===e)return r[f]===n;if(t.push(e),r.push(n),i){if(f=e.length,f!==n.length)return!1;for(;f--;)if(!Ai(e[f],n[f],t,r))return!1}else{var b=We(e),g;if(f=b.length,We(n).length!==f)return!1;for(;f--;)if(g=b[f],!(mn(n,g)&&Ai(e[g],n[g],t,r)))return!1}return t.pop(),r.pop(),!0}function au(e,n){return Ai(e,n)}function Pn(e){if(!pn(e))return[];var n=[];for(var t in e)n.push(t);return Xc&&tu(e,n),n}function zi(e){var n=Pe(e);return function(t){if(t==null)return!1;var r=Pn(t);if(Pe(r))return!1;for(var c=0;c<n;c++)if(!Ie(t[e[c]]))return!1;return e!==uu||!Ie(t[ji])}}var ji="forEach",ou="has",Xi=["clear","delete"],cu=["get",ou,"set"],Gs=Xi.concat(ji,cu),uu=Xi.concat(cu),Zs=["add"].concat(Xi,ji,ou);const su=Ii?zi(Gs):Le("Map"),du=Ii?zi(uu):Le("WeakMap"),lu=Ii?zi(Zs):Le("Set"),fu=Le("WeakSet");function Fn(e){for(var n=We(e),t=n.length,r=Array(t),c=0;c<t;c++)r[c]=e[n[c]];return r}function hu(e){for(var n=We(e),t=n.length,r=Array(t),c=0;c<t;c++)r[c]=[n[c],e[n[c]]];return r}function Vi(e){for(var n={},t=We(e),r=0,c=t.length;r<c;r++)n[e[t[r]]]=t[r];return n}function rt(e){var n=[];for(var t in e)Ie(e[t])&&n.push(t);return n.sort()}function Hi(e,n){return function(t){var r=arguments.length;if(n&&(t=Object(t)),r<2||t==null)return t;for(var c=1;c<r;c++)for(var i=arguments[c],o=e(i),a=o.length,u=0;u<a;u++){var f=o[u];(!n||t[f]===void 0)&&(t[f]=i[f])}return t}}const Gi=Hi(Pn),Mn=Hi(We),Zi=Hi(Pn,!0);function Ys(){return function(){}}function pu(e){if(!pn(e))return{};if(wa)return wa(e);var n=Ys();n.prototype=e;var t=new n;return n.prototype=null,t}function gu(e,n){var t=pu(e);return n&&Mn(t,n),t}function mu(e){return pn(e)?gn(e)?e.slice():Gi({},e):e}function bu(e,n){return n(e),e}function Yi(e){return gn(e)?e:[e]}Ae.toPath=Yi;function ut(e){return Ae.toPath(e)}function $i(e,n){for(var t=n.length,r=0;r<t;r++){if(e==null)return;e=e[n[r]]}return t?e:void 0}function Ki(e,n,t){var r=$i(e,ut(n));return ki(r)?t:r}function yu(e,n){n=ut(n);for(var t=n.length,r=0;r<t;r++){var c=n[r];if(!mn(e,c))return!1;e=e[c]}return!!t}function Qt(e){return e}function An(e){return e=Mn({},e),function(n){return Pi(n,e)}}function Jt(e){return e=ut(e),function(n){return $i(n,e)}}function st(e,n,t){if(n===void 0)return e;switch(t??3){case 1:return function(r){return e.call(n,r)};case 3:return function(r,c,i){return e.call(n,r,c,i)};case 4:return function(r,c,i,o){return e.call(n,r,c,i,o)}}return function(){return e.apply(n,arguments)}}function Du(e,n,t){return e==null?Qt:Ie(e)?st(e,n,t):pn(e)&&!gn(e)?An(e):Jt(e)}function er(e,n){return Du(e,n,1/0)}Ae.iteratee=er;function ze(e,n,t){return Ae.iteratee!==er?Ae.iteratee(e,n):Du(e,n,t)}function vu(e,n,t){n=ze(n,t);for(var r=We(e),c=r.length,i={},o=0;o<c;o++){var a=r[o];i[a]=n(e[a],a,e)}return i}function Qi(){}function xu(e){return e==null?Qi:function(n){return Ki(e,n)}}function _u(e,n,t){var r=Array(Math.max(0,e));n=st(n,t,1);for(var c=0;c<e;c++)r[c]=n(c);return r}function Vt(e,n){return n==null&&(n=e,e=0),e+Math.floor(Math.random()*(n-e+1))}const qn=Date.now||function(){return new Date().getTime()};function Uu(e){var n=function(i){return e[i]},t="(?:"+We(e).join("|")+")",r=RegExp(t),c=RegExp(t,"g");return function(i){return i=i==null?"":""+i,r.test(i)?i.replace(c,n):i}}const Tu={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},wu=Uu(Tu),$s=Vi(Tu),Eu=Uu($s),Au=Ae.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var vr=/(.)^/,Ks={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Qs=/\\|'|\r|\n|\u2028|\u2029/g;function Js(e){return"\\"+Ks[e]}var ed=/^\s*(\w|\$)+\s*$/;function Fu(e,n,t){!n&&t&&(n=t),n=Zi({},n,Ae.templateSettings);var r=RegExp([(n.escape||vr).source,(n.interpolate||vr).source,(n.evaluate||vr).source].join("|")+"|$","g"),c=0,i="__p+='";e.replace(r,function(f,b,g,m,h){return i+=e.slice(c,h).replace(Qs,Js),c=h+f.length,b?i+=`'+
|
|
2
2
|
((__t=(`+b+`))==null?'':_.escape(__t))+
|
|
3
3
|
'`:g?i+=`'+
|
|
4
4
|
((__t=(`+g+`))==null?'':__t)+
|
|
@@ -228,4 +228,4 @@ Character number: `+n.characterNumber},e.prototype.lineNumber=function(){return
|
|
|
228
228
|
`,r:"\r",t:" "};function s(S){return S.replace(/\\(.)/g,function(A,I){return l[I]||I})}var p=n.rules.sequence(n.rules.tokenOfType("open-square-bracket"),n.rules.sequence.cut(),n.rules.sequence.capture(m),n.rules.tokenOfType("equals"),n.rules.sequence.capture(y),n.rules.tokenOfType("close-square-bracket")).map(function(S,A){return{name:S,value:A,append:!1}}),d=n.rules.sequence(n.rules.tokenOfType("dot"),n.rules.sequence.cut(),n.rules.sequence.capture(m)).map(function(S){return{name:"class",value:S,append:!0}}),D=n.rules.firstOf("attribute or class",p,d);function w(S,A){var I=c(A),$=n.Parser(),T=$.parseTokens(S,I);return T.isSuccess()?i.success(T.value()):new i.Result(null,[i.warning(_(A,T))])}function _(S,A){return"Did not understand this style mapping, so ignored it: "+S+`
|
|
229
229
|
`+A.errors().map(U).join(`
|
|
230
230
|
`)}function U(S){return"Error was at character number "+S.characterNumber()+": Expected "+S.expected+" but got "+S.actual}var E=a();return Jn}var et={},Mc;function Gl(){if(Mc)return et;Mc=1,et.readOptions=r;var e=ke,n=et._defaultStyleMap=["p.Heading1 => h1:fresh","p.Heading2 => h2:fresh","p.Heading3 => h3:fresh","p.Heading4 => h4:fresh","p.Heading5 => h5:fresh","p.Heading6 => h6:fresh","p[style-name='Heading 1'] => h1:fresh","p[style-name='Heading 2'] => h2:fresh","p[style-name='Heading 3'] => h3:fresh","p[style-name='Heading 4'] => h4:fresh","p[style-name='Heading 5'] => h5:fresh","p[style-name='Heading 6'] => h6:fresh","p[style-name='heading 1'] => h1:fresh","p[style-name='heading 2'] => h2:fresh","p[style-name='heading 3'] => h3:fresh","p[style-name='heading 4'] => h4:fresh","p[style-name='heading 5'] => h5:fresh","p[style-name='heading 6'] => h6:fresh","p.Heading => h1:fresh","p[style-name='Heading'] => h1:fresh","r[style-name='Strong'] => strong","p[style-name='footnote text'] => p:fresh","r[style-name='footnote reference'] =>","p[style-name='endnote text'] => p:fresh","r[style-name='endnote reference'] =>","p[style-name='annotation text'] => p:fresh","r[style-name='annotation reference'] =>","p[style-name='Footnote'] => p:fresh","r[style-name='Footnote anchor'] =>","p[style-name='Endnote'] => p:fresh","r[style-name='Endnote anchor'] =>","p:unordered-list(1) => ul > li:fresh","p:unordered-list(2) => ul|ol > li > ul > li:fresh","p:unordered-list(3) => ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:ordered-list(1) => ol > li:fresh","p:ordered-list(2) => ul|ol > li > ol > li:fresh","p:ordered-list(3) => ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","r[style-name='Hyperlink'] =>","p[style-name='Normal'] => p:fresh","p.Body => p:fresh","p[style-name='Body'] => p:fresh"],t=et._standardOptions={externalFileAccess:!1,transformDocument:i,includeDefaultStyleMap:!0,includeEmbeddedStyleMap:!0};function r(o){return o=o||{},e.extend({},t,o,{customStyleMap:c(o.styleMap),readStyleMap:function(){var a=this.customStyleMap;return this.includeEmbeddedStyleMap&&(a=a.concat(c(this.embeddedStyleMap))),this.includeDefaultStyleMap&&(a=a.concat(n)),a}})}function c(o){return o?e.isString(o)?o.split(`
|
|
231
|
-
`).map(function(a){return a.trim()}).filter(function(a){return a!==""&&a.charAt(0)!=="#"}):o:[]}function i(o){return o}return et}var Ti={},qc;function Zl(){if(qc)return Ti;qc=1;var e=bn(),n=ms();Ti.openZip=t;function t(r){return r.arrayBuffer?e.resolve(n.openArrayBuffer(r.arrayBuffer)):e.reject(new Error("Could not find file in options"))}return Ti}var wi={},Pc;function Yl(){if(Pc)return wi;Pc=1;var e=Dr(),n=yr();wi.element=t;function t(r){return function(c){return n.elementWithTag(e.element(r),[c])}}return wi}var zc;function $l(){if(zc)return Ve;zc=1;var e=ke,n=Sl(),t=Bl(),r=Nl().DocumentConverter,c=Il().convertElementToRawText,i=Hl().readStyle,o=Gl().readOptions,a=Zl(),u=cn().Result;Ve.convertToHtml=f,Ve.convertToMarkdown=b,Ve.convert=g,Ve.extractRawText=l,Ve.images=Us(),Ve.transforms=xs(),Ve.underline=Yl(),Ve.embedStyleMap=s,Ve.readEmbeddedStyleMap=m;function f(p,d){return g(p,d)}function b(p,d){var D=Object.create(d||{});return D.outputFormat="markdown",g(p,D)}function g(p,d){return d=o(d),a.openZip(p).tap(function(D){return t.readStyleMap(D).then(function(w){d.embeddedStyleMap=w})}).then(function(D){return n.read(D,p,d).then(function(w){return w.map(d.transformDocument)}).then(function(w){return h(w,d)})})}function m(p){return a.openZip(p).then(t.readStyleMap)}function h(p,d){var D=y(d.readStyleMap()),w=e.extend({},d,{styleMap:D.value}),_=new r(w);return p.flatMapThen(function(U){return D.flatMapThen(function(E){return _.convertToHtml(U)})})}function y(p){return u.combine((p||[]).map(i)).map(function(d){return d.filter(function(D){return!!D})})}function l(p){return a.openZip(p).then(n.read).then(function(d){return d.map(c)})}function s(p,d){return a.openZip(p).tap(function(D){return t.writeStyleMap(D,d)}).then(function(D){return D.toArrayBuffer()}).then(function(D){return{toArrayBuffer:function(){return D},toBuffer:function(){return Buffer.from(D)}}})}return Ve.styleMapping=function(){throw new Error(`Use a raw string instead of mammoth.styleMapping e.g. "p[style-name='Title'] => h1" instead of mammoth.styleMapping("p[style-name='Title'] => h1")`)},Ve}var Kl=$l();const Ql=nn.getDefaultExportFromCjs(Kl);function Jl(e,n){const t=atob(e.split(",")[1]),r=Array.from({length:t.length});for(let i=0;i<t.length;i++)r[i]=t.charCodeAt(i);const c=new Uint8Array(r);return new Blob([c],{type:n})}function ef(e,n){return new File([e],n,{type:e.type})}function nf(){const e=Xn.useEditorInstance(),n=Xn.useButtonProps(Ci.name),{icon:t=void 0,tooltip:r=void 0,tooltipOptions:c={},isActive:i=void 0,mammothOptions:o,limit:a,convert:u}=(n==null?void 0:n.componentProps)??{},{editorDisabled:f}=Xn.useToggleActive(i),b=Xn.useExtension(Ci.name),{toast:g}=
|
|
231
|
+
`).map(function(a){return a.trim()}).filter(function(a){return a!==""&&a.charAt(0)!=="#"}):o:[]}function i(o){return o}return et}var Ti={},qc;function Zl(){if(qc)return Ti;qc=1;var e=bn(),n=ms();Ti.openZip=t;function t(r){return r.arrayBuffer?e.resolve(n.openArrayBuffer(r.arrayBuffer)):e.reject(new Error("Could not find file in options"))}return Ti}var wi={},Pc;function Yl(){if(Pc)return wi;Pc=1;var e=Dr(),n=yr();wi.element=t;function t(r){return function(c){return n.elementWithTag(e.element(r),[c])}}return wi}var zc;function $l(){if(zc)return Ve;zc=1;var e=ke,n=Sl(),t=Bl(),r=Nl().DocumentConverter,c=Il().convertElementToRawText,i=Hl().readStyle,o=Gl().readOptions,a=Zl(),u=cn().Result;Ve.convertToHtml=f,Ve.convertToMarkdown=b,Ve.convert=g,Ve.extractRawText=l,Ve.images=Us(),Ve.transforms=xs(),Ve.underline=Yl(),Ve.embedStyleMap=s,Ve.readEmbeddedStyleMap=m;function f(p,d){return g(p,d)}function b(p,d){var D=Object.create(d||{});return D.outputFormat="markdown",g(p,D)}function g(p,d){return d=o(d),a.openZip(p).tap(function(D){return t.readStyleMap(D).then(function(w){d.embeddedStyleMap=w})}).then(function(D){return n.read(D,p,d).then(function(w){return w.map(d.transformDocument)}).then(function(w){return h(w,d)})})}function m(p){return a.openZip(p).then(t.readStyleMap)}function h(p,d){var D=y(d.readStyleMap()),w=e.extend({},d,{styleMap:D.value}),_=new r(w);return p.flatMapThen(function(U){return D.flatMapThen(function(E){return _.convertToHtml(U)})})}function y(p){return u.combine((p||[]).map(i)).map(function(d){return d.filter(function(D){return!!D})})}function l(p){return a.openZip(p).then(n.read).then(function(d){return d.map(c)})}function s(p,d){return a.openZip(p).tap(function(D){return t.writeStyleMap(D,d)}).then(function(D){return D.toArrayBuffer()}).then(function(D){return{toArrayBuffer:function(){return D},toBuffer:function(){return Buffer.from(D)}}})}return Ve.styleMapping=function(){throw new Error(`Use a raw string instead of mammoth.styleMapping e.g. "p[style-name='Title'] => h1" instead of mammoth.styleMapping("p[style-name='Title'] => h1")`)},Ve}var Kl=$l();const Ql=nn.getDefaultExportFromCjs(Kl);function Jl(e,n){const t=atob(e.split(",")[1]),r=Array.from({length:t.length});for(let i=0;i<t.length;i++)r[i]=t.charCodeAt(i);const c=new Uint8Array(r);return new Blob([c],{type:n})}function ef(e,n){return new File([e],n,{type:e.type})}function nf(){const e=Xn.useEditorInstance(),n=Xn.useButtonProps(Ci.name),{icon:t=void 0,tooltip:r=void 0,tooltipOptions:c={},isActive:i=void 0,mammothOptions:o,limit:a,convert:u}=(n==null?void 0:n.componentProps)??{},{editorDisabled:f}=Xn.useToggleActive(i),b=Xn.useExtension(Ci.name),{toast:g}=ks.useToast(),{t:m}=Bs.useLocale(),[h,y]=xa.useState(!1),l=xa.useRef(null);function s(){var _;(_=l.current)==null||_.click()}function p(_){const U=_.target.files[0];if(U){if(U.size>a){g({variant:"destructive",title:m("editor.importWord.limitSize")});return}D(U)}}async function d(_){const E=new DOMParser().parseFromString(_,"text/html"),S=E.querySelectorAll("img");if(S.length===0)return E.body.innerHTML;if(Xn.hasExtension(e,"image")){const I=b==null?void 0:b.options;if(I&&typeof I.upload=="function"){const $=[];for(const W of S){const x=W.getAttribute("src"),q=Jl(x,"image/jpeg"),R=ef(q,"image.jpeg");$.push(R)}const T=await I.upload($);for(const[W,x]of S.entries()){x.setAttribute("src",T[W].src);const q=x.parentElement;(q==null?void 0:q.tagName)==="P"&&(q.insertAdjacentElement("beforebegin",x),!q.hasChildNodes()&&q.textContent===""&&q.remove())}return E.body.innerHTML}else return console.warn("Image Upload method found, skip image conversion"),E.body.innerHTML}else return console.error("Image extension not found, unable to convert image"),E.body.innerHTML}async function D(_){y(!0);try{if(u){const U=await u(_);w(U)}else{const U=await _.arrayBuffer(),{value:E}=await Ql.convertToHtml({arrayBuffer:U},o);w(E)}}finally{y(!1)}}async function w(_){const U=await d(_);e.chain().setContent(U,!0).run()}return n?Wn.jsxs(Wn.Fragment,{children:[Wn.jsx(Ss.ActionButton,{action:s,disabled:f,icon:t,loading:h,tooltip:r,tooltipOptions:c}),Wn.jsx("input",{accept:".docx",onChange:p,ref:l,type:"file",style:{display:"none"}})]}):Wn.jsx(Wn.Fragment,{})}const Ci=Cs.Extension.create({name:"importWord",addOptions(){var e;return{...(e=this.parent)==null?void 0:e.call(this),upload:void 0,convert:void 0,limit:1024*1024*10,button:({extension:n,t})=>{const{convert:r,limit:c,mammothOptions:i}=n.options;return{componentProps:{convert:r,limit:c,mammothOptions:i,icon:"Word",shortcutKeys:n.options.shortcutKeys??["alt","mod","S"],tooltip:t("editor.importWord.tooltip")}}}}}});exports.ImportWord=Ci;exports.RichTextImportWord=nf;
|
package/lib/ImportWord.js
CHANGED
|
@@ -2,11 +2,11 @@ import { E as Fs } from "./index-nFjllrEl.js";
|
|
|
2
2
|
import { jsx as yr, Fragment as Da, jsxs as Cs } from "react/jsx-runtime";
|
|
3
3
|
import { useState as Ss, useRef as Bs } from "react";
|
|
4
4
|
import { g as ks, c as ln, a as Ws } from "./_commonjsHelpers-BItOPCY9.js";
|
|
5
|
-
import { A as Rs } from "./toggle-
|
|
6
|
-
import "./index-
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { u as Ps } from "./
|
|
5
|
+
import { A as Rs } from "./toggle-MUGlaI1L.js";
|
|
6
|
+
import "./index-DuZCJJSp.js";
|
|
7
|
+
import { c as Ns, u as Os, a as Is, d as Ls, j as Ms } from "./useButtonProps-D0SrPzuG.js";
|
|
8
|
+
import { u as qs } from "./index-0OnGZkVF.js";
|
|
9
|
+
import { u as Ps } from "./use-toast-Crf7-q5H.js";
|
|
10
10
|
var Ve = {}, Fi = "1.13.7", va = typeof self == "object" && self.self === self && self || typeof global == "object" && global.global === global && global || Function("return this")() || {}, Gt = Array.prototype, Ci = Object.prototype, xa = typeof Symbol < "u" ? Symbol.prototype : null, zs = Gt.push, at = Gt.slice, Jn = Ci.toString, js = Ci.hasOwnProperty, zc = typeof ArrayBuffer < "u", Xs = typeof DataView < "u", Vs = Array.isArray, _a = Object.keys, Ua = Object.create, Ta = zc && ArrayBuffer.isView, Hs = isNaN, Gs = isFinite, jc = !{ toString: null }.propertyIsEnumerable("toString"), wa = [
|
|
11
11
|
"valueOf",
|
|
12
12
|
"isPrototypeOf",
|
|
@@ -16550,7 +16550,7 @@ function df(e, n) {
|
|
|
16550
16550
|
return new File([e], n, { type: e.type });
|
|
16551
16551
|
}
|
|
16552
16552
|
function vf() {
|
|
16553
|
-
const e =
|
|
16553
|
+
const e = Ns(), n = Os(Pc.name), {
|
|
16554
16554
|
icon: t = void 0,
|
|
16555
16555
|
tooltip: r = void 0,
|
|
16556
16556
|
tooltipOptions: c = {},
|
|
@@ -16558,7 +16558,7 @@ function vf() {
|
|
|
16558
16558
|
mammothOptions: o,
|
|
16559
16559
|
limit: a,
|
|
16560
16560
|
convert: u
|
|
16561
|
-
} = (n == null ? void 0 : n.componentProps) ?? {}, { editorDisabled: f } =
|
|
16561
|
+
} = (n == null ? void 0 : n.componentProps) ?? {}, { editorDisabled: f } = Is(i), b = Ls(Pc.name), { toast: g } = Ps(), { t: m } = qs(), [h, y] = Ss(!1), l = Bs(null);
|
|
16562
16562
|
function s() {
|
|
16563
16563
|
var _;
|
|
16564
16564
|
(_ = l.current) == null || _.click();
|
|
@@ -16580,7 +16580,7 @@ function vf() {
|
|
|
16580
16580
|
const E = new DOMParser().parseFromString(_, "text/html"), S = E.querySelectorAll("img");
|
|
16581
16581
|
if (S.length === 0)
|
|
16582
16582
|
return E.body.innerHTML;
|
|
16583
|
-
if (
|
|
16583
|
+
if (Ms(e, "image")) {
|
|
16584
16584
|
const I = b == null ? void 0 : b.options;
|
|
16585
16585
|
if (I && typeof I.upload == "function") {
|
|
16586
16586
|
const K = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const h=require("./index-DLqogznp.cjs"),m=require("@tiptap/pm/state"),c=require("react/jsx-runtime"),l=require("./toggle-
|
|
1
|
+
"use strict";const h=require("./index-DLqogznp.cjs"),m=require("@tiptap/pm/state"),c=require("react/jsx-runtime"),l=require("./toggle-Bo07J-M7.cjs");require("react");require("./index-CNzHZDls.cjs");const p=require("./useButtonProps-bei1vI37.cjs");var a=(t=>(t[t.max=7]="max",t[t.min=0]="min",t[t.more=1]="more",t[t.less=-1]="less",t))(a||{});function T(t,e,n){return t<e?e:t>n?n:t}function g(t,e,n,o){const{doc:s,selection:r}=t;if(!s||!r||!(r instanceof m.TextSelection||r instanceof m.AllSelection))return t;const{from:i,to:u}=r;return s.nodesBetween(i,u,(d,I)=>{const b=d.type;return n.includes(b.name)?(t=y(t,I,e),!1):!h.isList(d.type.name,o.extensionManager.extensions)}),t}function y(t,e,n){if(!t.doc)return t;const o=t.doc.nodeAt(e);if(!o)return t;const i=T((o.attrs.indent||0)+n,0,7);if(i===o.attrs.indent)return t;const u={...o.attrs,indent:i};return t.setNodeMarkup(e,o.type,u,o.marks)}function f({delta:t,types:e}){return({state:n,dispatch:o,editor:s})=>{const{selection:r}=n;let{tr:i}=n;return i=i.setSelection(r),i=g(i,t,e,s),i.docChanged?(o&&o(i),!0):!1}}function A(){const t=p.useButtonProps(x.name),{indent:e,outdent:n}=(t==null?void 0:t.componentProps)??{},{editorDisabled:o}=p.useToggleActive(),s=()=>{o||e!=null&&e.action&&(e==null||e.action())},r=()=>{o||n!=null&&n.action&&(n==null||n.action())};return t?c.jsxs(c.Fragment,{children:[c.jsx(l.ActionButton,{action:s,disabled:o,icon:e==null?void 0:e.icon,shortcutKeys:e==null?void 0:e.shortcutKeys,tooltip:e==null?void 0:e.tooltip}),c.jsx(l.ActionButton,{action:r,disabled:o,icon:n==null?void 0:n.icon,shortcutKeys:n==null?void 0:n.shortcutKeys,tooltip:n==null?void 0:n.tooltip})]}):c.jsx(c.Fragment,{})}const x=h.Extension.create({name:"richtextIndentOutdent",addOptions(){var t;return{...(t=this.parent)==null?void 0:t.call(this),types:["paragraph","heading","blockquote"],minIndent:a.min,maxIndent:a.max,button({editor:e,t:n,extension:o}){var s,r;return{componentProps:{indent:{action:()=>{e.commands.indent()},shortcutKeys:((s=o.options.shortcutKeys)==null?void 0:s[0])??["Tab"],icon:"IndentIncrease",tooltip:n("editor.indent.tooltip")},outdent:{action:()=>{e.commands.outdent()},shortcutKeys:((r=o.options.shortcutKeys)==null?void 0:r[1])??["Shift","Tab"],icon:"IndentDecrease",tooltip:n("editor.outdent.tooltip")}}}}}},addGlobalAttributes(){return[{types:this.options.types,attributes:{indent:{default:0,parseHTML:t=>{const e=t.dataset.indent;return(e?Number.parseInt(e,10):0)||0},renderHTML:t=>t.indent?{"data-indent":t.indent}:{}}}}]},addCommands(){return{indent:()=>f({delta:a.more,types:this.options.types}),outdent:()=>f({delta:a.less,types:this.options.types})}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.indent(),"Shift-Tab":()=>this.editor.commands.outdent()}}});exports.Indent=x;exports.IndentProps=a;exports.RichTextIndent=A;exports.setNodeIndentMarkup=y;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { q as y, E as x } from "./index-nFjllrEl.js";
|
|
2
2
|
import { TextSelection as b, AllSelection as I } from "@tiptap/pm/state";
|
|
3
3
|
import { jsx as u, Fragment as m, jsxs as A } from "react/jsx-runtime";
|
|
4
|
-
import { A as p } from "./toggle-
|
|
4
|
+
import { A as p } from "./toggle-MUGlaI1L.js";
|
|
5
5
|
import "react";
|
|
6
|
-
import "./index-
|
|
7
|
-
import { u as T, a as K } from "./useButtonProps-
|
|
6
|
+
import "./index-DuZCJJSp.js";
|
|
7
|
+
import { u as T, a as K } from "./useButtonProps-D0SrPzuG.js";
|
|
8
8
|
var a = /* @__PURE__ */ ((t) => (t[t.max = 7] = "max", t[t.min = 0] = "min", t[t.more = 1] = "more", t[t.less = -1] = "less", t))(a || {});
|
|
9
9
|
function g(t, n, e) {
|
|
10
10
|
return t < n ? n : t > e ? e : t;
|
package/lib/Indent.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("./index-DLqogznp.cjs");const e=require("./Indent-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("./index-DLqogznp.cjs");const e=require("./Indent-BGmFt7Dc.cjs");exports.Indent=e.Indent;exports.RichTextIndent=e.RichTextIndent;
|
package/lib/Indent.js
CHANGED
package/lib/Italic.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-DLqogznp.cjs"),s=require("react/jsx-runtime"),y=require("./toggle-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-DLqogznp.cjs"),s=require("react/jsx-runtime"),y=require("./toggle-Bo07J-M7.cjs");require("react");require("./index-CNzHZDls.cjs");const u=require("./useButtonProps-bei1vI37.cjs");var I=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,h=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,v=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,f=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,k=r.Mark.create({name:"italic",addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:"em"},{tag:"i",getAttrs:t=>t.style.fontStyle!=="normal"&&null},{style:"font-style=normal",clearMark:t=>t.type.name===this.name},{style:"font-style=italic"}]},renderHTML({HTMLAttributes:t}){return["em",r.mergeAttributes(this.options.HTMLAttributes,t),0]},addCommands(){return{setItalic:()=>({commands:t})=>t.setMark(this.name),toggleItalic:()=>({commands:t})=>t.toggleMark(this.name),unsetItalic:()=>({commands:t})=>t.unsetMark(this.name)}},markdownTokenName:"em",parseMarkdown:(t,e)=>e.applyMark("italic",e.parseInline(t.tokens||[])),renderMarkdown:(t,e)=>`*${e.renderChildren(t)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[r.markInputRule({find:I,type:this.type}),r.markInputRule({find:v,type:this.type})]},addPasteRules(){return[r.markPasteRule({find:h,type:this.type}),r.markPasteRule({find:f,type:this.type})]}}),M=k;function R(){const t=u.useButtonProps(c.name),{icon:e=void 0,tooltip:n=void 0,shortcutKeys:i=void 0,tooltipOptions:l={},action:a=void 0,isActive:d=void 0}=(t==null?void 0:t.componentProps)??{},{dataState:p,disabled:o,update:m}=u.useToggleActive(d),g=()=>{o||a&&(a(),m())};return t?s.jsx(y.ActionButton,{action:g,dataState:p,disabled:o,icon:e,shortcutKeys:i,tooltip:n,tooltipOptions:l}):s.jsx(s.Fragment,{})}const c=M.extend({addOptions(){var t;return{...(t=this.parent)==null?void 0:t.call(this),button({editor:e,t:n,extension:i}){return{componentProps:{action:()=>e.commands.toggleItalic(),isActive:()=>e.isActive("italic")||!1,disabled:!1,shortcutKeys:i.options.shortcutKeys??["mod","I"],icon:"Italic",tooltip:n("editor.italic.tooltip")}}}}}});exports.Italic=c;exports.RichTextItalic=R;
|
package/lib/Italic.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { M as g, h as n, j as o, m as y } from "./index-nFjllrEl.js";
|
|
2
2
|
import { jsx as d, Fragment as f } from "react/jsx-runtime";
|
|
3
|
-
import { A as h } from "./toggle-
|
|
3
|
+
import { A as h } from "./toggle-MUGlaI1L.js";
|
|
4
4
|
import "react";
|
|
5
|
-
import "./index-
|
|
6
|
-
import { u as I, a as v } from "./useButtonProps-
|
|
5
|
+
import "./index-DuZCJJSp.js";
|
|
6
|
+
import { u as I, a as v } from "./useButtonProps-D0SrPzuG.js";
|
|
7
7
|
var M = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/, k = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g, A = /(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/, _ = /(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g, x = g.create({
|
|
8
8
|
name: "italic",
|
|
9
9
|
addOptions() {
|