@telia-ace/widget-runtime-flamingo 1.0.13 → 1.0.15
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-79b338f7.js} +4 -4
- package/dist/{index-0f06391c.js.map → index-79b338f7.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/mixins/widget-component.mixin.d.ts.map +1 -1
- package/dist/{render-87d80eab.js → render-416c8c88.js} +6 -4
- package/dist/{render-87d80eab.js.map → render-416c8c88.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-416c8c88.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);
|
|
@@ -4768,8 +4768,8 @@ const Da = (n) => {
|
|
|
4768
4768
|
disconnectedCallback() {
|
|
4769
4769
|
super.disconnectedCallback(), this._propertyChangeListener && this._propertyChangeListener(), this._contextChangeListener && this._contextChangeListener(), this._layoutChangeListener && this._layoutChangeListener(), this._unmountNode && this._unmountNode();
|
|
4770
4770
|
}
|
|
4771
|
-
updated(
|
|
4772
|
-
this.container &&
|
|
4771
|
+
updated() {
|
|
4772
|
+
this.container && this.actions.setContainer(this.container), sa(this.context, this.renderRoot.host), this.renderRoot.host.style.setProperty(
|
|
4773
4773
|
"--width",
|
|
4774
4774
|
this.layout.size === "full" ? "var(--columns, 1)" : `min(${this.layout.size || "var(--columns)"}, var(--columns))`
|
|
4775
4775
|
), oa(this.renderRoot.host, this.properties);
|
|
@@ -4867,4 +4867,4 @@ export {
|
|
|
4867
4867
|
Ma as v,
|
|
4868
4868
|
Xt as x
|
|
4869
4869
|
};
|
|
4870
|
-
//# sourceMappingURL=index-
|
|
4870
|
+
//# sourceMappingURL=index-79b338f7.js.map
|