Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/js/im/component/quotepanel/dist/ |
Upload File : |
(function(t,e){"use strict";e.Vue.component("bx-messenger-quote-panel",{props:{id:{default:0},title:{default:""},description:{default:""},color:{default:""},canClose:{default:true}},methods:{close:function t(e){this.$emit("close",e)}},computed:{formattedTittle:function t(){return this.title?this.title.substr(0,255):this.localize.IM_QUOTE_PANEL_DEFAULT_TITLE},formattedDescription:function t(){return this.description?this.description.substr(0,255):""},localize:function t(){return e.Vue.getFilteredPhrases("IM_QUOTE_PANEL_",this.$root.$bitrixMessages)}},template:'\n\t\t<transition enter-active-class="bx-im-quote-panel-animation-show" leave-active-class="bx-im-quote-panel-animation-close">\t\t\t\t\n\t\t\t<div v-if="id > 0" class="bx-im-quote-panel">\n\t\t\t\t<div class="bx-im-quote-panel-wrap">\n\t\t\t\t\t<div class="bx-im-quote-panel-box" :style="{borderLeftColor: color}">\n\t\t\t\t\t\t<div class="bx-im-quote-panel-box-title" :style="{color: color}">{{formattedTittle}}</div>\n\t\t\t\t\t\t<div class="bx-im-quote-panel-box-desc">{{formattedDescription}}</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div v-if="canClose" class="bx-im-quote-panel-close" @click="close"></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</transition>\n\t'})})(this.window=this.window||{},BX); //# sourceMappingURL=quotepanel.bundle.map.js