@telia-ace/widget-runtime-flamingo 1.0.13 → 1.0.14
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/{index-0f06391c.js → index-a6e9b2dc.js} +2 -2
- package/dist/{index-0f06391c.js.map → index-a6e9b2dc.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/{render-87d80eab.js → render-f341736f.js} +6 -4
- package/dist/{render-87d80eab.js.map → render-f341736f.js.map} +1 -1
- package/dist/ui/render.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3958,7 +3958,7 @@ class Ro {
|
|
|
3958
3958
|
*/
|
|
3959
3959
|
render() {
|
|
3960
3960
|
const { widgetDOMElement: t, triggerDOMElement: e } = this.options, r = this.container.get("$widget");
|
|
3961
|
-
return t.getAttribute("data-rendered") === "true" ? Promise.resolve() : (e && this.options.triggerType === wt.Badge && co(e), import("./render-
|
|
3961
|
+
return t.getAttribute("data-rendered") === "true" ? Promise.resolve() : (e && this.options.triggerType === wt.Badge && co(e), import("./render-f341736f.js").then((s) => s.default(this.container, t)).then(() => {
|
|
3962
3962
|
if (t.setAttribute("data-rendered", "true"), e && this.options.triggerType === wt.Badge) {
|
|
3963
3963
|
const i = this.options.triggerOptions.openTooltip;
|
|
3964
3964
|
Rr(e, i);
|
|
@@ -4867,4 +4867,4 @@ export {
|
|
|
4867
4867
|
Ma as v,
|
|
4868
4868
|
Xt as x
|
|
4869
4869
|
};
|
|
4870
|
-
//# sourceMappingURL=index-
|
|
4870
|
+
//# sourceMappingURL=index-a6e9b2dc.js.map
|