@keyblade/tinymce-editor-vue2 0.0.12-alpha.39 → 0.0.12-alpha.40
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/es/editor.vue2.js +4 -4
- package/package.json +1 -1
package/es/editor.vue2.js
CHANGED
|
@@ -438,11 +438,11 @@ const ma = /* @__PURE__ */ he({
|
|
|
438
438
|
const ne = () => {
|
|
439
439
|
var i, o;
|
|
440
440
|
const e = { ...v.value.additionalData || {} };
|
|
441
|
-
return ((o = (i = g.value) == null ? void 0 : i.data) == null ? void 0 : o.call(i, {
|
|
441
|
+
return ((o = (i = g.value) == null ? void 0 : i.data) == null ? void 0 : o.call(i, { ...e, extParameters: d.extParameters })) || {};
|
|
442
442
|
}, le = () => {
|
|
443
443
|
var i, o;
|
|
444
444
|
const e = { ...v.value.additionalData || {} };
|
|
445
|
-
return ((o = (i = g.value) == null ? void 0 : i.headers) == null ? void 0 : o.call(i, {
|
|
445
|
+
return ((o = (i = g.value) == null ? void 0 : i.headers) == null ? void 0 : o.call(i, { ...e, extParameters: d.extParameters })) || {};
|
|
446
446
|
}, re = (e, i, o) => {
|
|
447
447
|
var t, n;
|
|
448
448
|
const a = (n = (t = g == null ? void 0 : g.value) == null ? void 0 : t.handlerResponse) == null ? void 0 : n.call(t, e);
|
|
@@ -466,11 +466,11 @@ const ma = /* @__PURE__ */ he({
|
|
|
466
466
|
}, de = () => {
|
|
467
467
|
var i, o;
|
|
468
468
|
const e = { ...x.value.additionalData || {} };
|
|
469
|
-
return ((o = (i = c.value) == null ? void 0 : i.data) == null ? void 0 : o.call(i, {
|
|
469
|
+
return ((o = (i = c.value) == null ? void 0 : i.data) == null ? void 0 : o.call(i, { ...e, extParameters: d.extParameters })) || {};
|
|
470
470
|
}, ce = () => {
|
|
471
471
|
var i, o;
|
|
472
472
|
const e = { ...x.value.additionalData || {} };
|
|
473
|
-
return ((o = (i = c.value) == null ? void 0 : i.headers) == null ? void 0 : o.call(i, {
|
|
473
|
+
return ((o = (i = c.value) == null ? void 0 : i.headers) == null ? void 0 : o.call(i, { ...e, extParameters: d.extParameters })) || {};
|
|
474
474
|
}, pe = (e, i, o) => {
|
|
475
475
|
var t, n;
|
|
476
476
|
const a = (n = (t = c == null ? void 0 : c.value) == null ? void 0 : t.handlerResponse) == null ? void 0 : n.call(t, e);
|
package/package.json
CHANGED