@useinsider/guido 3.2.0-beta.b397787 → 3.2.0-beta.d3596a1
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/composables/useStripo.js +30 -31
- package/dist/config/migrator/radioButtonMigrator.js +60 -49
- package/dist/extensions/Blocks/RadioButton/template.js +1 -1
- package/dist/src/extensions/Blocks/RadioButton/template.d.ts +1 -1
- package/package.json +1 -1
- package/dist/composables/useFullStoryBridge.js +0 -17
- package/dist/src/composables/useFullStoryBridge.d.ts +0 -10
|
@@ -1,28 +1,27 @@
|
|
|
1
|
-
import { useActionsApi as
|
|
2
|
-
import { useBlocksConfig as
|
|
3
|
-
import { useConfig as
|
|
4
|
-
import { useCustomInterfaceAppearance as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import
|
|
11
|
-
import L from "../static/styles/customEditorStyle.css.js";
|
|
1
|
+
import { useActionsApi as F } from "./useActionsApi.js";
|
|
2
|
+
import { useBlocksConfig as D } from "./useBlocksConfig.js";
|
|
3
|
+
import { useConfig as I } from "./useConfig.js";
|
|
4
|
+
import { useCustomInterfaceAppearance as P } from "./useCustomInterfaceAppearance.js";
|
|
5
|
+
import { useStripoEventHandler as U } from "./useStripoEventHandler.js";
|
|
6
|
+
import { useToaster as R } from "./useToaster.js";
|
|
7
|
+
import { localePatch as q } from "../config/i18n/index.js";
|
|
8
|
+
import { displayConditions as x } from "../enums/displayConditions.js";
|
|
9
|
+
import { useStripoApi as H } from "../services/stripoApi.js";
|
|
10
|
+
import O from "../static/styles/customEditorStyle.css.js";
|
|
12
11
|
import { useEditorStore as C } from "../stores/editor.js";
|
|
13
|
-
import { dynamicContentToMergeTags as
|
|
14
|
-
import
|
|
15
|
-
const
|
|
16
|
-
const { features:
|
|
12
|
+
import { dynamicContentToMergeTags as L } from "../utils/genericUtil.js";
|
|
13
|
+
import $ from "../package.json.js";
|
|
14
|
+
const ie = (E, c) => {
|
|
15
|
+
const { features: l, template: h, isFeatureEnabled: u } = I(), { handleError: m } = R(), { getToken: b, getCustomFonts: w, getSyncModulesStatus: k } = H(), { handleEvent: T } = U(), { getStripoBlocksConfig: V } = D(), _ = async (i, n = [], r = !1) => {
|
|
17
16
|
var g, y, S;
|
|
18
|
-
const e = C(), { html: p, css: a } = i, { baseBlocks: o, extensions: d } = await
|
|
17
|
+
const e = C(), { html: p, css: a } = i, { baseBlocks: o, extensions: d } = await V(), f = ((g = l.value) == null ? void 0 : g.displayConditions) ?? !0, v = ((y = l.value) == null ? void 0 : y.modulesDisabled) ?? !1, M = ((S = h.value) == null ? void 0 : S.forceRecreate) ?? !1;
|
|
19
18
|
window.UIEditor.initEditor(
|
|
20
19
|
document.querySelector("#guido-editor"),
|
|
21
20
|
{
|
|
22
21
|
metadata: E,
|
|
23
22
|
html: p,
|
|
24
23
|
css: a,
|
|
25
|
-
forceRecreate:
|
|
24
|
+
forceRecreate: M,
|
|
26
25
|
locale: "en",
|
|
27
26
|
undoButtonSelector: "#guido__undo-button",
|
|
28
27
|
redoButtonSelector: "#guido__redo-button",
|
|
@@ -32,12 +31,12 @@ const se = (E, l) => {
|
|
|
32
31
|
customAppearanceMergetags: !u("liquidSyntax"),
|
|
33
32
|
customAppearanceMergetagsBorderColor: "#f1f3fe",
|
|
34
33
|
customAppearanceMergetagsBackgroundColor: "#f1f3fe",
|
|
35
|
-
customViewStyles:
|
|
34
|
+
customViewStyles: O,
|
|
36
35
|
conditionsEnabled: f,
|
|
37
36
|
customConditionsEnabled: f,
|
|
38
|
-
conditionCategories:
|
|
37
|
+
conditionCategories: x,
|
|
39
38
|
enableXSSSecurity: !0,
|
|
40
|
-
modulesDisabled:
|
|
39
|
+
modulesDisabled: v,
|
|
41
40
|
syncModulesEnabled: r,
|
|
42
41
|
messageSettingsEnabled: !0,
|
|
43
42
|
displayGmailAnnotations: !0,
|
|
@@ -53,8 +52,8 @@ const se = (E, l) => {
|
|
|
53
52
|
},
|
|
54
53
|
mergeTags: [
|
|
55
54
|
{
|
|
56
|
-
entries:
|
|
57
|
-
|
|
55
|
+
entries: L(
|
|
56
|
+
c.preselectedDynamicContentList,
|
|
58
57
|
u("liquidSyntax")
|
|
59
58
|
)
|
|
60
59
|
}
|
|
@@ -69,8 +68,8 @@ const se = (E, l) => {
|
|
|
69
68
|
},
|
|
70
69
|
onTemplateLoaded() {
|
|
71
70
|
try {
|
|
72
|
-
const { importCss: t } =
|
|
73
|
-
t(), s(), A(),
|
|
71
|
+
const { importCss: t } = P(), { activateCustomViewStyles: s, updateTimerInClonedTemplate: A } = F();
|
|
72
|
+
t(), s(), A(), c.onReady(), e.isStripoInitialized = !0, e.loadingStatus = !1, setTimeout(() => {
|
|
74
73
|
e.hasChanges = !1;
|
|
75
74
|
}, 1e3);
|
|
76
75
|
} catch (t) {
|
|
@@ -89,23 +88,23 @@ const se = (E, l) => {
|
|
|
89
88
|
onDataChanged() {
|
|
90
89
|
e.hasChanges = !0;
|
|
91
90
|
},
|
|
92
|
-
onEvent:
|
|
91
|
+
onEvent: T,
|
|
93
92
|
ignoreClickOutsideSelectors: [
|
|
94
93
|
"#guido-dynamic-content-modal",
|
|
95
94
|
".in-on-board-wrapper",
|
|
96
95
|
".in-drawer__container"
|
|
97
96
|
],
|
|
98
97
|
extensions: d,
|
|
99
|
-
localePatch:
|
|
98
|
+
localePatch: q
|
|
100
99
|
}
|
|
101
100
|
);
|
|
102
|
-
},
|
|
101
|
+
}, B = (i) => new Promise((n, r) => {
|
|
103
102
|
var d;
|
|
104
103
|
if (document.getElementById("UiEditorScript")) {
|
|
105
104
|
i(), n();
|
|
106
105
|
return;
|
|
107
106
|
}
|
|
108
|
-
const e =
|
|
107
|
+
const e = $.guido, a = `https://email-static.useinsider.com/guido/${(d = e == null ? void 0 : e.stripo) == null ? void 0 : d.version}/UIEditor.js`, o = document.createElement("script");
|
|
109
108
|
o.id = "UiEditorScript", o.type = "module", o.src = a, o.onload = () => {
|
|
110
109
|
i(), n();
|
|
111
110
|
}, o.onerror = () => {
|
|
@@ -113,15 +112,15 @@ const se = (E, l) => {
|
|
|
113
112
|
}, document.body.appendChild(o);
|
|
114
113
|
});
|
|
115
114
|
return { initPlugin: async (i) => {
|
|
116
|
-
await
|
|
115
|
+
await B(async () => {
|
|
117
116
|
const n = C(), [r, e] = await Promise.all([
|
|
118
117
|
w(),
|
|
119
118
|
k()
|
|
120
119
|
]);
|
|
121
|
-
n.syncModulesEnabled = e, await
|
|
120
|
+
n.syncModulesEnabled = e, await _(i, r, e);
|
|
122
121
|
});
|
|
123
122
|
} };
|
|
124
123
|
};
|
|
125
124
|
export {
|
|
126
|
-
|
|
125
|
+
ie as useStripo
|
|
127
126
|
};
|
|
@@ -1,88 +1,99 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var b = (
|
|
4
|
-
import
|
|
5
|
-
class
|
|
1
|
+
var h = Object.defineProperty;
|
|
2
|
+
var T = (l, e, t) => e in l ? h(l, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : l[e] = t;
|
|
3
|
+
var b = (l, e, t) => T(l, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
+
import S from "../../extensions/Blocks/RadioButton/template.js";
|
|
5
|
+
class A {
|
|
6
6
|
constructor() {
|
|
7
7
|
b(this, "parser");
|
|
8
8
|
this.parser = new DOMParser();
|
|
9
9
|
}
|
|
10
|
-
migrate(
|
|
10
|
+
migrate(e) {
|
|
11
11
|
try {
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
const t = this.parser.parseFromString(e, "text/html"), s = t.querySelectorAll("td.radio-button-block"), i = t.querySelectorAll("td.radio-button-v2");
|
|
13
|
+
if (s.length === 0 && i.length === 0)
|
|
14
|
+
return e;
|
|
15
|
+
let a = !1;
|
|
16
|
+
return s.forEach((r) => {
|
|
17
|
+
if (r.classList.contains("radio-button-v2"))
|
|
15
18
|
return;
|
|
16
|
-
const
|
|
17
|
-
`<table id="tempDoc"><tbody><tr>${
|
|
19
|
+
const c = r.getAttribute("id"), n = this.extractTextFromElement(r, "ins-title"), o = this.extractTextFromElement(r, "ins-description"), p = this.extractTextFromElement(r, "ins-subscribe"), u = this.extractTextFromElement(r, "ins-unsubscribe"), m = this.buildTextBlock(n), d = this.buildTextBlock(o), g = this.buildTextBlock({ ...p, classList: "" }), x = this.buildTextBlock({ ...u, classList: "" }), f = S.replace("{-{-TITLE-}-}", m).replace("{-{-DESCRIPTION-}-}", d).replace("{-{-YES-}-}", g).replace("{-{-NO-}-}", x), y = this.parser.parseFromString(
|
|
20
|
+
`<table id="tempDoc"><tbody><tr>${f}</tr></tbody></table>`,
|
|
18
21
|
"text/html"
|
|
19
22
|
).querySelector(".radio-button-v2");
|
|
20
|
-
y &&
|
|
21
|
-
}),
|
|
22
|
-
|
|
23
|
-
|
|
23
|
+
y && r.parentNode && (y.setAttribute("id", c || ""), r.parentNode.replaceChild(y, r), a = !0);
|
|
24
|
+
}), t.querySelectorAll('td.radio-button-v2 input[type="radio"]').forEach((r) => {
|
|
25
|
+
var p, u;
|
|
26
|
+
const c = (p = r.parentElement) == null ? void 0 : p.querySelector(":scope > p"), n = (u = r.parentElement) == null ? void 0 : u.parentElement;
|
|
27
|
+
if (!c || (n == null ? void 0 : n.tagName) !== "TR")
|
|
28
|
+
return;
|
|
29
|
+
r.removeAttribute("esd-block-text");
|
|
30
|
+
const o = t.createElement("td");
|
|
31
|
+
o.setAttribute("align", "left"), o.setAttribute("style", "padding:0;Margin:0"), o.appendChild(c), n.appendChild(o), a = !0;
|
|
32
|
+
}), a ? t.documentElement.outerHTML : e;
|
|
33
|
+
} catch (t) {
|
|
34
|
+
return console.error("RadioButtonMigrator failed:", t), e;
|
|
24
35
|
}
|
|
25
36
|
}
|
|
26
|
-
extractTextFromElement(
|
|
27
|
-
var
|
|
28
|
-
const
|
|
29
|
-
if (!
|
|
37
|
+
extractTextFromElement(e, t) {
|
|
38
|
+
var d, g;
|
|
39
|
+
const s = e.querySelector(`.${t}`);
|
|
40
|
+
if (!s)
|
|
30
41
|
return {
|
|
31
|
-
text:
|
|
42
|
+
text: t === "ins-title" ? "Title" : "Description",
|
|
32
43
|
isBold: !1,
|
|
33
44
|
isItalic: !1,
|
|
34
45
|
align: "left",
|
|
35
46
|
styles: "",
|
|
36
47
|
classList: ""
|
|
37
48
|
};
|
|
38
|
-
const
|
|
39
|
-
if (!
|
|
49
|
+
const i = s.querySelector("p");
|
|
50
|
+
if (!i)
|
|
40
51
|
return {
|
|
41
|
-
text: ((
|
|
52
|
+
text: ((d = s.textContent) == null ? void 0 : d.trim()) || (t === "ins-title" ? "Title" : "Description"),
|
|
42
53
|
isBold: !1,
|
|
43
54
|
isItalic: !1,
|
|
44
|
-
align:
|
|
55
|
+
align: s.getAttribute("align") || "left",
|
|
45
56
|
styles: "",
|
|
46
57
|
classList: ""
|
|
47
58
|
};
|
|
48
|
-
const
|
|
59
|
+
const a = ((g = i.textContent) == null ? void 0 : g.trim()) || (t === "ins-title" ? "Title" : "Description"), r = i.getAttribute("style") || "", c = s.getAttribute("align") || i.getAttribute("align") || "left", n = /font-weight\s*:\s*bold/i.test(r) || !!i.querySelector("b, strong"), o = /font-style\s*:\s*italic/i.test(r) || !!i.querySelector("i, em"), p = this.removeStyleProperties(r, ["font-weight", "font-style"]), u = this.convertInlineToBlock(p), m = s.getAttribute("class") || "";
|
|
49
60
|
return {
|
|
50
|
-
text:
|
|
51
|
-
isBold:
|
|
52
|
-
isItalic:
|
|
53
|
-
align:
|
|
54
|
-
styles:
|
|
61
|
+
text: a,
|
|
62
|
+
isBold: n,
|
|
63
|
+
isItalic: o,
|
|
64
|
+
align: c,
|
|
65
|
+
styles: u,
|
|
55
66
|
classList: m
|
|
56
67
|
};
|
|
57
68
|
}
|
|
58
|
-
buildTextBlock(
|
|
59
|
-
let
|
|
60
|
-
|
|
61
|
-
const
|
|
69
|
+
buildTextBlock(e) {
|
|
70
|
+
let t = e.text;
|
|
71
|
+
e.isBold && e.isItalic ? t = `<strong path="1,0"><em path="1,0,0">${t}</em></strong>` : e.isBold ? t = `<strong path="1,0">${t}</strong>` : e.isItalic && (t = `<em path="1,0">${t}</em>`);
|
|
72
|
+
const s = e.align ? ` align="${e.align}"` : "", i = e.styles ? ` style="${e.styles.replaceAll('"', "'")}"` : "";
|
|
62
73
|
return `
|
|
63
|
-
<td class="esd-block-text ${
|
|
64
|
-
<p path="1" ${
|
|
65
|
-
${
|
|
74
|
+
<td class="esd-block-text ${e.classList}" ${s}>
|
|
75
|
+
<p path="1" ${i}>
|
|
76
|
+
${t}
|
|
66
77
|
</p>
|
|
67
78
|
</td>
|
|
68
79
|
`;
|
|
69
80
|
}
|
|
70
|
-
removeStyleProperties(
|
|
71
|
-
return
|
|
72
|
-
const
|
|
73
|
-
return
|
|
74
|
-
},
|
|
81
|
+
removeStyleProperties(e, t) {
|
|
82
|
+
return e ? t.reduce((i, a) => {
|
|
83
|
+
const r = new RegExp(`${a}\\s*:\\s*[^;]*;?`, "gi");
|
|
84
|
+
return i.replace(r, "");
|
|
85
|
+
}, e).replace(/;\s*;/g, ";").replace(/^;|;$/g, "").trim() : "";
|
|
75
86
|
}
|
|
76
|
-
convertInlineToBlock(
|
|
77
|
-
if (!
|
|
87
|
+
convertInlineToBlock(e) {
|
|
88
|
+
if (!e)
|
|
78
89
|
return "";
|
|
79
|
-
let
|
|
80
|
-
return /display\s*:/i.test(
|
|
90
|
+
let t = e.replace(/display\s*:\s*inline/gi, "display: block");
|
|
91
|
+
return /display\s*:/i.test(t) || (t = t ? `${t}; display: block` : "display: block"), t.replace(/;\s*;/g, ";").replace(/^;|;$/g, "").trim();
|
|
81
92
|
}
|
|
82
93
|
}
|
|
83
|
-
function
|
|
84
|
-
return new
|
|
94
|
+
function k(l) {
|
|
95
|
+
return new A().migrate(l);
|
|
85
96
|
}
|
|
86
97
|
export {
|
|
87
|
-
|
|
98
|
+
k as migrateRadioButton
|
|
88
99
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const migrationTemplate = "\n <td\n align=\"left\"\n esd-extension-block-id=\"radio-button-block\"\n esd-handler-name=\"esd-extension-RadioButtonBlock\"\n class=\"\n radio-button\n radio-button-v2\n esd-block-ra\n esd-radio-button-block\n esd-extension-block\n es-p10t\n es-p10b\n es-p30r\n es-p30l\"\n >\n <table cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\">\n <tbody>\n <tr>\n <td align=\"left\" width=\"70%\" style=\"vertical-align: top;\">\n <table cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\">\n <tbody>\n <tr>\n {-{-TITLE-}-}\n </tr>\n <tr>\n {-{-DESCRIPTION-}-}\n </tr>\n </tbody>\n </table>\n </td>\n <td align=\"right\" width=\"30%\" style=\"vertical-align: middle;\">\n <table cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\">\n <tbody>\n <tr>\n <td width=\"50%\">\n <table width=\"100%\">\n <tr>\n <td width=\"24\">\n <input\n type=\"radio\"\n id=\"radioYes\"\n name=\"unsubscribe\"\n data-cke-editable=\"1\"\n style=\"margin: 0px; vertical-align: middle
|
|
1
|
+
declare const migrationTemplate = "\n <td\n align=\"left\"\n esd-extension-block-id=\"radio-button-block\"\n esd-handler-name=\"esd-extension-RadioButtonBlock\"\n class=\"\n radio-button\n radio-button-v2\n esd-block-ra\n esd-radio-button-block\n esd-extension-block\n es-p10t\n es-p10b\n es-p30r\n es-p30l\"\n >\n <table cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\">\n <tbody>\n <tr>\n <td align=\"left\" width=\"70%\" style=\"vertical-align: top;\">\n <table cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\">\n <tbody>\n <tr>\n {-{-TITLE-}-}\n </tr>\n <tr>\n {-{-DESCRIPTION-}-}\n </tr>\n </tbody>\n </table>\n </td>\n <td align=\"right\" width=\"30%\" style=\"vertical-align: middle;\">\n <table cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\">\n <tbody>\n <tr>\n <td width=\"50%\">\n <table width=\"100%\">\n <tr>\n <td width=\"24\">\n <input\n type=\"radio\"\n id=\"radioYes\"\n name=\"unsubscribe\"\n data-cke-editable=\"1\"\n style=\"margin: 0px; vertical-align: middle;\">\n </td>\n {-{-YES-}-}\n </tr>\n </table>\n </td>\n <td width=\"50%\">\n <table width=\"100%\">\n <tr>\n <td width=\"24\">\n <input\n type=\"radio\"\n id=\"radioNo\"\n name=\"unsubscribe\"\n data-cke-editable=\"1\"\n style=\"margin: 0px; vertical-align: middle;\">\n </td>\n {-{-NO-}-}\n </tr>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n";
|
|
2
2
|
/**
|
|
3
3
|
* @returns The template for the default checkbox block
|
|
4
4
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useinsider/guido",
|
|
3
|
-
"version": "3.2.0-beta.
|
|
3
|
+
"version": "3.2.0-beta.d3596a1",
|
|
4
4
|
"description": "Guido is a Vue + TypeScript wrapper for Email Plugin. Easily embed the email editor in your Vue applications.",
|
|
5
5
|
"main": "./dist/guido.umd.cjs",
|
|
6
6
|
"module": "./dist/library.js",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
const o = (s, t) => {
|
|
2
|
-
const n = window[s];
|
|
3
|
-
return typeof n == "string" ? n : t;
|
|
4
|
-
}, f = () => ({ injectFullStory: () => {
|
|
5
|
-
var i;
|
|
6
|
-
const t = o("_fs_org", "");
|
|
7
|
-
if (!t)
|
|
8
|
-
return;
|
|
9
|
-
const e = document.querySelector("ui-editor"), n = (i = e == null ? void 0 : e.shadowRoot) == null ? void 0 : i.querySelector("iframe");
|
|
10
|
-
if (!(n != null && n.contentDocument))
|
|
11
|
-
return;
|
|
12
|
-
const r = o("_fs_host", "fullstory.com"), g = o("_fs_script", "edge.fullstory.com/s/fs.js"), u = o("_fs_namespace", "FS"), c = n.contentDocument.createElement("script");
|
|
13
|
-
c.textContent = `window['_fs_run_in_iframe']=true;window['_fs_host']='${r}';window['_fs_script']='${g}';window['_fs_org']='${t}';window['_fs_namespace']='${u}';(function(m,n,e,t,l,o,g,y){if(e in m){if(m.console&&m.console.log){m.console.log('FullStory namespace conflict.');}return;}g=m[e]=function(a,b,s){g.q?g.q.push([a,b,s]):g._api(a,b,s);};g.q=[];o=n.createElement(t);o.async=1;o.crossOrigin='anonymous';o.src='https://'+_fs_script;y=n.getElementsByTagName(t)[0];y.parentNode.insertBefore(o,y);g.identify=function(i,v,s){g(l,{uid:i},s);if(v)g(l,v,s)};g.setUserVars=function(v,s){g(l,v,s)};g.event=function(i,v,s){g('event',{n:i,p:v},s)};g.anonymize=function(){g.identify(!!0)};g.shutdown=function(){g("rec",!1)};g.restart=function(){g("rec",!0)};g.log=function(a,b){g("log",[a,b])};g.consent=function(a){g("consent",!arguments.length||a)};g.identifyAccount=function(i,v){o='account';v=v||{};v.acctId=i;g(o,v)};g.clearUserCookie=function(){};g.setVars=function(n,p){g('setVars',[n,p])};g._w={};y='XMLHttpRequest';g._w[y]=m[y];y='fetch';g._w[y]=m[y];if(m[y])m[y]=function(){return g._api(y,arguments)};g._v="1.3.0";})(window,document,window['_fs_namespace'],'script','user');`, n.contentDocument.head.appendChild(c);
|
|
14
|
-
} });
|
|
15
|
-
export {
|
|
16
|
-
f as useFullStoryBridge
|
|
17
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Bridges FullStory from the parent window into the Stripo editor iframe.
|
|
3
|
-
*
|
|
4
|
-
* If FullStory is detected on the parent window (window._fs_org exists),
|
|
5
|
-
* injects the FullStory recording snippet into the editor's iframe
|
|
6
|
-
* with _fs_run_in_iframe = true so it reports to the parent session.
|
|
7
|
-
*/
|
|
8
|
-
export declare const useFullStoryBridge: () => {
|
|
9
|
-
injectFullStory: () => void;
|
|
10
|
-
};
|