@tencentcloud/roomkit-electron-vue3 2.6.7 → 2.7.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/es/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +1 -1
- package/es/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +2 -2
- package/es/components/Chat/index/index.vue.mjs +1 -1
- package/es/components/Chat/index/index.vue2.mjs +1 -0
- package/es/components/ManageMember/MemberControl/index.vue.mjs +1 -1
- package/es/components/ManageMember/MemberControl/index.vue2.mjs +4 -4
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +3 -2
- package/es/components/ManageMember/MemberControl/useMemberControlHooks.mjs +20 -15
- package/es/components/ManageMember/MemberInvite/MemberInvite.vue.mjs +1 -1
- package/es/components/ManageMember/MemberInvite/MemberInvite.vue2.mjs +5 -15
- package/es/components/ManageMember/MemberItem/index.vue.d.ts +0 -2
- package/es/components/ManageMember/MemberItem/index.vue.mjs +1 -1
- package/es/components/ManageMember/MemberItem/index.vue2.mjs +6 -19
- package/es/components/ManageMember/MemberItemCommon/MemberInfo.vue.mjs +1 -1
- package/es/components/ManageMember/MemberItemCommon/MemberInfo.vue2.mjs +9 -2
- package/es/components/ManageMember/index.vue.mjs +1 -1
- package/es/components/ManageMember/index.vue2.mjs +2 -3
- package/es/components/ManageMember/useIndexHooks.mjs +0 -18
- package/es/components/PreRoom/PasswordDialog.vue.mjs +1 -1
- package/es/components/PreRoom/PasswordDialog.vue2.mjs +14 -15
- package/es/components/RoomContent/StreamList/index.vue.mjs +1 -1
- package/es/components/RoomContent/StreamList/index.vue2.mjs +23 -9
- package/es/components/RoomContent/StreamRegion/StreamCover/index.vue.mjs +1 -1
- package/es/components/RoomContent/StreamRegion/index.vue.d.ts +1 -0
- package/es/components/RoomContent/StreamRegion/index.vue.mjs +1 -1
- package/es/components/RoomContent/StreamRegion/index.vue2.mjs +9 -5
- package/es/components/RoomFooter/ApplyControl/MemberApplyControl.vue.mjs +1 -1
- package/es/components/RoomFooter/ApplyControl/MemberApplyControl.vue2.mjs +3 -4
- package/es/components/RoomFooter/BasicBeauty.vue.mjs +1 -1
- package/es/components/RoomFooter/BasicBeauty.vue2.mjs +13 -5
- package/es/components/RoomFooter/InviteControl.vue.d.ts +5 -1
- package/es/components/RoomFooter/InviteControl.vue.mjs +1 -1
- package/es/components/RoomFooter/InviteControl.vue2.mjs +13 -11
- package/es/components/RoomFooter/ScreenShareControl/Index.vue.mjs +1 -1
- package/es/components/RoomFooter/ScreenShareControl/Index.vue2.mjs +1 -3
- package/es/components/RoomFooter/VirtualBackground.vue.mjs +1 -1
- package/es/components/RoomFooter/VirtualBackground.vue2.mjs +2 -1
- package/es/components/RoomHeader/UserInfo/index.vue.d.ts +6 -12
- package/es/components/RoomHeader/UserInfo/index.vue.mjs +1 -1
- package/es/components/RoomHeader/UserInfo/index.vue2.mjs +94 -9
- package/es/components/RoomHeader/UserInfo/useUserInfoHooks.d.ts +8 -2
- package/es/components/RoomHeader/UserInfo/useUserInfoHooks.mjs +18 -1
- package/es/components/RoomHeader/index/NetworkInfo.vue.mjs +1 -1
- package/es/components/RoomHeader/index/NetworkInfo.vue2.mjs +8 -3
- package/es/components/RoomInvite/InvitationNotification.vue.mjs +1 -1
- package/es/components/RoomInvite/InvitationNotification.vue2.mjs +13 -5
- package/es/components/RoomInvite/index.vue.mjs +2 -2
- package/es/components/RoomInvite/index.vue2.mjs +5 -5
- package/es/components/RoomInvite/useRoomInviteHooks.d.ts +10 -13
- package/es/components/RoomInvite/useRoomInviteHooks.mjs +26 -42
- package/es/components/ScheduleConference/InvitePanel.vue.d.ts +2 -0
- package/es/components/ScheduleConference/InvitePanel.vue.mjs +1 -1
- package/es/components/ScheduleConference/InvitePanel.vue2.mjs +7 -2
- package/es/components/ScheduleConference/PanelContainer.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleConferencePanel/index.vue2.mjs +21 -3
- package/es/components/ScheduleConference/ScheduleRoomControl.vue.mjs +1 -1
- package/es/components/ScheduleConference/ScheduleRoomControl.vue2.mjs +1 -1
- package/es/components/ScheduleConference/TimezonePicker.vue.mjs +1 -2
- package/es/components/Whiteboard/ToolBox/Arrow/index.vue.d.ts +12 -0
- package/es/components/Whiteboard/ToolBox/Arrow/index.vue.mjs +163 -0
- package/es/components/Whiteboard/ToolBox/Arrow/index.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/ClearButton.vue.d.ts +6 -0
- package/es/components/Whiteboard/ToolBox/ClearButton.vue.mjs +26 -0
- package/es/components/Whiteboard/ToolBox/ClearButton.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/DownloadButton.vue.d.ts +6 -0
- package/es/components/Whiteboard/ToolBox/DownloadButton.vue.mjs +26 -0
- package/es/components/Whiteboard/ToolBox/DownloadButton.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/EraserButton.vue.d.ts +10 -0
- package/es/components/Whiteboard/ToolBox/EraserButton.vue.mjs +39 -0
- package/es/components/Whiteboard/ToolBox/EraserButton.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Icon/ArrowIcon.vue.mjs +24 -0
- package/es/components/Whiteboard/ToolBox/Icon/ClearIcon.vue.mjs +25 -0
- package/es/components/Whiteboard/ToolBox/Icon/DownloadIcon.vue.mjs +28 -0
- package/es/components/Whiteboard/ToolBox/Icon/EraserIcon.vue.mjs +25 -0
- package/es/components/Whiteboard/ToolBox/Icon/ImageIcon.vue.mjs +30 -0
- package/es/components/Whiteboard/ToolBox/Icon/LaserIcon.vue.mjs +30 -0
- package/es/components/Whiteboard/ToolBox/Icon/PencilIcon.vue.mjs +35 -0
- package/es/components/Whiteboard/ToolBox/Icon/RedoIcon.vue.mjs +25 -0
- package/es/components/Whiteboard/ToolBox/Icon/RetractIcon.vue.mjs +25 -0
- package/es/components/Whiteboard/ToolBox/Icon/SelectIcon.vue.mjs +25 -0
- package/es/components/Whiteboard/ToolBox/Icon/SeparatorLine.vue.d.ts +2 -0
- package/es/components/Whiteboard/ToolBox/Icon/SeparatorLine.vue.mjs +24 -0
- package/es/components/Whiteboard/ToolBox/Icon/ShapeIcon.vue.d.ts +2 -0
- package/es/components/Whiteboard/ToolBox/Icon/ShapeIcon.vue.mjs +25 -0
- package/es/components/Whiteboard/ToolBox/Icon/TextIcon.vue.d.ts +2 -0
- package/es/components/Whiteboard/ToolBox/Icon/TextIcon.vue.mjs +23 -0
- package/es/components/Whiteboard/ToolBox/Icon/TopLine.vue.d.ts +2 -0
- package/es/components/Whiteboard/ToolBox/Icon/TopLine.vue.mjs +21 -0
- package/es/components/Whiteboard/ToolBox/Icon/UndoIcon.vue.d.ts +2 -0
- package/es/components/Whiteboard/ToolBox/Icon/UndoIcon.vue.mjs +25 -0
- package/es/components/Whiteboard/ToolBox/Image/BlackIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/BlueIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/DarkGrayIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/DeepBlueIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/GrayIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/GreenIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/H1.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/H2.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/H3.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/H4.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/LightGrayIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/OrangeIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/PurpleIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/RedIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/ShapeCircle.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/ShapeLine.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/ShapeRectangle.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/ShapeTriangle.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/SizeBig.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/SizeLarge.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/SizeMid.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/SizeSmall.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/StyleDashed.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/StyleSolid.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/WhiteIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Image/YellowIcon.svg.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/ImageButton.vue.d.ts +6 -0
- package/es/components/Whiteboard/ToolBox/ImageButton.vue.mjs +26 -0
- package/es/components/Whiteboard/ToolBox/ImageButton.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/LaserButton.vue.d.ts +10 -0
- package/es/components/Whiteboard/ToolBox/LaserButton.vue.mjs +39 -0
- package/es/components/Whiteboard/ToolBox/LaserButton.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Pencil/index.vue.d.ts +14 -0
- package/es/components/Whiteboard/ToolBox/Pencil/index.vue.mjs +165 -0
- package/es/components/Whiteboard/ToolBox/Pencil/index.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/RedoButton.vue.d.ts +12 -0
- package/es/components/Whiteboard/ToolBox/RedoButton.vue.mjs +40 -0
- package/es/components/Whiteboard/ToolBox/RedoButton.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/RetractButton.vue.d.ts +6 -0
- package/es/components/Whiteboard/ToolBox/RetractButton.vue.mjs +26 -0
- package/es/components/Whiteboard/ToolBox/RetractButton.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/SelectButton.vue.d.ts +12 -0
- package/es/components/Whiteboard/ToolBox/SelectButton.vue.mjs +54 -0
- package/es/components/Whiteboard/ToolBox/SelectButton.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Shape/index.vue.d.ts +12 -0
- package/es/components/Whiteboard/ToolBox/Shape/index.vue.mjs +233 -0
- package/es/components/Whiteboard/ToolBox/Shape/index.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/Text/index.vue.d.ts +12 -0
- package/es/components/Whiteboard/ToolBox/Text/index.vue.mjs +152 -0
- package/es/components/Whiteboard/ToolBox/Text/index.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/UndoButton.vue.d.ts +10 -0
- package/es/components/Whiteboard/ToolBox/UndoButton.vue.mjs +36 -0
- package/es/components/Whiteboard/ToolBox/UndoButton.vue2.mjs +4 -0
- package/es/components/Whiteboard/ToolBox/index.vue.d.ts +16 -0
- package/es/components/Whiteboard/ToolBox/index.vue.mjs +174 -0
- package/es/components/Whiteboard/ToolBox/index.vue3.mjs +5 -0
- package/es/components/Whiteboard/core/arrow.mjs +9 -4
- package/es/components/Whiteboard/core/historyManager.d.ts +27 -0
- package/es/components/Whiteboard/core/historyManager.mjs +96 -0
- package/es/components/Whiteboard/core/index.d.ts +8 -10
- package/es/components/Whiteboard/core/index.mjs +103 -51
- package/es/components/Whiteboard/index.vue.mjs +246 -5
- package/es/components/Whiteboard/index.vue3.mjs +5 -0
- package/es/components/Whiteboard/type.d.ts +50 -0
- package/es/components/Whiteboard/type.mjs +92 -0
- package/es/components/common/base/Badge.vue.d.ts +1 -1
- package/es/components/common/base/Checkbox/index.vue.d.ts +1 -1
- package/es/components/common/base/Dialog/index.vue.d.ts +4 -4
- package/es/components/common/base/IconButton.vue.d.ts +2 -2
- package/es/components/common/base/Input/index.vue.d.ts +8 -4
- package/es/components/common/base/Input/index.vue.mjs +1 -1
- package/es/components/common/base/Input/index.vue2.mjs +16 -3
- package/es/components/common/base/Message/Message.vue.d.ts +3 -3
- package/es/components/common/base/MessageBox/index.vue.d.ts +1 -1
- package/es/components/common/base/Notification/index.vue.d.ts +1 -1
- package/es/components/common/base/Select/index.vue.d.ts +1 -1
- package/es/components/common/base/Slider.vue.d.ts +2 -2
- package/es/conference.d.ts +0 -2
- package/es/conference.mjs +0 -3
- package/es/conference.vue.mjs +1 -1
- package/es/conference.vue2.mjs +5 -2
- package/es/directives/vTap.d.ts +4 -3
- package/es/directives/vTap.mjs +14 -3
- package/es/directives/vTouchScale.d.ts +9 -0
- package/es/directives/vTouchScale.mjs +200 -0
- package/es/extension/utils/setLanguage.mjs +9 -6
- package/es/index.mjs +732 -839
- package/es/locales/en-US.d.ts +17 -3
- package/es/locales/en-US.mjs +17 -3
- package/es/locales/zh-CN.d.ts +17 -3
- package/es/locales/zh-CN.mjs +17 -3
- package/es/preConference.vue.mjs +1 -1
- package/es/services/function/errorHandler.mjs +1 -1
- package/es/services/manager/conferenceInvitationManager.mjs +1 -0
- package/es/services/manager/userManager.mjs +3 -1
- package/es/services/roomService.d.ts +2 -2
- package/es/services/roomService.mjs +2 -2
- package/es/stores/room.mjs +3 -0
- package/es/utils/common.d.ts +2 -0
- package/es/utils/common.mjs +5 -1
- package/es/utils/utils.d.ts +0 -6
- package/es/utils/utils.mjs +0 -5
- package/lib/components/Chat/ChatEditor/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/chat-header/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-at/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input/message-input-quote/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/emoji-picker-dialog.vue.d.ts +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/emoji-picker/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/evaluate/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/file-upload/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/image-upload/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/toolbar-item-container/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/video-upload/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-input-toolbar/words/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-convert/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-quote/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-record/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/message-translate/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/read-status/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-elements/simple-message-list/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-group-application/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/message-tool/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/read-receipt-panel/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/message-list/scroll-button/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/TUIChat/mulitple-select-panel/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Avatar/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/BottomPopup/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Dialog/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Drawer/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/FetchMore/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/ImagePreviewer/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Overlay/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/ProgressMessage/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/RadioSelect/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Toast/index.vue.d.ts +2 -2
- package/lib/components/Chat/ChatKit/components/common/Toast/index.vue.js +1 -1
- package/lib/components/Chat/ChatKit/components/common/Transfer/index.vue.js +1 -1
- package/lib/components/Chat/EditorTools/index.vue.js +1 -1
- package/lib/components/Chat/MessageList/index.vue.js +1 -1
- package/lib/components/Chat/index/index.vue.js +2 -2
- package/lib/components/Chat/index/index.vue2.js +1 -0
- package/lib/components/ManageMember/MemberControl/index.vue.js +2 -2
- package/lib/components/ManageMember/MemberControl/index.vue2.js +4 -4
- package/lib/components/ManageMember/MemberControl/useMemberControlHooks.d.ts +3 -2
- package/lib/components/ManageMember/MemberControl/useMemberControlHooks.js +19 -14
- package/lib/components/ManageMember/MemberInvite/MemberInvite.vue.js +1 -1
- package/lib/components/ManageMember/MemberInvite/MemberInvite.vue2.js +4 -14
- package/lib/components/ManageMember/MemberItem/index.vue.d.ts +0 -2
- package/lib/components/ManageMember/MemberItem/index.vue.js +2 -2
- package/lib/components/ManageMember/MemberItem/index.vue2.js +5 -18
- package/lib/components/ManageMember/MemberItemCommon/MemberInfo.vue.js +1 -1
- package/lib/components/ManageMember/MemberItemCommon/MemberInfo.vue2.js +8 -1
- package/lib/components/ManageMember/index.vue.js +2 -2
- package/lib/components/ManageMember/index.vue2.js +2 -3
- package/lib/components/ManageMember/useIndexHooks.js +0 -18
- package/lib/components/PreRoom/PasswordDialog.vue.js +1 -1
- package/lib/components/PreRoom/PasswordDialog.vue2.js +13 -14
- package/lib/components/RoomContent/StreamContainer/index.vue.js +1 -1
- package/lib/components/RoomContent/StreamList/index.vue.js +2 -2
- package/lib/components/RoomContent/StreamList/index.vue2.js +23 -9
- package/lib/components/RoomContent/StreamRegion/LocalScreenView/index.vue.js +1 -1
- package/lib/components/RoomContent/StreamRegion/StreamCover/index.vue.js +2 -2
- package/lib/components/RoomContent/StreamRegion/StreamPlay/index.vue.js +1 -1
- package/lib/components/RoomContent/StreamRegion/index.vue.d.ts +1 -0
- package/lib/components/RoomContent/StreamRegion/index.vue.js +2 -2
- package/lib/components/RoomContent/StreamRegion/index.vue2.js +7 -3
- package/lib/components/RoomContent/index.vue.js +1 -1
- package/lib/components/RoomFooter/ApplyControl/MasterApplyControl/index.vue.js +1 -1
- package/lib/components/RoomFooter/ApplyControl/MemberApplyControl.vue.js +1 -1
- package/lib/components/RoomFooter/ApplyControl/MemberApplyControl.vue2.js +3 -4
- package/lib/components/RoomFooter/BasicBeauty.vue.js +1 -1
- package/lib/components/RoomFooter/BasicBeauty.vue2.js +13 -5
- package/lib/components/RoomFooter/EndControl/index.vue.js +1 -1
- package/lib/components/RoomFooter/InviteControl.vue.d.ts +5 -1
- package/lib/components/RoomFooter/InviteControl.vue.js +1 -1
- package/lib/components/RoomFooter/InviteControl.vue2.js +13 -11
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue.js +1 -1
- package/lib/components/RoomFooter/ScreenShareControl/Index.vue2.js +1 -3
- package/lib/components/RoomFooter/VirtualBackground.vue.js +1 -1
- package/lib/components/RoomFooter/VirtualBackground.vue2.js +2 -1
- package/lib/components/RoomFooter/index/index.vue.js +1 -1
- package/lib/components/RoomHeader/RoomInfo/index.vue.js +1 -1
- package/lib/components/RoomHeader/UserInfo/index.vue.d.ts +6 -12
- package/lib/components/RoomHeader/UserInfo/index.vue.js +2 -2
- package/lib/components/RoomHeader/UserInfo/index.vue2.js +93 -8
- package/lib/components/RoomHeader/UserInfo/useUserInfoHooks.d.ts +8 -2
- package/lib/components/RoomHeader/UserInfo/useUserInfoHooks.js +18 -1
- package/lib/components/RoomHeader/index/NetworkInfo.vue.js +1 -1
- package/lib/components/RoomHeader/index/NetworkInfo.vue2.js +8 -3
- package/lib/components/RoomHeader/index/index.vue.js +1 -1
- package/lib/components/RoomHome/RoomControl/index.vue.js +1 -1
- package/lib/components/RoomInvite/InvitationNotification.vue.js +1 -1
- package/lib/components/RoomInvite/InvitationNotification.vue2.js +13 -5
- package/lib/components/RoomInvite/index.vue.js +3 -3
- package/lib/components/RoomInvite/index.vue2.js +5 -5
- package/lib/components/RoomInvite/useRoomInviteHooks.d.ts +10 -13
- package/lib/components/RoomInvite/useRoomInviteHooks.js +25 -41
- package/lib/components/RoomMore/index.vue.js +1 -1
- package/lib/components/RoomSetting/index.vue.js +1 -1
- package/lib/components/ScheduleConference/InvitePanel.vue.d.ts +2 -0
- package/lib/components/ScheduleConference/InvitePanel.vue.js +1 -1
- package/lib/components/ScheduleConference/InvitePanel.vue2.js +7 -2
- package/lib/components/ScheduleConference/PanelContainer.vue.js +1 -1
- package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue.js +2 -2
- package/lib/components/ScheduleConference/ScheduleConferencePanel/index.vue2.js +20 -2
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue.js +1 -1
- package/lib/components/ScheduleConference/ScheduleRoomControl.vue2.js +1 -1
- package/lib/components/ScheduleConference/TimezonePicker.vue.js +1 -2
- package/lib/components/Whiteboard/ToolBox/Arrow/index.vue.d.ts +12 -0
- package/lib/components/Whiteboard/ToolBox/Arrow/index.vue.js +163 -0
- package/lib/components/Whiteboard/ToolBox/Arrow/index.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/ClearButton.vue.d.ts +6 -0
- package/lib/components/Whiteboard/ToolBox/ClearButton.vue.js +26 -0
- package/lib/components/Whiteboard/ToolBox/ClearButton.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/DownloadButton.vue.d.ts +6 -0
- package/lib/components/Whiteboard/ToolBox/DownloadButton.vue.js +26 -0
- package/lib/components/Whiteboard/ToolBox/DownloadButton.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/EraserButton.vue.d.ts +10 -0
- package/lib/components/Whiteboard/ToolBox/EraserButton.vue.js +39 -0
- package/lib/components/Whiteboard/ToolBox/EraserButton.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Icon/ArrowIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/ArrowIcon.vue.js +24 -0
- package/lib/components/Whiteboard/ToolBox/Icon/ClearIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/ClearIcon.vue.js +25 -0
- package/lib/components/Whiteboard/ToolBox/Icon/DownloadIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/DownloadIcon.vue.js +28 -0
- package/lib/components/Whiteboard/ToolBox/Icon/EraserIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/EraserIcon.vue.js +25 -0
- package/lib/components/Whiteboard/ToolBox/Icon/ImageIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/ImageIcon.vue.js +30 -0
- package/lib/components/Whiteboard/ToolBox/Icon/LaserIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/LaserIcon.vue.js +30 -0
- package/lib/components/Whiteboard/ToolBox/Icon/PencilIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/PencilIcon.vue.js +35 -0
- package/lib/components/Whiteboard/ToolBox/Icon/RedoIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/RedoIcon.vue.js +25 -0
- package/lib/components/Whiteboard/ToolBox/Icon/RetractIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/RetractIcon.vue.js +25 -0
- package/lib/components/Whiteboard/ToolBox/Icon/SelectIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/SelectIcon.vue.js +25 -0
- package/lib/components/Whiteboard/ToolBox/Icon/SeparatorLine.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/SeparatorLine.vue.js +24 -0
- package/lib/components/Whiteboard/ToolBox/Icon/ShapeIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/ShapeIcon.vue.js +25 -0
- package/lib/components/Whiteboard/ToolBox/Icon/TextIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/TextIcon.vue.js +23 -0
- package/lib/components/Whiteboard/ToolBox/Icon/TopLine.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/TopLine.vue.js +21 -0
- package/lib/components/Whiteboard/ToolBox/Icon/UndoIcon.vue.d.ts +2 -0
- package/lib/components/Whiteboard/ToolBox/Icon/UndoIcon.vue.js +25 -0
- package/lib/components/Whiteboard/ToolBox/Image/BlackIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/BlueIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/DarkGrayIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/DeepBlueIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/GrayIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/GreenIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/H1.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/H2.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/H3.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/H4.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/LightGrayIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/OrangeIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/PurpleIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/RedIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/ShapeCircle.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/ShapeLine.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/ShapeRectangle.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/ShapeTriangle.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/SizeBig.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/SizeLarge.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/SizeMid.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/SizeSmall.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/StyleDashed.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/StyleSolid.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/WhiteIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Image/YellowIcon.svg.js +4 -0
- package/lib/components/Whiteboard/ToolBox/ImageButton.vue.d.ts +6 -0
- package/lib/components/Whiteboard/ToolBox/ImageButton.vue.js +26 -0
- package/lib/components/Whiteboard/ToolBox/ImageButton.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/LaserButton.vue.d.ts +10 -0
- package/lib/components/Whiteboard/ToolBox/LaserButton.vue.js +39 -0
- package/lib/components/Whiteboard/ToolBox/LaserButton.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Pencil/index.vue.d.ts +14 -0
- package/lib/components/Whiteboard/ToolBox/Pencil/index.vue.js +165 -0
- package/lib/components/Whiteboard/ToolBox/Pencil/index.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/RedoButton.vue.d.ts +12 -0
- package/lib/components/Whiteboard/ToolBox/RedoButton.vue.js +40 -0
- package/lib/components/Whiteboard/ToolBox/RedoButton.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/RetractButton.vue.d.ts +6 -0
- package/lib/components/Whiteboard/ToolBox/RetractButton.vue.js +26 -0
- package/lib/components/Whiteboard/ToolBox/RetractButton.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/SelectButton.vue.d.ts +12 -0
- package/lib/components/Whiteboard/ToolBox/SelectButton.vue.js +54 -0
- package/lib/components/Whiteboard/ToolBox/SelectButton.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Shape/index.vue.d.ts +12 -0
- package/lib/components/Whiteboard/ToolBox/Shape/index.vue.js +233 -0
- package/lib/components/Whiteboard/ToolBox/Shape/index.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/Text/index.vue.d.ts +12 -0
- package/lib/components/Whiteboard/ToolBox/Text/index.vue.js +152 -0
- package/lib/components/Whiteboard/ToolBox/Text/index.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/UndoButton.vue.d.ts +10 -0
- package/lib/components/Whiteboard/ToolBox/UndoButton.vue.js +36 -0
- package/lib/components/Whiteboard/ToolBox/UndoButton.vue2.js +4 -0
- package/lib/components/Whiteboard/ToolBox/index.vue.d.ts +16 -0
- package/lib/components/Whiteboard/ToolBox/index.vue.js +174 -0
- package/lib/components/Whiteboard/ToolBox/index.vue3.js +5 -0
- package/lib/components/Whiteboard/core/arrow.js +9 -4
- package/lib/components/Whiteboard/core/historyManager.d.ts +27 -0
- package/lib/components/Whiteboard/core/historyManager.js +96 -0
- package/lib/components/Whiteboard/core/index.d.ts +8 -10
- package/lib/components/Whiteboard/core/index.js +103 -51
- package/lib/components/Whiteboard/index.vue.js +246 -5
- package/lib/components/Whiteboard/index.vue3.js +5 -0
- package/lib/components/Whiteboard/type.d.ts +50 -0
- package/lib/components/Whiteboard/type.js +92 -0
- package/lib/components/common/base/Badge.vue.d.ts +1 -1
- package/lib/components/common/base/Checkbox/index.vue.d.ts +1 -1
- package/lib/components/common/base/Checkbox/index.vue.js +1 -1
- package/lib/components/common/base/Datepicker/index.vue.js +1 -1
- package/lib/components/common/base/Dialog/index.vue.d.ts +4 -4
- package/lib/components/common/base/Dialog/index.vue.js +1 -1
- package/lib/components/common/base/IconButton.vue.d.ts +2 -2
- package/lib/components/common/base/Input/index.vue.d.ts +8 -4
- package/lib/components/common/base/Input/index.vue.js +2 -2
- package/lib/components/common/base/Input/index.vue2.js +16 -3
- package/lib/components/common/base/Message/Message.vue.d.ts +3 -3
- package/lib/components/common/base/MessageBox/index.vue.d.ts +1 -1
- package/lib/components/common/base/MessageBox/index.vue.js +1 -1
- package/lib/components/common/base/Notification/index.vue.d.ts +1 -1
- package/lib/components/common/base/Notification/index.vue.js +1 -1
- package/lib/components/common/base/Option/index.vue.js +1 -1
- package/lib/components/common/base/Select/index.vue.d.ts +1 -1
- package/lib/components/common/base/Select/index.vue.js +1 -1
- package/lib/components/common/base/Slider.vue.d.ts +2 -2
- package/lib/conference.d.ts +0 -2
- package/lib/conference.js +0 -3
- package/lib/conference.vue.js +1 -1
- package/lib/conference.vue2.js +7 -4
- package/lib/directives/vTap.d.ts +4 -3
- package/lib/directives/vTap.js +14 -3
- package/lib/directives/vTouchScale.d.ts +9 -0
- package/lib/directives/vTouchScale.js +200 -0
- package/lib/extension/utils/setLanguage.js +9 -6
- package/lib/index.js +748 -855
- package/lib/locales/en-US.d.ts +17 -3
- package/lib/locales/en-US.js +17 -3
- package/lib/locales/zh-CN.d.ts +17 -3
- package/lib/locales/zh-CN.js +17 -3
- package/lib/preConference.vue.js +1 -1
- package/lib/services/function/errorHandler.js +1 -1
- package/lib/services/manager/conferenceInvitationManager.js +1 -0
- package/lib/services/manager/userManager.js +3 -1
- package/lib/services/roomService.d.ts +2 -2
- package/lib/services/roomService.js +2 -2
- package/lib/stores/room.js +3 -0
- package/lib/utils/common.d.ts +2 -0
- package/lib/utils/common.js +5 -1
- package/lib/utils/utils.d.ts +0 -6
- package/lib/utils/utils.js +0 -5
- package/package.json +3 -3
- package/src/TUIRoom/components/Chat/index/index.vue +1 -0
- package/src/TUIRoom/components/ManageMember/MemberControl/index.vue +5 -3
- package/src/TUIRoom/components/ManageMember/MemberControl/useMemberControlHooks.ts +19 -12
- package/src/TUIRoom/components/ManageMember/MemberInvite/MemberInvite.vue +1 -30
- package/src/TUIRoom/components/ManageMember/MemberItem/index.vue +2 -12
- package/src/TUIRoom/components/ManageMember/MemberItemCommon/MemberInfo.vue +14 -2
- package/src/TUIRoom/components/ManageMember/index.vue +0 -1
- package/src/TUIRoom/components/ManageMember/useIndexHooks.ts +0 -21
- package/src/TUIRoom/components/PreRoom/PasswordDialog.vue +15 -18
- package/src/TUIRoom/components/RoomContent/StreamList/index.vue +34 -8
- package/src/TUIRoom/components/RoomContent/StreamRegion/StreamCover/index.vue +5 -1
- package/src/TUIRoom/components/RoomContent/StreamRegion/index.vue +3 -0
- package/src/TUIRoom/components/RoomFooter/ApplyControl/MemberApplyControl.vue +3 -4
- package/src/TUIRoom/components/RoomFooter/BasicBeauty.vue +33 -15
- package/src/TUIRoom/components/RoomFooter/InviteControl.vue +11 -14
- package/src/TUIRoom/components/RoomFooter/ScreenShareControl/Index.vue +1 -3
- package/src/TUIRoom/components/RoomFooter/VirtualBackground.vue +2 -1
- package/src/TUIRoom/components/RoomHeader/UserInfo/index.vue +77 -32
- package/src/TUIRoom/components/RoomHeader/UserInfo/useUserInfoHooks.ts +20 -9
- package/src/TUIRoom/components/RoomHeader/index/NetworkInfo.vue +7 -1
- package/src/TUIRoom/components/RoomInvite/InvitationNotification.vue +15 -4
- package/src/TUIRoom/components/RoomInvite/index.vue +4 -4
- package/src/TUIRoom/components/RoomInvite/useRoomInviteHooks.ts +25 -42
- package/src/TUIRoom/components/ScheduleConference/InvitePanel.vue +8 -2
- package/src/TUIRoom/components/ScheduleConference/PanelContainer.vue +1 -1
- package/src/TUIRoom/components/ScheduleConference/ScheduleConferencePanel/index.vue +23 -12
- package/src/TUIRoom/components/ScheduleConference/ScheduleRoomControl.vue +3 -0
- package/src/TUIRoom/components/ScheduleConference/TimezonePicker.vue +1 -2
- package/src/TUIRoom/components/Whiteboard/ToolBox/Arrow/index.vue +155 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/ClearButton.vue +18 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/DownloadButton.vue +17 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/EraserButton.vue +26 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/ArrowIcon.vue +14 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/ClearIcon.vue +15 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/DownloadIcon.vue +17 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/EraserIcon.vue +15 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/ImageIcon.vue +19 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/LaserIcon.vue +19 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/PencilIcon.vue +23 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/RedoIcon.vue +15 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/RetractIcon.vue +15 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/SaveIcon.vue +17 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/SelectIcon.vue +15 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/SeparatorLine.vue +10 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/ShapeIcon.vue +15 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/TextIcon.vue +13 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/TopLine.vue +76 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Icon/UndoIcon.vue +15 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/BlackIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/BlueIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/DarkGrayIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/DeepBlueIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/GrayIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/GreenIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/H1.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/H2.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/H3.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/H4.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/LightGrayIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/OrangeIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/PurpleIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/RedIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/ShapeCircle.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/ShapeLine.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/ShapeRectangle.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/ShapeTriangle.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/SizeBig.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/SizeLarge.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/SizeMid.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/SizeSmall.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/StyleDashed.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/StyleSolid.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/WhiteIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Image/YellowIcon.svg +3 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/ImageButton.vue +17 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/LaserButton.vue +27 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Pencil/index.vue +157 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/RedoButton.vue +25 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/RetractButton.vue +17 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/SelectButton.vue +42 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Shape/index.vue +218 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/Text/index.vue +147 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/UndoButton.vue +22 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/index.vue +289 -0
- package/src/TUIRoom/components/Whiteboard/ToolBox/whiteboard-tool.scss +52 -0
- package/src/TUIRoom/components/Whiteboard/core/arrow.ts +9 -4
- package/src/TUIRoom/components/Whiteboard/core/historyManager.ts +115 -0
- package/src/TUIRoom/components/Whiteboard/core/index.ts +112 -74
- package/src/TUIRoom/components/Whiteboard/index.vue +184 -59
- package/src/TUIRoom/components/Whiteboard/resources/editor/eraser-cursor.svg +18 -0
- package/src/TUIRoom/components/Whiteboard/resources/editor/laser-cursor.svg +28 -0
- package/src/TUIRoom/components/Whiteboard/type.ts +53 -0
- package/src/TUIRoom/components/common/base/ActionSheep.vue +17 -5
- package/src/TUIRoom/components/common/base/Input/index.vue +25 -2
- package/src/TUIRoom/components/common/base/Swiper.vue +15 -0
- package/src/TUIRoom/components/common/icons/EarpieceIcon.vue +22 -0
- package/src/TUIRoom/components/common/icons/SpeakerPhoneIcon.vue +30 -0
- package/src/TUIRoom/conference.ts +0 -6
- package/src/TUIRoom/conference.vue +4 -0
- package/src/TUIRoom/directives/vTap.ts +16 -5
- package/src/TUIRoom/directives/vTouchScale.ts +230 -0
- package/src/TUIRoom/extension/utils/setLanguage.ts +3 -7
- package/src/TUIRoom/locales/en-US.ts +19 -4
- package/src/TUIRoom/locales/zh-CN.ts +19 -4
- package/src/TUIRoom/preConference.vue +2 -2
- package/src/TUIRoom/services/function/aiTask.ts +0 -1
- package/src/TUIRoom/services/function/errorHandler.ts +1 -1
- package/src/TUIRoom/services/manager/conferenceInvitationManager.ts +1 -0
- package/src/TUIRoom/services/manager/userManager.ts +3 -1
- package/src/TUIRoom/services/roomService.ts +2 -3
- package/src/TUIRoom/stores/room.ts +3 -0
- package/src/TUIRoom/utils/common.ts +6 -1
- package/src/TUIRoom/utils/utils.ts +0 -10
- package/es/components/Whiteboard/controller/CloseController/image/close.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/CloseController/index.vue.mjs +0 -7
- package/es/components/Whiteboard/controller/CloseController/index.vue2.mjs +0 -36
- package/es/components/Whiteboard/controller/ImageController/image/folder.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ImageController/index.vue.mjs +0 -7
- package/es/components/Whiteboard/controller/ImageController/index.vue2.mjs +0 -70
- package/es/components/Whiteboard/controller/RedoUndo/image/redo-disabled.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/RedoUndo/image/redo.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/RedoUndo/image/undo-disabled.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/RedoUndo/image/undo.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/RedoUndo/index.vue.mjs +0 -7
- package/es/components/Whiteboard/controller/RedoUndo/index.vue2.mjs +0 -100
- package/es/components/Whiteboard/controller/SaveController/image/download.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/SaveController/index.vue.mjs +0 -7
- package/es/components/Whiteboard/controller/SaveController/index.vue2.mjs +0 -58
- package/es/components/Whiteboard/controller/ToolBox/image/arrow-active.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/arrow.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/clear.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/ellipse-active.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/ellipse.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/eraser-active.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/eraser.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/pencil-active.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/pencil.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/rectangle-active.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/rectangle.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/selector-active.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/selector.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/straight-active.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/straight.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/text-active.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/text.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/triangle-active.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/image/triangle.svg.mjs +0 -4
- package/es/components/Whiteboard/controller/ToolBox/index.vue.mjs +0 -7
- package/es/components/Whiteboard/controller/ToolBox/index.vue2.mjs +0 -136
- package/es/components/Whiteboard/index.vue2.mjs +0 -118
- package/lib/components/Whiteboard/controller/CloseController/image/close.svg.js +0 -4
- package/lib/components/Whiteboard/controller/CloseController/index.vue.js +0 -7
- package/lib/components/Whiteboard/controller/CloseController/index.vue2.js +0 -36
- package/lib/components/Whiteboard/controller/ImageController/image/folder.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ImageController/index.vue.js +0 -7
- package/lib/components/Whiteboard/controller/ImageController/index.vue2.js +0 -70
- package/lib/components/Whiteboard/controller/RedoUndo/image/redo-disabled.svg.js +0 -4
- package/lib/components/Whiteboard/controller/RedoUndo/image/redo.svg.js +0 -4
- package/lib/components/Whiteboard/controller/RedoUndo/image/undo-disabled.svg.js +0 -4
- package/lib/components/Whiteboard/controller/RedoUndo/image/undo.svg.js +0 -4
- package/lib/components/Whiteboard/controller/RedoUndo/index.vue.js +0 -7
- package/lib/components/Whiteboard/controller/RedoUndo/index.vue2.js +0 -100
- package/lib/components/Whiteboard/controller/SaveController/image/download.svg.js +0 -4
- package/lib/components/Whiteboard/controller/SaveController/index.vue.js +0 -7
- package/lib/components/Whiteboard/controller/SaveController/index.vue2.js +0 -58
- package/lib/components/Whiteboard/controller/ToolBox/image/arrow-active.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/arrow.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/clear.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/ellipse-active.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/ellipse.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/eraser-active.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/eraser.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/pencil-active.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/pencil.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/rectangle-active.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/rectangle.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/selector-active.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/selector.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/straight-active.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/straight.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/text-active.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/text.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/triangle-active.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/image/triangle.svg.js +0 -4
- package/lib/components/Whiteboard/controller/ToolBox/index.vue.js +0 -7
- package/lib/components/Whiteboard/controller/ToolBox/index.vue2.js +0 -136
- package/lib/components/Whiteboard/index.vue2.js +0 -118
- /package/es/components/Whiteboard/{controller/CloseController/index.vue.d.ts → ToolBox/Icon/ArrowIcon.vue.d.ts} +0 -0
- /package/es/components/Whiteboard/{controller/ImageController/index.vue.d.ts → ToolBox/Icon/ClearIcon.vue.d.ts} +0 -0
- /package/es/components/Whiteboard/{controller/RedoUndo/index.vue.d.ts → ToolBox/Icon/DownloadIcon.vue.d.ts} +0 -0
- /package/es/components/Whiteboard/{controller/SaveController/index.vue.d.ts → ToolBox/Icon/EraserIcon.vue.d.ts} +0 -0
- /package/es/components/Whiteboard/{controller/ToolBox/index.vue.d.ts → ToolBox/Icon/ImageIcon.vue.d.ts} +0 -0
- /package/{lib/components/Whiteboard/controller/CloseController/index.vue.d.ts → es/components/Whiteboard/ToolBox/Icon/LaserIcon.vue.d.ts} +0 -0
- /package/{lib/components/Whiteboard/controller/ImageController/index.vue.d.ts → es/components/Whiteboard/ToolBox/Icon/PencilIcon.vue.d.ts} +0 -0
- /package/{lib/components/Whiteboard/controller/RedoUndo/index.vue.d.ts → es/components/Whiteboard/ToolBox/Icon/RedoIcon.vue.d.ts} +0 -0
- /package/{lib/components/Whiteboard/controller/SaveController/index.vue.d.ts → es/components/Whiteboard/ToolBox/Icon/RetractIcon.vue.d.ts} +0 -0
- /package/{lib/components/Whiteboard/controller/ToolBox/index.vue.d.ts → es/components/Whiteboard/ToolBox/Icon/SelectIcon.vue.d.ts} +0 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createBlock, withCtx, createVNode, normalizeClass, unref } from "vue";
|
|
2
|
+
import { DrawingTool } from "../type.mjs";
|
|
3
|
+
import IconButton from "../../common/base/IconButton.vue.mjs";
|
|
4
|
+
import EraserIcon from "./Icon/EraserIcon.vue.mjs";
|
|
5
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
|
+
__name: "EraserButton",
|
|
7
|
+
props: {
|
|
8
|
+
activeTool: String
|
|
9
|
+
},
|
|
10
|
+
emits: ["click"],
|
|
11
|
+
setup(__props, { emit: __emit }) {
|
|
12
|
+
const props = __props;
|
|
13
|
+
const emit = __emit;
|
|
14
|
+
const onClick = () => {
|
|
15
|
+
if (props.activeTool === DrawingTool.Eraser) {
|
|
16
|
+
return;
|
|
17
|
+
}
|
|
18
|
+
emit("click", {
|
|
19
|
+
drawingTool: DrawingTool.Eraser
|
|
20
|
+
});
|
|
21
|
+
};
|
|
22
|
+
return (_ctx, _cache) => {
|
|
23
|
+
return openBlock(), createBlock(IconButton, {
|
|
24
|
+
class: "tool-button",
|
|
25
|
+
onClickIcon: onClick
|
|
26
|
+
}, {
|
|
27
|
+
default: withCtx(() => [
|
|
28
|
+
createVNode(EraserIcon, {
|
|
29
|
+
class: normalizeClass({ "whiteboard-icon-active": __props.activeTool === unref(DrawingTool).Eraser })
|
|
30
|
+
}, null, 8, ["class"])
|
|
31
|
+
]),
|
|
32
|
+
_: 1
|
|
33
|
+
});
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
export {
|
|
38
|
+
_sfc_main as default
|
|
39
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "14",
|
|
6
|
+
height: "14",
|
|
7
|
+
viewBox: "0 0 14 14",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
d: "M3.87484 1.16675H12.8332M12.8332 1.16675V10.1251M12.8332 1.16675L1.1665 12.8334",
|
|
12
|
+
stroke: "currentColor",
|
|
13
|
+
"stroke-width": "1.66667"
|
|
14
|
+
}, null, -1);
|
|
15
|
+
const _hoisted_3 = [
|
|
16
|
+
_hoisted_2
|
|
17
|
+
];
|
|
18
|
+
function _sfc_render(_ctx, _cache) {
|
|
19
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
20
|
+
}
|
|
21
|
+
const ArrowIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
22
|
+
export {
|
|
23
|
+
ArrowIcon as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "18",
|
|
6
|
+
height: "20",
|
|
7
|
+
viewBox: "0 0 18 20",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
"fill-rule": "evenodd",
|
|
12
|
+
"clip-rule": "evenodd",
|
|
13
|
+
d: "M5.25033 0.83252H12.7503V3.33252H17.3337V4.99919H15.6428L15.2262 19.1659H2.77448L2.35781 4.99919H0.666992V3.33252H5.25033V0.83252ZM6.91699 3.33252H11.0837V2.49919H6.91699V3.33252ZM4.02519 4.99919L4.39284 17.4992H13.6078L13.9755 4.99919H4.02519ZM9.83366 6.66585V15.8325H8.16699V6.66585H9.83366Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1);
|
|
16
|
+
const _hoisted_3 = [
|
|
17
|
+
_hoisted_2
|
|
18
|
+
];
|
|
19
|
+
function _sfc_render(_ctx, _cache) {
|
|
20
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
21
|
+
}
|
|
22
|
+
const ClearIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
23
|
+
export {
|
|
24
|
+
ClearIcon as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "18",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 18 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
d: "M9.83382 0.5V8.48817L13.1671 5.15482L14.3457 6.33333L9.00049 11.6785L3.65527 6.33333L4.83379 5.15482L8.16716 8.48817V0.5H9.83382Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1);
|
|
14
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
15
|
+
d: "M2.33366 13.8333V8.83333H0.666992V15.5H17.3337V8.83333H15.667V13.8333H2.33366Z",
|
|
16
|
+
fill: "currentColor"
|
|
17
|
+
}, null, -1);
|
|
18
|
+
const _hoisted_4 = [
|
|
19
|
+
_hoisted_2,
|
|
20
|
+
_hoisted_3
|
|
21
|
+
];
|
|
22
|
+
function _sfc_render(_ctx, _cache) {
|
|
23
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
|
|
24
|
+
}
|
|
25
|
+
const DownloadIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
26
|
+
export {
|
|
27
|
+
DownloadIcon as default
|
|
28
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "20",
|
|
6
|
+
height: "17",
|
|
7
|
+
viewBox: "0 0 20 17",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
};
|
|
11
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
12
|
+
d: "M11.4578 14.4166L5.88893 7.54161L13.2986 1.95801L18.6585 9.07086L12.8559 13.4434L11.4578 14.4166ZM11.4578 14.4166L9.85831 15.6978L5.45685 15.6974L1.69336 10.7031L6.04101 7.42695M5.50176 15.6966H18.5683",
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
"stroke-width": "1.66667"
|
|
15
|
+
}, null, -1);
|
|
16
|
+
const _hoisted_3 = [
|
|
17
|
+
_hoisted_2
|
|
18
|
+
];
|
|
19
|
+
function _sfc_render(_ctx, _cache) {
|
|
20
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
21
|
+
}
|
|
22
|
+
const EraserIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
23
|
+
export {
|
|
24
|
+
EraserIcon as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "20",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 20 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
d: "M7.08301 6.33333C7.77336 6.33333 8.33301 5.77369 8.33301 5.08333C8.33301 4.39298 7.77336 3.83333 7.08301 3.83333C6.39265 3.83333 5.83301 4.39298 5.83301 5.08333C5.83301 5.77369 6.39265 6.33333 7.08301 6.33333Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1);
|
|
14
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
15
|
+
"fill-rule": "evenodd",
|
|
16
|
+
"clip-rule": "evenodd",
|
|
17
|
+
d: "M0.833008 0.5V15.5H19.1663V0.5H0.833008ZM17.4997 2.16667H2.49967V10.3783L5.3032 8.02339L8.0442 9.77763L13.6429 4.40284L17.4997 7.36482V2.16667ZM2.49967 13.8333V12.555L5.43689 10.0877L8.25144 11.889L13.7638 6.59716L17.4997 9.46629V13.8333H2.49967Z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}, null, -1);
|
|
20
|
+
const _hoisted_4 = [
|
|
21
|
+
_hoisted_2,
|
|
22
|
+
_hoisted_3
|
|
23
|
+
];
|
|
24
|
+
function _sfc_render(_ctx, _cache) {
|
|
25
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
|
|
26
|
+
}
|
|
27
|
+
const ImageIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
28
|
+
export {
|
|
29
|
+
ImageIcon as default
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "20",
|
|
6
|
+
height: "20",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
d: "M8.70147 10.0003C8.70147 10.7174 9.28278 11.2987 9.99986 11.2987C10.7169 11.2987 11.2983 10.7174 11.2983 10.0003C11.2983 9.28322 10.7169 8.7019 9.99986 8.7019C9.28278 8.7019 8.70147 9.28322 8.70147 10.0003Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1);
|
|
14
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
15
|
+
"fill-rule": "evenodd",
|
|
16
|
+
"clip-rule": "evenodd",
|
|
17
|
+
d: "M9.99984 19.1666C4.93723 19.1666 0.833169 15.0625 0.833169 9.99992C0.83317 4.93731 4.93723 0.833251 9.99984 0.833252C15.0624 0.833252 19.1665 4.93731 19.1665 9.99992C19.1665 15.0625 15.0624 19.1666 9.99984 19.1666ZM9.1665 17.4541C5.69015 17.0699 2.9299 14.3096 2.54561 10.8333L4.99984 10.8333L4.99984 9.16659L2.54561 9.16658C2.9299 5.69026 5.69013 2.93001 9.16645 2.5457L9.1663 4.99971L10.833 4.99972L10.8331 2.54569C14.3095 2.92995 17.0698 5.69022 17.4541 9.16659L14.9999 9.16659L14.9999 10.8333L17.4541 10.8333C17.0698 14.3096 14.3095 17.0699 10.8332 17.4541L10.8332 14.9999L9.1665 14.9999L9.1665 17.4541Z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}, null, -1);
|
|
20
|
+
const _hoisted_4 = [
|
|
21
|
+
_hoisted_2,
|
|
22
|
+
_hoisted_3
|
|
23
|
+
];
|
|
24
|
+
function _sfc_render(_ctx, _cache) {
|
|
25
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
|
|
26
|
+
}
|
|
27
|
+
const LaserIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
28
|
+
export {
|
|
29
|
+
LaserIcon as default
|
|
30
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "19",
|
|
6
|
+
height: "19",
|
|
7
|
+
viewBox: "0 0 19 19",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
"fill-rule": "evenodd",
|
|
12
|
+
"clip-rule": "evenodd",
|
|
13
|
+
d: "M14.5791 4.48674L7.10505 17.4323L2.40326 18.4927L0.970703 13.8906L8.4448 0.945068L14.5791 4.48674ZM9.05484 3.22178L2.77894 14.092L3.53735 16.5284L6.02653 15.967L12.3024 5.09678L9.05484 3.22178Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1);
|
|
16
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
d: "M9.5978 17.5001L18.3329 17.5001V15.8334H10.5601L9.5978 17.5001Z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}, null, -1);
|
|
20
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", {
|
|
21
|
+
d: "M18.3331 13.7501L11.7633 13.7501L12.7256 12.0834H18.3331V13.7501Z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_5 = [
|
|
25
|
+
_hoisted_2,
|
|
26
|
+
_hoisted_3,
|
|
27
|
+
_hoisted_4
|
|
28
|
+
];
|
|
29
|
+
function _sfc_render(_ctx, _cache) {
|
|
30
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_5);
|
|
31
|
+
}
|
|
32
|
+
const PencilIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
export {
|
|
34
|
+
PencilIcon as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
"fill-rule": "evenodd",
|
|
12
|
+
"clip-rule": "evenodd",
|
|
13
|
+
d: "M6.33333 15.6668C3.11168 15.6668 0.5 13.0551 0.5 9.83346C0.5 6.61181 3.11168 4.00013 6.33333 4.00013H12.2382L10.1548 1.9168L11.3333 0.738281L15.4285 4.83346L11.3333 8.92863L10.1548 7.75013L12.2382 5.6668H6.33333C4.03215 5.6668 2.16667 7.5323 2.16667 9.83346C2.16667 12.1346 4.03215 14.0001 6.33333 14.0001H13.4167V15.6668H6.33333Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1);
|
|
16
|
+
const _hoisted_3 = [
|
|
17
|
+
_hoisted_2
|
|
18
|
+
];
|
|
19
|
+
function _sfc_render(_ctx, _cache) {
|
|
20
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
21
|
+
}
|
|
22
|
+
const RedoIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
23
|
+
export {
|
|
24
|
+
RedoIcon as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "18",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 18 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
"fill-rule": "evenodd",
|
|
12
|
+
"clip-rule": "evenodd",
|
|
13
|
+
d: "M0.667114 2.17619H17.3338V0.509521H0.667114V2.17619ZM0.666992 8.84283H9.41699V7.17616H0.666992V8.84283ZM17.3337 15.5095H0.666992V13.8429H17.3337V15.5095ZM14.7578 4.67618H17.4095L14.0762 8.00949L17.4095 11.3428H14.7579L12.0874 8.6724L11.4245 8.00949L12.0874 7.34657L14.7578 4.67618Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1);
|
|
16
|
+
const _hoisted_3 = [
|
|
17
|
+
_hoisted_2
|
|
18
|
+
];
|
|
19
|
+
function _sfc_render(_ctx, _cache) {
|
|
20
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
21
|
+
}
|
|
22
|
+
const RetractIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
23
|
+
export {
|
|
24
|
+
RetractIcon as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "17",
|
|
6
|
+
height: "20",
|
|
7
|
+
viewBox: "0 0 17 20",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
"fill-rule": "evenodd",
|
|
12
|
+
"clip-rule": "evenodd",
|
|
13
|
+
d: "M2.00008 20.0002L7.55029 12.9622L16.4338 11.6851L0.050293 0.000244141L2.00008 20.0002ZM6.65277 11.411L3.25705 15.717L2.06413 3.48069L12.0879 10.6297L6.65277 11.411Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1);
|
|
16
|
+
const _hoisted_3 = [
|
|
17
|
+
_hoisted_2
|
|
18
|
+
];
|
|
19
|
+
function _sfc_render(_ctx, _cache) {
|
|
20
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
21
|
+
}
|
|
22
|
+
const SelectIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
23
|
+
export {
|
|
24
|
+
SelectIcon as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "28",
|
|
6
|
+
height: "2",
|
|
7
|
+
viewBox: "0 0 28 2",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
opacity: "0.5",
|
|
12
|
+
d: "M28 0.999999L0 0.999999",
|
|
13
|
+
stroke: "#C5CCDB"
|
|
14
|
+
}, null, -1);
|
|
15
|
+
const _hoisted_3 = [
|
|
16
|
+
_hoisted_2
|
|
17
|
+
];
|
|
18
|
+
function _sfc_render(_ctx, _cache) {
|
|
19
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
20
|
+
}
|
|
21
|
+
const Separator = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
22
|
+
export {
|
|
23
|
+
Separator as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "20",
|
|
6
|
+
height: "20",
|
|
7
|
+
viewBox: "0 0 20 20",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
"fill-rule": "evenodd",
|
|
12
|
+
"clip-rule": "evenodd",
|
|
13
|
+
d: "M4.9965 4.16675C4.9965 4.62514 4.6249 4.99675 4.1665 4.99675C3.70811 4.99675 3.3365 4.62514 3.3365 4.16675C3.3365 3.70835 3.70811 3.33675 4.1665 3.33675C4.6249 3.33675 4.9965 3.70835 4.9965 4.16675ZM6.6665 4.16675C6.6665 5.54746 5.54722 6.66675 4.1665 6.66675C4.05354 6.66675 3.94233 6.65926 3.83333 6.64474V16.1667H13.3554C13.3408 16.0576 13.3333 15.9464 13.3333 15.8333C13.3333 14.4526 14.4526 13.3333 15.8333 13.3333C15.9464 13.3333 16.0576 13.3408 16.1667 13.3554V3.83333H6.64464C6.57686 3.3246 6.35608 2.86423 6.03009 2.5H16.1667H17.5V3.83333V13.9699C18.0115 14.4277 18.3333 15.0929 18.3333 15.8333C18.3333 17.214 17.214 18.3333 15.8333 18.3333C15.0929 18.3333 14.4277 18.0115 13.9699 17.5H3.83333H2.5V16.1667V6.03032C1.98845 5.57254 1.6665 4.90724 1.6665 4.16675C1.6665 2.78604 2.78579 1.66675 4.1665 1.66675C5.54722 1.66675 6.6665 2.78604 6.6665 4.16675ZM15.8333 16.6633C16.2917 16.6633 16.6633 16.2917 16.6633 15.8333C16.6633 15.3749 16.2917 15.0033 15.8333 15.0033C15.3749 15.0033 15.0033 15.3749 15.0033 15.8333C15.0033 16.2917 15.3749 16.6633 15.8333 16.6633Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1);
|
|
16
|
+
const _hoisted_3 = [
|
|
17
|
+
_hoisted_2
|
|
18
|
+
];
|
|
19
|
+
function _sfc_render(_ctx, _cache) {
|
|
20
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
21
|
+
}
|
|
22
|
+
const ShapeIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
23
|
+
export {
|
|
24
|
+
ShapeIcon as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "15",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 15 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
d: "M0.333496 0.509521H14.5002V4.67619H12.8335V2.17619H8.25016V13.8429H11.5835V15.5095H3.25016V13.8429H6.5835V2.17619H2.00016V4.67619H0.333496V0.509521Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1);
|
|
14
|
+
const _hoisted_3 = [
|
|
15
|
+
_hoisted_2
|
|
16
|
+
];
|
|
17
|
+
function _sfc_render(_ctx, _cache) {
|
|
18
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
19
|
+
}
|
|
20
|
+
const TextIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
21
|
+
export {
|
|
22
|
+
TextIcon as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createStaticVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "30",
|
|
6
|
+
height: "6",
|
|
7
|
+
viewBox: "0 0 30 6",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
+
};
|
|
11
|
+
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<path d="M1 1V7" stroke="#C5CCDB" style="stroke:color(display-p3 0.774 0.8012 0.86);stroke-opacity:1;" stroke-width="1.5" stroke-linecap="square"></path><path d="M7 1V7" stroke="#C5CCDB" style="stroke:color(display-p3 0.774 0.8012 0.86);stroke-opacity:1;" stroke-width="1.5" stroke-linecap="square"></path><path d="M13 1V7" stroke="#C5CCDB" style="stroke:color(display-p3 0.774 0.8012 0.86);stroke-opacity:1;" stroke-width="1.5" stroke-linecap="square"></path><path d="M19 1V7" stroke="#C5CCDB" style="stroke:color(display-p3 0.774 0.8012 0.86);stroke-opacity:1;" stroke-width="1.5" stroke-linecap="square"></path><path d="M25 1V7" stroke="#C5CCDB" style="stroke:color(display-p3 0.774 0.8012 0.86);stroke-opacity:1;" stroke-width="1.5" stroke-linecap="square"></path><path d="M31 1V7" stroke="#C5CCDB" style="stroke:color(display-p3 0.774 0.8012 0.86);stroke-opacity:1;" stroke-width="1.5" stroke-linecap="square"></path>', 6);
|
|
12
|
+
const _hoisted_8 = [
|
|
13
|
+
_hoisted_2
|
|
14
|
+
];
|
|
15
|
+
function _sfc_render(_ctx, _cache) {
|
|
16
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_8);
|
|
17
|
+
}
|
|
18
|
+
const TopLines = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
19
|
+
export {
|
|
20
|
+
TopLines as default
|
|
21
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const _sfc_main = {};
|
|
4
|
+
const _hoisted_1 = {
|
|
5
|
+
width: "16",
|
|
6
|
+
height: "16",
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
11
|
+
"fill-rule": "evenodd",
|
|
12
|
+
"clip-rule": "evenodd",
|
|
13
|
+
d: "M9.66646 15.6668C12.8881 15.6668 15.4998 13.0551 15.4998 9.83346C15.4998 6.61181 12.8881 4.00013 9.66646 4.00013H3.76164L5.84497 1.9168L4.66646 0.738281L0.571289 4.83346L4.66646 8.92863L5.84497 7.75013L3.76164 5.6668H9.66646C11.9676 5.6668 13.8331 7.5323 13.8331 9.83346C13.8331 12.1346 11.9676 14.0001 9.66646 14.0001H2.58313V15.6668H9.66646Z",
|
|
14
|
+
fill: "currentColor"
|
|
15
|
+
}, null, -1);
|
|
16
|
+
const _hoisted_3 = [
|
|
17
|
+
_hoisted_2
|
|
18
|
+
];
|
|
19
|
+
function _sfc_render(_ctx, _cache) {
|
|
20
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
21
|
+
}
|
|
22
|
+
const UndoIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
23
|
+
export {
|
|
24
|
+
UndoIcon as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const BlackIcon = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20fill='%2322262E'%20stroke='%231A1A1C'%20style='fill:%2322262E;fill:color(display-p3%200.1333%200.1490%200.1804);fill-opacity:1;stroke:%231A1A1C;stroke:color(display-p3%200.1002%200.1029%200.1083);stroke-opacity:1;'%20stroke-width='0.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
BlackIcon as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const BlueIcon = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20fill='%234791FF'%20stroke='%232F7EF4'%20style='fill:%234791FF;fill:color(display-p3%200.2784%200.5686%201.0000);fill-opacity:1;stroke:%232F7EF4;stroke:color(display-p3%200.1837%200.4935%200.9583);stroke-opacity:1;'%20stroke-width='0.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
BlueIcon as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const DarkGrayIcon = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20fill='%23959A9F'%20stroke='%2386909A'%20style='fill:%23959A9F;fill:color(display-p3%200.5833%200.6028%200.6250);fill-opacity:1;stroke:%2386909A;stroke:color(display-p3%200.5261%200.5651%200.6042);stroke-opacity:1;'%20stroke-width='0.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
DarkGrayIcon as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const DeepBlueIcon = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20fill='%2322548C'%20stroke='%23104683'%20style='fill:%2322548C;fill:color(display-p3%200.1329%200.3301%200.5500);fill-opacity:1;stroke:%23104683;stroke:color(display-p3%200.0641%200.2761%200.5125);stroke-opacity:1;'%20stroke-width='0.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
DeepBlueIcon as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const GrayIcon = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20fill='%23B5BBC4'%20stroke='%23A9B1BC'%20style='fill:%23B5BBC4;fill:color(display-p3%200.7092%200.7338%200.7667);fill-opacity:1;stroke:%23A9B1BC;stroke:color(display-p3%200.6637%200.6954%200.7375);stroke-opacity:1;'%20stroke-width='0.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
GrayIcon as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const GreenIcon = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20fill='%233DE84E'%20stroke='%231AD32C'%20style='fill:%233DE84E;fill:color(display-p3%200.2384%200.9083%200.3054);fill-opacity:1;stroke:%231AD32C;stroke:color(display-p3%200.1002%200.8292%200.1731);stroke-opacity:1;'%20stroke-width='0.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
GreenIcon as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const SizeIcon1 = "data:image/svg+xml,%3csvg%20width='15'%20height='13'%20viewBox='0%200%2015%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.33317%200C1.15636%200%200.98679%200.0702379%200.861766%200.195262C0.736742%200.320286%200.666504%200.489856%200.666504%200.666667V11.3333C0.666504%2011.5101%200.736742%2011.6797%200.861766%2011.8047C0.98679%2011.9298%201.15636%2012%201.33317%2012C1.50998%2012%201.67955%2011.9298%201.80458%2011.8047C1.9296%2011.6797%201.99984%2011.5101%201.99984%2011.3333V6.66667H7.99984V11.3333C7.99984%2011.5101%208.07008%2011.6797%208.1951%2011.8047C8.32012%2011.9298%208.48969%2012%208.6665%2012C8.84331%2012%209.01288%2011.9298%209.13791%2011.8047C9.26293%2011.6797%209.33317%2011.5101%209.33317%2011.3333V0.666667C9.33317%200.489856%209.26293%200.320286%209.13791%200.195262C9.01288%200.0702379%208.84331%200%208.6665%200C8.48969%200%208.32012%200.0702379%208.1951%200.195262C8.07008%200.320286%207.99984%200.489856%207.99984%200.666667V5.33333H1.99984V0.666667C1.99984%200.489856%201.9296%200.320286%201.80458%200.195262C1.67955%200.0702379%201.50998%200%201.33317%200ZM11.7358%206.60667C11.6952%206.62788%2011.6497%206.63824%2011.6039%206.63676C11.5581%206.63528%2011.5134%206.622%2011.4742%206.59821C11.435%206.57442%2011.4025%206.54091%2011.3801%206.50094C11.3576%206.46096%2011.3458%206.41586%2011.3458%206.37C11.3458%206.01467%2011.3458%205.854%2011.3485%205.31533C11.3486%205.26826%2011.3612%205.22206%2011.385%205.18143C11.4088%205.1408%2011.4429%205.10718%2011.4838%205.084L13.3298%204.03867C13.3703%204.0137%2013.4169%204.00032%2013.4645%204H14.4005C14.5565%204%2014.6825%204.14%2014.6825%204.312V11.3C14.6825%2011.6953%2014.3605%2012.0153%2013.9658%2012.0153C13.872%2012.0153%2013.7791%2011.9968%2013.6924%2011.9608C13.6057%2011.9249%2013.527%2011.8721%2013.4607%2011.8057C13.3945%2011.7392%2013.342%2011.6604%2013.3062%2011.5736C13.2705%2011.4868%2013.2522%2011.3938%2013.2525%2011.3V5.81467L11.7358%206.608V6.60667Z'%20fill='black'%20style='fill:black;fill-opacity:1;'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
SizeIcon1 as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const SizeIcon2 = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.33317%202C1.15636%202%200.98679%202.07024%200.861766%202.19526C0.736742%202.32029%200.666504%202.48986%200.666504%202.66667V13.3333C0.666504%2013.5101%200.736742%2013.6797%200.861766%2013.8047C0.98679%2013.9298%201.15636%2014%201.33317%2014C1.50998%2014%201.67955%2013.9298%201.80458%2013.8047C1.9296%2013.6797%201.99984%2013.5101%201.99984%2013.3333V8.66667H7.99984V13.3333C7.99984%2013.5101%208.07008%2013.6797%208.1951%2013.8047C8.32012%2013.9298%208.48969%2014%208.6665%2014C8.84332%2014%209.01288%2013.9298%209.13791%2013.8047C9.26293%2013.6797%209.33317%2013.5101%209.33317%2013.3333V2.66667C9.33317%202.48986%209.26293%202.32029%209.13791%202.19526C9.01288%202.07024%208.84332%202%208.6665%202C8.48969%202%208.32012%202.07024%208.1951%202.19526C8.07008%202.32029%207.99984%202.48986%207.99984%202.66667V7.33333H1.99984V2.66667C1.99984%202.48986%201.9296%202.32029%201.80458%202.19526C1.67955%202.07024%201.50998%202%201.33317%202ZM15.3285%2013.248C15.3285%2012.874%2015.0252%2012.5713%2014.6505%2012.5713H12.5698L14.8412%209.72333C15.162%209.32113%2015.3342%208.82048%2015.3285%208.306C15.3218%207.64467%2015.0972%207.09533%2014.6585%206.66333C14.2272%206.22933%2013.6638%206.00733%2012.9765%206C12.3558%206.00733%2011.8298%206.22667%2011.4058%206.65467C11.1592%206.912%2010.7785%207.35067%2010.7785%207.72267C10.7785%208.11667%2011.0985%208.436%2011.4918%208.436C11.8672%208.436%2012.0045%208.20467%2012.1538%207.952C12.1938%207.88467%2012.2338%207.816%2012.2805%207.74933C12.3168%207.69759%2012.3583%207.64977%2012.4045%207.60667C12.5792%207.43867%2012.7938%207.356%2013.0592%207.356C13.3572%207.36267%2013.5818%207.456%2013.7392%207.638C13.8952%207.82467%2013.9725%208.042%2013.9725%208.296C13.9725%208.39333%2013.9598%208.498%2013.9345%208.61C13.9012%208.71133%2013.8305%208.83733%2013.7245%208.97533L10.7898%2012.646C10.7521%2012.6934%2010.7317%2012.7521%2010.7318%2012.8127V13.494C10.7318%2013.6413%2010.9098%2013.9273%2011.1358%2013.9273H14.6505C15.0252%2013.9273%2015.3285%2013.6227%2015.3285%2013.248Z'%20fill='black'%20style='fill:black;fill-opacity:1;'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
SizeIcon2 as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const SizeIcon3 = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.33317%202C1.15636%202%200.98679%202.07024%200.861766%202.19526C0.736742%202.32029%200.666504%202.48986%200.666504%202.66667V13.3333C0.666504%2013.5101%200.736742%2013.6797%200.861766%2013.8047C0.98679%2013.9298%201.15636%2014%201.33317%2014C1.50998%2014%201.67955%2013.9298%201.80458%2013.8047C1.9296%2013.6797%201.99984%2013.5101%201.99984%2013.3333V8.66667H7.99984V13.3333C7.99984%2013.5101%208.07008%2013.6797%208.1951%2013.8047C8.32012%2013.9298%208.48969%2014%208.6665%2014C8.84332%2014%209.01288%2013.9298%209.13791%2013.8047C9.26293%2013.6797%209.33317%2013.5101%209.33317%2013.3333V2.66667C9.33317%202.48986%209.26293%202.32029%209.13791%202.19526C9.01288%202.07024%208.84332%202%208.6665%202C8.48969%202%208.32012%202.07024%208.1951%202.19526C8.07008%202.32029%207.99984%202.48986%207.99984%202.66667V7.33333H1.99984V2.66667C1.99984%202.48986%201.9296%202.32029%201.80458%202.19526C1.67955%202.07024%201.50998%202%201.33317%202ZM15.3332%2011.5307C15.3332%2011.1907%2015.2612%2010.8653%2015.1172%2010.5567C14.9799%2010.2818%2014.7795%2010.0433%2014.5325%209.86067C14.7838%209.66267%2014.9658%209.44067%2015.0765%209.19333C15.1898%208.9%2015.2445%208.60267%2015.2445%208.29467C15.245%207.70396%2015.0202%207.13531%2014.6158%206.70467C14.1825%206.242%2013.5985%206.00667%2012.8732%206C12.5945%205.99981%2012.3185%206.05459%2012.061%206.1612C11.8034%206.26782%2011.5695%206.42418%2011.3725%206.62133C11.1398%206.84533%2010.8072%207.20733%2010.8072%207.544C10.8072%207.72081%2010.8774%207.89038%2011.0024%208.0154C11.1275%208.14043%2011.297%208.21067%2011.4738%208.21067C11.7952%208.21067%2011.9852%207.976%2012.1692%207.74933L12.2292%207.676C12.2672%207.62933%2012.3098%207.588%2012.3572%207.55267C12.5278%207.41933%2012.7105%207.35533%2012.9132%207.35533C13.2005%207.362%2013.4325%207.45133%2013.6125%207.62533C13.7905%207.80333%2013.8832%208.032%2013.8892%208.31867C13.8892%208.59667%2013.8005%208.81867%2013.6225%208.99067C13.3992%209.214%2013.1118%209.24867%2012.8145%209.24867C12.645%209.24867%2012.4825%209.31599%2012.3627%209.43583C12.2428%209.55566%2012.1755%209.71819%2012.1755%209.88767C12.1755%2010.0571%2012.2428%2010.2197%2012.3627%2010.3395C12.4825%2010.4593%2012.645%2010.5267%2012.8145%2010.5267H12.8732C13.1745%2010.5253%2013.4225%2010.5247%2013.6765%2010.762C13.8698%2010.9467%2013.9712%2011.2113%2013.9778%2011.5627C13.9712%2011.9027%2013.8712%2012.1587%2013.6772%2012.3373C13.4798%2012.5347%2013.2438%2012.6307%2012.9598%2012.6307C12.6932%2012.6307%2012.4852%2012.5593%2012.3305%2012.42L12.3252%2012.4147C12.277%2012.3695%2012.2297%2012.3235%2012.1832%2012.2767C12.1165%2012.2107%2012.0645%2012.1387%2012.0138%2012.07C11.8852%2011.894%2011.7698%2011.7367%2011.4738%2011.7367C11.297%2011.7367%2011.1275%2011.8069%2011.0024%2011.9319C10.8774%2012.057%2010.8072%2012.2265%2010.8072%2012.4033C10.8072%2012.786%2011.1692%2013.1967%2011.4432%2013.4253C11.8665%2013.7787%2012.3432%2013.9853%2012.8925%2013.9853C13.5972%2013.9787%2014.1792%2013.752%2014.6318%2013.3067C15.0918%2012.8727%2015.3252%2012.2767%2015.3332%2011.5307Z'%20fill='black'%20style='fill:black;fill-opacity:1;'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
SizeIcon3 as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const SizeIcon4 = "data:image/svg+xml,%3csvg%20width='16'%20height='12'%20viewBox='0%200%2016%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.33317%200C1.15636%200%200.98679%200.0702379%200.861766%200.195262C0.736742%200.320286%200.666504%200.489856%200.666504%200.666667V11.3333C0.666504%2011.5101%200.736742%2011.6797%200.861766%2011.8047C0.98679%2011.9298%201.15636%2012%201.33317%2012C1.50998%2012%201.67955%2011.9298%201.80458%2011.8047C1.9296%2011.6797%201.99984%2011.5101%201.99984%2011.3333V6.66667H7.99984V11.3333C7.99984%2011.5101%208.07007%2011.6797%208.1951%2011.8047C8.32012%2011.9298%208.48969%2012%208.6665%2012C8.84331%2012%209.01288%2011.9298%209.13791%2011.8047C9.26293%2011.6797%209.33317%2011.5101%209.33317%2011.3333V0.666667C9.33317%200.489856%209.26293%200.320286%209.13791%200.195262C9.01288%200.0702379%208.84331%200%208.6665%200C8.48969%200%208.32012%200.0702379%208.1951%200.195262C8.07007%200.320286%207.99984%200.489856%207.99984%200.666667V5.33333H1.99984V0.666667C1.99984%200.489856%201.9296%200.320286%201.80458%200.195262C1.67955%200.0702379%201.50998%200%201.33317%200ZM14.4538%204.79333C14.4538%204.35467%2014.1298%204%2013.6918%204C13.4238%204%2013.1425%204.136%2012.9965%204.36133L10.0445%208.90867C10.0258%208.93744%2010.0158%208.97102%2010.0158%209.00533V10.0853C10.0158%2010.232%2010.1358%2010.352%2010.2825%2010.352H13.2185V11.2607C13.2185%2011.602%2013.5052%2011.8787%2013.8458%2011.8787C13.9265%2011.8785%2014.0063%2011.8623%2014.0806%2011.8311C14.155%2011.7998%2014.2224%2011.7542%2014.2789%2011.6967C14.3355%2011.6392%2014.3801%2011.571%2014.4101%2011.4962C14.4401%2011.4214%2014.455%2011.3413%2014.4538%2011.2607V10.352H14.7205C14.8881%2010.3501%2015.0482%2010.282%2015.166%2010.1627C15.2837%2010.0433%2015.3495%209.88231%2015.3492%209.71467C15.349%209.63245%2015.3325%209.55107%2015.3008%209.47524C15.269%209.39941%2015.2225%209.33063%2015.164%209.27287C15.1055%209.2151%2015.0361%209.16949%2014.9599%209.13868C14.8836%209.10786%2014.8021%209.09245%2014.7198%209.09333H14.4538V4.79333ZM11.4338%209.09333L13.2185%206.30867V9.09333H11.4338Z'%20fill='black'%20style='fill:black;fill-opacity:1;'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
SizeIcon4 as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const LightGrayIcon = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20fill='%23E7E9ED'%20stroke='%23DBDDE2'%20style='fill:%23E7E9ED;fill:color(display-p3%200.9059%200.9137%200.9292);fill-opacity:1;stroke:%23DBDDE2;stroke:color(display-p3%200.8579%200.8678%200.8875);stroke-opacity:1;'%20stroke-width='0.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
LightGrayIcon as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const OrangeIcon = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20fill='%23FF643D'%20stroke='%23E05734'%20style='fill:%23FF643D;fill:color(display-p3%201.0000%200.3922%200.2392);fill-opacity:1;stroke:%23E05734;stroke:color(display-p3%200.8792%200.3406%200.2051);stroke-opacity:1;'%20stroke-width='0.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
OrangeIcon as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const PurpleIcon = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20fill='%236C54E8'%20stroke='%235940D7'%20style='fill:%236C54E8;fill:color(display-p3%200.4235%200.3294%200.9098);fill-opacity:1;stroke:%235940D7;stroke:color(display-p3%200.3480%200.2525%200.8417);stroke-opacity:1;'%20stroke-width='0.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
PurpleIcon as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const RedIcon = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='6.25'%20fill='%23EF3F63'%20stroke='%23DC3859'%20style='fill:%23EF3F63;fill:color(display-p3%200.9375%200.2461%200.3868);fill-opacity:1;stroke:%23DC3859;stroke:color(display-p3%200.8625%200.2192%200.3501);stroke-opacity:1;'%20stroke-width='0.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
RedIcon as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const Circle = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.25'%20y='1.25'%20width='11.5'%20height='11.5'%20rx='5.75'%20stroke='%231D2029'%20style='stroke:%231D2029;stroke:color(display-p3%200.1137%200.1255%200.1608);stroke-opacity:1;'%20stroke-width='1.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
Circle as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const Line = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.34623%2012.8789L12.3476%201.35693'%20stroke='%231D2029'%20style='stroke:%231D2029;stroke:color(display-p3%200.1137%200.1255%200.1608);stroke-opacity:1;'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
Line as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const Rectangle = "data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.25'%20y='1.25'%20width='11.5'%20height='11.5'%20stroke='%231D2029'%20style='stroke:%231D2029;stroke:color(display-p3%200.1137%200.1255%200.1608);stroke-opacity:1;'%20stroke-width='1.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
Rectangle as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const Triangle = "data:image/svg+xml,%3csvg%20width='14'%20height='15'%20viewBox='0%200%2014%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.67082%203.66459L7%202.32295L6.32918%203.66459L1.82918%2012.6646L1.28647%2013.75H2.5H11.5H12.7135L12.1708%2012.6646L7.67082%203.66459Z'%20stroke='%231D2029'%20style='stroke:%231D2029;stroke:color(display-p3%200.1137%200.1255%200.1608);stroke-opacity:1;'%20stroke-width='1.5'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
Triangle as default
|
|
4
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
const SizeBig = "data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='6'%20cy='6'%20r='6'%20fill='%231D2029'%20style='fill:%231D2029;fill:color(display-p3%200.1137%200.1255%200.1608);fill-opacity:1;'/%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
SizeBig as default
|
|
4
|
+
};
|