bigbluebutton-html-plugin-sdk 0.0.50 → 0.0.52

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 (72) hide show
  1. package/README.md +5 -1
  2. package/dist/cjs/core/api/BbbPluginSdk.js +3 -1
  3. package/dist/cjs/core/api/BbbPluginSdk.js.map +1 -1
  4. package/dist/cjs/core/api/types.d.ts +5 -3
  5. package/dist/cjs/data-channel/index.d.ts +1 -1
  6. package/dist/cjs/data-channel/index.js.map +1 -1
  7. package/dist/cjs/extensible-areas/base.d.ts +2 -2
  8. package/dist/cjs/extensible-areas/generic-content-item/component.d.ts +45 -0
  9. package/dist/cjs/extensible-areas/generic-content-item/component.js +67 -0
  10. package/dist/cjs/extensible-areas/generic-content-item/component.js.map +1 -0
  11. package/dist/cjs/extensible-areas/generic-content-item/enums.d.ts +4 -0
  12. package/dist/cjs/extensible-areas/generic-content-item/enums.js +10 -0
  13. package/dist/cjs/extensible-areas/generic-content-item/enums.js.map +1 -0
  14. package/dist/cjs/extensible-areas/generic-content-item/index.d.ts +2 -0
  15. package/dist/cjs/extensible-areas/generic-content-item/index.js +7 -0
  16. package/dist/cjs/extensible-areas/generic-content-item/index.js.map +1 -0
  17. package/dist/cjs/extensible-areas/generic-content-item/types.d.ts +13 -0
  18. package/dist/cjs/extensible-areas/generic-content-item/types.js.map +1 -0
  19. package/dist/cjs/extensible-areas/index.d.ts +1 -1
  20. package/dist/cjs/extensible-areas/index.js +1 -1
  21. package/dist/cjs/extensible-areas/index.js.map +1 -1
  22. package/dist/cjs/index.d.ts +1 -0
  23. package/dist/cjs/index.js +1 -0
  24. package/dist/cjs/index.js.map +1 -1
  25. package/dist/cjs/server-commands/caption/commands.d.ts +11 -0
  26. package/dist/cjs/server-commands/caption/commands.js +23 -0
  27. package/dist/cjs/server-commands/caption/commands.js.map +1 -0
  28. package/dist/cjs/server-commands/caption/enum.d.ts +8 -0
  29. package/dist/cjs/server-commands/caption/enum.js +14 -0
  30. package/dist/cjs/server-commands/caption/enum.js.map +1 -0
  31. package/dist/cjs/server-commands/caption/types.d.ts +9 -0
  32. package/dist/cjs/server-commands/caption/types.js +3 -0
  33. package/dist/cjs/server-commands/caption/types.js.map +1 -0
  34. package/dist/cjs/server-commands/commands.d.ts +6 -0
  35. package/dist/cjs/server-commands/commands.js +8 -0
  36. package/dist/cjs/server-commands/commands.js.map +1 -0
  37. package/dist/cjs/server-commands/index.d.ts +1 -0
  38. package/dist/cjs/server-commands/index.js +7 -0
  39. package/dist/cjs/server-commands/index.js.map +1 -0
  40. package/dist/cjs/server-commands/types.d.ts +4 -0
  41. package/dist/cjs/server-commands/types.js +3 -0
  42. package/dist/cjs/server-commands/types.js.map +1 -0
  43. package/dist/cjs/ui-commands/commands.d.ts +4 -0
  44. package/dist/cjs/ui-commands/commands.js +2 -0
  45. package/dist/cjs/ui-commands/commands.js.map +1 -1
  46. package/dist/cjs/ui-commands/sidekick-options-container/commands.d.ts +10 -0
  47. package/dist/cjs/ui-commands/sidekick-options-container/commands.js +19 -0
  48. package/dist/cjs/ui-commands/sidekick-options-container/commands.js.map +1 -0
  49. package/dist/cjs/ui-commands/sidekick-options-container/enums.d.ts +4 -0
  50. package/dist/cjs/ui-commands/sidekick-options-container/enums.js +9 -0
  51. package/dist/cjs/ui-commands/sidekick-options-container/enums.js.map +1 -0
  52. package/dist/cjs/ui-commands/sidekick-options-container/types.d.ts +4 -0
  53. package/dist/cjs/ui-commands/sidekick-options-container/types.js +3 -0
  54. package/dist/cjs/ui-commands/sidekick-options-container/types.js.map +1 -0
  55. package/dist/cjs/ui-commands/types.d.ts +2 -0
  56. package/dist/cjs/ui-data-hooks/layout/presentation-area/enums.d.ts +1 -1
  57. package/dist/cjs/ui-data-hooks/layout/presentation-area/enums.js +1 -1
  58. package/dist/cjs/ui-data-hooks/layout/presentation-area/enums.js.map +1 -1
  59. package/dist/cjs/ui-data-hooks/layout/presentation-area/types.d.ts +1 -1
  60. package/package.json +1 -1
  61. package/dist/cjs/extensible-areas/generic-component/component.d.ts +0 -17
  62. package/dist/cjs/extensible-areas/generic-component/component.js +0 -28
  63. package/dist/cjs/extensible-areas/generic-component/component.js.map +0 -1
  64. package/dist/cjs/extensible-areas/generic-component/enums.d.ts +0 -3
  65. package/dist/cjs/extensible-areas/generic-component/enums.js +0 -9
  66. package/dist/cjs/extensible-areas/generic-component/enums.js.map +0 -1
  67. package/dist/cjs/extensible-areas/generic-component/index.d.ts +0 -2
  68. package/dist/cjs/extensible-areas/generic-component/index.js +0 -6
  69. package/dist/cjs/extensible-areas/generic-component/index.js.map +0 -1
  70. package/dist/cjs/extensible-areas/generic-component/types.d.ts +0 -7
  71. package/dist/cjs/extensible-areas/generic-component/types.js.map +0 -1
  72. /package/dist/cjs/extensible-areas/{generic-component → generic-content-item}/types.js +0 -0
package/README.md CHANGED
@@ -97,6 +97,7 @@ That being said, here are the extensible areas we have so far:
97
97
  - Action Button Dropdown Items (option, separator)
98
98
  - Audio settings dropdown items (option, separator)
99
99
  - Camera settings dropdown items (option, separator)
100
+ - Options settings dropdown items (option, separator)
100
101
  - Nav bar items (button, info)
101
102
  - Presentation dropdown items (option, separator)
102
103
  - Presentation toolbar items (button, separator, spinner)
@@ -104,7 +105,7 @@ That being said, here are the extensible areas we have so far:
104
105
  - User list dropdown items (option, separator)
105
106
  - User list item additional information (item, label)
106
107
  - Floating window item (floatingWindow)
107
- - Generic component (genericComponent)
108
+ - Generic Content (main, sidekick)
108
109
 
109
110
  Mind that no plugin will interfere into another's extensible area. So feel free to set whatever you need into a certain plugin with no worries.
110
111
 
@@ -237,6 +238,9 @@ One other thing is that the type of the return is precisely the same type requir
237
238
  - external-video:
238
239
  - volume:
239
240
  - set: this function will set the external video volume to a certain number between 0 and 1 (that is 0% and);
241
+ - sidekick-options-container:
242
+ - open: this function will open the sidekick options panel automatically;
243
+ - close: this function will close the sidekick options panel automatically (and also the sidebar content if open, to avoid inconsistencies in ui);
240
244
 
241
245
  See usage ahead:
242
246
 
@@ -19,6 +19,7 @@ var hooks_8 = require("../../dom-element-manipulation/chat/message/hooks");
19
19
  var hooks_9 = require("../../data-consumption/domain/user-voice/talking-indicator/hooks");
20
20
  var hooks_10 = require("../../ui-data-hooks/hooks");
21
21
  var hooks_11 = require("../../data-consumption/domain/meeting/from-core/hooks");
22
+ var commands_2 = require("../../server-commands/commands");
22
23
  /**
23
24
  * Class responsible for either initialize or get the PluginApi
24
25
  *
@@ -54,6 +55,7 @@ var BbbPluginSdk = /** @class */ (function () {
54
55
  pluginApi.useLoadedChatMessages = (function () { return (0, hooks_7.useLoadedChatMessages)(); });
55
56
  pluginApi.useChatMessageDomElements = function (messageIds) { return (0, hooks_8.useChatMessageDomElements)(messageIds); };
56
57
  pluginApi.uiCommands = commands_1.uiCommands;
58
+ pluginApi.serverCommands = commands_2.serverCommands;
57
59
  pluginApi.useUiData = hooks_10.useUiData;
58
60
  var pluginName = pluginApi === null || pluginApi === void 0 ? void 0 : pluginApi.pluginName;
59
61
  if (pluginName) {
@@ -112,7 +114,7 @@ var BbbPluginSdk = /** @class */ (function () {
112
114
  setUserCameraDropdownItems: function () { return []; },
113
115
  setUserListItemAdditionalInformation: function () { return []; },
114
116
  setFloatingWindows: function () { return []; },
115
- setGenericComponents: function () { return []; },
117
+ setGenericContentItems: function () { return []; },
116
118
  mapOfPushEntryFunctions: {
117
119
  '': function () { },
118
120
  },
@@ -1 +1 @@
1
- {"version":3,"file":"BbbPluginSdk.js","sourceRoot":"","sources":["../../../../src/core/api/BbbPluginSdk.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"BbbPluginSdk.js","sourceRoot":"","sources":["../../../../src/core/api/BbbPluginSdk.ts"],"names":[],"mappings":"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"}
@@ -23,9 +23,10 @@ import { GetJoinUrlFunction } from '../auxiliary/join-url/types';
23
23
  import { UsePluginSettingsFunction } from '../../data-consumption/domain/settings/plugin-settings/types';
24
24
  import { UseLoadedChatMessagesFunction } from '../../data-consumption/domain/chat/loaded-chat-messages/types';
25
25
  import { UseTalkingIndicatorFunction } from '../../data-consumption/domain/user-voice/talking-indicator/types';
26
- import { GenericComponentInterface } from '../../extensible-areas/generic-component/types';
26
+ import { GenericContentInterface } from '../../extensible-areas/generic-content-item/types';
27
27
  import { UseUiDataFunction } from '../../ui-data-hooks/types';
28
28
  import { UseMeetingFunction } from '../../data-consumption/domain/meeting/from-core/types';
29
+ import { ServerCommands } from '../../server-commands/types';
29
30
  export type SetPresentationToolbarItems = (presentationToolbarItem: PresentationToolbarInterface[]) => string[];
30
31
  export type SetUserListDropdownItems = (userListDropdownItem: UserListDropdownInterface[]) => string[];
31
32
  export type SetActionButtonDropdownItems = (actionButtonDropdownInterface: ActionButtonDropdownInterface[]) => string[];
@@ -37,7 +38,7 @@ export type SetOptionsDropdownItems = (optionsDropdownItem: OptionsDropdownInter
37
38
  export type SetCameraSettingsDropdownItems = (cameraSettingsDropdownItem: CameraSettingsDropdownInterface[]) => string[];
38
39
  export type SetUserCameraDropdownItems = (userCameraDropdownItem: UserCameraDropdownInterface[]) => string[];
39
40
  export type SetUserListItemAdditionalInformation = (userListItemAdditionalInformation: UserListItemAdditionalInformationInterface[]) => string[];
40
- export type SetGenericComponents = (genericComponents: GenericComponentInterface[]) => string[];
41
+ export type SetGenericContentItems = (genericContents: GenericContentInterface[]) => string[];
41
42
  /**
42
43
  * Object that makes plugin hooks and extensible area setters available for developers to use.
43
44
  */
@@ -55,7 +56,7 @@ export interface PluginApi {
55
56
  setUserCameraDropdownItems: SetUserCameraDropdownItems;
56
57
  setUserListItemAdditionalInformation: SetUserListItemAdditionalInformation;
57
58
  setFloatingWindows: SetFloatingWindows;
58
- setGenericComponents: SetGenericComponents;
59
+ setGenericContentItems: SetGenericContentItems;
59
60
  /**
60
61
  * Returns an object containing the data on the current presentation being displayed
61
62
  * in the presentation area, and its current page.
@@ -144,6 +145,7 @@ export interface PluginApi {
144
145
  useDataChannel?: UseDataChannelFunctionFromPluginApi;
145
146
  mapOfPushEntryFunctions: MapOfPushEntryFunctions;
146
147
  uiCommands?: UiCommands;
148
+ serverCommands?: ServerCommands;
147
149
  /**
148
150
  * Function that returns the ui data the developer wants from.
149
151
  *
@@ -1,3 +1,3 @@
1
1
  export { DataChannelPushEntryFunctionUserRole, DataChannelTypes } from './enums';
2
- export { ToUserId, ToRole, DeleteEntryFunction, PushEntryFunction, } from './types';
2
+ export { ToUserId, ToRole, DeleteEntryFunction, PushEntryFunction, DataChannelEntryResponseType, } from './types';
3
3
  export { RESET_DATA_CHANNEL } from './constants';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/data-channel/index.ts"],"names":[],"mappings":";;;AAAA,iCAAiF;AAAxE,6HAAA,oCAAoC,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAO/D,yCAAiD;AAAxC,+GAAA,kBAAkB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/data-channel/index.ts"],"names":[],"mappings":";;;AAAA,iCAAiF;AAAxE,6HAAA,oCAAoC,OAAA;AAAE,yGAAA,gBAAgB,OAAA;AAQ/D,yCAAiD;AAAxC,+GAAA,kBAAkB,OAAA"}
@@ -3,7 +3,7 @@ import { ActionsBarItemType } from './actions-bar-item/enums';
3
3
  import { AudioSettingsDropdownItemType } from './audio-settings-dropdown-item/enums';
4
4
  import { CameraSettingsDropdownItemType } from './camera-settings-dropdown-item/enums';
5
5
  import { FloatingWindowType } from './floating-window/enums';
6
- import { GenericComponentType } from './generic-component/enums';
6
+ import { GenericContentType } from './generic-content-item/enums';
7
7
  import { NavBarItemType } from './nav-bar-item/enums';
8
8
  import { OptionsDropdownItemType } from './options-dropdown-item/enums';
9
9
  import { PresentationDropdownItemType } from './presentation-dropdown-item/enums';
@@ -11,7 +11,7 @@ import { PresentationToolbarItemType } from './presentation-toolbar-item/enums';
11
11
  import { UserCameraDropdownItemType } from './user-camera-dropdown-item/enums';
12
12
  import { UserListDropdownItemType } from './user-list-dropdown-item/enums';
13
13
  import { UserListItemAdditionalInformationType } from './user-list-item-additional-information/enums';
14
- type PluginProvidedUiItemType = PresentationToolbarItemType | UserListDropdownItemType | ActionButtonDropdownItemType | ActionsBarItemType | AudioSettingsDropdownItemType | PresentationDropdownItemType | NavBarItemType | OptionsDropdownItemType | CameraSettingsDropdownItemType | UserCameraDropdownItemType | UserListItemAdditionalInformationType | FloatingWindowType | GenericComponentType;
14
+ type PluginProvidedUiItemType = PresentationToolbarItemType | UserListDropdownItemType | ActionButtonDropdownItemType | ActionsBarItemType | AudioSettingsDropdownItemType | PresentationDropdownItemType | NavBarItemType | OptionsDropdownItemType | CameraSettingsDropdownItemType | UserCameraDropdownItemType | UserListItemAdditionalInformationType | FloatingWindowType | GenericContentType;
15
15
  export interface PluginProvidedUiItemDescriptor {
16
16
  /** Defined by BigBlueButton Plugin Engine. */
17
17
  id: string;
@@ -0,0 +1,45 @@
1
+ import { GenericContentType } from './enums';
2
+ import { GenericContentInterface, GenericContentMainAreaProps, GenericContentSidekickAreaProps } from './types';
3
+ export declare class GenericContentMainArea implements GenericContentInterface {
4
+ id: string;
5
+ type: GenericContentType;
6
+ contentFunction: (element: HTMLElement) => void;
7
+ /**
8
+ * Returns an object that when used in the setter as a generic content will be rendered
9
+ * over the meeting main presentation.
10
+ *
11
+ * @param contentFunction - function that gives the html element to render the content of
12
+ * the generic component
13
+ *
14
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
15
+ */
16
+ constructor({ contentFunction, }: GenericContentMainAreaProps);
17
+ setItemId: (id: string) => void;
18
+ }
19
+ export declare class GenericContentSidekickArea implements GenericContentInterface {
20
+ id: string;
21
+ type: GenericContentType;
22
+ name: string;
23
+ section: string;
24
+ buttonIcon: string;
25
+ open: boolean;
26
+ contentFunction: (element: HTMLElement) => void;
27
+ /**
28
+ * Returns an object that when used in the setter as a generic content will be rendered
29
+ * in the sidekick panel. Every generic sidekick content has an intrinsic button associated,
30
+ * which is added to the sidebar navigation and, when clicked, toggles the rendering of the
31
+ * given generic sidekick content.
32
+ *
33
+ * @param contentFunction - function that gives the html element to render the content of
34
+ * the generic component
35
+ * @param name - the label of the associated sidebar navigation button
36
+ * @param section - section name under which the associated sidebar navigation button will be
37
+ * displayed
38
+ * @param buttonIcon - the icon of the associated sidebar navigation button
39
+ * @param open - boolean value to decide wether to start open
40
+ *
41
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
42
+ */
43
+ constructor({ contentFunction, name, section, buttonIcon, open, }: GenericContentSidekickAreaProps);
44
+ setItemId: (id: string) => void;
45
+ }
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GenericContentSidekickArea = exports.GenericContentMainArea = void 0;
4
+ var enums_1 = require("./enums");
5
+ // GenericContent Extensible Area
6
+ var GenericContentMainArea = /** @class */ (function () {
7
+ /**
8
+ * Returns an object that when used in the setter as a generic content will be rendered
9
+ * over the meeting main presentation.
10
+ *
11
+ * @param contentFunction - function that gives the html element to render the content of
12
+ * the generic component
13
+ *
14
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
15
+ */
16
+ function GenericContentMainArea(_a) {
17
+ var contentFunction = _a.contentFunction;
18
+ var _this = this;
19
+ this.id = '';
20
+ this.setItemId = function (id) {
21
+ _this.id = id;
22
+ };
23
+ this.contentFunction = contentFunction;
24
+ this.type = enums_1.GenericContentType.MAIN_AREA;
25
+ }
26
+ return GenericContentMainArea;
27
+ }());
28
+ exports.GenericContentMainArea = GenericContentMainArea;
29
+ var GenericContentSidekickArea = /** @class */ (function () {
30
+ /**
31
+ * Returns an object that when used in the setter as a generic content will be rendered
32
+ * in the sidekick panel. Every generic sidekick content has an intrinsic button associated,
33
+ * which is added to the sidebar navigation and, when clicked, toggles the rendering of the
34
+ * given generic sidekick content.
35
+ *
36
+ * @param contentFunction - function that gives the html element to render the content of
37
+ * the generic component
38
+ * @param name - the label of the associated sidebar navigation button
39
+ * @param section - section name under which the associated sidebar navigation button will be
40
+ * displayed
41
+ * @param buttonIcon - the icon of the associated sidebar navigation button
42
+ * @param open - boolean value to decide wether to start open
43
+ *
44
+ * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
45
+ */
46
+ function GenericContentSidekickArea(_a) {
47
+ var contentFunction = _a.contentFunction, name = _a.name, section = _a.section, buttonIcon = _a.buttonIcon, open = _a.open;
48
+ var _this = this;
49
+ this.id = '';
50
+ this.name = '';
51
+ this.section = '';
52
+ this.buttonIcon = '';
53
+ this.open = false;
54
+ this.setItemId = function (id) {
55
+ _this.id = id;
56
+ };
57
+ this.contentFunction = contentFunction;
58
+ this.name = name;
59
+ this.section = section;
60
+ this.buttonIcon = buttonIcon;
61
+ this.type = enums_1.GenericContentType.SIDEKICK_AREA;
62
+ this.open = open;
63
+ }
64
+ return GenericContentSidekickArea;
65
+ }());
66
+ exports.GenericContentSidekickArea = GenericContentSidekickArea;
67
+ //# sourceMappingURL=component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/generic-content-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAA6C;AAG7C,iCAAiC;AAEjC;IAOE;;;;;;;;OAQG;IACH,gCAAY,EAEkB;YAD5B,eAAe,qBAAA;QADjB,iBAKC;QApBD,OAAE,GAAW,EAAE,CAAC;QAsBhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACf,CAAC,CAAC;QANA,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;QACvC,IAAI,CAAC,IAAI,GAAG,0BAAkB,CAAC,SAAS,CAAC;IAC3C,CAAC;IAKH,6BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,wDAAsB;AA4BnC;IAeE;;;;;;;;;;;;;;;OAeG;IACH,oCAAY,EAEsB;YADhC,eAAe,qBAAA,EAAE,IAAI,UAAA,EAAE,OAAO,aAAA,EAAE,UAAU,gBAAA,EAAE,IAAI,UAAA;QADlD,iBASC;QAvCD,OAAE,GAAW,EAAE,CAAC;QAIhB,SAAI,GAAW,EAAE,CAAC;QAElB,YAAO,GAAW,EAAE,CAAC;QAErB,eAAU,GAAW,EAAE,CAAC;QAExB,SAAI,GAAY,KAAK,CAAC;QA+BtB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACf,CAAC,CAAC;QAVA,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;QACvC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;QAC7B,IAAI,CAAC,IAAI,GAAG,0BAAkB,CAAC,aAAa,CAAC;QAC7C,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IAKH,iCAAC;AAAD,CAAC,AA7CD,IA6CC;AA7CY,gEAA0B"}
@@ -0,0 +1,4 @@
1
+ export declare enum GenericContentType {
2
+ MAIN_AREA = "GENERIC_CONTENT_MAIN_AREA",
3
+ SIDEKICK_AREA = "GENERIC_CONTENT_SIDEKICK_AREA"
4
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GenericContentType = void 0;
4
+ // Generic Component types:
5
+ var GenericContentType;
6
+ (function (GenericContentType) {
7
+ GenericContentType["MAIN_AREA"] = "GENERIC_CONTENT_MAIN_AREA";
8
+ GenericContentType["SIDEKICK_AREA"] = "GENERIC_CONTENT_SIDEKICK_AREA";
9
+ })(GenericContentType || (exports.GenericContentType = GenericContentType = {}));
10
+ //# sourceMappingURL=enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/extensible-areas/generic-content-item/enums.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AAC3B,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,6DAAuC,CAAA;IACvC,qEAA+C,CAAA;AACjD,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B"}
@@ -0,0 +1,2 @@
1
+ export { GenericContentMainArea, GenericContentSidekickArea, } from './component';
2
+ export { GenericContentInterface, } from './types';
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GenericContentSidekickArea = exports.GenericContentMainArea = void 0;
4
+ var component_1 = require("./component");
5
+ Object.defineProperty(exports, "GenericContentMainArea", { enumerable: true, get: function () { return component_1.GenericContentMainArea; } });
6
+ Object.defineProperty(exports, "GenericContentSidekickArea", { enumerable: true, get: function () { return component_1.GenericContentSidekickArea; } });
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/extensible-areas/generic-content-item/index.ts"],"names":[],"mappings":";;;AAAA,yCAGqB;AAFnB,mHAAA,sBAAsB,OAAA;AACtB,uHAAA,0BAA0B,OAAA"}
@@ -0,0 +1,13 @@
1
+ import { PluginProvidedUiItemDescriptor } from '../base';
2
+ export interface GenericContentInterface extends PluginProvidedUiItemDescriptor {
3
+ }
4
+ export interface GenericContentMainAreaProps {
5
+ contentFunction: (element: HTMLElement) => void;
6
+ }
7
+ export interface GenericContentSidekickAreaProps {
8
+ contentFunction: (element: HTMLElement) => void;
9
+ name: string;
10
+ section: string;
11
+ buttonIcon: string;
12
+ open: boolean;
13
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/extensible-areas/generic-content-item/types.ts"],"names":[],"mappings":""}
@@ -10,4 +10,4 @@ export * from './camera-settings-dropdown-item';
10
10
  export * from './user-camera-dropdown-item';
11
11
  export * from './user-list-item-additional-information';
12
12
  export * from './floating-window';
13
- export * from './generic-component';
13
+ export * from './generic-content-item';
@@ -26,5 +26,5 @@ __exportStar(require("./camera-settings-dropdown-item"), exports);
26
26
  __exportStar(require("./user-camera-dropdown-item"), exports);
27
27
  __exportStar(require("./user-list-item-additional-information"), exports);
28
28
  __exportStar(require("./floating-window"), exports);
29
- __exportStar(require("./generic-component"), exports);
29
+ __exportStar(require("./generic-content-item"), exports);
30
30
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/extensible-areas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,4DAA0C;AAC1C,gEAA8C;AAC9C,qDAAmC;AACnC,iEAA+C;AAC/C,+DAA6C;AAC7C,iDAA+B;AAC/B,0DAAwC;AACxC,kEAAgD;AAChD,8DAA4C;AAC5C,0EAAwD;AACxD,oDAAkC;AAClC,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/extensible-areas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,4DAA0C;AAC1C,gEAA8C;AAC9C,qDAAmC;AACnC,iEAA+C;AAC/C,+DAA6C;AAC7C,iDAA+B;AAC/B,0DAAwC;AACxC,kEAAgD;AAChD,8DAA4C;AAC5C,0EAAwD;AACxD,oDAAkC;AAClC,yDAAuC"}
@@ -2,5 +2,6 @@ export * from './extensible-areas';
2
2
  export * from './data-consumption';
3
3
  export * from './data-channel';
4
4
  export * from './ui-data-hooks';
5
+ export * from './server-commands';
5
6
  export * from './core';
6
7
  export * from './utils';
package/dist/cjs/index.js CHANGED
@@ -18,6 +18,7 @@ __exportStar(require("./extensible-areas"), exports);
18
18
  __exportStar(require("./data-consumption"), exports);
19
19
  __exportStar(require("./data-channel"), exports);
20
20
  __exportStar(require("./ui-data-hooks"), exports);
21
+ __exportStar(require("./server-commands"), exports);
21
22
  __exportStar(require("./core"), exports);
22
23
  __exportStar(require("./utils"), exports);
23
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AAEnC,qDAAmC;AAEnC,iDAA+B;AAE/B,kDAAgC;AAEhC,yCAAuB;AAEvB,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AAEnC,qDAAmC;AAEnC,iDAA+B;AAE/B,kDAAgC;AAEhC,oDAAkC;AAElC,yCAAuB;AAEvB,0CAAwB"}
@@ -0,0 +1,11 @@
1
+ import { CaptionSaveCommandArguments } from './types';
2
+ export declare const caption: {
3
+ /**
4
+ * Saves caption texts into the Caption graphql collection.
5
+ *
6
+ * @param captionSaveCommandArguments the text with which the method will save the caption.
7
+ * Refer to {@link CaptionSaveCommandArguments} to understand the argument structure.
8
+ */
9
+ save: (captionSaveCommandArguments: CaptionSaveCommandArguments) => void;
10
+ addLocale: (captionAddLocaleCommandArguments: string) => void;
11
+ };
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.caption = void 0;
4
+ var enum_1 = require("./enum");
5
+ exports.caption = {
6
+ /**
7
+ * Saves caption texts into the Caption graphql collection.
8
+ *
9
+ * @param captionSaveCommandArguments the text with which the method will save the caption.
10
+ * Refer to {@link CaptionSaveCommandArguments} to understand the argument structure.
11
+ */
12
+ save: function (captionSaveCommandArguments) {
13
+ window.dispatchEvent(new CustomEvent(enum_1.CaptionCommandsEnum.SAVE, {
14
+ detail: captionSaveCommandArguments,
15
+ }));
16
+ },
17
+ addLocale: function (captionAddLocaleCommandArguments) {
18
+ window.dispatchEvent(new CustomEvent(enum_1.CaptionCommandsEnum.ADD_LOCALE, {
19
+ detail: captionAddLocaleCommandArguments,
20
+ }));
21
+ },
22
+ };
23
+ //# sourceMappingURL=commands.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commands.js","sourceRoot":"","sources":["../../../../src/server-commands/caption/commands.ts"],"names":[],"mappings":";;;AAAA,+BAA6C;AAGhC,QAAA,OAAO,GAAG;IACrB;;;;;OAKG;IACH,IAAI,EAAE,UAAC,2BAAwD;QAC7D,MAAM,CAAC,aAAa,CAClB,IAAI,WAAW,CAEb,0BAAmB,CAAC,IAAI,EAAE;YAC1B,MAAM,EAAE,2BAA2B;SACpC,CAAC,CACH,CAAC;IACJ,CAAC;IACD,SAAS,EAAE,UAAC,gCAAwC;QAClD,MAAM,CAAC,aAAa,CAClB,IAAI,WAAW,CAEb,0BAAmB,CAAC,UAAU,EAAE;YAChC,MAAM,EAAE,gCAAgC;SACzC,CAAC,CACH,CAAC;IACJ,CAAC;CACF,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare enum CaptionCommandsEnum {
2
+ SAVE = "CAPTION_SAVE_COMMAND",
3
+ ADD_LOCALE = "CAPTION_ADD_LOCALE_COMMAND"
4
+ }
5
+ export declare enum CaptionsTypeEnum {
6
+ AUDIO_TRANSCRIPTION = "AUDIO_TRANSCRIPTION",
7
+ TYPED = "TYPED"
8
+ }
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CaptionsTypeEnum = exports.CaptionCommandsEnum = void 0;
4
+ var CaptionCommandsEnum;
5
+ (function (CaptionCommandsEnum) {
6
+ CaptionCommandsEnum["SAVE"] = "CAPTION_SAVE_COMMAND";
7
+ CaptionCommandsEnum["ADD_LOCALE"] = "CAPTION_ADD_LOCALE_COMMAND";
8
+ })(CaptionCommandsEnum || (exports.CaptionCommandsEnum = CaptionCommandsEnum = {}));
9
+ var CaptionsTypeEnum;
10
+ (function (CaptionsTypeEnum) {
11
+ CaptionsTypeEnum["AUDIO_TRANSCRIPTION"] = "AUDIO_TRANSCRIPTION";
12
+ CaptionsTypeEnum["TYPED"] = "TYPED";
13
+ })(CaptionsTypeEnum || (exports.CaptionsTypeEnum = CaptionsTypeEnum = {}));
14
+ //# sourceMappingURL=enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enum.js","sourceRoot":"","sources":["../../../../src/server-commands/caption/enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,oDAA6B,CAAA;IAC7B,gEAAyC,CAAA;AAC3C,CAAC,EAHW,mBAAmB,mCAAnB,mBAAmB,QAG9B;AAED,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,+DAA2C,CAAA;IAC3C,mCAAe,CAAA;AACjB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B"}
@@ -0,0 +1,9 @@
1
+ export interface CaptionSaveCommandArguments {
2
+ text: string;
3
+ locale: string;
4
+ captionType: string;
5
+ }
6
+ export interface ServerCommandsCaptionObject {
7
+ save: (captionSaveCommandArguments: CaptionSaveCommandArguments) => void;
8
+ addLocale: (captionAddLocaleCommandArguments: string) => void;
9
+ }
@@ -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/server-commands/caption/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export declare const serverCommands: {
2
+ caption: {
3
+ save: (captionSaveCommandArguments: import("./caption/types").CaptionSaveCommandArguments) => void;
4
+ addLocale: (captionAddLocaleCommandArguments: string) => void;
5
+ };
6
+ };
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.serverCommands = void 0;
4
+ var commands_1 = require("./caption/commands");
5
+ exports.serverCommands = {
6
+ caption: commands_1.caption,
7
+ };
8
+ //# sourceMappingURL=commands.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commands.js","sourceRoot":"","sources":["../../../src/server-commands/commands.ts"],"names":[],"mappings":";;;AAAA,+CAA6C;AAEhC,QAAA,cAAc,GAAG;IAC5B,OAAO,oBAAA;CACR,CAAC"}
@@ -0,0 +1 @@
1
+ export { CaptionCommandsEnum, CaptionsTypeEnum } from './caption/enum';
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CaptionsTypeEnum = exports.CaptionCommandsEnum = void 0;
4
+ var enum_1 = require("./caption/enum");
5
+ Object.defineProperty(exports, "CaptionCommandsEnum", { enumerable: true, get: function () { return enum_1.CaptionCommandsEnum; } });
6
+ Object.defineProperty(exports, "CaptionsTypeEnum", { enumerable: true, get: function () { return enum_1.CaptionsTypeEnum; } });
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/server-commands/index.ts"],"names":[],"mappings":";;;AAAA,uCAAuE;AAA9D,2GAAA,mBAAmB,OAAA;AAAE,wGAAA,gBAAgB,OAAA"}
@@ -0,0 +1,4 @@
1
+ import { ServerCommandsCaptionObject } from './caption/types';
2
+ export interface ServerCommands {
3
+ caption: ServerCommandsCaptionObject;
4
+ }
@@ -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/server-commands/types.ts"],"names":[],"mappings":""}
@@ -10,4 +10,8 @@ export declare const uiCommands: {
10
10
  set: (setExternalVideoVolumeCommandArguments: import("./external-video/volume/types").SetExternalVideoVolumeCommandArguments) => void;
11
11
  };
12
12
  };
13
+ sidekickOptionsContainer: {
14
+ open: () => void;
15
+ close: () => void;
16
+ };
13
17
  };
@@ -3,8 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.uiCommands = void 0;
4
4
  var commands_1 = require("./chat/commands");
5
5
  var commands_2 = require("./external-video/commands");
6
+ var commands_3 = require("./sidekick-options-container/commands");
6
7
  exports.uiCommands = {
7
8
  chat: commands_1.chat,
8
9
  externalVideo: commands_2.externalVideo,
10
+ sidekickOptionsContainer: commands_3.sidekickOptionsContainer,
9
11
  };
10
12
  //# sourceMappingURL=commands.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"commands.js","sourceRoot":"","sources":["../../../src/ui-commands/commands.ts"],"names":[],"mappings":";;;AAAA,4CAAuC;AACvC,sDAA0D;AAE7C,QAAA,UAAU,GAAG;IACxB,IAAI,iBAAA;IACJ,aAAa,0BAAA;CACd,CAAC"}
1
+ {"version":3,"file":"commands.js","sourceRoot":"","sources":["../../../src/ui-commands/commands.ts"],"names":[],"mappings":";;;AAAA,4CAAuC;AACvC,sDAA0D;AAC1D,kEAAiF;AAEpE,QAAA,UAAU,GAAG;IACxB,IAAI,iBAAA;IACJ,aAAa,0BAAA;IACb,wBAAwB,qCAAA;CACzB,CAAC"}
@@ -0,0 +1,10 @@
1
+ export declare const sidekickOptionsContainer: {
2
+ /**
3
+ * Opens the sidekick container automatically.
4
+ */
5
+ open: () => void;
6
+ /**
7
+ * Closes the sidekick container (and sidebard content panel) automatically.
8
+ */
9
+ close: () => void;
10
+ };
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.sidekickOptionsContainer = void 0;
4
+ var enums_1 = require("./enums");
5
+ exports.sidekickOptionsContainer = {
6
+ /**
7
+ * Opens the sidekick container automatically.
8
+ */
9
+ open: function () {
10
+ window.dispatchEvent(new Event(enums_1.SidekickOptionsContainerEnum.OPEN));
11
+ },
12
+ /**
13
+ * Closes the sidekick container (and sidebard content panel) automatically.
14
+ */
15
+ close: function () {
16
+ window.dispatchEvent(new Event(enums_1.SidekickOptionsContainerEnum.CLOSE));
17
+ },
18
+ };
19
+ //# sourceMappingURL=commands.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commands.js","sourceRoot":"","sources":["../../../../src/ui-commands/sidekick-options-container/commands.ts"],"names":[],"mappings":";;;AAAA,iCAAuD;AAE1C,QAAA,wBAAwB,GAAG;IACtC;;OAEG;IACH,IAAI,EAAE;QACJ,MAAM,CAAC,aAAa,CAAC,IAAI,KAAK,CAAC,oCAA4B,CAAC,IAAI,CAAC,CAAC,CAAC;IACrE,CAAC;IAED;;OAEG;IACH,KAAK,EAAE;QACL,MAAM,CAAC,aAAa,CAAC,IAAI,KAAK,CAAC,oCAA4B,CAAC,KAAK,CAAC,CAAC,CAAC;IACtE,CAAC;CACF,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare enum SidekickOptionsContainerEnum {
2
+ OPEN = "OPEN_SIDEKICK_OPTIONS_CONTAINER_COMMAND",
3
+ CLOSE = "CLOSE_SIDEKICK_OPTIONS_CONTAINER_COMMAND"
4
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SidekickOptionsContainerEnum = void 0;
4
+ var SidekickOptionsContainerEnum;
5
+ (function (SidekickOptionsContainerEnum) {
6
+ SidekickOptionsContainerEnum["OPEN"] = "OPEN_SIDEKICK_OPTIONS_CONTAINER_COMMAND";
7
+ SidekickOptionsContainerEnum["CLOSE"] = "CLOSE_SIDEKICK_OPTIONS_CONTAINER_COMMAND";
8
+ })(SidekickOptionsContainerEnum || (exports.SidekickOptionsContainerEnum = SidekickOptionsContainerEnum = {}));
9
+ //# sourceMappingURL=enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/ui-commands/sidekick-options-container/enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACtC,gFAAgD,CAAA;IAChD,kFAAkD,CAAA;AACpD,CAAC,EAHW,4BAA4B,4CAA5B,4BAA4B,QAGvC"}
@@ -0,0 +1,4 @@
1
+ export interface UiCommandsSidekickOptionsContainerObject {
2
+ open: () => void;
3
+ close: () => void;
4
+ }
@@ -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/ui-commands/sidekick-options-container/types.ts"],"names":[],"mappings":""}
@@ -1,6 +1,8 @@
1
1
  import { UiCommandsChatObject } from './chat/types';
2
2
  import { UiCommandsExternalVideoObject } from './external-video/types';
3
+ import { UiCommandsSidekickOptionsContainerObject } from './sidekick-options-container/types';
3
4
  export interface UiCommands {
4
5
  chat: UiCommandsChatObject;
5
6
  externalVideo: UiCommandsExternalVideoObject;
7
+ sidekickOptionsContainer: UiCommandsSidekickOptionsContainerObject;
6
8
  }
@@ -6,5 +6,5 @@ export declare enum UiLayouts {
6
6
  EXTERNAL_VIDEO = "EXTERNAL_VIDEO",
7
7
  SCREEN_SHARE = "SCREEN_SHARE",
8
8
  WHITEBOARD = "WHITEBOARD",
9
- GENERIC_COMPONENT = "GENERIC_COMPONENT"
9
+ GENERIC_CONTENT = "GENERIC_CONTENT"
10
10
  }
@@ -11,6 +11,6 @@ var UiLayouts;
11
11
  UiLayouts["EXTERNAL_VIDEO"] = "EXTERNAL_VIDEO";
12
12
  UiLayouts["SCREEN_SHARE"] = "SCREEN_SHARE";
13
13
  UiLayouts["WHITEBOARD"] = "WHITEBOARD";
14
- UiLayouts["GENERIC_COMPONENT"] = "GENERIC_COMPONENT";
14
+ UiLayouts["GENERIC_CONTENT"] = "GENERIC_CONTENT";
15
15
  })(UiLayouts || (exports.UiLayouts = UiLayouts = {}));
16
16
  //# sourceMappingURL=enums.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../../src/ui-data-hooks/layout/presentation-area/enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,gCAEX;AAFD,WAAY,gCAAgC;IAC1C,uEAAmC,CAAA;AACrC,CAAC,EAFW,gCAAgC,gDAAhC,gCAAgC,QAE3C;AAED,IAAY,SAMX;AAND,WAAY,SAAS;IACnB,wDAA2C,CAAA;IAC3C,8CAAiC,CAAA;IACjC,0CAA6B,CAAA;IAC7B,sCAAyB,CAAA;IACzB,oDAAuC,CAAA;AACzC,CAAC,EANW,SAAS,yBAAT,SAAS,QAMpB"}
1
+ {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../../src/ui-data-hooks/layout/presentation-area/enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,gCAEX;AAFD,WAAY,gCAAgC;IAC1C,uEAAmC,CAAA;AACrC,CAAC,EAFW,gCAAgC,gDAAhC,gCAAgC,QAE3C;AAED,IAAY,SAMX;AAND,WAAY,SAAS;IACnB,wDAA2C,CAAA;IAC3C,8CAAiC,CAAA;IACjC,0CAA6B,CAAA;IAC7B,sCAAyB,CAAA;IACzB,gDAAmC,CAAA;AACrC,CAAC,EANW,SAAS,yBAAT,SAAS,QAMpB"}
@@ -2,7 +2,7 @@ import { LayoutPresentatioAreaUiDataNames, UiLayouts } from './enums';
2
2
  export type LayoutPresentationAreaUiDataPayloads = {
3
3
  [LayoutPresentatioAreaUiDataNames.CURRENT_ELEMENT]: {
4
4
  currentElement?: UiLayouts;
5
- genericComponentId?: string;
5
+ genericContentId?: string;
6
6
  isOpen: boolean;
7
7
  }[];
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bigbluebutton-html-plugin-sdk",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
4
4
  "homepage": "https://github.com/bigbluebutton/bigbluebutton-html-plugin-sdk",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,17 +0,0 @@
1
- import { GenericComponentType } from './enums';
2
- import { GenericComponentInterface, GenericComponentProps } from './types';
3
- export declare class GenericComponent implements GenericComponentInterface {
4
- id: string;
5
- type: GenericComponentType;
6
- contentFunction: (element: HTMLElement) => void;
7
- /**
8
- * Returns object to be used in the setter as a generic component
9
- *
10
- * @param contentFunction - function that gives the html element to render the content of
11
- * the generic component
12
- *
13
- * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
14
- */
15
- constructor({ contentFunction, }: GenericComponentProps);
16
- setItemId: (id: string) => void;
17
- }
@@ -1,28 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GenericComponent = void 0;
4
- var enums_1 = require("./enums");
5
- // GenericComponent Extensible Area
6
- var GenericComponent = /** @class */ (function () {
7
- /**
8
- * Returns object to be used in the setter as a generic component
9
- *
10
- * @param contentFunction - function that gives the html element to render the content of
11
- * the generic component
12
- *
13
- * @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
14
- */
15
- function GenericComponent(_a) {
16
- var contentFunction = _a.contentFunction;
17
- var _this = this;
18
- this.id = '';
19
- this.setItemId = function (id) {
20
- _this.id = "GenericComponent_".concat(id);
21
- };
22
- this.contentFunction = contentFunction;
23
- this.type = enums_1.GenericComponentType.CONTAINER;
24
- }
25
- return GenericComponent;
26
- }());
27
- exports.GenericComponent = GenericComponent;
28
- //# sourceMappingURL=component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/generic-component/component.ts"],"names":[],"mappings":";;;AAAA,iCAA+C;AAG/C,mCAAmC;AAEnC;IAOE;;;;;;;OAOG;IACH,0BAAY,EAEY;YADtB,eAAe,qBAAA;QADjB,iBAKC;QAnBD,OAAE,GAAW,EAAE,CAAC;QAqBhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,2BAAoB,EAAE,CAAE,CAAC;QACrC,CAAC,CAAC;QANA,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;QACvC,IAAI,CAAC,IAAI,GAAG,4BAAoB,CAAC,SAAS,CAAC;IAC7C,CAAC;IAKH,uBAAC;AAAD,CAAC,AAzBD,IAyBC;AAzBY,4CAAgB"}
@@ -1,3 +0,0 @@
1
- export declare enum GenericComponentType {
2
- CONTAINER = "GENERIC_COMPONENT"
3
- }
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GenericComponentType = void 0;
4
- // Generic Component types:
5
- var GenericComponentType;
6
- (function (GenericComponentType) {
7
- GenericComponentType["CONTAINER"] = "GENERIC_COMPONENT";
8
- })(GenericComponentType || (exports.GenericComponentType = GenericComponentType = {}));
9
- //# sourceMappingURL=enums.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/extensible-areas/generic-component/enums.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AAC3B,IAAY,oBAEX;AAFD,WAAY,oBAAoB;IAC9B,uDAA+B,CAAA;AACjC,CAAC,EAFW,oBAAoB,oCAApB,oBAAoB,QAE/B"}
@@ -1,2 +0,0 @@
1
- export { GenericComponent, } from './component';
2
- export { GenericComponentInterface, } from './types';
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GenericComponent = void 0;
4
- var component_1 = require("./component");
5
- Object.defineProperty(exports, "GenericComponent", { enumerable: true, get: function () { return component_1.GenericComponent; } });
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/extensible-areas/generic-component/index.ts"],"names":[],"mappings":";;;AAAA,yCAEqB;AADnB,6GAAA,gBAAgB,OAAA"}
@@ -1,7 +0,0 @@
1
- import { PluginProvidedUiItemDescriptor } from '../base';
2
- export interface GenericComponentInterface extends PluginProvidedUiItemDescriptor {
3
- }
4
- export interface GenericComponentProps {
5
- contentFunction: (element: HTMLElement) => void;
6
- }
7
- export type SetGenericComponents = (GenericComponents: GenericComponentInterface[]) => void;
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/extensible-areas/generic-component/types.ts"],"names":[],"mappings":""}