@club-employes/utopia 4.283.0 → 4.284.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +44 -3
- package/dist/utopia.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16554,6 +16554,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16554
16554
|
a.value ? (A(), f("div", R5, [
|
|
16555
16555
|
e.toolbarConfig.formatting?.link !== !1 ? (A(), f("button", {
|
|
16556
16556
|
key: 0,
|
|
16557
|
+
type: "button",
|
|
16557
16558
|
class: Y(["pm-toolbar__button", { "is-active": e.isLinkActive }]),
|
|
16558
16559
|
onClick: h[1] || (h[1] = ze((w) => d.$emit("link-click"), ["stop"])),
|
|
16559
16560
|
disabled: !e.editorReady || !e.canLink,
|
|
@@ -16567,6 +16568,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16567
16568
|
], 10, Q5)) : P("", !0),
|
|
16568
16569
|
e.toolbarConfig.lists?.ordered !== !1 ? (A(), f("button", {
|
|
16569
16570
|
key: 1,
|
|
16571
|
+
type: "button",
|
|
16570
16572
|
class: "pm-toolbar__button",
|
|
16571
16573
|
onClick: h[2] || (h[2] = (w) => d.$emit("ordered-list-click")),
|
|
16572
16574
|
disabled: !e.editorReady || !e.canOrderedList,
|
|
@@ -16580,6 +16582,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16580
16582
|
], 8, W5)) : P("", !0),
|
|
16581
16583
|
e.toolbarConfig.lists?.bullet !== !1 ? (A(), f("button", {
|
|
16582
16584
|
key: 2,
|
|
16585
|
+
type: "button",
|
|
16583
16586
|
class: "pm-toolbar__button",
|
|
16584
16587
|
onClick: h[3] || (h[3] = (w) => d.$emit("bullet-list-click")),
|
|
16585
16588
|
disabled: !e.editorReady || !e.canBulletList,
|
|
@@ -16593,6 +16596,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16593
16596
|
], 8, K5)) : P("", !0),
|
|
16594
16597
|
e.toolbarConfig.blocks?.codeBlock !== !1 ? (A(), f("button", {
|
|
16595
16598
|
key: 3,
|
|
16599
|
+
type: "button",
|
|
16596
16600
|
class: "pm-toolbar__button",
|
|
16597
16601
|
onClick: h[4] || (h[4] = (w) => d.$emit("code-block-click")),
|
|
16598
16602
|
disabled: !e.editorReady || !e.canCodeBlock,
|
|
@@ -16606,6 +16610,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16606
16610
|
], 8, U5)) : P("", !0),
|
|
16607
16611
|
e.toolbarConfig.blocks?.blockquote !== !1 ? (A(), f("button", {
|
|
16608
16612
|
key: 4,
|
|
16613
|
+
type: "button",
|
|
16609
16614
|
class: "pm-toolbar__button",
|
|
16610
16615
|
onClick: h[5] || (h[5] = (w) => d.$emit("blockquote-click")),
|
|
16611
16616
|
disabled: !e.editorReady || !e.canBlockquote,
|
|
@@ -16619,6 +16624,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16619
16624
|
], 8, q5)) : P("", !0),
|
|
16620
16625
|
e.toolbarConfig.formatting?.italic !== !1 ? (A(), f("button", {
|
|
16621
16626
|
key: 5,
|
|
16627
|
+
type: "button",
|
|
16622
16628
|
class: Y(["pm-toolbar__button", { "is-active": e.isItalicActive }]),
|
|
16623
16629
|
onClick: h[6] || (h[6] = (w) => d.$emit("italic-click")),
|
|
16624
16630
|
disabled: !e.editorReady || !e.canItalic,
|
|
@@ -16632,6 +16638,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16632
16638
|
], 10, _5)) : P("", !0),
|
|
16633
16639
|
e.toolbarConfig.formatting?.bold !== !1 ? (A(), f("button", {
|
|
16634
16640
|
key: 6,
|
|
16641
|
+
type: "button",
|
|
16635
16642
|
class: Y(["pm-toolbar__button", { "is-active": e.isBoldActive }]),
|
|
16636
16643
|
onClick: h[7] || (h[7] = (w) => d.$emit("bold-click")),
|
|
16637
16644
|
disabled: !e.editorReady || !e.canBold,
|
|
@@ -16645,6 +16652,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16645
16652
|
], 10, $5)) : P("", !0),
|
|
16646
16653
|
e.toolbarConfig.formatting?.underline !== !1 ? (A(), f("button", {
|
|
16647
16654
|
key: 7,
|
|
16655
|
+
type: "button",
|
|
16648
16656
|
class: Y(["pm-toolbar__button", { "is-active": e.isUnderlineActive }]),
|
|
16649
16657
|
onClick: h[8] || (h[8] = (w) => d.$emit("underline-click")),
|
|
16650
16658
|
disabled: !e.editorReady || !e.canUnderline,
|
|
@@ -16658,6 +16666,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16658
16666
|
], 10, e9)) : P("", !0),
|
|
16659
16667
|
e.toolbarConfig.formatting?.strikethrough !== !1 ? (A(), f("button", {
|
|
16660
16668
|
key: 8,
|
|
16669
|
+
type: "button",
|
|
16661
16670
|
class: Y(["pm-toolbar__button", { "is-active": e.isStrikethroughActive }]),
|
|
16662
16671
|
onClick: h[9] || (h[9] = (w) => d.$emit("strikethrough-click")),
|
|
16663
16672
|
disabled: !e.editorReady || !e.canStrikethrough,
|
|
@@ -16671,6 +16680,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16671
16680
|
], 10, t9)) : P("", !0),
|
|
16672
16681
|
e.toolbarConfig.divider !== !1 ? (A(), f("button", {
|
|
16673
16682
|
key: 9,
|
|
16683
|
+
type: "button",
|
|
16674
16684
|
class: "pm-toolbar__button",
|
|
16675
16685
|
onClick: h[10] || (h[10] = (w) => d.$emit("divider-click")),
|
|
16676
16686
|
disabled: !e.editorReady,
|
|
@@ -16686,6 +16696,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16686
16696
|
e.toolbarConfig.separators ? (A(), f("div", o9)) : P("", !0),
|
|
16687
16697
|
e.toolbarConfig.alignment !== !1 ? (A(), f("div", a9, [
|
|
16688
16698
|
(A(!0), f(U, null, pe(r.value, (w) => (A(), f("button", {
|
|
16699
|
+
type: "button",
|
|
16689
16700
|
key: w.value,
|
|
16690
16701
|
class: Y(["pm-toolbar__button pm-toolbar__text-align-button", { "is-active": e.isInColumns && e.currentColumnAlign === w.value }]),
|
|
16691
16702
|
onClick: ze((M) => m(w.value), ["stop"]),
|
|
@@ -16703,6 +16714,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16703
16714
|
l.value ? (A(), f("div", i9, [
|
|
16704
16715
|
e.toolbarConfig.media?.image !== !1 ? (A(), f("button", {
|
|
16705
16716
|
key: 0,
|
|
16717
|
+
type: "button",
|
|
16706
16718
|
class: "pm-toolbar__button",
|
|
16707
16719
|
onClick: h[11] || (h[11] = (w) => d.$emit("image-click")),
|
|
16708
16720
|
disabled: !e.editorReady || !e.canImage,
|
|
@@ -16716,6 +16728,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16716
16728
|
], 8, r9)) : P("", !0),
|
|
16717
16729
|
e.toolbarConfig.media?.video !== !1 ? (A(), f("button", {
|
|
16718
16730
|
key: 1,
|
|
16731
|
+
type: "button",
|
|
16719
16732
|
class: "pm-toolbar__button",
|
|
16720
16733
|
onClick: h[12] || (h[12] = (w) => d.$emit("video-click")),
|
|
16721
16734
|
disabled: !e.editorReady || !e.canVideo,
|
|
@@ -16729,6 +16742,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16729
16742
|
], 8, c9)) : P("", !0),
|
|
16730
16743
|
e.toolbarConfig.media?.table !== !1 ? (A(), f("button", {
|
|
16731
16744
|
key: 2,
|
|
16745
|
+
type: "button",
|
|
16732
16746
|
class: "pm-toolbar__button",
|
|
16733
16747
|
onClick: h[13] || (h[13] = (w) => d.$emit("table-insert")),
|
|
16734
16748
|
disabled: !e.editorReady,
|
|
@@ -16742,6 +16756,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16742
16756
|
], 8, A9)) : P("", !0),
|
|
16743
16757
|
e.isInTable ? (A(), f("div", u9, [
|
|
16744
16758
|
g("button", {
|
|
16759
|
+
type: "button",
|
|
16745
16760
|
class: "pm-toolbar__button",
|
|
16746
16761
|
onClick: h[14] || (h[14] = (w) => d.$emit("table-add-row-before")),
|
|
16747
16762
|
disabled: !e.editorReady || !e.canAddRowBefore,
|
|
@@ -16754,6 +16769,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16754
16769
|
})
|
|
16755
16770
|
], 8, d9),
|
|
16756
16771
|
g("button", {
|
|
16772
|
+
type: "button",
|
|
16757
16773
|
class: "pm-toolbar__button",
|
|
16758
16774
|
onClick: h[15] || (h[15] = (w) => d.$emit("table-add-row-after")),
|
|
16759
16775
|
disabled: !e.editorReady || !e.canAddRowAfter,
|
|
@@ -16766,6 +16782,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16766
16782
|
})
|
|
16767
16783
|
], 8, f9),
|
|
16768
16784
|
g("button", {
|
|
16785
|
+
type: "button",
|
|
16769
16786
|
class: "pm-toolbar__button",
|
|
16770
16787
|
onClick: h[16] || (h[16] = (w) => d.$emit("table-delete-row")),
|
|
16771
16788
|
disabled: !e.editorReady || !e.canDeleteRow,
|
|
@@ -16778,6 +16795,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16778
16795
|
})
|
|
16779
16796
|
], 8, p9),
|
|
16780
16797
|
g("button", {
|
|
16798
|
+
type: "button",
|
|
16781
16799
|
class: "pm-toolbar__button",
|
|
16782
16800
|
onClick: h[17] || (h[17] = (w) => d.$emit("table-add-column-before")),
|
|
16783
16801
|
disabled: !e.editorReady || !e.canAddColumnBefore,
|
|
@@ -16790,6 +16808,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16790
16808
|
})
|
|
16791
16809
|
], 8, m9),
|
|
16792
16810
|
g("button", {
|
|
16811
|
+
type: "button",
|
|
16793
16812
|
class: "pm-toolbar__button",
|
|
16794
16813
|
onClick: h[18] || (h[18] = (w) => d.$emit("table-add-column-after")),
|
|
16795
16814
|
disabled: !e.editorReady || !e.canAddColumnAfter,
|
|
@@ -16802,6 +16821,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16802
16821
|
})
|
|
16803
16822
|
], 8, v9),
|
|
16804
16823
|
g("button", {
|
|
16824
|
+
type: "button",
|
|
16805
16825
|
class: "pm-toolbar__button",
|
|
16806
16826
|
onClick: h[19] || (h[19] = (w) => d.$emit("table-delete-column")),
|
|
16807
16827
|
disabled: !e.editorReady || !e.canDeleteColumn,
|
|
@@ -16814,6 +16834,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16814
16834
|
})
|
|
16815
16835
|
], 8, g9),
|
|
16816
16836
|
g("button", {
|
|
16837
|
+
type: "button",
|
|
16817
16838
|
class: "pm-toolbar__button",
|
|
16818
16839
|
onClick: h[20] || (h[20] = (w) => d.$emit("table-toggle-header-cell")),
|
|
16819
16840
|
disabled: !e.editorReady || !e.canToggleHeaderCell,
|
|
@@ -16826,6 +16847,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16826
16847
|
})
|
|
16827
16848
|
], 8, b9),
|
|
16828
16849
|
g("button", {
|
|
16850
|
+
type: "button",
|
|
16829
16851
|
class: "pm-toolbar__button",
|
|
16830
16852
|
onClick: h[21] || (h[21] = (w) => d.$emit("table-delete")),
|
|
16831
16853
|
disabled: !e.editorReady || !e.canDeleteTable,
|
|
@@ -16854,6 +16876,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16854
16876
|
e.toolbarConfig.colors !== !1 ? (A(), f("div", z9, [
|
|
16855
16877
|
g("div", x9, [
|
|
16856
16878
|
g("button", {
|
|
16879
|
+
type: "button",
|
|
16857
16880
|
class: Y(["pm-toolbar__button pm-toolbar__color-button", { "is-active": e.currentTextColor !== null }]),
|
|
16858
16881
|
onClick: h[23] || (h[23] = ze((w) => d.$emit("toggle-color-picker"), ["stop"])),
|
|
16859
16882
|
disabled: !e.editorReady
|
|
@@ -16880,6 +16903,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16880
16903
|
class: "pm-toolbar__color-options"
|
|
16881
16904
|
}, [
|
|
16882
16905
|
(A(!0), f(U, null, pe(w.colors, (v) => (A(), f("button", {
|
|
16906
|
+
type: "button",
|
|
16883
16907
|
key: v.value,
|
|
16884
16908
|
class: Y(["pm-toolbar__color-option", { "is-selected": e.currentTextColor === v.value }]),
|
|
16885
16909
|
style: Ze({ backgroundColor: v.value }),
|
|
@@ -16890,6 +16914,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16890
16914
|
]),
|
|
16891
16915
|
e.currentTextColor ? (A(), f("button", {
|
|
16892
16916
|
key: 0,
|
|
16917
|
+
type: "button",
|
|
16893
16918
|
class: "pm-toolbar__color-remove",
|
|
16894
16919
|
onClick: h[24] || (h[24] = ze((w) => d.$emit("remove-text-color"), ["stop"]))
|
|
16895
16920
|
}, " Supprimer la couleur ")) : P("", !0)
|
|
@@ -16899,7 +16924,7 @@ const p6 = { class: "utopia-emptystate" }, m6 = { class: "utopia-emptystate__con
|
|
|
16899
16924
|
e.toolbarConfig.separators ? (A(), f("div", k9)) : P("", !0)
|
|
16900
16925
|
]));
|
|
16901
16926
|
}
|
|
16902
|
-
}, B9 = /* @__PURE__ */ Ae(O9, [["__scopeId", "data-v-
|
|
16927
|
+
}, B9 = /* @__PURE__ */ Ae(O9, [["__scopeId", "data-v-33e83f03"]]);
|
|
16903
16928
|
function Vr(e) {
|
|
16904
16929
|
const t = H(!1), n = H({ top: 0, right: 0 });
|
|
16905
16930
|
let o = null, s = null, a = null;
|
|
@@ -17109,11 +17134,13 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17109
17134
|
}, ["stop"]))
|
|
17110
17135
|
}, [
|
|
17111
17136
|
g("button", {
|
|
17137
|
+
type: "button",
|
|
17112
17138
|
class: "pm-link-popover__button pm-link-popover__button--text",
|
|
17113
17139
|
onClick: L[9] || (L[9] = ze((V) => G.$emit("open-link-modal"), ["stop"]))
|
|
17114
17140
|
}, O(e.labels.linkPopoverEdit), 1),
|
|
17115
17141
|
L[47] || (L[47] = g("div", { class: "pm-link-popover__separator" }, null, -1)),
|
|
17116
17142
|
g("button", {
|
|
17143
|
+
type: "button",
|
|
17117
17144
|
class: "pm-link-popover__button pm-link-popover__button--icon",
|
|
17118
17145
|
onClick: L[10] || (L[10] = ze((V) => G.$emit("open-link-in-new-tab"), ["stop"])),
|
|
17119
17146
|
title: e.labels.linkPopoverOpen
|
|
@@ -17125,6 +17152,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17125
17152
|
], 8, T9),
|
|
17126
17153
|
L[48] || (L[48] = g("div", { class: "pm-link-popover__separator" }, null, -1)),
|
|
17127
17154
|
g("button", {
|
|
17155
|
+
type: "button",
|
|
17128
17156
|
class: "pm-link-popover__button pm-link-popover__button--icon",
|
|
17129
17157
|
onClick: L[11] || (L[11] = ze((V) => G.$emit("remove-link"), ["stop"])),
|
|
17130
17158
|
title: e.labels.linkPopoverRemove
|
|
@@ -17136,6 +17164,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17136
17164
|
], 8, D9),
|
|
17137
17165
|
L[49] || (L[49] = g("div", { class: "pm-link-popover__separator" }, null, -1)),
|
|
17138
17166
|
g("button", {
|
|
17167
|
+
type: "button",
|
|
17139
17168
|
class: "pm-link-popover__button pm-link-popover__button--icon",
|
|
17140
17169
|
onClick: L[12] || (L[12] = ze((V) => G.$emit("copy-link-url"), ["stop"])),
|
|
17141
17170
|
title: e.labels.linkPopoverCopy
|
|
@@ -17167,6 +17196,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17167
17196
|
}, [
|
|
17168
17197
|
g("div", j9, [
|
|
17169
17198
|
(A(), f(U, null, pe(r, (V) => g("button", {
|
|
17199
|
+
type: "button",
|
|
17170
17200
|
key: V.value,
|
|
17171
17201
|
class: Y(["pm-image-popover__button pm-image-popover__button--icon", { "pm-image-popover__button--active": e.imageAlign === V.value }]),
|
|
17172
17202
|
title: V.label,
|
|
@@ -17180,11 +17210,13 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17180
17210
|
]),
|
|
17181
17211
|
L[50] || (L[50] = g("div", { class: "pm-image-popover__separator" }, null, -1)),
|
|
17182
17212
|
g("button", {
|
|
17213
|
+
type: "button",
|
|
17183
17214
|
class: "pm-image-popover__button pm-image-popover__button--text",
|
|
17184
17215
|
onClick: L[14] || (L[14] = ze((V) => G.$emit("edit-image-with-pintura"), ["stop"]))
|
|
17185
17216
|
}, O(e.labels.imagePopoverEdit), 1),
|
|
17186
17217
|
L[51] || (L[51] = g("div", { class: "pm-image-popover__separator" }, null, -1)),
|
|
17187
17218
|
g("button", {
|
|
17219
|
+
type: "button",
|
|
17188
17220
|
class: "pm-image-popover__button pm-image-popover__button--icon",
|
|
17189
17221
|
onClick: L[15] || (L[15] = ze((V) => G.$emit("replace-image"), ["stop"])),
|
|
17190
17222
|
title: e.labels.imagePopoverReplace
|
|
@@ -17196,6 +17228,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17196
17228
|
], 8, H9),
|
|
17197
17229
|
L[52] || (L[52] = g("div", { class: "pm-image-popover__separator" }, null, -1)),
|
|
17198
17230
|
g("button", {
|
|
17231
|
+
type: "button",
|
|
17199
17232
|
class: "pm-image-popover__button pm-image-popover__button--icon",
|
|
17200
17233
|
onClick: L[16] || (L[16] = ze((V) => G.$emit("image-copy"), ["stop"])),
|
|
17201
17234
|
title: e.labels.imagePopoverCopy
|
|
@@ -17207,6 +17240,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17207
17240
|
], 8, G9),
|
|
17208
17241
|
L[53] || (L[53] = g("div", { class: "pm-image-popover__separator" }, null, -1)),
|
|
17209
17242
|
g("button", {
|
|
17243
|
+
type: "button",
|
|
17210
17244
|
class: "pm-image-popover__button pm-image-popover__button--icon",
|
|
17211
17245
|
onClick: L[17] || (L[17] = ze((V) => G.$emit("edit-image"), ["stop"])),
|
|
17212
17246
|
title: e.labels.imagePopoverDraw
|
|
@@ -17218,6 +17252,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17218
17252
|
], 8, E9),
|
|
17219
17253
|
L[54] || (L[54] = g("div", { class: "pm-image-popover__separator" }, null, -1)),
|
|
17220
17254
|
g("button", {
|
|
17255
|
+
type: "button",
|
|
17221
17256
|
class: "pm-image-popover__button pm-image-popover__button--icon",
|
|
17222
17257
|
onClick: L[18] || (L[18] = ze((V) => G.$emit("remove-image"), ["stop"])),
|
|
17223
17258
|
title: e.labels.imagePopoverDelete
|
|
@@ -17307,6 +17342,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17307
17342
|
g("div", N9, [
|
|
17308
17343
|
g("span", J9, O(e.labels.imageEditTitle), 1),
|
|
17309
17344
|
g("button", {
|
|
17345
|
+
type: "button",
|
|
17310
17346
|
class: "pm-image-edit-popin__close",
|
|
17311
17347
|
onClick: L[28] || (L[28] = ze((V) => G.$emit("close-image-edit-popin"), ["stop"])),
|
|
17312
17348
|
title: e.labels.imageEditClose
|
|
@@ -17409,6 +17445,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17409
17445
|
g("div", q9, [
|
|
17410
17446
|
g("div", _9, [
|
|
17411
17447
|
(A(), f(U, null, pe(r, (V) => g("button", {
|
|
17448
|
+
type: "button",
|
|
17412
17449
|
key: V.value,
|
|
17413
17450
|
class: Y(["pm-image-modal__toolbar-button", { "pm-image-modal__toolbar-button--active": e.imageAlign === V.value }]),
|
|
17414
17451
|
title: V.label,
|
|
@@ -17424,6 +17461,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17424
17461
|
g("div", eb, O(e.imageDimensions), 1),
|
|
17425
17462
|
L[57] || (L[57] = g("div", { class: "pm-image-modal__toolbar-separator" }, null, -1)),
|
|
17426
17463
|
g("button", {
|
|
17464
|
+
type: "button",
|
|
17427
17465
|
class: "pm-image-modal__toolbar-button",
|
|
17428
17466
|
title: "Ajouter un lien",
|
|
17429
17467
|
onClick: L[36] || (L[36] = (V) => G.$emit("image-add-link"))
|
|
@@ -17434,11 +17472,13 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17434
17472
|
})
|
|
17435
17473
|
]),
|
|
17436
17474
|
g("button", {
|
|
17475
|
+
type: "button",
|
|
17437
17476
|
class: "pm-image-modal__toolbar-button pm-image-modal__toolbar-button--text",
|
|
17438
17477
|
onClick: L[37] || (L[37] = (V) => G.$emit("image-edit-alt-text"))
|
|
17439
17478
|
}, " Modifier le texte alternatif "),
|
|
17440
17479
|
L[58] || (L[58] = g("div", { class: "pm-image-modal__toolbar-separator" }, null, -1)),
|
|
17441
17480
|
g("button", {
|
|
17481
|
+
type: "button",
|
|
17442
17482
|
class: "pm-image-modal__toolbar-button",
|
|
17443
17483
|
title: "Copier",
|
|
17444
17484
|
onClick: L[38] || (L[38] = (V) => G.$emit("image-copy"))
|
|
@@ -17449,6 +17489,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17449
17489
|
})
|
|
17450
17490
|
]),
|
|
17451
17491
|
g("button", {
|
|
17492
|
+
type: "button",
|
|
17452
17493
|
class: "pm-image-modal__toolbar-button",
|
|
17453
17494
|
title: "Supprimer",
|
|
17454
17495
|
onClick: L[39] || (L[39] = (V) => G.$emit("image-delete"))
|
|
@@ -17492,7 +17533,7 @@ const T9 = ["title"], D9 = ["title"], L9 = ["title"], j9 = { class: "pm-image-po
|
|
|
17492
17533
|
}, 8, ["open", "title"])
|
|
17493
17534
|
]));
|
|
17494
17535
|
}
|
|
17495
|
-
}, lb = /* @__PURE__ */ Ae(sb, [["__scopeId", "data-v-
|
|
17536
|
+
}, lb = /* @__PURE__ */ Ae(sb, [["__scopeId", "data-v-0d33e0a2"]]), ib = { class: "utopia-image-editor__container" }, rb = { class: "utopia-image-editor__header" }, cb = { class: "utopia-image-editor__title" }, Ab = { class: "utopia-image-editor__actions" }, ub = /* @__PURE__ */ le({
|
|
17496
17537
|
__name: "ImageEditor",
|
|
17497
17538
|
props: {
|
|
17498
17539
|
open: { type: Boolean, default: !1 },
|
|
@@ -40702,7 +40743,7 @@ const jO = ["id"], SO = {
|
|
|
40702
40743
|
}, null, 8, ["open", "image-src", "editor-options", "onSave", "onCancel"])
|
|
40703
40744
|
], 10, jO));
|
|
40704
40745
|
}
|
|
40705
|
-
}), cG = /* @__PURE__ */ Ae(gT, [["__scopeId", "data-v-
|
|
40746
|
+
}), cG = /* @__PURE__ */ Ae(gT, [["__scopeId", "data-v-a4b945c3"]]), bT = ["aria-label"], hT = /* @__PURE__ */ le({
|
|
40706
40747
|
__name: "Accordion",
|
|
40707
40748
|
props: {
|
|
40708
40749
|
modelValue: { default: void 0 },
|