"use strict";Component({properties:{sdkInstance:{type:Object,value:null}},data:{},methods:{commentCheck:function(){this.triggerEvent("commentCheck")},openChatInput:function(t){this.triggerEvent("openChatInput",t.detail||{})}}});