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/calendar/sync/interface/src/ |
Upload File : |
import 'ui.design-tokens'; import 'ui.fonts.opensans'; import 'ui.icon-set.actions'; import "./css/syncinterface.css"; import SyncPanel from "./syncpanel"; import SyncPanelUnit from "./syncpanelunit"; import AuxiliarySyncPanel from "./auxiliarysyncpanel"; import GridUnit from "./gridunit" import ConnectionControls from "./controls/connectioncontrols"; import MobileSyncBanner from "./controls/mobilesyncbanner"; import CaldavTemplate from "./itemstemplate/caldavtemplate"; import ExchangeTemplate from "./itemstemplate/exchangetemplate"; import GoogleTemplate from "./itemstemplate/googletemplate"; import IcloudTemplate from "./itemstemplate/icloudtemplate"; import Office365template from "./itemstemplate/office365template"; import MacTemplate from "./itemstemplate/mactemplate"; import OutlookTemplate from "./itemstemplate/outlooktemplate"; import YandexTemplate from "./itemstemplate/yandextemplate"; import AndroidTemplate from "./itemstemplate/androidtemplate"; import IphoneTemplate from "./itemstemplate/iphonetemplate"; import IcalSyncPopup from "./controls/icalsyncpopup"; import AfterSyncTour from "./controls/aftersynctour"; import GoogleSyncWizard from "./syncwizard/googlesyncwizard"; import IcloudAuthDialog from "./controls/icloudauthdialog"; export { SyncPanel, SyncPanelUnit, AuxiliarySyncPanel, GridUnit, ConnectionControls, MobileSyncBanner, YandexTemplate, CaldavTemplate, MacTemplate, ExchangeTemplate, GoogleTemplate, IcloudTemplate, OutlookTemplate, IphoneTemplate, AndroidTemplate, IcalSyncPopup, AfterSyncTour, GoogleSyncWizard, Office365template, IcloudAuthDialog };