@telia-ace/widget-runtime-flamingo 1.0.48 → 1.0.49
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.
|
@@ -2361,7 +2361,9 @@ class H extends Q {
|
|
|
2361
2361
|
e && ts(e.context, this);
|
|
2362
2362
|
}
|
|
2363
2363
|
async _renderSymbol(t) {
|
|
2364
|
-
const e = async (s) => await import("./index-5087564d.mjs").then(
|
|
2364
|
+
const e = async (s) => await import("./index-5087564d.mjs").then(
|
|
2365
|
+
(r) => r[s]
|
|
2366
|
+
);
|
|
2365
2367
|
if (t) {
|
|
2366
2368
|
const { type: s, content: i } = t;
|
|
2367
2369
|
switch (s) {
|
|
@@ -2586,7 +2588,7 @@ class Sn {
|
|
|
2586
2588
|
*/
|
|
2587
2589
|
render() {
|
|
2588
2590
|
const { widgetDOMElement: t, triggerDOMElement: e } = this.options, s = this.container.get("$widget");
|
|
2589
|
-
return t.getAttribute("data-rendered") === "true" ? Promise.resolve() : (e && this.options.triggerType === j.Badge && tn(e), import("./render-
|
|
2591
|
+
return t.getAttribute("data-rendered") === "true" ? Promise.resolve() : (e && this.options.triggerType === j.Badge && tn(e), import("./render-55cd6ed9.mjs").then((i) => i.default(this.container, t)).then(() => {
|
|
2590
2592
|
if (t.setAttribute("data-rendered", "true"), e && this.options.triggerType === j.Badge) {
|
|
2591
2593
|
const r = this.options.triggerOptions.openTooltip;
|
|
2592
2594
|
Je(e, r);
|
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as a, D as o, h as r, G as s, h as i, W as n, j as d, c as C, l as c, u as x, v as l, k as p, o as W, q as g } from "./index-
|
|
1
|
+
import { r as a, D as o, h as r, G as s, h as i, W as n, j as d, c as C, l as c, u as x, v as l, k as p, o as W, q as g } from "./index-2f951bfa.mjs";
|
|
2
2
|
export {
|
|
3
3
|
a as ActionsController,
|
|
4
4
|
o as DataProvider,
|
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as L, t as D, e as A, A as y, s as P, a as Y, c as M, p as T, m as f, x as v, b as R, n as j, d as u, T as w, W as z, f as E, g as N } from "./index-
|
|
1
|
+
import { i as L, t as D, e as A, A as y, s as P, a as Y, c as M, p as T, m as f, x as v, b as R, n as j, d as u, T as w, W as z, f as E, g as N } from "./index-2f951bfa.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright 2017 Google LLC
|