@telia-ace/widget-conversation-flamingo 1.0.11 → 1.0.13
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/{conversation-f9d92933.js → conversation-34a9a242.js} +2 -2
- package/dist/{conversation-f9d92933.js.map → conversation-34a9a242.js.map} +1 -1
- package/dist/{index-30c34562.js → index-b8cb68ab.js} +4 -4
- package/dist/{index-30c34562.js.map → index-b8cb68ab.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
|
@@ -5494,8 +5494,8 @@ const ja = (s) => {
|
|
|
5494
5494
|
disconnectedCallback() {
|
|
5495
5495
|
super.disconnectedCallback(), this._propertyChangeListener && this._propertyChangeListener(), this._contextChangeListener && this._contextChangeListener(), this._layoutChangeListener && this._layoutChangeListener(), this._unmountNode && this._unmountNode();
|
|
5496
5496
|
}
|
|
5497
|
-
updated(
|
|
5498
|
-
this.container &&
|
|
5497
|
+
updated() {
|
|
5498
|
+
this.container && this.actions.setContainer(this.container), aa(this.context, this.renderRoot.host), this.renderRoot.host.style.setProperty(
|
|
5499
5499
|
"--width",
|
|
5500
5500
|
this.layout.size === "full" ? "var(--columns, 1)" : `min(${this.layout.size || "var(--columns)"}, var(--columns))`
|
|
5501
5501
|
), ha(this.renderRoot.host, this.properties);
|
|
@@ -5577,7 +5577,7 @@ const ja = (s) => {
|
|
|
5577
5577
|
return oa(
|
|
5578
5578
|
s,
|
|
5579
5579
|
"conversation",
|
|
5580
|
-
import("./conversation-
|
|
5580
|
+
import("./conversation-34a9a242.js"),
|
|
5581
5581
|
(t) => w(void 0, null, function* () {
|
|
5582
5582
|
const e = yield s.getAsync("router"), n = yield ts.getInstance(s), { rehydrate: i = !1 } = t.properties(), o = e.getRouteData().params.id || t.node.name || "component", a = yield n.createController(o, { rehydrate: i }), c = n.registerController(
|
|
5583
5583
|
a,
|
|
@@ -5667,4 +5667,4 @@ export {
|
|
|
5667
5667
|
pa as f,
|
|
5668
5668
|
Ma as r
|
|
5669
5669
|
};
|
|
5670
|
-
//# sourceMappingURL=index-
|
|
5670
|
+
//# sourceMappingURL=index-b8cb68ab.js.map
|