@record-evolution/widget-image 1.0.8 → 1.1.2

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.
@@ -13,7 +13,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
13
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
14
  PERFORMANCE OF THIS SOFTWARE.
15
15
  ***************************************************************************** */
16
- /* global Reflect, Promise, SuppressedError, Symbol */
16
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
17
17
 
18
18
  function __decorate(decorators, target, key, desc) {
19
19
  var c = arguments.length,
@@ -32,21 +32,21 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
32
32
  * Copyright 2019 Google LLC
33
33
  * SPDX-License-Identifier: BSD-3-Clause
34
34
  */
35
- const t$1 = globalThis,
36
- e$2 = t$1.ShadowRoot && (void 0 === t$1.ShadyCSS || t$1.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype,
37
- s$2 = Symbol(),
38
- o$3 = new WeakMap();
35
+ const t = globalThis,
36
+ e$1 = t.ShadowRoot && (void 0 === t.ShadyCSS || t.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype,
37
+ s = Symbol(),
38
+ o$2 = new WeakMap();
39
39
  let n$3 = class n {
40
40
  constructor(t, e, o) {
41
- if (this._$cssResult$ = !0, o !== s$2) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
41
+ if (this._$cssResult$ = !0, o !== s) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
42
42
  this.cssText = t, this.t = e;
43
43
  }
44
44
  get styleSheet() {
45
45
  let t = this.o;
46
46
  const s = this.t;
47
- if (e$2 && void 0 === t) {
47
+ if (e$1 && void 0 === t) {
48
48
  const e = void 0 !== s && 1 === s.length;
49
- e && (t = o$3.get(s)), void 0 === t && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), e && o$3.set(s, t));
49
+ e && (t = o$2.get(s)), void 0 === t && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), e && o$2.set(s, t));
50
50
  }
51
51
  return t;
52
52
  }
@@ -54,26 +54,26 @@ let n$3 = class n {
54
54
  return this.cssText;
55
55
  }
56
56
  };
57
- const r$4 = t => new n$3("string" == typeof t ? t : t + "", void 0, s$2),
58
- i$2 = (t, ...e) => {
57
+ const r$2 = t => new n$3("string" == typeof t ? t : t + "", void 0, s),
58
+ i$1 = (t, ...e) => {
59
59
  const o = 1 === t.length ? t[0] : e.reduce((e, s, o) => e + (t => {
60
60
  if (!0 === t._$cssResult$) return t.cssText;
61
61
  if ("number" == typeof t) return t;
62
62
  throw Error("Value passed to 'css' function must be a 'css' function result: " + t + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
63
63
  })(s) + t[o + 1], t[0]);
64
- return new n$3(o, t, s$2);
64
+ return new n$3(o, t, s);
65
65
  },
66
66
  S$1 = (s, o) => {
67
- if (e$2) s.adoptedStyleSheets = o.map(t => t instanceof CSSStyleSheet ? t : t.styleSheet);else for (const e of o) {
67
+ if (e$1) s.adoptedStyleSheets = o.map(t => t instanceof CSSStyleSheet ? t : t.styleSheet);else for (const e of o) {
68
68
  const o = document.createElement("style"),
69
- n = t$1.litNonce;
69
+ n = t.litNonce;
70
70
  void 0 !== n && o.setAttribute("nonce", n), o.textContent = e.cssText, s.appendChild(o);
71
71
  }
72
72
  },
73
- c$2 = e$2 ? t => t : t => t instanceof CSSStyleSheet ? (t => {
73
+ c$2 = e$1 ? t => t : t => t instanceof CSSStyleSheet ? (t => {
74
74
  let e = "";
75
75
  for (const s of t.cssRules) e += s.cssText;
76
- return r$4(e);
76
+ return r$2(e);
77
77
  })(t) : t;
78
78
 
79
79
  /**
@@ -82,23 +82,23 @@ const r$4 = t => new n$3("string" == typeof t ? t : t + "", void 0, s$2),
82
82
  * SPDX-License-Identifier: BSD-3-Clause
83
83
  */
84
84
  const {
85
- is: i$1,
86
- defineProperty: e$1,
87
- getOwnPropertyDescriptor: r$3,
88
- getOwnPropertyNames: h$1,
89
- getOwnPropertySymbols: o$2,
85
+ is: i,
86
+ defineProperty: e,
87
+ getOwnPropertyDescriptor: r$1,
88
+ getOwnPropertyNames: h$2,
89
+ getOwnPropertySymbols: o$1,
90
90
  getPrototypeOf: n$2
91
91
  } = Object,
92
- a$1 = globalThis,
93
- c$1 = a$1.trustedTypes,
94
- l$1 = c$1 ? c$1.emptyScript : "",
95
- p$1 = a$1.reactiveElementPolyfillSupport,
96
- d$1 = (t, s) => t,
97
- u$1 = {
92
+ a = globalThis,
93
+ c$1 = a.trustedTypes,
94
+ l = c$1 ? c$1.emptyScript : "",
95
+ p = a.reactiveElementPolyfillSupport,
96
+ d = (t, s) => t,
97
+ u = {
98
98
  toAttribute(t, s) {
99
99
  switch (s) {
100
100
  case Boolean:
101
- t = t ? l$1 : null;
101
+ t = t ? l : null;
102
102
  break;
103
103
  case Object:
104
104
  case Array:
@@ -126,15 +126,15 @@ const {
126
126
  return i;
127
127
  }
128
128
  },
129
- f$1 = (t, s) => !i$1(t, s),
130
- y$1 = {
129
+ f$2 = (t, s) => !i(t, s),
130
+ y = {
131
131
  attribute: !0,
132
132
  type: String,
133
- converter: u$1,
133
+ converter: u,
134
134
  reflect: !1,
135
- hasChanged: f$1
135
+ hasChanged: f$2
136
136
  };
137
- Symbol.metadata ??= Symbol("metadata"), a$1.litPropertyMetadata ??= new WeakMap();
137
+ Symbol.metadata ??= Symbol("metadata"), a.litPropertyMetadata ??= new WeakMap();
138
138
  class b extends HTMLElement {
139
139
  static addInitializer(t) {
140
140
  this._$Ei(), (this.l ??= []).push(t);
@@ -142,18 +142,18 @@ class b extends HTMLElement {
142
142
  static get observedAttributes() {
143
143
  return this.finalize(), this._$Eh && [...this._$Eh.keys()];
144
144
  }
145
- static createProperty(t, s = y$1) {
145
+ static createProperty(t, s = y) {
146
146
  if (s.state && (s.attribute = !1), this._$Ei(), this.elementProperties.set(t, s), !s.noAccessor) {
147
147
  const i = Symbol(),
148
148
  r = this.getPropertyDescriptor(t, i, s);
149
- void 0 !== r && e$1(this.prototype, t, r);
149
+ void 0 !== r && e(this.prototype, t, r);
150
150
  }
151
151
  }
152
152
  static getPropertyDescriptor(t, s, i) {
153
153
  const {
154
154
  get: e,
155
155
  set: h
156
- } = r$3(this.prototype, t) ?? {
156
+ } = r$1(this.prototype, t) ?? {
157
157
  get() {
158
158
  return this[s];
159
159
  },
@@ -174,18 +174,18 @@ class b extends HTMLElement {
174
174
  };
175
175
  }
176
176
  static getPropertyOptions(t) {
177
- return this.elementProperties.get(t) ?? y$1;
177
+ return this.elementProperties.get(t) ?? y;
178
178
  }
179
179
  static _$Ei() {
180
- if (this.hasOwnProperty(d$1("elementProperties"))) return;
180
+ if (this.hasOwnProperty(d("elementProperties"))) return;
181
181
  const t = n$2(this);
182
182
  t.finalize(), void 0 !== t.l && (this.l = [...t.l]), this.elementProperties = new Map(t.elementProperties);
183
183
  }
184
184
  static finalize() {
185
- if (this.hasOwnProperty(d$1("finalized"))) return;
186
- if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(d$1("properties"))) {
185
+ if (this.hasOwnProperty(d("finalized"))) return;
186
+ if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(d("properties"))) {
187
187
  const t = this.properties,
188
- s = [...h$1(t), ...o$2(t)];
188
+ s = [...h$2(t), ...o$1(t)];
189
189
  for (const i of s) this.createProperty(i, t[i]);
190
190
  }
191
191
  const t = this[Symbol.metadata];
@@ -216,13 +216,13 @@ class b extends HTMLElement {
216
216
  super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
217
217
  }
218
218
  _$Ev() {
219
- this._$Eg = new Promise(t => this.enableUpdating = t), this._$AL = new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach(t => t(this));
219
+ this._$ES = new Promise(t => this.enableUpdating = t), this._$AL = new Map(), this._$E_(), this.requestUpdate(), this.constructor.l?.forEach(t => t(this));
220
220
  }
221
221
  addController(t) {
222
- (this._$ES ??= []).push(t), void 0 !== this.renderRoot && this.isConnected && t.hostConnected?.();
222
+ (this._$EO ??= new Set()).add(t), void 0 !== this.renderRoot && this.isConnected && t.hostConnected?.();
223
223
  }
224
224
  removeController(t) {
225
- this._$ES?.splice(this._$ES.indexOf(t) >>> 0, 1);
225
+ this._$EO?.delete(t);
226
226
  }
227
227
  _$E_() {
228
228
  const t = new Map(),
@@ -235,20 +235,20 @@ class b extends HTMLElement {
235
235
  return S$1(t, this.constructor.elementStyles), t;
236
236
  }
237
237
  connectedCallback() {
238
- this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(!0), this._$ES?.forEach(t => t.hostConnected?.());
238
+ this.renderRoot ??= this.createRenderRoot(), this.enableUpdating(!0), this._$EO?.forEach(t => t.hostConnected?.());
239
239
  }
240
240
  enableUpdating(t) {}
241
241
  disconnectedCallback() {
242
- this._$ES?.forEach(t => t.hostDisconnected?.());
242
+ this._$EO?.forEach(t => t.hostDisconnected?.());
243
243
  }
244
244
  attributeChangedCallback(t, s, i) {
245
245
  this._$AK(t, i);
246
246
  }
247
- _$EO(t, s) {
247
+ _$EC(t, s) {
248
248
  const i = this.constructor.elementProperties.get(t),
249
249
  e = this.constructor._$Eu(t, i);
250
250
  if (void 0 !== e && !0 === i.reflect) {
251
- const r = (void 0 !== i.converter?.toAttribute ? i.converter : u$1).toAttribute(s, i.type);
251
+ const r = (void 0 !== i.converter?.toAttribute ? i.converter : u).toAttribute(s, i.type);
252
252
  this._$Em = t, null == r ? this.removeAttribute(e) : this.setAttribute(e, r), this._$Em = null;
253
253
  }
254
254
  }
@@ -259,24 +259,24 @@ class b extends HTMLElement {
259
259
  const t = i.getPropertyOptions(e),
260
260
  r = "function" == typeof t.converter ? {
261
261
  fromAttribute: t.converter
262
- } : void 0 !== t.converter?.fromAttribute ? t.converter : u$1;
262
+ } : void 0 !== t.converter?.fromAttribute ? t.converter : u;
263
263
  this._$Em = e, this[e] = r.fromAttribute(s, t.type), this._$Em = null;
264
264
  }
265
265
  }
266
- requestUpdate(t, s, i, e = !1, r) {
266
+ requestUpdate(t, s, i) {
267
267
  if (void 0 !== t) {
268
- if (i ??= this.constructor.getPropertyOptions(t), !(i.hasChanged ?? f$1)(e ? r : this[t], s)) return;
269
- this.C(t, s, i);
268
+ if (i ??= this.constructor.getPropertyOptions(t), !(i.hasChanged ?? f$2)(this[t], s)) return;
269
+ this.P(t, s, i);
270
270
  }
271
- !1 === this.isUpdatePending && (this._$Eg = this._$EP());
271
+ !1 === this.isUpdatePending && (this._$ES = this._$ET());
272
272
  }
273
- C(t, s, i) {
273
+ P(t, s, i) {
274
274
  this._$AL.has(t) || this._$AL.set(t, s), !0 === i.reflect && this._$Em !== t && (this._$Ej ??= new Set()).add(t);
275
275
  }
276
- async _$EP() {
276
+ async _$ET() {
277
277
  this.isUpdatePending = !0;
278
278
  try {
279
- await this._$Eg;
279
+ await this._$ES;
280
280
  } catch (t) {
281
281
  Promise.reject(t);
282
282
  }
@@ -289,179 +289,179 @@ class b extends HTMLElement {
289
289
  performUpdate() {
290
290
  if (!this.isUpdatePending) return;
291
291
  if (!this.hasUpdated) {
292
- if (this._$Ep) {
292
+ if (this.renderRoot ??= this.createRenderRoot(), this._$Ep) {
293
293
  for (const [t, s] of this._$Ep) this[t] = s;
294
294
  this._$Ep = void 0;
295
295
  }
296
296
  const t = this.constructor.elementProperties;
297
- if (t.size > 0) for (const [s, i] of t) !0 !== i.wrapped || this._$AL.has(s) || void 0 === this[s] || this.C(s, this[s], i);
297
+ if (t.size > 0) for (const [s, i] of t) !0 !== i.wrapped || this._$AL.has(s) || void 0 === this[s] || this.P(s, this[s], i);
298
298
  }
299
299
  let t = !1;
300
300
  const s = this._$AL;
301
301
  try {
302
- t = this.shouldUpdate(s), t ? (this.willUpdate(s), this._$ES?.forEach(t => t.hostUpdate?.()), this.update(s)) : this._$ET();
302
+ t = this.shouldUpdate(s), t ? (this.willUpdate(s), this._$EO?.forEach(t => t.hostUpdate?.()), this.update(s)) : this._$EU();
303
303
  } catch (s) {
304
- throw t = !1, this._$ET(), s;
304
+ throw t = !1, this._$EU(), s;
305
305
  }
306
306
  t && this._$AE(s);
307
307
  }
308
308
  willUpdate(t) {}
309
309
  _$AE(t) {
310
- this._$ES?.forEach(t => t.hostUpdated?.()), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
310
+ this._$EO?.forEach(t => t.hostUpdated?.()), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(t)), this.updated(t);
311
311
  }
312
- _$ET() {
312
+ _$EU() {
313
313
  this._$AL = new Map(), this.isUpdatePending = !1;
314
314
  }
315
315
  get updateComplete() {
316
316
  return this.getUpdateComplete();
317
317
  }
318
318
  getUpdateComplete() {
319
- return this._$Eg;
319
+ return this._$ES;
320
320
  }
321
321
  shouldUpdate(t) {
322
322
  return !0;
323
323
  }
324
324
  update(t) {
325
- this._$Ej &&= this._$Ej.forEach(t => this._$EO(t, this[t])), this._$ET();
325
+ this._$Ej &&= this._$Ej.forEach(t => this._$EC(t, this[t])), this._$EU();
326
326
  }
327
327
  updated(t) {}
328
328
  firstUpdated(t) {}
329
329
  }
330
330
  b.elementStyles = [], b.shadowRootOptions = {
331
331
  mode: "open"
332
- }, b[d$1("elementProperties")] = new Map(), b[d$1("finalized")] = new Map(), p$1?.({
332
+ }, b[d("elementProperties")] = new Map(), b[d("finalized")] = new Map(), p?.({
333
333
  ReactiveElement: b
334
- }), (a$1.reactiveElementVersions ??= []).push("2.0.1");
334
+ }), (a.reactiveElementVersions ??= []).push("2.0.4");
335
335
 
336
336
  /**
337
337
  * @license
338
338
  * Copyright 2017 Google LLC
339
339
  * SPDX-License-Identifier: BSD-3-Clause
340
340
  */
341
- const t = globalThis,
342
- i = t.trustedTypes,
343
- s$1 = i ? i.createPolicy("lit-html", {
341
+ const n$1 = globalThis,
342
+ c = n$1.trustedTypes,
343
+ h$1 = c ? c.createPolicy("lit-html", {
344
344
  createHTML: t => t
345
345
  }) : void 0,
346
- e = "$lit$",
347
- h = `lit$${(Math.random() + "").slice(9)}$`,
348
- o$1 = "?" + h,
349
- n$1 = `<${o$1}>`,
350
- r$2 = document,
351
- l = () => r$2.createComment(""),
352
- c = t => null === t || "object" != typeof t && "function" != typeof t,
353
- a = Array.isArray,
354
- u = t => a(t) || "function" == typeof t?.[Symbol.iterator],
355
- d = "[ \t\n\f\r]",
356
- f = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,
357
- v = /-->/g,
358
- _ = />/g,
359
- m = RegExp(`>|${d}(?:([^\\s"'>=/]+)(${d}*=${d}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`, "g"),
360
- p = /'/g,
361
- g = /"/g,
362
- $ = /^(?:script|style|textarea|title)$/i,
363
- y = t => (i, ...s) => ({
346
+ f$1 = "$lit$",
347
+ v = `lit$${Math.random().toFixed(9).slice(2)}$`,
348
+ m = "?" + v,
349
+ _ = `<${m}>`,
350
+ w = document,
351
+ lt = () => w.createComment(""),
352
+ st = t => null === t || "object" != typeof t && "function" != typeof t,
353
+ g = Array.isArray,
354
+ $ = t => g(t) || "function" == typeof t?.[Symbol.iterator],
355
+ x = "[ \t\n\f\r]",
356
+ T = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,
357
+ E = /-->/g,
358
+ k = />/g,
359
+ O = RegExp(`>|${x}(?:([^\\s"'>=/]+)(${x}*=${x}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`, "g"),
360
+ S = /'/g,
361
+ j = /"/g,
362
+ M = /^(?:script|style|textarea|title)$/i,
363
+ P = t => (i, ...s) => ({
364
364
  _$litType$: t,
365
365
  strings: i,
366
366
  values: s
367
367
  }),
368
- x = y(1),
369
- w = Symbol.for("lit-noChange"),
370
- T = Symbol.for("lit-nothing"),
371
- A = new WeakMap(),
372
- E = r$2.createTreeWalker(r$2, 129);
373
- function C(t, i) {
374
- if (!Array.isArray(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
375
- return void 0 !== s$1 ? s$1.createHTML(i) : i;
368
+ ke = P(1),
369
+ R = Symbol.for("lit-noChange"),
370
+ D = Symbol.for("lit-nothing"),
371
+ V = new WeakMap(),
372
+ I = w.createTreeWalker(w, 129);
373
+ function N(t, i) {
374
+ if (!g(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
375
+ return void 0 !== h$1 ? h$1.createHTML(i) : i;
376
376
  }
377
- const P = (t, i) => {
377
+ const U = (t, i) => {
378
378
  const s = t.length - 1,
379
- o = [];
380
- let r,
381
- l = 2 === i ? "<svg>" : "",
382
- c = f;
379
+ e = [];
380
+ let h,
381
+ o = 2 === i ? "<svg>" : 3 === i ? "<math>" : "",
382
+ n = T;
383
383
  for (let i = 0; i < s; i++) {
384
384
  const s = t[i];
385
- let a,
386
- u,
387
- d = -1,
388
- y = 0;
389
- for (; y < s.length && (c.lastIndex = y, u = c.exec(s), null !== u);) y = c.lastIndex, c === f ? "!--" === u[1] ? c = v : void 0 !== u[1] ? c = _ : void 0 !== u[2] ? ($.test(u[2]) && (r = RegExp("</" + u[2], "g")), c = m) : void 0 !== u[3] && (c = m) : c === m ? ">" === u[0] ? (c = r ?? f, d = -1) : void 0 === u[1] ? d = -2 : (d = c.lastIndex - u[2].length, a = u[1], c = void 0 === u[3] ? m : '"' === u[3] ? g : p) : c === g || c === p ? c = m : c === v || c === _ ? c = f : (c = m, r = void 0);
390
- const x = c === m && t[i + 1].startsWith("/>") ? " " : "";
391
- l += c === f ? s + n$1 : d >= 0 ? (o.push(a), s.slice(0, d) + e + s.slice(d) + h + x) : s + h + (-2 === d ? i : x);
392
- }
393
- return [C(t, l + (t[s] || "<?>") + (2 === i ? "</svg>" : "")), o];
385
+ let r,
386
+ l,
387
+ c = -1,
388
+ a = 0;
389
+ for (; a < s.length && (n.lastIndex = a, l = n.exec(s), null !== l);) a = n.lastIndex, n === T ? "!--" === l[1] ? n = E : void 0 !== l[1] ? n = k : void 0 !== l[2] ? (M.test(l[2]) && (h = RegExp("</" + l[2], "g")), n = O) : void 0 !== l[3] && (n = O) : n === O ? ">" === l[0] ? (n = h ?? T, c = -1) : void 0 === l[1] ? c = -2 : (c = n.lastIndex - l[2].length, r = l[1], n = void 0 === l[3] ? O : '"' === l[3] ? j : S) : n === j || n === S ? n = O : n === E || n === k ? n = T : (n = O, h = void 0);
390
+ const u = n === O && t[i + 1].startsWith("/>") ? " " : "";
391
+ o += n === T ? s + _ : c >= 0 ? (e.push(r), s.slice(0, c) + f$1 + s.slice(c) + v + u) : s + v + (-2 === c ? i : u);
392
+ }
393
+ return [N(t, o + (t[s] || "<?>") + (2 === i ? "</svg>" : 3 === i ? "</math>" : "")), e];
394
394
  };
395
- class V {
395
+ class B {
396
396
  constructor({
397
397
  strings: t,
398
- _$litType$: s
399
- }, n) {
400
- let r;
398
+ _$litType$: i
399
+ }, s) {
400
+ let e;
401
401
  this.parts = [];
402
- let c = 0,
403
- a = 0;
404
- const u = t.length - 1,
405
- d = this.parts,
406
- [f, v] = P(t, s);
407
- if (this.el = V.createElement(f, n), E.currentNode = this.el.content, 2 === s) {
402
+ let h = 0,
403
+ o = 0;
404
+ const n = t.length - 1,
405
+ r = this.parts,
406
+ [l, a] = U(t, i);
407
+ if (this.el = B.createElement(l, s), I.currentNode = this.el.content, 2 === i || 3 === i) {
408
408
  const t = this.el.content.firstChild;
409
409
  t.replaceWith(...t.childNodes);
410
410
  }
411
- for (; null !== (r = E.nextNode()) && d.length < u;) {
412
- if (1 === r.nodeType) {
413
- if (r.hasAttributes()) for (const t of r.getAttributeNames()) if (t.endsWith(e)) {
414
- const i = v[a++],
415
- s = r.getAttribute(t).split(h),
416
- e = /([.?@])?(.*)/.exec(i);
417
- d.push({
411
+ for (; null !== (e = I.nextNode()) && r.length < n;) {
412
+ if (1 === e.nodeType) {
413
+ if (e.hasAttributes()) for (const t of e.getAttributeNames()) if (t.endsWith(f$1)) {
414
+ const i = a[o++],
415
+ s = e.getAttribute(t).split(v),
416
+ n = /([.?@])?(.*)/.exec(i);
417
+ r.push({
418
418
  type: 1,
419
- index: c,
420
- name: e[2],
419
+ index: h,
420
+ name: n[2],
421
421
  strings: s,
422
- ctor: "." === e[1] ? k : "?" === e[1] ? H : "@" === e[1] ? I : R
423
- }), r.removeAttribute(t);
424
- } else t.startsWith(h) && (d.push({
422
+ ctor: "." === n[1] ? Y : "?" === n[1] ? Z : "@" === n[1] ? q : G
423
+ }), e.removeAttribute(t);
424
+ } else t.startsWith(v) && (r.push({
425
425
  type: 6,
426
- index: c
427
- }), r.removeAttribute(t));
428
- if ($.test(r.tagName)) {
429
- const t = r.textContent.split(h),
430
- s = t.length - 1;
431
- if (s > 0) {
432
- r.textContent = i ? i.emptyScript : "";
433
- for (let i = 0; i < s; i++) r.append(t[i], l()), E.nextNode(), d.push({
426
+ index: h
427
+ }), e.removeAttribute(t));
428
+ if (M.test(e.tagName)) {
429
+ const t = e.textContent.split(v),
430
+ i = t.length - 1;
431
+ if (i > 0) {
432
+ e.textContent = c ? c.emptyScript : "";
433
+ for (let s = 0; s < i; s++) e.append(t[s], lt()), I.nextNode(), r.push({
434
434
  type: 2,
435
- index: ++c
435
+ index: ++h
436
436
  });
437
- r.append(t[s], l());
437
+ e.append(t[i], lt());
438
438
  }
439
439
  }
440
- } else if (8 === r.nodeType) if (r.data === o$1) d.push({
440
+ } else if (8 === e.nodeType) if (e.data === m) r.push({
441
441
  type: 2,
442
- index: c
442
+ index: h
443
443
  });else {
444
444
  let t = -1;
445
- for (; -1 !== (t = r.data.indexOf(h, t + 1));) d.push({
445
+ for (; -1 !== (t = e.data.indexOf(v, t + 1));) r.push({
446
446
  type: 7,
447
- index: c
448
- }), t += h.length - 1;
447
+ index: h
448
+ }), t += v.length - 1;
449
449
  }
450
- c++;
450
+ h++;
451
451
  }
452
452
  }
453
453
  static createElement(t, i) {
454
- const s = r$2.createElement("template");
454
+ const s = w.createElement("template");
455
455
  return s.innerHTML = t, s;
456
456
  }
457
457
  }
458
- function N(t, i, s = t, e) {
459
- if (i === w) return i;
460
- let h = void 0 !== e ? s._$Co?.[e] : s._$Cl;
461
- const o = c(i) ? void 0 : i._$litDirective$;
462
- return h?.constructor !== o && (h?._$AO?.(!1), void 0 === o ? h = void 0 : (h = new o(t), h._$AT(t, s, e)), void 0 !== e ? (s._$Co ??= [])[e] = h : s._$Cl = h), void 0 !== h && (i = N(t, h._$AS(t, i.values), h, e)), i;
458
+ function z(t, i, s = t, e) {
459
+ if (i === R) return i;
460
+ let h = void 0 !== e ? s.o?.[e] : s.l;
461
+ const o = st(i) ? void 0 : i._$litDirective$;
462
+ return h?.constructor !== o && (h?._$AO?.(!1), void 0 === o ? h = void 0 : (h = new o(t), h._$AT(t, s, e)), void 0 !== e ? (s.o ??= [])[e] = h : s.l = h), void 0 !== h && (i = z(t, h._$AS(t, i.values), h, e)), i;
463
463
  }
464
- class S {
464
+ class F {
465
465
  constructor(t, i) {
466
466
  this._$AV = [], this._$AN = void 0, this._$AD = t, this._$AM = i;
467
467
  }
@@ -478,32 +478,32 @@ class S {
478
478
  },
479
479
  parts: s
480
480
  } = this._$AD,
481
- e = (t?.creationScope ?? r$2).importNode(i, !0);
482
- E.currentNode = e;
483
- let h = E.nextNode(),
481
+ e = (t?.creationScope ?? w).importNode(i, !0);
482
+ I.currentNode = e;
483
+ let h = I.nextNode(),
484
484
  o = 0,
485
485
  n = 0,
486
- l = s[0];
487
- for (; void 0 !== l;) {
488
- if (o === l.index) {
486
+ r = s[0];
487
+ for (; void 0 !== r;) {
488
+ if (o === r.index) {
489
489
  let i;
490
- 2 === l.type ? i = new M(h, h.nextSibling, this, t) : 1 === l.type ? i = new l.ctor(h, l.name, l.strings, this, t) : 6 === l.type && (i = new L(h, this, t)), this._$AV.push(i), l = s[++n];
490
+ 2 === r.type ? i = new et(h, h.nextSibling, this, t) : 1 === r.type ? i = new r.ctor(h, r.name, r.strings, this, t) : 6 === r.type && (i = new K(h, this, t)), this._$AV.push(i), r = s[++n];
491
491
  }
492
- o !== l?.index && (h = E.nextNode(), o++);
492
+ o !== r?.index && (h = I.nextNode(), o++);
493
493
  }
494
- return E.currentNode = r$2, e;
494
+ return I.currentNode = w, e;
495
495
  }
496
496
  p(t) {
497
497
  let i = 0;
498
498
  for (const s of this._$AV) void 0 !== s && (void 0 !== s.strings ? (s._$AI(t, s, i), i += s.strings.length - 2) : s._$AI(t[i])), i++;
499
499
  }
500
500
  }
501
- class M {
501
+ class et {
502
502
  get _$AU() {
503
- return this._$AM?._$AU ?? this._$Cv;
503
+ return this._$AM?._$AU ?? this.v;
504
504
  }
505
505
  constructor(t, i, s, e) {
506
- this.type = 2, this._$AH = T, this._$AN = void 0, this._$AA = t, this._$AB = i, this._$AM = s, this.options = e, this._$Cv = e?.isConnected ?? !0;
506
+ this.type = 2, this._$AH = D, this._$AN = void 0, this._$AA = t, this._$AB = i, this._$AM = s, this.options = e, this.v = e?.isConnected ?? !0;
507
507
  }
508
508
  get parentNode() {
509
509
  let t = this._$AA.parentNode;
@@ -517,39 +517,39 @@ class M {
517
517
  return this._$AB;
518
518
  }
519
519
  _$AI(t, i = this) {
520
- t = N(this, t, i), c(t) ? t === T || null == t || "" === t ? (this._$AH !== T && this._$AR(), this._$AH = T) : t !== this._$AH && t !== w && this._(t) : void 0 !== t._$litType$ ? this.g(t) : void 0 !== t.nodeType ? this.$(t) : u(t) ? this.T(t) : this._(t);
520
+ t = z(this, t, i), st(t) ? t === D || null == t || "" === t ? (this._$AH !== D && this._$AR(), this._$AH = D) : t !== this._$AH && t !== R && this._(t) : void 0 !== t._$litType$ ? this.$(t) : void 0 !== t.nodeType ? this.T(t) : $(t) ? this.k(t) : this._(t);
521
521
  }
522
- k(t) {
522
+ O(t) {
523
523
  return this._$AA.parentNode.insertBefore(t, this._$AB);
524
524
  }
525
- $(t) {
526
- this._$AH !== t && (this._$AR(), this._$AH = this.k(t));
525
+ T(t) {
526
+ this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
527
527
  }
528
528
  _(t) {
529
- this._$AH !== T && c(this._$AH) ? this._$AA.nextSibling.data = t : this.$(r$2.createTextNode(t)), this._$AH = t;
529
+ this._$AH !== D && st(this._$AH) ? this._$AA.nextSibling.data = t : this.T(w.createTextNode(t)), this._$AH = t;
530
530
  }
531
- g(t) {
531
+ $(t) {
532
532
  const {
533
533
  values: i,
534
534
  _$litType$: s
535
535
  } = t,
536
- e = "number" == typeof s ? this._$AC(t) : (void 0 === s.el && (s.el = V.createElement(C(s.h, s.h[0]), this.options)), s);
536
+ e = "number" == typeof s ? this._$AC(t) : (void 0 === s.el && (s.el = B.createElement(N(s.h, s.h[0]), this.options)), s);
537
537
  if (this._$AH?._$AD === e) this._$AH.p(i);else {
538
- const t = new S(e, this),
538
+ const t = new F(e, this),
539
539
  s = t.u(this.options);
540
- t.p(i), this.$(s), this._$AH = t;
540
+ t.p(i), this.T(s), this._$AH = t;
541
541
  }
542
542
  }
543
543
  _$AC(t) {
544
- let i = A.get(t.strings);
545
- return void 0 === i && A.set(t.strings, i = new V(t)), i;
544
+ let i = V.get(t.strings);
545
+ return void 0 === i && V.set(t.strings, i = new B(t)), i;
546
546
  }
547
- T(t) {
548
- a(this._$AH) || (this._$AH = [], this._$AR());
547
+ k(t) {
548
+ g(this._$AH) || (this._$AH = [], this._$AR());
549
549
  const i = this._$AH;
550
550
  let s,
551
551
  e = 0;
552
- for (const h of t) e === i.length ? i.push(s = new M(this.k(l()), this.k(l()), this, this.options)) : s = i[e], s._$AI(h), e++;
552
+ for (const h of t) e === i.length ? i.push(s = new et(this.O(lt()), this.O(lt()), this, this.options)) : s = i[e], s._$AI(h), e++;
553
553
  e < i.length && (this._$AR(s && s._$AB.nextSibling, e), i.length = e);
554
554
  }
555
555
  _$AR(t = this._$AA.nextSibling, i) {
@@ -559,10 +559,10 @@ class M {
559
559
  }
560
560
  }
561
561
  setConnected(t) {
562
- void 0 === this._$AM && (this._$Cv = t, this._$AP?.(t));
562
+ void 0 === this._$AM && (this.v = t, this._$AP?.(t));
563
563
  }
564
564
  }
565
- class R {
565
+ class G {
566
566
  get tagName() {
567
567
  return this.element.tagName;
568
568
  }
@@ -570,54 +570,54 @@ class R {
570
570
  return this._$AM._$AU;
571
571
  }
572
572
  constructor(t, i, s, e, h) {
573
- this.type = 1, this._$AH = T, this._$AN = void 0, this.element = t, this.name = i, this._$AM = e, this.options = h, s.length > 2 || "" !== s[0] || "" !== s[1] ? (this._$AH = Array(s.length - 1).fill(new String()), this.strings = s) : this._$AH = T;
573
+ this.type = 1, this._$AH = D, this._$AN = void 0, this.element = t, this.name = i, this._$AM = e, this.options = h, s.length > 2 || "" !== s[0] || "" !== s[1] ? (this._$AH = Array(s.length - 1).fill(new String()), this.strings = s) : this._$AH = D;
574
574
  }
575
575
  _$AI(t, i = this, s, e) {
576
576
  const h = this.strings;
577
577
  let o = !1;
578
- if (void 0 === h) t = N(this, t, i, 0), o = !c(t) || t !== this._$AH && t !== w, o && (this._$AH = t);else {
578
+ if (void 0 === h) t = z(this, t, i, 0), o = !st(t) || t !== this._$AH && t !== R, o && (this._$AH = t);else {
579
579
  const e = t;
580
580
  let n, r;
581
- for (t = h[0], n = 0; n < h.length - 1; n++) r = N(this, e[s + n], i, n), r === w && (r = this._$AH[n]), o ||= !c(r) || r !== this._$AH[n], r === T ? t = T : t !== T && (t += (r ?? "") + h[n + 1]), this._$AH[n] = r;
581
+ for (t = h[0], n = 0; n < h.length - 1; n++) r = z(this, e[s + n], i, n), r === R && (r = this._$AH[n]), o ||= !st(r) || r !== this._$AH[n], r === D ? t = D : t !== D && (t += (r ?? "") + h[n + 1]), this._$AH[n] = r;
582
582
  }
583
- o && !e && this.O(t);
583
+ o && !e && this.j(t);
584
584
  }
585
- O(t) {
586
- t === T ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
585
+ j(t) {
586
+ t === D ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, t ?? "");
587
587
  }
588
588
  }
589
- class k extends R {
589
+ class Y extends G {
590
590
  constructor() {
591
591
  super(...arguments), this.type = 3;
592
592
  }
593
- O(t) {
594
- this.element[this.name] = t === T ? void 0 : t;
593
+ j(t) {
594
+ this.element[this.name] = t === D ? void 0 : t;
595
595
  }
596
596
  }
597
- class H extends R {
597
+ class Z extends G {
598
598
  constructor() {
599
599
  super(...arguments), this.type = 4;
600
600
  }
601
- O(t) {
602
- this.element.toggleAttribute(this.name, !!t && t !== T);
601
+ j(t) {
602
+ this.element.toggleAttribute(this.name, !!t && t !== D);
603
603
  }
604
604
  }
605
- class I extends R {
605
+ class q extends G {
606
606
  constructor(t, i, s, e, h) {
607
607
  super(t, i, s, e, h), this.type = 5;
608
608
  }
609
609
  _$AI(t, i = this) {
610
- if ((t = N(this, t, i, 0) ?? T) === w) return;
610
+ if ((t = z(this, t, i, 0) ?? D) === R) return;
611
611
  const s = this._$AH,
612
- e = t === T && s !== T || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive,
613
- h = t !== T && (s === T || e);
612
+ e = t === D && s !== D || t.capture !== s.capture || t.once !== s.once || t.passive !== s.passive,
613
+ h = t !== D && (s === D || e);
614
614
  e && this.element.removeEventListener(this.name, this, s), h && this.element.addEventListener(this.name, this, t), this._$AH = t;
615
615
  }
616
616
  handleEvent(t) {
617
617
  "function" == typeof this._$AH ? this._$AH.call(this.options?.host ?? this.element, t) : this._$AH.handleEvent(t);
618
618
  }
619
619
  }
620
- class L {
620
+ class K {
621
621
  constructor(t, i, s) {
622
622
  this.element = t, this.type = 6, this._$AN = void 0, this._$AM = i, this.options = s;
623
623
  }
@@ -625,17 +625,17 @@ class L {
625
625
  return this._$AM._$AU;
626
626
  }
627
627
  _$AI(t) {
628
- N(this, t);
628
+ z(this, t);
629
629
  }
630
630
  }
631
- const Z = t.litHtmlPolyfillSupport;
632
- Z?.(V, M), (t.litHtmlVersions ??= []).push("3.0.2");
633
- const j = (t, i, s) => {
631
+ const Re = n$1.litHtmlPolyfillSupport;
632
+ Re?.(B, et), (n$1.litHtmlVersions ??= []).push("3.2.0");
633
+ const Q = (t, i, s) => {
634
634
  const e = s?.renderBefore ?? i;
635
635
  let h = e._$litPart$;
636
636
  if (void 0 === h) {
637
637
  const t = s?.renderBefore ?? null;
638
- e._$litPart$ = h = new M(i.insertBefore(l(), t), t, void 0, s ?? {});
638
+ e._$litPart$ = h = new et(i.insertBefore(lt(), t), t, void 0, s ?? {});
639
639
  }
640
640
  return h._$AI(t), h;
641
641
  };
@@ -645,38 +645,38 @@ const j = (t, i, s) => {
645
645
  * Copyright 2017 Google LLC
646
646
  * SPDX-License-Identifier: BSD-3-Clause
647
647
  */
648
- class s extends b {
648
+ class h extends b {
649
649
  constructor() {
650
650
  super(...arguments), this.renderOptions = {
651
651
  host: this
652
- }, this._$Do = void 0;
652
+ }, this.o = void 0;
653
653
  }
654
654
  createRenderRoot() {
655
655
  const t = super.createRenderRoot();
656
656
  return this.renderOptions.renderBefore ??= t.firstChild, t;
657
657
  }
658
658
  update(t) {
659
- const i = this.render();
660
- this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this._$Do = j(i, this.renderRoot, this.renderOptions);
659
+ const e = this.render();
660
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(t), this.o = Q(e, this.renderRoot, this.renderOptions);
661
661
  }
662
662
  connectedCallback() {
663
- super.connectedCallback(), this._$Do?.setConnected(!0);
663
+ super.connectedCallback(), this.o?.setConnected(!0);
664
664
  }
665
665
  disconnectedCallback() {
666
- super.disconnectedCallback(), this._$Do?.setConnected(!1);
666
+ super.disconnectedCallback(), this.o?.setConnected(!1);
667
667
  }
668
668
  render() {
669
- return w;
669
+ return R;
670
670
  }
671
671
  }
672
- s._$litElement$ = !0, s[("finalized")] = !0, globalThis.litElementHydrateSupport?.({
673
- LitElement: s
672
+ h._$litElement$ = !0, h["finalized"] = !0, globalThis.litElementHydrateSupport?.({
673
+ LitElement: h
674
674
  });
675
- const r$1 = globalThis.litElementPolyfillSupport;
676
- r$1?.({
677
- LitElement: s
675
+ const f = globalThis.litElementPolyfillSupport;
676
+ f?.({
677
+ LitElement: h
678
678
  });
679
- (globalThis.litElementVersions ??= []).push("4.0.1");
679
+ (globalThis.litElementVersions ??= []).push("4.1.0");
680
680
 
681
681
  /**
682
682
  * @license
@@ -686,9 +686,9 @@ r$1?.({
686
686
  const o = {
687
687
  attribute: !0,
688
688
  type: String,
689
- converter: u$1,
689
+ converter: u,
690
690
  reflect: !1,
691
- hasChanged: f$1
691
+ hasChanged: f$2
692
692
  },
693
693
  r = (t = o, e, r) => {
694
694
  const {
@@ -706,7 +706,7 @@ const o = {
706
706
  e.set.call(this, r), this.requestUpdate(o, n, t);
707
707
  },
708
708
  init(e) {
709
- return void 0 !== e && this.C(o, void 0, t), e;
709
+ return void 0 !== e && this.P(o, void 0, t), e;
710
710
  }
711
711
  };
712
712
  }
@@ -731,10 +731,10 @@ function n(t) {
731
731
  })(t, e, o);
732
732
  }
733
733
 
734
- class WidgetImage extends s {
734
+ class WidgetImage extends h {
735
735
  constructor() {
736
736
  super(...arguments);
737
- this.version = '1.0.8';
737
+ this.version = '1.1.2';
738
738
  }
739
739
  render() {
740
740
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4;
@@ -742,7 +742,7 @@ class WidgetImage extends s {
742
742
  this.style.setProperty('--re-user-h2-color', (_d = (_c = this.inputData) === null || _c === void 0 ? void 0 : _c.title) === null || _d === void 0 ? void 0 : _d.color);
743
743
  if ((_f = (_e = this.inputData) === null || _e === void 0 ? void 0 : _e.subTitle) === null || _f === void 0 ? void 0 : _f.color)
744
744
  this.style.setProperty('--re-user-p-color', (_h = (_g = this.inputData) === null || _g === void 0 ? void 0 : _g.subTitle) === null || _h === void 0 ? void 0 : _h.color);
745
- return x `
745
+ return ke `
746
746
  <div class="wrapper">
747
747
  <h3
748
748
  class="paging"
@@ -767,7 +767,7 @@ class WidgetImage extends s {
767
767
  `;
768
768
  }
769
769
  }
770
- WidgetImage.styles = i$2 `
770
+ WidgetImage.styles = i$1 `
771
771
  :host {
772
772
  display: block;
773
773
  font-family: sans-serif;
@@ -822,7 +822,7 @@ WidgetImage.styles = i$2 `
822
822
  __decorate([
823
823
  n({ type: Object })
824
824
  ], WidgetImage.prototype, "inputData", void 0);
825
- window.customElements.define('widget-image-1.0.8', WidgetImage);
825
+ window.customElements.define('widget-image-1.1.2', WidgetImage);
826
826
 
827
827
  export { WidgetImage };
828
828
  //# sourceMappingURL=widget-image.js.map