agora-ui-foundation 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/Icon-text/index.css +35 -0
- package/lib/components/Icon-text/index.d.ts +25 -0
- package/lib/components/Icon-text/index.js +78 -0
- package/lib/components/Icon-text/index.stories.d.ts +5 -0
- package/lib/components/Icon-text/index.stories.js +69 -0
- package/lib/components/action-bar/board/index.d.ts +4 -0
- package/lib/components/action-bar/board/index.js +34 -0
- package/lib/components/action-bar/breakout-room/index.d.ts +4 -0
- package/lib/components/action-bar/breakout-room/index.js +32 -0
- package/lib/components/action-bar/chat/index.css +67 -0
- package/lib/components/action-bar/chat/index.d.ts +5 -0
- package/lib/components/action-bar/chat/index.js +134 -0
- package/lib/components/action-bar/device/index.css +149 -0
- package/lib/components/action-bar/device/index.d.ts +9 -0
- package/lib/components/action-bar/device/index.js +419 -0
- package/lib/components/action-bar/end/index.d.ts +1 -0
- package/lib/components/action-bar/end/index.js +26 -0
- package/lib/components/action-bar/index.css +92 -0
- package/lib/components/action-bar/index.d.ts +20 -0
- package/lib/components/action-bar/index.js +166 -0
- package/lib/components/action-bar/index.stories.d.ts +6 -0
- package/lib/components/action-bar/index.stories.js +42 -0
- package/lib/components/action-bar/item-placement.d.ts +8 -0
- package/lib/components/action-bar/item-placement.js +18 -0
- package/lib/components/action-bar/item.d.ts +21 -0
- package/lib/components/action-bar/item.js +113 -0
- package/lib/components/action-bar/more/index.d.ts +4 -0
- package/lib/components/action-bar/more/index.js +48 -0
- package/lib/components/action-bar/participants/index.d.ts +4 -0
- package/lib/components/action-bar/participants/index.js +55 -0
- package/lib/components/action-bar/record/index.css +15 -0
- package/lib/components/action-bar/record/index.d.ts +5 -0
- package/lib/components/action-bar/record/index.js +34 -0
- package/lib/components/action-bar/respond/index.d.ts +4 -0
- package/lib/components/action-bar/respond/index.js +32 -0
- package/lib/components/action-bar/screen-share/index.d.ts +4 -0
- package/lib/components/action-bar/screen-share/index.js +32 -0
- package/lib/components/action-bar/security/index.d.ts +4 -0
- package/lib/components/action-bar/security/index.js +110 -0
- package/lib/components/action-bar/settings/index.d.ts +4 -0
- package/lib/components/action-bar/settings/index.js +32 -0
- package/lib/components/action-phone/index.css +55 -0
- package/lib/components/action-phone/index.d.ts +12 -0
- package/lib/components/action-phone/index.js +78 -0
- package/lib/components/action-phone/index.stories.d.ts +11 -0
- package/lib/components/action-phone/index.stories.js +55 -0
- package/lib/components/avatar/helper.d.ts +2 -0
- package/lib/components/avatar/helper.js +46 -0
- package/lib/components/avatar/index.css +9 -0
- package/lib/components/avatar/index.d.ts +11 -0
- package/lib/components/avatar/index.js +40 -0
- package/lib/components/avatar/index.stories.d.ts +13 -0
- package/lib/components/avatar/index.stories.js +50 -0
- package/lib/components/avatar-icon/index.css +13 -0
- package/lib/components/avatar-icon/index.d.ts +8 -0
- package/lib/components/avatar-icon/index.js +33 -0
- package/lib/components/avatar-icon/index.stories.d.ts +12 -0
- package/lib/components/avatar-icon/index.stories.js +37 -0
- package/lib/components/blinking-box/index.css +85 -0
- package/lib/components/blinking-box/index.d.ts +13 -0
- package/lib/components/blinking-box/index.js +47 -0
- package/lib/components/blinking-box/index.stories.d.ts +5 -0
- package/lib/components/blinking-box/index.stories.js +121 -0
- package/lib/components/button/action.d.ts +11 -0
- package/lib/components/button/action.js +50 -0
- package/lib/components/button/index.css +576 -0
- package/lib/components/button/index.d.ts +87 -0
- package/lib/components/button/index.js +132 -0
- package/lib/components/button/index.stories.d.ts +6 -0
- package/lib/components/button/index.stories.js +212 -0
- package/lib/components/card/index.css +74 -0
- package/lib/components/card/index.d.ts +13 -0
- package/lib/components/card/index.js +41 -0
- package/lib/components/chat-manager/index.css +39 -0
- package/lib/components/chat-manager/index.d.ts +10 -0
- package/lib/components/chat-manager/index.js +156 -0
- package/lib/components/chat-wrapper/chat-top.d.ts +2 -0
- package/lib/components/chat-wrapper/chat-top.js +59 -0
- package/lib/components/chat-wrapper/index.css +96 -0
- package/lib/components/chat-wrapper/index.d.ts +26 -0
- package/lib/components/chat-wrapper/index.js +228 -0
- package/lib/components/chat-wrapper/index.stories.d.ts +5 -0
- package/lib/components/chat-wrapper/index.stories.js +56 -0
- package/lib/components/checkbox/index.css +76 -0
- package/lib/components/checkbox/index.d.ts +13 -0
- package/lib/components/checkbox/index.js +93 -0
- package/lib/components/checkbox/index.stories.d.ts +6 -0
- package/lib/components/checkbox/index.stories.js +43 -0
- package/lib/components/confirm-content/index.css +79 -0
- package/lib/components/confirm-content/index.d.ts +48 -0
- package/lib/components/confirm-content/index.js +123 -0
- package/lib/components/confirm-content/index.stories.d.ts +4 -0
- package/lib/components/confirm-content/index.stories.js +25 -0
- package/lib/components/device-pretest/index.css +99 -0
- package/lib/components/device-pretest/index.d.ts +30 -0
- package/lib/components/device-pretest/index.js +134 -0
- package/lib/components/device-pretest-settings/index.css +0 -0
- package/lib/components/device-pretest-settings/index.d.ts +28 -0
- package/lib/components/device-pretest-settings/index.js +64 -0
- package/lib/components/device-settings/audio-settings/audio-settings.d.ts +3 -0
- package/lib/components/device-settings/audio-settings/audio-settings.js +227 -0
- package/lib/components/device-settings/audio-settings/index.css +113 -0
- package/lib/components/device-settings/audio-settings/microphone-detection.d.ts +2 -0
- package/lib/components/device-settings/audio-settings/microphone-detection.js +71 -0
- package/lib/components/device-settings/audio-settings/speaker-detection.d.ts +2 -0
- package/lib/components/device-settings/audio-settings/speaker-detection.js +71 -0
- package/lib/components/device-settings/common/advance-link.d.ts +3 -0
- package/lib/components/device-settings/common/advance-link.js +27 -0
- package/lib/components/device-settings/common/index.css +27 -0
- package/lib/components/device-settings/common/my-i18n.d.ts +52 -0
- package/lib/components/device-settings/common/my-i18n.js +62 -0
- package/lib/components/device-settings/common/useNamespace.d.ts +15 -0
- package/lib/components/device-settings/common/useNamespace.js +66 -0
- package/lib/components/device-settings/dialog-wrapper.d.ts +2 -0
- package/lib/components/device-settings/dialog-wrapper.js +59 -0
- package/lib/components/device-settings/index.css +89 -0
- package/lib/components/device-settings/index.stories.d.ts +6 -0
- package/lib/components/device-settings/index.stories.js +26 -0
- package/lib/components/device-settings/video-settings/camera-select.d.ts +2 -0
- package/lib/components/device-settings/video-settings/camera-select.js +41 -0
- package/lib/components/device-settings/video-settings/index.css +94 -0
- package/lib/components/device-settings/video-settings/local-video-player.d.ts +2 -0
- package/lib/components/device-settings/video-settings/local-video-player.js +16 -0
- package/lib/components/device-settings/video-settings/mirror-toggle.d.ts +2 -0
- package/lib/components/device-settings/video-settings/mirror-toggle.js +64 -0
- package/lib/components/device-settings/video-settings/video-settings-basic.d.ts +2 -0
- package/lib/components/device-settings/video-settings/video-settings-basic.js +86 -0
- package/lib/components/device-settings/video-settings/video-settings.d.ts +3 -0
- package/lib/components/device-settings/video-settings/video-settings.js +76 -0
- package/lib/components/device-settings/view.d.ts +3 -0
- package/lib/components/device-settings/view.js +84 -0
- package/lib/components/dialog/basic-confirm-dialog.css +34 -0
- package/lib/components/dialog/basic-confirm-dialog.d.ts +14 -0
- package/lib/components/dialog/basic-confirm-dialog.js +52 -0
- package/lib/components/dialog/class-dialog.css +41 -0
- package/lib/components/dialog/class-dialog.d.ts +51 -0
- package/lib/components/dialog/class-dialog.js +81 -0
- package/lib/components/dialog/confirm-dialog.css +38 -0
- package/lib/components/dialog/confirm-dialog.d.ts +70 -0
- package/lib/components/dialog/confirm-dialog.js +101 -0
- package/lib/components/dialog/confirm.d.ts +46 -0
- package/lib/components/dialog/confirm.js +159 -0
- package/lib/components/dialog/draggable-dialog.css +17 -0
- package/lib/components/dialog/draggable-dialog.d.ts +10 -0
- package/lib/components/dialog/draggable-dialog.js +48 -0
- package/lib/components/dialog/global-dialog.css +63 -0
- package/lib/components/dialog/global-dialog.d.ts +11 -0
- package/lib/components/dialog/global-dialog.js +49 -0
- package/lib/components/dialog/index.css +152 -0
- package/lib/components/dialog/index.d.ts +70 -0
- package/lib/components/dialog/index.js +117 -0
- package/lib/components/dialog/index.stories.d.ts +4 -0
- package/lib/components/dialog/index.stories.js +159 -0
- package/lib/components/divider/index.css +39 -0
- package/lib/components/divider/index.d.ts +11 -0
- package/lib/components/divider/index.js +65 -0
- package/lib/components/divider/index.stories.d.ts +6 -0
- package/lib/components/divider/index.stories.js +42 -0
- package/lib/components/drop-menu/index.css +93 -0
- package/lib/components/drop-menu/index.d.ts +23 -0
- package/lib/components/drop-menu/index.js +74 -0
- package/lib/components/drop-menu/index.stories.d.ts +6 -0
- package/lib/components/drop-menu/index.stories.js +108 -0
- package/lib/components/icon/index.d.ts +12 -0
- package/lib/components/icon/index.js +49 -0
- package/lib/components/icon/index.stories.d.ts +6 -0
- package/lib/components/icon/index.stories.js +55 -0
- package/lib/components/icon/mic.d.ts +7 -0
- package/lib/components/icon/mic.js +63 -0
- package/lib/components/icon/paths/fcr_alf2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_alf2.js +25 -0
- package/lib/components/icon/paths/fcr_all_mute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_all_mute.js +22 -0
- package/lib/components/icon/paths/fcr_all_unmute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_all_unmute.js +22 -0
- package/lib/components/icon/paths/fcr_allleave.d.ts +3 -0
- package/lib/components/icon/paths/fcr_allleave.js +34 -0
- package/lib/components/icon/paths/fcr_angle_tips.d.ts +3 -0
- package/lib/components/icon/paths/fcr_angle_tips.js +38 -0
- package/lib/components/icon/paths/fcr_attach.d.ts +3 -0
- package/lib/components/icon/paths/fcr_attach.js +26 -0
- package/lib/components/icon/paths/fcr_background2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_background2.js +22 -0
- package/lib/components/icon/paths/fcr_beauty.d.ts +3 -0
- package/lib/components/icon/paths/fcr_beauty.js +22 -0
- package/lib/components/icon/paths/fcr_beauty_blush.d.ts +3 -0
- package/lib/components/icon/paths/fcr_beauty_blush.js +86 -0
- package/lib/components/icon/paths/fcr_beauty_retouch.d.ts +3 -0
- package/lib/components/icon/paths/fcr_beauty_retouch.js +76 -0
- package/lib/components/icon/paths/fcr_bell.d.ts +3 -0
- package/lib/components/icon/paths/fcr_bell.js +62 -0
- package/lib/components/icon/paths/fcr_btn_loading.d.ts +3 -0
- package/lib/components/icon/paths/fcr_btn_loading.js +44 -0
- package/lib/components/icon/paths/fcr_camera.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera.js +22 -0
- package/lib/components/icon/paths/fcr_camera3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera3.js +42 -0
- package/lib/components/icon/paths/fcr_camera_window_loading.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera_window_loading.js +22 -0
- package/lib/components/icon/paths/fcr_camera_window_not.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera_window_not.js +22 -0
- package/lib/components/icon/paths/fcr_camera_window_notwork.d.ts +3 -0
- package/lib/components/icon/paths/fcr_camera_window_notwork.js +22 -0
- package/lib/components/icon/paths/fcr_cameracrash.d.ts +3 -0
- package/lib/components/icon/paths/fcr_cameracrash.js +28 -0
- package/lib/components/icon/paths/fcr_cameraoff.d.ts +3 -0
- package/lib/components/icon/paths/fcr_cameraoff.js +28 -0
- package/lib/components/icon/paths/fcr_chat.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat.js +23 -0
- package/lib/components/icon/paths/fcr_chat2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat2.js +22 -0
- package/lib/components/icon/paths/fcr_chat_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat_on.js +23 -0
- package/lib/components/icon/paths/fcr_chat_placeholder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat_placeholder.js +55 -0
- package/lib/components/icon/paths/fcr_chat_reddot.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chat_reddot.js +32 -0
- package/lib/components/icon/paths/fcr_checkbox_check.d.ts +3 -0
- package/lib/components/icon/paths/fcr_checkbox_check.js +21 -0
- package/lib/components/icon/paths/fcr_chexbox_indeterminate.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chexbox_indeterminate.js +24 -0
- package/lib/components/icon/paths/fcr_chooseit.d.ts +3 -0
- package/lib/components/icon/paths/fcr_chooseit.js +22 -0
- package/lib/components/icon/paths/fcr_clock.d.ts +3 -0
- package/lib/components/icon/paths/fcr_clock.js +27 -0
- package/lib/components/icon/paths/fcr_close.d.ts +3 -0
- package/lib/components/icon/paths/fcr_close.js +22 -0
- package/lib/components/icon/paths/fcr_cloudrecord.d.ts +3 -0
- package/lib/components/icon/paths/fcr_cloudrecord.js +22 -0
- package/lib/components/icon/paths/fcr_colon.d.ts +3 -0
- package/lib/components/icon/paths/fcr_colon.js +29 -0
- package/lib/components/icon/paths/fcr_computerdata.d.ts +3 -0
- package/lib/components/icon/paths/fcr_computerdata.js +22 -0
- package/lib/components/icon/paths/fcr_copy.d.ts +3 -0
- package/lib/components/icon/paths/fcr_copy.js +29 -0
- package/lib/components/icon/paths/fcr_countdown_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_countdown_down.js +33 -0
- package/lib/components/icon/paths/fcr_countdown_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_countdown_up.js +33 -0
- package/lib/components/icon/paths/fcr_delete3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_delete3.js +22 -0
- package/lib/components/icon/paths/fcr_deviceaudiooff.d.ts +3 -0
- package/lib/components/icon/paths/fcr_deviceaudiooff.js +22 -0
- package/lib/components/icon/paths/fcr_deviceaudioon.d.ts +3 -0
- package/lib/components/icon/paths/fcr_deviceaudioon.js +20 -0
- package/lib/components/icon/paths/fcr_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_down.js +22 -0
- package/lib/components/icon/paths/fcr_down1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_down1.js +23 -0
- package/lib/components/icon/paths/fcr_download.d.ts +3 -0
- package/lib/components/icon/paths/fcr_download.js +23 -0
- package/lib/components/icon/paths/fcr_dropdown.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropdown.js +20 -0
- package/lib/components/icon/paths/fcr_dropdown2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropdown2.js +33 -0
- package/lib/components/icon/paths/fcr_dropdown4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropdown4.js +20 -0
- package/lib/components/icon/paths/fcr_dropup4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_dropup4.js +20 -0
- package/lib/components/icon/paths/fcr_emo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_emo.js +37 -0
- package/lib/components/icon/paths/fcr_endmeeting.d.ts +3 -0
- package/lib/components/icon/paths/fcr_endmeeting.js +20 -0
- package/lib/components/icon/paths/fcr_equalratio.d.ts +3 -0
- package/lib/components/icon/paths/fcr_equalratio.js +22 -0
- package/lib/components/icon/paths/fcr_exclamationmask.d.ts +3 -0
- package/lib/components/icon/paths/fcr_exclamationmask.js +22 -0
- package/lib/components/icon/paths/fcr_file.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file.js +22 -0
- package/lib/components/icon/paths/fcr_file_ah5.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_ah5.js +26 -0
- package/lib/components/icon/paths/fcr_file_alf.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_alf.js +32 -0
- package/lib/components/icon/paths/fcr_file_audio.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_audio.js +26 -0
- package/lib/components/icon/paths/fcr_file_doc.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_doc.js +32 -0
- package/lib/components/icon/paths/fcr_file_excel.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_excel.js +26 -0
- package/lib/components/icon/paths/fcr_file_noformat.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_noformat.js +28 -0
- package/lib/components/icon/paths/fcr_file_pdf.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_pdf.js +32 -0
- package/lib/components/icon/paths/fcr_file_photo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_photo.js +28 -0
- package/lib/components/icon/paths/fcr_file_ppt.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_ppt.js +32 -0
- package/lib/components/icon/paths/fcr_file_video.d.ts +3 -0
- package/lib/components/icon/paths/fcr_file_video.js +31 -0
- package/lib/components/icon/paths/fcr_focusonhim.d.ts +3 -0
- package/lib/components/icon/paths/fcr_focusonhim.js +22 -0
- package/lib/components/icon/paths/fcr_fourwindows.d.ts +3 -0
- package/lib/components/icon/paths/fcr_fourwindows.js +22 -0
- package/lib/components/icon/paths/fcr_fourwindows2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_fourwindows2.js +21 -0
- package/lib/components/icon/paths/fcr_fullcoverage.d.ts +3 -0
- package/lib/components/icon/paths/fcr_fullcoverage.js +22 -0
- package/lib/components/icon/paths/fcr_gotostage.d.ts +3 -0
- package/lib/components/icon/paths/fcr_gotostage.js +22 -0
- package/lib/components/icon/paths/fcr_gotostage_not.d.ts +3 -0
- package/lib/components/icon/paths/fcr_gotostage_not.js +22 -0
- package/lib/components/icon/paths/fcr_gotostage_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_gotostage_on.js +22 -0
- package/lib/components/icon/paths/fcr_grid_big.d.ts +3 -0
- package/lib/components/icon/paths/fcr_grid_big.js +20 -0
- package/lib/components/icon/paths/fcr_head.d.ts +3 -0
- package/lib/components/icon/paths/fcr_head.js +20 -0
- package/lib/components/icon/paths/fcr_helpquestion.d.ts +3 -0
- package/lib/components/icon/paths/fcr_helpquestion.js +34 -0
- package/lib/components/icon/paths/fcr_hidevideo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_hidevideo.js +27 -0
- package/lib/components/icon/paths/fcr_home_code2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_home_code2.js +27 -0
- package/lib/components/icon/paths/fcr_host.d.ts +3 -0
- package/lib/components/icon/paths/fcr_host.js +20 -0
- package/lib/components/icon/paths/fcr_left.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left.js +35 -0
- package/lib/components/icon/paths/fcr_left1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left1.js +35 -0
- package/lib/components/icon/paths/fcr_left3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left3.js +20 -0
- package/lib/components/icon/paths/fcr_left4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_left4.js +22 -0
- package/lib/components/icon/paths/fcr_link.d.ts +3 -0
- package/lib/components/icon/paths/fcr_link.js +33 -0
- package/lib/components/icon/paths/fcr_list_delete.d.ts +3 -0
- package/lib/components/icon/paths/fcr_list_delete.js +25 -0
- package/lib/components/icon/paths/fcr_list_on_right_big.d.ts +3 -0
- package/lib/components/icon/paths/fcr_list_on_right_big.js +20 -0
- package/lib/components/icon/paths/fcr_list_on_top_big.d.ts +3 -0
- package/lib/components/icon/paths/fcr_list_on_top_big.js +21 -0
- package/lib/components/icon/paths/fcr_live.d.ts +3 -0
- package/lib/components/icon/paths/fcr_live.js +23 -0
- package/lib/components/icon/paths/fcr_liveicon.d.ts +3 -0
- package/lib/components/icon/paths/fcr_liveicon.js +22 -0
- package/lib/components/icon/paths/fcr_loading.d.ts +3 -0
- package/lib/components/icon/paths/fcr_loading.js +40 -0
- package/lib/components/icon/paths/fcr_lower_hand.d.ts +3 -0
- package/lib/components/icon/paths/fcr_lower_hand.js +28 -0
- package/lib/components/icon/paths/fcr_minus.d.ts +3 -0
- package/lib/components/icon/paths/fcr_minus.js +24 -0
- package/lib/components/icon/paths/fcr_mirrorimage_left.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mirrorimage_left.js +22 -0
- package/lib/components/icon/paths/fcr_mirrorimage_off.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mirrorimage_off.js +30 -0
- package/lib/components/icon/paths/fcr_mirrorimage_off.svg +4 -0
- package/lib/components/icon/paths/fcr_mirrorimage_right.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mirrorimage_right.js +34 -0
- package/lib/components/icon/paths/fcr_mobile_camera2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_camera2.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_chat2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_chat2.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_chat3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_chat3.js +36 -0
- package/lib/components/icon/paths/fcr_mobile_duplicate.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_duplicate.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_more.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_more.js +32 -0
- package/lib/components/icon/paths/fcr_mobile_sharescreen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_sharescreen.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_redo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_redo.js +22 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_undo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mobile_whiteboard_undo.js +22 -0
- package/lib/components/icon/paths/fcr_more2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_more2.js +22 -0
- package/lib/components/icon/paths/fcr_move.d.ts +3 -0
- package/lib/components/icon/paths/fcr_move.js +22 -0
- package/lib/components/icon/paths/fcr_moveto.d.ts +3 -0
- package/lib/components/icon/paths/fcr_moveto.js +22 -0
- package/lib/components/icon/paths/fcr_mute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mute.js +23 -0
- package/lib/components/icon/paths/fcr_mutecrash.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mutecrash.js +35 -0
- package/lib/components/icon/paths/fcr_mutedefault.d.ts +3 -0
- package/lib/components/icon/paths/fcr_mutedefault.js +26 -0
- package/lib/components/icon/paths/fcr_nomute.d.ts +3 -0
- package/lib/components/icon/paths/fcr_nomute.js +25 -0
- package/lib/components/icon/paths/fcr_notice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_notice.js +20 -0
- package/lib/components/icon/paths/fcr_oneleave.d.ts +3 -0
- package/lib/components/icon/paths/fcr_oneleave.js +22 -0
- package/lib/components/icon/paths/fcr_openfile.d.ts +3 -0
- package/lib/components/icon/paths/fcr_openfile.js +23 -0
- package/lib/components/icon/paths/fcr_order_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_order_down.js +20 -0
- package/lib/components/icon/paths/fcr_order_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_order_up.js +20 -0
- package/lib/components/icon/paths/fcr_pause2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pause2.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_1size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_1size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_2size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_2size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_3size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_3size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_curve_4size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_curve_4size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_1size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_1size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_2size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_2size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_3size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_3size.js +23 -0
- package/lib/components/icon/paths/fcr_pen_line_4size.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pen_line_4size.js +23 -0
- package/lib/components/icon/paths/fcr_pensize.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pensize.js +27 -0
- package/lib/components/icon/paths/fcr_pensize_straight.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pensize_straight.js +26 -0
- package/lib/components/icon/paths/fcr_people.d.ts +3 -0
- package/lib/components/icon/paths/fcr_people.js +22 -0
- package/lib/components/icon/paths/fcr_phonecall1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall1.js +21 -0
- package/lib/components/icon/paths/fcr_phonecall2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall2.js +22 -0
- package/lib/components/icon/paths/fcr_phonecall3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall3.js +23 -0
- package/lib/components/icon/paths/fcr_phonecall_silence.d.ts +3 -0
- package/lib/components/icon/paths/fcr_phonecall_silence.js +22 -0
- package/lib/components/icon/paths/fcr_picture.d.ts +3 -0
- package/lib/components/icon/paths/fcr_picture.js +28 -0
- package/lib/components/icon/paths/fcr_pin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pin.js +22 -0
- package/lib/components/icon/paths/fcr_pinpage.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pinpage.js +20 -0
- package/lib/components/icon/paths/fcr_pinpage2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_pinpage2.js +20 -0
- package/lib/components/icon/paths/fcr_platform.d.ts +3 -0
- package/lib/components/icon/paths/fcr_platform.js +20 -0
- package/lib/components/icon/paths/fcr_ppt_broken.d.ts +3 -0
- package/lib/components/icon/paths/fcr_ppt_broken.js +24 -0
- package/lib/components/icon/paths/fcr_question.d.ts +3 -0
- package/lib/components/icon/paths/fcr_question.js +20 -0
- package/lib/components/icon/paths/fcr_question2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_question2.js +23 -0
- package/lib/components/icon/paths/fcr_quit2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_quit2.js +22 -0
- package/lib/components/icon/paths/fcr_raisehands.d.ts +3 -0
- package/lib/components/icon/paths/fcr_raisehands.js +22 -0
- package/lib/components/icon/paths/fcr_recording_end.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_end.js +24 -0
- package/lib/components/icon/paths/fcr_recording_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_on.js +22 -0
- package/lib/components/icon/paths/fcr_recording_play.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_play.js +20 -0
- package/lib/components/icon/paths/fcr_recording_play2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_play2.js +22 -0
- package/lib/components/icon/paths/fcr_recording_stop.d.ts +3 -0
- package/lib/components/icon/paths/fcr_recording_stop.js +22 -0
- package/lib/components/icon/paths/fcr_remove_pin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_remove_pin.js +27 -0
- package/lib/components/icon/paths/fcr_rename.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rename.js +22 -0
- package/lib/components/icon/paths/fcr_reset.d.ts +3 -0
- package/lib/components/icon/paths/fcr_reset.js +20 -0
- package/lib/components/icon/paths/fcr_reverseorder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_reverseorder.js +20 -0
- package/lib/components/icon/paths/fcr_reward.d.ts +3 -0
- package/lib/components/icon/paths/fcr_reward.js +22 -0
- package/lib/components/icon/paths/fcr_rewardall.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rewardall.js +27 -0
- package/lib/components/icon/paths/fcr_right.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right.js +35 -0
- package/lib/components/icon/paths/fcr_right2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right2.js +35 -0
- package/lib/components/icon/paths/fcr_right3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right3.js +20 -0
- package/lib/components/icon/paths/fcr_right4.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right4.js +22 -0
- package/lib/components/icon/paths/fcr_right5.d.ts +3 -0
- package/lib/components/icon/paths/fcr_right5.js +20 -0
- package/lib/components/icon/paths/fcr_rightwindows.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rightwindows.js +22 -0
- package/lib/components/icon/paths/fcr_rotatingvideo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_rotatingvideo.js +22 -0
- package/lib/components/icon/paths/fcr_screenshare_change1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screenshare_change1.js +22 -0
- package/lib/components/icon/paths/fcr_screenshare_change2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screenshare_change2.js +22 -0
- package/lib/components/icon/paths/fcr_screensharing.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screensharing.js +22 -0
- package/lib/components/icon/paths/fcr_screensharing_1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screensharing_1.js +22 -0
- package/lib/components/icon/paths/fcr_screensharing_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_screensharing_on.js +22 -0
- package/lib/components/icon/paths/fcr_security.d.ts +3 -0
- package/lib/components/icon/paths/fcr_security.js +20 -0
- package/lib/components/icon/paths/fcr_send.d.ts +3 -0
- package/lib/components/icon/paths/fcr_send.js +20 -0
- package/lib/components/icon/paths/fcr_setting.d.ts +3 -0
- package/lib/components/icon/paths/fcr_setting.js +20 -0
- package/lib/components/icon/paths/fcr_setting_none.d.ts +3 -0
- package/lib/components/icon/paths/fcr_setting_none.js +22 -0
- package/lib/components/icon/paths/fcr_share.d.ts +3 -0
- package/lib/components/icon/paths/fcr_share.js +22 -0
- package/lib/components/icon/paths/fcr_sharingbar_down.d.ts +3 -0
- package/lib/components/icon/paths/fcr_sharingbar_down.js +20 -0
- package/lib/components/icon/paths/fcr_sharingbar_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_sharingbar_up.js +20 -0
- package/lib/components/icon/paths/fcr_showvideo.d.ts +3 -0
- package/lib/components/icon/paths/fcr_showvideo.js +22 -0
- package/lib/components/icon/paths/fcr_sipdevice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_sipdevice.js +28 -0
- package/lib/components/icon/paths/fcr_smooth.d.ts +3 -0
- package/lib/components/icon/paths/fcr_smooth.js +70 -0
- package/lib/components/icon/paths/fcr_star.d.ts +3 -0
- package/lib/components/icon/paths/fcr_star.js +20 -0
- package/lib/components/icon/paths/fcr_stop.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stop.js +22 -0
- package/lib/components/icon/paths/fcr_stop3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stop3.js +23 -0
- package/lib/components/icon/paths/fcr_stoplive.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stoplive.js +22 -0
- package/lib/components/icon/paths/fcr_stopscreensharing.d.ts +3 -0
- package/lib/components/icon/paths/fcr_stopscreensharing.js +22 -0
- package/lib/components/icon/paths/fcr_student_rasiehand.d.ts +3 -0
- package/lib/components/icon/paths/fcr_student_rasiehand.js +22 -0
- package/lib/components/icon/paths/fcr_subtract.d.ts +3 -0
- package/lib/components/icon/paths/fcr_subtract.js +22 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow.js +22 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow_2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_tooltip_arrow_2.js +39 -0
- package/lib/components/icon/paths/fcr_topwindows.d.ts +3 -0
- package/lib/components/icon/paths/fcr_topwindows.js +22 -0
- package/lib/components/icon/paths/fcr_underline.d.ts +3 -0
- package/lib/components/icon/paths/fcr_underline.js +34 -0
- package/lib/components/icon/paths/fcr_unpin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_unpin.js +25 -0
- package/lib/components/icon/paths/fcr_up.d.ts +3 -0
- package/lib/components/icon/paths/fcr_up.js +22 -0
- package/lib/components/icon/paths/fcr_up2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_up2.js +22 -0
- package/lib/components/icon/paths/fcr_uploadlist.d.ts +3 -0
- package/lib/components/icon/paths/fcr_uploadlist.js +21 -0
- package/lib/components/icon/paths/fcr_uporder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_uporder.js +20 -0
- package/lib/components/icon/paths/fcr_users.d.ts +3 -0
- package/lib/components/icon/paths/fcr_users.js +22 -0
- package/lib/components/icon/paths/fcr_v2_answer.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_answer.js +22 -0
- package/lib/components/icon/paths/fcr_v2_breakroom.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_breakroom.js +22 -0
- package/lib/components/icon/paths/fcr_v2_chevron_down2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_chevron_down2.js +22 -0
- package/lib/components/icon/paths/fcr_v2_chevron_left2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_chevron_left2.js +22 -0
- package/lib/components/icon/paths/fcr_v2_chevron_right2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_chevron_right2.js +22 -0
- package/lib/components/icon/paths/fcr_v2_expansionscreen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_expansionscreen.js +22 -0
- package/lib/components/icon/paths/fcr_v2_gou_alart.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_gou_alart.js +22 -0
- package/lib/components/icon/paths/fcr_v2_louder.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_louder.js +22 -0
- package/lib/components/icon/paths/fcr_v2_louder_min.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_louder_min.js +22 -0
- package/lib/components/icon/paths/fcr_v2_phone_more1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_phone_more1.js +22 -0
- package/lib/components/icon/paths/fcr_v2_poll_add.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_poll_add.js +30 -0
- package/lib/components/icon/paths/fcr_v2_poll_minus.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_poll_minus.js +20 -0
- package/lib/components/icon/paths/fcr_v2_poll_zoom.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_poll_zoom.js +21 -0
- package/lib/components/icon/paths/fcr_v2_quite.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_quite.js +22 -0
- package/lib/components/icon/paths/fcr_v2_search.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_search.js +22 -0
- package/lib/components/icon/paths/fcr_v2_signal_bad.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_signal_bad.js +29 -0
- package/lib/components/icon/paths/fcr_v2_signal_good.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_signal_good.js +22 -0
- package/lib/components/icon/paths/fcr_v2_signal_normal.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_signal_normal.js +29 -0
- package/lib/components/icon/paths/fcr_v2_tanhao_alart.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_tanhao_alart.js +22 -0
- package/lib/components/icon/paths/fcr_v2_timer.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_timer.js +22 -0
- package/lib/components/icon/paths/fcr_v2_tool_new.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_tool_new.js +22 -0
- package/lib/components/icon/paths/fcr_v2_vote.d.ts +3 -0
- package/lib/components/icon/paths/fcr_v2_vote.js +22 -0
- package/lib/components/icon/paths/fcr_video_sharescreen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_video_sharescreen.js +22 -0
- package/lib/components/icon/paths/fcr_videoback.d.ts +3 -0
- package/lib/components/icon/paths/fcr_videoback.js +22 -0
- package/lib/components/icon/paths/fcr_web_chat.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_chat.js +23 -0
- package/lib/components/icon/paths/fcr_web_connectsound.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_connectsound.js +29 -0
- package/lib/components/icon/paths/fcr_web_fullscream.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_fullscream.js +24 -0
- package/lib/components/icon/paths/fcr_web_move_page.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_move_page.js +25 -0
- package/lib/components/icon/paths/fcr_web_restoration.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_restoration.js +22 -0
- package/lib/components/icon/paths/fcr_web_scale_left.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_scale_left.js +34 -0
- package/lib/components/icon/paths/fcr_web_scale_right.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_scale_right.js +35 -0
- package/lib/components/icon/paths/fcr_web_sharingview_middle.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_sharingview_middle.js +21 -0
- package/lib/components/icon/paths/fcr_web_sharingview_mix.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_sharingview_mix.js +23 -0
- package/lib/components/icon/paths/fcr_web_sharingview_small.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_sharingview_small.js +21 -0
- package/lib/components/icon/paths/fcr_web_smallest.d.ts +3 -0
- package/lib/components/icon/paths/fcr_web_smallest.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard2.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_back.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_back.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_bg.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_bg.js +29 -0
- package/lib/components/icon/paths/fcr_whiteboard_cloud.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_cloud.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_eliminate.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_eliminate.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_eraser.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_eraser.js +24 -0
- package/lib/components/icon/paths/fcr_whiteboard_expand2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_expand2.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard_forward.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_forward.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_laserpen2.js +35 -0
- package/lib/components/icon/paths/fcr_whiteboard_lowerrightarrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_lowerrightarrow.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_mouse.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_mouse.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_move.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_move.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects.js +20 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_movesubjects2.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard_on.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_on.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_page.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_page.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped2.js +28 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped3.js +31 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_curve.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_curve.js +26 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_straightline.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_ped_straightline.js +26 -0
- package/lib/components/icon/paths/fcr_whiteboard_save.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_save.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_arrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_arrow.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle_1.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_circle_1.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_line.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_line.js +23 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_rehumbus.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_rehumbus.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_square.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_square.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_star.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_star.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_triangle.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_shap_triangle.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_slice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_slice.js +25 -0
- package/lib/components/icon/paths/fcr_whiteboard_text.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_text.js +22 -0
- package/lib/components/icon/paths/fcr_whiteboard_toolbox.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whiteboard_toolbox.js +22 -0
- package/lib/components/icon/paths/fcr_whitechoose.d.ts +3 -0
- package/lib/components/icon/paths/fcr_whitechoose.js +28 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slice.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slice.js +22 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slicewithoutclassroom.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wihiteboard_slicewithoutclassroom.js +22 -0
- package/lib/components/icon/paths/fcr_window_bigger.d.ts +3 -0
- package/lib/components/icon/paths/fcr_window_bigger.js +22 -0
- package/lib/components/icon/paths/fcr_window_smaller.d.ts +3 -0
- package/lib/components/icon/paths/fcr_window_smaller.js +22 -0
- package/lib/components/icon/paths/fcr_windowpage_bigger.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_bigger.js +22 -0
- package/lib/components/icon/paths/fcr_windowpage_lonely.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_lonely.js +32 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller.js +24 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller2.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller2.js +33 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller3.d.ts +3 -0
- package/lib/components/icon/paths/fcr_windowpage_smaller3.js +29 -0
- package/lib/components/icon/paths/fcr_wizard_arrow.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wizard_arrow.js +23 -0
- package/lib/components/icon/paths/fcr_wrong.d.ts +3 -0
- package/lib/components/icon/paths/fcr_wrong.js +42 -0
- package/lib/components/icon/paths/fcr_zoomin.d.ts +3 -0
- package/lib/components/icon/paths/fcr_zoomin.js +22 -0
- package/lib/components/icon/paths/fcr_zoomout.d.ts +3 -0
- package/lib/components/icon/paths/fcr_zoomout.js +22 -0
- package/lib/components/icon/svg-dict.d.ts +12 -0
- package/lib/components/icon/svg-dict.js +36 -0
- package/lib/components/icon/svg-exports.d.ts +269 -0
- package/lib/components/icon/svg-exports.js +556 -0
- package/lib/components/icon/type.d.ts +271 -0
- package/lib/components/icon/type.js +279 -0
- package/lib/components/icon-button/index.css +81 -0
- package/lib/components/icon-button/index.d.ts +24 -0
- package/lib/components/icon-button/index.js +53 -0
- package/lib/components/icon-button/index.stories.d.ts +6 -0
- package/lib/components/icon-button/index.stories.js +50 -0
- package/lib/components/icon-frame/index.css +0 -0
- package/lib/components/icon-frame/index.d.ts +10 -0
- package/lib/components/icon-frame/index.js +43 -0
- package/lib/components/icon-frame/index.stories.d.ts +5 -0
- package/lib/components/icon-frame/index.stories.js +39 -0
- package/lib/components/icon-phone-call/index.d.ts +9 -0
- package/lib/components/icon-phone-call/index.js +49 -0
- package/lib/components/icon-phone-call/index.stories.d.ts +5 -0
- package/lib/components/icon-phone-call/index.stories.js +41 -0
- package/lib/components/input/index.css +137 -0
- package/lib/components/input/index.d.ts +70 -0
- package/lib/components/input/index.js +147 -0
- package/lib/components/input/index.stories.d.ts +5 -0
- package/lib/components/input/index.stories.js +124 -0
- package/lib/components/input/input-password.d.ts +69 -0
- package/lib/components/input/input-password.js +156 -0
- package/lib/components/input-number/index.css +114 -0
- package/lib/components/input-number/index.d.ts +69 -0
- package/lib/components/input-number/index.js +196 -0
- package/lib/components/input-number/index.stories.d.ts +6 -0
- package/lib/components/input-number/index.stories.js +74 -0
- package/lib/components/latest-button/index.css +17 -0
- package/lib/components/latest-button/index.d.ts +14 -0
- package/lib/components/latest-button/index.js +79 -0
- package/lib/components/latest-button/index.stories.d.ts +5 -0
- package/lib/components/latest-button/index.stories.js +107 -0
- package/lib/components/line-copy-button/index.css +106 -0
- package/lib/components/line-copy-button/index.d.ts +24 -0
- package/lib/components/line-copy-button/index.js +262 -0
- package/lib/components/line-copy-button/index.stories.d.ts +5 -0
- package/lib/components/line-copy-button/index.stories.js +147 -0
- package/lib/components/live-streaming/container.css +58 -0
- package/lib/components/live-streaming/container.d.ts +11 -0
- package/lib/components/live-streaming/container.js +174 -0
- package/lib/components/live-streaming/index.stories.d.ts +6 -0
- package/lib/components/live-streaming/index.stories.js +69 -0
- package/lib/components/local-video-player/index.css +98 -0
- package/lib/components/local-video-player/index.d.ts +29 -0
- package/lib/components/local-video-player/index.js +158 -0
- package/lib/components/message-bar/index.css +62 -0
- package/lib/components/message-bar/index.d.ts +12 -0
- package/lib/components/message-bar/index.js +65 -0
- package/lib/components/message-bar/index.stories.d.ts +5 -0
- package/lib/components/message-bar/index.stories.js +63 -0
- package/lib/components/message-bubble/emoji-msg.d.ts +7 -0
- package/lib/components/message-bubble/emoji-msg.js +98 -0
- package/lib/components/message-bubble/index.css +71 -0
- package/lib/components/message-bubble/index.d.ts +14 -0
- package/lib/components/message-bubble/index.js +96 -0
- package/lib/components/message-bubble/index.stories.d.ts +5 -0
- package/lib/components/message-bubble/index.stories.js +194 -0
- package/lib/components/message-label/index.css +95 -0
- package/lib/components/message-label/index.d.ts +18 -0
- package/lib/components/message-label/index.js +91 -0
- package/lib/components/message-label/index.stories.d.ts +5 -0
- package/lib/components/message-label/index.stories.js +231 -0
- package/lib/components/message-textarea/handleUploadImag.d.ts +1 -0
- package/lib/components/message-textarea/handleUploadImag.js +63 -0
- package/lib/components/message-textarea/index.css +111 -0
- package/lib/components/message-textarea/index.d.ts +20 -0
- package/lib/components/message-textarea/index.js +250 -0
- package/lib/components/message-textarea/index.stories.d.ts +5 -0
- package/lib/components/message-textarea/index.stories.js +80 -0
- package/lib/components/microphone-indicator/index.d.ts +7 -0
- package/lib/components/microphone-indicator/index.js +59 -0
- package/lib/components/multi-select/index.css +63 -0
- package/lib/components/multi-select/index.d.ts +9 -0
- package/lib/components/multi-select/index.js +114 -0
- package/lib/components/multi-select/index.stories.d.ts +5 -0
- package/lib/components/multi-select/index.stories.js +43 -0
- package/lib/components/multi-select-checkbox/index.css +45 -0
- package/lib/components/multi-select-checkbox/index.d.ts +11 -0
- package/lib/components/multi-select-checkbox/index.js +42 -0
- package/lib/components/multi-select-checkbox/index.stories.d.ts +5 -0
- package/lib/components/multi-select-checkbox/index.stories.js +36 -0
- package/lib/components/participants/attendee/index.css +151 -0
- package/lib/components/participants/attendee/index.d.ts +24 -0
- package/lib/components/participants/attendee/index.js +190 -0
- package/lib/components/participants/data.d.ts +3 -0
- package/lib/components/participants/data.js +527 -0
- package/lib/components/participants/footer/index.css +14 -0
- package/lib/components/participants/footer/index.d.ts +11 -0
- package/lib/components/participants/footer/index.js +207 -0
- package/lib/components/participants/hover-perspective-attendee/index.d.ts +5 -0
- package/lib/components/participants/hover-perspective-attendee/index.js +22 -0
- package/lib/components/participants/index.css +88 -0
- package/lib/components/participants/index.d.ts +17 -0
- package/lib/components/participants/index.js +120 -0
- package/lib/components/participants/index.stories.d.ts +6 -0
- package/lib/components/participants/index.stories.js +66 -0
- package/lib/components/participants/participants-more/index.css +17 -0
- package/lib/components/participants/participants-more/index.d.ts +4 -0
- package/lib/components/participants/participants-more/index.js +194 -0
- package/lib/components/popover/index.css +17 -0
- package/lib/components/popover/index.d.ts +47 -0
- package/lib/components/popover/index.js +193 -0
- package/lib/components/popover/index.stories.d.ts +6 -0
- package/lib/components/popover/index.stories.js +46 -0
- package/lib/components/radio/index.css +76 -0
- package/lib/components/radio/index.d.ts +22 -0
- package/lib/components/radio/index.js +113 -0
- package/lib/components/radio/index.stories.d.ts +6 -0
- package/lib/components/radio/index.stories.js +39 -0
- package/lib/components/room-screen-share-state-bar/camera-state/index.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/camera-state/index.js +24 -0
- package/lib/components/room-screen-share-state-bar/device/index.css +27 -0
- package/lib/components/room-screen-share-state-bar/device/index.d.ts +24 -0
- package/lib/components/room-screen-share-state-bar/device/index.js +256 -0
- package/lib/components/room-screen-share-state-bar/index.css +30 -0
- package/lib/components/room-screen-share-state-bar/index.d.ts +2 -0
- package/lib/components/room-screen-share-state-bar/index.js +118 -0
- package/lib/components/room-screen-share-state-bar/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/index.stories.js +22 -0
- package/lib/components/room-screen-share-state-bar/meeting-security/index.d.ts +3 -0
- package/lib/components/room-screen-share-state-bar/meeting-security/index.js +31 -0
- package/lib/components/room-screen-share-state-bar/microphone-state/index.d.ts +8 -0
- package/lib/components/room-screen-share-state-bar/microphone-state/index.js +50 -0
- package/lib/components/room-screen-share-state-bar/more/index.css +3 -0
- package/lib/components/room-screen-share-state-bar/more/index.d.ts +9 -0
- package/lib/components/room-screen-share-state-bar/more/index.js +118 -0
- package/lib/components/room-screen-share-state-bar/participants/index.d.ts +3 -0
- package/lib/components/room-screen-share-state-bar/participants/index.js +29 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/data.d.ts +2 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/data.js +106 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.css +23 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.d.ts +13 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.js +46 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/screen-share-control-bar/index.stories.js +33 -0
- package/lib/components/room-screen-share-state-bar/share-action-nav/index.css +137 -0
- package/lib/components/room-screen-share-state-bar/share-action-nav/index.d.ts +9 -0
- package/lib/components/room-screen-share-state-bar/share-action-nav/index.js +71 -0
- package/lib/components/room-screen-share-state-bar/share-audio/index.css +66 -0
- package/lib/components/room-screen-share-state-bar/share-audio/index.d.ts +12 -0
- package/lib/components/room-screen-share-state-bar/share-audio/index.js +149 -0
- package/lib/components/room-screen-share-state-bar/share-screen-button/index.d.ts +5 -0
- package/lib/components/room-screen-share-state-bar/share-screen-button/index.js +28 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.css +23 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.js +35 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/share-screen-content-hint/index.stories.js +49 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.css +3 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.d.ts +2 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/drag-icon.js +31 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.css +39 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.d.ts +4 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.js +53 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.stories.d.ts +6 -0
- package/lib/components/room-screen-share-state-bar/share-state-bar/index.stories.js +22 -0
- package/lib/components/room-screen-share-state-bar/share-state-nav/index.css +55 -0
- package/lib/components/room-screen-share-state-bar/share-state-nav/index.d.ts +9 -0
- package/lib/components/room-screen-share-state-bar/share-state-nav/index.js +69 -0
- package/lib/components/room-screen-share-state-bar/transfer-position-icon/index.d.ts +11 -0
- package/lib/components/room-screen-share-state-bar/transfer-position-icon/index.js +46 -0
- package/lib/components/select/index.css +156 -0
- package/lib/components/select/index.d.ts +73 -0
- package/lib/components/select/index.js +125 -0
- package/lib/components/select/index.stories.d.ts +15 -0
- package/lib/components/select/index.stories.js +125 -0
- package/lib/components/select-phone/index.css +95 -0
- package/lib/components/select-phone/index.d.ts +59 -0
- package/lib/components/select-phone/index.js +102 -0
- package/lib/components/select-phone/index.stories.d.ts +15 -0
- package/lib/components/select-phone/index.stories.js +70 -0
- package/lib/components/share-selection/index.css +59 -0
- package/lib/components/share-selection/index.d.ts +11 -0
- package/lib/components/share-selection/index.js +104 -0
- package/lib/components/share-selection/index.stories.d.ts +6 -0
- package/lib/components/share-selection/index.stories.js +113 -0
- package/lib/components/slider/index.css +59 -0
- package/lib/components/slider/index.d.ts +50 -0
- package/lib/components/slider/index.js +167 -0
- package/lib/components/slider/index.stories.d.ts +6 -0
- package/lib/components/slider/index.stories.js +158 -0
- package/lib/components/state-bar/assets/fcr_grid_big.svg +3 -0
- package/lib/components/state-bar/assets/fcr_listontop_big.svg +3 -0
- package/lib/components/state-bar/assets/live-streaming.gif +0 -0
- package/lib/components/state-bar/assets/state-bar-logo.png +0 -0
- package/lib/components/state-bar/assets/step-gradient.svg +10 -0
- package/lib/components/state-bar/index.css +404 -0
- package/lib/components/state-bar/index.d.ts +1 -0
- package/lib/components/state-bar/index.js +37 -0
- package/lib/components/state-bar/index.stories.d.ts +6 -0
- package/lib/components/state-bar/index.stories.js +37 -0
- package/lib/components/state-bar/layout-config.d.ts +5 -0
- package/lib/components/state-bar/layout-config.js +131 -0
- package/lib/components/state-bar/meeting-time.d.ts +13 -0
- package/lib/components/state-bar/meeting-time.js +46 -0
- package/lib/components/state-bar/network-quality.d.ts +6 -0
- package/lib/components/state-bar/network-quality.js +27 -0
- package/lib/components/state-bar/view.d.ts +5 -0
- package/lib/components/state-bar/view.js +298 -0
- package/lib/components/switch/index.css +64 -0
- package/lib/components/switch/index.d.ts +30 -0
- package/lib/components/switch/index.js +49 -0
- package/lib/components/switch/index.stories.d.ts +6 -0
- package/lib/components/switch/index.stories.js +45 -0
- package/lib/components/tabs/index.css +88 -0
- package/lib/components/tabs/index.d.ts +13 -0
- package/lib/components/tabs/index.js +128 -0
- package/lib/components/tabs/index.stories.d.ts +5 -0
- package/lib/components/tabs/index.stories.js +103 -0
- package/lib/components/text-bubble/index.css +88 -0
- package/lib/components/text-bubble/index.d.ts +13 -0
- package/lib/components/text-bubble/index.js +61 -0
- package/lib/components/text-bubble/index.stories.d.ts +5 -0
- package/lib/components/text-bubble/index.stories.js +109 -0
- package/lib/components/textarea/helper.d.ts +2 -0
- package/lib/components/textarea/helper.js +63 -0
- package/lib/components/textarea/index.css +113 -0
- package/lib/components/textarea/index.d.ts +100 -0
- package/lib/components/textarea/index.js +195 -0
- package/lib/components/textarea/index.stories.d.ts +6 -0
- package/lib/components/textarea/index.stories.js +95 -0
- package/lib/components/toast/index.css +239 -0
- package/lib/components/toast/index.d.ts +123 -0
- package/lib/components/toast/index.js +352 -0
- package/lib/components/toast/index.stories.d.ts +6 -0
- package/lib/components/toast/index.stories.js +135 -0
- package/lib/components/tooltip/arrow.css +159 -0
- package/lib/components/tooltip/dialog.d.ts +18 -0
- package/lib/components/tooltip/dialog.js +83 -0
- package/lib/components/tooltip/guide.d.ts +26 -0
- package/lib/components/tooltip/guide.js +85 -0
- package/lib/components/tooltip/index.css +314 -0
- package/lib/components/tooltip/index.d.ts +90 -0
- package/lib/components/tooltip/index.js +110 -0
- package/lib/components/tooltip/index.stories.d.ts +14 -0
- package/lib/components/tooltip/index.stories.js +99 -0
- package/lib/components/tooltip/info.d.ts +6 -0
- package/lib/components/tooltip/info.js +59 -0
- package/lib/components/tooltips-button/index.d.ts +34 -0
- package/lib/components/tooltips-button/index.js +111 -0
- package/lib/components/tooltips-button/index.stories.d.ts +6 -0
- package/lib/components/tooltips-button/index.stories.js +57 -0
- package/lib/components/tooltips-button/tooltip-button.css +58 -0
- package/lib/components/volume-indicator/index.css +17 -0
- package/lib/components/volume-indicator/index.d.ts +20 -0
- package/lib/components/volume-indicator/index.js +33 -0
- package/lib/components/volume-indicator/index.stories.d.ts +6 -0
- package/lib/components/volume-indicator/index.stories.js +77 -0
- package/lib/components/window-header/index.css +66 -0
- package/lib/components/window-header/index.d.ts +19 -0
- package/lib/components/window-header/index.js +96 -0
- package/lib/components/window-header/index.stories.d.ts +6 -0
- package/lib/components/window-header/index.stories.js +51 -0
- package/lib/components/windows-control/index.css +34 -0
- package/lib/components/windows-control/index.d.ts +10 -0
- package/lib/components/windows-control/index.js +90 -0
- package/lib/components/windows-control/index.stories.d.ts +6 -0
- package/lib/components/windows-control/index.stories.js +41 -0
- package/lib/components/zone-phone/index.css +147 -0
- package/lib/components/zone-phone/index.d.ts +96 -0
- package/lib/components/zone-phone/index.js +197 -0
- package/lib/components/zone-phone/index.stories.d.ts +21 -0
- package/lib/components/zone-phone/index.stories.js +76 -0
- package/lib/global.d.ts +15 -0
- package/lib/hooks/use-click-anywhere.d.ts +2 -0
- package/lib/hooks/use-click-anywhere.js +18 -0
- package/lib/i18n/index.d.ts +9 -0
- package/lib/i18n/index.js +116 -0
- package/lib/theme/context.d.ts +21 -0
- package/lib/theme/context.js +11 -0
- package/lib/theme/fcr-ui-config.d.ts +357 -0
- package/lib/theme/fcr-ui-config.js +373 -0
- package/lib/theme/generate.d.ts +4 -0
- package/lib/theme/generate.js +54 -0
- package/lib/utilities/click-anywhere.d.ts +1 -0
- package/lib/utilities/click-anywhere.js +39 -0
- package/lib/utilities/color-palette.d.ts +1 -0
- package/lib/utilities/color-palette.js +93 -0
- package/lib/utilities/global.css +686 -0
- package/lib/utilities/hooks/animations.d.ts +14 -0
- package/lib/utilities/hooks/animations.js +76 -0
- package/lib/utilities/hooks/use-click-anywhere.d.ts +2 -0
- package/lib/utilities/hooks/use-click-anywhere.js +18 -0
- package/lib/utilities/use-namespace.d.ts +15 -0
- package/lib/utilities/use-namespace.js +66 -0
- package/package.json +64 -0
- package/patches/rc-util+5.39.1.patch +60 -0
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
export declare enum FcrIconType {
|
|
2
|
+
FCR_ALF2 = "fcr_alf2",
|
|
3
|
+
FCR_ALL_MUTE = "fcr_all_mute",
|
|
4
|
+
FCR_ALL_UNMUTE = "fcr_all_unmute",
|
|
5
|
+
FCR_ALLLEAVE = "fcr_allleave",
|
|
6
|
+
FCR_ANGLE_TIPS = "fcr_angle_tips",
|
|
7
|
+
FCR_ATTACH = "fcr_attach",
|
|
8
|
+
FCR_BACKGROUND2 = "fcr_background2",
|
|
9
|
+
FCR_BEAUTY = "fcr_beauty",
|
|
10
|
+
FCR_BEAUTY_BLUSH = "fcr_beauty_blush",
|
|
11
|
+
FCR_BEAUTY_RETOUCH = "fcr_beauty_retouch",
|
|
12
|
+
FCR_BELL = "fcr_bell",
|
|
13
|
+
FCR_BTN_LOADING = "fcr_btn_loading",
|
|
14
|
+
FCR_CAMERA = "fcr_camera",
|
|
15
|
+
FCR_CAMERA3 = "fcr_camera3",
|
|
16
|
+
FCR_CAMERA_WINDOW_LOADING = "fcr_camera_window_loading",
|
|
17
|
+
FCR_CAMERA_WINDOW_NOT = "fcr_camera_window_not",
|
|
18
|
+
FCR_CAMERA_WINDOW_NOTWORK = "fcr_camera_window_notwork",
|
|
19
|
+
FCR_CAMERACRASH = "fcr_cameracrash",
|
|
20
|
+
FCR_CAMERAOFF = "fcr_cameraoff",
|
|
21
|
+
FCR_CHAT = "fcr_chat",
|
|
22
|
+
FCR_CHAT2 = "fcr_chat2",
|
|
23
|
+
FCR_CHAT_ON = "fcr_chat_on",
|
|
24
|
+
FCR_CHAT_PLACEHOLDER = "fcr_chat_placeholder",
|
|
25
|
+
FCR_CHAT_REDDOT = "fcr_chat_reddot",
|
|
26
|
+
FCR_CHECKBOX_CHECK = "fcr_checkbox_check",
|
|
27
|
+
FCR_CHEXBOX_INDETERMINATE = "fcr_chexbox_indeterminate",
|
|
28
|
+
FCR_CHOOSEIT = "fcr_chooseit",
|
|
29
|
+
FCR_CLOCK = "fcr_clock",
|
|
30
|
+
FCR_CLOSE = "fcr_close",
|
|
31
|
+
FCR_CLOUDRECORD = "fcr_cloudrecord",
|
|
32
|
+
FCR_COLON = "fcr_colon",
|
|
33
|
+
FCR_COMPUTERDATA = "fcr_computerdata",
|
|
34
|
+
FCR_COPY = "fcr_copy",
|
|
35
|
+
FCR_COUNTDOWN_DOWN = "fcr_countdown_down",
|
|
36
|
+
FCR_COUNTDOWN_UP = "fcr_countdown_up",
|
|
37
|
+
FCR_DELETE3 = "fcr_delete3",
|
|
38
|
+
FCR_DEVICEAUDIOOFF = "fcr_deviceaudiooff",
|
|
39
|
+
FCR_DEVICEAUDIOON = "fcr_deviceaudioon",
|
|
40
|
+
FCR_DOWN = "fcr_down",
|
|
41
|
+
FCR_DOWN1 = "fcr_down1",
|
|
42
|
+
FCR_DOWNLOAD = "fcr_download",
|
|
43
|
+
FCR_DROPDOWN = "fcr_dropdown",
|
|
44
|
+
FCR_DROPDOWN2 = "fcr_dropdown2",
|
|
45
|
+
FCR_DROPDOWN4 = "fcr_dropdown4",
|
|
46
|
+
FCR_DROPUP4 = "fcr_dropup4",
|
|
47
|
+
FCR_EMO = "fcr_emo",
|
|
48
|
+
FCR_ENDMEETING = "fcr_endmeeting",
|
|
49
|
+
FCR_EQUALRATIO = "fcr_equalratio",
|
|
50
|
+
FCR_EXCLAMATIONMASK = "fcr_exclamationmask",
|
|
51
|
+
FCR_FILE = "fcr_file",
|
|
52
|
+
FCR_FILE_AH5 = "fcr_file_ah5",
|
|
53
|
+
FCR_FILE_ALF = "fcr_file_alf",
|
|
54
|
+
FCR_FILE_AUDIO = "fcr_file_audio",
|
|
55
|
+
FCR_FILE_DOC = "fcr_file_doc",
|
|
56
|
+
FCR_FILE_EXCEL = "fcr_file_excel",
|
|
57
|
+
FCR_FILE_NOFORMAT = "fcr_file_noformat",
|
|
58
|
+
FCR_FILE_PDF = "fcr_file_pdf",
|
|
59
|
+
FCR_FILE_PHOTO = "fcr_file_photo",
|
|
60
|
+
FCR_FILE_PPT = "fcr_file_ppt",
|
|
61
|
+
FCR_FILE_VIDEO = "fcr_file_video",
|
|
62
|
+
FCR_FOCUSONHIM = "fcr_focusonhim",
|
|
63
|
+
FCR_FOURWINDOWS = "fcr_fourwindows",
|
|
64
|
+
FCR_FOURWINDOWS2 = "fcr_fourwindows2",
|
|
65
|
+
FCR_FULLCOVERAGE = "fcr_fullcoverage",
|
|
66
|
+
FCR_GOTOSTAGE = "fcr_gotostage",
|
|
67
|
+
FCR_GOTOSTAGE_NOT = "fcr_gotostage_not",
|
|
68
|
+
FCR_GOTOSTAGE_ON = "fcr_gotostage_on",
|
|
69
|
+
FCR_GRID_BIG = "fcr_grid_big",
|
|
70
|
+
FCR_HEAD = "fcr_head",
|
|
71
|
+
FCR_HELPQUESTION = "fcr_helpquestion",
|
|
72
|
+
FCR_HIDEVIDEO = "fcr_hidevideo",
|
|
73
|
+
FCR_HOME_CODE2 = "fcr_home_code2",
|
|
74
|
+
FCR_HOST = "fcr_host",
|
|
75
|
+
FCR_LEFT = "fcr_left",
|
|
76
|
+
FCR_LEFT1 = "fcr_left1",
|
|
77
|
+
FCR_LEFT3 = "fcr_left3",
|
|
78
|
+
FCR_LEFT4 = "fcr_left4",
|
|
79
|
+
FCR_LINK = "fcr_link",
|
|
80
|
+
FCR_LIST_DELETE = "fcr_list_delete",
|
|
81
|
+
FCR_LIST_ON_RIGHT_BIG = "fcr_list_on_right_big",
|
|
82
|
+
FCR_LIST_ON_TOP_BIG = "fcr_list_on_top_big",
|
|
83
|
+
FCR_LIVE = "fcr_live",
|
|
84
|
+
FCR_LIVEICON = "fcr_liveicon",
|
|
85
|
+
FCR_LOADING = "fcr_loading",
|
|
86
|
+
FCR_LOWER_HAND = "fcr_lower_hand",
|
|
87
|
+
FCR_MINUS = "fcr_minus",
|
|
88
|
+
FCR_MIRRORIMAGE_LEFT = "fcr_mirrorimage_left",
|
|
89
|
+
FCR_MIRRORIMAGE_OFF = "fcr_mirrorimage_off",
|
|
90
|
+
FCR_MIRRORIMAGE_RIGHT = "fcr_mirrorimage_right",
|
|
91
|
+
FCR_MOBILE_CAMERA2 = "fcr_mobile_camera2",
|
|
92
|
+
FCR_MOBILE_CHAT2 = "fcr_mobile_chat2",
|
|
93
|
+
FCR_MOBILE_CHAT3 = "fcr_mobile_chat3",
|
|
94
|
+
FCR_MOBILE_DUPLICATE = "fcr_mobile_duplicate",
|
|
95
|
+
FCR_MOBILE_MORE = "fcr_mobile_more",
|
|
96
|
+
FCR_MOBILE_SHARESCREEN = "fcr_mobile_sharescreen",
|
|
97
|
+
FCR_MOBILE_WHITEBOARD_REDO = "fcr_mobile_whiteboard_redo",
|
|
98
|
+
FCR_MOBILE_WHITEBOARD_UNDO = "fcr_mobile_whiteboard_undo",
|
|
99
|
+
FCR_MORE2 = "fcr_more2",
|
|
100
|
+
FCR_MOVE = "fcr_move",
|
|
101
|
+
FCR_MOVETO = "fcr_moveto",
|
|
102
|
+
FCR_MUTE = "fcr_mute",
|
|
103
|
+
FCR_MUTECRASH = "fcr_mutecrash",
|
|
104
|
+
FCR_MUTEDEFAULT = "fcr_mutedefault",
|
|
105
|
+
FCR_NOMUTE = "fcr_nomute",
|
|
106
|
+
FCR_NOTICE = "fcr_notice",
|
|
107
|
+
FCR_ONELEAVE = "fcr_oneleave",
|
|
108
|
+
FCR_OPENFILE = "fcr_openfile",
|
|
109
|
+
FCR_ORDER_DOWN = "fcr_order_down",
|
|
110
|
+
FCR_ORDER_UP = "fcr_order_up",
|
|
111
|
+
FCR_PAUSE2 = "fcr_pause2",
|
|
112
|
+
FCR_PEN_CURVE_1SIZE = "fcr_pen_curve_1size",
|
|
113
|
+
FCR_PEN_CURVE_2SIZE = "fcr_pen_curve_2size",
|
|
114
|
+
FCR_PEN_CURVE_3SIZE = "fcr_pen_curve_3size",
|
|
115
|
+
FCR_PEN_CURVE_4SIZE = "fcr_pen_curve_4size",
|
|
116
|
+
FCR_PEN_LINE_1SIZE = "fcr_pen_line_1size",
|
|
117
|
+
FCR_PEN_LINE_2SIZE = "fcr_pen_line_2size",
|
|
118
|
+
FCR_PEN_LINE_3SIZE = "fcr_pen_line_3size",
|
|
119
|
+
FCR_PEN_LINE_4SIZE = "fcr_pen_line_4size",
|
|
120
|
+
FCR_PENSIZE = "fcr_pensize",
|
|
121
|
+
FCR_PENSIZE_STRAIGHT = "fcr_pensize_straight",
|
|
122
|
+
FCR_PEOPLE = "fcr_people",
|
|
123
|
+
FCR_PHONECALL1 = "fcr_phonecall1",
|
|
124
|
+
FCR_PHONECALL2 = "fcr_phonecall2",
|
|
125
|
+
FCR_PHONECALL3 = "fcr_phonecall3",
|
|
126
|
+
FCR_PHONECALL_SILENCE = "fcr_phonecall_silence",
|
|
127
|
+
FCR_PICTURE = "fcr_picture",
|
|
128
|
+
FCR_PIN = "fcr_pin",
|
|
129
|
+
FCR_PINPAGE = "fcr_pinpage",
|
|
130
|
+
FCR_PINPAGE2 = "fcr_pinpage2",
|
|
131
|
+
FCR_PLATFORM = "fcr_platform",
|
|
132
|
+
FCR_PPT_BROKEN = "fcr_ppt_broken",
|
|
133
|
+
FCR_QUESTION = "fcr_question",
|
|
134
|
+
FCR_QUESTION2 = "fcr_question2",
|
|
135
|
+
FCR_QUIT2 = "fcr_quit2",
|
|
136
|
+
FCR_RAISEHANDS = "fcr_raisehands",
|
|
137
|
+
FCR_RECORDING_END = "fcr_recording_end",
|
|
138
|
+
FCR_RECORDING_ON = "fcr_recording_on",
|
|
139
|
+
FCR_RECORDING_PLAY = "fcr_recording_play",
|
|
140
|
+
FCR_RECORDING_PLAY2 = "fcr_recording_play2",
|
|
141
|
+
FCR_RECORDING_STOP = "fcr_recording_stop",
|
|
142
|
+
FCR_REMOVE_PIN = "fcr_remove_pin",
|
|
143
|
+
FCR_RENAME = "fcr_rename",
|
|
144
|
+
FCR_RESET = "fcr_reset",
|
|
145
|
+
FCR_REVERSEORDER = "fcr_reverseorder",
|
|
146
|
+
FCR_REWARD = "fcr_reward",
|
|
147
|
+
FCR_REWARDALL = "fcr_rewardall",
|
|
148
|
+
FCR_RIGHT = "fcr_right",
|
|
149
|
+
FCR_RIGHT2 = "fcr_right2",
|
|
150
|
+
FCR_RIGHT3 = "fcr_right3",
|
|
151
|
+
FCR_RIGHT4 = "fcr_right4",
|
|
152
|
+
FCR_RIGHT5 = "fcr_right5",
|
|
153
|
+
FCR_RIGHTWINDOWS = "fcr_rightwindows",
|
|
154
|
+
FCR_ROTATINGVIDEO = "fcr_rotatingvideo",
|
|
155
|
+
FCR_SCREENSHARE_CHANGE1 = "fcr_screenshare_change1",
|
|
156
|
+
FCR_SCREENSHARE_CHANGE2 = "fcr_screenshare_change2",
|
|
157
|
+
FCR_SCREENSHARING = "fcr_screensharing",
|
|
158
|
+
FCR_SCREENSHARING_1 = "fcr_screensharing_1",
|
|
159
|
+
FCR_SCREENSHARING_ON = "fcr_screensharing_on",
|
|
160
|
+
FCR_SECURITY = "fcr_security",
|
|
161
|
+
FCR_SEND = "fcr_send",
|
|
162
|
+
FCR_SETTING = "fcr_setting",
|
|
163
|
+
FCR_SETTING_NONE = "fcr_setting_none",
|
|
164
|
+
FCR_SHARE = "fcr_share",
|
|
165
|
+
FCR_SHARINGBAR_DOWN = "fcr_sharingbar_down",
|
|
166
|
+
FCR_SHARINGBAR_UP = "fcr_sharingbar_up",
|
|
167
|
+
FCR_SHOWVIDEO = "fcr_showvideo",
|
|
168
|
+
FCR_SIPDEVICE = "fcr_sipdevice",
|
|
169
|
+
FCR_SMOOTH = "fcr_smooth",
|
|
170
|
+
FCR_STAR = "fcr_star",
|
|
171
|
+
FCR_STOP = "fcr_stop",
|
|
172
|
+
FCR_STOP3 = "fcr_stop3",
|
|
173
|
+
FCR_STOPLIVE = "fcr_stoplive",
|
|
174
|
+
FCR_STOPSCREENSHARING = "fcr_stopscreensharing",
|
|
175
|
+
FCR_STUDENT_RASIEHAND = "fcr_student_rasiehand",
|
|
176
|
+
FCR_SUBTRACT = "fcr_subtract",
|
|
177
|
+
FCR_TOOLTIP_ARROW = "fcr_tooltip_arrow",
|
|
178
|
+
FCR_TOOLTIP_ARROW_2 = "fcr_tooltip_arrow_2",
|
|
179
|
+
FCR_TOPWINDOWS = "fcr_topwindows",
|
|
180
|
+
FCR_UNDERLINE = "fcr_underline",
|
|
181
|
+
FCR_UNPIN = "fcr_unpin",
|
|
182
|
+
FCR_UP = "fcr_up",
|
|
183
|
+
FCR_UP2 = "fcr_up2",
|
|
184
|
+
FCR_UPLOADLIST = "fcr_uploadlist",
|
|
185
|
+
FCR_UPORDER = "fcr_uporder",
|
|
186
|
+
FCR_USERS = "fcr_users",
|
|
187
|
+
FCR_V2_ANSWER = "fcr_v2_answer",
|
|
188
|
+
FCR_V2_BREAKROOM = "fcr_v2_breakroom",
|
|
189
|
+
FCR_V2_CHEVRON_DOWN2 = "fcr_v2_chevron_down2",
|
|
190
|
+
FCR_V2_CHEVRON_LEFT2 = "fcr_v2_chevron_left2",
|
|
191
|
+
FCR_V2_CHEVRON_RIGHT2 = "fcr_v2_chevron_right2",
|
|
192
|
+
FCR_V2_EXPANSIONSCREEN = "fcr_v2_expansionscreen",
|
|
193
|
+
FCR_V2_GOU_ALART = "fcr_v2_gou_alart",
|
|
194
|
+
FCR_V2_LOUDER = "fcr_v2_louder",
|
|
195
|
+
FCR_V2_LOUDER_MIN = "fcr_v2_louder_min",
|
|
196
|
+
FCR_V2_PHONE_MORE1 = "fcr_v2_phone_more1",
|
|
197
|
+
FCR_V2_POLL_ADD = "fcr_v2_poll_add",
|
|
198
|
+
FCR_V2_POLL_MINUS = "fcr_v2_poll_minus",
|
|
199
|
+
FCR_V2_POLL_ZOOM = "fcr_v2_poll_zoom",
|
|
200
|
+
FCR_V2_QUITE = "fcr_v2_quite",
|
|
201
|
+
FCR_V2_SEARCH = "fcr_v2_search",
|
|
202
|
+
FCR_V2_SIGNAL_BAD = "fcr_v2_signal_bad",
|
|
203
|
+
FCR_V2_SIGNAL_GOOD = "fcr_v2_signal_good",
|
|
204
|
+
FCR_V2_SIGNAL_NORMAL = "fcr_v2_signal_normal",
|
|
205
|
+
FCR_V2_TANHAO_ALART = "fcr_v2_tanhao_alart",
|
|
206
|
+
FCR_V2_TIMER = "fcr_v2_timer",
|
|
207
|
+
FCR_V2_TOOL_NEW = "fcr_v2_tool_new",
|
|
208
|
+
FCR_V2_VOTE = "fcr_v2_vote",
|
|
209
|
+
FCR_VIDEO_SHARESCREEN = "fcr_video_sharescreen",
|
|
210
|
+
FCR_VIDEOBACK = "fcr_videoback",
|
|
211
|
+
FCR_WEB_CHAT = "fcr_web_chat",
|
|
212
|
+
FCR_WEB_CONNECTSOUND = "fcr_web_connectsound",
|
|
213
|
+
FCR_WEB_FULLSCREAM = "fcr_web_fullscream",
|
|
214
|
+
FCR_WEB_MOVE_PAGE = "fcr_web_move_page",
|
|
215
|
+
FCR_WEB_RESTORATION = "fcr_web_restoration",
|
|
216
|
+
FCR_WEB_SCALE_LEFT = "fcr_web_scale_left",
|
|
217
|
+
FCR_WEB_SCALE_RIGHT = "fcr_web_scale_right",
|
|
218
|
+
FCR_WEB_SHARINGVIEW_MIDDLE = "fcr_web_sharingview_middle",
|
|
219
|
+
FCR_WEB_SHARINGVIEW_MIX = "fcr_web_sharingview_mix",
|
|
220
|
+
FCR_WEB_SHARINGVIEW_SMALL = "fcr_web_sharingview_small",
|
|
221
|
+
FCR_WEB_SMALLEST = "fcr_web_smallest",
|
|
222
|
+
FCR_WHITEBOARD = "fcr_whiteboard",
|
|
223
|
+
FCR_WHITEBOARD2 = "fcr_whiteboard2",
|
|
224
|
+
FCR_WHITEBOARD_BACK = "fcr_whiteboard_back",
|
|
225
|
+
FCR_WHITEBOARD_BG = "fcr_whiteboard_bg",
|
|
226
|
+
FCR_WHITEBOARD_CLOUD = "fcr_whiteboard_cloud",
|
|
227
|
+
FCR_WHITEBOARD_ELIMINATE = "fcr_whiteboard_eliminate",
|
|
228
|
+
FCR_WHITEBOARD_ERASER = "fcr_whiteboard_eraser",
|
|
229
|
+
FCR_WHITEBOARD_EXPAND2 = "fcr_whiteboard_expand2",
|
|
230
|
+
FCR_WHITEBOARD_FORWARD = "fcr_whiteboard_forward",
|
|
231
|
+
FCR_WHITEBOARD_LASERPEN = "fcr_whiteboard_laserpen",
|
|
232
|
+
FCR_WHITEBOARD_LASERPEN2 = "fcr_whiteboard_laserpen2",
|
|
233
|
+
FCR_WHITEBOARD_LOWERRIGHTARROW = "fcr_whiteboard_lowerrightarrow",
|
|
234
|
+
FCR_WHITEBOARD_MOUSE = "fcr_whiteboard_mouse",
|
|
235
|
+
FCR_WHITEBOARD_MOVE = "fcr_whiteboard_move",
|
|
236
|
+
FCR_WHITEBOARD_MOVESUBJECTS = "fcr_whiteboard_movesubjects",
|
|
237
|
+
FCR_WHITEBOARD_MOVESUBJECTS2 = "fcr_whiteboard_movesubjects2",
|
|
238
|
+
FCR_WHITEBOARD_ON = "fcr_whiteboard_on",
|
|
239
|
+
FCR_WHITEBOARD_PAGE = "fcr_whiteboard_page",
|
|
240
|
+
FCR_WHITEBOARD_PED = "fcr_whiteboard_ped",
|
|
241
|
+
FCR_WHITEBOARD_PED2 = "fcr_whiteboard_ped2",
|
|
242
|
+
FCR_WHITEBOARD_PED3 = "fcr_whiteboard_ped3",
|
|
243
|
+
FCR_WHITEBOARD_PED_CURVE = "fcr_whiteboard_ped_curve",
|
|
244
|
+
FCR_WHITEBOARD_PED_STRAIGHTLINE = "fcr_whiteboard_ped_straightline",
|
|
245
|
+
FCR_WHITEBOARD_SAVE = "fcr_whiteboard_save",
|
|
246
|
+
FCR_WHITEBOARD_SHAP_ARROW = "fcr_whiteboard_shap_arrow",
|
|
247
|
+
FCR_WHITEBOARD_SHAP_CIRCLE = "fcr_whiteboard_shap_circle",
|
|
248
|
+
FCR_WHITEBOARD_SHAP_CIRCLE_1 = "fcr_whiteboard_shap_circle_1",
|
|
249
|
+
FCR_WHITEBOARD_SHAP_LINE = "fcr_whiteboard_shap_line",
|
|
250
|
+
FCR_WHITEBOARD_SHAP_REHUMBUS = "fcr_whiteboard_shap_rehumbus",
|
|
251
|
+
FCR_WHITEBOARD_SHAP_SQUARE = "fcr_whiteboard_shap_square",
|
|
252
|
+
FCR_WHITEBOARD_SHAP_STAR = "fcr_whiteboard_shap_star",
|
|
253
|
+
FCR_WHITEBOARD_SHAP_TRIANGLE = "fcr_whiteboard_shap_triangle",
|
|
254
|
+
FCR_WHITEBOARD_SLICE = "fcr_whiteboard_slice",
|
|
255
|
+
FCR_WHITEBOARD_TEXT = "fcr_whiteboard_text",
|
|
256
|
+
FCR_WHITEBOARD_TOOLBOX = "fcr_whiteboard_toolbox",
|
|
257
|
+
FCR_WHITECHOOSE = "fcr_whitechoose",
|
|
258
|
+
FCR_WIHITEBOARD_SLICE = "fcr_wihiteboard_slice",
|
|
259
|
+
FCR_WIHITEBOARD_SLICEWITHOUTCLASSROOM = "fcr_wihiteboard_slicewithoutclassroom",
|
|
260
|
+
FCR_WINDOW_BIGGER = "fcr_window_bigger",
|
|
261
|
+
FCR_WINDOW_SMALLER = "fcr_window_smaller",
|
|
262
|
+
FCR_WINDOWPAGE_BIGGER = "fcr_windowpage_bigger",
|
|
263
|
+
FCR_WINDOWPAGE_LONELY = "fcr_windowpage_lonely",
|
|
264
|
+
FCR_WINDOWPAGE_SMALLER = "fcr_windowpage_smaller",
|
|
265
|
+
FCR_WINDOWPAGE_SMALLER2 = "fcr_windowpage_smaller2",
|
|
266
|
+
FCR_WINDOWPAGE_SMALLER3 = "fcr_windowpage_smaller3",
|
|
267
|
+
FCR_WIZARD_ARROW = "fcr_wizard_arrow",
|
|
268
|
+
FCR_WRONG = "fcr_wrong",
|
|
269
|
+
FCR_ZOOMIN = "fcr_zoomin",
|
|
270
|
+
FCR_ZOOMOUT = "fcr_zoomout"
|
|
271
|
+
}
|
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("core-js/modules/es.object.define-property.js");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.FcrIconType = void 0;
|
|
8
|
+
var FcrIconType = exports.FcrIconType = /*#__PURE__*/function (FcrIconType) {
|
|
9
|
+
FcrIconType["FCR_ALF2"] = "fcr_alf2";
|
|
10
|
+
FcrIconType["FCR_ALL_MUTE"] = "fcr_all_mute";
|
|
11
|
+
FcrIconType["FCR_ALL_UNMUTE"] = "fcr_all_unmute";
|
|
12
|
+
FcrIconType["FCR_ALLLEAVE"] = "fcr_allleave";
|
|
13
|
+
FcrIconType["FCR_ANGLE_TIPS"] = "fcr_angle_tips";
|
|
14
|
+
FcrIconType["FCR_ATTACH"] = "fcr_attach";
|
|
15
|
+
FcrIconType["FCR_BACKGROUND2"] = "fcr_background2";
|
|
16
|
+
FcrIconType["FCR_BEAUTY"] = "fcr_beauty";
|
|
17
|
+
FcrIconType["FCR_BEAUTY_BLUSH"] = "fcr_beauty_blush";
|
|
18
|
+
FcrIconType["FCR_BEAUTY_RETOUCH"] = "fcr_beauty_retouch";
|
|
19
|
+
FcrIconType["FCR_BELL"] = "fcr_bell";
|
|
20
|
+
FcrIconType["FCR_BTN_LOADING"] = "fcr_btn_loading";
|
|
21
|
+
FcrIconType["FCR_CAMERA"] = "fcr_camera";
|
|
22
|
+
FcrIconType["FCR_CAMERA3"] = "fcr_camera3";
|
|
23
|
+
FcrIconType["FCR_CAMERA_WINDOW_LOADING"] = "fcr_camera_window_loading";
|
|
24
|
+
FcrIconType["FCR_CAMERA_WINDOW_NOT"] = "fcr_camera_window_not";
|
|
25
|
+
FcrIconType["FCR_CAMERA_WINDOW_NOTWORK"] = "fcr_camera_window_notwork";
|
|
26
|
+
FcrIconType["FCR_CAMERACRASH"] = "fcr_cameracrash";
|
|
27
|
+
FcrIconType["FCR_CAMERAOFF"] = "fcr_cameraoff";
|
|
28
|
+
FcrIconType["FCR_CHAT"] = "fcr_chat";
|
|
29
|
+
FcrIconType["FCR_CHAT2"] = "fcr_chat2";
|
|
30
|
+
FcrIconType["FCR_CHAT_ON"] = "fcr_chat_on";
|
|
31
|
+
FcrIconType["FCR_CHAT_PLACEHOLDER"] = "fcr_chat_placeholder";
|
|
32
|
+
FcrIconType["FCR_CHAT_REDDOT"] = "fcr_chat_reddot";
|
|
33
|
+
FcrIconType["FCR_CHECKBOX_CHECK"] = "fcr_checkbox_check";
|
|
34
|
+
FcrIconType["FCR_CHEXBOX_INDETERMINATE"] = "fcr_chexbox_indeterminate";
|
|
35
|
+
FcrIconType["FCR_CHOOSEIT"] = "fcr_chooseit";
|
|
36
|
+
FcrIconType["FCR_CLOCK"] = "fcr_clock";
|
|
37
|
+
FcrIconType["FCR_CLOSE"] = "fcr_close";
|
|
38
|
+
FcrIconType["FCR_CLOUDRECORD"] = "fcr_cloudrecord";
|
|
39
|
+
FcrIconType["FCR_COLON"] = "fcr_colon";
|
|
40
|
+
FcrIconType["FCR_COMPUTERDATA"] = "fcr_computerdata";
|
|
41
|
+
FcrIconType["FCR_COPY"] = "fcr_copy";
|
|
42
|
+
FcrIconType["FCR_COUNTDOWN_DOWN"] = "fcr_countdown_down";
|
|
43
|
+
FcrIconType["FCR_COUNTDOWN_UP"] = "fcr_countdown_up";
|
|
44
|
+
FcrIconType["FCR_DELETE3"] = "fcr_delete3";
|
|
45
|
+
FcrIconType["FCR_DEVICEAUDIOOFF"] = "fcr_deviceaudiooff";
|
|
46
|
+
FcrIconType["FCR_DEVICEAUDIOON"] = "fcr_deviceaudioon";
|
|
47
|
+
FcrIconType["FCR_DOWN"] = "fcr_down";
|
|
48
|
+
FcrIconType["FCR_DOWN1"] = "fcr_down1";
|
|
49
|
+
FcrIconType["FCR_DOWNLOAD"] = "fcr_download";
|
|
50
|
+
FcrIconType["FCR_DROPDOWN"] = "fcr_dropdown";
|
|
51
|
+
FcrIconType["FCR_DROPDOWN2"] = "fcr_dropdown2";
|
|
52
|
+
FcrIconType["FCR_DROPDOWN4"] = "fcr_dropdown4";
|
|
53
|
+
FcrIconType["FCR_DROPUP4"] = "fcr_dropup4";
|
|
54
|
+
FcrIconType["FCR_EMO"] = "fcr_emo";
|
|
55
|
+
FcrIconType["FCR_ENDMEETING"] = "fcr_endmeeting";
|
|
56
|
+
FcrIconType["FCR_EQUALRATIO"] = "fcr_equalratio";
|
|
57
|
+
FcrIconType["FCR_EXCLAMATIONMASK"] = "fcr_exclamationmask";
|
|
58
|
+
FcrIconType["FCR_FILE"] = "fcr_file";
|
|
59
|
+
FcrIconType["FCR_FILE_AH5"] = "fcr_file_ah5";
|
|
60
|
+
FcrIconType["FCR_FILE_ALF"] = "fcr_file_alf";
|
|
61
|
+
FcrIconType["FCR_FILE_AUDIO"] = "fcr_file_audio";
|
|
62
|
+
FcrIconType["FCR_FILE_DOC"] = "fcr_file_doc";
|
|
63
|
+
FcrIconType["FCR_FILE_EXCEL"] = "fcr_file_excel";
|
|
64
|
+
FcrIconType["FCR_FILE_NOFORMAT"] = "fcr_file_noformat";
|
|
65
|
+
FcrIconType["FCR_FILE_PDF"] = "fcr_file_pdf";
|
|
66
|
+
FcrIconType["FCR_FILE_PHOTO"] = "fcr_file_photo";
|
|
67
|
+
FcrIconType["FCR_FILE_PPT"] = "fcr_file_ppt";
|
|
68
|
+
FcrIconType["FCR_FILE_VIDEO"] = "fcr_file_video";
|
|
69
|
+
FcrIconType["FCR_FOCUSONHIM"] = "fcr_focusonhim";
|
|
70
|
+
FcrIconType["FCR_FOURWINDOWS"] = "fcr_fourwindows";
|
|
71
|
+
FcrIconType["FCR_FOURWINDOWS2"] = "fcr_fourwindows2";
|
|
72
|
+
FcrIconType["FCR_FULLCOVERAGE"] = "fcr_fullcoverage";
|
|
73
|
+
FcrIconType["FCR_GOTOSTAGE"] = "fcr_gotostage";
|
|
74
|
+
FcrIconType["FCR_GOTOSTAGE_NOT"] = "fcr_gotostage_not";
|
|
75
|
+
FcrIconType["FCR_GOTOSTAGE_ON"] = "fcr_gotostage_on";
|
|
76
|
+
FcrIconType["FCR_GRID_BIG"] = "fcr_grid_big";
|
|
77
|
+
FcrIconType["FCR_HEAD"] = "fcr_head";
|
|
78
|
+
FcrIconType["FCR_HELPQUESTION"] = "fcr_helpquestion";
|
|
79
|
+
FcrIconType["FCR_HIDEVIDEO"] = "fcr_hidevideo";
|
|
80
|
+
FcrIconType["FCR_HOME_CODE2"] = "fcr_home_code2";
|
|
81
|
+
FcrIconType["FCR_HOST"] = "fcr_host";
|
|
82
|
+
FcrIconType["FCR_LEFT"] = "fcr_left";
|
|
83
|
+
FcrIconType["FCR_LEFT1"] = "fcr_left1";
|
|
84
|
+
FcrIconType["FCR_LEFT3"] = "fcr_left3";
|
|
85
|
+
FcrIconType["FCR_LEFT4"] = "fcr_left4";
|
|
86
|
+
FcrIconType["FCR_LINK"] = "fcr_link";
|
|
87
|
+
FcrIconType["FCR_LIST_DELETE"] = "fcr_list_delete";
|
|
88
|
+
FcrIconType["FCR_LIST_ON_RIGHT_BIG"] = "fcr_list_on_right_big";
|
|
89
|
+
FcrIconType["FCR_LIST_ON_TOP_BIG"] = "fcr_list_on_top_big";
|
|
90
|
+
FcrIconType["FCR_LIVE"] = "fcr_live";
|
|
91
|
+
FcrIconType["FCR_LIVEICON"] = "fcr_liveicon";
|
|
92
|
+
FcrIconType["FCR_LOADING"] = "fcr_loading";
|
|
93
|
+
FcrIconType["FCR_LOWER_HAND"] = "fcr_lower_hand";
|
|
94
|
+
FcrIconType["FCR_MINUS"] = "fcr_minus";
|
|
95
|
+
FcrIconType["FCR_MIRRORIMAGE_LEFT"] = "fcr_mirrorimage_left";
|
|
96
|
+
FcrIconType["FCR_MIRRORIMAGE_OFF"] = "fcr_mirrorimage_off";
|
|
97
|
+
FcrIconType["FCR_MIRRORIMAGE_RIGHT"] = "fcr_mirrorimage_right";
|
|
98
|
+
FcrIconType["FCR_MOBILE_CAMERA2"] = "fcr_mobile_camera2";
|
|
99
|
+
FcrIconType["FCR_MOBILE_CHAT2"] = "fcr_mobile_chat2";
|
|
100
|
+
FcrIconType["FCR_MOBILE_CHAT3"] = "fcr_mobile_chat3";
|
|
101
|
+
FcrIconType["FCR_MOBILE_DUPLICATE"] = "fcr_mobile_duplicate";
|
|
102
|
+
FcrIconType["FCR_MOBILE_MORE"] = "fcr_mobile_more";
|
|
103
|
+
FcrIconType["FCR_MOBILE_SHARESCREEN"] = "fcr_mobile_sharescreen";
|
|
104
|
+
FcrIconType["FCR_MOBILE_WHITEBOARD_REDO"] = "fcr_mobile_whiteboard_redo";
|
|
105
|
+
FcrIconType["FCR_MOBILE_WHITEBOARD_UNDO"] = "fcr_mobile_whiteboard_undo";
|
|
106
|
+
FcrIconType["FCR_MORE2"] = "fcr_more2";
|
|
107
|
+
FcrIconType["FCR_MOVE"] = "fcr_move";
|
|
108
|
+
FcrIconType["FCR_MOVETO"] = "fcr_moveto";
|
|
109
|
+
FcrIconType["FCR_MUTE"] = "fcr_mute";
|
|
110
|
+
FcrIconType["FCR_MUTECRASH"] = "fcr_mutecrash";
|
|
111
|
+
FcrIconType["FCR_MUTEDEFAULT"] = "fcr_mutedefault";
|
|
112
|
+
FcrIconType["FCR_NOMUTE"] = "fcr_nomute";
|
|
113
|
+
FcrIconType["FCR_NOTICE"] = "fcr_notice";
|
|
114
|
+
FcrIconType["FCR_ONELEAVE"] = "fcr_oneleave";
|
|
115
|
+
FcrIconType["FCR_OPENFILE"] = "fcr_openfile";
|
|
116
|
+
FcrIconType["FCR_ORDER_DOWN"] = "fcr_order_down";
|
|
117
|
+
FcrIconType["FCR_ORDER_UP"] = "fcr_order_up";
|
|
118
|
+
FcrIconType["FCR_PAUSE2"] = "fcr_pause2";
|
|
119
|
+
FcrIconType["FCR_PEN_CURVE_1SIZE"] = "fcr_pen_curve_1size";
|
|
120
|
+
FcrIconType["FCR_PEN_CURVE_2SIZE"] = "fcr_pen_curve_2size";
|
|
121
|
+
FcrIconType["FCR_PEN_CURVE_3SIZE"] = "fcr_pen_curve_3size";
|
|
122
|
+
FcrIconType["FCR_PEN_CURVE_4SIZE"] = "fcr_pen_curve_4size";
|
|
123
|
+
FcrIconType["FCR_PEN_LINE_1SIZE"] = "fcr_pen_line_1size";
|
|
124
|
+
FcrIconType["FCR_PEN_LINE_2SIZE"] = "fcr_pen_line_2size";
|
|
125
|
+
FcrIconType["FCR_PEN_LINE_3SIZE"] = "fcr_pen_line_3size";
|
|
126
|
+
FcrIconType["FCR_PEN_LINE_4SIZE"] = "fcr_pen_line_4size";
|
|
127
|
+
FcrIconType["FCR_PENSIZE"] = "fcr_pensize";
|
|
128
|
+
FcrIconType["FCR_PENSIZE_STRAIGHT"] = "fcr_pensize_straight";
|
|
129
|
+
FcrIconType["FCR_PEOPLE"] = "fcr_people";
|
|
130
|
+
FcrIconType["FCR_PHONECALL1"] = "fcr_phonecall1";
|
|
131
|
+
FcrIconType["FCR_PHONECALL2"] = "fcr_phonecall2";
|
|
132
|
+
FcrIconType["FCR_PHONECALL3"] = "fcr_phonecall3";
|
|
133
|
+
FcrIconType["FCR_PHONECALL_SILENCE"] = "fcr_phonecall_silence";
|
|
134
|
+
FcrIconType["FCR_PICTURE"] = "fcr_picture";
|
|
135
|
+
FcrIconType["FCR_PIN"] = "fcr_pin";
|
|
136
|
+
FcrIconType["FCR_PINPAGE"] = "fcr_pinpage";
|
|
137
|
+
FcrIconType["FCR_PINPAGE2"] = "fcr_pinpage2";
|
|
138
|
+
FcrIconType["FCR_PLATFORM"] = "fcr_platform";
|
|
139
|
+
FcrIconType["FCR_PPT_BROKEN"] = "fcr_ppt_broken";
|
|
140
|
+
FcrIconType["FCR_QUESTION"] = "fcr_question";
|
|
141
|
+
FcrIconType["FCR_QUESTION2"] = "fcr_question2";
|
|
142
|
+
FcrIconType["FCR_QUIT2"] = "fcr_quit2";
|
|
143
|
+
FcrIconType["FCR_RAISEHANDS"] = "fcr_raisehands";
|
|
144
|
+
FcrIconType["FCR_RECORDING_END"] = "fcr_recording_end";
|
|
145
|
+
FcrIconType["FCR_RECORDING_ON"] = "fcr_recording_on";
|
|
146
|
+
FcrIconType["FCR_RECORDING_PLAY"] = "fcr_recording_play";
|
|
147
|
+
FcrIconType["FCR_RECORDING_PLAY2"] = "fcr_recording_play2";
|
|
148
|
+
FcrIconType["FCR_RECORDING_STOP"] = "fcr_recording_stop";
|
|
149
|
+
FcrIconType["FCR_REMOVE_PIN"] = "fcr_remove_pin";
|
|
150
|
+
FcrIconType["FCR_RENAME"] = "fcr_rename";
|
|
151
|
+
FcrIconType["FCR_RESET"] = "fcr_reset";
|
|
152
|
+
FcrIconType["FCR_REVERSEORDER"] = "fcr_reverseorder";
|
|
153
|
+
FcrIconType["FCR_REWARD"] = "fcr_reward";
|
|
154
|
+
FcrIconType["FCR_REWARDALL"] = "fcr_rewardall";
|
|
155
|
+
FcrIconType["FCR_RIGHT"] = "fcr_right";
|
|
156
|
+
FcrIconType["FCR_RIGHT2"] = "fcr_right2";
|
|
157
|
+
FcrIconType["FCR_RIGHT3"] = "fcr_right3";
|
|
158
|
+
FcrIconType["FCR_RIGHT4"] = "fcr_right4";
|
|
159
|
+
FcrIconType["FCR_RIGHT5"] = "fcr_right5";
|
|
160
|
+
FcrIconType["FCR_RIGHTWINDOWS"] = "fcr_rightwindows";
|
|
161
|
+
FcrIconType["FCR_ROTATINGVIDEO"] = "fcr_rotatingvideo";
|
|
162
|
+
FcrIconType["FCR_SCREENSHARE_CHANGE1"] = "fcr_screenshare_change1";
|
|
163
|
+
FcrIconType["FCR_SCREENSHARE_CHANGE2"] = "fcr_screenshare_change2";
|
|
164
|
+
FcrIconType["FCR_SCREENSHARING"] = "fcr_screensharing";
|
|
165
|
+
FcrIconType["FCR_SCREENSHARING_1"] = "fcr_screensharing_1";
|
|
166
|
+
FcrIconType["FCR_SCREENSHARING_ON"] = "fcr_screensharing_on";
|
|
167
|
+
FcrIconType["FCR_SECURITY"] = "fcr_security";
|
|
168
|
+
FcrIconType["FCR_SEND"] = "fcr_send";
|
|
169
|
+
FcrIconType["FCR_SETTING"] = "fcr_setting";
|
|
170
|
+
FcrIconType["FCR_SETTING_NONE"] = "fcr_setting_none";
|
|
171
|
+
FcrIconType["FCR_SHARE"] = "fcr_share";
|
|
172
|
+
FcrIconType["FCR_SHARINGBAR_DOWN"] = "fcr_sharingbar_down";
|
|
173
|
+
FcrIconType["FCR_SHARINGBAR_UP"] = "fcr_sharingbar_up";
|
|
174
|
+
FcrIconType["FCR_SHOWVIDEO"] = "fcr_showvideo";
|
|
175
|
+
FcrIconType["FCR_SIPDEVICE"] = "fcr_sipdevice";
|
|
176
|
+
FcrIconType["FCR_SMOOTH"] = "fcr_smooth";
|
|
177
|
+
FcrIconType["FCR_STAR"] = "fcr_star";
|
|
178
|
+
FcrIconType["FCR_STOP"] = "fcr_stop";
|
|
179
|
+
FcrIconType["FCR_STOP3"] = "fcr_stop3";
|
|
180
|
+
FcrIconType["FCR_STOPLIVE"] = "fcr_stoplive";
|
|
181
|
+
FcrIconType["FCR_STOPSCREENSHARING"] = "fcr_stopscreensharing";
|
|
182
|
+
FcrIconType["FCR_STUDENT_RASIEHAND"] = "fcr_student_rasiehand";
|
|
183
|
+
FcrIconType["FCR_SUBTRACT"] = "fcr_subtract";
|
|
184
|
+
FcrIconType["FCR_TOOLTIP_ARROW"] = "fcr_tooltip_arrow";
|
|
185
|
+
FcrIconType["FCR_TOOLTIP_ARROW_2"] = "fcr_tooltip_arrow_2";
|
|
186
|
+
FcrIconType["FCR_TOPWINDOWS"] = "fcr_topwindows";
|
|
187
|
+
FcrIconType["FCR_UNDERLINE"] = "fcr_underline";
|
|
188
|
+
FcrIconType["FCR_UNPIN"] = "fcr_unpin";
|
|
189
|
+
FcrIconType["FCR_UP"] = "fcr_up";
|
|
190
|
+
FcrIconType["FCR_UP2"] = "fcr_up2";
|
|
191
|
+
FcrIconType["FCR_UPLOADLIST"] = "fcr_uploadlist";
|
|
192
|
+
FcrIconType["FCR_UPORDER"] = "fcr_uporder";
|
|
193
|
+
FcrIconType["FCR_USERS"] = "fcr_users";
|
|
194
|
+
FcrIconType["FCR_V2_ANSWER"] = "fcr_v2_answer";
|
|
195
|
+
FcrIconType["FCR_V2_BREAKROOM"] = "fcr_v2_breakroom";
|
|
196
|
+
FcrIconType["FCR_V2_CHEVRON_DOWN2"] = "fcr_v2_chevron_down2";
|
|
197
|
+
FcrIconType["FCR_V2_CHEVRON_LEFT2"] = "fcr_v2_chevron_left2";
|
|
198
|
+
FcrIconType["FCR_V2_CHEVRON_RIGHT2"] = "fcr_v2_chevron_right2";
|
|
199
|
+
FcrIconType["FCR_V2_EXPANSIONSCREEN"] = "fcr_v2_expansionscreen";
|
|
200
|
+
FcrIconType["FCR_V2_GOU_ALART"] = "fcr_v2_gou_alart";
|
|
201
|
+
FcrIconType["FCR_V2_LOUDER"] = "fcr_v2_louder";
|
|
202
|
+
FcrIconType["FCR_V2_LOUDER_MIN"] = "fcr_v2_louder_min";
|
|
203
|
+
FcrIconType["FCR_V2_PHONE_MORE1"] = "fcr_v2_phone_more1";
|
|
204
|
+
FcrIconType["FCR_V2_POLL_ADD"] = "fcr_v2_poll_add";
|
|
205
|
+
FcrIconType["FCR_V2_POLL_MINUS"] = "fcr_v2_poll_minus";
|
|
206
|
+
FcrIconType["FCR_V2_POLL_ZOOM"] = "fcr_v2_poll_zoom";
|
|
207
|
+
FcrIconType["FCR_V2_QUITE"] = "fcr_v2_quite";
|
|
208
|
+
FcrIconType["FCR_V2_SEARCH"] = "fcr_v2_search";
|
|
209
|
+
FcrIconType["FCR_V2_SIGNAL_BAD"] = "fcr_v2_signal_bad";
|
|
210
|
+
FcrIconType["FCR_V2_SIGNAL_GOOD"] = "fcr_v2_signal_good";
|
|
211
|
+
FcrIconType["FCR_V2_SIGNAL_NORMAL"] = "fcr_v2_signal_normal";
|
|
212
|
+
FcrIconType["FCR_V2_TANHAO_ALART"] = "fcr_v2_tanhao_alart";
|
|
213
|
+
FcrIconType["FCR_V2_TIMER"] = "fcr_v2_timer";
|
|
214
|
+
FcrIconType["FCR_V2_TOOL_NEW"] = "fcr_v2_tool_new";
|
|
215
|
+
FcrIconType["FCR_V2_VOTE"] = "fcr_v2_vote";
|
|
216
|
+
FcrIconType["FCR_VIDEO_SHARESCREEN"] = "fcr_video_sharescreen";
|
|
217
|
+
FcrIconType["FCR_VIDEOBACK"] = "fcr_videoback";
|
|
218
|
+
FcrIconType["FCR_WEB_CHAT"] = "fcr_web_chat";
|
|
219
|
+
FcrIconType["FCR_WEB_CONNECTSOUND"] = "fcr_web_connectsound";
|
|
220
|
+
FcrIconType["FCR_WEB_FULLSCREAM"] = "fcr_web_fullscream";
|
|
221
|
+
FcrIconType["FCR_WEB_MOVE_PAGE"] = "fcr_web_move_page";
|
|
222
|
+
FcrIconType["FCR_WEB_RESTORATION"] = "fcr_web_restoration";
|
|
223
|
+
FcrIconType["FCR_WEB_SCALE_LEFT"] = "fcr_web_scale_left";
|
|
224
|
+
FcrIconType["FCR_WEB_SCALE_RIGHT"] = "fcr_web_scale_right";
|
|
225
|
+
FcrIconType["FCR_WEB_SHARINGVIEW_MIDDLE"] = "fcr_web_sharingview_middle";
|
|
226
|
+
FcrIconType["FCR_WEB_SHARINGVIEW_MIX"] = "fcr_web_sharingview_mix";
|
|
227
|
+
FcrIconType["FCR_WEB_SHARINGVIEW_SMALL"] = "fcr_web_sharingview_small";
|
|
228
|
+
FcrIconType["FCR_WEB_SMALLEST"] = "fcr_web_smallest";
|
|
229
|
+
FcrIconType["FCR_WHITEBOARD"] = "fcr_whiteboard";
|
|
230
|
+
FcrIconType["FCR_WHITEBOARD2"] = "fcr_whiteboard2";
|
|
231
|
+
FcrIconType["FCR_WHITEBOARD_BACK"] = "fcr_whiteboard_back";
|
|
232
|
+
FcrIconType["FCR_WHITEBOARD_BG"] = "fcr_whiteboard_bg";
|
|
233
|
+
FcrIconType["FCR_WHITEBOARD_CLOUD"] = "fcr_whiteboard_cloud";
|
|
234
|
+
FcrIconType["FCR_WHITEBOARD_ELIMINATE"] = "fcr_whiteboard_eliminate";
|
|
235
|
+
FcrIconType["FCR_WHITEBOARD_ERASER"] = "fcr_whiteboard_eraser";
|
|
236
|
+
FcrIconType["FCR_WHITEBOARD_EXPAND2"] = "fcr_whiteboard_expand2";
|
|
237
|
+
FcrIconType["FCR_WHITEBOARD_FORWARD"] = "fcr_whiteboard_forward";
|
|
238
|
+
FcrIconType["FCR_WHITEBOARD_LASERPEN"] = "fcr_whiteboard_laserpen";
|
|
239
|
+
FcrIconType["FCR_WHITEBOARD_LASERPEN2"] = "fcr_whiteboard_laserpen2";
|
|
240
|
+
FcrIconType["FCR_WHITEBOARD_LOWERRIGHTARROW"] = "fcr_whiteboard_lowerrightarrow";
|
|
241
|
+
FcrIconType["FCR_WHITEBOARD_MOUSE"] = "fcr_whiteboard_mouse";
|
|
242
|
+
FcrIconType["FCR_WHITEBOARD_MOVE"] = "fcr_whiteboard_move";
|
|
243
|
+
FcrIconType["FCR_WHITEBOARD_MOVESUBJECTS"] = "fcr_whiteboard_movesubjects";
|
|
244
|
+
FcrIconType["FCR_WHITEBOARD_MOVESUBJECTS2"] = "fcr_whiteboard_movesubjects2";
|
|
245
|
+
FcrIconType["FCR_WHITEBOARD_ON"] = "fcr_whiteboard_on";
|
|
246
|
+
FcrIconType["FCR_WHITEBOARD_PAGE"] = "fcr_whiteboard_page";
|
|
247
|
+
FcrIconType["FCR_WHITEBOARD_PED"] = "fcr_whiteboard_ped";
|
|
248
|
+
FcrIconType["FCR_WHITEBOARD_PED2"] = "fcr_whiteboard_ped2";
|
|
249
|
+
FcrIconType["FCR_WHITEBOARD_PED3"] = "fcr_whiteboard_ped3";
|
|
250
|
+
FcrIconType["FCR_WHITEBOARD_PED_CURVE"] = "fcr_whiteboard_ped_curve";
|
|
251
|
+
FcrIconType["FCR_WHITEBOARD_PED_STRAIGHTLINE"] = "fcr_whiteboard_ped_straightline";
|
|
252
|
+
FcrIconType["FCR_WHITEBOARD_SAVE"] = "fcr_whiteboard_save";
|
|
253
|
+
FcrIconType["FCR_WHITEBOARD_SHAP_ARROW"] = "fcr_whiteboard_shap_arrow";
|
|
254
|
+
FcrIconType["FCR_WHITEBOARD_SHAP_CIRCLE"] = "fcr_whiteboard_shap_circle";
|
|
255
|
+
FcrIconType["FCR_WHITEBOARD_SHAP_CIRCLE_1"] = "fcr_whiteboard_shap_circle_1";
|
|
256
|
+
FcrIconType["FCR_WHITEBOARD_SHAP_LINE"] = "fcr_whiteboard_shap_line";
|
|
257
|
+
FcrIconType["FCR_WHITEBOARD_SHAP_REHUMBUS"] = "fcr_whiteboard_shap_rehumbus";
|
|
258
|
+
FcrIconType["FCR_WHITEBOARD_SHAP_SQUARE"] = "fcr_whiteboard_shap_square";
|
|
259
|
+
FcrIconType["FCR_WHITEBOARD_SHAP_STAR"] = "fcr_whiteboard_shap_star";
|
|
260
|
+
FcrIconType["FCR_WHITEBOARD_SHAP_TRIANGLE"] = "fcr_whiteboard_shap_triangle";
|
|
261
|
+
FcrIconType["FCR_WHITEBOARD_SLICE"] = "fcr_whiteboard_slice";
|
|
262
|
+
FcrIconType["FCR_WHITEBOARD_TEXT"] = "fcr_whiteboard_text";
|
|
263
|
+
FcrIconType["FCR_WHITEBOARD_TOOLBOX"] = "fcr_whiteboard_toolbox";
|
|
264
|
+
FcrIconType["FCR_WHITECHOOSE"] = "fcr_whitechoose";
|
|
265
|
+
FcrIconType["FCR_WIHITEBOARD_SLICE"] = "fcr_wihiteboard_slice";
|
|
266
|
+
FcrIconType["FCR_WIHITEBOARD_SLICEWITHOUTCLASSROOM"] = "fcr_wihiteboard_slicewithoutclassroom";
|
|
267
|
+
FcrIconType["FCR_WINDOW_BIGGER"] = "fcr_window_bigger";
|
|
268
|
+
FcrIconType["FCR_WINDOW_SMALLER"] = "fcr_window_smaller";
|
|
269
|
+
FcrIconType["FCR_WINDOWPAGE_BIGGER"] = "fcr_windowpage_bigger";
|
|
270
|
+
FcrIconType["FCR_WINDOWPAGE_LONELY"] = "fcr_windowpage_lonely";
|
|
271
|
+
FcrIconType["FCR_WINDOWPAGE_SMALLER"] = "fcr_windowpage_smaller";
|
|
272
|
+
FcrIconType["FCR_WINDOWPAGE_SMALLER2"] = "fcr_windowpage_smaller2";
|
|
273
|
+
FcrIconType["FCR_WINDOWPAGE_SMALLER3"] = "fcr_windowpage_smaller3";
|
|
274
|
+
FcrIconType["FCR_WIZARD_ARROW"] = "fcr_wizard_arrow";
|
|
275
|
+
FcrIconType["FCR_WRONG"] = "fcr_wrong";
|
|
276
|
+
FcrIconType["FCR_ZOOMIN"] = "fcr_zoomin";
|
|
277
|
+
FcrIconType["FCR_ZOOMOUT"] = "fcr_zoomout";
|
|
278
|
+
return FcrIconType;
|
|
279
|
+
}({});
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
.fcr-clickabel-icon {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
cursor: pointer;
|
|
6
|
+
border: 1px solid;
|
|
7
|
+
outline: none;
|
|
8
|
+
position: relative;
|
|
9
|
+
}
|
|
10
|
+
.fcr-clickable-icon-large {
|
|
11
|
+
border-radius: var(--fcr_cornerradius_l);
|
|
12
|
+
width: 40px;
|
|
13
|
+
height: 40px;
|
|
14
|
+
}
|
|
15
|
+
.fcr-clickable-icon-small {
|
|
16
|
+
border-radius: var(--fcr_cornerradius_m);
|
|
17
|
+
width: 30px;
|
|
18
|
+
height: 30px;
|
|
19
|
+
}
|
|
20
|
+
.fcr-clickable-icon-mini {
|
|
21
|
+
border-radius: var(--fcr_cornerradius_xs);
|
|
22
|
+
width: 24px;
|
|
23
|
+
height: 24px;
|
|
24
|
+
}
|
|
25
|
+
.fcr-clickabel-icon:disabled {
|
|
26
|
+
cursor: not-allowed;
|
|
27
|
+
opacity: 0.4;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.fcr-clickabel-icon:active,
|
|
31
|
+
.fcr-clickabel-icon:focus {
|
|
32
|
+
outline: none;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.fcr-clickabel-icon {
|
|
36
|
+
border-color: var(--fcr_ui_scene_ramp_brand6);
|
|
37
|
+
background: var(--fcr_ui_scene_ramp_brand6);
|
|
38
|
+
--effect-color: var(--fcr_ui_scene_ramp_brand4);
|
|
39
|
+
}
|
|
40
|
+
.fcr-clickabel-icon:not(:disabled):active {
|
|
41
|
+
border-color: var(--fcr_ui_scene_ramp_brand8);
|
|
42
|
+
background: var(--fcr_ui_scene_ramp_brand8);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.fcr-pretest-device-icon-active {
|
|
46
|
+
border-color: var(--fcr_ui_scene_ramp_purple6);
|
|
47
|
+
background: var(--fcr_ui_scene_ramp_purple6);
|
|
48
|
+
--effect-color: var(--fcr_ui_scene_ramp_purple4);
|
|
49
|
+
}
|
|
50
|
+
.fcr-pretest-device-icon-active:not(.fcr-pretest-device-icon-disabled):active {
|
|
51
|
+
border-color: var(--fcr_ui_scene_ramp_purple8);
|
|
52
|
+
background: var(--fcr_ui_scene_ramp_purple8);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.fcr-pretest-device-icon-inactive {
|
|
56
|
+
border-color: var(--fcr_ui_scene_ramp_red6);
|
|
57
|
+
--effect-color: var(--fcr_ui_scene_ramp_red4);
|
|
58
|
+
background: var(--fcr_ui_scene_ramp_red6);
|
|
59
|
+
}
|
|
60
|
+
.fcr-pretest-device-icon-inactive:not(.fcr-pretest-device-icon-disabled):active {
|
|
61
|
+
border-color: var(--fcr_ui_scene_ramp_red8);
|
|
62
|
+
background: var(--fcr_ui_scene_ramp_red8);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.fcr-pretest-device-icon-idle {
|
|
66
|
+
background: transparent;
|
|
67
|
+
border-color: var(--fcr_ui_scene_input);
|
|
68
|
+
--effect-color: var(--fcr_ui_scene_input);
|
|
69
|
+
}
|
|
70
|
+
.fcr-pretest-device-icon-idle:not(.fcr-pretest-device-icon-disabled):active {
|
|
71
|
+
background: transparent;
|
|
72
|
+
border-color: var(--fcr_ui_scene_input);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.fcr-clickabel-icon.fcr-pretest-device-icon-disabled,
|
|
76
|
+
.fcr-clickabel-icon.fcr-pretest-device-icon-disabled:active {
|
|
77
|
+
background: transparent;
|
|
78
|
+
border-color: var(--fcr_ui_scene_input);
|
|
79
|
+
cursor: not-allowed;
|
|
80
|
+
opacity: 0.4;
|
|
81
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { FcrIconProps } from '../icon';
|
|
3
|
+
import { FcrIconType } from '../icon/type';
|
|
4
|
+
import './index.css';
|
|
5
|
+
interface FcrIconButtonProps {
|
|
6
|
+
size?: 'large' | 'small' | 'mini';
|
|
7
|
+
icon: FcrIconType;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
className?: string;
|
|
10
|
+
onClick?: () => void;
|
|
11
|
+
iconColors?: FcrIconProps['colors'];
|
|
12
|
+
}
|
|
13
|
+
export declare const FcrIconButton: FC<FcrIconButtonProps>;
|
|
14
|
+
export interface PretestDeviceIconProps {
|
|
15
|
+
icon: FcrIconType;
|
|
16
|
+
status: 'active' | 'inactive' | 'idle' | 'disabled';
|
|
17
|
+
tooltip: string;
|
|
18
|
+
onClick?: () => void;
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
className?: string;
|
|
21
|
+
size?: 'large' | 'small';
|
|
22
|
+
}
|
|
23
|
+
export declare const FcrPretestDeviceIcon: FC<PretestDeviceIconProps>;
|
|
24
|
+
export {};
|