File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/im/component/element/attach/src/types/delimiter.js
Back
/** * Bitrix Messenger * Vue component * * Delimiter (attach type) * * @package bitrix * @subpackage im * @copyright 2001-2019 Bitrix */ import "./delimiter.css"; export const AttachTypeDelimiter = { property: 'DELIMITER', name: 'bx-messenger-element-attach-delimiter', component: { props: { config: {type: Object, default: {}}, color: {type: String, default: 'transparent'}, }, computed: { styles() { return { width: this.config.DELIMITER.SIZE? this.config.DELIMITER.SIZE+'px': '', backgroundColor: this.config.DELIMITER.COLOR? this.config.DELIMITER.COLOR: this.color, } } }, template: `<div class="bx-im-element-attach-type-delimiter" :style="styles">Delimiter</div>` }, };
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings