fcr-ui-scene 3.7.2 → 3.7.4-rc.1

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.
Files changed (301) hide show
  1. package/lib/creator.d.ts +2 -0
  2. package/lib/creator.js +37 -44
  3. package/lib/electron/app.js +7 -0
  4. package/lib/electron/injections.d.ts +1 -1
  5. package/lib/electron/injections.js +5 -3
  6. package/lib/electron/main.js +3 -1
  7. package/lib/fragments/annotation/index.d.ts +1 -0
  8. package/lib/fragments/annotation/index.js +13 -7
  9. package/lib/fragments/annotation/libs.d.ts +7 -6
  10. package/lib/fragments/annotation/libs.js +9 -8
  11. package/lib/fragments/annotation/store.d.ts +8 -4
  12. package/lib/fragments/annotation/store.js +351 -267
  13. package/lib/fragments/annotation/toolbar/components/color-tool/index.js +4 -0
  14. package/lib/fragments/annotation/toolbar/components/graphic-tool/index.js +4 -0
  15. package/lib/fragments/annotation/toolbar/components/item/item.d.ts +2 -0
  16. package/lib/fragments/annotation/toolbar/components/item/item.js +2 -4
  17. package/lib/fragments/annotation/toolbar/components/item/style.css +4 -2
  18. package/lib/fragments/annotation/toolbar/components/pen-tool/index.js +4 -0
  19. package/lib/fragments/annotation/utils.d.ts +1 -0
  20. package/lib/fragments/annotation/utils.js +27 -0
  21. package/lib/fragments/annotation/view.js +1 -6
  22. package/lib/fragments/base.js +5 -3
  23. package/lib/fragments/whiteboard/cursor.css +77 -0
  24. package/lib/fragments/whiteboard/index.d.ts +11 -0
  25. package/lib/fragments/whiteboard/index.js +91 -0
  26. package/lib/fragments/whiteboard/store.d.ts +31 -0
  27. package/lib/fragments/whiteboard/store.js +480 -0
  28. package/lib/fragments/whiteboard/style.css +4 -0
  29. package/lib/fragments/whiteboard/view.d.ts +4 -0
  30. package/lib/fragments/whiteboard/view.js +31 -0
  31. package/lib/global.css +6 -0
  32. package/lib/index.d.ts +1 -0
  33. package/lib/index.js +1 -0
  34. package/lib/modules/action-bar/components/apps/index.js +15 -5
  35. package/lib/modules/action-bar/components/leave/index.js +4 -11
  36. package/lib/modules/action-bar/components/screen-share/submenu.js +2 -2
  37. package/lib/modules/action-bar/index.d.ts +2 -0
  38. package/lib/modules/action-bar/index.js +2 -1
  39. package/lib/modules/action-bar/store.d.ts +6 -2
  40. package/lib/modules/action-bar/store.js +56 -93
  41. package/lib/modules/action-bar/view.d.ts +1 -0
  42. package/lib/modules/action-bar/view.js +3 -2
  43. package/lib/modules/annotation/annotation-toolbar-store.d.ts +4 -11
  44. package/lib/modules/annotation/annotation-toolbar-store.js +48 -90
  45. package/lib/modules/annotation/index.d.ts +2 -0
  46. package/lib/modules/annotation/index.js +2 -2
  47. package/lib/modules/annotation/store.d.ts +11 -49
  48. package/lib/modules/annotation/store.js +144 -429
  49. package/lib/modules/annotation/view.js +3 -6
  50. package/lib/modules/audio-stream/index.js +1 -2
  51. package/lib/modules/chat/components/chat-select/index.js +3 -0
  52. package/lib/modules/components/control-bar/components/loading/index.css +76 -0
  53. package/lib/modules/components/control-bar/components/loading/index.d.ts +8 -0
  54. package/lib/modules/components/control-bar/components/loading/index.js +64 -0
  55. package/lib/modules/components/control-bar/components/loading/loading.png +0 -0
  56. package/lib/modules/components/control-bar/components/progress/index.d.ts +5 -0
  57. package/lib/modules/components/control-bar/components/progress/index.js +43 -0
  58. package/lib/modules/components/control-bar/components/progress/style.css +51 -0
  59. package/lib/modules/components/control-bar/components/switch-theme/index.css +99 -0
  60. package/lib/modules/components/control-bar/components/switch-theme/index.d.ts +9 -0
  61. package/lib/modules/components/control-bar/components/switch-theme/index.js +94 -0
  62. package/lib/modules/components/control-bar/components/switch-theme/item.d.ts +9 -0
  63. package/lib/modules/components/control-bar/components/switch-theme/item.js +54 -0
  64. package/lib/modules/components/control-bar/components/switch-theme/libs.d.ts +4 -0
  65. package/lib/modules/components/control-bar/components/switch-theme/libs.js +31 -0
  66. package/lib/modules/components/control-bar/index.css +87 -0
  67. package/lib/modules/components/control-bar/index.d.ts +20 -0
  68. package/lib/modules/components/control-bar/index.js +276 -0
  69. package/lib/modules/components/device-control/store.js +2 -2
  70. package/lib/modules/components/leave-meeting/components/index.css +0 -9
  71. package/lib/modules/components/leave-meeting/index.d.ts +2 -1
  72. package/lib/modules/components/leave-meeting/index.js +19 -8
  73. package/lib/modules/components/leave-meeting/portal.d.ts +6 -0
  74. package/lib/modules/components/leave-meeting/portal.js +29 -0
  75. package/lib/modules/components/leave-meeting/style.css +9 -0
  76. package/lib/modules/components/member-window/components/member-actions/components/more-actions.d.ts +5 -2
  77. package/lib/modules/components/member-window/components/member-actions/components/more-actions.js +19 -9
  78. package/lib/modules/components/member-window/components/member-actions/components/share-status.js +4 -4
  79. package/lib/modules/components/member-window/components/member-actions/index.js +13 -6
  80. package/lib/modules/components/member-window/components/member-actions/provider.d.ts +1 -0
  81. package/lib/modules/components/member-window/components/member-actions/provider.js +4 -3
  82. package/lib/modules/components/member-window/components/member-actions/store.d.ts +2 -1
  83. package/lib/modules/components/member-window/components/member-actions/store.js +5 -1
  84. package/lib/modules/components/member-window/components/video-player/components/local-video-player-with-zoom.d.ts +6 -4
  85. package/lib/modules/components/member-window/components/video-player/components/local-video-player-with-zoom.js +77 -41
  86. package/lib/modules/components/member-window/components/video-player/components/remote-video-player-with-zoom.d.ts +3 -3
  87. package/lib/modules/components/member-window/components/video-player/index.d.ts +3 -3
  88. package/lib/modules/components/member-window/index.css +4 -0
  89. package/lib/modules/components/member-window/types.d.ts +9 -5
  90. package/lib/modules/components/toolbar/components/capture-tool/index.d.ts +9 -0
  91. package/lib/modules/components/toolbar/components/capture-tool/index.js +68 -0
  92. package/lib/modules/components/toolbar/components/clean-tool/index.d.ts +11 -0
  93. package/lib/modules/components/toolbar/components/clean-tool/index.js +71 -0
  94. package/lib/modules/components/toolbar/components/color-tool/color-panel/index.d.ts +11 -0
  95. package/lib/modules/components/toolbar/components/color-tool/color-panel/index.js +77 -0
  96. package/lib/modules/components/toolbar/components/color-tool/index.d.ts +14 -0
  97. package/lib/modules/components/toolbar/components/color-tool/index.js +66 -0
  98. package/lib/modules/components/toolbar/components/graphic-tool/graphic-panel/index.d.ts +11 -0
  99. package/lib/modules/components/toolbar/components/graphic-tool/graphic-panel/index.js +64 -0
  100. package/lib/modules/components/toolbar/components/graphic-tool/graphic-panel/libs.d.ts +12 -0
  101. package/lib/modules/components/toolbar/components/graphic-tool/graphic-panel/libs.js +65 -0
  102. package/lib/modules/components/toolbar/components/graphic-tool/index.d.ts +15 -0
  103. package/lib/modules/components/toolbar/components/graphic-tool/index.js +82 -0
  104. package/lib/modules/components/toolbar/components/group-tool/index.d.ts +5 -0
  105. package/lib/modules/components/toolbar/components/group-tool/index.js +43 -0
  106. package/lib/modules/components/toolbar/components/icons/fold-icon.d.ts +2 -0
  107. package/lib/modules/components/toolbar/components/icons/fold-icon.js +41 -0
  108. package/lib/modules/components/toolbar/components/icons/move-icon.d.ts +1 -0
  109. package/lib/modules/components/toolbar/components/icons/move-icon.js +66 -0
  110. package/lib/modules/components/toolbar/components/item/index.d.ts +25 -0
  111. package/lib/modules/components/toolbar/components/item/index.js +165 -0
  112. package/lib/modules/components/toolbar/components/item/style.css +94 -0
  113. package/lib/modules/components/toolbar/components/multiple-color-tool/index.d.ts +12 -0
  114. package/lib/modules/components/toolbar/components/multiple-color-tool/index.js +75 -0
  115. package/lib/modules/components/toolbar/components/panel/index.d.ts +9 -0
  116. package/lib/modules/components/toolbar/components/panel/index.js +28 -0
  117. package/lib/modules/components/toolbar/components/panel/style.css +86 -0
  118. package/lib/modules/components/toolbar/components/pen-tool/index.d.ts +13 -0
  119. package/lib/modules/components/toolbar/components/pen-tool/index.js +62 -0
  120. package/lib/modules/components/toolbar/components/pen-tool/pen-panel/index.d.ts +8 -0
  121. package/lib/modules/components/toolbar/components/pen-tool/pen-panel/index.js +39 -0
  122. package/lib/modules/components/toolbar/components/save-draft/index.d.ts +7 -0
  123. package/lib/modules/components/toolbar/components/save-draft/index.js +59 -0
  124. package/lib/modules/components/toolbar/components/vertical-frame/index.d.ts +8 -0
  125. package/lib/modules/components/toolbar/components/vertical-frame/index.js +179 -0
  126. package/lib/modules/components/toolbar/hooks/use-resize-visible.d.ts +4 -0
  127. package/lib/modules/components/toolbar/hooks/use-resize-visible.js +59 -0
  128. package/lib/modules/components/toolbar/index.d.ts +29 -0
  129. package/lib/modules/components/toolbar/index.js +258 -0
  130. package/lib/modules/components/toolbar/style.css +85 -0
  131. package/lib/modules/components/toolbar/types.d.ts +13 -0
  132. package/lib/modules/components/toolbar/types.js +6 -0
  133. package/lib/modules/control-bar/components/more-actions/index.js +0 -6
  134. package/lib/modules/control-bar/components/share-state-nav/index.js +3 -2
  135. package/lib/modules/control-bar/index.js +2 -1
  136. package/lib/modules/control-bar/store.d.ts +15 -12
  137. package/lib/modules/control-bar/store.js +68 -29
  138. package/lib/modules/control-bar/view.js +33 -67
  139. package/lib/modules/device-pretest/store.js +4 -2
  140. package/lib/modules/dialog/components/dialog-container/component/body.js +3 -24
  141. package/lib/modules/dialog/components/dialog-container/index.d.ts +4 -0
  142. package/lib/modules/dialog/components/dialog-container/index.js +67 -44
  143. package/lib/modules/dialog/components/normal-window/index.js +4 -0
  144. package/lib/modules/dialog/dialogs/control-bar/index.d.ts +1 -0
  145. package/lib/modules/dialog/dialogs/control-bar/index.js +26 -35
  146. package/lib/modules/dialog/dialogs/participant/components/title.js +1 -1
  147. package/lib/modules/dialog/dialogs/sub-window/index.d.ts +2 -0
  148. package/lib/modules/dialog/dialogs/sub-window/index.js +102 -0
  149. package/lib/modules/dialog/dialogs/video-window/index.d.ts +1 -0
  150. package/lib/modules/dialog/dialogs/video-window/index.js +31 -25
  151. package/lib/modules/dialog/dialogs/whiteboard/index.js +0 -1
  152. package/lib/modules/dialog/hooks/use-popover-watcher.js +1 -2
  153. package/lib/modules/dialog/hooks/useElectron.d.ts +13 -0
  154. package/lib/modules/dialog/hooks/useElectron.js +66 -13
  155. package/lib/modules/dialog/index.d.ts +6 -3
  156. package/lib/modules/dialog/index.js +5 -3
  157. package/lib/modules/dialog/level-config.js +1 -1
  158. package/lib/modules/dialog/store.d.ts +23 -9
  159. package/lib/modules/dialog/store.js +84 -12
  160. package/lib/modules/dialog/type.d.ts +8 -0
  161. package/lib/modules/event-confirm/components/window/index.d.ts +5 -2
  162. package/lib/modules/event-confirm/components/window/index.js +38 -14
  163. package/lib/modules/event-confirm/index.css +3 -2
  164. package/lib/modules/event-confirm/store.d.ts +10 -5
  165. package/lib/modules/event-confirm/store.js +68 -20
  166. package/lib/modules/event-confirm/view.js +10 -8
  167. package/lib/modules/event-sound/index.d.ts +1 -0
  168. package/lib/modules/event-sound/index.js +11 -24
  169. package/lib/modules/interpreter/interpreter-list/interpreter-item/components/pick-user/index.js +1 -2
  170. package/lib/modules/interpreter/store.js +11 -13
  171. package/lib/modules/invite/components/pstn-invite.js +0 -1
  172. package/lib/modules/layout/components/CommonVideoRenderer.js +26 -26
  173. package/lib/modules/layout/components/who-is-speaking.js +3 -6
  174. package/lib/modules/layout/index.d.ts +3 -1
  175. package/lib/modules/layout/index.js +2 -1
  176. package/lib/modules/layout/store.d.ts +7 -59
  177. package/lib/modules/layout/store.js +133 -45
  178. package/lib/modules/layout/type.d.ts +55 -0
  179. package/lib/modules/participant/components/can-moveable/index.js +0 -1
  180. package/lib/modules/participant/components/participants/components/participants/components/attendee/index.js +4 -2
  181. package/lib/modules/participant/components/participants/components/participants/components/participants-more/index.js +14 -2
  182. package/lib/modules/participant/components/participants/components/participants/components/user-row/index.d.ts +1 -1
  183. package/lib/modules/participant/components/participants/components/participants/components/user-row/index.js +3 -2
  184. package/lib/modules/participant/components/participants/components/participants/index.js +3 -2
  185. package/lib/modules/participant/components/participants/components/render-user/components/user-action/components/move-actions-popover/index.d.ts +1 -0
  186. package/lib/modules/participant/components/participants/components/render-user/components/user-action/components/move-actions-popover/index.js +3 -1
  187. package/lib/modules/participant/components/participants/components/render-user/components/user-action/index.js +4 -2
  188. package/lib/modules/participant/components/participants/components/render-user/index.d.ts +4 -2
  189. package/lib/modules/participant/components/participants/components/render-user/index.js +5 -3
  190. package/lib/modules/participant/components/participants/index.js +5 -2
  191. package/lib/modules/participant/components/participants/types.d.ts +3 -0
  192. package/lib/modules/participant/index.d.ts +2 -0
  193. package/lib/modules/participant/index.js +2 -1
  194. package/lib/modules/participant/member-list-data-source.js +3 -5
  195. package/lib/modules/participant/store.d.ts +5 -1
  196. package/lib/modules/participant/store.js +51 -44
  197. package/lib/modules/secondary-window/index.d.ts +50 -0
  198. package/lib/modules/secondary-window/index.js +113 -0
  199. package/lib/modules/secondary-window/store.d.ts +76 -0
  200. package/lib/modules/secondary-window/store.js +407 -0
  201. package/lib/modules/secondary-window/type.d.ts +110 -0
  202. package/lib/modules/secondary-window/type.js +35 -0
  203. package/lib/modules/secondary-window/view.d.ts +6 -0
  204. package/lib/modules/secondary-window/view.js +257 -0
  205. package/lib/modules/setting/audio-settings/audio-settings.js +4 -2
  206. package/lib/modules/setting/config.d.ts +4 -0
  207. package/lib/modules/setting/config.js +6 -3
  208. package/lib/modules/setting/general-settings/general-settings.js +9 -0
  209. package/lib/modules/setting/state/index.js +0 -10
  210. package/lib/modules/setting/store.d.ts +9 -3
  211. package/lib/modules/setting/store.js +110 -77
  212. package/lib/modules/setting/view.js +3 -2
  213. package/lib/modules/share-screen/components/control-bar/index.d.ts +14 -1
  214. package/lib/modules/share-screen/components/control-bar/index.js +17 -12
  215. package/lib/modules/share-screen/components/selection/index.js +16 -23
  216. package/lib/modules/share-screen/index.d.ts +4 -1
  217. package/lib/modules/share-screen/index.js +6 -3
  218. package/lib/modules/share-screen/store.d.ts +18 -19
  219. package/lib/modules/share-screen/store.js +101 -151
  220. package/lib/modules/share-screen/types.d.ts +7 -8
  221. package/lib/modules/state-bar/index.d.ts +2 -0
  222. package/lib/modules/state-bar/index.js +2 -1
  223. package/lib/modules/state-bar/live-streaming-state.js +0 -1
  224. package/lib/modules/state-bar/store.d.ts +5 -2
  225. package/lib/modules/state-bar/store.js +14 -7
  226. package/lib/modules/state-bar/view.js +3 -3
  227. package/lib/modules/video-window/components/members/index.js +10 -15
  228. package/lib/modules/video-window/store.d.ts +1 -0
  229. package/lib/modules/video-window/store.js +8 -3
  230. package/lib/modules/whiteboard/components/control-bar/store.d.ts +3 -0
  231. package/lib/modules/whiteboard/components/control-bar/store.js +20 -11
  232. package/lib/modules/whiteboard/components/toolbar/store.d.ts +2 -2
  233. package/lib/modules/whiteboard/components/toolbar/store.js +2 -2
  234. package/lib/modules/whiteboard/index.d.ts +20 -17
  235. package/lib/modules/whiteboard/index.js +167 -132
  236. package/lib/plugins/module-dev-plugin.js +4 -0
  237. package/lib/providers/ability-provider.js +2 -0
  238. package/lib/providers/annotation-provider.js +3 -3
  239. package/lib/providers/device-privilege-provider.js +13 -12
  240. package/lib/providers/device-provider.d.ts +40 -31
  241. package/lib/providers/device-provider.js +657 -713
  242. package/lib/providers/device-stream-provider.js +4 -4
  243. package/lib/providers/interpreter-provider.js +7 -9
  244. package/lib/providers/multi-display-provider.d.ts +90 -0
  245. package/lib/providers/multi-display-provider.js +593 -0
  246. package/lib/providers/privilege-provider.d.ts +3 -11
  247. package/lib/providers/privilege-provider.js +3 -12
  248. package/lib/providers/renderer-provider.d.ts +3 -3
  249. package/lib/providers/renderer-provider.js +20 -32
  250. package/lib/providers/room-provider.js +21 -16
  251. package/lib/providers/screen-share-provider.d.ts +15 -11
  252. package/lib/providers/screen-share-provider.js +118 -99
  253. package/lib/providers/sharing-provider.d.ts +7 -1
  254. package/lib/providers/sharing-provider.js +39 -3
  255. package/lib/providers/whiteboard-provider.d.ts +24 -0
  256. package/lib/providers/whiteboard-provider.js +128 -0
  257. package/lib/runtime.d.ts +1 -0
  258. package/lib/scenes/main-scene.d.ts +6 -0
  259. package/lib/scenes/main-scene.js +44 -2
  260. package/lib/scenes/waiting-scene.d.ts +0 -2
  261. package/lib/scenes/waiting-scene.js +0 -6
  262. package/lib/schema.d.ts +3 -3
  263. package/lib/schema.js +1 -1
  264. package/lib/shared-data-source/confirm-data.d.ts +19 -0
  265. package/lib/shared-data-source/confirm-data.js +119 -15
  266. package/lib/shared-data-source/member-data.d.ts +2 -2
  267. package/lib/shared-data-source/screen-share-data.d.ts +35 -28
  268. package/lib/shared-data-source/screen-share-data.js +19 -8
  269. package/lib/shared-data-source/setting.js +4 -3
  270. package/lib/shared-data-source/video-window.js +1 -2
  271. package/lib/shared-data-source/whiteboard-data.d.ts +70 -0
  272. package/lib/shared-data-source/whiteboard-data.js +348 -0
  273. package/lib/translations/enUS.d.ts +1 -0
  274. package/lib/translations/enUS.js +2 -1
  275. package/lib/translations/zhCN.d.ts +1 -0
  276. package/lib/translations/zhCN.js +2 -1
  277. package/lib/ui-scene.d.ts +1 -0
  278. package/lib/ui-scene.js +77 -24
  279. package/lib/utilities/constant.d.ts +9 -2
  280. package/lib/utilities/constant.js +10 -3
  281. package/lib/utilities/debug.d.ts +4 -0
  282. package/lib/utilities/debug.js +40 -0
  283. package/lib/utilities/default-config.d.ts +4 -0
  284. package/lib/utilities/default-config.js +8 -4
  285. package/lib/utilities/dialog-utils.d.ts +3 -2
  286. package/lib/utilities/dialog-utils.js +56 -15
  287. package/lib/utilities/meeting-detail.js +4 -1
  288. package/lib/utilities/package-info.d.ts +3 -0
  289. package/lib/utilities/package-info.js +15 -0
  290. package/lib/utilities/renderer-event.d.ts +4 -6
  291. package/lib/utilities/renderer-event.js +23 -43
  292. package/lib/utilities/renderer.d.ts +1 -1
  293. package/lib/utilities/renderer.js +44 -10
  294. package/lib/utilities/shared-storage.d.ts +18 -0
  295. package/lib/utilities/shared-storage.js +63 -0
  296. package/lib/utilities/tools.js +2 -1
  297. package/lib/waiting-room-control-manager.js +6 -6
  298. package/package.json +6 -7
  299. package/public/index.html +5 -0
  300. package/lib/electron/tools.d.ts +0 -5
  301. package/lib/electron/tools.js +0 -62
@@ -14,6 +14,7 @@ var _mobxReact = require("mobx-react");
14
14
  var _store = require("../../store");
15
15
  var _react = require("react");
16
16
  var _i18n = require("agora-ui-foundation/lib/i18n");
17
+ var _hostAreaContainer = require("../../../../../modules/dialog/components/host-area-container");
17
18
  var _jsxRuntime = require("react/jsx-runtime");
18
19
  var AnnotationColorTool = exports.AnnotationColorTool = (0, _mobxReact.observer)(function () {
19
20
  var _useContext = (0, _react.useContext)(_store.AnnotationToolbarContext),
@@ -26,6 +27,8 @@ var AnnotationColorTool = exports.AnnotationColorTool = (0, _mobxReact.observer)
26
27
  _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
27
28
  visible = _useState2[0],
28
29
  setVisible = _useState2[1];
30
+ var _useContext2 = (0, _react.useContext)(_hostAreaContainer.HotAreaContext),
31
+ placement = _useContext2.placement;
29
32
  var handleClick = function handleClick(color) {
30
33
  setStrokeColor(color);
31
34
  setVisible(!visible);
@@ -39,6 +42,7 @@ var AnnotationColorTool = exports.AnnotationColorTool = (0, _mobxReact.observer)
39
42
  !popoverVisible && setVisible(false);
40
43
  }, [popoverVisible]);
41
44
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_item.AnnotationToolItem, {
45
+ placement: placement,
42
46
  iconType: _type.FcrIconType.FCR_COLOR,
43
47
  color: currentColor,
44
48
  title: t('fmt_whiteboard_labels_colour'),
@@ -20,6 +20,7 @@ var _store = require("../../store");
20
20
  var _react = require("react");
21
21
  var _libs = require("./graphic-panel/libs");
22
22
  var _i18n = require("agora-ui-foundation/lib/i18n");
23
+ var _hostAreaContainer = require("../../../../../modules/dialog/components/host-area-container");
23
24
  var _jsxRuntime = require("react/jsx-runtime");
24
25
  var AnnotationGraphicTool = exports.AnnotationGraphicTool = (0, _mobxReact.observer)(function () {
25
26
  var _useContext = (0, _react.useContext)(_store.AnnotationToolbarContext),
@@ -30,6 +31,8 @@ var AnnotationGraphicTool = exports.AnnotationGraphicTool = (0, _mobxReact.obser
30
31
  setTool = _useContext.setTool,
31
32
  popoverVisible = _useContext.popoverVisible,
32
33
  setPopoverVisible = _useContext.setPopoverVisible;
34
+ var _useContext2 = (0, _react.useContext)(_hostAreaContainer.HotAreaContext),
35
+ placement = _useContext2.placement;
33
36
  var _useState = (0, _react.useState)(false),
34
37
  _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
35
38
  visible = _useState2[0],
@@ -48,6 +51,7 @@ var AnnotationGraphicTool = exports.AnnotationGraphicTool = (0, _mobxReact.obser
48
51
  !popoverVisible && setVisible(false);
49
52
  }, [popoverVisible]);
50
53
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_item.AnnotationToolItem, {
54
+ placement: placement,
51
55
  active: _libs.tools.some(function (tool) {
52
56
  return (0, _libs.convertShapeToBoardToolType)(tool.shape) === currentTool;
53
57
  }),
@@ -1,4 +1,5 @@
1
1
  import { FcrIconType } from 'agora-ui-foundation/lib/components/icon/type';
2
+ import { ToolTipProps } from 'agora-ui-foundation/lib/components/tooltip';
2
3
  import './style.css';
3
4
  export declare const AnnotationToolItem: (props: {
4
5
  iconType: FcrIconType;
@@ -15,4 +16,5 @@ export declare const AnnotationToolItem: (props: {
15
16
  level?: number;
16
17
  selected?: boolean;
17
18
  hideTitle?: boolean;
19
+ placement?: ToolTipProps["placement"];
18
20
  }) => import("react/jsx-runtime").JSX.Element;
@@ -14,7 +14,6 @@ var _tooltip = require("agora-ui-foundation/lib/components/tooltip");
14
14
  var _popover = require("agora-ui-foundation/lib/components/popover");
15
15
  var _react = require("react");
16
16
  require("./style.css");
17
- var _hostAreaContainer = require("../../../../../modules/dialog/components/host-area-container");
18
17
  var _jsxRuntime = require("react/jsx-runtime");
19
18
  var AnnotationToolItem = exports.AnnotationToolItem = function AnnotationToolItem(props) {
20
19
  var _props$iconType = props.iconType,
@@ -34,9 +33,8 @@ var AnnotationToolItem = exports.AnnotationToolItem = function AnnotationToolIte
34
33
  onVisibleChange = props.onVisibleChange,
35
34
  level = props.level,
36
35
  selected = props.selected,
37
- hideTitle = props.hideTitle;
38
- var _useContext = (0, _react.useContext)(_hostAreaContainer.HotAreaContext),
39
- placement = _useContext.placement;
36
+ hideTitle = props.hideTitle,
37
+ placement = props.placement;
40
38
  var _useState = (0, _react.useState)(visible),
41
39
  _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
42
40
  visibled = _useState2[0],
@@ -1,7 +1,7 @@
1
1
  .annotation-toolbar-item {
2
- min-width: 36px;
2
+ min-width: 32px;
3
3
  max-width: 64px;
4
- min-height: 36px;
4
+ min-height: 32px;
5
5
  max-height: 52px;
6
6
  display: flex;
7
7
  flex-direction: column;
@@ -9,6 +9,7 @@
9
9
  justify-content: center;
10
10
  color: var(--fcr_ui_scene_icontext1);
11
11
  cursor: pointer;
12
+ position: relative;
12
13
  }
13
14
 
14
15
  .annotation-toolbar-item-icon {
@@ -18,6 +19,7 @@
18
19
  border-radius: var(--fcr_cornerradius_xs);
19
20
  display: flex;
20
21
  justify-content: center;
22
+ align-items: center;
21
23
  }
22
24
 
23
25
  .annotation-toolbar-item-title {
@@ -16,6 +16,7 @@ var _store = require("../../store");
16
16
  var _react = require("react");
17
17
  var _enums = require("fcr-core/lib/room-control/whiteboard-control/enums");
18
18
  var _i18n = require("agora-ui-foundation/lib/i18n");
19
+ var _hostAreaContainer = require("../../../../../modules/dialog/components/host-area-container");
19
20
  var _jsxRuntime = require("react/jsx-runtime");
20
21
  var AnnotationPenTool = exports.AnnotationPenTool = (0, _mobxReact.observer)(function () {
21
22
  var _useContext = (0, _react.useContext)(_store.AnnotationToolbarContext),
@@ -25,6 +26,8 @@ var AnnotationPenTool = exports.AnnotationPenTool = (0, _mobxReact.observer)(fun
25
26
  setTool = _useContext.setTool,
26
27
  popoverVisible = _useContext.popoverVisible,
27
28
  setPopoverVisible = _useContext.setPopoverVisible;
29
+ var _useContext2 = (0, _react.useContext)(_hostAreaContainer.HotAreaContext),
30
+ placement = _useContext2.placement;
28
31
  var _useState = (0, _react.useState)(false),
29
32
  _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
30
33
  visible = _useState2[0],
@@ -44,6 +47,7 @@ var AnnotationPenTool = exports.AnnotationPenTool = (0, _mobxReact.observer)(fun
44
47
  var t = (0, _i18n.useI18n)();
45
48
  var penMap = (0, _defineProperty2["default"])({}, _enums.FcrBoardToolType.CURVE, _type.FcrIconType.FCR_WHITEBOARD_PED5);
46
49
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_item.AnnotationToolItem, {
50
+ placement: placement,
47
51
  active: currentTool in penMap,
48
52
  iconType: currentTool in penMap ? penMap[currentTool] : _type.FcrIconType.FCR_WHITEBOARD_PED5,
49
53
  title: t('fmt_screenshare_whiteboard_button_paintbrush'),
@@ -0,0 +1 @@
1
+ export declare const startPolling: (pollingMethod: () => void, duration?: number, interval?: number) => () => void;
@@ -0,0 +1,27 @@
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.startPolling = void 0;
8
+ require("core-js/modules/es.date.now.js");
9
+ require("core-js/modules/web.timers.js");
10
+ var startPolling = exports.startPolling = function startPolling(pollingMethod) {
11
+ var duration = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 30000;
12
+ var interval = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 5000;
13
+ var startTime = Date.now();
14
+ var timeoutId;
15
+ var _poll = function poll() {
16
+ if (Date.now() - startTime >= duration) {
17
+ return;
18
+ }
19
+ pollingMethod();
20
+ timeoutId = setTimeout(_poll, interval);
21
+ };
22
+ _poll(); // 立即开始
23
+
24
+ return function () {
25
+ clearTimeout(timeoutId);
26
+ };
27
+ };
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
  exports["default"] = void 0;
9
- require("core-js/modules/es.array.concat.js");
10
9
  var _react = require("react");
11
10
  var _mobxReact = require("mobx-react");
12
11
  var _classnames = _interopRequireDefault(require("classnames"));
@@ -21,17 +20,13 @@ var View = (0, _mobxReact.observer)(function () {
21
20
  var _useContext = (0, _react.useContext)(_store.FragmentAnnotationStoreContext),
22
21
  handleBoardDomLoad = _useContext.handleBoardDomLoad,
23
22
  currentTool = _useContext.currentTool,
24
- isIgnore = _useContext.isIgnore,
25
23
  drawing = _useContext.drawing,
26
24
  setDrawing = _useContext.setDrawing;
27
25
  var cursorClassname = "board-widget-cursor-".concat(currentTool);
28
- var boardWidgetAppCls = (0, _classnames["default"])('fragment-annotation-wrapper', 'board-widget-app', cursorClassname.toLowerCase(), {
29
- 'fragment-annotation-wrapper-visible-hidden': isIgnore
30
- });
26
+ var boardWidgetAppCls = (0, _classnames["default"])('fragment-annotation-wrapper', 'board-widget-app', cursorClassname.toLowerCase());
31
27
  var handleMouseMove = function handleMouseMove(e) {
32
28
  requestIdleCallback(function (idle) {
33
29
  if (!drawing && idle.timeRemaining() > 0) {
34
- console.log("[annotation-fragment][View] mouse move event screen position, x: ".concat(e.screenX, ", y: ").concat(e.screenY));
35
30
  (0, _rendererEvent.sendEvent)({
36
31
  action: _constant.FcrUIRendererEventAction.FRAGMENT_ANNOTATION_MOUSE_MOVE,
37
32
  payload: {
@@ -22,7 +22,8 @@ var BaseFragment = exports.BaseFragment = /*#__PURE__*/function () {
22
22
  return (0, _createClass2["default"])(BaseFragment, [{
23
23
  key: "sendEvent",
24
24
  value: function sendEvent(event) {
25
- this.runtime.sendEvent(event);
25
+ var _this$runtime;
26
+ (_this$runtime = this.runtime) === null || _this$runtime === void 0 || _this$runtime.sendEvent(event);
26
27
  }
27
28
  }, {
28
29
  key: "onEvent",
@@ -30,13 +31,14 @@ var BaseFragment = exports.BaseFragment = /*#__PURE__*/function () {
30
31
  }, {
31
32
  key: "_onLoad",
32
33
  value: function _onLoad() {
33
- var _this = this;
34
+ var _this$runtime2,
35
+ _this = this;
34
36
  var language = (0, _tools.getLanguage)();
35
37
  if (language) {
36
38
  this.logger.info('set language to:', language);
37
39
  (0, _i18n.changeLanguage)(language);
38
40
  }
39
- this.runtime.addEventListener(function (_, event) {
41
+ (_this$runtime2 = this.runtime) === null || _this$runtime2 === void 0 || _this$runtime2.addEventListener(function (_, event) {
40
42
  _this.onEvent(event);
41
43
  });
42
44
  }
@@ -0,0 +1,77 @@
1
+ .board-widget-app {
2
+ height: 100%;
3
+ cursor:
4
+ url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 " fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_71146_163811)"%3E%3Cg filter="url(%23filter0_d_71146_163811)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4.95701 14.2575L1.05431 2.41514C0.867777 1.84912 1.1772 1.23963 1.74543 1.05381C1.96805 0.981012 2.20837 0.982105 2.43032 1.05693L14.264 5.04624C14.8305 5.23722 15.1343 5.84949 14.9426 6.4138C14.8422 6.70924 14.6183 6.94694 14.3288 7.0656L9.3004 9.12601C9.08832 9.21291 8.92123 9.38255 8.83806 9.59543L6.99502 14.3123C6.77809 14.8675 6.15043 15.1423 5.59309 14.9263C5.29135 14.8093 5.058 14.5639 4.95701 14.2575Z" fill="%234262FF"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4.95701 14.2575L1.05431 2.41514C0.867777 1.84912 1.1772 1.23963 1.74543 1.05381C1.96805 0.981012 2.20837 0.982105 2.43032 1.05693L14.264 5.04624C14.8305 5.23722 15.1343 5.84949 14.9426 6.4138C14.8422 6.70924 14.6183 6.94694 14.3288 7.0656L9.3004 9.12601C9.08832 9.21291 8.92123 9.38255 8.83806 9.59543L6.99502 14.3123C6.77809 14.8675 6.15043 15.1423 5.59309 14.9263C5.29135 14.8093 5.058 14.5639 4.95701 14.2575Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_71146_163811" x="-2.5" y="-1.5" width="23" height="23" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dx="1" dy="2"/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163811"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163811" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0_71146_163811"%3E%3Crect width="18" height="18" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E'),
5
+ auto;
6
+ }
7
+
8
+ .annotation-container {
9
+ height: 100%;
10
+ }
11
+
12
+ .board-widget-cursor-normal {
13
+ cursor:
14
+ url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 " fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_71146_163811)"%3E%3Cg filter="url(%23filter0_d_71146_163811)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4.95701 14.2575L1.05431 2.41514C0.867777 1.84912 1.1772 1.23963 1.74543 1.05381C1.96805 0.981012 2.20837 0.982105 2.43032 1.05693L14.264 5.04624C14.8305 5.23722 15.1343 5.84949 14.9426 6.4138C14.8422 6.70924 14.6183 6.94694 14.3288 7.0656L9.3004 9.12601C9.08832 9.21291 8.92123 9.38255 8.83806 9.59543L6.99502 14.3123C6.77809 14.8675 6.15043 15.1423 5.59309 14.9263C5.29135 14.8093 5.058 14.5639 4.95701 14.2575Z" fill="%234262FF"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4.95701 14.2575L1.05431 2.41514C0.867777 1.84912 1.1772 1.23963 1.74543 1.05381C1.96805 0.981012 2.20837 0.982105 2.43032 1.05693L14.264 5.04624C14.8305 5.23722 15.1343 5.84949 14.9426 6.4138C14.8422 6.70924 14.6183 6.94694 14.3288 7.0656L9.3004 9.12601C9.08832 9.21291 8.92123 9.38255 8.83806 9.59543L6.99502 14.3123C6.77809 14.8675 6.15043 15.1423 5.59309 14.9263C5.29135 14.8093 5.058 14.5639 4.95701 14.2575Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_71146_163811" x="-2.5" y="-1.5" width="23" height="23" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dx="1" dy="2"/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163811"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163811" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0_71146_163811"%3E%3Crect width="18" height="18" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E'),
15
+ auto;
16
+ }
17
+
18
+ .board-widget-cursor-none {
19
+ cursor:
20
+ url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 " fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_71146_163811)"%3E%3Cg filter="url(%23filter0_d_71146_163811)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4.95701 14.2575L1.05431 2.41514C0.867777 1.84912 1.1772 1.23963 1.74543 1.05381C1.96805 0.981012 2.20837 0.982105 2.43032 1.05693L14.264 5.04624C14.8305 5.23722 15.1343 5.84949 14.9426 6.4138C14.8422 6.70924 14.6183 6.94694 14.3288 7.0656L9.3004 9.12601C9.08832 9.21291 8.92123 9.38255 8.83806 9.59543L6.99502 14.3123C6.77809 14.8675 6.15043 15.1423 5.59309 14.9263C5.29135 14.8093 5.058 14.5639 4.95701 14.2575Z" fill="%234262FF"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4.95701 14.2575L1.05431 2.41514C0.867777 1.84912 1.1772 1.23963 1.74543 1.05381C1.96805 0.981012 2.20837 0.982105 2.43032 1.05693L14.264 5.04624C14.8305 5.23722 15.1343 5.84949 14.9426 6.4138C14.8422 6.70924 14.6183 6.94694 14.3288 7.0656L9.3004 9.12601C9.08832 9.21291 8.92123 9.38255 8.83806 9.59543L6.99502 14.3123C6.77809 14.8675 6.15043 15.1423 5.59309 14.9263C5.29135 14.8093 5.058 14.5639 4.95701 14.2575Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_71146_163811" x="-2.5" y="-1.5" width="23" height="23" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dx="1" dy="2"/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163811"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163811" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0_71146_163811"%3E%3Crect width="18" height="18" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E'),
21
+ auto;
22
+ }
23
+
24
+ .board-widget-cursor-curve {
25
+ cursor:
26
+ url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 " fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M2.39931 16.9972C2.41668 16.9977 2.43414 16.998 2.45168 16.998C2.4606 16.998 2.46574 16.998 2.4703 16.9964C2.47376 16.9952 2.47689 16.993 2.4811 16.9893C2.54809 16.9807 2.6135 16.967 2.67693 16.9487L6.17048 16.4097C6.54866 16.4097 6.88482 16.2417 7.13694 15.9895L14.5745 8.57295C15.1418 8.00567 15.1418 7.06021 14.5745 6.49294L11.5071 3.42546C10.9398 2.85818 9.99433 2.85818 9.42705 3.42546L8.01261 4.83989L7.99897 4.85315C7.98482 4.86613 7.97145 4.87964 7.95889 4.89362L1.98945 10.8631C1.73733 11.1362 1.59026 11.4724 1.56925 11.8295L1.00197 15.4223V15.5063C0.999702 15.5495 0.999396 15.5924 1.00103 15.635C1.00035 15.6524 1 15.6699 1 15.6875C1 16.4124 1.58763 17 2.3125 17C2.34167 17 2.37061 16.999 2.39931 16.9972ZM3.6232 15.6181C3.58855 14.9532 3.05908 14.4193 2.39607 14.3776L2.7529 12.131L5.9026 15.2987L3.6232 15.6181ZM11.8094 9.56554L8.43535 6.1742L3.48939 11.0998L6.93648 14.5273L11.8094 9.56554Z" fill="black" fill-opacity="0.8"/%3E%3Cpath d="M2.39931 16.9972L2.40745 16.7473C2.39931 16.747 2.39115 16.7472 2.38301 16.7477L2.39931 16.9972ZM2.4703 16.9964L2.55354 17.2322L2.55358 17.2321L2.4703 16.9964ZM2.4811 16.9893L2.4493 16.7413C2.39903 16.7477 2.3519 16.7693 2.31417 16.8032L2.4811 16.9893ZM2.67693 16.9487L2.63881 16.7017C2.62829 16.7033 2.61788 16.7056 2.60765 16.7085L2.67693 16.9487ZM6.17048 16.4097V16.1597C6.15771 16.1597 6.14497 16.1607 6.13236 16.1627L6.17048 16.4097ZM7.13694 15.9895L6.96042 15.8125L6.96017 15.8128L7.13694 15.9895ZM14.5745 8.57295L14.7511 8.74997L14.7513 8.74972L14.5745 8.57295ZM14.5745 6.49294L14.7513 6.31616V6.31616L14.5745 6.49294ZM11.5071 3.42546L11.3303 3.60223V3.60223L11.5071 3.42546ZM9.42705 3.42546L9.60383 3.60223V3.60223L9.42705 3.42546ZM8.01261 4.83989L8.18689 5.01917L8.18939 5.01667L8.01261 4.83989ZM7.99897 4.85315L8.16798 5.03752L8.17324 5.03241L7.99897 4.85315ZM7.95889 4.89362L8.13591 5.07065L8.14482 5.06074L7.95889 4.89362ZM1.98945 10.8631L1.81253 10.6861L1.80575 10.6935L1.98945 10.8631ZM1.56925 11.8295L1.81619 11.8685C1.81746 11.8605 1.81834 11.8523 1.81882 11.8442L1.56925 11.8295ZM1.00197 15.4223L0.755034 15.3833C0.752998 15.3962 0.751975 15.4092 0.751975 15.4223H1.00197ZM1.00197 15.5063L1.25197 15.5195V15.5063H1.00197ZM1.00103 15.635L1.25084 15.6448C1.25109 15.6384 1.25109 15.6319 1.25085 15.6254L1.00103 15.635ZM2.39607 14.3776L2.14916 14.3384C2.13812 14.4079 2.15691 14.4789 2.20093 14.5339C2.24495 14.5889 2.31011 14.6227 2.38039 14.6271L2.39607 14.3776ZM3.6232 15.6181L3.37353 15.6311C3.37718 15.7011 3.41004 15.7663 3.46411 15.8109C3.51817 15.8555 3.58848 15.8754 3.65789 15.8657L3.6232 15.6181ZM2.7529 12.131L2.93018 11.9547C2.86382 11.888 2.7656 11.8642 2.67604 11.8931C2.58648 11.922 2.52076 11.9988 2.506 12.0918L2.7529 12.131ZM5.9026 15.2987L5.9373 15.5463C6.03107 15.5331 6.10936 15.4681 6.13955 15.3784C6.16974 15.2886 6.14664 15.1896 6.07988 15.1224L5.9026 15.2987ZM8.43535 6.1742L8.61258 5.99787C8.5658 5.95086 8.50226 5.92435 8.43593 5.9242C8.36961 5.92405 8.30594 5.95025 8.25894 5.99706L8.43535 6.1742ZM11.8094 9.56554L11.9878 9.74072C12.0837 9.64301 12.0832 9.4863 11.9866 9.38922L11.8094 9.56554ZM3.48939 11.0998L3.31298 10.9226C3.26585 10.9696 3.23937 11.0334 3.23939 11.0999C3.23942 11.1664 3.26595 11.2302 3.31312 11.2771L3.48939 11.0998ZM6.93648 14.5273L6.76021 14.7046C6.80742 14.7515 6.8714 14.7777 6.93797 14.7773C7.00454 14.7769 7.0682 14.75 7.11485 14.7025L6.93648 14.5273ZM2.45168 16.748C2.43683 16.748 2.42209 16.7478 2.40745 16.7473L2.39116 17.247C2.41127 17.2477 2.43145 17.248 2.45168 17.248V16.748ZM2.38707 16.7607C2.41363 16.7513 2.4356 16.7491 2.44571 16.7484C2.45051 16.7481 2.45385 16.748 2.45423 16.748C2.45451 16.748 2.45437 16.748 2.45168 16.748V17.248C2.45318 17.248 2.46626 17.2482 2.47954 17.2473C2.49559 17.2462 2.52242 17.2431 2.55354 17.2322L2.38707 16.7607ZM2.31417 16.8032C2.3192 16.7987 2.34496 16.7756 2.38703 16.7607L2.55358 17.2321C2.60256 17.2148 2.63459 17.1874 2.64802 17.1754L2.31417 16.8032ZM2.60765 16.7085C2.55641 16.7233 2.50352 16.7343 2.4493 16.7413L2.5129 17.2372C2.59265 17.227 2.67059 17.2108 2.74622 17.189L2.60765 16.7085ZM6.13236 16.1627L2.63881 16.7017L2.71506 17.1958L6.2086 16.6568L6.13236 16.1627ZM6.96017 15.8128C6.74659 16.0263 6.47143 16.1597 6.17048 16.1597V16.6597C6.62589 16.6597 7.02305 16.457 7.31372 16.1663L6.96017 15.8128ZM14.398 8.39592L6.96042 15.8125L7.31347 16.1666L14.7511 8.74997L14.398 8.39592ZM14.3978 6.66972C14.8674 7.13936 14.8674 7.92653 14.3978 8.39617L14.7513 8.74972C15.4162 8.08482 15.4162 6.98107 14.7513 6.31616L14.3978 6.66972ZM11.3303 3.60223L14.3978 6.66972L14.7513 6.31616L11.6838 3.24868L11.3303 3.60223ZM9.60383 3.60223C10.0735 3.13259 10.8606 3.13259 11.3303 3.60223L11.6838 3.24868C11.0189 2.58377 9.91518 2.58377 9.25027 3.24868L9.60383 3.60223ZM8.18939 5.01667L9.60383 3.60223L9.25027 3.24868L7.83584 4.66312L8.18939 5.01667ZM8.17324 5.03241L8.18688 5.01915L7.83835 4.66064L7.82471 4.6739L8.17324 5.03241ZM8.14482 5.06074C8.152 5.05275 8.15969 5.04498 8.16791 5.03744L7.83004 4.66887C7.80995 4.68729 7.79091 4.70652 7.77296 4.7265L8.14482 5.06074ZM2.16623 11.0398L8.13566 5.0704L7.78211 4.71684L1.81268 10.6863L2.16623 11.0398ZM1.81882 11.8442C1.83626 11.5477 1.95813 11.2656 2.17315 11.0326L1.80575 10.6935C1.51653 11.0068 1.34426 11.397 1.31968 11.8148L1.81882 11.8442ZM1.24892 15.4613L1.81619 11.8685L1.32231 11.7905L0.755034 15.3833L1.24892 15.4613ZM1.25197 15.5063V15.4223H0.751975V15.5063H1.25197ZM1.25085 15.6254C1.24951 15.5905 1.24975 15.5551 1.25163 15.5194L0.75232 15.4932C0.749652 15.5439 0.749287 15.5944 0.751214 15.6446L1.25085 15.6254ZM1.25 15.6875C1.25 15.6732 1.25028 15.659 1.25084 15.6448L0.751223 15.6252C0.75041 15.6459 0.75 15.6666 0.75 15.6875H1.25ZM2.3125 16.75C1.7257 16.75 1.25 16.2743 1.25 15.6875H0.75C0.75 16.5504 1.44956 17.25 2.3125 17.25V16.75ZM2.38301 16.7477C2.35974 16.7492 2.33623 16.75 2.3125 16.75V17.25C2.3471 17.25 2.38148 17.2489 2.4156 17.2466L2.38301 16.7477ZM2.38039 14.6271C2.9168 14.6608 3.34551 15.0932 3.37353 15.6311L3.87286 15.6051C3.8316 14.8132 3.20136 14.1777 2.41174 14.1281L2.38039 14.6271ZM2.506 12.0918L2.14916 14.3384L2.64297 14.4168L2.99981 12.1702L2.506 12.0918ZM6.07988 15.1224L2.93018 11.9547L2.57562 12.3073L5.72532 15.475L6.07988 15.1224ZM3.65789 15.8657L5.9373 15.5463L5.86791 15.0511L3.5885 15.3705L3.65789 15.8657ZM8.25812 6.35052L11.6322 9.74187L11.9866 9.38922L8.61258 5.99787L8.25812 6.35052ZM3.6658 11.2769L8.61176 6.35134L8.25894 5.99706L3.31298 10.9226L3.6658 11.2769ZM7.11276 14.35L3.66567 10.9225L3.31312 11.2771L6.76021 14.7046L7.11276 14.35ZM11.631 9.39037L6.75812 14.3521L7.11485 14.7025L11.9878 9.74072L11.631 9.39037Z" fill="white"/%3E%3C/svg%3E')
27
+ 0 18,
28
+ auto !important;
29
+ }
30
+
31
+ .board-widget-cursor-text {
32
+ cursor:
33
+ url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 " fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_71146_163815)"%3E%3Cg filter="url(%23filter0_d_71146_163815)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M12.0667 2C12.5821 2 13 2.41787 13 2.93333C13 3.4488 12.5821 3.86667 12.0667 3.86667H10.2637C10.2276 3.86667 10.1992 3.89722 10.1992 3.93333V13.1328C10.1992 13.6851 10.6469 14.1328 11.1992 14.1328H12.0667C12.5821 14.1328 13 14.5507 13 15.0661C13 15.5816 12.5821 15.9995 12.0667 15.9995H9.2318C9.22098 15.9998 9.21012 16 9.19922 16C9.18832 16 9.17746 15.9998 9.16664 15.9995H5.93333C5.41787 15.9995 5 15.5816 5 15.0661C5 14.5507 5.41787 14.1328 5.93333 14.1328H7.19922C7.7515 14.1328 8.19922 13.6851 8.19922 13.1328V3.93333C8.19922 3.89722 8.17081 3.86667 8.13469 3.86667H5.93333C5.41787 3.86667 5 3.4488 5 2.93333C5 2.41787 5.41787 2 5.93333 2H12.0667Z" fill="black" fill-opacity="0.8" shape-rendering="crispEdges"/%3E%3Cpath d="M9.2318 15.9995V15.4995C9.22647 15.4995 9.22114 15.4996 9.21581 15.4997L9.2318 15.9995ZM9.16664 15.9995L9.18263 15.4997C9.1773 15.4996 9.17197 15.4995 9.16664 15.4995V15.9995ZM13.5 2.93333C13.5 2.14172 12.8583 1.5 12.0667 1.5V2.5C12.306 2.5 12.5 2.69401 12.5 2.93333H13.5ZM12.0667 4.36667C12.8583 4.36667 13.5 3.72494 13.5 2.93333H12.5C12.5 3.17266 12.306 3.36667 12.0667 3.36667V4.36667ZM10.2637 4.36667H12.0667V3.36667H10.2637V4.36667ZM9.69922 3.93333V13.1328H10.6992V3.93333H9.69922ZM12.0667 13.6328H11.1992V14.6328H12.0667V13.6328ZM13.5 15.0661C13.5 14.2745 12.8583 13.6328 12.0667 13.6328V14.6328C12.306 14.6328 12.5 14.8268 12.5 15.0661H13.5ZM12.0667 16.4995C12.8583 16.4995 13.5 15.8578 13.5 15.0661H12.5C12.5 15.3055 12.306 15.4995 12.0667 15.4995V16.4995ZM9.2318 16.4995H12.0667V15.4995H9.2318V16.4995ZM9.21581 15.4997C9.21031 15.4999 9.20478 15.5 9.19922 15.5V16.5C9.21546 16.5 9.23165 16.4997 9.24779 16.4992L9.21581 15.4997ZM9.19922 15.5C9.19365 15.5 9.18812 15.4999 9.18263 15.4997L9.15065 16.4992C9.16679 16.4997 9.18298 16.5 9.19922 16.5V15.5ZM5.93333 16.4995H9.16664V15.4995H5.93333V16.4995ZM4.5 15.0661C4.5 15.8578 5.14173 16.4995 5.93333 16.4995V15.4995C5.69401 15.4995 5.5 15.3055 5.5 15.0661H4.5ZM5.93333 13.6328C5.14173 13.6328 4.5 14.2745 4.5 15.0661H5.5C5.5 14.8268 5.69401 14.6328 5.93333 14.6328V13.6328ZM7.19922 13.6328H5.93333V14.6328H7.19922V13.6328ZM8.69922 13.1328V3.93333H7.69922V13.1328H8.69922ZM5.93333 4.36667H8.13469V3.36667H5.93333V4.36667ZM4.5 2.93333C4.5 3.72494 5.14173 4.36667 5.93333 4.36667V3.36667C5.69401 3.36667 5.5 3.17266 5.5 2.93333H4.5ZM5.93333 1.5C5.14173 1.5 4.5 2.14172 4.5 2.93333H5.5C5.5 2.69401 5.69401 2.5 5.93333 2.5V1.5ZM12.0667 1.5H5.93333V2.5H12.0667V1.5ZM8.69922 3.93333C8.69922 3.64252 8.46792 3.36667 8.13469 3.36667V4.36667C7.8737 4.36667 7.69922 4.15192 7.69922 3.93333H8.69922ZM7.19922 14.6328C8.02765 14.6328 8.69922 13.9612 8.69922 13.1328H7.69922C7.69922 13.409 7.47536 13.6328 7.19922 13.6328V14.6328ZM9.69922 13.1328C9.69922 13.9612 10.3708 14.6328 11.1992 14.6328V13.6328C10.9231 13.6328 10.6992 13.409 10.6992 13.1328H9.69922ZM10.2637 3.36667C9.93052 3.36667 9.69922 3.64252 9.69922 3.93333H10.6992C10.6992 4.15192 10.5247 4.36667 10.2637 4.36667V3.36667Z" fill="white"/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_71146_163815" x="0.5" y="-2.5" width="17" height="23" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163815"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163815" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0_71146_163815"%3E%3Crect width="18" height="18" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E'),
34
+ auto !important;
35
+ }
36
+
37
+ .board-widget-cursor-ellipse {
38
+ cursor:
39
+ url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 " fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_71146_163812)"%3E%3Cg filter="url(%23filter0_d_71146_163812)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M9.2 3C9.2 2.44772 8.75229 2 8.2 2H8C7.44772 2 7 2.44772 7 3V7C7 7.55228 6.55228 8 6 8H2C1.44772 8 1 8.44771 1 9V9.2C1 9.75228 1.44772 10.2 2 10.2H6C6.55228 10.2 7 10.6477 7 11.2V15C7 15.5523 7.44771 16 8 16H8.2C8.75228 16 9.2 15.5523 9.2 15V11.2C9.2 10.6477 9.64771 10.2 10.2 10.2H14C14.5523 10.2 15 9.75229 15 9.2V9C15 8.44772 14.5523 8 14 8H10.2C9.64772 8 9.2 7.55228 9.2 7V3Z" fill="black" fill-opacity="0.8" shape-rendering="crispEdges"/%3E%3Cpath d="M8 2.5H8.2V1.5H8V2.5ZM7.5 7V3H6.5V7H7.5ZM2 8.5H6V7.5H2V8.5ZM1.5 9.2V9H0.5V9.2H1.5ZM6 9.7H2V10.7H6V9.7ZM7.5 15V11.2H6.5V15H7.5ZM8.2 15.5H8V16.5H8.2V15.5ZM8.7 11.2V15H9.7V11.2H8.7ZM14 9.7H10.2V10.7H14V9.7ZM14.5 9V9.2H15.5V9H14.5ZM10.2 8.5H14V7.5H10.2V8.5ZM8.7 3V7H9.7V3H8.7ZM10.2 7.5C9.92386 7.5 9.7 7.27614 9.7 7H8.7C8.7 7.82843 9.37157 8.5 10.2 8.5V7.5ZM15.5 9C15.5 8.17157 14.8284 7.5 14 7.5V8.5C14.2761 8.5 14.5 8.72386 14.5 9H15.5ZM14 10.7C14.8284 10.7 15.5 10.0284 15.5 9.2H14.5C14.5 9.47614 14.2761 9.7 14 9.7V10.7ZM9.7 11.2C9.7 10.9239 9.92386 10.7 10.2 10.7V9.7C9.37157 9.7 8.7 10.3716 8.7 11.2H9.7ZM8.2 16.5C9.02843 16.5 9.7 15.8284 9.7 15H8.7C8.7 15.2761 8.47614 15.5 8.2 15.5V16.5ZM6.5 15C6.5 15.8284 7.17157 16.5 8 16.5V15.5C7.72386 15.5 7.5 15.2761 7.5 15H6.5ZM6 10.7C6.27614 10.7 6.5 10.9239 6.5 11.2H7.5C7.5 10.3716 6.82843 9.7 6 9.7V10.7ZM0.5 9.2C0.5 10.0284 1.17157 10.7 2 10.7V9.7C1.72386 9.7 1.5 9.47614 1.5 9.2H0.5ZM2 7.5C1.17157 7.5 0.5 8.17157 0.5 9H1.5C1.5 8.72386 1.72386 8.5 2 8.5V7.5ZM6.5 7C6.5 7.27614 6.27614 7.5 6 7.5V8.5C6.82843 8.5 7.5 7.82843 7.5 7H6.5ZM8.2 2.5C8.47614 2.5 8.7 2.72386 8.7 3H9.7C9.7 2.17157 9.02843 1.5 8.2 1.5V2.5ZM8 1.5C7.17157 1.5 6.5 2.17157 6.5 3H7.5C7.5 2.72386 7.72386 2.5 8 2.5V1.5Z" fill="white"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d_71146_163812)"%3E%3Ccircle cx="13.5" cy="3.5" r="3" stroke="white" stroke-linecap="round" stroke-linejoin="round" shape-rendering="crispEdges"/%3E%3C/g%3E%3Ccircle cx="13.5" cy="3.5" r="1.5" fill="white"/%3E%3Ccircle cx="13.5" cy="3.5" r="2" stroke="black" stroke-opacity="0.8" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_71146_163812" x="-2.5" y="-1.5" width="21" height="21" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="1.5"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163812"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163812" result="shape"/%3E%3C/filter%3E%3Cfilter id="filter1_d_71146_163812" x="6" y="-3" width="15" height="15" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="1"/%3E%3CfeGaussianBlur stdDeviation="2"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163812"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163812" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0_71146_163812"%3E%3Crect width="18" height="18" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E'),
40
+ auto !important;
41
+ }
42
+
43
+ .board-widget-cursor-triangle {
44
+ cursor:
45
+ url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 " fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_71146_163813)"%3E%3Cg filter="url(%23filter0_d_71146_163813)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M9.2 3C9.2 2.44772 8.75229 2 8.2 2H8C7.44772 2 7 2.44772 7 3V7C7 7.55228 6.55228 8 6 8H2C1.44772 8 1 8.44771 1 9V9.2C1 9.75228 1.44772 10.2 2 10.2H6C6.55228 10.2 7 10.6477 7 11.2V15C7 15.5523 7.44771 16 8 16H8.2C8.75228 16 9.2 15.5523 9.2 15V11.2C9.2 10.6477 9.64771 10.2 10.2 10.2H14C14.5523 10.2 15 9.75229 15 9.2V9C15 8.44772 14.5523 8 14 8H10.2C9.64772 8 9.2 7.55228 9.2 7V3Z" fill="black" fill-opacity="0.8" shape-rendering="crispEdges"/%3E%3Cpath d="M8 2.5H8.2V1.5H8V2.5ZM7.5 7V3H6.5V7H7.5ZM2 8.5H6V7.5H2V8.5ZM1.5 9.2V9H0.5V9.2H1.5ZM6 9.7H2V10.7H6V9.7ZM7.5 15V11.2H6.5V15H7.5ZM8.2 15.5H8V16.5H8.2V15.5ZM8.7 11.2V15H9.7V11.2H8.7ZM14 9.7H10.2V10.7H14V9.7ZM14.5 9V9.2H15.5V9H14.5ZM10.2 8.5H14V7.5H10.2V8.5ZM8.7 3V7H9.7V3H8.7ZM10.2 7.5C9.92386 7.5 9.7 7.27614 9.7 7H8.7C8.7 7.82843 9.37157 8.5 10.2 8.5V7.5ZM15.5 9C15.5 8.17157 14.8284 7.5 14 7.5V8.5C14.2761 8.5 14.5 8.72386 14.5 9H15.5ZM14 10.7C14.8284 10.7 15.5 10.0284 15.5 9.2H14.5C14.5 9.47614 14.2761 9.7 14 9.7V10.7ZM9.7 11.2C9.7 10.9239 9.92386 10.7 10.2 10.7V9.7C9.37157 9.7 8.7 10.3716 8.7 11.2H9.7ZM8.2 16.5C9.02843 16.5 9.7 15.8284 9.7 15H8.7C8.7 15.2761 8.47614 15.5 8.2 15.5V16.5ZM6.5 15C6.5 15.8284 7.17157 16.5 8 16.5V15.5C7.72386 15.5 7.5 15.2761 7.5 15H6.5ZM6 10.7C6.27614 10.7 6.5 10.9239 6.5 11.2H7.5C7.5 10.3716 6.82843 9.7 6 9.7V10.7ZM0.5 9.2C0.5 10.0284 1.17157 10.7 2 10.7V9.7C1.72386 9.7 1.5 9.47614 1.5 9.2H0.5ZM2 7.5C1.17157 7.5 0.5 8.17157 0.5 9H1.5C1.5 8.72386 1.72386 8.5 2 8.5V7.5ZM6.5 7C6.5 7.27614 6.27614 7.5 6 7.5V8.5C6.82843 8.5 7.5 7.82843 7.5 7H6.5ZM8.2 2.5C8.47614 2.5 8.7 2.72386 8.7 3H9.7C9.7 2.17157 9.02843 1.5 8.2 1.5V2.5ZM8 1.5C7.17157 1.5 6.5 2.17157 6.5 3H7.5C7.5 2.72386 7.72386 2.5 8 2.5V1.5Z" fill="white"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d_71146_163813)"%3E%3Cpath d="M14.067 0.75C14.2594 0.416666 14.7406 0.416667 14.933 0.75L17.9641 6C18.1566 6.33333 17.916 6.75 17.5311 6.75H11.4689C11.084 6.75 10.8434 6.33333 11.0359 6L14.067 0.75Z" fill="white"/%3E%3Cpath d="M17.5312 6.25H11.4688L14.5 1L17.5312 6.25Z" stroke="white"/%3E%3C/g%3E%3Cpath d="M14.1536 1.6C14.3075 1.33333 14.6925 1.33333 14.8464 1.6L17.1847 5.65C17.3386 5.91667 17.1462 6.25 16.8383 6.25H12.1617C11.8538 6.25 11.6614 5.91667 11.8153 5.65L14.1536 1.6Z" fill="white"/%3E%3Cpath d="M16.752 5.7998H12.248L14.5 1.89941L16.752 5.7998Z" stroke="black" stroke-opacity="0.8" stroke-width="0.9"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_71146_163813" x="-2.5" y="-1.5" width="21" height="21" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="1.5"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163813"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163813" result="shape"/%3E%3C/filter%3E%3Cfilter id="filter1_d_71146_163813" x="7.96875" y="-0.5" width="13.0625" height="12.25" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset dy="2"/%3E%3CfeGaussianBlur stdDeviation="1.5"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163813"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163813" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0_71146_163813"%3E%3Crect width="18" height="18" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E'),
46
+ auto !important;
47
+ }
48
+
49
+ .board-widget-cursor-rectangle {
50
+ cursor:
51
+ url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 " fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_71146_163814)"%3E%3Cg filter="url(%23filter0_d_71146_163814)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.2 3C10.2 2.44772 9.75229 2 9.2 2H9C8.44772 2 8 2.44772 8 3V7C8 7.55228 7.55228 8 7 8H3C2.44772 8 2 8.44771 2 9V9.2C2 9.75228 2.44772 10.2 3 10.2H7C7.55228 10.2 8 10.6477 8 11.2V15C8 15.5523 8.44771 16 9 16H9.2C9.75228 16 10.2 15.5523 10.2 15V11.2C10.2 10.6477 10.6477 10.2 11.2 10.2H15C15.5523 10.2 16 9.75229 16 9.2V9C16 8.44772 15.5523 8 15 8H11.2C10.6477 8 10.2 7.55228 10.2 7V3Z" fill="black" fill-opacity="0.8" shape-rendering="crispEdges"/%3E%3Cpath d="M9 2.5H9.2V1.5H9V2.5ZM8.5 7V3H7.5V7H8.5ZM3 8.5H7V7.5H3V8.5ZM2.5 9.2V9H1.5V9.2H2.5ZM7 9.7H3V10.7H7V9.7ZM8.5 15V11.2H7.5V15H8.5ZM9.2 15.5H9V16.5H9.2V15.5ZM9.7 11.2V15H10.7V11.2H9.7ZM15 9.7H11.2V10.7H15V9.7ZM15.5 9V9.2H16.5V9H15.5ZM11.2 8.5H15V7.5H11.2V8.5ZM9.7 3V7H10.7V3H9.7ZM11.2 7.5C10.9239 7.5 10.7 7.27614 10.7 7H9.7C9.7 7.82843 10.3716 8.5 11.2 8.5V7.5ZM16.5 9C16.5 8.17157 15.8284 7.5 15 7.5V8.5C15.2761 8.5 15.5 8.72386 15.5 9H16.5ZM15 10.7C15.8284 10.7 16.5 10.0284 16.5 9.2H15.5C15.5 9.47614 15.2761 9.7 15 9.7V10.7ZM10.7 11.2C10.7 10.9239 10.9239 10.7 11.2 10.7V9.7C10.3716 9.7 9.7 10.3716 9.7 11.2H10.7ZM9.2 16.5C10.0284 16.5 10.7 15.8284 10.7 15H9.7C9.7 15.2761 9.47614 15.5 9.2 15.5V16.5ZM7.5 15C7.5 15.8284 8.17157 16.5 9 16.5V15.5C8.72386 15.5 8.5 15.2761 8.5 15H7.5ZM7 10.7C7.27614 10.7 7.5 10.9239 7.5 11.2H8.5C8.5 10.3716 7.82843 9.7 7 9.7V10.7ZM1.5 9.2C1.5 10.0284 2.17157 10.7 3 10.7V9.7C2.72386 9.7 2.5 9.47614 2.5 9.2H1.5ZM3 7.5C2.17157 7.5 1.5 8.17157 1.5 9H2.5C2.5 8.72386 2.72386 8.5 3 8.5V7.5ZM7.5 7C7.5 7.27614 7.27614 7.5 7 7.5V8.5C7.82843 8.5 8.5 7.82843 8.5 7H7.5ZM9.2 2.5C9.47614 2.5 9.7 2.72386 9.7 3H10.7C10.7 2.17157 10.0284 1.5 9.2 1.5V2.5ZM9 1.5C8.17157 1.5 7.5 2.17157 7.5 3H8.5C8.5 2.72386 8.72386 2.5 9 2.5V1.5Z" fill="white"/%3E%3C/g%3E%3Cg filter="url(%23filter1_d_71146_163814)"%3E%3Crect x="11.1992" y="0.199951" width="6.6" height="6.6" rx="1.2" fill="white"/%3E%3C/g%3E%3Crect x="12" y="1" width="5" height="5" rx="1" fill="white"/%3E%3Crect x="12.5" y="1.5" width="4" height="4" rx="0.5" stroke="black" stroke-opacity="0.8"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_71146_163814" x="-1.5" y="-1.5" width="21" height="21" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="1.5"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163814"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163814" result="shape"/%3E%3C/filter%3E%3Cfilter id="filter1_d_71146_163814" x="9.19922" y="-1.80005" width="10.5996" height="10.6001" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="1"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163814"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163814" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0_71146_163814"%3E%3Crect width="18" height="18" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E'),
52
+ auto !important;
53
+ }
54
+
55
+ .board-widget-cursor-straight {
56
+ cursor:
57
+ url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 " fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_71146_163817)"%3E%3Cg filter="url(%23filter0_d_71146_163817)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M9.2 3C9.2 2.44772 8.75229 2 8.2 2H8C7.44772 2 7 2.44772 7 3V7C7 7.55228 6.55228 8 6 8H2C1.44772 8 1 8.44771 1 9V9.2C1 9.75228 1.44772 10.2 2 10.2H6C6.55228 10.2 7 10.6477 7 11.2V15C7 15.5523 7.44771 16 8 16H8.2C8.75228 16 9.2 15.5523 9.2 15V11.2C9.2 10.6477 9.64771 10.2 10.2 10.2H14C14.5523 10.2 15 9.75229 15 9.2V9C15 8.44772 14.5523 8 14 8H10.2C9.64772 8 9.2 7.55228 9.2 7V3Z" fill="black" fill-opacity="0.8" shape-rendering="crispEdges"/%3E%3Cpath d="M8 2.5H8.2V1.5H8V2.5ZM7.5 7V3H6.5V7H7.5ZM2 8.5H6V7.5H2V8.5ZM1.5 9.2V9H0.5V9.2H1.5ZM6 9.7H2V10.7H6V9.7ZM7.5 15V11.2H6.5V15H7.5ZM8.2 15.5H8V16.5H8.2V15.5ZM8.7 11.2V15H9.7V11.2H8.7ZM14 9.7H10.2V10.7H14V9.7ZM14.5 9V9.2H15.5V9H14.5ZM10.2 8.5H14V7.5H10.2V8.5ZM8.7 3V7H9.7V3H8.7ZM10.2 7.5C9.92386 7.5 9.7 7.27614 9.7 7H8.7C8.7 7.82843 9.37157 8.5 10.2 8.5V7.5ZM15.5 9C15.5 8.17157 14.8284 7.5 14 7.5V8.5C14.2761 8.5 14.5 8.72386 14.5 9H15.5ZM14 10.7C14.8284 10.7 15.5 10.0284 15.5 9.2H14.5C14.5 9.47614 14.2761 9.7 14 9.7V10.7ZM9.7 11.2C9.7 10.9239 9.92386 10.7 10.2 10.7V9.7C9.37157 9.7 8.7 10.3716 8.7 11.2H9.7ZM8.2 16.5C9.02843 16.5 9.7 15.8284 9.7 15H8.7C8.7 15.2761 8.47614 15.5 8.2 15.5V16.5ZM6.5 15C6.5 15.8284 7.17157 16.5 8 16.5V15.5C7.72386 15.5 7.5 15.2761 7.5 15H6.5ZM6 10.7C6.27614 10.7 6.5 10.9239 6.5 11.2H7.5C7.5 10.3716 6.82843 9.7 6 9.7V10.7ZM0.5 9.2C0.5 10.0284 1.17157 10.7 2 10.7V9.7C1.72386 9.7 1.5 9.47614 1.5 9.2H0.5ZM2 7.5C1.17157 7.5 0.5 8.17157 0.5 9H1.5C1.5 8.72386 1.72386 8.5 2 8.5V7.5ZM6.5 7C6.5 7.27614 6.27614 7.5 6 7.5V8.5C6.82843 8.5 7.5 7.82843 7.5 7H6.5ZM8.2 2.5C8.47614 2.5 8.7 2.72386 8.7 3H9.7C9.7 2.17157 9.02843 1.5 8.2 1.5V2.5ZM8 1.5C7.17157 1.5 6.5 2.17157 6.5 3H7.5C7.5 2.72386 7.72386 2.5 8 2.5V1.5Z" fill="white"/%3E%3C/g%3E%3Crect x="11.5" y="3.5" width="6" height="2" rx="0.7" fill="black" fill-opacity="0.8" stroke="white"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_71146_163817" x="-2.5" y="-1.5" width="21" height="21" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="1.5"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163817"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163817" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0_71146_163817"%3E%3Crect width="18" height="18" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E'),
58
+ auto !important;
59
+ }
60
+
61
+ .board-widget-cursor-line {
62
+ cursor:
63
+ url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 " fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_71146_163817)"%3E%3Cg filter="url(%23filter0_d_71146_163817)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M9.2 3C9.2 2.44772 8.75229 2 8.2 2H8C7.44772 2 7 2.44772 7 3V7C7 7.55228 6.55228 8 6 8H2C1.44772 8 1 8.44771 1 9V9.2C1 9.75228 1.44772 10.2 2 10.2H6C6.55228 10.2 7 10.6477 7 11.2V15C7 15.5523 7.44771 16 8 16H8.2C8.75228 16 9.2 15.5523 9.2 15V11.2C9.2 10.6477 9.64771 10.2 10.2 10.2H14C14.5523 10.2 15 9.75229 15 9.2V9C15 8.44772 14.5523 8 14 8H10.2C9.64772 8 9.2 7.55228 9.2 7V3Z" fill="black" fill-opacity="0.8" shape-rendering="crispEdges"/%3E%3Cpath d="M8 2.5H8.2V1.5H8V2.5ZM7.5 7V3H6.5V7H7.5ZM2 8.5H6V7.5H2V8.5ZM1.5 9.2V9H0.5V9.2H1.5ZM6 9.7H2V10.7H6V9.7ZM7.5 15V11.2H6.5V15H7.5ZM8.2 15.5H8V16.5H8.2V15.5ZM8.7 11.2V15H9.7V11.2H8.7ZM14 9.7H10.2V10.7H14V9.7ZM14.5 9V9.2H15.5V9H14.5ZM10.2 8.5H14V7.5H10.2V8.5ZM8.7 3V7H9.7V3H8.7ZM10.2 7.5C9.92386 7.5 9.7 7.27614 9.7 7H8.7C8.7 7.82843 9.37157 8.5 10.2 8.5V7.5ZM15.5 9C15.5 8.17157 14.8284 7.5 14 7.5V8.5C14.2761 8.5 14.5 8.72386 14.5 9H15.5ZM14 10.7C14.8284 10.7 15.5 10.0284 15.5 9.2H14.5C14.5 9.47614 14.2761 9.7 14 9.7V10.7ZM9.7 11.2C9.7 10.9239 9.92386 10.7 10.2 10.7V9.7C9.37157 9.7 8.7 10.3716 8.7 11.2H9.7ZM8.2 16.5C9.02843 16.5 9.7 15.8284 9.7 15H8.7C8.7 15.2761 8.47614 15.5 8.2 15.5V16.5ZM6.5 15C6.5 15.8284 7.17157 16.5 8 16.5V15.5C7.72386 15.5 7.5 15.2761 7.5 15H6.5ZM6 10.7C6.27614 10.7 6.5 10.9239 6.5 11.2H7.5C7.5 10.3716 6.82843 9.7 6 9.7V10.7ZM0.5 9.2C0.5 10.0284 1.17157 10.7 2 10.7V9.7C1.72386 9.7 1.5 9.47614 1.5 9.2H0.5ZM2 7.5C1.17157 7.5 0.5 8.17157 0.5 9H1.5C1.5 8.72386 1.72386 8.5 2 8.5V7.5ZM6.5 7C6.5 7.27614 6.27614 7.5 6 7.5V8.5C6.82843 8.5 7.5 7.82843 7.5 7H6.5ZM8.2 2.5C8.47614 2.5 8.7 2.72386 8.7 3H9.7C9.7 2.17157 9.02843 1.5 8.2 1.5V2.5ZM8 1.5C7.17157 1.5 6.5 2.17157 6.5 3H7.5C7.5 2.72386 7.72386 2.5 8 2.5V1.5Z" fill="white"/%3E%3C/g%3E%3Crect x="11.5" y="3.5" width="6" height="2" rx="0.7" fill="black" fill-opacity="0.8" stroke="white"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_71146_163817" x="-2.5" y="-1.5" width="21" height="21" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="1.5"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163817"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163817" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0_71146_163817"%3E%3Crect width="18" height="18" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E'),
64
+ auto !important;
65
+ }
66
+
67
+ .board-widget-cursor-arrow {
68
+ cursor:
69
+ url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 " fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_71146_163818)"%3E%3Cg filter="url(%23filter0_d_71146_163818)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M9.2 3C9.2 2.44772 8.75229 2 8.2 2H8C7.44772 2 7 2.44772 7 3V7C7 7.55228 6.55228 8 6 8H2C1.44772 8 1 8.44771 1 9V9.2C1 9.75228 1.44772 10.2 2 10.2H6C6.55228 10.2 7 10.6477 7 11.2V15C7 15.5523 7.44771 16 8 16H8.2C8.75228 16 9.2 15.5523 9.2 15V11.2C9.2 10.6477 9.64771 10.2 10.2 10.2H14C14.5523 10.2 15 9.75229 15 9.2V9C15 8.44772 14.5523 8 14 8H10.2C9.64772 8 9.2 7.55228 9.2 7V3Z" fill="black" fill-opacity="0.8" shape-rendering="crispEdges"/%3E%3Cpath d="M8 2.5H8.2V1.5H8V2.5ZM7.5 7V3H6.5V7H7.5ZM2 8.5H6V7.5H2V8.5ZM1.5 9.2V9H0.5V9.2H1.5ZM6 9.7H2V10.7H6V9.7ZM7.5 15V11.2H6.5V15H7.5ZM8.2 15.5H8V16.5H8.2V15.5ZM8.7 11.2V15H9.7V11.2H8.7ZM14 9.7H10.2V10.7H14V9.7ZM14.5 9V9.2H15.5V9H14.5ZM10.2 8.5H14V7.5H10.2V8.5ZM8.7 3V7H9.7V3H8.7ZM10.2 7.5C9.92386 7.5 9.7 7.27614 9.7 7H8.7C8.7 7.82843 9.37157 8.5 10.2 8.5V7.5ZM15.5 9C15.5 8.17157 14.8284 7.5 14 7.5V8.5C14.2761 8.5 14.5 8.72386 14.5 9H15.5ZM14 10.7C14.8284 10.7 15.5 10.0284 15.5 9.2H14.5C14.5 9.47614 14.2761 9.7 14 9.7V10.7ZM9.7 11.2C9.7 10.9239 9.92386 10.7 10.2 10.7V9.7C9.37157 9.7 8.7 10.3716 8.7 11.2H9.7ZM8.2 16.5C9.02843 16.5 9.7 15.8284 9.7 15H8.7C8.7 15.2761 8.47614 15.5 8.2 15.5V16.5ZM6.5 15C6.5 15.8284 7.17157 16.5 8 16.5V15.5C7.72386 15.5 7.5 15.2761 7.5 15H6.5ZM6 10.7C6.27614 10.7 6.5 10.9239 6.5 11.2H7.5C7.5 10.3716 6.82843 9.7 6 9.7V10.7ZM0.5 9.2C0.5 10.0284 1.17157 10.7 2 10.7V9.7C1.72386 9.7 1.5 9.47614 1.5 9.2H0.5ZM2 7.5C1.17157 7.5 0.5 8.17157 0.5 9H1.5C1.5 8.72386 1.72386 8.5 2 8.5V7.5ZM6.5 7C6.5 7.27614 6.27614 7.5 6 7.5V8.5C6.82843 8.5 7.5 7.82843 7.5 7H6.5ZM8.2 2.5C8.47614 2.5 8.7 2.72386 8.7 3H9.7C9.7 2.17157 9.02843 1.5 8.2 1.5V2.5ZM8 1.5C7.17157 1.5 6.5 2.17157 6.5 3H7.5C7.5 2.72386 7.72386 2.5 8 2.5V1.5Z" fill="white"/%3E%3C/g%3E%3Cmask id="path-3-outside-1_71146_163818" maskUnits="userSpaceOnUse" x="8.58579" y="-1.53608" width="10.6066" height="10.6066" fill="black"%3E%3Crect fill="white" x="8.58579" y="-1.53608" width="10.6066" height="10.6066"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M13.7144 1.33625C13.4384 1.32775 13.2077 1.54461 13.1992 1.82062C13.1907 2.09663 13.4076 2.32727 13.6836 2.33577L14.5857 2.36356L11.4142 5.535C11.219 5.73026 11.219 6.04684 11.4142 6.2421C11.6095 6.43737 11.9261 6.43737 12.1213 6.2421L15.2928 3.07068L15.3205 3.97272C15.329 4.24873 15.5597 4.46559 15.8357 4.45709C16.1117 4.44859 16.3286 4.21795 16.3201 3.94194L16.2567 1.884L16.2422 1.4141L15.7723 1.39963L13.7144 1.33625Z"/%3E%3C/mask%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M13.7144 1.33625C13.4384 1.32775 13.2077 1.54461 13.1992 1.82062C13.1907 2.09663 13.4076 2.32727 13.6836 2.33577L14.5857 2.36356L11.4142 5.535C11.219 5.73026 11.219 6.04684 11.4142 6.2421C11.6095 6.43737 11.9261 6.43737 12.1213 6.2421L15.2928 3.07068L15.3205 3.97272C15.329 4.24873 15.5597 4.46559 15.8357 4.45709C16.1117 4.44859 16.3286 4.21795 16.3201 3.94194L16.2567 1.884L16.2422 1.4141L15.7723 1.39963L13.7144 1.33625Z" fill="black" fill-opacity="0.8"/%3E%3Cpath d="M13.1992 1.82062L12.5995 1.80215L12.5995 1.80215L13.1992 1.82062ZM13.7144 1.33625L13.7328 0.736532L13.7328 0.736532L13.7144 1.33625ZM13.6836 2.33577L13.6651 2.93549L13.6836 2.33577ZM14.5857 2.36356L15.0099 2.78782L15.9912 1.80656L14.6041 1.76384L14.5857 2.36356ZM11.4142 5.535L10.99 5.11073L11.4142 5.535ZM15.2928 3.07068L15.8925 3.05221L15.8498 1.66515L14.8685 2.64641L15.2928 3.07068ZM15.3205 3.97272L14.7208 3.99119L14.7208 3.99119L15.3205 3.97272ZM16.3201 3.94194L15.7203 3.96041L15.7203 3.96041L16.3201 3.94194ZM16.2567 1.884L16.8564 1.86553L16.8564 1.86553L16.2567 1.884ZM16.2422 1.4141L16.8419 1.39563L16.8246 0.831749L16.2607 0.814383L16.2422 1.4141ZM15.7723 1.39963L15.7908 0.799911L15.7908 0.799911L15.7723 1.39963ZM13.7989 1.83909C13.7972 1.89429 13.7511 1.93766 13.6959 1.93596L13.7328 0.736532C13.1256 0.717831 12.6182 1.19492 12.5995 1.80215L13.7989 1.83909ZM13.7021 1.73606C13.7573 1.73776 13.8006 1.78389 13.7989 1.83909L12.5995 1.80215C12.5808 2.40938 13.0579 2.91679 13.6651 2.93549L13.7021 1.73606ZM14.6041 1.76384L13.7021 1.73606L13.6651 2.93549L14.5672 2.96327L14.6041 1.76384ZM11.8385 5.95926L15.0099 2.78782L14.1614 1.93929L10.99 5.11073L11.8385 5.95926ZM11.8385 5.81784C11.8775 5.85689 11.8775 5.92021 11.8385 5.95926L10.99 5.11073C10.5604 5.54031 10.5604 6.23679 10.99 6.66637L11.8385 5.81784ZM11.6971 5.81784C11.7361 5.77879 11.7994 5.77879 11.8385 5.81784L10.99 6.66637C11.4195 7.09594 12.116 7.09594 12.5456 6.66637L11.6971 5.81784ZM14.8685 2.64641L11.6971 5.81784L12.5456 6.66637L15.717 3.49494L14.8685 2.64641ZM15.9203 3.95425L15.8925 3.05221L14.693 3.08915L14.7208 3.99119L15.9203 3.95425ZM15.8172 3.85738C15.8724 3.85568 15.9186 3.89905 15.9203 3.95425L14.7208 3.99119C14.7395 4.59842 15.2469 5.07551 15.8542 5.05681L15.8172 3.85738ZM15.7203 3.96041C15.7186 3.90521 15.762 3.85908 15.8172 3.85738L15.8542 5.05681C16.4614 5.03811 16.9385 4.5307 16.9198 3.92347L15.7203 3.96041ZM15.657 1.90247L15.7203 3.96041L16.9198 3.92347L16.8564 1.86553L15.657 1.90247ZM15.6425 1.43257L15.657 1.90247L16.8564 1.86553L16.8419 1.39563L15.6425 1.43257ZM15.7538 1.99934L16.2237 2.01381L16.2607 0.814383L15.7908 0.799911L15.7538 1.99934ZM13.6959 1.93596L15.7538 1.99934L15.7908 0.799911L13.7328 0.736532L13.6959 1.93596Z" fill="white" mask="url(%23path-3-outside-1_71146_163818)"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_71146_163818" x="-2.5" y="-1.5" width="21" height="21" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="1.5"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_71146_163818"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_71146_163818" result="shape"/%3E%3C/filter%3E%3CclipPath id="clip0_71146_163818"%3E%3Crect width="18" height="18" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E'),
70
+ auto !important;
71
+ }
72
+
73
+ .board-widget-cursor-eraser {
74
+ cursor:
75
+ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIgSURBVHgBdZQ7a0JBEIWviTHmBRaKYAQtbBKTWFgH/ROSzjZpbNMJ2iQptExnIyRptBFiITYigoWFJK2NKRQUER+Fj8LNnGVHro+7MLiss9+eObN7Nc1gCCFM9GOKRCKH4XDYTPMjhJofJhKJA5Ujh9kAoCWTSQlqNpvm+Xx+gLnL5dLa7faK5qtKpSJ/BTaYTLsQBKvw+XzHDofjfDgcPi8WixGCxgulnuE/pU4esgMCJBgMHnm9Xqvdbr8YDAavrVZLBAIB4fF4RKPREP1+/w0H0BY9bD0kRJUrIaREQggqcA7CZrMJrAHGyuDZhhKY6Xa7T1gJTsdGhnBAGWA4iHw7lYfrPeFyptPppxFEDyNVol6vX/n9fouGNqo6JWQ8Hn8tl0uRSqUMIRz5fF50Op0Hmlv4ChwryGe5XBYAIeLxuCEE5qOLUCRB6JDT6TybzWa/mUxGJkWj0TUsFovthfR6vVG3232Cp7IiuE6Lj7lcbiNZD8Oc10OhkITUarV7CIA/qlGalcz90CdzoDQ9DIFyGAJL0Hr5GqAIEo26pIfRU/ljCPZBif7NWXBLYTR7tB1oACCFQuEOlxB74MvGw1X1WSku6B19bcOgCJBisXjLnuxAMLCAzvGNnkwm3zAenUmn0xJSKpVuKPUUecjH2yKItgHavtnZbPaSynwnwA+aUK1Wr7GOcpDHXwhtezBZnSQ/HdgIhQzAOpeyF0LjH2xW1lC0K3IoAAAAAElFTkSuQmCC'),
76
+ auto;
77
+ }
@@ -0,0 +1,11 @@
1
+ import { BaseFragment } from '../base';
2
+ export declare class WhiteboardFragment extends BaseFragment {
3
+ private _fragmentWhiteboardStore;
4
+ get name(): string;
5
+ get component(): import("react/jsx-runtime").JSX.Element;
6
+ constructor(runtime: Runtime);
7
+ protected onEvent(event: RendererCustomEvent): void;
8
+ }
9
+ export declare const windowOptions: Electron.BrowserWindowConstructorOptions;
10
+ export declare const title = "Whiteboard";
11
+ export declare const webPreferences: Electron.WebPreferences;
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.object.define-property.js");
4
+ require("core-js/modules/es.reflect.construct.js");
5
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
6
+ Object.defineProperty(exports, "__esModule", {
7
+ value: true
8
+ });
9
+ exports.windowOptions = exports.webPreferences = exports.title = exports.WhiteboardFragment = void 0;
10
+ var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
11
+ var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
12
+ var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
13
+ var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
14
+ var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
15
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
16
+ var _react = _interopRequireDefault(require("react"));
17
+ var _reactDom = _interopRequireDefault(require("react-dom"));
18
+ var _base = require("../base");
19
+ var _store = require("./store");
20
+ var _view = _interopRequireDefault(require("./view"));
21
+ var _jsxRuntime = require("react/jsx-runtime");
22
+ function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
23
+ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
24
+ var WhiteboardFragment = exports.WhiteboardFragment = /*#__PURE__*/function (_BaseFragment) {
25
+ function WhiteboardFragment(runtime) {
26
+ var _this;
27
+ (0, _classCallCheck2["default"])(this, WhiteboardFragment);
28
+ _this = _callSuper(this, WhiteboardFragment, [runtime]);
29
+ (0, _defineProperty2["default"])(_this, "_fragmentWhiteboardStore", new _store.FragmentWhiteboardStore());
30
+ window.addEventListener('keydown', function (event) {
31
+ if ((event.ctrlKey || event.metaKey) && event.key === 'w') {
32
+ event.preventDefault();
33
+ }
34
+ });
35
+ return _this;
36
+ }
37
+ (0, _inherits2["default"])(WhiteboardFragment, _BaseFragment);
38
+ return (0, _createClass2["default"])(WhiteboardFragment, [{
39
+ key: "name",
40
+ get: function get() {
41
+ return 'whiteboard';
42
+ }
43
+ }, {
44
+ key: "component",
45
+ get: function get() {
46
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_store.FragmentWhiteboardStoreContext.Provider, {
47
+ value: this._fragmentWhiteboardStore,
48
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_view["default"], {})
49
+ });
50
+ }
51
+ }, {
52
+ key: "onEvent",
53
+ value: function onEvent(event) {
54
+ switch (event.action) {}
55
+ }
56
+ }]);
57
+ }(_base.BaseFragment);
58
+ var windowOptions = exports.windowOptions = {
59
+ height: 850,
60
+ width: 1360,
61
+ minWidth: 825,
62
+ minHeight: 600,
63
+ webPreferences: {
64
+ nodeIntegration: true,
65
+ contextIsolation: false
66
+ },
67
+ show: false,
68
+ frame: false,
69
+ alwaysOnTop: true,
70
+ transparent: true,
71
+ backgroundColor: 'rgba(0, 0, 0, 0)',
72
+ resizable: false,
73
+ enableLargerThanScreen: true,
74
+ hasShadow: false,
75
+ x: 0,
76
+ y: 0,
77
+ hiddenInMissionControl: true,
78
+ type: 'panel',
79
+ skipTaskbar: true
80
+ };
81
+ var title = exports.title = 'Whiteboard';
82
+ var webPreferences = exports.webPreferences = {
83
+ nodeIntegration: true
84
+ };
85
+ var $$fragment = new WhiteboardFragment(window.runtime);
86
+ var App = function App() {
87
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_react["default"].Fragment, {
88
+ children: $$fragment.component
89
+ });
90
+ };
91
+ _reactDom["default"].render(/*#__PURE__*/(0, _jsxRuntime.jsx)(App, {}), document.getElementById('root'));
@@ -0,0 +1,31 @@
1
+ import { FcrBoardShape, FcrBoardToolType } from 'fcr-core/lib/room-control/whiteboard-control/enums';
2
+ export declare class FragmentWhiteboardStore {
3
+ protected logger: import("agora-foundation/lib/logger").Logger;
4
+ private _engine;
5
+ private _whiteboardControl?;
6
+ private _annotationControl?;
7
+ private _sharingType;
8
+ private _boardDom?;
9
+ private _boardInstance?;
10
+ private _isMounted;
11
+ private _boardObserver;
12
+ private _boardMainWindowObserver;
13
+ private _mainWindowObserver;
14
+ private _engineObserver;
15
+ private get _boardControl();
16
+ accessor currentTool: FcrBoardToolType | FcrBoardShape;
17
+ get boardDom(): HTMLDivElement | undefined;
18
+ get sharingType(): "whiteboard" | "annotation";
19
+ constructor();
20
+ handleBoardDomLoad(dom: HTMLDivElement): void;
21
+ unload(): void;
22
+ log(message: string): void;
23
+ private _mount;
24
+ private _unmount;
25
+ private _handleConnectionStateUpdated;
26
+ private _init;
27
+ private _initWhiteboardControl;
28
+ private _initAnnotationControl;
29
+ private _initEngine;
30
+ }
31
+ export declare const FragmentWhiteboardStoreContext: import("react").Context<FragmentWhiteboardStore>;