@iframe-resizer/core 6.0.0-beta.3 → 6.0.0-beta.4
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/README.md +1 -1
- package/index.cjs.js +11 -13
- package/index.cjs.js.map +1 -1
- package/index.esm.js +550 -641
- package/index.esm.js.map +1 -1
- package/index.umd.js +12 -17
- package/index.umd.js.map +1 -1
- package/package.json +2 -1
package/index.esm.js
CHANGED
|
@@ -1,98 +1,59 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}), I = "expanded", M = "collapsed", ke = 0, Te = 1, je = 2, It = Object.freeze({
|
|
13
|
-
[I]: 1,
|
|
14
|
-
[M]: 1
|
|
15
|
-
}), Mt = "Use of the old name will be removed in a future version of <i>iframe-resizer</>.", Ie = (e) => typeof e === ze && e !== null, X = (e) => typeof e === Y;
|
|
16
|
-
function St(e) {
|
|
17
|
-
if (!Ie(e)) return !1;
|
|
18
|
-
try {
|
|
19
|
-
return e.tagName === "IFRAME" || e instanceof HTMLIFrameElement;
|
|
20
|
-
} catch {
|
|
21
|
-
return !1;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
const $t = (e, ...t) => setTimeout(() => e(...t), 0), Rt = (e) => {
|
|
25
|
-
let t = !1;
|
|
26
|
-
return function(...n) {
|
|
27
|
-
return t ? void 0 : (t = !0, e.apply(this, n));
|
|
28
|
-
};
|
|
29
|
-
}, At = (e, t) => Object.prototype.hasOwnProperty.call(e, t), P = (e, t) => Object.hasOwn ? Object.hasOwn(e, t) : At(e, t), Lt = (e) => e, Pt = (e) => e.charAt(0).toUpperCase() + e.slice(1), Nt = (e) => (
|
|
30
|
-
// eslint-disable-next-line no-underscore-dangle
|
|
31
|
-
e?.__esModule ? e.default : e
|
|
32
|
-
), Ct = (e, t, n) => {
|
|
33
|
-
if (typeof e !== t)
|
|
34
|
-
throw new TypeError(`${n} is not a ${Pt(t)}`);
|
|
35
|
-
}, Me = {
|
|
36
|
-
br: `
|
|
37
|
-
`,
|
|
38
|
-
rb: "\x1B[31;1m",
|
|
39
|
-
// red bold
|
|
40
|
-
bb: "\x1B[34;1m",
|
|
41
|
-
// blue bold
|
|
42
|
-
b: "\x1B[1m",
|
|
43
|
-
// bold
|
|
44
|
-
i: "\x1B[3m",
|
|
45
|
-
// italic
|
|
46
|
-
u: "\x1B[4m",
|
|
47
|
-
// underline
|
|
48
|
-
"/": "\x1B[m"
|
|
49
|
-
// reset
|
|
50
|
-
}, xt = Object.keys(Me), _t = new RegExp(`<(${xt.join("|")})>`, "gi"), Bt = (e, t) => Me[t] ?? "", Ft = (e) => e.replace(_t, Bt), Ht = (e) => e.replaceAll("<br>", C).replaceAll(/<\/?[^>]+>/gi, ""), Se = (e) => (t) => e(
|
|
51
|
-
X(t) ? window.chrome ? Ft(t) : Ht(t) : t
|
|
52
|
-
), i = {}, $e = Nt(et);
|
|
53
|
-
let K = !0;
|
|
54
|
-
const Wt = $e({
|
|
1
|
+
import { PARENT as H, LABEL as ce, BOLD as Ge, AUTO as F, VERTICAL as x, COLLAPSE as S, LOG_COLLAPSED as ae, LOG_EXPANDED as fe, EXPAND as v, LOG_DISABLED as le, MESSAGE_ID as W, INIT_EVENTS as Z, SEPARATOR as R, RESIZE as ue, MESSAGE_ID_LENGTH as G, VERSION as C, FUNCTION as Ue, MESSAGE_HEADER_LENGTH as Ve, HEIGHT as je, WIDTH as qe, INIT as P, RESET as U, LOAD as V, SCROLL as X, PAGE_INFO as ge, PARENT_INFO as de, TITLE as Ye, SCROLL_TO_OFFSET as Ze, SCROLL_TO as Xe, SCROLL_BY as Je, PARENT_INFO_STOP as Ke, PAGE_INFO_STOP as Qe, MOUSE_LEAVE as et, MOUSE_ENTER as tt, MESSAGE as z, IN_PAGE_LINK as nt, CLOSE as ot, BEFORE_UNLOAD as it, AUTO_RESIZE as he, CHILD_READY_MESSAGE as rt, STRING as me, NEW_LINE as D, CHILD as st, NUMBER as ct, OBJECT as at, INIT_FROM_IFRAME as ft, LAZY as lt, RESET_REQUIRED_METHODS as ut, MIN_SIZE as J, ONLOAD as gt, HORIZONTAL as pe, BOTH as be, NONE as we, REMOVED_NEXT_VERSION as dt, OFFSET_SIZE as ht, OFFSET as mt, HIDDEN as pt, OMIT as bt, LOG_OPTIONS as wt } from "@iframe-resizer/common/consts";
|
|
2
|
+
import { LOG_COLLAPSED as $o, LOG_DISABLED as Mo, LOG_EXPANDED as Lo } from "@iframe-resizer/common/consts";
|
|
3
|
+
import { esModuleInterop as Et, id as Ot, isString as Ee, isIframe as Tt, isolateUserCode as It, once as yt, typeAssert as $t, hasOwn as k, isObject as Mt } from "@iframe-resizer/common/utils";
|
|
4
|
+
import Lt from "@iframe-resizer/common/deprecate";
|
|
5
|
+
import Oe from "@iframe-resizer/common/format-advise";
|
|
6
|
+
import St, { NORMAL as vt, HIGHLIGHT as a, FOREGROUND as E } from "auto-console-group";
|
|
7
|
+
import { addEventListener as A, removeEventListener as K } from "@iframe-resizer/common/listeners";
|
|
8
|
+
import Rt, { getModeData as I, getModeLabel as kt } from "@iframe-resizer/common/mode";
|
|
9
|
+
const o = {}, Te = Et(St);
|
|
10
|
+
let q = !0;
|
|
11
|
+
const At = Te({
|
|
55
12
|
expand: !1,
|
|
56
|
-
label:
|
|
57
|
-
}),
|
|
58
|
-
function
|
|
13
|
+
label: H
|
|
14
|
+
}), Pt = (e) => window.top === window.self ? `parent(${e})` : `nested parent(${e})`, Nt = (e) => o[e] ? o[e].log : q;
|
|
15
|
+
function Ct({
|
|
59
16
|
enabled: e,
|
|
60
17
|
expand: t,
|
|
61
18
|
iframeId: n
|
|
62
19
|
}) {
|
|
63
|
-
const
|
|
20
|
+
const i = Te({
|
|
64
21
|
expand: t,
|
|
65
|
-
label:
|
|
22
|
+
label: Pt(n)
|
|
66
23
|
});
|
|
67
|
-
|
|
68
|
-
console:
|
|
24
|
+
q = e, o[n] || (o[n] = {
|
|
25
|
+
console: i
|
|
69
26
|
});
|
|
70
27
|
}
|
|
71
|
-
const
|
|
72
|
-
function
|
|
28
|
+
const $ = (e) => (t, ...n) => o[t] ? o[t].console[e](...n) : At[e](...n), Ie = (e) => (t, ...n) => Nt(t) === !0 ? $(e)(t, ...n) : null, l = Ie("log"), b = l, zt = Ie("debug"), O = $("warn"), _t = $("error"), w = $("event"), xt = $("purge"), Dt = $("endAutoGroup"), ye = $("errorBoundary");
|
|
29
|
+
function Bt(e, t) {
|
|
73
30
|
queueMicrotask(
|
|
74
31
|
() => (
|
|
75
32
|
// eslint-disable-next-line no-console
|
|
76
33
|
console.info(
|
|
77
34
|
`%ciframe-resizer ${e}`,
|
|
78
|
-
|
|
35
|
+
q || t < 1 ? Ge : vt
|
|
79
36
|
)
|
|
80
37
|
)
|
|
81
38
|
);
|
|
82
39
|
}
|
|
83
|
-
const
|
|
84
|
-
const n =
|
|
40
|
+
const Ht = (e) => (...t) => [`${ce}(${e})`, ...t].join(" "), Ft = Oe(Ot), p = (e, ...t) => o[e] ? o[e].console.warn(...t.map(Ft)) : queueMicrotask(() => {
|
|
41
|
+
const n = Oe(Ht(e));
|
|
85
42
|
console?.warn(...t.map(n));
|
|
86
|
-
}),
|
|
43
|
+
}), Y = Lt(p);
|
|
44
|
+
Y("Function");
|
|
45
|
+
Y("Method");
|
|
46
|
+
Y("Option");
|
|
47
|
+
const _ = Object.freeze({
|
|
87
48
|
autoResize: !0,
|
|
88
49
|
bodyBackground: null,
|
|
89
50
|
bodyMargin: null,
|
|
90
51
|
bodyPadding: null,
|
|
91
52
|
checkOrigin: !0,
|
|
92
|
-
direction:
|
|
53
|
+
direction: x,
|
|
93
54
|
firstRun: !0,
|
|
94
55
|
inPageLinks: !1,
|
|
95
|
-
heightCalculationMethod:
|
|
56
|
+
heightCalculationMethod: F,
|
|
96
57
|
id: "iframeResizer",
|
|
97
58
|
log: !1,
|
|
98
59
|
logExpand: !1,
|
|
@@ -109,7 +70,7 @@ const Xt = (e) => (...t) => [`${he}(${e})`, ...t].join(" "), Kt = Se(Lt), m = (e
|
|
|
109
70
|
tolerance: 0,
|
|
110
71
|
waitForLoad: !1,
|
|
111
72
|
warningTimeout: 5e3,
|
|
112
|
-
widthCalculationMethod:
|
|
73
|
+
widthCalculationMethod: F,
|
|
113
74
|
onBeforeClose: () => !0,
|
|
114
75
|
onAfterClose() {
|
|
115
76
|
},
|
|
@@ -124,142 +85,142 @@ const Xt = (e) => (...t) => [`${he}(${e})`, ...t].join(" "), Kt = Se(Lt), m = (e
|
|
|
124
85
|
},
|
|
125
86
|
onScroll: () => !0
|
|
126
87
|
});
|
|
127
|
-
let
|
|
128
|
-
function
|
|
129
|
-
const t = e?.id ||
|
|
130
|
-
return document.getElementById(t) === null ? t : `${t}${
|
|
88
|
+
let Q = 0;
|
|
89
|
+
function Wt(e) {
|
|
90
|
+
const t = e?.id || _.id + Q++;
|
|
91
|
+
return document.getElementById(t) === null ? t : `${t}${Q++}`;
|
|
131
92
|
}
|
|
132
|
-
function
|
|
93
|
+
function Gt(e, t) {
|
|
133
94
|
let { id: n } = e;
|
|
134
|
-
if (n && !
|
|
95
|
+
if (n && !Ee(n))
|
|
135
96
|
throw new TypeError("Invalid id for iframe. Expected String");
|
|
136
|
-
return (!n || n === "") && (n =
|
|
97
|
+
return (!n || n === "") && (n = Wt(t), e.id = n, w(n, "assignId"), l(n, `Added missing iframe ID: ${n} (${e.src})`)), n;
|
|
137
98
|
}
|
|
138
|
-
function
|
|
99
|
+
function Ut(e) {
|
|
139
100
|
const { search: t } = window.location;
|
|
140
101
|
if (t.includes("ifrlog"))
|
|
141
102
|
switch (new URLSearchParams(t).get("ifrlog")) {
|
|
142
|
-
case String(
|
|
103
|
+
case String(le): {
|
|
143
104
|
e.log = !1;
|
|
144
105
|
break;
|
|
145
106
|
}
|
|
146
|
-
case
|
|
147
|
-
case String(
|
|
148
|
-
e.log =
|
|
107
|
+
case v:
|
|
108
|
+
case String(fe): {
|
|
109
|
+
e.log = v;
|
|
149
110
|
break;
|
|
150
111
|
}
|
|
151
|
-
case
|
|
152
|
-
case String(
|
|
153
|
-
e.log =
|
|
112
|
+
case S:
|
|
113
|
+
case String(ae): {
|
|
114
|
+
e.log = S;
|
|
154
115
|
break;
|
|
155
116
|
}
|
|
156
117
|
default:
|
|
157
|
-
e.log =
|
|
118
|
+
e.log = S;
|
|
158
119
|
}
|
|
159
120
|
}
|
|
160
|
-
const
|
|
161
|
-
function
|
|
162
|
-
function
|
|
163
|
-
const
|
|
164
|
-
|
|
121
|
+
const Vt = (e) => e.split(R).filter((t, n) => n !== 19).join(R);
|
|
122
|
+
function jt(e, t, n) {
|
|
123
|
+
function i(u) {
|
|
124
|
+
const g = e in Z ? Vt(t) : t;
|
|
125
|
+
b(n, u, a, E, a), b(n, `Message data: %c${g}`, a);
|
|
165
126
|
}
|
|
166
|
-
const { iframe:
|
|
167
|
-
if (
|
|
127
|
+
const { iframe: r, postMessageTarget: f, sameOrigin: s, targetOrigin: c } = o[n];
|
|
128
|
+
if (s)
|
|
168
129
|
try {
|
|
169
|
-
|
|
130
|
+
r.contentWindow.iframeChildListener(W + t), i(`Sending message to iframe %c${n}%c via same origin%c`);
|
|
170
131
|
return;
|
|
171
132
|
} catch {
|
|
172
|
-
e in
|
|
133
|
+
e in Z ? (o[n].sameOrigin = !1, l(n, "New iframe does not support same origin")) : O(n, "Same origin messaging failed, falling back to postMessage");
|
|
173
134
|
}
|
|
174
|
-
|
|
175
|
-
`Sending message to iframe: %c${n}%c targetOrigin: %c${
|
|
135
|
+
i(
|
|
136
|
+
`Sending message to iframe: %c${n}%c targetOrigin: %c${c.join(", ")}`
|
|
176
137
|
);
|
|
177
|
-
for (const
|
|
178
|
-
|
|
138
|
+
for (const u of c)
|
|
139
|
+
f.postMessage(W + t, u);
|
|
179
140
|
}
|
|
180
|
-
function
|
|
181
|
-
if (
|
|
182
|
-
|
|
141
|
+
function L(e, t, n) {
|
|
142
|
+
if (w(n, e), !o[n]?.postMessageTarget) {
|
|
143
|
+
O(n, "Iframe not found");
|
|
183
144
|
return;
|
|
184
145
|
}
|
|
185
|
-
|
|
146
|
+
jt(e, t, n);
|
|
186
147
|
}
|
|
187
|
-
const
|
|
188
|
-
function
|
|
189
|
-
document.hidden !== !0 &&
|
|
148
|
+
const qt = (e, t) => Object.values(o).filter(({ autoResize: n, firstRun: i }) => n && !i).forEach(({ iframe: n }) => L(e, t, n.id));
|
|
149
|
+
function Yt() {
|
|
150
|
+
document.hidden !== !0 && qt("tabVisible", ue);
|
|
190
151
|
}
|
|
191
|
-
function
|
|
152
|
+
function Zt(e) {
|
|
192
153
|
if (e.boxSizing !== "border-box") return 0;
|
|
193
154
|
const t = e.paddingTop ? parseInt(e.paddingTop, 10) : 0, n = e.paddingBottom ? parseInt(e.paddingBottom, 10) : 0;
|
|
194
155
|
return t + n;
|
|
195
156
|
}
|
|
196
|
-
function
|
|
157
|
+
function Xt(e) {
|
|
197
158
|
if (e.boxSizing !== "border-box") return 0;
|
|
198
159
|
const t = e.borderTopWidth ? parseInt(e.borderTopWidth, 10) : 0, n = e.borderBottomWidth ? parseInt(e.borderBottomWidth, 10) : 0;
|
|
199
160
|
return t + n;
|
|
200
161
|
}
|
|
201
|
-
function
|
|
202
|
-
const t = e.slice(
|
|
203
|
-
iframe:
|
|
162
|
+
function Jt(e) {
|
|
163
|
+
const t = e.slice(G).split(":"), n = t[1] ? Number(t[1]) : 0, i = o[t[0]]?.iframe, r = i ? getComputedStyle(i) : null, f = r ? Zt(r) + Xt(r) : 0, s = {
|
|
164
|
+
iframe: i,
|
|
204
165
|
id: t[0],
|
|
205
|
-
height: n +
|
|
166
|
+
height: n + f,
|
|
206
167
|
width: Number(t[2]),
|
|
207
168
|
type: t[3],
|
|
208
169
|
msg: t[4],
|
|
209
170
|
message: t[4]
|
|
210
171
|
};
|
|
211
|
-
return t[5] && (
|
|
172
|
+
return t[5] && (s.mode = t[5]), s;
|
|
212
173
|
}
|
|
213
|
-
const
|
|
214
|
-
function
|
|
215
|
-
const { id: t, msg: n, iframe:
|
|
216
|
-
return
|
|
174
|
+
const Kt = { true: 1, false: 1, undefined: 1 };
|
|
175
|
+
function Qt(e) {
|
|
176
|
+
const { id: t, msg: n, iframe: i } = e, r = Tt(i);
|
|
177
|
+
return r || (l(t, `Received: %c${n}`, a), O(t, "The target iframe was not found.")), r;
|
|
217
178
|
}
|
|
218
|
-
function
|
|
219
|
-
const { id: n } = e, { data:
|
|
179
|
+
function en(e, t) {
|
|
180
|
+
const { id: n } = e, { data: i, origin: r } = t;
|
|
220
181
|
if ("sameOrigin" in t && t.sameOrigin) return !0;
|
|
221
|
-
const
|
|
222
|
-
function
|
|
223
|
-
function
|
|
224
|
-
|
|
182
|
+
const s = o[n]?.checkOrigin;
|
|
183
|
+
function c() {
|
|
184
|
+
function u() {
|
|
185
|
+
l(
|
|
225
186
|
n,
|
|
226
|
-
`Checking connection is from allowed list of origins: %c${
|
|
227
|
-
|
|
187
|
+
`Checking connection is from allowed list of origins: %c${s}`,
|
|
188
|
+
a
|
|
228
189
|
);
|
|
229
|
-
for (const
|
|
230
|
-
if (
|
|
190
|
+
for (const d of s)
|
|
191
|
+
if (d === r)
|
|
231
192
|
return !0;
|
|
232
193
|
return !1;
|
|
233
194
|
}
|
|
234
|
-
function
|
|
235
|
-
const
|
|
236
|
-
return
|
|
195
|
+
function g() {
|
|
196
|
+
const d = o[n]?.remoteHost;
|
|
197
|
+
return l(n, `Checking connection is from: %c${d}`, a), r === d;
|
|
237
198
|
}
|
|
238
|
-
return
|
|
199
|
+
return s.constructor === Array ? u() : g();
|
|
239
200
|
}
|
|
240
|
-
if (
|
|
201
|
+
if (s && `${r}` != "null" && !c())
|
|
241
202
|
throw new Error(
|
|
242
|
-
`Unexpected message received from: ${
|
|
203
|
+
`Unexpected message received from: ${r} for ${n}. Message was: ${i}. This error can be disabled by setting the checkOrigin: false option or by providing an array of trusted domains.`
|
|
243
204
|
);
|
|
244
205
|
return !0;
|
|
245
206
|
}
|
|
246
|
-
const
|
|
247
|
-
function
|
|
248
|
-
const { id: t, type: n } = e,
|
|
249
|
-
return
|
|
207
|
+
const tn = (e) => W === `${e}`.slice(0, G) && e.slice(G).split(":")[0] in o;
|
|
208
|
+
function nn(e) {
|
|
209
|
+
const { id: t, type: n } = e, i = n in Kt;
|
|
210
|
+
return i && l(t, "Ignoring init message from meta parent page"), i;
|
|
250
211
|
}
|
|
251
|
-
function
|
|
212
|
+
function on(e) {
|
|
252
213
|
try {
|
|
253
|
-
|
|
214
|
+
o[e].sameOrigin = !!o[e]?.iframe?.contentWindow?.iframeChildListener;
|
|
254
215
|
} catch {
|
|
255
|
-
|
|
216
|
+
o[e].sameOrigin = !1;
|
|
256
217
|
}
|
|
257
|
-
|
|
218
|
+
l(e, `sameOrigin: %c${o[e].sameOrigin}`, a);
|
|
258
219
|
}
|
|
259
|
-
function
|
|
260
|
-
if (t !==
|
|
220
|
+
function rn(e, t) {
|
|
221
|
+
if (t !== C) {
|
|
261
222
|
if (t === void 0) {
|
|
262
|
-
|
|
223
|
+
p(
|
|
263
224
|
e,
|
|
264
225
|
`<rb>Legacy version detected in iframe</>
|
|
265
226
|
|
|
@@ -270,206 +231,206 @@ See <u>https://iframe-resizer.com/setup/#child-page-setup</> for more details.
|
|
|
270
231
|
);
|
|
271
232
|
return;
|
|
272
233
|
}
|
|
273
|
-
|
|
234
|
+
l(
|
|
274
235
|
e,
|
|
275
|
-
`Version mismatch (Child: %c${t}%c !== Parent: %c${
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
236
|
+
`Version mismatch (Child: %c${t}%c !== Parent: %c${C})`,
|
|
237
|
+
a,
|
|
238
|
+
E,
|
|
239
|
+
a
|
|
279
240
|
);
|
|
280
241
|
}
|
|
281
242
|
}
|
|
282
|
-
function
|
|
283
|
-
if (!
|
|
284
|
-
const
|
|
285
|
-
if (typeof
|
|
243
|
+
function y(e, t, n) {
|
|
244
|
+
if (!o[e]) return null;
|
|
245
|
+
const i = o[e][t];
|
|
246
|
+
if (typeof i !== Ue)
|
|
286
247
|
throw new TypeError(`${t} on iframe[${e}] is not a function`);
|
|
287
248
|
if (t !== "onBeforeClose" && t !== "onScroll")
|
|
288
|
-
return
|
|
249
|
+
return It(i, n);
|
|
289
250
|
try {
|
|
290
|
-
return
|
|
291
|
-
} catch (
|
|
292
|
-
return console.error(
|
|
251
|
+
return i(n);
|
|
252
|
+
} catch (r) {
|
|
253
|
+
return console.error(r), O(e, `Error in ${t} callback`), null;
|
|
293
254
|
}
|
|
294
255
|
}
|
|
295
|
-
function
|
|
296
|
-
const { id: n, iframe:
|
|
297
|
-
|
|
256
|
+
function sn(e, t) {
|
|
257
|
+
const { id: n, iframe: i } = e;
|
|
258
|
+
l(
|
|
298
259
|
n,
|
|
299
260
|
`onMessage passed: {iframe: %c${n}%c, message: %c${t}%c}`,
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
),
|
|
305
|
-
iframe:
|
|
261
|
+
a,
|
|
262
|
+
E,
|
|
263
|
+
a,
|
|
264
|
+
E
|
|
265
|
+
), y(n, "onMessage", {
|
|
266
|
+
iframe: i,
|
|
306
267
|
message: JSON.parse(t)
|
|
307
268
|
});
|
|
308
269
|
}
|
|
309
|
-
function
|
|
310
|
-
const { lastMessage: n } =
|
|
270
|
+
function N(e, t) {
|
|
271
|
+
const { lastMessage: n } = o[e];
|
|
311
272
|
return n.slice(
|
|
312
|
-
n.indexOf(
|
|
273
|
+
n.indexOf(R) + Ve + t
|
|
313
274
|
);
|
|
314
275
|
}
|
|
315
|
-
function
|
|
316
|
-
const { id: n, iframe:
|
|
317
|
-
let
|
|
318
|
-
if (
|
|
319
|
-
const
|
|
320
|
-
|
|
321
|
-
x:
|
|
322
|
-
y:
|
|
276
|
+
function ee(e, t) {
|
|
277
|
+
const { id: n, iframe: i, height: r, type: f, width: s } = t;
|
|
278
|
+
let c = { x: 0, y: 0 };
|
|
279
|
+
if (s === 0 && r === 0) {
|
|
280
|
+
const u = N(n, 9).split(R);
|
|
281
|
+
c = {
|
|
282
|
+
x: u[1],
|
|
283
|
+
y: u[0]
|
|
323
284
|
};
|
|
324
285
|
} else
|
|
325
|
-
|
|
326
|
-
x:
|
|
327
|
-
y:
|
|
286
|
+
c = {
|
|
287
|
+
x: s,
|
|
288
|
+
y: r
|
|
328
289
|
};
|
|
329
|
-
|
|
330
|
-
iframe:
|
|
331
|
-
screenX: Number(
|
|
332
|
-
screenY: Number(
|
|
333
|
-
type:
|
|
290
|
+
y(n, e, {
|
|
291
|
+
iframe: i,
|
|
292
|
+
screenX: Number(c.x),
|
|
293
|
+
screenY: Number(c.y),
|
|
294
|
+
type: f
|
|
334
295
|
});
|
|
335
296
|
}
|
|
336
|
-
const
|
|
297
|
+
const h = {
|
|
337
298
|
position: null,
|
|
338
|
-
version:
|
|
299
|
+
version: C
|
|
339
300
|
};
|
|
340
|
-
function
|
|
341
|
-
|
|
301
|
+
function $e() {
|
|
302
|
+
h.position = null;
|
|
342
303
|
}
|
|
343
|
-
const
|
|
344
|
-
function
|
|
345
|
-
|
|
304
|
+
const cn = () => h.position;
|
|
305
|
+
function an(e) {
|
|
306
|
+
h.position = e;
|
|
346
307
|
}
|
|
347
|
-
function
|
|
348
|
-
return
|
|
308
|
+
function Me(e) {
|
|
309
|
+
return h.position === null && (h.position = {
|
|
349
310
|
x: window.scrollX,
|
|
350
311
|
y: window.scrollY
|
|
351
|
-
}),
|
|
312
|
+
}), l(
|
|
352
313
|
e,
|
|
353
|
-
`Get page position: %c${
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
),
|
|
314
|
+
`Get page position: %c${h.position.x}%c, %c${h.position.y}`,
|
|
315
|
+
a,
|
|
316
|
+
E,
|
|
317
|
+
a
|
|
318
|
+
), h.position;
|
|
358
319
|
}
|
|
359
|
-
function
|
|
360
|
-
|
|
320
|
+
function Le(e) {
|
|
321
|
+
h.position !== null && (window.scrollTo(h.position.x, h.position.y), b(
|
|
361
322
|
e,
|
|
362
|
-
`Set page position: %c${
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
),
|
|
323
|
+
`Set page position: %c${h.position.x}%c, %c${h.position.y}`,
|
|
324
|
+
a,
|
|
325
|
+
E,
|
|
326
|
+
a
|
|
327
|
+
), $e());
|
|
367
328
|
}
|
|
368
|
-
function
|
|
369
|
-
const { id: n } = t,
|
|
370
|
-
|
|
329
|
+
function te(e, t) {
|
|
330
|
+
const { id: n } = t, i = `${t[e]}px`;
|
|
331
|
+
o[n].iframe.style[e] = i, b(n, `Set ${e}: %c${i}`, a);
|
|
371
332
|
}
|
|
372
|
-
function
|
|
373
|
-
const { id: t } = e, { sizeHeight: n, sizeWidth:
|
|
374
|
-
n &&
|
|
333
|
+
function Se(e) {
|
|
334
|
+
const { id: t } = e, { sizeHeight: n, sizeWidth: i } = o[t];
|
|
335
|
+
n && te(je, e), i && te(qe, e);
|
|
375
336
|
}
|
|
376
|
-
function
|
|
337
|
+
function ne(e) {
|
|
377
338
|
const { id: t } = e;
|
|
378
|
-
|
|
339
|
+
Se(e), Le(t), y(t, "onResized", e);
|
|
379
340
|
}
|
|
380
|
-
function
|
|
341
|
+
function ve(e) {
|
|
381
342
|
const { id: t } = e;
|
|
382
|
-
|
|
343
|
+
l(t, "Disconnected from iframe"), delete o[t], delete e.iframeResizer;
|
|
383
344
|
}
|
|
384
|
-
function
|
|
345
|
+
function Re(e) {
|
|
385
346
|
const { id: t } = e;
|
|
386
|
-
if (
|
|
387
|
-
|
|
347
|
+
if (y(t, "onBeforeClose", t) === !1) {
|
|
348
|
+
l(t, "Close iframe cancelled by onBeforeClose");
|
|
388
349
|
return;
|
|
389
350
|
}
|
|
390
|
-
|
|
351
|
+
l(t, `Removing iframe: %c${t}`, a);
|
|
391
352
|
try {
|
|
392
353
|
e.parentNode && e.remove();
|
|
393
354
|
} catch (n) {
|
|
394
|
-
|
|
355
|
+
O(t, n);
|
|
395
356
|
}
|
|
396
|
-
|
|
357
|
+
y(t, "onAfterClose", t), ve(e);
|
|
397
358
|
}
|
|
398
|
-
function
|
|
359
|
+
function ke(e) {
|
|
399
360
|
const { id: t, type: n } = e;
|
|
400
|
-
|
|
361
|
+
l(
|
|
401
362
|
t,
|
|
402
|
-
`Size reset requested by ${n ===
|
|
403
|
-
),
|
|
363
|
+
`Size reset requested by ${n === P ? "parent page" : "child page"}`
|
|
364
|
+
), Me(t), Se(e), L(U, U, t);
|
|
404
365
|
}
|
|
405
|
-
const
|
|
366
|
+
const Ae = (e, t) => {
|
|
406
367
|
const n = {};
|
|
407
|
-
return (
|
|
408
|
-
const { iframe:
|
|
409
|
-
function
|
|
410
|
-
n[
|
|
411
|
-
n[
|
|
368
|
+
return (i, r) => {
|
|
369
|
+
const { iframe: f } = o[r];
|
|
370
|
+
function s(u, g) {
|
|
371
|
+
n[g] || (u(), n[g] = requestAnimationFrame(() => {
|
|
372
|
+
n[g] = null;
|
|
412
373
|
}));
|
|
413
374
|
}
|
|
414
|
-
function
|
|
415
|
-
|
|
375
|
+
function c() {
|
|
376
|
+
L(`${i} (${e})`, `${e}:${t(f)}`, r);
|
|
416
377
|
}
|
|
417
|
-
|
|
378
|
+
s(c, r);
|
|
418
379
|
};
|
|
419
|
-
},
|
|
420
|
-
e in
|
|
421
|
-
},
|
|
380
|
+
}, Pe = (e) => (t) => {
|
|
381
|
+
e in o[t] && (o[t][e](), delete o[t][e]);
|
|
382
|
+
}, Ne = (
|
|
422
383
|
// eslint-disable-next-line @typescript-eslint/no-shadow
|
|
423
384
|
((e, t) => (n) => {
|
|
424
|
-
let
|
|
425
|
-
const
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
})) :
|
|
429
|
-
},
|
|
430
|
-
function
|
|
431
|
-
|
|
385
|
+
let i = !1;
|
|
386
|
+
const r = (m) => () => {
|
|
387
|
+
o[n] ? (!i || i === m) && (e(m, n), i = m, requestAnimationFrame(() => {
|
|
388
|
+
i = !1;
|
|
389
|
+
})) : d();
|
|
390
|
+
}, f = r(X), s = r("resize window"), c = new ResizeObserver(r("pageObserver")), u = new ResizeObserver(r("iframeObserver"));
|
|
391
|
+
function g(m, T) {
|
|
392
|
+
l(n, `${m}listeners for send${t}`), T(window, X, f), T(window, ue, s);
|
|
432
393
|
}
|
|
433
|
-
function
|
|
434
|
-
|
|
394
|
+
function d() {
|
|
395
|
+
w(n, `stop${t}`), g("Remove ", K), c.disconnect(), u.disconnect(), o[n] && K(o[n].iframe, V, d);
|
|
435
396
|
}
|
|
436
|
-
function
|
|
437
|
-
|
|
397
|
+
function M() {
|
|
398
|
+
g("Add ", A), c.observe(document.body), u.observe(o[n].iframe);
|
|
438
399
|
}
|
|
439
|
-
|
|
400
|
+
o[n] && (o[n][`stop${t}`] = d, A(o[n].iframe, V, d), M());
|
|
440
401
|
})
|
|
441
402
|
);
|
|
442
|
-
function
|
|
443
|
-
const t = document.body.getBoundingClientRect(), n = e.getBoundingClientRect(), { scrollY:
|
|
403
|
+
function fn(e) {
|
|
404
|
+
const t = document.body.getBoundingClientRect(), n = e.getBoundingClientRect(), { scrollY: i, scrollX: r, innerHeight: f, innerWidth: s } = window, { clientHeight: c, clientWidth: u } = document.documentElement;
|
|
444
405
|
return JSON.stringify({
|
|
445
406
|
iframeHeight: n.height,
|
|
446
407
|
iframeWidth: n.width,
|
|
447
|
-
clientHeight: Math.max(
|
|
448
|
-
clientWidth: Math.max(
|
|
408
|
+
clientHeight: Math.max(c, f || 0),
|
|
409
|
+
clientWidth: Math.max(u, s || 0),
|
|
449
410
|
offsetTop: Math.trunc(n.top - t.top),
|
|
450
411
|
offsetLeft: Math.trunc(n.left - t.left),
|
|
451
|
-
scrollTop:
|
|
452
|
-
scrollLeft:
|
|
453
|
-
documentHeight:
|
|
454
|
-
documentWidth:
|
|
455
|
-
windowHeight:
|
|
456
|
-
windowWidth:
|
|
412
|
+
scrollTop: i,
|
|
413
|
+
scrollLeft: r,
|
|
414
|
+
documentHeight: c,
|
|
415
|
+
documentWidth: u,
|
|
416
|
+
windowHeight: f,
|
|
417
|
+
windowWidth: s
|
|
457
418
|
});
|
|
458
419
|
}
|
|
459
|
-
const
|
|
460
|
-
|
|
420
|
+
const ln = Ae(ge, fn), un = Ne(
|
|
421
|
+
ln,
|
|
461
422
|
"PageInfo"
|
|
462
|
-
),
|
|
463
|
-
function
|
|
464
|
-
const { scrollWidth: t, scrollHeight: n } = document.documentElement,
|
|
465
|
-
width:
|
|
466
|
-
height:
|
|
467
|
-
offsetLeft:
|
|
468
|
-
offsetTop:
|
|
469
|
-
pageLeft:
|
|
470
|
-
pageTop:
|
|
471
|
-
scale:
|
|
472
|
-
} =
|
|
423
|
+
), gn = Pe("stopPageInfo");
|
|
424
|
+
function dn(e) {
|
|
425
|
+
const { scrollWidth: t, scrollHeight: n } = document.documentElement, i = typeof window < "u" && window.visualViewport ? window.visualViewport : {}, {
|
|
426
|
+
width: r = 0,
|
|
427
|
+
height: f = 0,
|
|
428
|
+
offsetLeft: s = 0,
|
|
429
|
+
offsetTop: c = 0,
|
|
430
|
+
pageLeft: u = 0,
|
|
431
|
+
pageTop: g = 0,
|
|
432
|
+
scale: d = 1
|
|
433
|
+
} = i;
|
|
473
434
|
return JSON.stringify({
|
|
474
435
|
iframe: e.getBoundingClientRect(),
|
|
475
436
|
document: {
|
|
@@ -477,301 +438,249 @@ function kn(e) {
|
|
|
477
438
|
scrollHeight: n
|
|
478
439
|
},
|
|
479
440
|
viewport: {
|
|
480
|
-
width:
|
|
481
|
-
height:
|
|
482
|
-
offsetLeft:
|
|
483
|
-
offsetTop:
|
|
484
|
-
pageLeft:
|
|
485
|
-
pageTop:
|
|
486
|
-
scale:
|
|
441
|
+
width: r,
|
|
442
|
+
height: f,
|
|
443
|
+
offsetLeft: s,
|
|
444
|
+
offsetTop: c,
|
|
445
|
+
pageLeft: u,
|
|
446
|
+
pageTop: g,
|
|
447
|
+
scale: d
|
|
487
448
|
}
|
|
488
449
|
});
|
|
489
450
|
}
|
|
490
|
-
const
|
|
491
|
-
|
|
451
|
+
const hn = Ae(de, dn), mn = Ne(
|
|
452
|
+
hn,
|
|
492
453
|
"ParentInfo"
|
|
493
|
-
),
|
|
494
|
-
function
|
|
495
|
-
const t = e.getBoundingClientRect(), n =
|
|
454
|
+
), pn = Pe("stopParentInfo");
|
|
455
|
+
function Ce(e) {
|
|
456
|
+
const t = e.getBoundingClientRect(), n = Me(e.id);
|
|
496
457
|
return {
|
|
497
458
|
x: Number(t.left) + Number(n.x),
|
|
498
459
|
y: Number(t.top) + Number(n.y)
|
|
499
460
|
};
|
|
500
461
|
}
|
|
501
|
-
function
|
|
502
|
-
const { x: t, y: n } =
|
|
503
|
-
if (
|
|
504
|
-
|
|
462
|
+
function ze(e) {
|
|
463
|
+
const { x: t, y: n } = cn(), i = o[e]?.iframe;
|
|
464
|
+
if (y(e, "onScroll", { iframe: i, top: n, left: t, x: t, y: n }) === !1) {
|
|
465
|
+
$e();
|
|
505
466
|
return;
|
|
506
467
|
}
|
|
507
|
-
|
|
468
|
+
Le(e);
|
|
508
469
|
}
|
|
509
|
-
function
|
|
510
|
-
const { id: t, height: n, width:
|
|
511
|
-
|
|
470
|
+
function bn(e) {
|
|
471
|
+
const { id: t, height: n, width: i } = e, r = window.parentIframe || window.parentIFrame || window;
|
|
472
|
+
b(
|
|
512
473
|
t,
|
|
513
|
-
`scrollBy: x: %c${
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
),
|
|
518
|
-
}
|
|
519
|
-
const
|
|
520
|
-
const { id: n, iframe:
|
|
521
|
-
function
|
|
522
|
-
|
|
474
|
+
`scrollBy: x: %c${i}%c y: %c${n}`,
|
|
475
|
+
a,
|
|
476
|
+
E,
|
|
477
|
+
a
|
|
478
|
+
), r.scrollBy(i, n);
|
|
479
|
+
}
|
|
480
|
+
const _e = (e) => (t) => {
|
|
481
|
+
const { id: n, iframe: i, height: r, width: f } = t;
|
|
482
|
+
function s(m) {
|
|
483
|
+
an(m), ze(n);
|
|
523
484
|
}
|
|
524
|
-
function
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
485
|
+
function c(m, T) {
|
|
486
|
+
m[`scrollTo${e ? "Offset" : ""}`](
|
|
487
|
+
T.x,
|
|
488
|
+
T.y
|
|
528
489
|
);
|
|
529
490
|
}
|
|
530
|
-
const
|
|
531
|
-
x:
|
|
532
|
-
y:
|
|
533
|
-
}),
|
|
534
|
-
|
|
491
|
+
const u = (m) => ({
|
|
492
|
+
x: f + m.x,
|
|
493
|
+
y: r + m.y
|
|
494
|
+
}), g = e ? Ce(i) : { x: 0, y: 0 }, d = u(g), M = window.parentIframe || window.parentIFrame;
|
|
495
|
+
b(
|
|
535
496
|
n,
|
|
536
|
-
`Reposition requested (offset x:%c${
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
),
|
|
541
|
-
},
|
|
542
|
-
function
|
|
543
|
-
const { x:
|
|
544
|
-
|
|
545
|
-
}
|
|
546
|
-
function
|
|
497
|
+
`Reposition requested (offset x:%c${g.x}%c y:%c${g.y})`,
|
|
498
|
+
a,
|
|
499
|
+
E,
|
|
500
|
+
a
|
|
501
|
+
), M ? c(M, d) : s(d);
|
|
502
|
+
}, wn = _e(!1), En = _e(!0);
|
|
503
|
+
function On(e, t, n) {
|
|
504
|
+
const { x: i, y: r } = Ce(n);
|
|
505
|
+
b(e, `Moving to in page link: %c#${t}`, a), h.position = { x: i, y: r }, ze(e), window.location.hash = t;
|
|
506
|
+
}
|
|
507
|
+
function Tn(e, t) {
|
|
547
508
|
const n = window.parentIframe || window.parentIFrame;
|
|
548
509
|
if (!n) {
|
|
549
|
-
|
|
510
|
+
l(e, `In page link #${t} not found`);
|
|
550
511
|
return;
|
|
551
512
|
}
|
|
552
513
|
n.moveToAnchor(t);
|
|
553
514
|
}
|
|
554
|
-
function
|
|
555
|
-
const n = t.split("#")[1] || "",
|
|
556
|
-
if (
|
|
557
|
-
|
|
515
|
+
function In(e, t) {
|
|
516
|
+
const n = t.split("#")[1] || "", i = decodeURIComponent(n), r = document.getElementById(i) || document.getElementsByName(i)[0];
|
|
517
|
+
if (r) {
|
|
518
|
+
On(e, n, r);
|
|
558
519
|
return;
|
|
559
520
|
}
|
|
560
521
|
if (window.top === window.self) {
|
|
561
|
-
|
|
522
|
+
l(e, `In page link #${n} not found`);
|
|
562
523
|
return;
|
|
563
524
|
}
|
|
564
|
-
|
|
525
|
+
Tn(e, n);
|
|
565
526
|
}
|
|
566
|
-
function
|
|
567
|
-
const t =
|
|
527
|
+
function yn(e) {
|
|
528
|
+
const t = o[e]?.iframe?.title;
|
|
568
529
|
return t === "" || t === void 0;
|
|
569
530
|
}
|
|
570
|
-
function
|
|
571
|
-
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
/[A-Za-z]/g,
|
|
581
|
-
(t) => String.fromCodePoint(
|
|
582
|
-
(t <= "Z" ? 90 : 122) >= (t = t.codePointAt(0) + 19) ? t : t - 26
|
|
583
|
-
)
|
|
584
|
-
), Cn = /* @__PURE__ */ new Date(), Ue = (e) => new Set(Array.from({ length: 9 }, e)), le = " - lewpylk", R = ["spjluzl", "rlf", "clyzpvu", "rlf2", "nlaMbssFlhy"], xn = [
|
|
585
|
-
"<yi>Puchspk Spjluzl Rlf</><iy><iy>",
|
|
586
|
-
"<yi>Tpzzpun Spjluzl Rlf</><iy><iy>",
|
|
587
|
-
"Aopz spiyhyf pz hchpshisl dpao ivao Jvttlyjphs huk Vwlu-Zvbyjl spjluzlz.<iy><iy><i>Jvttlyjphs Spjluzl</><iy>Mvy jvttlyjphs bzl, <p>pmyhtl-ylzpgly</> ylxbpylz h svd jvza vul aptl spjluzl mll. Mvy tvyl pumvythapvu cpzpa <b>oaawz://pmyhtl-ylzpgly.jvt/wypjpun</>.<iy><iy><i>Vwlu Zvbyjl Spjluzl</><iy>Pm fvb hyl bzpun aopz spiyhyf pu h uvu-jvttlyjphs vwlu zvbyjl wyvqlja aolu fvb jhu bzl pa mvy myll bukly aol alytz vm aol NWS C3 Spjluzl. Av jvumpyt fvb hjjlwa aolzl alytz, wslhzl zla aol <i>spjluzl</> rlf pu <p>pmyhtl-ylzpgly</> vwapvuz av <i>NWSc3</>. Mvy tvyl pumvythapvu wslhzl zll: <b>oaawz://pmyhtl-ylzpgly.jvt/nws</>",
|
|
588
|
-
"<i>NWSc3 Spjluzl Clyzpvu</><iy><iy>Aopz clyzpvu vm <p>pmyhtl-ylzpgly</> pz ilpun bzlk bukly aol alytz vm aol <i>NWS C3</> spjluzl. Aopz spjluzl hssvdz fvb av bzl <p>pmyhtl-ylzpgly</> pu Vwlu Zvbyjl wyvqljaz, iba pa ylxbpylz fvby wyvqlja av il wbispj, wyvcpkl haaypibapvu huk il spjluzlk bukly clyzpvu 3 vy shaly vm aol NUB Nlulyhs Wbispj Spjluzl.<iy><iy>Pm fvb hyl bzpun aopz spiyhyf pu h uvu-vwlu zvbyjl wyvqlja vy dlizpal, fvb dpss ullk av wbyjohzl h svd jvza vul aptl jvttlyjphs spjluzl.<iy><iy>Mvy tvyl pumvythapvu cpzpa <b>oaawz://pmyhtl-ylzpgly.jvt/wypjpun</>.",
|
|
589
|
-
"<iy><yi>Zvsv spjluzl kvlz uva zbwwvya jyvzz-kvthpu</><iy><iy>Av bzl <p>pmyhtl-ylzpgly</> dpao jyvzz kvthpu pmyhtlz fvb ullk lpaoly aol Wyvmlzzpvuhs vy Ibzpulzz spjluzlz. Mvy klahpsz vu bwnyhkl wypjpun wslhzl jvuahja pumv@pmyhtl-ylzpgly.jvt.",
|
|
590
|
-
"Pu whnl spurpun ylxbpylz h Wyvmlzzpvuhs vy Ibzpulzz spjluzl. Wslhzl zll <b>oaawz://pmyhtl-ylzpgly.jvt/wypjpun</> mvy tvyl klahpsz.",
|
|
591
|
-
"<yi>Clyzpvu 5 rlf klaljalk</><iy><iy>Fvb hyl jbyyluasf bzpun h spjluzl rlf mvy aol wylcpvbz clyzpvu vm <p>pmyhtl-ylzpgly</>.</><iy><iy>Av bwnyhkl av <i>Clyzpvu 6</> fvb jhu bzl aol <i>mpyza 11 johyhjalyz vm fvb spjluzl rlf</> av nla h 60% kpzjvbua ha oaawz://pmyhtl-ylzpgly.jvt/wypjpun.",
|
|
592
|
-
"<yi>Clyzpvu 5 rlf klaljalk</><iy><iy>Fvb hyl jbyyluasf bzpun h spjluzl rlf mvy aol wylcpvbz clyzpvu vm <p>pmyhtl-ylzpgly</>.<iy><iy>Av bwnyhkl av <i>Clyzpvu 6</> vm <p>pmyhtl-ylzpgly</> wslhzl kvdusvhk aol shalza rlf myvt oaawz://pmyhtl-ylzpgly.jvt/tf-vyklyz.",
|
|
593
|
-
"<yi> VLT rlf lewpylk</><iy><iy>Aol spjluzl rlf fvb hyl bzpun mvy <p>pmyhtl-ylzpgly</> pz myvt h wypvy flhy huk ohz lewpylk. Hu bwkhalk rlf pz ylslhzlk vu aol mpyza vm Uvcltily lhjo flhy.<iy><iy>Wslhzl kvdusvhk aol shalza rlf myvt oaawz://pmyhtl-ylzpgly.jvt/tf-vyklyz.",
|
|
594
|
-
"<yi>Bzl dpao slnhjf jspluaz</><iy><iy>Dolu bzpun <p>pmyhtl-ylzpgly</> jopsk whjrhnl dpao hu vskly clyzpvu vm aol whylua, fvb jhu zla aol spjluzl rlf pu aol pmyhtl. Mvy klahpsz vu ovd av zla aopz bw, wslhzl zll aol kvjbtluahapvu ha:<iy><iy>oaawz://pmyhtl-ylzpgly.jvt/zlabw/jopsk/#spjluzl"
|
|
595
|
-
], _n = (e) => [
|
|
596
|
-
e[0],
|
|
597
|
-
...e.slice(1).map((t) => `${t}${le}`),
|
|
598
|
-
`${e[4]}${le}`,
|
|
599
|
-
...e.slice(1)
|
|
600
|
-
], Bn = _n(["NWSc3", "zvsv", "wyv", "ibzpulzz", "VLT"]), ae = Object.fromEntries(
|
|
601
|
-
[
|
|
602
|
-
"2cgs7fdf4xb",
|
|
603
|
-
"1c9ctcccr4z",
|
|
604
|
-
"1q2pc4eebgb",
|
|
605
|
-
"ueokt0969w",
|
|
606
|
-
"w2zxchhgqz",
|
|
607
|
-
"1umuxblj2e5",
|
|
608
|
-
"1foobarqaz",
|
|
609
|
-
"2b5sdlfhbev",
|
|
610
|
-
"zo4ui3arjo",
|
|
611
|
-
"oclbb4thgl",
|
|
612
|
-
"igb1wzrjqr"
|
|
613
|
-
].map((e, t) => [e, Math.max(0, t - 1)])
|
|
614
|
-
), qe = Cn[v(R[4])](), Fn = Ue((e, t) => H(`${qe + t}`)), Hn = Ue((e, t) => H(`${qe - ++t}`)), Wn = (e) => Fn.has(e) ? 9 : Hn.has(e) ? 5 : -2, O = (e) => v(xn[e]), Dn = (e) => v(Bn[e]), Gn = (e) => {
|
|
615
|
-
const t = e[v(R[0])] || e[v(R[1])] || e[v(R[2])] || e[v(R[3])];
|
|
616
|
-
if (!t) return -1;
|
|
617
|
-
const n = t.split("-");
|
|
618
|
-
let o = (function(s = "", a = "") {
|
|
619
|
-
let r = -2;
|
|
620
|
-
const l = H(v(s));
|
|
621
|
-
return l in ae && (r = ae[l]), r === 9 ? Wn(a) : r;
|
|
622
|
-
})(...n);
|
|
623
|
-
return o === 0 || ((s) => s[2] === H(s[0] + s[1]))(n) || (o = -2), o;
|
|
624
|
-
};
|
|
625
|
-
let J = !1, Ze = !1;
|
|
626
|
-
function Je(e, t = -3) {
|
|
627
|
-
if (J) return;
|
|
628
|
-
const n = Math.max(i[e].mode, t);
|
|
629
|
-
if (n > i[e].mode && (i[e].mode = n), n < 0)
|
|
630
|
-
throw Zt(e), i[e].vAdvised || m(e || "Parent", `${O(n + 2)}${O(2)}`), i[e].vAdvised = !0, O(n + 2).replace(/<\/?[a-z][^>]*>|<\/>/gi, "");
|
|
631
|
-
switch (n > 5 && Ze || Yt(`v${_} (${Dn(n)})`, n), n) {
|
|
531
|
+
function $n(e, t) {
|
|
532
|
+
o[e]?.syncTitle && (o[e].iframe.title = t, b(e, `Set iframe title attribute: %c${t}`, a));
|
|
533
|
+
}
|
|
534
|
+
let j = !1, xe = !1;
|
|
535
|
+
function De(e, t = -3) {
|
|
536
|
+
if (j) return;
|
|
537
|
+
const n = Math.max(o[e].mode, t);
|
|
538
|
+
if (n > o[e].mode && (o[e].mode = n), n < 0)
|
|
539
|
+
throw xt(e), o[e].vAdvised || p(e || "Parent", `${I(n + 2)}${I(2)}`), o[e].vAdvised = !0, I(n + 2).replace(/<\/?[a-z][^>]*>|<\/>/gi, "");
|
|
540
|
+
switch (n > 5 && xe || Bt(`v${C} (${kt(n)})`, n), n) {
|
|
632
541
|
case 1:
|
|
633
542
|
case 2:
|
|
634
543
|
case 3:
|
|
635
|
-
|
|
544
|
+
p("Parent", I(6));
|
|
636
545
|
break;
|
|
637
546
|
case 4:
|
|
638
|
-
|
|
547
|
+
p("Parent", I(7));
|
|
639
548
|
break;
|
|
640
549
|
case 5:
|
|
641
|
-
|
|
550
|
+
p("Parent", I(8));
|
|
642
551
|
break;
|
|
643
552
|
default:
|
|
644
|
-
n < 1 &&
|
|
553
|
+
n < 1 && p("Parent", I(3));
|
|
645
554
|
}
|
|
646
|
-
|
|
555
|
+
j = !0;
|
|
647
556
|
}
|
|
648
|
-
function
|
|
649
|
-
if (
|
|
650
|
-
const { mode: t } =
|
|
651
|
-
t > 5 &&
|
|
557
|
+
function Mn(e) {
|
|
558
|
+
if (j) return;
|
|
559
|
+
const { mode: t } = o[e];
|
|
560
|
+
t > 5 && De(e, t);
|
|
652
561
|
}
|
|
653
|
-
function
|
|
654
|
-
e?.log === -1 && (e.log = !1,
|
|
562
|
+
function Ln(e) {
|
|
563
|
+
e?.log === -1 && (e.log = !1, xe = !0);
|
|
655
564
|
}
|
|
656
|
-
function
|
|
657
|
-
|
|
565
|
+
function Sn(e, t) {
|
|
566
|
+
o[e] && (l(e, `First run for ${e}`), De(e, t === void 0 ? void 0 : Number(t)), o[e].firstRun = !1);
|
|
658
567
|
}
|
|
659
|
-
function
|
|
660
|
-
const { height: t, id: n, iframe:
|
|
661
|
-
switch (
|
|
662
|
-
case
|
|
663
|
-
|
|
664
|
-
break;
|
|
665
|
-
case ot:
|
|
666
|
-
y(n, "Ready state reset"), i[n].initialised = !1;
|
|
568
|
+
function vn(e) {
|
|
569
|
+
const { height: t, id: n, iframe: i, mode: r, message: f, type: s, width: c } = e, { lastMessage: u } = o[n];
|
|
570
|
+
switch (o[n]?.firstRun && Sn(n, r), l(n, `Received: %c${u}`, a), s) {
|
|
571
|
+
case he:
|
|
572
|
+
o[n].autoResize = JSON.parse(N(n, 9));
|
|
667
573
|
break;
|
|
668
574
|
case it:
|
|
669
|
-
|
|
575
|
+
b(n, "Ready state reset"), o[n].initialised = !1;
|
|
670
576
|
break;
|
|
671
|
-
case
|
|
672
|
-
|
|
577
|
+
case ot:
|
|
578
|
+
Re(i);
|
|
673
579
|
break;
|
|
674
|
-
case
|
|
675
|
-
|
|
580
|
+
case nt:
|
|
581
|
+
In(n, N(n, 9));
|
|
676
582
|
break;
|
|
677
|
-
case
|
|
678
|
-
|
|
583
|
+
case P:
|
|
584
|
+
ne(e), on(n), rn(n, f), o[n].initialised = !0, y(n, "onReady", i);
|
|
679
585
|
break;
|
|
680
|
-
case
|
|
681
|
-
|
|
586
|
+
case z:
|
|
587
|
+
sn(e, N(n, 6));
|
|
682
588
|
break;
|
|
683
|
-
case
|
|
684
|
-
|
|
589
|
+
case tt:
|
|
590
|
+
ee("onMouseEnter", e);
|
|
685
591
|
break;
|
|
686
|
-
case
|
|
687
|
-
|
|
592
|
+
case et:
|
|
593
|
+
ee("onMouseLeave", e);
|
|
688
594
|
break;
|
|
689
|
-
case
|
|
690
|
-
|
|
595
|
+
case ge:
|
|
596
|
+
un(n);
|
|
691
597
|
break;
|
|
692
|
-
case
|
|
693
|
-
|
|
598
|
+
case de:
|
|
599
|
+
mn(n);
|
|
694
600
|
break;
|
|
695
|
-
case
|
|
696
|
-
|
|
601
|
+
case Qe:
|
|
602
|
+
gn(n);
|
|
697
603
|
break;
|
|
698
|
-
case
|
|
699
|
-
|
|
604
|
+
case Ke:
|
|
605
|
+
pn(n);
|
|
700
606
|
break;
|
|
701
|
-
case
|
|
702
|
-
|
|
607
|
+
case U:
|
|
608
|
+
ke(e);
|
|
703
609
|
break;
|
|
704
|
-
case
|
|
705
|
-
|
|
610
|
+
case Je:
|
|
611
|
+
bn(e);
|
|
706
612
|
break;
|
|
707
|
-
case
|
|
708
|
-
|
|
613
|
+
case Xe:
|
|
614
|
+
wn(e);
|
|
709
615
|
break;
|
|
710
|
-
case
|
|
711
|
-
|
|
616
|
+
case Ze:
|
|
617
|
+
En(e);
|
|
618
|
+
break;
|
|
619
|
+
case Ye:
|
|
620
|
+
$n(n, f);
|
|
712
621
|
break;
|
|
713
622
|
default:
|
|
714
|
-
if (
|
|
715
|
-
|
|
623
|
+
if (c === 0 && t === 0) {
|
|
624
|
+
O(
|
|
716
625
|
n,
|
|
717
|
-
`Unsupported message received (${
|
|
626
|
+
`Unsupported message received (${s}), this is likely due to the iframe containing a later version of iframe-resizer than the parent page`
|
|
718
627
|
);
|
|
719
628
|
return;
|
|
720
629
|
}
|
|
721
|
-
if (
|
|
722
|
-
|
|
630
|
+
if (c === 0 || t === 0) {
|
|
631
|
+
l(n, "Ignoring message with 0 height or width");
|
|
723
632
|
return;
|
|
724
633
|
}
|
|
725
634
|
if (document.hidden) {
|
|
726
|
-
|
|
635
|
+
l(n, "Page hidden - ignored resize request");
|
|
727
636
|
return;
|
|
728
637
|
}
|
|
729
|
-
|
|
638
|
+
ne(e);
|
|
730
639
|
}
|
|
731
640
|
}
|
|
732
|
-
const
|
|
641
|
+
const Rn = (e) => ({
|
|
733
642
|
initChild: t,
|
|
734
643
|
postMessageTarget: n
|
|
735
644
|
}) => {
|
|
736
645
|
e === n && t();
|
|
737
|
-
},
|
|
738
|
-
function
|
|
646
|
+
}, kn = (e) => Object.values(o).forEach(Rn(e));
|
|
647
|
+
function oe(e) {
|
|
739
648
|
const t = e.data;
|
|
740
|
-
if (t ===
|
|
741
|
-
|
|
649
|
+
if (t === rt) {
|
|
650
|
+
kn(e.source);
|
|
742
651
|
return;
|
|
743
652
|
}
|
|
744
|
-
if (!
|
|
745
|
-
if (typeof t !==
|
|
746
|
-
|
|
653
|
+
if (!tn(t)) {
|
|
654
|
+
if (typeof t !== me) return;
|
|
655
|
+
w(H, "ignoredMessage"), zt(H, t);
|
|
747
656
|
return;
|
|
748
657
|
}
|
|
749
|
-
const n =
|
|
750
|
-
switch (
|
|
751
|
-
case !i
|
|
752
|
-
throw new Error(`${
|
|
753
|
-
case !
|
|
754
|
-
case
|
|
755
|
-
case !
|
|
658
|
+
const n = Jt(t), { id: i, type: r } = n;
|
|
659
|
+
switch (w(i, r), !0) {
|
|
660
|
+
case !o[i]:
|
|
661
|
+
throw new Error(`${r} No settings for ${i}. Message was: ${t}`);
|
|
662
|
+
case !Qt(n):
|
|
663
|
+
case nn(n):
|
|
664
|
+
case !en(n, e):
|
|
756
665
|
return;
|
|
757
666
|
default:
|
|
758
|
-
i
|
|
667
|
+
o[i].lastMessage = e.data, ye(i, vn)(n);
|
|
759
668
|
}
|
|
760
669
|
}
|
|
761
|
-
const
|
|
762
|
-
|
|
763
|
-
}),
|
|
764
|
-
function
|
|
765
|
-
if (
|
|
670
|
+
const An = yt(() => {
|
|
671
|
+
A(window, z, oe), A(document, "visibilitychange", Yt), window.iframeParentListener = (e) => setTimeout(() => oe({ data: e, sameOrigin: !0 }));
|
|
672
|
+
}), ie = {};
|
|
673
|
+
function Pn(e) {
|
|
674
|
+
if (ie[e] === !0) return !1;
|
|
766
675
|
const t = document.querySelectorAll(`iframe#${CSS.escape(e)}`);
|
|
767
676
|
if (t.length <= 1) return !0;
|
|
768
|
-
|
|
769
|
-
const n = Array.from(t).flatMap((
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
677
|
+
ie[e] = !0;
|
|
678
|
+
const n = Array.from(t).flatMap((i) => [
|
|
679
|
+
D,
|
|
680
|
+
i,
|
|
681
|
+
D
|
|
773
682
|
]);
|
|
774
|
-
return
|
|
683
|
+
return p(
|
|
775
684
|
e,
|
|
776
685
|
`<rb>Duplicate ID attributes detected</>
|
|
777
686
|
|
|
@@ -779,280 +688,280 @@ The <b>${e}</> ID is not unique. Having multiple iframes on the same page with t
|
|
|
779
688
|
|
|
780
689
|
Found <bb>${t.length}</> iframes with the <b>${e}</> ID:`,
|
|
781
690
|
...n,
|
|
782
|
-
|
|
691
|
+
D
|
|
783
692
|
), !1;
|
|
784
693
|
}
|
|
785
|
-
function
|
|
786
|
-
if (
|
|
787
|
-
const { iframe: t } =
|
|
694
|
+
function Nn(e) {
|
|
695
|
+
if (o[e]) {
|
|
696
|
+
const { iframe: t } = o[e];
|
|
788
697
|
t.iframeResizer = {
|
|
789
|
-
close:
|
|
790
|
-
disconnect:
|
|
698
|
+
close: Re.bind(null, t),
|
|
699
|
+
disconnect: ve.bind(null, t),
|
|
791
700
|
moveToAnchor(n) {
|
|
792
|
-
|
|
701
|
+
$t(n, me, "moveToAnchor(anchor) anchor"), L("Move to anchor", `moveToAnchor:${n}`, e);
|
|
793
702
|
},
|
|
794
703
|
sendMessage(n) {
|
|
795
|
-
n = JSON.stringify(n),
|
|
704
|
+
n = JSON.stringify(n), L(z, `${z}:${n}`, e);
|
|
796
705
|
}
|
|
797
706
|
};
|
|
798
707
|
}
|
|
799
708
|
}
|
|
800
|
-
const
|
|
801
|
-
function
|
|
709
|
+
const Cn = "8", zn = "32", _n = st, xn = !0;
|
|
710
|
+
function Dn(e) {
|
|
802
711
|
const {
|
|
803
712
|
autoResize: t,
|
|
804
713
|
bodyBackground: n,
|
|
805
|
-
bodyMargin:
|
|
806
|
-
bodyPadding:
|
|
807
|
-
heightCalculationMethod:
|
|
808
|
-
inPageLinks:
|
|
809
|
-
license:
|
|
810
|
-
log:
|
|
811
|
-
logExpand:
|
|
812
|
-
mouseEvents:
|
|
813
|
-
offsetHeight:
|
|
814
|
-
offsetWidth:
|
|
815
|
-
mode:
|
|
816
|
-
sizeHeight:
|
|
714
|
+
bodyMargin: i,
|
|
715
|
+
bodyPadding: r,
|
|
716
|
+
heightCalculationMethod: f,
|
|
717
|
+
inPageLinks: s,
|
|
718
|
+
license: c,
|
|
719
|
+
log: u,
|
|
720
|
+
logExpand: g,
|
|
721
|
+
mouseEvents: d,
|
|
722
|
+
offsetHeight: M,
|
|
723
|
+
offsetWidth: m,
|
|
724
|
+
mode: T,
|
|
725
|
+
sizeHeight: Be,
|
|
817
726
|
// sizeSelector,
|
|
818
|
-
sizeWidth:
|
|
819
|
-
tolerance:
|
|
820
|
-
widthCalculationMethod:
|
|
821
|
-
} =
|
|
727
|
+
sizeWidth: He,
|
|
728
|
+
tolerance: Fe,
|
|
729
|
+
widthCalculationMethod: We
|
|
730
|
+
} = o[e];
|
|
822
731
|
return [
|
|
823
732
|
e,
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
733
|
+
Cn,
|
|
734
|
+
He,
|
|
735
|
+
u,
|
|
736
|
+
zn,
|
|
737
|
+
xn,
|
|
829
738
|
t,
|
|
830
|
-
|
|
831
|
-
|
|
739
|
+
i,
|
|
740
|
+
f,
|
|
832
741
|
n,
|
|
833
|
-
s,
|
|
834
|
-
Ke,
|
|
835
742
|
r,
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
743
|
+
Fe,
|
|
744
|
+
s,
|
|
745
|
+
_n,
|
|
746
|
+
We,
|
|
840
747
|
d,
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
748
|
+
M,
|
|
749
|
+
m,
|
|
750
|
+
Be,
|
|
751
|
+
c,
|
|
752
|
+
h.version,
|
|
753
|
+
T,
|
|
845
754
|
"",
|
|
846
755
|
// sizeSelector,
|
|
847
|
-
|
|
848
|
-
].join(
|
|
756
|
+
g
|
|
757
|
+
].join(R);
|
|
849
758
|
}
|
|
850
|
-
const
|
|
851
|
-
function
|
|
852
|
-
const { bodyMargin: t } =
|
|
853
|
-
(typeof t ===
|
|
759
|
+
const Bn = "0";
|
|
760
|
+
function Hn(e) {
|
|
761
|
+
const { bodyMargin: t } = o[e];
|
|
762
|
+
(typeof t === ct || t === Bn) && (o[e].bodyMargin = `${t}px`);
|
|
854
763
|
}
|
|
855
|
-
const
|
|
764
|
+
const Fn = (e) => {
|
|
856
765
|
try {
|
|
857
766
|
return new URL(e).origin;
|
|
858
767
|
} catch {
|
|
859
768
|
return null;
|
|
860
769
|
}
|
|
861
|
-
},
|
|
862
|
-
function
|
|
770
|
+
}, Wn = (e) => typeof e === at && e.length > 0 && !(e.contains("allow-scripts") && e.contains("allow-same-origin"));
|
|
771
|
+
function Gn(e, t) {
|
|
863
772
|
const {
|
|
864
773
|
checkOrigin: n,
|
|
865
|
-
iframe: { src:
|
|
866
|
-
initialisedFirstPage:
|
|
867
|
-
waitForLoad:
|
|
868
|
-
} = t[e],
|
|
869
|
-
|
|
774
|
+
iframe: { src: i, sandbox: r },
|
|
775
|
+
initialisedFirstPage: f,
|
|
776
|
+
waitForLoad: s
|
|
777
|
+
} = t[e], c = Fn(i);
|
|
778
|
+
w(e, "noResponse"), p(
|
|
870
779
|
e,
|
|
871
780
|
`<rb>No response from iframe</>
|
|
872
781
|
|
|
873
782
|
The iframe (<i>${e}</>) has not responded within ${t[e].warningTimeout / 1e3} seconds. Check <b>@iframe-resizer/child</> package has been loaded in the iframe.
|
|
874
|
-
${n &&
|
|
875
|
-
The <b>checkOrigin</> option is currently enabled. If the iframe redirects away from <i>${
|
|
876
|
-
` : ""}${
|
|
783
|
+
${n && c ? `
|
|
784
|
+
The <b>checkOrigin</> option is currently enabled. If the iframe redirects away from <i>${c}</>, then the connection to the iframe may be blocked by the browser. To disable this option, set <b>checkOrigin</> to <bb>false</> or an array of allowed origins. See <u>https://iframe-resizer.com/checkorigin</> for more information.
|
|
785
|
+
` : ""}${s && !f ? `
|
|
877
786
|
The <b>waitForLoad</> option is currently set to <bb>true</>. If the iframe loads before <i>iframe-resizer</> runs, this option will prevent <i>iframe-resizer</> initialising. To disable this option, set <b>waitForLoad</> to <bb>false</>.
|
|
878
|
-
` : ""}${
|
|
787
|
+
` : ""}${Wn(r) ? `
|
|
879
788
|
The iframe has the <b>sandbox</> attribute, please ensure it contains both the <bb>allow-same-origin</> and <bb>allow-scripts</> values.
|
|
880
789
|
` : ""}
|
|
881
790
|
This message can be ignored if everything is working, or you can set the <b>warningTimeout</> option to a higher value or zero to suppress this warning.
|
|
882
791
|
`
|
|
883
792
|
);
|
|
884
793
|
}
|
|
885
|
-
function
|
|
794
|
+
function Un(e, t) {
|
|
886
795
|
function n() {
|
|
887
796
|
if (t[e] === void 0) return;
|
|
888
|
-
const { initialised:
|
|
889
|
-
if (t[e].msgTimeout = void 0,
|
|
797
|
+
const { initialised: f, loadErrorShown: s } = t[e];
|
|
798
|
+
if (t[e].msgTimeout = void 0, f) {
|
|
890
799
|
t[e].initialisedFirstPage = !0;
|
|
891
800
|
return;
|
|
892
801
|
}
|
|
893
|
-
|
|
802
|
+
s || (t[e].loadErrorShown = !0, Gn(e, t));
|
|
894
803
|
}
|
|
895
|
-
const { msgTimeout:
|
|
896
|
-
|
|
804
|
+
const { msgTimeout: i, warningTimeout: r } = t[e];
|
|
805
|
+
r && (i && clearTimeout(i), t[e].msgTimeout = setTimeout(n, r));
|
|
897
806
|
}
|
|
898
|
-
const
|
|
899
|
-
function
|
|
900
|
-
|
|
807
|
+
const Vn = 1, jn = (e) => e.loading === lt, qn = (e) => e === P;
|
|
808
|
+
function Yn(e) {
|
|
809
|
+
o[e]?.heightCalculationMethod in ut && ke({
|
|
901
810
|
id: e,
|
|
902
|
-
iframe:
|
|
903
|
-
height:
|
|
904
|
-
width:
|
|
905
|
-
type:
|
|
811
|
+
iframe: o[e].iframe,
|
|
812
|
+
height: J,
|
|
813
|
+
width: J,
|
|
814
|
+
type: P
|
|
906
815
|
});
|
|
907
816
|
}
|
|
908
|
-
function
|
|
909
|
-
|
|
817
|
+
function Zn(e, t) {
|
|
818
|
+
A(e, V, () => setTimeout(t, Vn));
|
|
910
819
|
}
|
|
911
|
-
const
|
|
820
|
+
const Xn = (e) => {
|
|
912
821
|
const { src: t, srcdoc: n } = e;
|
|
913
822
|
return !n && (t == null || t === "" || t === "about:blank");
|
|
914
823
|
};
|
|
915
|
-
function
|
|
916
|
-
const { iframe: n, waitForLoad:
|
|
917
|
-
if (
|
|
918
|
-
if (
|
|
824
|
+
function Jn(e, t) {
|
|
825
|
+
const { iframe: n, waitForLoad: i } = o[e];
|
|
826
|
+
if (i !== !0) {
|
|
827
|
+
if (Xn(n)) {
|
|
919
828
|
setTimeout(() => {
|
|
920
|
-
|
|
829
|
+
w(e, "noContent"), b(e, "No content detected in the iframe, delaying initialisation");
|
|
921
830
|
});
|
|
922
831
|
return;
|
|
923
832
|
}
|
|
924
833
|
setTimeout(t);
|
|
925
834
|
}
|
|
926
835
|
}
|
|
927
|
-
function
|
|
928
|
-
const n = (
|
|
929
|
-
if (!
|
|
930
|
-
const { firstRun:
|
|
931
|
-
|
|
932
|
-
}, { iframe:
|
|
933
|
-
|
|
836
|
+
function Kn(e, t) {
|
|
837
|
+
const n = (r) => () => {
|
|
838
|
+
if (!o[e]) return;
|
|
839
|
+
const { firstRun: f, iframe: s } = o[e];
|
|
840
|
+
L(r, t, e), qn(r) && jn(s) || Un(e, o), f || Yn(e);
|
|
841
|
+
}, { iframe: i } = o[e];
|
|
842
|
+
o[e].initChild = n(ft), Zn(i, n(gt)), Jn(e, n(P));
|
|
934
843
|
}
|
|
935
|
-
function
|
|
936
|
-
return t ? (("sizeWidth" in t || "sizeHeight" in t ||
|
|
844
|
+
function Qn(e, t) {
|
|
845
|
+
return t ? (("sizeWidth" in t || "sizeHeight" in t || he in t) && p(
|
|
937
846
|
e,
|
|
938
847
|
`<rb>Deprecated Option</>
|
|
939
848
|
|
|
940
|
-
The <b>sizeWidth</>, <b>sizeHeight</> and <b>autoResize</> options have been replaced with new <b>direction</> option which expects values of <bb>${
|
|
849
|
+
The <b>sizeWidth</>, <b>sizeHeight</> and <b>autoResize</> options have been replaced with new <b>direction</> option which expects values of <bb>${x}</>, <bb>${pe}</>, <bb>${be}</> or <bb>${we}</>.
|
|
941
850
|
`
|
|
942
851
|
), t) : {};
|
|
943
852
|
}
|
|
944
|
-
function
|
|
945
|
-
|
|
853
|
+
function eo(e) {
|
|
854
|
+
o[e].warningTimeout || b(e, "warningTimeout:%c disabled", a);
|
|
946
855
|
}
|
|
947
|
-
function
|
|
948
|
-
const
|
|
949
|
-
|
|
856
|
+
function to(e, { offset: t, offsetSize: n }) {
|
|
857
|
+
const i = n || t;
|
|
858
|
+
i && (o[e].direction === x ? (o[e].offsetHeight = i, l(e, `Offset height: %c${i}`, a)) : (o[e].offsetWidth = i, l(e, `Offset width: %c${i}`, a)));
|
|
950
859
|
}
|
|
951
|
-
function
|
|
952
|
-
const { direction: t } =
|
|
860
|
+
function no(e) {
|
|
861
|
+
const { direction: t } = o[e];
|
|
953
862
|
switch (t) {
|
|
954
|
-
case
|
|
863
|
+
case x:
|
|
955
864
|
break;
|
|
956
|
-
case
|
|
957
|
-
|
|
865
|
+
case pe:
|
|
866
|
+
o[e].sizeHeight = !1;
|
|
958
867
|
// eslint-disable-next-line no-fallthrough
|
|
959
|
-
case
|
|
960
|
-
|
|
868
|
+
case be:
|
|
869
|
+
o[e].sizeWidth = !0;
|
|
961
870
|
break;
|
|
962
871
|
case we:
|
|
963
|
-
|
|
872
|
+
o[e].sizeWidth = !1, o[e].sizeHeight = !1, o[e].autoResize = !1;
|
|
964
873
|
break;
|
|
965
874
|
default:
|
|
966
875
|
throw new TypeError(`Direction value of "${t}" is not valid`);
|
|
967
876
|
}
|
|
968
|
-
|
|
877
|
+
l(e, `direction: %c${t}`, a);
|
|
969
878
|
}
|
|
970
|
-
const
|
|
971
|
-
function
|
|
972
|
-
const { checkOrigin: t, remoteHost: n } =
|
|
973
|
-
Array.isArray(t) && t.length === 0 &&
|
|
879
|
+
const re = (e) => e === "" || e.match(/^(about:blank|javascript:|file:\/\/)/) !== null ? "*" : e;
|
|
880
|
+
function oo(e) {
|
|
881
|
+
const { checkOrigin: t, remoteHost: n } = o[e];
|
|
882
|
+
Array.isArray(t) && t.length === 0 && O(
|
|
974
883
|
e,
|
|
975
884
|
"checkOrigin is an empty array — no messages will be sent to the iframe"
|
|
976
|
-
),
|
|
885
|
+
), o[e].targetOrigin = Array.isArray(t) ? t.map(re) : [t === !1 ? "*" : re(n)];
|
|
977
886
|
}
|
|
978
|
-
function
|
|
887
|
+
function io(e) {
|
|
979
888
|
const { id: t } = e;
|
|
980
|
-
|
|
889
|
+
o[t].postMessageTarget === null && (o[t].postMessageTarget = e.contentWindow);
|
|
981
890
|
}
|
|
982
|
-
function
|
|
983
|
-
|
|
891
|
+
function B(e, t, n) {
|
|
892
|
+
k(o[e], t) && (p(
|
|
984
893
|
e,
|
|
985
894
|
`<rb>Deprecated option</>
|
|
986
895
|
|
|
987
|
-
The <b>${t}</> option has been renamed to <b>${n}</>. ${
|
|
988
|
-
),
|
|
896
|
+
The <b>${t}</> option has been renamed to <b>${n}</>. ${dt}`
|
|
897
|
+
), o[e][n] = o[e][t], delete o[e][t]);
|
|
989
898
|
}
|
|
990
|
-
function
|
|
991
|
-
|
|
899
|
+
function ro(e) {
|
|
900
|
+
B(e, mt, ht), B(e, "onClose", "onBeforeClose"), B(e, "onClosed", "onAfterClose");
|
|
992
901
|
}
|
|
993
|
-
const
|
|
994
|
-
function
|
|
902
|
+
const so = (e) => k(e, "onMouseEnter") || k(e, "onMouseLeave");
|
|
903
|
+
function co(e, t) {
|
|
995
904
|
const { id: n } = e;
|
|
996
|
-
|
|
997
|
-
...
|
|
905
|
+
o[n] = {
|
|
906
|
+
...o[n],
|
|
998
907
|
iframe: e,
|
|
999
908
|
remoteHost: e?.src.split("/").slice(0, 3).join("/"),
|
|
1000
|
-
...
|
|
1001
|
-
...
|
|
1002
|
-
mouseEvents:
|
|
1003
|
-
mode:
|
|
1004
|
-
syncTitle:
|
|
1005
|
-
},
|
|
1006
|
-
}
|
|
1007
|
-
const
|
|
1008
|
-
function
|
|
909
|
+
..._,
|
|
910
|
+
...Qn(n, t),
|
|
911
|
+
mouseEvents: so(t),
|
|
912
|
+
mode: Rt(t),
|
|
913
|
+
syncTitle: yn(n)
|
|
914
|
+
}, ro(n), no(n), to(n, t), eo(n), io(e), oo(n);
|
|
915
|
+
}
|
|
916
|
+
const ao = "yes", se = "no";
|
|
917
|
+
function fo(e) {
|
|
1009
918
|
const { id: t } = e;
|
|
1010
|
-
switch (
|
|
919
|
+
switch (l(
|
|
1011
920
|
t,
|
|
1012
|
-
`Iframe scrolling ${
|
|
1013
|
-
), e.style.overflow =
|
|
1014
|
-
case
|
|
921
|
+
`Iframe scrolling ${o[t]?.scrolling ? "enabled" : "disabled"} for ${t}`
|
|
922
|
+
), e.style.overflow = o[t]?.scrolling === !1 ? pt : F, o[t]?.scrolling) {
|
|
923
|
+
case bt:
|
|
1015
924
|
break;
|
|
1016
925
|
case !0:
|
|
1017
|
-
e.scrolling =
|
|
926
|
+
e.scrolling = ao;
|
|
1018
927
|
break;
|
|
1019
928
|
case !1:
|
|
1020
|
-
e.scrolling =
|
|
929
|
+
e.scrolling = se;
|
|
1021
930
|
break;
|
|
1022
931
|
default:
|
|
1023
|
-
e.scrolling =
|
|
932
|
+
e.scrolling = o[t]?.scrolling || se;
|
|
1024
933
|
}
|
|
1025
934
|
}
|
|
1026
|
-
function
|
|
1027
|
-
|
|
935
|
+
function lo(e, t, n) {
|
|
936
|
+
co(t, n), l(e, `src: %c${t.srcdoc || t.src}`, a), Mn(e), fo(t), Hn(e), Kn(e, Dn(e)), Nn(e), l(e, "Setup complete");
|
|
1028
937
|
}
|
|
1029
|
-
function
|
|
938
|
+
function uo(e, t) {
|
|
1030
939
|
const { id: n } = e;
|
|
1031
|
-
|
|
940
|
+
w(n, "setup"), Pn(n) && lo(n, e, t), Dt(n);
|
|
1032
941
|
}
|
|
1033
|
-
function
|
|
1034
|
-
t.log ===
|
|
1035
|
-
const n =
|
|
1036
|
-
|
|
1037
|
-
enabled:
|
|
942
|
+
function go(e, t) {
|
|
943
|
+
t.log === le ? t.log = !1 : t.log === ae ? t.log = S : t.log === fe && (t.log = v);
|
|
944
|
+
const n = k(t, "log"), i = Ee(t.log), r = n ? i ? !0 : t.log : _.log;
|
|
945
|
+
k(t, "logExpand") || (t.logExpand = n && i ? t.log === v : _.logExpand), Ln(t), Ct({
|
|
946
|
+
enabled: r,
|
|
1038
947
|
expand: t.logExpand,
|
|
1039
948
|
iframeId: e
|
|
1040
|
-
}),
|
|
949
|
+
}), i && !(t.log in wt) && _t(
|
|
1041
950
|
e,
|
|
1042
|
-
`Invalid value for options.log: Accepted values are "${
|
|
1043
|
-
), t.log =
|
|
1044
|
-
}
|
|
1045
|
-
function
|
|
1046
|
-
if (!
|
|
1047
|
-
return
|
|
1048
|
-
const n =
|
|
1049
|
-
return
|
|
951
|
+
`Invalid value for options.log: Accepted values are "${v}" and "${S}"`
|
|
952
|
+
), t.log = r;
|
|
953
|
+
}
|
|
954
|
+
function To(e) {
|
|
955
|
+
if (!Mt(e)) throw new TypeError("Options is not an object");
|
|
956
|
+
return An(), Ut(e), (t) => {
|
|
957
|
+
const n = Gt(t, e);
|
|
958
|
+
return ce in t ? (w(n, "alreadySetup"), O(n, `Ignored iframe (${n}), already setup.`)) : (go(n, e), ye(n, uo)(t, e)), t?.iframeResizer;
|
|
1050
959
|
};
|
|
1051
960
|
}
|
|
1052
961
|
export {
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
962
|
+
$o as LOG_COLLAPSED,
|
|
963
|
+
Mo as LOG_DISABLED,
|
|
964
|
+
Lo as LOG_EXPANDED,
|
|
965
|
+
To as default
|
|
1057
966
|
};
|
|
1058
967
|
//# sourceMappingURL=index.esm.js.map
|