bigbluebutton-html-plugin-sdk 0.0.65 → 0.0.67
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/README.md +60 -24
- package/dist/cjs/core/api/BbbPluginSdk.js +2 -0
- package/dist/cjs/core/api/BbbPluginSdk.js.map +1 -1
- package/dist/cjs/core/api/types.d.ts +9 -0
- package/dist/cjs/event-persistence/enums.d.ts +3 -0
- package/dist/cjs/event-persistence/enums.js +8 -0
- package/dist/cjs/event-persistence/enums.js.map +1 -0
- package/dist/cjs/event-persistence/hooks.d.ts +1 -0
- package/dist/cjs/event-persistence/hooks.js +15 -0
- package/dist/cjs/event-persistence/hooks.js.map +1 -0
- package/dist/cjs/event-persistence/types.d.ts +6 -0
- package/dist/cjs/event-persistence/types.js +3 -0
- package/dist/cjs/event-persistence/types.js.map +1 -0
- package/dist/cjs/extensible-areas/action-button-dropdown-item/component.d.ts +1 -1
- package/dist/cjs/extensible-areas/action-button-dropdown-item/component.js +4 -1
- package/dist/cjs/extensible-areas/action-button-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/action-button-dropdown-item/types.d.ts +1 -0
- package/dist/cjs/extensible-areas/actions-bar-item/component.d.ts +1 -1
- package/dist/cjs/extensible-areas/actions-bar-item/component.js +4 -1
- package/dist/cjs/extensible-areas/actions-bar-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/actions-bar-item/types.d.ts +1 -0
- package/dist/cjs/extensible-areas/audio-settings-dropdown-item/component.d.ts +1 -1
- package/dist/cjs/extensible-areas/audio-settings-dropdown-item/component.js +4 -1
- package/dist/cjs/extensible-areas/audio-settings-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/audio-settings-dropdown-item/types.d.ts +1 -0
- package/dist/cjs/extensible-areas/camera-settings-dropdown-item/component.d.ts +1 -1
- package/dist/cjs/extensible-areas/camera-settings-dropdown-item/component.js +4 -1
- package/dist/cjs/extensible-areas/camera-settings-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/camera-settings-dropdown-item/types.d.ts +1 -0
- package/dist/cjs/extensible-areas/floating-window/component.d.ts +1 -1
- package/dist/cjs/extensible-areas/floating-window/component.js +4 -1
- package/dist/cjs/extensible-areas/floating-window/component.js.map +1 -1
- package/dist/cjs/extensible-areas/floating-window/types.d.ts +1 -0
- package/dist/cjs/extensible-areas/generic-content-item/component.d.ts +2 -2
- package/dist/cjs/extensible-areas/generic-content-item/component.js +8 -2
- package/dist/cjs/extensible-areas/generic-content-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/generic-content-item/types.d.ts +2 -0
- package/dist/cjs/extensible-areas/nav-bar-item/component.d.ts +2 -2
- package/dist/cjs/extensible-areas/nav-bar-item/component.js +8 -2
- package/dist/cjs/extensible-areas/nav-bar-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/nav-bar-item/types.d.ts +2 -0
- package/dist/cjs/extensible-areas/options-dropdown-item/component.d.ts +1 -1
- package/dist/cjs/extensible-areas/options-dropdown-item/component.js +4 -1
- package/dist/cjs/extensible-areas/options-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/options-dropdown-item/types.d.ts +1 -0
- package/dist/cjs/extensible-areas/presentation-dropdown-item/component.d.ts +1 -1
- package/dist/cjs/extensible-areas/presentation-dropdown-item/component.js +4 -1
- package/dist/cjs/extensible-areas/presentation-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/presentation-dropdown-item/types.d.ts +1 -0
- package/dist/cjs/extensible-areas/presentation-toolbar-item/component.d.ts +1 -1
- package/dist/cjs/extensible-areas/presentation-toolbar-item/component.js +6 -3
- package/dist/cjs/extensible-areas/presentation-toolbar-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/presentation-toolbar-item/types.d.ts +1 -0
- package/dist/cjs/extensible-areas/screenshare-helper-item/component.d.ts +1 -1
- package/dist/cjs/extensible-areas/screenshare-helper-item/component.js +4 -1
- package/dist/cjs/extensible-areas/screenshare-helper-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/screenshare-helper-item/types.d.ts +1 -0
- package/dist/cjs/extensible-areas/user-camera-dropdown-item/component.d.ts +1 -1
- package/dist/cjs/extensible-areas/user-camera-dropdown-item/component.js +4 -1
- package/dist/cjs/extensible-areas/user-camera-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/user-camera-dropdown-item/types.d.ts +1 -0
- package/dist/cjs/extensible-areas/user-camera-helper-item/component.d.ts +1 -1
- package/dist/cjs/extensible-areas/user-camera-helper-item/component.js +4 -1
- package/dist/cjs/extensible-areas/user-camera-helper-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/user-camera-helper-item/types.d.ts +1 -0
- package/dist/cjs/extensible-areas/user-list-dropdown-item/component.d.ts +3 -3
- package/dist/cjs/extensible-areas/user-list-dropdown-item/component.js +12 -3
- package/dist/cjs/extensible-areas/user-list-dropdown-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/user-list-dropdown-item/types.d.ts +3 -0
- package/dist/cjs/extensible-areas/user-list-item-additional-information/component.d.ts +2 -2
- package/dist/cjs/extensible-areas/user-list-item-additional-information/component.js +8 -2
- package/dist/cjs/extensible-areas/user-list-item-additional-information/component.js.map +1 -1
- package/dist/cjs/extensible-areas/user-list-item-additional-information/types.d.ts +2 -0
- package/package.json +1 -1
|
@@ -5,6 +5,7 @@ export interface NavBarInterface extends PluginProvidedUiItemDescriptor {
|
|
|
5
5
|
hasSeparator: boolean;
|
|
6
6
|
}
|
|
7
7
|
export interface NavBarButtonProps {
|
|
8
|
+
id?: string;
|
|
8
9
|
label: string;
|
|
9
10
|
icon: string;
|
|
10
11
|
tooltip: string;
|
|
@@ -14,6 +15,7 @@ export interface NavBarButtonProps {
|
|
|
14
15
|
onClick: () => void;
|
|
15
16
|
}
|
|
16
17
|
export interface NavBarInfoProps {
|
|
18
|
+
id?: string;
|
|
17
19
|
label: string;
|
|
18
20
|
hasSeparator: boolean;
|
|
19
21
|
position: NavBarItemPosition;
|
|
@@ -16,7 +16,7 @@ export declare class OptionsDropdownOption implements OptionsDropdownInterface {
|
|
|
16
16
|
*
|
|
17
17
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
18
18
|
*/
|
|
19
|
-
constructor({ label, icon, onClick, }: OptionsDropdownOptionProps);
|
|
19
|
+
constructor({ id, label, icon, onClick, }: OptionsDropdownOptionProps);
|
|
20
20
|
setItemId: (id: string) => void;
|
|
21
21
|
}
|
|
22
22
|
export declare class OptionsDropdownSeparator implements OptionsDropdownInterface {
|
|
@@ -15,12 +15,15 @@ var OptionsDropdownOption = /** @class */ (function () {
|
|
|
15
15
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
16
16
|
*/
|
|
17
17
|
function OptionsDropdownOption(_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;
|
|
18
|
+
var id = _a.id, _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
19
|
var _this = this;
|
|
20
20
|
this.id = '';
|
|
21
21
|
this.setItemId = function (id) {
|
|
22
22
|
_this.id = "OptionsDropdownOption_".concat(id);
|
|
23
23
|
};
|
|
24
|
+
if (id) {
|
|
25
|
+
this.id = id;
|
|
26
|
+
}
|
|
24
27
|
this.label = label;
|
|
25
28
|
this.icon = icon;
|
|
26
29
|
this.onClick = onClick;
|
|
@@ -1 +1 @@
|
|
|
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;
|
|
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,EAAE,QAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA;QAD/C,iBAUC;QA9BD,OAAE,GAAW,EAAE,CAAC;QAgChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,gCAAyB,EAAE,CAAE,CAAC;QAC1C,CAAC,CAAC;QAXA,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,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,AApCD,IAoCC;AApCY,sDAAqB;AAsClC;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"}
|
|
@@ -9,6 +9,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
9
9
|
export interface OptionsDropdownInterface extends PluginProvidedUiItemDescriptor {
|
|
10
10
|
}
|
|
11
11
|
export interface OptionsDropdownOptionProps {
|
|
12
|
+
id?: string;
|
|
12
13
|
label: string;
|
|
13
14
|
icon: string;
|
|
14
15
|
onClick: () => void;
|
|
@@ -17,7 +17,7 @@ export declare class PresentationDropdownOption implements PresentationDropdownI
|
|
|
17
17
|
*
|
|
18
18
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
19
19
|
*/
|
|
20
|
-
constructor({ label, icon, onClick, }: PresentationDropdownOptionProps);
|
|
20
|
+
constructor({ id, label, icon, onClick, }: PresentationDropdownOptionProps);
|
|
21
21
|
setItemId: (id: string) => void;
|
|
22
22
|
}
|
|
23
23
|
export declare class PresentationDropdownSeparator implements PresentationDropdownInterface {
|
|
@@ -16,12 +16,15 @@ var PresentationDropdownOption = /** @class */ (function () {
|
|
|
16
16
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
17
17
|
*/
|
|
18
18
|
function PresentationDropdownOption(_a) {
|
|
19
|
-
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 id = _a.id, _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;
|
|
20
20
|
var _this = this;
|
|
21
21
|
this.id = '';
|
|
22
22
|
this.setItemId = function (id) {
|
|
23
23
|
_this.id = "PresentationDropdownOption_".concat(id);
|
|
24
24
|
};
|
|
25
|
+
if (id) {
|
|
26
|
+
this.id = id;
|
|
27
|
+
}
|
|
25
28
|
this.label = label;
|
|
26
29
|
this.icon = icon;
|
|
27
30
|
this.onClick = onClick;
|
|
@@ -1 +1 @@
|
|
|
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;
|
|
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,EAAE,QAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA;QAD/C,iBAUC;QA/BD,OAAE,GAAW,EAAE,CAAC;QAiChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,qCAA8B,EAAE,CAAE,CAAC;QAC/C,CAAC,CAAC;QAXA,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,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,AArCD,IAqCC;AArCY,gEAA0B;AAuCvC;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"}
|
|
@@ -9,6 +9,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
9
9
|
export interface PresentationDropdownInterface extends PluginProvidedUiItemDescriptor {
|
|
10
10
|
}
|
|
11
11
|
export interface PresentationDropdownOptionProps {
|
|
12
|
+
id?: string;
|
|
12
13
|
label: string;
|
|
13
14
|
icon: string;
|
|
14
15
|
onClick: () => void;
|
|
@@ -19,7 +19,7 @@ export declare class PresentationToolbarButton implements PresentationToolbarInt
|
|
|
19
19
|
*
|
|
20
20
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
21
21
|
*/
|
|
22
|
-
constructor({ label, tooltip, onClick, style, }: PresentationToolbarButtonProps);
|
|
22
|
+
constructor({ id, label, tooltip, onClick, style, }: PresentationToolbarButtonProps);
|
|
23
23
|
setItemId: (id: string) => void;
|
|
24
24
|
}
|
|
25
25
|
export declare class PresentationToolbarSpinner implements PresentationToolbarInterface {
|
|
@@ -16,12 +16,15 @@ var PresentationToolbarButton = /** @class */ (function () {
|
|
|
16
16
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
17
17
|
*/
|
|
18
18
|
function PresentationToolbarButton(_a) {
|
|
19
|
-
var _b = _a.label, label = _b === void 0 ? '' : _b, _c = _a.tooltip, tooltip = _c === void 0 ? '' : _c, _d = _a.onClick, onClick = _d === void 0 ? function () { } : _d, _e = _a.style, style = _e === void 0 ? {} : _e;
|
|
19
|
+
var id = _a.id, _b = _a.label, label = _b === void 0 ? '' : _b, _c = _a.tooltip, tooltip = _c === void 0 ? '' : _c, _d = _a.onClick, onClick = _d === void 0 ? function () { } : _d, _e = _a.style, style = _e === void 0 ? {} : _e;
|
|
20
20
|
var _this = this;
|
|
21
21
|
this.id = '';
|
|
22
22
|
this.setItemId = function (id) {
|
|
23
23
|
_this.id = "PresentationToolbarButton_".concat(id);
|
|
24
24
|
};
|
|
25
|
+
if (id) {
|
|
26
|
+
this.id = id;
|
|
27
|
+
}
|
|
25
28
|
this.label = label;
|
|
26
29
|
this.tooltip = tooltip;
|
|
27
30
|
this.onClick = onClick;
|
|
@@ -42,7 +45,7 @@ var PresentationToolbarSpinner = /** @class */ (function () {
|
|
|
42
45
|
var _this = this;
|
|
43
46
|
this.id = '';
|
|
44
47
|
this.setItemId = function (id) {
|
|
45
|
-
_this.id = "
|
|
48
|
+
_this.id = "PresentationToolbarSpinner_".concat(id);
|
|
46
49
|
};
|
|
47
50
|
this.type = enums_1.PresentationToolbarItemType.SPINNER;
|
|
48
51
|
}
|
|
@@ -60,7 +63,7 @@ var PresentationToolbarSeparator = /** @class */ (function () {
|
|
|
60
63
|
var _this = this;
|
|
61
64
|
this.id = '';
|
|
62
65
|
this.setItemId = function (id) {
|
|
63
|
-
_this.id = "
|
|
66
|
+
_this.id = "PresentationToolbarSeparator_".concat(id);
|
|
64
67
|
};
|
|
65
68
|
this.type = enums_1.PresentationToolbarItemType.SEPARATOR;
|
|
66
69
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/presentation-toolbar-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAsD;AAKtD,sCAAsC;AAEtC;IAaE;;;;;;;;;;OAUG;IACH,mCAAY,EAEqB;YAD/B,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,eAAY,EAAZ,OAAO,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA;
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/presentation-toolbar-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAsD;AAKtD,sCAAsC;AAEtC;IAaE;;;;;;;;;;OAUG;IACH,mCAAY,EAEqB;YAD/B,EAAE,QAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,eAAY,EAAZ,OAAO,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA;QAD9D,iBAWC;QAlCD,OAAE,GAAW,EAAE,CAAC;QAoChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,oCAA6B,EAAE,CAAE,CAAC;QAC9C,CAAC,CAAC;QAZA,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,mCAA2B,CAAC,MAAM,CAAC;IACjD,CAAC;IAKH,gCAAC;AAAD,CAAC,AAxCD,IAwCC;AAxCY,8DAAyB;AA0CtC;IAKE;;;;;OAKG;IACH;QAAA,iBAEC;QAZD,OAAE,GAAW,EAAE,CAAC;QAchB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,qCAA8B,EAAE,CAAE,CAAC;QAC/C,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,uCAAgC,EAAE,CAAE,CAAC;QACjD,CAAC,CAAC;QALA,IAAI,CAAC,IAAI,GAAG,mCAA2B,CAAC,SAAS,CAAC;IACpD,CAAC;IAKH,mCAAC;AAAD,CAAC,AAlBD,IAkBC;AAlBY,oEAA4B"}
|
|
@@ -6,6 +6,7 @@ import { PluginProvidedUiItemDescriptor } from '../base';
|
|
|
6
6
|
export interface PresentationToolbarInterface extends PluginProvidedUiItemDescriptor {
|
|
7
7
|
}
|
|
8
8
|
export interface PresentationToolbarButtonProps {
|
|
9
|
+
id?: string;
|
|
9
10
|
label: string;
|
|
10
11
|
tooltip: string;
|
|
11
12
|
style: React.CSSProperties;
|
|
@@ -25,6 +25,6 @@ export declare class ScreenshareHelperButton implements ScreenshareHelperButtonI
|
|
|
25
25
|
*
|
|
26
26
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
27
27
|
*/
|
|
28
|
-
constructor({ label, icon, tooltip, disabled, onClick, position, }: ScreenshareHelperButtonProps);
|
|
28
|
+
constructor({ id, label, icon, tooltip, disabled, onClick, position, }: ScreenshareHelperButtonProps);
|
|
29
29
|
setItemId: (id: string) => void;
|
|
30
30
|
}
|
|
@@ -21,12 +21,15 @@ var ScreenshareHelperButton = /** @class */ (function () {
|
|
|
21
21
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
22
22
|
*/
|
|
23
23
|
function ScreenshareHelperButton(_a) {
|
|
24
|
-
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.disabled, disabled = _e === void 0 ? true : _e, _f = _a.onClick, onClick = _f === void 0 ? function () { } : _f, _g = _a.position, position = _g === void 0 ? enums_1.ScreenshareHelperItemPosition.TOP_RIGHT : _g;
|
|
24
|
+
var id = _a.id, _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.disabled, disabled = _e === void 0 ? true : _e, _f = _a.onClick, onClick = _f === void 0 ? function () { } : _f, _g = _a.position, position = _g === void 0 ? enums_1.ScreenshareHelperItemPosition.TOP_RIGHT : _g;
|
|
25
25
|
var _this = this;
|
|
26
26
|
this.id = '';
|
|
27
27
|
this.setItemId = function (id) {
|
|
28
28
|
_this.id = "ScreenshareHelperButton_".concat(id);
|
|
29
29
|
};
|
|
30
|
+
if (id) {
|
|
31
|
+
this.id = id;
|
|
32
|
+
}
|
|
30
33
|
this.label = label;
|
|
31
34
|
this.icon = icon;
|
|
32
35
|
this.tooltip = tooltip;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/screenshare-helper-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAmF;AAOnF,oCAAoC;AAEpC;IAiBE;;;;;;;;;;;;;;;OAeG;IACH,iCAAY,EAGmB;YAF7B,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,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/screenshare-helper-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAmF;AAOnF,oCAAoC;AAEpC;IAiBE;;;;;;;;;;;;;;;OAeG;IACH,iCAAY,EAGmB;YAF7B,EAAE,QAAA,EAAE,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,EAC5E,gBAAkD,EAAlD,QAAQ,mBAAG,qCAA6B,CAAC,SAAS,KAAA;QAFpD,iBAcC;QA9CD,OAAE,GAAW,EAAE,CAAC;QAgDhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,kCAA2B,EAAE,CAAE,CAAC;QAC5C,CAAC,CAAC;QAdA,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,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,iCAAyB,CAAC,MAAM,CAAC;QAC7C,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC3B,CAAC;IAKH,8BAAC;AAAD,CAAC,AApDD,IAoDC;AApDY,0DAAuB"}
|
|
@@ -16,6 +16,7 @@ export interface ScreenshareHelperButtonInterface extends ScreenshareHelperInter
|
|
|
16
16
|
onClick: (args: ScreenshareHelperButtonOnclickCallback) => void;
|
|
17
17
|
}
|
|
18
18
|
export interface ScreenshareHelperButtonProps {
|
|
19
|
+
id?: string;
|
|
19
20
|
label?: string;
|
|
20
21
|
icon: string;
|
|
21
22
|
tooltip: string;
|
|
@@ -17,7 +17,7 @@ export declare class UserCameraDropdownOption implements UserCameraDropdownInter
|
|
|
17
17
|
*
|
|
18
18
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
19
19
|
*/
|
|
20
|
-
constructor({ label, icon, onClick, displayFunction, }: UserCameraDropdownOptionProps);
|
|
20
|
+
constructor({ id, label, icon, onClick, displayFunction, }: UserCameraDropdownOptionProps);
|
|
21
21
|
setItemId: (id: string) => void;
|
|
22
22
|
}
|
|
23
23
|
export declare class UserCameraDropdownSeparator implements UserCameraDropdownInterface {
|
|
@@ -15,12 +15,15 @@ var UserCameraDropdownOption = /** @class */ (function () {
|
|
|
15
15
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
16
16
|
*/
|
|
17
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, _e = _a.displayFunction, displayFunction = _e === void 0 ? function () { return true; } : _e;
|
|
18
|
+
var id = _a.id, _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, _e = _a.displayFunction, displayFunction = _e === void 0 ? function () { return true; } : _e;
|
|
19
19
|
var _this = this;
|
|
20
20
|
this.id = '';
|
|
21
21
|
this.setItemId = function (id) {
|
|
22
22
|
_this.id = "UserCameraDropdownOption_".concat(id);
|
|
23
23
|
};
|
|
24
|
+
if (id) {
|
|
25
|
+
this.id = id;
|
|
26
|
+
}
|
|
24
27
|
this.displayFunction = displayFunction;
|
|
25
28
|
this.label = label;
|
|
26
29
|
this.icon = icon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-camera-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAqD;AAQrD,qCAAqC;AAErC;IAaE;;;;;;;;;OASG;IACH,kCAAY,EAGoB;YAF9B,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-camera-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAqD;AAQrD,qCAAqC;AAErC;IAaE;;;;;;;;;OASG;IACH,kCAAY,EAGoB;YAF9B,EAAE,QAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA,EAC7C,uBAA4B,EAA5B,eAAe,mBAAG,cAAM,OAAA,IAAI,EAAJ,CAAI,KAAA;QAF9B,iBAYC;QAlCD,OAAE,GAAW,EAAE,CAAC;QAoChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,mCAA4B,EAAE,CAAE,CAAC;QAC7C,CAAC,CAAC;QAZA,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;QACvC,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,AAxCD,IAwCC;AAxCY,4DAAwB;AA0CrC;IAOE;;;;;OAKG;IACH,qCAAY,EAEyD;YAFzD,qBAE0B,EAAE,eAAe,EAAE,cAAM,OAAA,IAAI,EAAJ,CAAI,EAAE,KAAA,EADnE,eAAe,qBAAA;QADjB,iBAKC;QAjBD,OAAE,GAAW,EAAE,CAAC;QAmBhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,sCAA+B,EAAE,CAAE,CAAC;QAChD,CAAC,CAAC;QANA,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;QACvC,IAAI,CAAC,IAAI,GAAG,kCAA0B,CAAC,SAAS,CAAC;IACnD,CAAC;IAKH,kCAAC;AAAD,CAAC,AAvBD,IAuBC;AAvBY,kEAA2B"}
|
|
@@ -20,6 +20,7 @@ export interface UserCameraDropdownSeparatorProps {
|
|
|
20
20
|
displayFunction?: (args: UserCameraDropdownCallbackFunctionsArguments) => boolean;
|
|
21
21
|
}
|
|
22
22
|
export interface UserCameraDropdownOptionProps {
|
|
23
|
+
id?: string;
|
|
23
24
|
label: string;
|
|
24
25
|
icon: string;
|
|
25
26
|
onClick: (args: OnclickFunctionCallbackArguments) => void;
|
|
@@ -26,6 +26,6 @@ export declare class UserCameraHelperButton implements UserCameraHelperButtonInt
|
|
|
26
26
|
*
|
|
27
27
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
28
28
|
*/
|
|
29
|
-
constructor({ label, icon, tooltip, disabled, onClick, position, displayFunction, }: UserCameraHelperButtonProps);
|
|
29
|
+
constructor({ id, label, icon, tooltip, disabled, onClick, position, displayFunction, }: UserCameraHelperButtonProps);
|
|
30
30
|
setItemId: (id: string) => void;
|
|
31
31
|
}
|
|
@@ -21,12 +21,15 @@ var UserCameraHelperButton = /** @class */ (function () {
|
|
|
21
21
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
22
22
|
*/
|
|
23
23
|
function UserCameraHelperButton(_a) {
|
|
24
|
-
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.disabled, disabled = _e === void 0 ? true : _e, _f = _a.onClick, onClick = _f === void 0 ? function () { } : _f, _g = _a.position, position = _g === void 0 ? enums_1.UserCameraHelperItemPosition.TOP_RIGHT : _g, displayFunction = _a.displayFunction;
|
|
24
|
+
var id = _a.id, _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.disabled, disabled = _e === void 0 ? true : _e, _f = _a.onClick, onClick = _f === void 0 ? function () { } : _f, _g = _a.position, position = _g === void 0 ? enums_1.UserCameraHelperItemPosition.TOP_RIGHT : _g, displayFunction = _a.displayFunction;
|
|
25
25
|
var _this = this;
|
|
26
26
|
this.id = '';
|
|
27
27
|
this.setItemId = function (id) {
|
|
28
28
|
_this.id = "UserCameraHelperButton_".concat(id);
|
|
29
29
|
};
|
|
30
|
+
if (id) {
|
|
31
|
+
this.id = id;
|
|
32
|
+
}
|
|
30
33
|
this.label = label;
|
|
31
34
|
this.icon = icon;
|
|
32
35
|
this.tooltip = tooltip;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-camera-helper-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAiF;AAQjF,mCAAmC;AAEnC;IAmBE;;;;;;;;;;;;;;;OAeG;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,gBAAe,EAAf,QAAQ,mBAAG,IAAI,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-camera-helper-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAiF;AAQjF,mCAAmC;AAEnC;IAmBE;;;;;;;;;;;;;;;OAeG;IACH,gCAAY,EAGkB;YAF5B,EAAE,QAAA,EAAE,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,EAC5E,gBAAiD,EAAjD,QAAQ,mBAAG,oCAA4B,CAAC,SAAS,KAAA,EAAE,eAAe,qBAAA;QAFpE,iBAeC;QAjDD,OAAE,GAAW,EAAE,CAAC;QAmDhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,iCAA0B,EAAE,CAAE,CAAC;QAC3C,CAAC,CAAC;QAfA,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,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,eAAe,GAAG,eAAe,CAAC;QACvC,IAAI,CAAC,IAAI,GAAG,gCAAwB,CAAC,MAAM,CAAC;QAC5C,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC3B,CAAC;IAKH,6BAAC;AAAD,CAAC,AAvDD,IAuDC;AAvDY,wDAAsB"}
|
|
@@ -23,6 +23,7 @@ export interface UserCameraHelperButtonInterface extends UserCameraHelperInterfa
|
|
|
23
23
|
onClick: (args: UserCameraHelperButtonOnclickCallback) => void;
|
|
24
24
|
}
|
|
25
25
|
export interface UserCameraHelperButtonProps {
|
|
26
|
+
id?: string;
|
|
26
27
|
label?: string;
|
|
27
28
|
icon: string;
|
|
28
29
|
tooltip: string;
|
|
@@ -68,7 +68,7 @@ export declare class UserListDropdownFixedContentInformation implements UserList
|
|
|
68
68
|
*
|
|
69
69
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
70
70
|
*/
|
|
71
|
-
constructor({ label, icon, iconRight, allowed, userId, textColor, }: UserListDropdownFixedContentInformationProps);
|
|
71
|
+
constructor({ id, label, icon, iconRight, allowed, userId, textColor, }: UserListDropdownFixedContentInformationProps);
|
|
72
72
|
setItemId: (id: string) => void;
|
|
73
73
|
}
|
|
74
74
|
export declare class UserListDropdownGenericContentInformation implements UserListDropdownInterface {
|
|
@@ -93,7 +93,7 @@ export declare class UserListDropdownGenericContentInformation implements UserLi
|
|
|
93
93
|
*
|
|
94
94
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
95
95
|
*/
|
|
96
|
-
constructor({ contentFunction, allowed, userId, }: UserListDropdownGenericContentInformationProps);
|
|
96
|
+
constructor({ id, contentFunction, allowed, userId, }: UserListDropdownGenericContentInformationProps);
|
|
97
97
|
setItemId: (id: string) => void;
|
|
98
98
|
}
|
|
99
99
|
export declare class UserListDropdownTitleAction implements UserListDropdownInterface {
|
|
@@ -116,6 +116,6 @@ export declare class UserListDropdownTitleAction implements UserListDropdownInte
|
|
|
116
116
|
*
|
|
117
117
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
118
118
|
*/
|
|
119
|
-
constructor({ icon, userId, onClick, tooltip, }: UserListDropdownTitleActionProps);
|
|
119
|
+
constructor({ id, icon, userId, onClick, tooltip, }: UserListDropdownTitleActionProps);
|
|
120
120
|
setItemId: (id: string) => void;
|
|
121
121
|
}
|
|
@@ -79,12 +79,15 @@ var UserListDropdownFixedContentInformation = /** @class */ (function () {
|
|
|
79
79
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
80
80
|
*/
|
|
81
81
|
function UserListDropdownFixedContentInformation(_a) {
|
|
82
|
-
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;
|
|
82
|
+
var id = _a.id, _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;
|
|
83
83
|
var _this = this;
|
|
84
84
|
this.id = '';
|
|
85
85
|
this.setItemId = function (id) {
|
|
86
86
|
_this.id = "UserListDropdownFixedContentInformation_".concat(id);
|
|
87
87
|
};
|
|
88
|
+
if (id) {
|
|
89
|
+
this.id = id;
|
|
90
|
+
}
|
|
88
91
|
this.userId = userId;
|
|
89
92
|
this.label = label;
|
|
90
93
|
this.icon = icon;
|
|
@@ -114,12 +117,15 @@ var UserListDropdownGenericContentInformation = /** @class */ (function () {
|
|
|
114
117
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
115
118
|
*/
|
|
116
119
|
function UserListDropdownGenericContentInformation(_a) {
|
|
117
|
-
var contentFunction = _a.contentFunction, _b = _a.allowed, allowed = _b === void 0 ? true : _b, _c = _a.userId, userId = _c === void 0 ? '' : _c;
|
|
120
|
+
var id = _a.id, contentFunction = _a.contentFunction, _b = _a.allowed, allowed = _b === void 0 ? true : _b, _c = _a.userId, userId = _c === void 0 ? '' : _c;
|
|
118
121
|
var _this = this;
|
|
119
122
|
this.id = '';
|
|
120
123
|
this.setItemId = function (id) {
|
|
121
124
|
_this.id = "UserListDropdownGenericContentInformation_".concat(id);
|
|
122
125
|
};
|
|
126
|
+
if (id) {
|
|
127
|
+
this.id = id;
|
|
128
|
+
}
|
|
123
129
|
this.userId = userId;
|
|
124
130
|
this.allowed = allowed;
|
|
125
131
|
this.contentFunction = contentFunction;
|
|
@@ -143,12 +149,15 @@ var UserListDropdownTitleAction = /** @class */ (function () {
|
|
|
143
149
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
144
150
|
*/
|
|
145
151
|
function UserListDropdownTitleAction(_a) {
|
|
146
|
-
var _b = _a.icon, icon = _b === void 0 ? '' : _b, _c = _a.userId, userId = _c === void 0 ? '' : _c, onClick = _a.onClick, tooltip = _a.tooltip;
|
|
152
|
+
var id = _a.id, _b = _a.icon, icon = _b === void 0 ? '' : _b, _c = _a.userId, userId = _c === void 0 ? '' : _c, onClick = _a.onClick, tooltip = _a.tooltip;
|
|
147
153
|
var _this = this;
|
|
148
154
|
this.id = '';
|
|
149
155
|
this.setItemId = function (id) {
|
|
150
156
|
_this.id = "UserListDropdownTitleAction_".concat(id);
|
|
151
157
|
};
|
|
158
|
+
if (id) {
|
|
159
|
+
this.id = id;
|
|
160
|
+
}
|
|
152
161
|
this.userId = userId;
|
|
153
162
|
this.icon = icon;
|
|
154
163
|
this.tooltip = tooltip;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-list-dropdown-item/component.ts"],"names":[],"mappings":";;;AAQA,iCAAsF;AAEtF,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;IASE;;;;;;;;OAQG;IACH,mCAAY,EAAmG;YAAjG,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA,EAAE,gBAAkD,EAAlD,QAAQ,mBAAG,yCAAiC,CAAC,KAAK,KAAA;QAA7E,iBAIC;QArBD,OAAE,GAAW,EAAE,CAAC;QAIhB,aAAQ,GAAsC,yCAAiC,CAAC,KAAK,CAAC;QAmBtF,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,oCAA6B,EAAE,CAAE,CAAC;QAC9C,CAAC,CAAC;QAPA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,IAAI,GAAG,gCAAwB,CAAC,SAAS,CAAC;IACjD,CAAC;IAKH,gCAAC;AAAD,CAAC,AA3BD,IA2BC;AA3BY,8DAAyB;AA6BtC;IAiBE;;;;;;;;;;;;;;;OAeG;IACH,iDAAY,EAGmC;YAF7C,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,
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/user-list-dropdown-item/component.ts"],"names":[],"mappings":";;;AAQA,iCAAsF;AAEtF,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;IASE;;;;;;;;OAQG;IACH,mCAAY,EAAmG;YAAjG,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA,EAAE,gBAAkD,EAAlD,QAAQ,mBAAG,yCAAiC,CAAC,KAAK,KAAA;QAA7E,iBAIC;QArBD,OAAE,GAAW,EAAE,CAAC;QAIhB,aAAQ,GAAsC,yCAAiC,CAAC,KAAK,CAAC;QAmBtF,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,oCAA6B,EAAE,CAAE,CAAC;QAC9C,CAAC,CAAC;QAPA,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,IAAI,GAAG,gCAAwB,CAAC,SAAS,CAAC;IACjD,CAAC;IAKH,gCAAC;AAAD,CAAC,AA3BD,IA2BC;AA3BY,8DAAyB;AA6BtC;IAiBE;;;;;;;;;;;;;;;OAeG;IACH,iDAAY,EAGmC;YAF7C,EAAE,QAAA,EAAE,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,EACzD,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA,EAAE,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA;QAF7B,iBAcC;QA9CD,OAAE,GAAW,EAAE,CAAC;QAgDhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,kDAA2C,EAAE,CAAE,CAAC;QAC5D,CAAC,CAAC;QAdA,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,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,yBAAyB,CAAC;IACjE,CAAC;IAKH,8CAAC;AAAD,CAAC,AApDD,IAoDC;AApDY,0FAAuC;AAsDpD;IAYE;;;;;;;;;;;;;;;OAeG;IACH,mDAAY,EAGqC;YAF/C,EAAE,QAAA,EAAE,eAAe,qBAAA,EAAE,eAAc,EAAd,OAAO,mBAAG,IAAI,KAAA,EACnC,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA;QAFb,iBAWC;QArCD,OAAE,GAAW,EAAE,CAAC;QAuChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,oDAA6C,EAAE,CAAE,CAAC;QAC9D,CAAC,CAAC;QAXA,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,eAAe,GAAG,eAAe,CAAC;QACvC,IAAI,CAAC,IAAI,GAAG,gCAAwB,CAAC,2BAA2B,CAAC;IACnE,CAAC;IAKH,gDAAC;AAAD,CAAC,AA5CD,IA4CC;AA5CY,8FAAyC;AA8CtD;IAaE;;;;;;;;;;;;OAYG;IACH,qCAAY,EAEuB;YADjC,EAAE,QAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA,EAAE,OAAO,aAAA,EAAE,OAAO,aAAA;QAD9C,iBAWC;QApCD,OAAE,GAAW,EAAE,CAAC;QAsChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,sCAA+B,EAAE,CAAE,CAAC;QAChD,CAAC,CAAC;QAZA,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,gCAAwB,CAAC,YAAY,CAAC;IACpD,CAAC;IAKH,kCAAC;AAAD,CAAC,AA1CD,IA0CC;AA1CY,kEAA2B"}
|
|
@@ -24,11 +24,13 @@ export interface UserListDropdownSeparatorProps {
|
|
|
24
24
|
position?: UserListDropdownSeparatorPosition;
|
|
25
25
|
}
|
|
26
26
|
export interface UserListDropdownGenericContentInformationProps {
|
|
27
|
+
id?: string;
|
|
27
28
|
contentFunction: (element: HTMLElement) => void;
|
|
28
29
|
allowed: boolean;
|
|
29
30
|
userId: string;
|
|
30
31
|
}
|
|
31
32
|
export interface UserListDropdownFixedContentInformationProps {
|
|
33
|
+
id?: string;
|
|
32
34
|
label: string;
|
|
33
35
|
icon?: string;
|
|
34
36
|
iconRight?: string;
|
|
@@ -40,6 +42,7 @@ export interface UserListDropdownTitleActionOnClickArguments {
|
|
|
40
42
|
browserEvent: React.MouseEvent<HTMLElement>;
|
|
41
43
|
}
|
|
42
44
|
export interface UserListDropdownTitleActionProps {
|
|
45
|
+
id?: string;
|
|
43
46
|
tooltip: string;
|
|
44
47
|
icon: string;
|
|
45
48
|
userId: string;
|
|
@@ -16,7 +16,7 @@ export declare class UserListItemIcon implements UserListItemAdditionalInformati
|
|
|
16
16
|
*
|
|
17
17
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
18
18
|
*/
|
|
19
|
-
constructor({ icon, userId, }: UserListItemIconProps);
|
|
19
|
+
constructor({ id, icon, userId, }: UserListItemIconProps);
|
|
20
20
|
setItemId: (id: string) => void;
|
|
21
21
|
}
|
|
22
22
|
export declare class UserListItemLabel implements UserListItemAdditionalInformationInterface {
|
|
@@ -37,6 +37,6 @@ export declare class UserListItemLabel implements UserListItemAdditionalInformat
|
|
|
37
37
|
*
|
|
38
38
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
39
39
|
*/
|
|
40
|
-
constructor({ icon, userId, label, }: UserListItemLabelProps);
|
|
40
|
+
constructor({ id, icon, userId, label, }: UserListItemLabelProps);
|
|
41
41
|
setItemId: (id: string) => void;
|
|
42
42
|
}
|
|
@@ -16,12 +16,15 @@ var UserListItemIcon = /** @class */ (function () {
|
|
|
16
16
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
17
17
|
*/
|
|
18
18
|
function UserListItemIcon(_a) {
|
|
19
|
-
var _b = _a.icon, icon = _b === void 0 ? '' : _b, _c = _a.userId, userId = _c === void 0 ? '' : _c;
|
|
19
|
+
var id = _a.id, _b = _a.icon, icon = _b === void 0 ? '' : _b, _c = _a.userId, userId = _c === void 0 ? '' : _c;
|
|
20
20
|
var _this = this;
|
|
21
21
|
this.id = '';
|
|
22
22
|
this.setItemId = function (id) {
|
|
23
23
|
_this.id = "UserListItemIcon_".concat(id);
|
|
24
24
|
};
|
|
25
|
+
if (id) {
|
|
26
|
+
this.id = id;
|
|
27
|
+
}
|
|
25
28
|
this.icon = icon;
|
|
26
29
|
this.userId = userId;
|
|
27
30
|
this.type = enums_1.UserListItemAdditionalInformationType.ICON;
|
|
@@ -43,12 +46,15 @@ var UserListItemLabel = /** @class */ (function () {
|
|
|
43
46
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
44
47
|
*/
|
|
45
48
|
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;
|
|
49
|
+
var id = _a.id, _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
50
|
var _this = this;
|
|
48
51
|
this.id = '';
|
|
49
52
|
this.setItemId = function (id) {
|
|
50
53
|
_this.id = "UserListItemLabel_".concat(id);
|
|
51
54
|
};
|
|
55
|
+
if (id) {
|
|
56
|
+
this.id = id;
|
|
57
|
+
}
|
|
52
58
|
this.icon = icon;
|
|
53
59
|
this.label = label;
|
|
54
60
|
this.userId = userId;
|
|
@@ -1 +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;
|
|
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,EAAE,QAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA;QAD5B,iBASC;QA5BD,OAAE,GAAW,EAAE,CAAC;QA8BhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,2BAAoB,EAAE,CAAE,CAAC;QACrC,CAAC,CAAC;QAVA,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,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,AAlCD,IAkCC;AAlCY,4CAAgB;AAoC7B;IAWE;;;;;;;;;;;OAWG;IACH,2BAAY,EAEa;YADvB,EAAE,QAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,cAAW,EAAX,MAAM,mBAAG,EAAE,KAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA;QADxC,iBAUC;QAhCD,OAAE,GAAW,EAAE,CAAC;QAkChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,4BAAqB,EAAE,CAAE,CAAC;QACtC,CAAC,CAAC;QAXA,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,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,AAtCD,IAsCC;AAtCY,8CAAiB"}
|
|
@@ -11,10 +11,12 @@ export interface UserListItemAdditionalInformationInterface extends PluginProvid
|
|
|
11
11
|
userId: string;
|
|
12
12
|
}
|
|
13
13
|
export interface UserListItemIconProps {
|
|
14
|
+
id?: string;
|
|
14
15
|
userId: string;
|
|
15
16
|
icon: string;
|
|
16
17
|
}
|
|
17
18
|
export interface UserListItemLabelProps {
|
|
19
|
+
id?: string;
|
|
18
20
|
userId: string;
|
|
19
21
|
icon: string;
|
|
20
22
|
label: string;
|