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/v2/component/entity-selector/ |
Upload File : |
<?php use Bitrix\Main\Config\Option; use Bitrix\Main\Loader; if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) { die(); } $isPhoneInviteAvailable = Loader::includeModule("bitrix24") && Option::get('bitrix24', 'phone_invite_allowed', 'N') === 'Y'; $isInviteLinkAvailable = Loader::includeModule("bitrix24") && Option::get("socialservices", "new_user_registration_network", "N") === 'Y'; return [ 'css' => 'dist/registry.bundle.css', 'js' => 'dist/registry.bundle.js', 'rel' => [ 'im.v2.provider.service.chat', 'ui.entity-selector', 'im.v2.lib.channel', 'main.core', 'intranet.invitation-input', 'im.v2.application.core', 'im.v2.lib.helpdesk', 'im.v2.component.elements.scroll-with-gradient', 'ui.vue3.directives.hint', 'ui.info-helper', 'im.v2.lib.permission', 'im.v2.lib.feature', 'im.v2.lib.notifier', 'im.v2.component.elements.button', 'im.v2.lib.rest', 'im.v2.lib.utils', 'main.popup', 'im.v2.component.elements.popup', 'main.core.events', 'im.public', 'im.v2.const', 'im.v2.lib.analytics', 'im.v2.component.search', ], 'settings' => [ 'isPhoneInviteAvailable' => $isPhoneInviteAvailable, 'isInviteLinkAvailable' => $isInviteLinkAvailable, ], 'skip_core' => false, ];