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/main/rating/src/ |
Upload File : |
import { Type } from 'main.core'; import { RatingLike } from './like.js'; import { RatingManager } from './manager.js'; import { RatingRender } from './render.js'; import likeAnimatedEmojiData from '../animations/em_01.json'; import laughAnimatedEmojiData from '../animations/em_02.json'; import wonderAnimatedEmojiData from '../animations/em_03.json'; import cryAnimatedEmojiData from '../animations/em_04.json'; import angryAnimatedEmojiData from '../animations/em_05.json'; import facepalmAnimatedEmojiData from '../animations/em_06.json'; import admireAnimatedEmojiData from '../animations/em_07.json'; export const lottieAnimations = Object.freeze({ like: likeAnimatedEmojiData, laugh: laughAnimatedEmojiData, wonder: wonderAnimatedEmojiData, cry: cryAnimatedEmojiData, angry: angryAnimatedEmojiData, facepalm: facepalmAnimatedEmojiData, admire: admireAnimatedEmojiData, }); if (Type.isUndefined(window.BXRL)) { window.BXRL = {}; } window.BXRL.manager = RatingManager; window.BXRL.render = RatingRender; window.RatingLike = RatingLike;