bigbluebutton-html-plugin-sdk 0.0.33 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/api/types.d.ts +22 -22
- package/dist/cjs/extensible-areas/action-button-dropdown-item/component.d.ts +3 -3
- package/dist/cjs/extensible-areas/action-button-dropdown-item/component.js +1 -1
- package/dist/cjs/extensible-areas/action-button-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/action-button-dropdown-item/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/action-button-dropdown-item/types.d.ts +1 -1
- package/dist/cjs/extensible-areas/actions-bar-item/component.d.ts +3 -3
- package/dist/cjs/extensible-areas/actions-bar-item/component.js +1 -1
- package/dist/cjs/extensible-areas/actions-bar-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/actions-bar-item/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/actions-bar-item/types.d.ts +1 -1
- package/dist/cjs/extensible-areas/audio-settings-dropdown-item/component.d.ts +3 -3
- package/dist/cjs/extensible-areas/audio-settings-dropdown-item/component.js +1 -1
- package/dist/cjs/extensible-areas/audio-settings-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/audio-settings-dropdown-item/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/audio-settings-dropdown-item/types.d.ts +1 -1
- package/dist/cjs/extensible-areas/camera-settings-dropdown-item/component.d.ts +3 -3
- package/dist/cjs/extensible-areas/camera-settings-dropdown-item/component.js +1 -1
- package/dist/cjs/extensible-areas/camera-settings-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/camera-settings-dropdown-item/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/camera-settings-dropdown-item/types.d.ts +1 -1
- package/dist/cjs/extensible-areas/nav-bar-item/component.d.ts +3 -3
- package/dist/cjs/extensible-areas/nav-bar-item/component.js +1 -1
- package/dist/cjs/extensible-areas/nav-bar-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/nav-bar-item/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/nav-bar-item/types.d.ts +1 -1
- package/dist/cjs/extensible-areas/options-dropdown-item/component.d.ts +3 -3
- package/dist/cjs/extensible-areas/options-dropdown-item/component.js +1 -1
- package/dist/cjs/extensible-areas/options-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/options-dropdown-item/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/options-dropdown-item/types.d.ts +1 -1
- package/dist/cjs/extensible-areas/presentation-dropdown-item/component.d.ts +3 -3
- package/dist/cjs/extensible-areas/presentation-dropdown-item/component.js +1 -1
- package/dist/cjs/extensible-areas/presentation-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/presentation-dropdown-item/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/presentation-dropdown-item/types.d.ts +1 -1
- package/dist/cjs/extensible-areas/presentation-toolbar-item/component.d.ts +4 -4
- package/dist/cjs/extensible-areas/presentation-toolbar-item/component.js +1 -1
- package/dist/cjs/extensible-areas/presentation-toolbar-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/presentation-toolbar-item/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/presentation-toolbar-item/types.d.ts +1 -1
- package/dist/cjs/extensible-areas/user-camera-dropdown-item/component.d.ts +3 -3
- package/dist/cjs/extensible-areas/user-camera-dropdown-item/component.js +1 -1
- package/dist/cjs/extensible-areas/user-camera-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/user-camera-dropdown-item/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/user-camera-dropdown-item/types.d.ts +1 -1
- package/dist/cjs/extensible-areas/user-list-dropdown-item/component.d.ts +4 -4
- package/dist/cjs/extensible-areas/user-list-dropdown-item/component.js +1 -1
- package/dist/cjs/extensible-areas/user-list-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/user-list-dropdown-item/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/user-list-dropdown-item/types.d.ts +1 -1
- package/dist/cjs/extensible-areas/user-list-item-additional-information/component.d.ts +3 -3
- package/dist/cjs/extensible-areas/user-list-item-additional-information/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/user-list-item-additional-information/types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { UiCommands } from '../../ui-commands/types';
|
|
2
2
|
import { UseChatMessageDomElementsFunction } from '../../dom-element-manipulation/chat/message/types';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
3
|
+
import { ActionButtonDropdownInterface } from '../../extensible-areas/action-button-dropdown-item/types';
|
|
4
|
+
import { ActionsBarInterface } from '../../extensible-areas/actions-bar-item/types';
|
|
5
|
+
import { AudioSettingsDropdownInterface } from '../../extensible-areas/audio-settings-dropdown-item/types';
|
|
6
|
+
import { CameraSettingsDropdownInterface } from '../../extensible-areas/camera-settings-dropdown-item/types';
|
|
7
|
+
import { NavBarInterface } from '../../extensible-areas/nav-bar-item/types';
|
|
8
|
+
import { OptionsDropdownInterface } from '../../extensible-areas/options-dropdown-item/types';
|
|
9
|
+
import { PresentationDropdownInterface } from '../../extensible-areas/presentation-dropdown-item/types';
|
|
10
|
+
import { UserCameraDropdownInterface } from '../../extensible-areas/user-camera-dropdown-item/types';
|
|
11
|
+
import { UserListDropdownInterface } from '../../extensible-areas/user-list-dropdown-item/types';
|
|
12
|
+
import { UserListItemAdditionalInformationInterface } from '../../extensible-areas/user-list-item-additional-information/types';
|
|
13
|
+
import { PresentationToolbarInterface } from '../../extensible-areas/presentation-toolbar-item/types';
|
|
14
14
|
import { UseCurrentPresentationFunction } from '../../data-consumption/domain/presentations/current-presentation/types';
|
|
15
15
|
import { UseLoadedUserListFunction } from '../../data-consumption/domain/users/loaded-user-list/types';
|
|
16
16
|
import { UseCurrentUserFunction } from '../../data-consumption/domain/users/current-user/types';
|
|
@@ -24,17 +24,17 @@ import { UsePluginSettingsFunction } from '../../data-consumption/domain/setting
|
|
|
24
24
|
import { UseUiEventFunction } from '../../ui-events/types';
|
|
25
25
|
import { UseLoadedChatMessagesFunction } from '../../data-consumption/domain/chat/loaded-chat-messages/types';
|
|
26
26
|
import { UseTalkingIndicatorFunction } from '../../data-consumption/domain/user-voice/talking-indicator/types';
|
|
27
|
-
export type SetPresentationToolbarItems = (presentationToolbarItem:
|
|
28
|
-
export type SetUserListDropdownItems = (userListDropdownItem:
|
|
29
|
-
export type SetActionButtonDropdownItems = (
|
|
30
|
-
export type SetActionsBarItems = (actionsBarItems:
|
|
31
|
-
export type SetAudioSettingsDropdownItems = (audioSettingsDropdownItem:
|
|
32
|
-
export type SetPresentationDropdownItems = (userListDropdownItem:
|
|
33
|
-
export type SetNavBarItems = (userListDropdownItem:
|
|
34
|
-
export type SetOptionsDropdownItems = (optionsDropdownItem:
|
|
35
|
-
export type SetCameraSettingsDropdownItems = (cameraSettingsDropdownItem:
|
|
36
|
-
export type SetUserCameraDropdownItems = (userCameraDropdownItem:
|
|
37
|
-
export type SetUserListItemAdditionalInformation = (userListItemAdditionalInformation:
|
|
27
|
+
export type SetPresentationToolbarItems = (presentationToolbarItem: PresentationToolbarInterface[]) => void;
|
|
28
|
+
export type SetUserListDropdownItems = (userListDropdownItem: UserListDropdownInterface[]) => void;
|
|
29
|
+
export type SetActionButtonDropdownItems = (actionButtonDropdownInterface: ActionButtonDropdownInterface[]) => void;
|
|
30
|
+
export type SetActionsBarItems = (actionsBarItems: ActionsBarInterface[]) => void;
|
|
31
|
+
export type SetAudioSettingsDropdownItems = (audioSettingsDropdownItem: AudioSettingsDropdownInterface[]) => void;
|
|
32
|
+
export type SetPresentationDropdownItems = (userListDropdownItem: PresentationDropdownInterface[]) => void;
|
|
33
|
+
export type SetNavBarItems = (userListDropdownItem: NavBarInterface[]) => void;
|
|
34
|
+
export type SetOptionsDropdownItems = (optionsDropdownItem: OptionsDropdownInterface[]) => void;
|
|
35
|
+
export type SetCameraSettingsDropdownItems = (cameraSettingsDropdownItem: CameraSettingsDropdownInterface[]) => void;
|
|
36
|
+
export type SetUserCameraDropdownItems = (userCameraDropdownItem: UserCameraDropdownInterface[]) => void;
|
|
37
|
+
export type SetUserListItemAdditionalInformation = (userListItemAdditionalInformation: UserListItemAdditionalInformationInterface[]) => void;
|
|
38
38
|
/**
|
|
39
39
|
* Object that makes plugin hooks and extensible area setters available for developers to use.
|
|
40
40
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ActionButtonDropdownItemType } from './enums';
|
|
2
|
-
import {
|
|
3
|
-
export declare class ActionButtonDropdownOption implements
|
|
2
|
+
import { ActionButtonDropdownInterface, ActionButtonDropdownOptionProps } from './types';
|
|
3
|
+
export declare class ActionButtonDropdownOption implements ActionButtonDropdownInterface {
|
|
4
4
|
id: string;
|
|
5
5
|
type: ActionButtonDropdownItemType;
|
|
6
6
|
label: string;
|
|
@@ -22,7 +22,7 @@ export declare class ActionButtonDropdownOption implements ActionButtonDropdownI
|
|
|
22
22
|
constructor({ label, icon, tooltip, allowed, onClick, }: ActionButtonDropdownOptionProps);
|
|
23
23
|
setItemId: (id: string) => void;
|
|
24
24
|
}
|
|
25
|
-
export declare class ActionButtonDropdownSeparator implements
|
|
25
|
+
export declare class ActionButtonDropdownSeparator implements ActionButtonDropdownInterface {
|
|
26
26
|
id: string;
|
|
27
27
|
type: ActionButtonDropdownItemType;
|
|
28
28
|
constructor();
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ActionButtonDropdownSeparator = exports.ActionButtonDropdownOption = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
|
-
//
|
|
5
|
+
// ActionButtonDropdown Extensible Area
|
|
6
6
|
var ActionButtonDropdownOption = /** @class */ (function () {
|
|
7
7
|
/**
|
|
8
8
|
* Returns the option for the action button dropdown
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/action-button-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAuD;AAKvD,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/action-button-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAuD;AAKvD,uCAAuC;AAEvC;IAeE;;;;;;;;;;OAUG;IACH,oCAAY,EAEsB;YADhC,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;QADzE,iBASC;QAlCD,OAAE,GAAW,EAAE,CAAC;QAoChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,qCAA8B,EAAE,CAAE,CAAC;QAC/C,CAAC,CAAC;QAVA,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,oCAA4B,CAAC,MAAM,CAAC;IAClD,CAAC;IAKH,iCAAC;AAAD,CAAC,AAxCD,IAwCC;AAxCY,gEAA0B;AA0CvC;IAKE;QAAA,iBAEC;QAND,OAAE,GAAW,EAAE,CAAC;QAQhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,wCAAiC,EAAE,CAAE,CAAC;QAClD,CAAC,CAAC;QALA,IAAI,CAAC,IAAI,GAAG,oCAA4B,CAAC,SAAS,CAAC;IACrD,CAAC;IAKH,oCAAC;AAAD,CAAC,AAZD,IAYC;AAZY,sEAA6B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { ActionButtonDropdownOption, ActionButtonDropdownSeparator, } from './component';
|
|
2
|
-
export {
|
|
2
|
+
export { ActionButtonDropdownInterface, } from './types';
|
|
@@ -2,7 +2,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
2
2
|
/**
|
|
3
3
|
* Interface for a generic item for the action button dropdown.
|
|
4
4
|
*/
|
|
5
|
-
export interface
|
|
5
|
+
export interface ActionButtonDropdownInterface extends PluginProvidedUiItemDescriptor {
|
|
6
6
|
}
|
|
7
7
|
export interface ActionButtonDropdownOptionProps {
|
|
8
8
|
label: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ActionsBarPosition, ActionsBarItemType } from './enums';
|
|
2
|
-
import {
|
|
3
|
-
export declare class ActionsBarButton implements
|
|
2
|
+
import { ActionsBarInterface, ActionsBarButtonProps, ActionsBarSeparatorProps } from './types';
|
|
3
|
+
export declare class ActionsBarButton implements ActionsBarInterface {
|
|
4
4
|
id: string;
|
|
5
5
|
type: ActionsBarItemType;
|
|
6
6
|
icon: string;
|
|
@@ -21,7 +21,7 @@ export declare class ActionsBarButton implements ActionsBarItem {
|
|
|
21
21
|
constructor({ icon, tooltip, onClick, position, }: ActionsBarButtonProps);
|
|
22
22
|
setItemId: (id: string) => void;
|
|
23
23
|
}
|
|
24
|
-
export declare class ActionsBarSeparator implements
|
|
24
|
+
export declare class ActionsBarSeparator implements ActionsBarInterface {
|
|
25
25
|
position: ActionsBarPosition;
|
|
26
26
|
id: string;
|
|
27
27
|
type: ActionsBarItemType;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ActionsBarSeparator = exports.ActionsBarButton = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
|
-
//
|
|
5
|
+
// ActionsBar Extensible Area
|
|
6
6
|
var ActionsBarButton = /** @class */ (function () {
|
|
7
7
|
/**
|
|
8
8
|
* Returns object to be used in the setter for action bar. In this case,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/actions-bar-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAiE;AAKjE,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/actions-bar-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAiE;AAKjE,6BAA6B;AAE7B;IAaE;;;;;;;;;;OAUG;IACH,0BAAY,EAEY;YADtB,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,eAAY,EAAZ,OAAO,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA,EAAE,gBAAmC,EAAnC,QAAQ,mBAAG,0BAAkB,CAAC,KAAK,KAAA;QADlF,iBAQC;QA/BD,OAAE,GAAW,EAAE,CAAC;QAiChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,2BAAoB,EAAE,CAAE,CAAC;QACrC,CAAC,CAAC;QATA,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,IAAI,GAAG,0BAAkB,CAAC,MAAM,CAAC;IACxC,CAAC;IAKH,uBAAC;AAAD,CAAC,AArCD,IAqCC;AArCY,4CAAgB;AAuC7B;IAOE;;;;;;;OAOG;IACH,6BAAY,EAEe;YADzB,gBAAmC,EAAnC,QAAQ,mBAAG,0BAAkB,CAAC,KAAK,KAAA;QADrC,iBAKC;QAjBD,OAAE,GAAW,EAAE,CAAC;QAmBhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,8BAAuB,EAAE,CAAE,CAAC;QACxC,CAAC,CAAC;QANA,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,IAAI,GAAG,0BAAkB,CAAC,SAAS,CAAC;IAC3C,CAAC;IAKH,0BAAC;AAAD,CAAC,AAzBD,IAyBC;AAzBY,kDAAmB"}
|
|
@@ -3,7 +3,7 @@ import { ActionsBarPosition } from './enums';
|
|
|
3
3
|
/**
|
|
4
4
|
* Interface for the generic Actions bar item. (`position` is mandatory)
|
|
5
5
|
*/
|
|
6
|
-
export interface
|
|
6
|
+
export interface ActionsBarInterface extends PluginProvidedUiItemDescriptor {
|
|
7
7
|
position: ActionsBarPosition;
|
|
8
8
|
}
|
|
9
9
|
export interface ActionsBarButtonProps {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AudioSettingsDropdownItemType } from './enums';
|
|
2
|
-
import {
|
|
3
|
-
export declare class AudioSettingsDropdownOption implements
|
|
2
|
+
import { AudioSettingsDropdownInterface, AudioSettingsDropdownOptionProps } from './types';
|
|
3
|
+
export declare class AudioSettingsDropdownOption implements AudioSettingsDropdownInterface {
|
|
4
4
|
id: string;
|
|
5
5
|
type: AudioSettingsDropdownItemType;
|
|
6
6
|
label: string;
|
|
@@ -19,7 +19,7 @@ export declare class AudioSettingsDropdownOption implements AudioSettingsDropdow
|
|
|
19
19
|
constructor({ label, icon, onClick, }: AudioSettingsDropdownOptionProps);
|
|
20
20
|
setItemId: (id: string) => void;
|
|
21
21
|
}
|
|
22
|
-
export declare class AudioSettingsDropdownSeparator implements
|
|
22
|
+
export declare class AudioSettingsDropdownSeparator implements AudioSettingsDropdownInterface {
|
|
23
23
|
id: string;
|
|
24
24
|
type: AudioSettingsDropdownItemType;
|
|
25
25
|
/**
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AudioSettingsDropdownSeparator = exports.AudioSettingsDropdownOption = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
|
-
//
|
|
5
|
+
// AudioSettingsDropdown Extensible Area
|
|
6
6
|
var AudioSettingsDropdownOption = /** @class */ (function () {
|
|
7
7
|
/**
|
|
8
8
|
* Returns object to be used in the setter for the audio settings dropdown. In this case,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/audio-settings-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAwD;AAKxD,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/audio-settings-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAwD;AAKxD,wCAAwC;AAExC;IAWE;;;;;;;;;OASG;IACH,qCAAY,EAEuB;YADjC,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,sCAA+B,EAAE,CAAE,CAAC;QAChD,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,qCAA6B,CAAC,MAAM,CAAC;IACnD,CAAC;IAKH,kCAAC;AAAD,CAAC,AAjCD,IAiCC;AAjCY,kEAA2B;AAmCxC;IAKE;;;;;;;;OAQG;IACH;QAAA,iBAEC;QAfD,OAAE,GAAW,EAAE,CAAC;QAiBhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,yCAAkC,EAAE,CAAE,CAAC;QACnD,CAAC,CAAC;QALA,IAAI,CAAC,IAAI,GAAG,qCAA6B,CAAC,SAAS,CAAC;IACtD,CAAC;IAKH,qCAAC;AAAD,CAAC,AArBD,IAqBC;AArBY,wEAA8B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { AudioSettingsDropdownOption, AudioSettingsDropdownSeparator, } from './component';
|
|
2
|
-
export {
|
|
2
|
+
export { AudioSettingsDropdownInterface, } from './types';
|
|
@@ -6,7 +6,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
6
6
|
* To make this dropdown appear, the user needs to enter with audio, either listen only
|
|
7
7
|
* or microphone. This will make a small downward arrow appear (chevron).
|
|
8
8
|
*/
|
|
9
|
-
export interface
|
|
9
|
+
export interface AudioSettingsDropdownInterface extends PluginProvidedUiItemDescriptor {
|
|
10
10
|
}
|
|
11
11
|
export interface AudioSettingsDropdownOptionProps {
|
|
12
12
|
label: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CameraSettingsDropdownItemType } from './enums';
|
|
2
|
-
import {
|
|
3
|
-
export declare class CameraSettingsDropdownOption implements
|
|
2
|
+
import { CameraSettingsDropdownInterface, CameraSettingsDropdownOptionProps } from './types';
|
|
3
|
+
export declare class CameraSettingsDropdownOption implements CameraSettingsDropdownInterface {
|
|
4
4
|
id: string;
|
|
5
5
|
type: CameraSettingsDropdownItemType;
|
|
6
6
|
label: string;
|
|
@@ -19,7 +19,7 @@ export declare class CameraSettingsDropdownOption implements CameraSettingsDropd
|
|
|
19
19
|
constructor({ label, icon, onClick, }: CameraSettingsDropdownOptionProps);
|
|
20
20
|
setItemId: (id: string) => void;
|
|
21
21
|
}
|
|
22
|
-
export declare class CameraSettingsDropdownSeparator implements
|
|
22
|
+
export declare class CameraSettingsDropdownSeparator implements CameraSettingsDropdownInterface {
|
|
23
23
|
id: string;
|
|
24
24
|
type: CameraSettingsDropdownItemType;
|
|
25
25
|
/**
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CameraSettingsDropdownSeparator = exports.CameraSettingsDropdownOption = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
|
-
//
|
|
5
|
+
// CameraSettingsDropdown Extensible Area
|
|
6
6
|
var CameraSettingsDropdownOption = /** @class */ (function () {
|
|
7
7
|
/**
|
|
8
8
|
* Returns object to be used in the setter for the camera settings dropdown. In this case,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/camera-settings-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAyD;AAKzD,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/camera-settings-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAyD;AAKzD,yCAAyC;AAEzC;IAWE;;;;;;;;;OASG;IACH,sCAAY,EAEwB;YADlC,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,uCAAgC,EAAE,CAAE,CAAC;QACjD,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,sCAA8B,CAAC,MAAM,CAAC;IACpD,CAAC;IAKH,mCAAC;AAAD,CAAC,AAjCD,IAiCC;AAjCY,oEAA4B;AAmCzC;IAKE;;;;;;;;OAQG;IACH;QAAA,iBAEC;QAfD,OAAE,GAAW,EAAE,CAAC;QAiBhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,0CAAmC,EAAE,CAAE,CAAC;QACpD,CAAC,CAAC;QALA,IAAI,CAAC,IAAI,GAAG,sCAA8B,CAAC,SAAS,CAAC;IACvD,CAAC;IAKH,sCAAC;AAAD,CAAC,AArBD,IAqBC;AArBY,0EAA+B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { CameraSettingsDropdownOption, CameraSettingsDropdownSeparator, } from './component';
|
|
2
|
-
export {
|
|
2
|
+
export { CameraSettingsDropdownInterface, } from './types';
|
|
@@ -6,7 +6,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
6
6
|
* To make this dropdown appear, the user needs to enter with webcam.
|
|
7
7
|
* This will make a small downward arrow appear in the camera icon (the chevron).
|
|
8
8
|
*/
|
|
9
|
-
export interface
|
|
9
|
+
export interface CameraSettingsDropdownInterface extends PluginProvidedUiItemDescriptor {
|
|
10
10
|
}
|
|
11
11
|
export interface CameraSettingsDropdownOptionProps {
|
|
12
12
|
label: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NavBarItemType, NavBarItemPosition } from './enums';
|
|
2
|
-
import {
|
|
3
|
-
export declare class NavBarButton implements
|
|
2
|
+
import { NavBarInterface, NavBarButtonProps, NavBarInfoProps } from './types';
|
|
3
|
+
export declare class NavBarButton implements NavBarInterface {
|
|
4
4
|
id: string;
|
|
5
5
|
type: NavBarItemType;
|
|
6
6
|
label: string;
|
|
@@ -29,7 +29,7 @@ export declare class NavBarButton implements NavBarItem {
|
|
|
29
29
|
constructor({ label, icon, tooltip, disabled, onClick, position, hasSeparator, }: NavBarButtonProps);
|
|
30
30
|
setItemId: (id: string) => void;
|
|
31
31
|
}
|
|
32
|
-
export declare class NavBarInfo implements
|
|
32
|
+
export declare class NavBarInfo implements NavBarInterface {
|
|
33
33
|
id: string;
|
|
34
34
|
type: NavBarItemType;
|
|
35
35
|
label: string;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.NavBarInfo = exports.NavBarButton = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
|
-
//
|
|
5
|
+
// NavBar Extensible Area
|
|
6
6
|
var NavBarButton = /** @class */ (function () {
|
|
7
7
|
/**
|
|
8
8
|
* Returns object to be used in the setter for the Navigation Bar. In this case,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/nav-bar-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAA6D;AAM7D,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/nav-bar-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAA6D;AAM7D,yBAAyB;AAEzB;IAmBE;;;;;;;;;;;;;;;OAeG;IACH,sBAAY,EAGQ;YAFlB,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,eAAY,EAAZ,OAAO,mBAAG,EAAE,KAAA,EAAE,gBAAe,EAAf,QAAQ,mBAAG,IAAI,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA,EACxE,gBAAmC,EAAnC,QAAQ,mBAAG,0BAAkB,CAAC,KAAK,KAAA,EAAE,oBAAmB,EAAnB,YAAY,mBAAG,IAAI,KAAA;QAF1D,iBAYC;QA9CD,OAAE,GAAW,EAAE,CAAC;QAgDhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,uBAAgB,EAAE,CAAE,CAAC;QACjC,CAAC,CAAC;QAZA,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,sBAAc,CAAC,MAAM,CAAC;QAClC,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;QACjC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC3B,CAAC;IAKH,mBAAC;AAAD,CAAC,AApDD,IAoDC;AApDY,oCAAY;AAsDzB;IAWE;;;;;;;;;;;OAWG;IACH,oBAAY,EAGM;YAFhB,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,gBAAmC,EAAnC,QAAQ,mBAAG,0BAAkB,CAAC,KAAK,KAAA,EAC/C,oBAAmB,EAAnB,YAAY,mBAAG,IAAI,KAAA;QAFrB,iBAQC;QA9BD,OAAE,GAAW,EAAE,CAAC;QAgChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,qBAAc,EAAE,CAAE,CAAC;QAC/B,CAAC,CAAC;QARA,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,sBAAc,CAAC,IAAI,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;IACnC,CAAC;IAKH,iBAAC;AAAD,CAAC,AApCD,IAoCC;AApCY,gCAAU"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PluginProvidedUiItemDescriptor } from '../base';
|
|
2
2
|
import { NavBarItemPosition } from './enums';
|
|
3
|
-
export interface
|
|
3
|
+
export interface NavBarInterface extends PluginProvidedUiItemDescriptor {
|
|
4
4
|
position: NavBarItemPosition;
|
|
5
5
|
hasSeparator: boolean;
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OptionsDropdownItemType } from './enums';
|
|
2
|
-
import {
|
|
3
|
-
export declare class OptionsDropdownOption implements
|
|
2
|
+
import { OptionsDropdownInterface, OptionsDropdownOptionProps } from './types';
|
|
3
|
+
export declare class OptionsDropdownOption implements OptionsDropdownInterface {
|
|
4
4
|
id: string;
|
|
5
5
|
type: OptionsDropdownItemType;
|
|
6
6
|
label: string;
|
|
@@ -19,7 +19,7 @@ export declare class OptionsDropdownOption implements OptionsDropdownItem {
|
|
|
19
19
|
constructor({ label, icon, onClick, }: OptionsDropdownOptionProps);
|
|
20
20
|
setItemId: (id: string) => void;
|
|
21
21
|
}
|
|
22
|
-
export declare class OptionsDropdownSeparator implements
|
|
22
|
+
export declare class OptionsDropdownSeparator implements OptionsDropdownInterface {
|
|
23
23
|
id: string;
|
|
24
24
|
type: OptionsDropdownItemType;
|
|
25
25
|
/**
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OptionsDropdownSeparator = exports.OptionsDropdownOption = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
|
-
//
|
|
5
|
+
// OptionsDropdown Extensible Area
|
|
6
6
|
var OptionsDropdownOption = /** @class */ (function () {
|
|
7
7
|
/**
|
|
8
8
|
* Returns object to be used in the setter for the Options Dropdown. In this case,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/options-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAkD;AAKlD,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/options-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAkD;AAKlD,kCAAkC;AAElC;IAWE;;;;;;;;;OASG;IACH,+BAAY,EAEiB;YAD3B,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,gCAAyB,EAAE,CAAE,CAAC;QAC1C,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,+BAAuB,CAAC,MAAM,CAAC;IAC7C,CAAC;IAKH,4BAAC;AAAD,CAAC,AAjCD,IAiCC;AAjCY,sDAAqB;AAmClC;IAKE;;;;;OAKG;IACH;QAAA,iBAEC;QAZD,OAAE,GAAW,EAAE,CAAC;QAchB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,mCAA4B,EAAE,CAAE,CAAC;QAC7C,CAAC,CAAC;QALA,IAAI,CAAC,IAAI,GAAG,+BAAuB,CAAC,SAAS,CAAC;IAChD,CAAC;IAKH,+BAAC;AAAD,CAAC,AAlBD,IAkBC;AAlBY,4DAAwB"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { OptionsDropdownOption, OptionsDropdownSeparator, } from './component';
|
|
2
|
-
export {
|
|
2
|
+
export { OptionsDropdownInterface, } from './types';
|
|
@@ -6,7 +6,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
6
6
|
* This dropdown is related to the options menu on the top right corner of the UI
|
|
7
7
|
* (the 3 dots)
|
|
8
8
|
*/
|
|
9
|
-
export interface
|
|
9
|
+
export interface OptionsDropdownInterface extends PluginProvidedUiItemDescriptor {
|
|
10
10
|
}
|
|
11
11
|
export interface OptionsDropdownOptionProps {
|
|
12
12
|
label: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PresentationDropdownItemType } from './enums';
|
|
2
|
-
import {
|
|
3
|
-
export declare class PresentationDropdownOption implements
|
|
2
|
+
import { PresentationDropdownInterface, PresentationDropdownOptionProps } from './types';
|
|
3
|
+
export declare class PresentationDropdownOption implements PresentationDropdownInterface {
|
|
4
4
|
id: string;
|
|
5
5
|
type: PresentationDropdownItemType;
|
|
6
6
|
label: string;
|
|
@@ -20,7 +20,7 @@ export declare class PresentationDropdownOption implements PresentationDropdownI
|
|
|
20
20
|
constructor({ label, icon, onClick, }: PresentationDropdownOptionProps);
|
|
21
21
|
setItemId: (id: string) => void;
|
|
22
22
|
}
|
|
23
|
-
export declare class PresentationDropdownSeparator implements
|
|
23
|
+
export declare class PresentationDropdownSeparator implements PresentationDropdownInterface {
|
|
24
24
|
id: string;
|
|
25
25
|
type: PresentationDropdownItemType;
|
|
26
26
|
/**
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PresentationDropdownSeparator = exports.PresentationDropdownOption = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
|
-
//
|
|
5
|
+
// PresentationDropdown Extensible Area
|
|
6
6
|
var PresentationDropdownOption = /** @class */ (function () {
|
|
7
7
|
/**
|
|
8
8
|
* Returns object to be used in the setter for the Presentation Dropdown. In this case,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/presentation-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAuD;AAKvD,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/presentation-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAuD;AAKvD,uCAAuC;AAEvC;IAWE;;;;;;;;;;OAUG;IACH,oCAAY,EAEsB;YADhC,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA;QAD3C,iBAOC;QA5BD,OAAE,GAAW,EAAE,CAAC;QA8BhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,qCAA8B,EAAE,CAAE,CAAC;QAC/C,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,oCAA4B,CAAC,MAAM,CAAC;IAClD,CAAC;IAKH,iCAAC;AAAD,CAAC,AAlCD,IAkCC;AAlCY,gEAA0B;AAoCvC;IAKE;;;;;OAKG;IACH;QAAA,iBAEC;QAZD,OAAE,GAAW,EAAE,CAAC;QAchB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,wCAAiC,EAAE,CAAE,CAAC;QAClD,CAAC,CAAC;QALA,IAAI,CAAC,IAAI,GAAG,oCAA4B,CAAC,SAAS,CAAC;IACrD,CAAC;IAKH,oCAAC;AAAD,CAAC,AAlBD,IAkBC;AAlBY,sEAA6B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { PresentationDropdownOption, PresentationDropdownSeparator, } from './component';
|
|
2
|
-
export {
|
|
2
|
+
export { PresentationDropdownInterface, } from './types';
|
|
@@ -6,7 +6,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
6
6
|
* This dropdown is located when clicking the three dots on the top left corner
|
|
7
7
|
* of the presentation area.
|
|
8
8
|
*/
|
|
9
|
-
export interface
|
|
9
|
+
export interface PresentationDropdownInterface extends PluginProvidedUiItemDescriptor {
|
|
10
10
|
}
|
|
11
11
|
export interface PresentationDropdownOptionProps {
|
|
12
12
|
label: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PresentationToolbarItemType } from './enums';
|
|
2
|
-
import {
|
|
3
|
-
export declare class PresentationToolbarButton implements
|
|
2
|
+
import { PresentationToolbarInterface, PresentationToolbarButtonProps } from './types';
|
|
3
|
+
export declare class PresentationToolbarButton implements PresentationToolbarInterface {
|
|
4
4
|
id: string;
|
|
5
5
|
type: PresentationToolbarItemType;
|
|
6
6
|
label: string;
|
|
@@ -19,7 +19,7 @@ export declare class PresentationToolbarButton implements PresentationToolbarIte
|
|
|
19
19
|
constructor({ label, tooltip, onClick }: PresentationToolbarButtonProps);
|
|
20
20
|
setItemId: (id: string) => void;
|
|
21
21
|
}
|
|
22
|
-
export declare class PresentationToolbarSpinner implements
|
|
22
|
+
export declare class PresentationToolbarSpinner implements PresentationToolbarInterface {
|
|
23
23
|
id: string;
|
|
24
24
|
type: PresentationToolbarItemType;
|
|
25
25
|
/**
|
|
@@ -31,7 +31,7 @@ export declare class PresentationToolbarSpinner implements PresentationToolbarIt
|
|
|
31
31
|
constructor();
|
|
32
32
|
setItemId: (id: string) => void;
|
|
33
33
|
}
|
|
34
|
-
export declare class PresentationToolbarSeparator implements
|
|
34
|
+
export declare class PresentationToolbarSeparator implements PresentationToolbarInterface {
|
|
35
35
|
id: string;
|
|
36
36
|
type: PresentationToolbarItemType;
|
|
37
37
|
/**
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PresentationToolbarSeparator = exports.PresentationToolbarSpinner = exports.PresentationToolbarButton = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
|
-
//
|
|
5
|
+
// PresentationToolbar Extensible Area
|
|
6
6
|
var PresentationToolbarButton = /** @class */ (function () {
|
|
7
7
|
/**
|
|
8
8
|
* Returns object to be used in the setter for presentation toolbar. In this case
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/presentation-toolbar-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAsD;AAKtD,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/presentation-toolbar-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAsD;AAKtD,sCAAsC;AAEtC;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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { PresentationToolbarButton, PresentationToolbarSpinner, PresentationToolbarSeparator, } from './component';
|
|
2
|
-
export {
|
|
2
|
+
export { PresentationToolbarInterface, } from './types';
|
|
@@ -2,7 +2,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
2
2
|
/**
|
|
3
3
|
* Interface for a generic item for presentation toolbar.
|
|
4
4
|
*/
|
|
5
|
-
export interface
|
|
5
|
+
export interface PresentationToolbarInterface extends PluginProvidedUiItemDescriptor {
|
|
6
6
|
}
|
|
7
7
|
export interface PresentationToolbarButtonProps {
|
|
8
8
|
label: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UserCameraDropdownItemType } from './enums';
|
|
2
|
-
import {
|
|
3
|
-
export declare class UserCameraDropdownOption implements
|
|
2
|
+
import { UserCameraDropdownInterface, UserCameraDropdownOptionProps } from './types';
|
|
3
|
+
export declare class UserCameraDropdownOption implements UserCameraDropdownInterface {
|
|
4
4
|
id: string;
|
|
5
5
|
type: UserCameraDropdownItemType;
|
|
6
6
|
label: string;
|
|
@@ -19,7 +19,7 @@ export declare class UserCameraDropdownOption implements UserCameraDropdownItem
|
|
|
19
19
|
constructor({ label, icon, onClick, }: UserCameraDropdownOptionProps);
|
|
20
20
|
setItemId: (id: string) => void;
|
|
21
21
|
}
|
|
22
|
-
export declare class UserCameraDropdownSeparator implements
|
|
22
|
+
export declare class UserCameraDropdownSeparator implements UserCameraDropdownInterface {
|
|
23
23
|
id: string;
|
|
24
24
|
type: UserCameraDropdownItemType;
|
|
25
25
|
/**
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UserCameraDropdownSeparator = exports.UserCameraDropdownOption = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
|
-
//
|
|
5
|
+
// UserCameraDropdown Extensible Area
|
|
6
6
|
var UserCameraDropdownOption = /** @class */ (function () {
|
|
7
7
|
/**
|
|
8
8
|
* Returns object to be used in the setter for User Camera Dropdown. In this case
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-camera-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAqD;AAKrD,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-camera-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAqD;AAKrD,qCAAqC;AAErC;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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { UserCameraDropdownOption, UserCameraDropdownSeparator, } from './component';
|
|
2
|
-
export {
|
|
2
|
+
export { UserCameraDropdownInterface, } from './types';
|
|
@@ -5,7 +5,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
5
5
|
* @remarks
|
|
6
6
|
* This dropdown is located on the bottom left corner of the user webcam area
|
|
7
7
|
*/
|
|
8
|
-
export interface
|
|
8
|
+
export interface UserCameraDropdownInterface extends PluginProvidedUiItemDescriptor {
|
|
9
9
|
}
|
|
10
10
|
export interface UserCameraDropdownOptionProps {
|
|
11
11
|
label: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { UserListDropdownInterface, UserListDropdownOptionProps, UserListDropdownSeparatorProps, UserListDropdownInformationProps } from './types';
|
|
2
2
|
import { UserListDropdownItemType } from './enums';
|
|
3
|
-
export declare class UserListDropdownOption implements
|
|
3
|
+
export declare class UserListDropdownOption implements UserListDropdownInterface {
|
|
4
4
|
id: string;
|
|
5
5
|
userId: string;
|
|
6
6
|
type: UserListDropdownItemType;
|
|
@@ -26,7 +26,7 @@ export declare class UserListDropdownOption implements UserListDropdownItem {
|
|
|
26
26
|
constructor({ label, icon, tooltip, allowed, onClick, userId, }: UserListDropdownOptionProps);
|
|
27
27
|
setItemId: (id: string) => void;
|
|
28
28
|
}
|
|
29
|
-
export declare class UserListDropdownSeparator implements
|
|
29
|
+
export declare class UserListDropdownSeparator implements UserListDropdownInterface {
|
|
30
30
|
id: string;
|
|
31
31
|
userId: string;
|
|
32
32
|
type: UserListDropdownItemType;
|
|
@@ -42,7 +42,7 @@ export declare class UserListDropdownSeparator implements UserListDropdownItem {
|
|
|
42
42
|
constructor({ userId }: UserListDropdownSeparatorProps);
|
|
43
43
|
setItemId: (id: string) => void;
|
|
44
44
|
}
|
|
45
|
-
export declare class UserListDropdownInformation implements
|
|
45
|
+
export declare class UserListDropdownInformation implements UserListDropdownInterface {
|
|
46
46
|
id: string;
|
|
47
47
|
userId: string;
|
|
48
48
|
type: UserListDropdownItemType;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UserListDropdownInformation = exports.UserListDropdownSeparator = exports.UserListDropdownOption = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
|
-
//
|
|
5
|
+
// UserListDropdown Extensible Area
|
|
6
6
|
var UserListDropdownOption = /** @class */ (function () {
|
|
7
7
|
/**
|
|
8
8
|
* Returns object to be used in the setter for the User List Dropdown. In this case,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-list-dropdown-item/component.ts"],"names":[],"mappings":";;;AAIA,iCAAmD;AAEnD,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-list-dropdown-item/component.ts"],"names":[],"mappings":";;;AAIA,iCAAmD;AAEnD,mCAAmC;AAEnC;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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { UserListDropdownOption, UserListDropdownSeparator, UserListDropdownInformation, } from './component';
|
|
2
|
-
export {
|
|
2
|
+
export { UserListDropdownInterface, } from './types';
|
|
@@ -6,7 +6,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
6
6
|
* This dropdown is located on the bottom left corner of the user webcam area.
|
|
7
7
|
* Mandatory to have the `userId`
|
|
8
8
|
*/
|
|
9
|
-
export interface
|
|
9
|
+
export interface UserListDropdownInterface extends PluginProvidedUiItemDescriptor {
|
|
10
10
|
userId: string;
|
|
11
11
|
}
|
|
12
12
|
export interface UserListDropdownOptionProps {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UserListItemAdditionalInformationType } from './enums';
|
|
2
|
-
import {
|
|
3
|
-
export declare class UserListItemIcon implements
|
|
2
|
+
import { UserListItemAdditionalInformationInterface, UserListItemIconProps, UserListItemLabelProps } from './types';
|
|
3
|
+
export declare class UserListItemIcon implements UserListItemAdditionalInformationInterface {
|
|
4
4
|
id: string;
|
|
5
5
|
type: UserListItemAdditionalInformationType;
|
|
6
6
|
userId: string;
|
|
@@ -19,7 +19,7 @@ export declare class UserListItemIcon implements UserListItemAdditionalInformati
|
|
|
19
19
|
constructor({ icon, userId, }: UserListItemIconProps);
|
|
20
20
|
setItemId: (id: string) => void;
|
|
21
21
|
}
|
|
22
|
-
export declare class UserListItemLabel implements
|
|
22
|
+
export declare class UserListItemLabel implements UserListItemAdditionalInformationInterface {
|
|
23
23
|
id: string;
|
|
24
24
|
type: UserListItemAdditionalInformationType;
|
|
25
25
|
userId: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { UserListItemIcon, UserListItemLabel, } from './component';
|
|
2
|
-
export {
|
|
2
|
+
export { UserListItemAdditionalInformationInterface, } from './types';
|
|
@@ -7,7 +7,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
7
7
|
* to add icons, and labels, for now.
|
|
8
8
|
* Mandatory to have the `userId`
|
|
9
9
|
*/
|
|
10
|
-
export interface
|
|
10
|
+
export interface UserListItemAdditionalInformationInterface extends PluginProvidedUiItemDescriptor {
|
|
11
11
|
userId: string;
|
|
12
12
|
}
|
|
13
13
|
export interface UserListItemIconProps {
|