bigbluebutton-html-plugin-sdk 0.0.22 → 0.0.24

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 (263) hide show
  1. package/README.md +20 -7
  2. package/dist/cjs/core/api/BbbPluginSdk.d.ts +36 -0
  3. package/dist/cjs/core/api/BbbPluginSdk.js +90 -0
  4. package/dist/cjs/core/api/BbbPluginSdk.js.map +1 -0
  5. package/dist/cjs/core/api/types.d.ts +106 -0
  6. package/dist/cjs/core/api/types.js.map +1 -0
  7. package/dist/cjs/core/auxiliar/join-url/getter.d.ts +1 -0
  8. package/dist/cjs/core/auxiliar/join-url/getter.js +70 -0
  9. package/dist/cjs/core/auxiliar/join-url/getter.js.map +1 -0
  10. package/dist/cjs/core/auxiliar/join-url/types.d.ts +1 -0
  11. package/dist/cjs/{data-consumption/types/presentation.js → core/auxiliar/join-url/types.js} +1 -1
  12. package/dist/cjs/core/auxiliar/join-url/types.js.map +1 -0
  13. package/dist/cjs/core/auxiliar/session-token/getter.d.ts +1 -0
  14. package/dist/cjs/core/auxiliar/session-token/getter.js +9 -0
  15. package/dist/cjs/core/auxiliar/session-token/getter.js.map +1 -0
  16. package/dist/cjs/core/auxiliar/session-token/types.d.ts +1 -0
  17. package/dist/cjs/core/auxiliar/session-token/types.js +3 -0
  18. package/dist/cjs/core/auxiliar/session-token/types.js.map +1 -0
  19. package/dist/cjs/core/enum.d.ts +12 -0
  20. package/dist/cjs/core/enum.js +18 -0
  21. package/dist/cjs/core/enum.js.map +1 -0
  22. package/dist/cjs/core/index.d.ts +3 -1
  23. package/dist/cjs/core/index.js +3 -15
  24. package/dist/cjs/core/index.js.map +1 -1
  25. package/dist/cjs/core/types.d.ts +33 -0
  26. package/dist/cjs/core/types.js +3 -0
  27. package/dist/cjs/core/types.js.map +1 -0
  28. package/dist/cjs/data-channel/enums.d.ts +10 -0
  29. package/dist/cjs/data-channel/enums.js +16 -0
  30. package/dist/cjs/data-channel/enums.js.map +1 -0
  31. package/dist/cjs/data-channel/hooks.d.ts +3 -0
  32. package/dist/cjs/data-channel/{useDatachannel.js → hooks.js} +13 -13
  33. package/dist/cjs/data-channel/hooks.js.map +1 -0
  34. package/dist/cjs/data-channel/index.d.ts +2 -2
  35. package/dist/cjs/data-channel/index.js +3 -16
  36. package/dist/cjs/data-channel/index.js.map +1 -1
  37. package/dist/cjs/data-channel/types.d.ts +15 -5
  38. package/dist/cjs/data-consumption/domain/presentations/current-presentation/hooks.d.ts +2 -0
  39. package/dist/cjs/data-consumption/domain/presentations/current-presentation/hooks.js +8 -0
  40. package/dist/cjs/data-consumption/domain/presentations/current-presentation/hooks.js.map +1 -0
  41. package/dist/cjs/data-consumption/{types/presentation.d.ts → domain/presentations/current-presentation/types.d.ts} +3 -1
  42. package/dist/cjs/data-consumption/domain/presentations/current-presentation/types.js +3 -0
  43. package/dist/cjs/data-consumption/domain/presentations/current-presentation/types.js.map +1 -0
  44. package/dist/cjs/data-consumption/domain/presentations/index.d.ts +1 -0
  45. package/dist/cjs/data-consumption/domain/presentations/index.js +3 -0
  46. package/dist/cjs/data-consumption/domain/presentations/index.js.map +1 -0
  47. package/dist/cjs/data-consumption/domain/shared/custom-subscription/hooks.d.ts +2 -0
  48. package/dist/cjs/data-consumption/domain/shared/custom-subscription/hooks.js +11 -0
  49. package/dist/cjs/data-consumption/domain/shared/custom-subscription/hooks.js.map +1 -0
  50. package/dist/cjs/data-consumption/domain/shared/custom-subscription/types.d.ts +9 -0
  51. package/dist/cjs/data-consumption/domain/shared/custom-subscription/types.js +3 -0
  52. package/dist/cjs/data-consumption/domain/shared/custom-subscription/types.js.map +1 -0
  53. package/dist/cjs/data-consumption/domain/shared/index.d.ts +1 -0
  54. package/dist/cjs/data-consumption/domain/shared/index.js +3 -0
  55. package/dist/cjs/data-consumption/domain/shared/index.js.map +1 -0
  56. package/dist/cjs/data-consumption/domain/users/current-user/hooks.d.ts +2 -0
  57. package/dist/cjs/data-consumption/domain/users/current-user/hooks.js +8 -0
  58. package/dist/cjs/data-consumption/domain/users/current-user/hooks.js.map +1 -0
  59. package/dist/cjs/data-consumption/domain/users/current-user/types.d.ts +8 -0
  60. package/dist/cjs/data-consumption/domain/users/current-user/types.js +3 -0
  61. package/dist/cjs/data-consumption/domain/users/current-user/types.js.map +1 -0
  62. package/dist/cjs/data-consumption/domain/users/index.d.ts +3 -0
  63. package/dist/cjs/data-consumption/domain/users/index.js +3 -0
  64. package/dist/cjs/data-consumption/domain/users/index.js.map +1 -0
  65. package/dist/cjs/data-consumption/domain/users/loaded-user-list/hooks.d.ts +2 -0
  66. package/dist/cjs/data-consumption/domain/users/loaded-user-list/hooks.js +8 -0
  67. package/dist/cjs/data-consumption/domain/users/loaded-user-list/hooks.js.map +1 -0
  68. package/dist/cjs/data-consumption/domain/users/loaded-user-list/types.d.ts +7 -0
  69. package/dist/cjs/data-consumption/domain/users/loaded-user-list/types.js +3 -0
  70. package/dist/cjs/data-consumption/domain/users/loaded-user-list/types.js.map +1 -0
  71. package/dist/cjs/data-consumption/domain/users/users-basic-info/hooks.d.ts +2 -0
  72. package/dist/cjs/data-consumption/domain/users/users-basic-info/hooks.js +8 -0
  73. package/dist/cjs/data-consumption/domain/users/users-basic-info/hooks.js.map +1 -0
  74. package/dist/cjs/data-consumption/domain/users/users-basic-info/queries.d.ts +1 -0
  75. package/dist/cjs/data-consumption/domain/users/users-basic-info/queries.js +5 -0
  76. package/dist/cjs/data-consumption/domain/users/users-basic-info/queries.js.map +1 -0
  77. package/dist/cjs/data-consumption/domain/users/users-basic-info/types.d.ts +10 -0
  78. package/dist/cjs/data-consumption/domain/users/users-basic-info/types.js +3 -0
  79. package/dist/cjs/data-consumption/domain/users/users-basic-info/types.js.map +1 -0
  80. package/dist/cjs/data-consumption/factory/hookCreator.d.ts +4 -0
  81. package/dist/cjs/data-consumption/factory/hookCreator.js +84 -0
  82. package/dist/cjs/data-consumption/factory/hookCreator.js.map +1 -0
  83. package/dist/cjs/data-consumption/index.d.ts +3 -0
  84. package/dist/cjs/data-consumption/{hooks/index.js → index.js} +3 -3
  85. package/dist/cjs/data-consumption/index.js.map +1 -0
  86. package/dist/cjs/data-consumption/utils.d.ts +6 -0
  87. package/dist/cjs/data-consumption/utils.js +25 -0
  88. package/dist/cjs/data-consumption/utils.js.map +1 -0
  89. package/dist/cjs/extensible-areas/action-button-dropdown-item/component.d.ts +30 -0
  90. package/dist/cjs/extensible-areas/action-button-dropdown-item/component.js +47 -0
  91. package/dist/cjs/extensible-areas/action-button-dropdown-item/component.js.map +1 -0
  92. package/dist/cjs/extensible-areas/action-button-dropdown-item/enums.d.ts +4 -0
  93. package/dist/cjs/extensible-areas/action-button-dropdown-item/enums.js +10 -0
  94. package/dist/cjs/extensible-areas/action-button-dropdown-item/enums.js.map +1 -0
  95. package/dist/cjs/extensible-areas/action-button-dropdown-item/index.d.ts +2 -0
  96. package/dist/cjs/extensible-areas/action-button-dropdown-item/index.js +7 -0
  97. package/dist/cjs/extensible-areas/action-button-dropdown-item/index.js.map +1 -0
  98. package/dist/cjs/extensible-areas/action-button-dropdown-item/types.d.ts +13 -0
  99. package/dist/cjs/extensible-areas/action-button-dropdown-item/types.js +3 -0
  100. package/dist/cjs/extensible-areas/action-button-dropdown-item/types.js.map +1 -0
  101. package/dist/cjs/extensible-areas/actions-bar-item/component.d.ts +38 -0
  102. package/dist/cjs/extensible-areas/actions-bar-item/component.js +56 -0
  103. package/dist/cjs/extensible-areas/actions-bar-item/component.js.map +1 -0
  104. package/dist/cjs/extensible-areas/actions-bar-item/enums.d.ts +11 -0
  105. package/dist/cjs/extensible-areas/actions-bar-item/enums.js +18 -0
  106. package/dist/cjs/extensible-areas/actions-bar-item/enums.js.map +1 -0
  107. package/dist/cjs/extensible-areas/actions-bar-item/index.d.ts +3 -0
  108. package/dist/cjs/extensible-areas/actions-bar-item/index.js +9 -0
  109. package/dist/cjs/extensible-areas/actions-bar-item/index.js.map +1 -0
  110. package/dist/cjs/extensible-areas/actions-bar-item/types.d.ts +17 -0
  111. package/dist/cjs/extensible-areas/actions-bar-item/types.js +3 -0
  112. package/dist/cjs/extensible-areas/actions-bar-item/types.js.map +1 -0
  113. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/component.d.ts +36 -0
  114. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/component.js +53 -0
  115. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/component.js.map +1 -0
  116. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/enums.d.ts +4 -0
  117. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/enums.js +10 -0
  118. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/enums.js.map +1 -0
  119. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/index.d.ts +2 -0
  120. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/index.js +7 -0
  121. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/index.js.map +1 -0
  122. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/types.d.ts +15 -0
  123. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/types.js +3 -0
  124. package/dist/cjs/extensible-areas/audio-settings-dropdown-item/types.js.map +1 -0
  125. package/dist/cjs/extensible-areas/base.d.ts +19 -0
  126. package/dist/cjs/{data-consumption/types/user.js → extensible-areas/base.js} +1 -1
  127. package/dist/cjs/extensible-areas/base.js.map +1 -0
  128. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/component.d.ts +36 -0
  129. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/component.js +53 -0
  130. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/component.js.map +1 -0
  131. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/enums.d.ts +4 -0
  132. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/enums.js +10 -0
  133. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/enums.js.map +1 -0
  134. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/index.d.ts +2 -0
  135. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/index.js +7 -0
  136. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/index.js.map +1 -0
  137. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/types.d.ts +15 -0
  138. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/types.js +3 -0
  139. package/dist/cjs/extensible-areas/camera-settings-dropdown-item/types.js.map +1 -0
  140. package/dist/cjs/extensible-areas/index.d.ts +11 -0
  141. package/dist/cjs/{types → extensible-areas}/index.js +11 -3
  142. package/dist/cjs/extensible-areas/index.js.map +1 -0
  143. package/dist/cjs/extensible-areas/nav-bar-item/component.d.ts +52 -0
  144. package/dist/cjs/extensible-areas/nav-bar-item/component.js +70 -0
  145. package/dist/cjs/extensible-areas/nav-bar-item/component.js.map +1 -0
  146. package/dist/cjs/extensible-areas/nav-bar-item/enums.d.ts +12 -0
  147. package/dist/cjs/extensible-areas/nav-bar-item/enums.js +19 -0
  148. package/dist/cjs/extensible-areas/nav-bar-item/enums.js.map +1 -0
  149. package/dist/cjs/extensible-areas/nav-bar-item/index.d.ts +3 -0
  150. package/dist/cjs/extensible-areas/nav-bar-item/index.js +9 -0
  151. package/dist/cjs/extensible-areas/nav-bar-item/index.js.map +1 -0
  152. package/dist/cjs/extensible-areas/nav-bar-item/types.d.ts +20 -0
  153. package/dist/cjs/extensible-areas/nav-bar-item/types.js +3 -0
  154. package/dist/cjs/extensible-areas/nav-bar-item/types.js.map +1 -0
  155. package/dist/cjs/extensible-areas/options-dropdown-item/component.d.ts +33 -0
  156. package/dist/cjs/extensible-areas/options-dropdown-item/component.js +50 -0
  157. package/dist/cjs/extensible-areas/options-dropdown-item/component.js.map +1 -0
  158. package/dist/cjs/extensible-areas/options-dropdown-item/enums.d.ts +4 -0
  159. package/dist/cjs/extensible-areas/options-dropdown-item/enums.js +10 -0
  160. package/dist/cjs/extensible-areas/options-dropdown-item/enums.js.map +1 -0
  161. package/dist/cjs/extensible-areas/options-dropdown-item/index.d.ts +2 -0
  162. package/dist/cjs/extensible-areas/options-dropdown-item/index.js +7 -0
  163. package/dist/cjs/extensible-areas/options-dropdown-item/index.js.map +1 -0
  164. package/dist/cjs/extensible-areas/options-dropdown-item/types.d.ts +15 -0
  165. package/dist/cjs/extensible-areas/options-dropdown-item/types.js +3 -0
  166. package/dist/cjs/extensible-areas/options-dropdown-item/types.js.map +1 -0
  167. package/dist/cjs/extensible-areas/presentation-dropdown-item/component.d.ts +34 -0
  168. package/dist/cjs/extensible-areas/presentation-dropdown-item/component.js +51 -0
  169. package/dist/cjs/extensible-areas/presentation-dropdown-item/component.js.map +1 -0
  170. package/dist/cjs/extensible-areas/presentation-dropdown-item/enums.d.ts +4 -0
  171. package/dist/cjs/extensible-areas/presentation-dropdown-item/enums.js +10 -0
  172. package/dist/cjs/extensible-areas/presentation-dropdown-item/enums.js.map +1 -0
  173. package/dist/cjs/extensible-areas/presentation-dropdown-item/index.d.ts +2 -0
  174. package/dist/cjs/extensible-areas/presentation-dropdown-item/index.js +7 -0
  175. package/dist/cjs/extensible-areas/presentation-dropdown-item/index.js.map +1 -0
  176. package/dist/cjs/extensible-areas/presentation-dropdown-item/types.d.ts +15 -0
  177. package/dist/cjs/extensible-areas/presentation-dropdown-item/types.js +3 -0
  178. package/dist/cjs/extensible-areas/presentation-dropdown-item/types.js.map +1 -0
  179. package/dist/cjs/extensible-areas/presentation-toolbar-item/component.d.ts +45 -0
  180. package/dist/cjs/extensible-areas/presentation-toolbar-item/component.js +68 -0
  181. package/dist/cjs/extensible-areas/presentation-toolbar-item/component.js.map +1 -0
  182. package/dist/cjs/extensible-areas/presentation-toolbar-item/enums.d.ts +5 -0
  183. package/dist/cjs/extensible-areas/presentation-toolbar-item/enums.js +11 -0
  184. package/dist/cjs/extensible-areas/presentation-toolbar-item/enums.js.map +1 -0
  185. package/dist/cjs/extensible-areas/presentation-toolbar-item/index.d.ts +2 -0
  186. package/dist/cjs/extensible-areas/presentation-toolbar-item/index.js +8 -0
  187. package/dist/cjs/extensible-areas/presentation-toolbar-item/index.js.map +1 -0
  188. package/dist/cjs/extensible-areas/presentation-toolbar-item/types.d.ts +11 -0
  189. package/dist/cjs/extensible-areas/presentation-toolbar-item/types.js +3 -0
  190. package/dist/cjs/extensible-areas/presentation-toolbar-item/types.js.map +1 -0
  191. package/dist/cjs/extensible-areas/user-camera-dropdown-item/component.d.ts +33 -0
  192. package/dist/cjs/extensible-areas/user-camera-dropdown-item/component.js +50 -0
  193. package/dist/cjs/extensible-areas/user-camera-dropdown-item/component.js.map +1 -0
  194. package/dist/cjs/extensible-areas/user-camera-dropdown-item/enums.d.ts +4 -0
  195. package/dist/cjs/extensible-areas/user-camera-dropdown-item/enums.js +10 -0
  196. package/dist/cjs/extensible-areas/user-camera-dropdown-item/enums.js.map +1 -0
  197. package/dist/cjs/extensible-areas/user-camera-dropdown-item/index.d.ts +2 -0
  198. package/dist/cjs/extensible-areas/user-camera-dropdown-item/index.js +7 -0
  199. package/dist/cjs/extensible-areas/user-camera-dropdown-item/index.js.map +1 -0
  200. package/dist/cjs/extensible-areas/user-camera-dropdown-item/types.d.ts +14 -0
  201. package/dist/cjs/extensible-areas/user-camera-dropdown-item/types.js +3 -0
  202. package/dist/cjs/extensible-areas/user-camera-dropdown-item/types.js.map +1 -0
  203. package/dist/cjs/extensible-areas/user-list-dropdown-item/component.d.ts +72 -0
  204. package/dist/cjs/extensible-areas/user-list-dropdown-item/component.js +97 -0
  205. package/dist/cjs/extensible-areas/user-list-dropdown-item/component.js.map +1 -0
  206. package/dist/cjs/extensible-areas/user-list-dropdown-item/enums.d.ts +5 -0
  207. package/dist/cjs/extensible-areas/user-list-dropdown-item/enums.js +11 -0
  208. package/dist/cjs/extensible-areas/user-list-dropdown-item/enums.js.map +1 -0
  209. package/dist/cjs/extensible-areas/user-list-dropdown-item/index.d.ts +2 -0
  210. package/dist/cjs/extensible-areas/user-list-dropdown-item/index.js +8 -0
  211. package/dist/cjs/extensible-areas/user-list-dropdown-item/index.js.map +1 -0
  212. package/dist/cjs/extensible-areas/user-list-dropdown-item/types.d.ts +30 -0
  213. package/dist/cjs/extensible-areas/user-list-dropdown-item/types.js +3 -0
  214. package/dist/cjs/extensible-areas/user-list-dropdown-item/types.js.map +1 -0
  215. package/dist/cjs/extensible-areas/user-list-item-additional-information/component.d.ts +42 -0
  216. package/dist/cjs/extensible-areas/user-list-item-additional-information/component.js +60 -0
  217. package/dist/cjs/extensible-areas/user-list-item-additional-information/component.js.map +1 -0
  218. package/dist/cjs/extensible-areas/user-list-item-additional-information/enums.d.ts +4 -0
  219. package/dist/cjs/extensible-areas/user-list-item-additional-information/enums.js +10 -0
  220. package/dist/cjs/extensible-areas/user-list-item-additional-information/enums.js.map +1 -0
  221. package/dist/cjs/extensible-areas/user-list-item-additional-information/index.d.ts +2 -0
  222. package/dist/cjs/extensible-areas/user-list-item-additional-information/index.js +7 -0
  223. package/dist/cjs/extensible-areas/user-list-item-additional-information/index.js.map +1 -0
  224. package/dist/cjs/extensible-areas/user-list-item-additional-information/types.d.ts +21 -0
  225. package/dist/cjs/extensible-areas/user-list-item-additional-information/types.js +3 -0
  226. package/dist/cjs/extensible-areas/user-list-item-additional-information/types.js.map +1 -0
  227. package/dist/cjs/index.d.ts +2 -3
  228. package/dist/cjs/index.js +2 -3
  229. package/dist/cjs/index.js.map +1 -1
  230. package/package.json +6 -3
  231. package/dist/cjs/core/getPluginApi.d.ts +0 -4
  232. package/dist/cjs/core/getPluginApi.js +0 -40
  233. package/dist/cjs/core/getPluginApi.js.map +0 -1
  234. package/dist/cjs/data-channel/useDatachannel.d.ts +0 -4
  235. package/dist/cjs/data-channel/useDatachannel.js.map +0 -1
  236. package/dist/cjs/data-consumption/hooks/index.d.ts +0 -3
  237. package/dist/cjs/data-consumption/hooks/index.js.map +0 -1
  238. package/dist/cjs/data-consumption/hooks/presentation.d.ts +0 -3
  239. package/dist/cjs/data-consumption/hooks/presentation.js +0 -28
  240. package/dist/cjs/data-consumption/hooks/presentation.js.map +0 -1
  241. package/dist/cjs/data-consumption/hooks/useUsersOverview/index.d.ts +0 -2
  242. package/dist/cjs/data-consumption/hooks/useUsersOverview/index.js +0 -19
  243. package/dist/cjs/data-consumption/hooks/useUsersOverview/index.js.map +0 -1
  244. package/dist/cjs/data-consumption/hooks/useUsersOverview/types.d.ts +0 -5
  245. package/dist/cjs/data-consumption/hooks/useUsersOverview/types.js.map +0 -1
  246. package/dist/cjs/data-consumption/hooks/useUsersOverview/useUsersOverview.d.ts +0 -2
  247. package/dist/cjs/data-consumption/hooks/useUsersOverview/useUsersOverview.js +0 -28
  248. package/dist/cjs/data-consumption/hooks/useUsersOverview/useUsersOverview.js.map +0 -1
  249. package/dist/cjs/data-consumption/hooks/user.d.ts +0 -4
  250. package/dist/cjs/data-consumption/hooks/user.js +0 -50
  251. package/dist/cjs/data-consumption/hooks/user.js.map +0 -1
  252. package/dist/cjs/data-consumption/types/presentation.js.map +0 -1
  253. package/dist/cjs/data-consumption/types/user.d.ts +0 -62
  254. package/dist/cjs/data-consumption/types/user.js.map +0 -1
  255. package/dist/cjs/enums.d.ts +0 -80
  256. package/dist/cjs/enums.js +0 -112
  257. package/dist/cjs/enums.js.map +0 -1
  258. package/dist/cjs/types/common.d.ts +0 -392
  259. package/dist/cjs/types/common.js +0 -372
  260. package/dist/cjs/types/common.js.map +0 -1
  261. package/dist/cjs/types/index.d.ts +0 -3
  262. package/dist/cjs/types/index.js.map +0 -1
  263. /package/dist/cjs/{data-consumption/hooks/useUsersOverview → core/api}/types.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/presentation-toolbar-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAsD;AAKtD,0CAA0C;AAE1C;IAWE;;;;;;;;;OASG;IACH,mCAAY,EAAgF;YAA9E,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,eAAY,EAAZ,OAAO,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA;QAA1D,iBAKC;QAzBD,OAAE,GAAW,EAAE,CAAC;QA2BhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,oCAA6B,EAAE,CAAE,CAAC;QAC9C,CAAC,CAAC;QARA,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,mCAA2B,CAAC,MAAM,CAAC;IACjD,CAAC;IAKH,gCAAC;AAAD,CAAC,AA/BD,IA+BC;AA/BY,8DAAyB;AAiCtC;IAKE;;;;;OAKG;IACH;QAAA,iBAEC;QAZD,OAAE,GAAW,EAAE,CAAC;QAchB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,oCAA6B,EAAE,CAAE,CAAC;QAC9C,CAAC,CAAC;QALA,IAAI,CAAC,IAAI,GAAG,mCAA2B,CAAC,OAAO,CAAC;IAClD,CAAC;IAKH,iCAAC;AAAD,CAAC,AAlBD,IAkBC;AAlBY,gEAA0B;AAoBvC;IAKE;;;;;OAKG;IACH;QAAA,iBAEC;QAZD,OAAE,GAAW,EAAE,CAAC;QAchB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,oCAA6B,EAAE,CAAE,CAAC;QAC9C,CAAC,CAAC;QALA,IAAI,CAAC,IAAI,GAAG,mCAA2B,CAAC,SAAS,CAAC;IACpD,CAAC;IAKH,mCAAC;AAAD,CAAC,AAlBD,IAkBC;AAlBY,oEAA4B"}
@@ -0,0 +1,5 @@
1
+ export declare enum PresentationToolbarItemType {
2
+ BUTTON = "PRESENTATION_TOOLBAR_BUTTON",
3
+ SPINNER = "PRESENTATION_TOOLBAR_SPINNER",
4
+ SEPARATOR = "PRESENTATION_TOOLBAR_SEPARATOR"
5
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PresentationToolbarItemType = void 0;
4
+ // Presentation toolbar items types:
5
+ var PresentationToolbarItemType;
6
+ (function (PresentationToolbarItemType) {
7
+ PresentationToolbarItemType["BUTTON"] = "PRESENTATION_TOOLBAR_BUTTON";
8
+ PresentationToolbarItemType["SPINNER"] = "PRESENTATION_TOOLBAR_SPINNER";
9
+ PresentationToolbarItemType["SEPARATOR"] = "PRESENTATION_TOOLBAR_SEPARATOR";
10
+ })(PresentationToolbarItemType || (exports.PresentationToolbarItemType = PresentationToolbarItemType = {}));
11
+ //# sourceMappingURL=enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/extensible-areas/presentation-toolbar-item/enums.ts"],"names":[],"mappings":";;;AAAA,oCAAoC;AACpC,IAAY,2BAIX;AAJD,WAAY,2BAA2B;IACrC,qEAAsC,CAAA;IACtC,uEAAwC,CAAA;IACxC,2EAA4C,CAAA;AAC9C,CAAC,EAJW,2BAA2B,2CAA3B,2BAA2B,QAItC"}
@@ -0,0 +1,2 @@
1
+ export { PresentationToolbarButton, PresentationToolbarSpinner, PresentationToolbarSeparator, } from './component';
2
+ export { PresentationToolbarItem, } from './types';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PresentationToolbarSeparator = exports.PresentationToolbarSpinner = exports.PresentationToolbarButton = void 0;
4
+ var component_1 = require("./component");
5
+ Object.defineProperty(exports, "PresentationToolbarButton", { enumerable: true, get: function () { return component_1.PresentationToolbarButton; } });
6
+ Object.defineProperty(exports, "PresentationToolbarSpinner", { enumerable: true, get: function () { return component_1.PresentationToolbarSpinner; } });
7
+ Object.defineProperty(exports, "PresentationToolbarSeparator", { enumerable: true, get: function () { return component_1.PresentationToolbarSeparator; } });
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/extensible-areas/presentation-toolbar-item/index.ts"],"names":[],"mappings":";;;AAAA,yCAIqB;AAHnB,sHAAA,yBAAyB,OAAA;AACzB,uHAAA,0BAA0B,OAAA;AAC1B,yHAAA,4BAA4B,OAAA"}
@@ -0,0 +1,11 @@
1
+ import { PluginProvidedUiItemDescriptor } from '../base';
2
+ /**
3
+ * Interface for a generic item for presentation toolbar.
4
+ */
5
+ export interface PresentationToolbarItem extends PluginProvidedUiItemDescriptor {
6
+ }
7
+ export interface PresentationToolbarButtonProps {
8
+ label: string;
9
+ tooltip: string;
10
+ onClick: () => void;
11
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/extensible-areas/presentation-toolbar-item/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,33 @@
1
+ import { UserCameraDropdownItemType } from './enums';
2
+ import { UserCameraDropdownItem, UserCameraDropdownOptionProps } from './types';
3
+ export declare class UserCameraDropdownOption implements UserCameraDropdownItem {
4
+ id: string;
5
+ type: UserCameraDropdownItemType;
6
+ label: string;
7
+ icon: string;
8
+ onClick: () => void;
9
+ /**
10
+ * Returns object to be used in the setter for User Camera Dropdown. In this case
11
+ * an option.
12
+ *
13
+ * @param label - label to be displayed in the option.
14
+ * @param icon - icon to be displayed in the option. Left side of it.
15
+ * @param onClick - function to be called when clicking the button
16
+ *
17
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
18
+ */
19
+ constructor({ label, icon, onClick, }: UserCameraDropdownOptionProps);
20
+ setItemId: (id: string) => void;
21
+ }
22
+ export declare class UserCameraDropdownSeparator implements UserCameraDropdownItem {
23
+ id: string;
24
+ type: UserCameraDropdownItemType;
25
+ /**
26
+ * Returns object to be used in the setter for User Camera Dropdown. In this case
27
+ * a separator.
28
+ *
29
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
30
+ */
31
+ constructor();
32
+ setItemId: (id: string) => void;
33
+ }
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserCameraDropdownSeparator = exports.UserCameraDropdownOption = void 0;
4
+ var enums_1 = require("./enums");
5
+ // UserCameraDropdownItem Extensible Area
6
+ var UserCameraDropdownOption = /** @class */ (function () {
7
+ /**
8
+ * Returns object to be used in the setter for User Camera Dropdown. In this case
9
+ * an option.
10
+ *
11
+ * @param label - label to be displayed in the option.
12
+ * @param icon - icon to be displayed in the option. Left side of it.
13
+ * @param onClick - function to be called when clicking the button
14
+ *
15
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
16
+ */
17
+ function UserCameraDropdownOption(_a) {
18
+ var _b = _a.label, label = _b === void 0 ? '' : _b, _c = _a.icon, icon = _c === void 0 ? '' : _c, _d = _a.onClick, onClick = _d === void 0 ? function () { } : _d;
19
+ var _this = this;
20
+ this.id = '';
21
+ this.setItemId = function (id) {
22
+ _this.id = "UserCameraDropdownOption_".concat(id);
23
+ };
24
+ this.label = label;
25
+ this.icon = icon;
26
+ this.onClick = onClick;
27
+ this.type = enums_1.UserCameraDropdownItemType.OPTION;
28
+ }
29
+ return UserCameraDropdownOption;
30
+ }());
31
+ exports.UserCameraDropdownOption = UserCameraDropdownOption;
32
+ var UserCameraDropdownSeparator = /** @class */ (function () {
33
+ /**
34
+ * Returns object to be used in the setter for User Camera Dropdown. In this case
35
+ * a separator.
36
+ *
37
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
38
+ */
39
+ function UserCameraDropdownSeparator() {
40
+ var _this = this;
41
+ this.id = '';
42
+ this.setItemId = function (id) {
43
+ _this.id = "UserCameraDropdownSeparator_".concat(id);
44
+ };
45
+ this.type = enums_1.UserCameraDropdownItemType.SEPARATOR;
46
+ }
47
+ return UserCameraDropdownSeparator;
48
+ }());
49
+ exports.UserCameraDropdownSeparator = UserCameraDropdownSeparator;
50
+ //# sourceMappingURL=component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-camera-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAqD;AAKrD,yCAAyC;AAEzC;IAWE;;;;;;;;;OASG;IACH,kCAAY,EAEoB;YAD9B,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA;QAD3C,iBAOC;QA3BD,OAAE,GAAW,EAAE,CAAC;QA6BhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,mCAA4B,EAAE,CAAE,CAAC;QAC7C,CAAC,CAAC;QARA,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,kCAA0B,CAAC,MAAM,CAAC;IAChD,CAAC;IAKH,+BAAC;AAAD,CAAC,AAjCD,IAiCC;AAjCY,4DAAwB;AAmCrC;IAKE;;;;;OAKG;IACH;QAAA,iBAEC;QAZD,OAAE,GAAW,EAAE,CAAC;QAchB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,sCAA+B,EAAE,CAAE,CAAC;QAChD,CAAC,CAAC;QALA,IAAI,CAAC,IAAI,GAAG,kCAA0B,CAAC,SAAS,CAAC;IACnD,CAAC;IAKH,kCAAC;AAAD,CAAC,AAlBD,IAkBC;AAlBY,kEAA2B"}
@@ -0,0 +1,4 @@
1
+ export declare enum UserCameraDropdownItemType {
2
+ OPTION = "USER_CAMERA_DROPDOWN_OPTION",
3
+ SEPARATOR = "USER_CAMERA_DROPDOWN_SEPARATOR"
4
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserCameraDropdownItemType = void 0;
4
+ // User camera dropdown items types:
5
+ var UserCameraDropdownItemType;
6
+ (function (UserCameraDropdownItemType) {
7
+ UserCameraDropdownItemType["OPTION"] = "USER_CAMERA_DROPDOWN_OPTION";
8
+ UserCameraDropdownItemType["SEPARATOR"] = "USER_CAMERA_DROPDOWN_SEPARATOR";
9
+ })(UserCameraDropdownItemType || (exports.UserCameraDropdownItemType = UserCameraDropdownItemType = {}));
10
+ //# sourceMappingURL=enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-camera-dropdown-item/enums.ts"],"names":[],"mappings":";;;AAAA,oCAAoC;AACpC,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACpC,oEAAsC,CAAA;IACtC,0EAA4C,CAAA;AAC9C,CAAC,EAHW,0BAA0B,0CAA1B,0BAA0B,QAGrC"}
@@ -0,0 +1,2 @@
1
+ export { UserCameraDropdownOption, UserCameraDropdownSeparator, } from './component';
2
+ export { UserCameraDropdownItem, } from './types';
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserCameraDropdownSeparator = exports.UserCameraDropdownOption = void 0;
4
+ var component_1 = require("./component");
5
+ Object.defineProperty(exports, "UserCameraDropdownOption", { enumerable: true, get: function () { return component_1.UserCameraDropdownOption; } });
6
+ Object.defineProperty(exports, "UserCameraDropdownSeparator", { enumerable: true, get: function () { return component_1.UserCameraDropdownSeparator; } });
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-camera-dropdown-item/index.ts"],"names":[],"mappings":";;;AAAA,yCAGqB;AAFnB,qHAAA,wBAAwB,OAAA;AACxB,wHAAA,2BAA2B,OAAA"}
@@ -0,0 +1,14 @@
1
+ import { PluginProvidedUiItemDescriptor } from '../base';
2
+ /**
3
+ * User Camera Dropdown Item - The general user camera dropdown extensible area item
4
+ *
5
+ * @remarks
6
+ * This dropdown is located on the bottom left corner of the user webcam area
7
+ */
8
+ export interface UserCameraDropdownItem extends PluginProvidedUiItemDescriptor {
9
+ }
10
+ export interface UserCameraDropdownOptionProps {
11
+ label: string;
12
+ icon: string;
13
+ onClick: () => void;
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-camera-dropdown-item/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,72 @@
1
+ import { UserListDropdownItem, UserListDropdownOptionProps, UserListDropdownSeparatorProps, UserListDropdownInformationProps } from './types';
2
+ import { UserListDropdownItemType } from './enums';
3
+ export declare class UserListDropdownOption implements UserListDropdownItem {
4
+ id: string;
5
+ userId: string;
6
+ type: UserListDropdownItemType;
7
+ label: string;
8
+ icon: string;
9
+ tooltip: string;
10
+ allowed: boolean;
11
+ onClick: () => void;
12
+ /**
13
+ * Returns object to be used in the setter for the User List Dropdown. In this case,
14
+ * a button.
15
+ *
16
+ * @param label - label to be displayed in user list dropdown option.
17
+ * @param tooltip - label to be displayed when hovering the user list dropdown option.
18
+ * @param icon - icon to be used in the user list dropdown option. It goes in the left side of it.
19
+ * @param onClick - function to be called when clicking the option.
20
+ * @param allowed - if false, the use list dropdown will not appear in the dropdown.
21
+ * @param userId - the userId in which this dropdown option will appear when the user
22
+ * list item is clicked.
23
+ *
24
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
25
+ */
26
+ constructor({ label, icon, tooltip, allowed, onClick, userId, }: UserListDropdownOptionProps);
27
+ setItemId: (id: string) => void;
28
+ }
29
+ export declare class UserListDropdownSeparator implements UserListDropdownItem {
30
+ id: string;
31
+ userId: string;
32
+ type: UserListDropdownItemType;
33
+ /**
34
+ * Returns object to be used in the setter for the User List Dropdown. In this case,
35
+ * a separator.
36
+ *
37
+ * @param userId - the userId in which this dropdown separator will appear when the user
38
+ * list item is clicked.
39
+ *
40
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
41
+ */
42
+ constructor({ userId }: UserListDropdownSeparatorProps);
43
+ setItemId: (id: string) => void;
44
+ }
45
+ export declare class UserListDropdownInformation implements UserListDropdownItem {
46
+ id: string;
47
+ userId: string;
48
+ type: UserListDropdownItemType;
49
+ label: string;
50
+ icon: string;
51
+ iconRight: string;
52
+ textColor: string;
53
+ allowed: boolean;
54
+ /**
55
+ * Returns object to be used in the setter for the User List Dropdown. In this case,
56
+ * a button.
57
+ *
58
+ * @param label - label to be displayed in user list dropdown information.
59
+ * @param icon - icon to be used in the user list dropdown information.
60
+ * It goes on the left side of it.
61
+ * @param iconRight - icon to be used in the user list dropdown information.
62
+ * It goes on the right side of it.
63
+ * @param allowed - if false, the use list dropdown will not appear in the dropdown.
64
+ * @param textColor - Color that the text will have.
65
+ * @param userId - the userId in which this dropdown information will appear when the user
66
+ * list item is clicked.
67
+ *
68
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
69
+ */
70
+ constructor({ label, icon, iconRight, allowed, userId, textColor, }: UserListDropdownInformationProps);
71
+ setItemId: (id: string) => void;
72
+ }
@@ -0,0 +1,97 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserListDropdownInformation = exports.UserListDropdownSeparator = exports.UserListDropdownOption = void 0;
4
+ var enums_1 = require("./enums");
5
+ // UserListDropdownItem Extensible Area
6
+ var UserListDropdownOption = /** @class */ (function () {
7
+ /**
8
+ * Returns object to be used in the setter for the User List Dropdown. In this case,
9
+ * a button.
10
+ *
11
+ * @param label - label to be displayed in user list dropdown option.
12
+ * @param tooltip - label to be displayed when hovering the user list dropdown option.
13
+ * @param icon - icon to be used in the user list dropdown option. It goes in the left side of it.
14
+ * @param onClick - function to be called when clicking the option.
15
+ * @param allowed - if false, the use list dropdown will not appear in the dropdown.
16
+ * @param userId - the userId in which this dropdown option will appear when the user
17
+ * list item is clicked.
18
+ *
19
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
20
+ */
21
+ function UserListDropdownOption(_a) {
22
+ var _b = _a.label, label = _b === void 0 ? '' : _b, _c = _a.icon, icon = _c === void 0 ? '' : _c, _d = _a.tooltip, tooltip = _d === void 0 ? '' : _d, _e = _a.allowed, allowed = _e === void 0 ? true : _e, _f = _a.onClick, onClick = _f === void 0 ? function () { } : _f, _g = _a.userId, userId = _g === void 0 ? '' : _g;
23
+ var _this = this;
24
+ this.id = '';
25
+ this.setItemId = function (id) {
26
+ _this.id = "UserListDropdownOption_".concat(id);
27
+ };
28
+ this.userId = userId;
29
+ this.label = label;
30
+ this.icon = icon;
31
+ this.tooltip = tooltip;
32
+ this.allowed = allowed;
33
+ this.onClick = onClick;
34
+ this.type = enums_1.UserListDropdownItemType.OPTION;
35
+ }
36
+ return UserListDropdownOption;
37
+ }());
38
+ exports.UserListDropdownOption = UserListDropdownOption;
39
+ var UserListDropdownSeparator = /** @class */ (function () {
40
+ /**
41
+ * Returns object to be used in the setter for the User List Dropdown. In this case,
42
+ * a separator.
43
+ *
44
+ * @param userId - the userId in which this dropdown separator will appear when the user
45
+ * list item is clicked.
46
+ *
47
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
48
+ */
49
+ function UserListDropdownSeparator(_a) {
50
+ var _b = _a.userId, userId = _b === void 0 ? '' : _b;
51
+ var _this = this;
52
+ this.id = '';
53
+ this.setItemId = function (id) {
54
+ _this.id = "UserListDropdownSeparator_".concat(id);
55
+ };
56
+ this.userId = userId;
57
+ this.type = enums_1.UserListDropdownItemType.SEPARATOR;
58
+ }
59
+ return UserListDropdownSeparator;
60
+ }());
61
+ exports.UserListDropdownSeparator = UserListDropdownSeparator;
62
+ var UserListDropdownInformation = /** @class */ (function () {
63
+ /**
64
+ * Returns object to be used in the setter for the User List Dropdown. In this case,
65
+ * a button.
66
+ *
67
+ * @param label - label to be displayed in user list dropdown information.
68
+ * @param icon - icon to be used in the user list dropdown information.
69
+ * It goes on the left side of it.
70
+ * @param iconRight - icon to be used in the user list dropdown information.
71
+ * It goes on the right side of it.
72
+ * @param allowed - if false, the use list dropdown will not appear in the dropdown.
73
+ * @param textColor - Color that the text will have.
74
+ * @param userId - the userId in which this dropdown information will appear when the user
75
+ * list item is clicked.
76
+ *
77
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
78
+ */
79
+ function UserListDropdownInformation(_a) {
80
+ var _b = _a.label, label = _b === void 0 ? '' : _b, _c = _a.icon, icon = _c === void 0 ? '' : _c, _d = _a.iconRight, iconRight = _d === void 0 ? '' : _d, _e = _a.allowed, allowed = _e === void 0 ? true : _e, _f = _a.userId, userId = _f === void 0 ? '' : _f, _g = _a.textColor, textColor = _g === void 0 ? '' : _g;
81
+ var _this = this;
82
+ this.id = '';
83
+ this.setItemId = function (id) {
84
+ _this.id = "UserListDropdownInformation_".concat(id);
85
+ };
86
+ this.userId = userId;
87
+ this.label = label;
88
+ this.icon = icon;
89
+ this.iconRight = iconRight;
90
+ this.textColor = textColor;
91
+ this.allowed = allowed;
92
+ this.type = enums_1.UserListDropdownItemType.INFORMATION;
93
+ }
94
+ return UserListDropdownInformation;
95
+ }());
96
+ exports.UserListDropdownInformation = UserListDropdownInformation;
97
+ //# sourceMappingURL=component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-list-dropdown-item/component.ts"],"names":[],"mappings":";;;AAIA,iCAAmD;AAEnD,uCAAuC;AAEvC;IAiBE;;;;;;;;;;;;;OAaG;IACH,gCAAY,EAGkB;YAF5B,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,eAAY,EAAZ,OAAO,mBAAG,EAAE,KAAA,EAAE,eAAc,EAAd,OAAO,mBAAG,IAAI,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA,EACvE,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA;QAFb,iBAWC;QAzCD,OAAE,GAAW,EAAE,CAAC;QA2ChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,iCAA0B,EAAE,CAAE,CAAC;QAC3C,CAAC,CAAC;QAXA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,gCAAwB,CAAC,MAAM,CAAC;IAC9C,CAAC;IAKH,6BAAC;AAAD,CAAC,AA/CD,IA+CC;AA/CY,wDAAsB;AAiDnC;IAOE;;;;;;;;OAQG;IACH,mCAAY,EAA+C;YAA7C,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA;QAAzB,iBAGC;QAlBD,OAAE,GAAW,EAAE,CAAC;QAoBhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,oCAA6B,EAAE,CAAE,CAAC;QAC9C,CAAC,CAAC;QANA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,IAAI,GAAG,gCAAwB,CAAC,SAAS,CAAC;IACjD,CAAC;IAKH,gCAAC;AAAD,CAAC,AAxBD,IAwBC;AAxBY,8DAAyB;AA0BtC;IAiBE;;;;;;;;;;;;;;;OAeG;IACH,qCAAY,EAGuB;YAFjC,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA,EAAE,eAAc,EAAd,OAAO,mBAAG,IAAI,KAAA,EACrD,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA,EAAE,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA;QAF7B,iBAWC;QA3CD,OAAE,GAAW,EAAE,CAAC;QA6ChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,sCAA+B,EAAE,CAAE,CAAC;QAChD,CAAC,CAAC;QAXA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,gCAAwB,CAAC,WAAW,CAAC;IACnD,CAAC;IAKH,kCAAC;AAAD,CAAC,AAjDD,IAiDC;AAjDY,kEAA2B"}
@@ -0,0 +1,5 @@
1
+ export declare enum UserListDropdownItemType {
2
+ OPTION = "USER_LIST_DROPDOWN_OPTION",
3
+ SEPARATOR = "USER_LIST_DROPDOWN_SEPARATOR",
4
+ INFORMATION = "USER_LIST_DROPDOWN_INFORMATION"
5
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserListDropdownItemType = void 0;
4
+ // User list dropdown items types:
5
+ var UserListDropdownItemType;
6
+ (function (UserListDropdownItemType) {
7
+ UserListDropdownItemType["OPTION"] = "USER_LIST_DROPDOWN_OPTION";
8
+ UserListDropdownItemType["SEPARATOR"] = "USER_LIST_DROPDOWN_SEPARATOR";
9
+ UserListDropdownItemType["INFORMATION"] = "USER_LIST_DROPDOWN_INFORMATION";
10
+ })(UserListDropdownItemType || (exports.UserListDropdownItemType = UserListDropdownItemType = {}));
11
+ //# sourceMappingURL=enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-list-dropdown-item/enums.ts"],"names":[],"mappings":";;;AAAA,kCAAkC;AAClC,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAClC,gEAAoC,CAAA;IACpC,sEAA0C,CAAA;IAC1C,0EAA8C,CAAA;AAChD,CAAC,EAJW,wBAAwB,wCAAxB,wBAAwB,QAInC"}
@@ -0,0 +1,2 @@
1
+ export { UserListDropdownOption, UserListDropdownSeparator, UserListDropdownInformation, } from './component';
2
+ export { UserListDropdownItem, } from './types';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserListDropdownInformation = exports.UserListDropdownSeparator = exports.UserListDropdownOption = void 0;
4
+ var component_1 = require("./component");
5
+ Object.defineProperty(exports, "UserListDropdownOption", { enumerable: true, get: function () { return component_1.UserListDropdownOption; } });
6
+ Object.defineProperty(exports, "UserListDropdownSeparator", { enumerable: true, get: function () { return component_1.UserListDropdownSeparator; } });
7
+ Object.defineProperty(exports, "UserListDropdownInformation", { enumerable: true, get: function () { return component_1.UserListDropdownInformation; } });
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-list-dropdown-item/index.ts"],"names":[],"mappings":";;;AAAA,yCAIqB;AAHnB,mHAAA,sBAAsB,OAAA;AACtB,sHAAA,yBAAyB,OAAA;AACzB,wHAAA,2BAA2B,OAAA"}
@@ -0,0 +1,30 @@
1
+ import { PluginProvidedUiItemDescriptor } from '../base';
2
+ /**
3
+ * User List Dropdown Item - The general user list dropdown extensible area item
4
+ *
5
+ * @remarks
6
+ * This dropdown is located on the bottom left corner of the user webcam area.
7
+ * Mandatory to have the `userId`
8
+ */
9
+ export interface UserListDropdownItem extends PluginProvidedUiItemDescriptor {
10
+ userId: string;
11
+ }
12
+ export interface UserListDropdownOptionProps {
13
+ label: string;
14
+ icon: string;
15
+ tooltip: string;
16
+ allowed: boolean;
17
+ userId: string;
18
+ onClick: () => void;
19
+ }
20
+ export interface UserListDropdownSeparatorProps {
21
+ userId: string;
22
+ }
23
+ export interface UserListDropdownInformationProps {
24
+ label: string;
25
+ icon?: string;
26
+ iconRight?: string;
27
+ allowed: boolean;
28
+ userId: string;
29
+ textColor: string;
30
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-list-dropdown-item/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,42 @@
1
+ import { UserListItemAdditionalInformationType } from './enums';
2
+ import { UserListItemAdditionalInformation, UserListItemIconProps, UserListItemLabelProps } from './types';
3
+ export declare class UserListItemIcon implements UserListItemAdditionalInformation {
4
+ id: string;
5
+ type: UserListItemAdditionalInformationType;
6
+ userId: string;
7
+ icon: string;
8
+ /**
9
+ * Returns object to be used in the setter for the User List Item Additional information Item.
10
+ * In this case, a icon.
11
+ *
12
+ * @param icon - icon to be used in the user list item additional information.
13
+ * It goes on the left side of it.
14
+ * @param userId - the userId in which this information will appear when the user
15
+ * list item is clicked.
16
+ *
17
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
18
+ */
19
+ constructor({ icon, userId, }: UserListItemIconProps);
20
+ setItemId: (id: string) => void;
21
+ }
22
+ export declare class UserListItemLabel implements UserListItemAdditionalInformation {
23
+ id: string;
24
+ type: UserListItemAdditionalInformationType;
25
+ userId: string;
26
+ icon: string;
27
+ label: string;
28
+ /**
29
+ * Returns object to be used in the setter for the User List Item Additional information Item.
30
+ * In this case, a label (Information).
31
+ *
32
+ * @param label - text to be displayed in the user list item.
33
+ * @param icon - icon to be used in the user list item additional information.
34
+ * It goes on the left side of it.
35
+ * @param userId - the userId in which this information will appear when the user
36
+ * list item is clicked.
37
+ *
38
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
39
+ */
40
+ constructor({ icon, userId, label, }: UserListItemLabelProps);
41
+ setItemId: (id: string) => void;
42
+ }
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserListItemLabel = exports.UserListItemIcon = void 0;
4
+ var enums_1 = require("./enums");
5
+ // UserListItemAdditionalInformation Extensible Area
6
+ var UserListItemIcon = /** @class */ (function () {
7
+ /**
8
+ * Returns object to be used in the setter for the User List Item Additional information Item.
9
+ * In this case, a icon.
10
+ *
11
+ * @param icon - icon to be used in the user list item additional information.
12
+ * It goes on the left side of it.
13
+ * @param userId - the userId in which this information will appear when the user
14
+ * list item is clicked.
15
+ *
16
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
17
+ */
18
+ function UserListItemIcon(_a) {
19
+ var _b = _a.icon, icon = _b === void 0 ? '' : _b, _c = _a.userId, userId = _c === void 0 ? '' : _c;
20
+ var _this = this;
21
+ this.id = '';
22
+ this.setItemId = function (id) {
23
+ _this.id = "UserListItemIcon_".concat(id);
24
+ };
25
+ this.icon = icon;
26
+ this.userId = userId;
27
+ this.type = enums_1.UserListItemAdditionalInformationType.ICON;
28
+ }
29
+ return UserListItemIcon;
30
+ }());
31
+ exports.UserListItemIcon = UserListItemIcon;
32
+ var UserListItemLabel = /** @class */ (function () {
33
+ /**
34
+ * Returns object to be used in the setter for the User List Item Additional information Item.
35
+ * In this case, a label (Information).
36
+ *
37
+ * @param label - text to be displayed in the user list item.
38
+ * @param icon - icon to be used in the user list item additional information.
39
+ * It goes on the left side of it.
40
+ * @param userId - the userId in which this information will appear when the user
41
+ * list item is clicked.
42
+ *
43
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
44
+ */
45
+ function UserListItemLabel(_a) {
46
+ var _b = _a.icon, icon = _b === void 0 ? '' : _b, _c = _a.userId, userId = _c === void 0 ? '' : _c, _d = _a.label, label = _d === void 0 ? '' : _d;
47
+ var _this = this;
48
+ this.id = '';
49
+ this.setItemId = function (id) {
50
+ _this.id = "UserListItemLabel_".concat(id);
51
+ };
52
+ this.icon = icon;
53
+ this.label = label;
54
+ this.userId = userId;
55
+ this.type = enums_1.UserListItemAdditionalInformationType.LABEL;
56
+ }
57
+ return UserListItemLabel;
58
+ }());
59
+ exports.UserListItemLabel = UserListItemLabel;
60
+ //# sourceMappingURL=component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-list-item-additional-information/component.ts"],"names":[],"mappings":";;;AAAA,iCAAgE;AAMhE,oDAAoD;AAEpD;IASE;;;;;;;;;;OAUG;IACH,0BAAY,EAEY;YADtB,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA;QADxB,iBAMC;QAzBD,OAAE,GAAW,EAAE,CAAC;QA2BhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,2BAAoB,EAAE,CAAE,CAAC;QACrC,CAAC,CAAC;QAPA,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,IAAI,GAAG,6CAAqC,CAAC,IAAI,CAAC;IACzD,CAAC;IAKH,uBAAC;AAAD,CAAC,AA/BD,IA+BC;AA/BY,4CAAgB;AAiC7B;IAWE;;;;;;;;;;;OAWG;IACH,2BAAY,EAEa;YADvB,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA;QADpC,iBAOC;QA7BD,OAAE,GAAW,EAAE,CAAC;QA+BhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,4BAAqB,EAAE,CAAE,CAAC;QACtC,CAAC,CAAC;QARA,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,IAAI,GAAG,6CAAqC,CAAC,KAAK,CAAC;IAC1D,CAAC;IAKH,wBAAC;AAAD,CAAC,AAnCD,IAmCC;AAnCY,8CAAiB"}
@@ -0,0 +1,4 @@
1
+ export declare enum UserListItemAdditionalInformationType {
2
+ ICON = "USER_LIST_ITEM_ICON",
3
+ LABEL = "USER_LIST_ITEM_LABEL"
4
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserListItemAdditionalInformationType = void 0;
4
+ // User list icon items types:
5
+ var UserListItemAdditionalInformationType;
6
+ (function (UserListItemAdditionalInformationType) {
7
+ UserListItemAdditionalInformationType["ICON"] = "USER_LIST_ITEM_ICON";
8
+ UserListItemAdditionalInformationType["LABEL"] = "USER_LIST_ITEM_LABEL";
9
+ })(UserListItemAdditionalInformationType || (exports.UserListItemAdditionalInformationType = UserListItemAdditionalInformationType = {}));
10
+ //# sourceMappingURL=enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-list-item-additional-information/enums.ts"],"names":[],"mappings":";;;AAAA,8BAA8B;AAC9B,IAAY,qCAGX;AAHD,WAAY,qCAAqC;IAC/C,qEAA4B,CAAA;IAC5B,uEAA8B,CAAA;AAChC,CAAC,EAHW,qCAAqC,qDAArC,qCAAqC,QAGhD"}
@@ -0,0 +1,2 @@
1
+ export { UserListItemIcon, UserListItemLabel, } from './component';
2
+ export { UserListItemAdditionalInformation, } from './types';
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserListItemLabel = exports.UserListItemIcon = void 0;
4
+ var component_1 = require("./component");
5
+ Object.defineProperty(exports, "UserListItemIcon", { enumerable: true, get: function () { return component_1.UserListItemIcon; } });
6
+ Object.defineProperty(exports, "UserListItemLabel", { enumerable: true, get: function () { return component_1.UserListItemLabel; } });
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-list-item-additional-information/index.ts"],"names":[],"mappings":";;;AAAA,yCAGqB;AAFnB,6GAAA,gBAAgB,OAAA;AAChB,8GAAA,iBAAiB,OAAA"}