deep-chat-dev 9.0.82 → 9.0.83
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/custom-elements.json +1779 -1779
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +1 -1
- package/package.json +1 -1
package/dist/deepChat.js
CHANGED
@@ -12246,7 +12246,7 @@ var b = /*#__PURE__*/function (_co) {
|
|
12246
12246
|
key: "onRender",
|
12247
12247
|
value: function onRender() {
|
12248
12248
|
var _this$_activeService, _this$_childElement;
|
12249
|
-
console.log(
|
12249
|
+
console.log(this.shadowRoot), (_this$_activeService = this._activeService) !== null && _this$_activeService !== void 0 ? _this$_activeService : this._activeService = Do.create(this), this._activeService && (this.auxiliaryStyle && !this._auxiliaryStyleApplied && (bi.apply(this.auxiliaryStyle, this.shadowRoot), this._auxiliaryStyleApplied = !0), bi.applyDefaultStyleToComponent(this.style, this.chatStyle), Ae.checkForContainerStyles(this, this._elementRef), this._activeService.key && this._activeService.validateConfigKey ? Ot.render(this._elementRef, this.changeToChatView.bind(this), this._activeService) : !(this._activeService instanceof z) || this._activeService.key ? ((_this$_childElement = this._childElement) !== null && _this$_childElement !== void 0 ? _this$_childElement : this._childElement = this.children[0], Qi.render(this, this._elementRef, this._activeService, this._childElement)) : this._activeService instanceof z && N.render(this._elementRef, this.changeToChatView.bind(this), this._activeService), this._hasBeenRendered = !0, Ui.onRender(this));
|
12250
12250
|
}
|
12251
12251
|
}]);
|
12252
12252
|
return b;
|