bigbluebutton-html-plugin-sdk 0.1.2 → 0.1.5
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 +70 -35
- package/dist/cjs/core/api/BbbPluginSdk.d.ts +1 -1
- package/dist/cjs/core/api/BbbPluginSdk.js +10 -5
- package/dist/cjs/core/api/BbbPluginSdk.js.map +1 -1
- package/dist/cjs/core/api/types.d.ts +41 -10
- package/dist/cjs/core/auxiliary/join-url/getter.js +11 -7
- package/dist/cjs/core/auxiliary/join-url/getter.js.map +1 -1
- package/dist/cjs/core/auxiliary/plugin-information/locale-messages/types.d.ts +1 -4
- package/dist/cjs/core/auxiliary/plugin-information/locale-messages/useLocaleMessages.js +81 -39
- package/dist/cjs/core/auxiliary/plugin-information/locale-messages/useLocaleMessages.js.map +1 -1
- package/dist/cjs/core/auxiliary/plugin-information/locale-messages/utils.d.ts +3 -0
- package/dist/cjs/core/auxiliary/plugin-information/locale-messages/utils.js +72 -0
- package/dist/cjs/core/auxiliary/plugin-information/locale-messages/utils.js.map +1 -0
- package/dist/cjs/core/auxiliary/plugin-unmount/hook.d.ts +2 -0
- package/dist/cjs/core/auxiliary/plugin-unmount/hook.js +20 -0
- package/dist/cjs/core/auxiliary/plugin-unmount/hook.js.map +1 -0
- package/dist/cjs/core/auxiliary/plugin-unmount/types.d.ts +4 -0
- package/dist/cjs/core/auxiliary/plugin-unmount/types.js.map +1 -0
- package/dist/cjs/core/enum.d.ts +3 -1
- package/dist/cjs/core/enum.js +3 -1
- package/dist/cjs/core/enum.js.map +1 -1
- package/dist/cjs/core/index.d.ts +2 -0
- package/dist/cjs/core/index.js +3 -1
- package/dist/cjs/core/index.js.map +1 -1
- package/dist/cjs/core/utils/hooks.d.ts +1 -0
- package/dist/cjs/core/utils/hooks.js +13 -0
- package/dist/cjs/core/utils/hooks.js.map +1 -0
- package/dist/cjs/data-channel/enums.d.ts +1 -1
- package/dist/cjs/data-channel/enums.js +1 -1
- package/dist/cjs/data-consumption/domain/meeting/from-core/hooks.d.ts +1 -1
- package/dist/cjs/data-consumption/domain/meeting/from-core/types.d.ts +1 -1
- package/dist/cjs/data-consumption/domain/settings/plugin-settings/hooks.d.ts +2 -5
- package/dist/cjs/data-consumption/domain/settings/plugin-settings/hooks.js.map +1 -1
- package/dist/cjs/data-consumption/domain/settings/plugin-settings/types.d.ts +2 -0
- package/dist/cjs/data-consumption/domain/settings/plugin-settings/utils.d.ts +2 -7
- package/dist/cjs/data-consumption/domain/settings/plugin-settings/utils.js.map +1 -1
- package/dist/cjs/extensible-areas/actions-bar-item/component.d.ts +14 -8
- package/dist/cjs/extensible-areas/actions-bar-item/component.js +32 -10
- package/dist/cjs/extensible-areas/actions-bar-item/component.js.map +1 -1
- package/dist/cjs/extensible-areas/actions-bar-item/types.d.ts +18 -1
- package/dist/cjs/extensible-areas/audio-settings-dropdown-item/component.d.ts +4 -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/base.d.ts +2 -2
- package/dist/cjs/extensible-areas/camera-settings-dropdown-item/component.d.ts +3 -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/index.d.ts +1 -1
- package/dist/cjs/extensible-areas/index.js +1 -1
- package/dist/cjs/extensible-areas/index.js.map +1 -1
- package/dist/cjs/extensible-areas/media-area-item/component.d.ts +42 -0
- package/dist/cjs/extensible-areas/media-area-item/component.js +61 -0
- package/dist/cjs/extensible-areas/media-area-item/component.js.map +1 -0
- package/dist/cjs/extensible-areas/media-area-item/enums.d.ts +4 -0
- package/dist/cjs/extensible-areas/media-area-item/enums.js +10 -0
- package/dist/cjs/extensible-areas/media-area-item/enums.js.map +1 -0
- package/dist/cjs/extensible-areas/media-area-item/index.d.ts +2 -0
- package/dist/cjs/extensible-areas/media-area-item/index.js +7 -0
- package/dist/cjs/extensible-areas/media-area-item/index.js.map +1 -0
- package/dist/cjs/extensible-areas/media-area-item/types.d.ts +15 -0
- package/dist/cjs/extensible-areas/media-area-item/types.js.map +1 -0
- package/dist/cjs/extensible-areas/presentation-toolbar-item/component.d.ts +3 -1
- package/dist/cjs/extensible-areas/presentation-toolbar-item/component.js +3 -1
- 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/index.d.ts +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/ui-data/domain/chat/form/enums.js.map +1 -0
- package/dist/cjs/ui-data/domain/chat/form/types.js.map +1 -0
- package/dist/cjs/ui-data/domain/chat/index.js.map +1 -0
- package/dist/cjs/ui-data/domain/external-video/index.js.map +1 -0
- package/dist/cjs/ui-data/domain/external-video/volume/enums.js.map +1 -0
- package/dist/cjs/ui-data/domain/external-video/volume/types.js.map +1 -0
- package/dist/cjs/ui-data/domain/intl/index.js.map +1 -0
- package/dist/cjs/ui-data/domain/intl/locale/enums.js.map +1 -0
- package/dist/cjs/ui-data/domain/intl/locale/types.js.map +1 -0
- package/dist/cjs/ui-data/domain/layout/index.d.ts +1 -0
- package/dist/cjs/ui-data/domain/layout/index.js +7 -0
- package/dist/cjs/ui-data/domain/layout/index.js.map +1 -0
- package/dist/cjs/{ui-data-hooks → ui-data/domain}/layout/presentation-area/enums.d.ts +1 -1
- package/dist/cjs/{ui-data-hooks → ui-data/domain}/layout/presentation-area/enums.js +5 -5
- package/dist/cjs/ui-data/domain/layout/presentation-area/enums.js.map +1 -0
- package/dist/cjs/{ui-data-hooks → ui-data/domain}/layout/presentation-area/types.d.ts +2 -2
- package/dist/cjs/ui-data/domain/layout/presentation-area/types.js.map +1 -0
- package/dist/cjs/ui-data/domain/presentation/index.d.ts +1 -0
- package/dist/cjs/ui-data/domain/presentation/index.js +6 -0
- package/dist/cjs/ui-data/domain/presentation/index.js.map +1 -0
- package/dist/cjs/ui-data/domain/presentation/presentation-area/enums.d.ts +3 -0
- package/dist/cjs/ui-data/domain/presentation/presentation-area/enums.js +8 -0
- package/dist/cjs/ui-data/domain/presentation/presentation-area/enums.js.map +1 -0
- package/dist/cjs/ui-data/domain/presentation/presentation-area/types.d.ts +6 -0
- package/dist/cjs/ui-data/domain/presentation/presentation-area/types.js.map +1 -0
- package/dist/cjs/ui-data/domain/user-list/enums.js.map +1 -0
- package/dist/cjs/ui-data/domain/user-list/index.js.map +1 -0
- package/dist/cjs/ui-data/domain/user-list/types.js +4 -0
- package/dist/cjs/ui-data/domain/user-list/types.js.map +1 -0
- package/dist/cjs/ui-data/getters/consts.d.ts +1 -0
- package/dist/cjs/ui-data/getters/consts.js +5 -0
- package/dist/cjs/ui-data/getters/consts.js.map +1 -0
- package/dist/cjs/ui-data/getters/getters.d.ts +2 -0
- package/dist/cjs/ui-data/getters/getters.js +65 -0
- package/dist/cjs/ui-data/getters/getters.js.map +1 -0
- package/dist/cjs/ui-data/getters/types.d.ts +2 -0
- package/dist/cjs/ui-data/getters/types.js +3 -0
- package/dist/cjs/ui-data/getters/types.js.map +1 -0
- package/dist/cjs/ui-data/hooks/consts.js.map +1 -0
- package/dist/cjs/{ui-data-hooks → ui-data/hooks}/hooks.d.ts +1 -1
- package/dist/cjs/{ui-data-hooks → ui-data/hooks}/hooks.js +10 -1
- package/dist/cjs/ui-data/hooks/hooks.js.map +1 -0
- package/dist/cjs/ui-data/hooks/types.d.ts +2 -0
- package/dist/cjs/ui-data/hooks/types.js +3 -0
- package/dist/cjs/ui-data/hooks/types.js.map +1 -0
- package/dist/cjs/ui-data/index.d.ts +7 -0
- package/dist/cjs/{ui-data-hooks → ui-data}/index.js +6 -5
- package/dist/cjs/ui-data/index.js.map +1 -0
- package/dist/cjs/ui-data/types.d.ts +11 -0
- package/dist/cjs/ui-data/types.js +3 -0
- package/dist/cjs/{ui-data-hooks → ui-data}/types.js.map +1 -1
- package/package.json +12 -3
- package/dist/cjs/core/auxiliary/plugin-information/locale-messages/subscriptions.d.ts +0 -2
- package/dist/cjs/core/auxiliary/plugin-information/locale-messages/subscriptions.js +0 -6
- package/dist/cjs/core/auxiliary/plugin-information/locale-messages/subscriptions.js.map +0 -1
- package/dist/cjs/extensible-areas/action-button-dropdown-item/component.d.ts +0 -30
- package/dist/cjs/extensible-areas/action-button-dropdown-item/component.js +0 -50
- package/dist/cjs/extensible-areas/action-button-dropdown-item/component.js.map +0 -1
- package/dist/cjs/extensible-areas/action-button-dropdown-item/enums.d.ts +0 -4
- package/dist/cjs/extensible-areas/action-button-dropdown-item/enums.js +0 -10
- package/dist/cjs/extensible-areas/action-button-dropdown-item/enums.js.map +0 -1
- package/dist/cjs/extensible-areas/action-button-dropdown-item/index.d.ts +0 -2
- package/dist/cjs/extensible-areas/action-button-dropdown-item/index.js +0 -7
- package/dist/cjs/extensible-areas/action-button-dropdown-item/index.js.map +0 -1
- package/dist/cjs/extensible-areas/action-button-dropdown-item/types.d.ts +0 -14
- package/dist/cjs/extensible-areas/action-button-dropdown-item/types.js.map +0 -1
- package/dist/cjs/ui-data-hooks/chat/form/enums.js.map +0 -1
- package/dist/cjs/ui-data-hooks/chat/form/types.js.map +0 -1
- package/dist/cjs/ui-data-hooks/chat/index.js.map +0 -1
- package/dist/cjs/ui-data-hooks/consts.js.map +0 -1
- package/dist/cjs/ui-data-hooks/external-video/index.js.map +0 -1
- package/dist/cjs/ui-data-hooks/external-video/volume/enums.js.map +0 -1
- package/dist/cjs/ui-data-hooks/external-video/volume/types.js.map +0 -1
- package/dist/cjs/ui-data-hooks/hooks.js.map +0 -1
- package/dist/cjs/ui-data-hooks/index.d.ts +0 -6
- package/dist/cjs/ui-data-hooks/index.js.map +0 -1
- package/dist/cjs/ui-data-hooks/intl/index.js.map +0 -1
- package/dist/cjs/ui-data-hooks/intl/locale/enums.js.map +0 -1
- package/dist/cjs/ui-data-hooks/intl/locale/types.js.map +0 -1
- package/dist/cjs/ui-data-hooks/layout/index.d.ts +0 -1
- package/dist/cjs/ui-data-hooks/layout/index.js +0 -7
- package/dist/cjs/ui-data-hooks/layout/index.js.map +0 -1
- package/dist/cjs/ui-data-hooks/layout/presentation-area/enums.js.map +0 -1
- package/dist/cjs/ui-data-hooks/layout/presentation-area/types.js.map +0 -1
- package/dist/cjs/ui-data-hooks/types.d.ts +0 -11
- package/dist/cjs/ui-data-hooks/user-list/enums.js.map +0 -1
- package/dist/cjs/ui-data-hooks/user-list/index.js.map +0 -1
- package/dist/cjs/ui-data-hooks/user-list/types.js.map +0 -1
- /package/dist/cjs/{extensible-areas/action-button-dropdown-item → core/auxiliary/plugin-unmount}/types.js +0 -0
- /package/dist/cjs/{ui-data-hooks → extensible-areas/media-area-item}/types.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/chat/form/enums.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/chat/form/enums.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/chat/form/types.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/chat/form/types.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/chat/index.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/chat/index.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/external-video/index.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/external-video/index.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/external-video/volume/enums.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/external-video/volume/enums.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/external-video/volume/types.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/external-video/volume/types.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/intl/index.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/intl/index.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/intl/locale/enums.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/intl/locale/enums.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/intl/locale/types.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/intl/locale/types.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/layout/presentation-area/types.js +0 -0
- /package/dist/cjs/{ui-data-hooks/user-list → ui-data/domain/presentation/presentation-area}/types.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/user-list/enums.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/user-list/enums.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/user-list/index.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/user-list/index.js +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/domain}/user-list/types.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/hooks}/consts.d.ts +0 -0
- /package/dist/cjs/{ui-data-hooks → ui-data/hooks}/consts.js +0 -0
|
@@ -20,13 +20,14 @@ var enums_1 = require("./enums");
|
|
|
20
20
|
// ActionsBar Extensible Area
|
|
21
21
|
var ActionsBarItem = /** @class */ (function () {
|
|
22
22
|
function ActionsBarItem(_a) {
|
|
23
|
-
var id = _a.id, type = _a.type, _b = _a.position, position = _b === void 0 ? enums_1.ActionsBarPosition.RIGHT : _b;
|
|
23
|
+
var id = _a.id, type = _a.type, _b = _a.position, position = _b === void 0 ? enums_1.ActionsBarPosition.RIGHT : _b, _c = _a.dataTest, dataTest = _c === void 0 ? '' : _c;
|
|
24
24
|
this.id = '';
|
|
25
25
|
if (id) {
|
|
26
26
|
this.id = id;
|
|
27
27
|
}
|
|
28
28
|
this.type = type;
|
|
29
29
|
this.position = position;
|
|
30
|
+
this.dataTest = dataTest;
|
|
30
31
|
}
|
|
31
32
|
ActionsBarItem.prototype.setItemId = function (id) {
|
|
32
33
|
this.id = "ActionsBar".concat(this.type, "_").concat(id);
|
|
@@ -39,18 +40,26 @@ var ActionsBarButton = /** @class */ (function (_super) {
|
|
|
39
40
|
* Returns object to be used in the setter for action bar. In this case,
|
|
40
41
|
* a button.
|
|
41
42
|
*
|
|
42
|
-
* @param icon - icon to be used in the button for the action bar
|
|
43
|
+
* @param icon - icon to be used in the button for the action bar - it can be the iconName
|
|
44
|
+
* from BigBlueButton or an svg
|
|
43
45
|
* @param tooltip - tooltip to be displayed when hovering the button
|
|
46
|
+
* @param dataTest - string attribute to be used for testing
|
|
44
47
|
* @param onClick - function to be called when clicking the button
|
|
45
48
|
* @param position - position that this button will be displayed, see {@link ActionsBarPosition}
|
|
46
49
|
*
|
|
47
50
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
48
51
|
*/
|
|
49
52
|
function ActionsBarButton(_a) {
|
|
50
|
-
var id = _a.id,
|
|
51
|
-
var _this = _super.call(this, {
|
|
53
|
+
var id = _a.id, icon = _a.icon, _b = _a.tooltip, tooltip = _b === void 0 ? '' : _b, _c = _a.dataTest, dataTest = _c === void 0 ? '' : _c, _d = _a.onClick, onClick = _d === void 0 ? function () { } : _d, _e = _a.position, position = _e === void 0 ? enums_1.ActionsBarPosition.RIGHT : _e;
|
|
54
|
+
var _this = _super.call(this, {
|
|
55
|
+
id: id,
|
|
56
|
+
type: enums_1.ActionsBarItemType.BUTTON,
|
|
57
|
+
position: position,
|
|
58
|
+
dataTest: dataTest,
|
|
59
|
+
}) || this;
|
|
52
60
|
_this.icon = icon;
|
|
53
61
|
_this.tooltip = tooltip;
|
|
62
|
+
_this.dataTest = dataTest;
|
|
54
63
|
_this.onClick = onClick;
|
|
55
64
|
return _this;
|
|
56
65
|
}
|
|
@@ -66,12 +75,13 @@ var ActionsBarSeparator = /** @class */ (function (_super) {
|
|
|
66
75
|
* @param position - position that this button will be displayed, see {@link ActionsBarPosition}
|
|
67
76
|
* @param icon - Icon to be displayed as the separator. If not provided, the default separator
|
|
68
77
|
* (a vertical bar) will be displayed.
|
|
78
|
+
* @param dataTest - string attribute to be used for testing
|
|
69
79
|
*
|
|
70
80
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
71
81
|
*/
|
|
72
82
|
function ActionsBarSeparator(_a) {
|
|
73
|
-
var _b = _a.position, position = _b === void 0 ? enums_1.ActionsBarPosition.RIGHT : _b, _c = _a.icon, icon = _c === void 0 ? '' : _c;
|
|
74
|
-
var _this = _super.call(this, { type: enums_1.ActionsBarItemType.SEPARATOR, position: position }) || this;
|
|
83
|
+
var _b = _a.position, position = _b === void 0 ? enums_1.ActionsBarPosition.RIGHT : _b, _c = _a.icon, icon = _c === void 0 ? '' : _c, _d = _a.dataTest, dataTest = _d === void 0 ? '' : _d;
|
|
84
|
+
var _this = _super.call(this, { type: enums_1.ActionsBarItemType.SEPARATOR, position: position, dataTest: dataTest }) || this;
|
|
75
85
|
_this.icon = icon;
|
|
76
86
|
return _this;
|
|
77
87
|
}
|
|
@@ -88,6 +98,7 @@ var ActionsBarSelector = /** @class */ (function (_super) {
|
|
|
88
98
|
* @param options - an array of options to be available in the selector
|
|
89
99
|
* @param defaultOption - the option to be initially selected, if not present, the first option is
|
|
90
100
|
* selected
|
|
101
|
+
* @param dataTest - string attribute to be used for testing
|
|
91
102
|
* @param onChange - function to be called when selected value changes
|
|
92
103
|
* @param position - position that this button will be displayed, see {@link ActionsBarPosition}
|
|
93
104
|
* @param width - desired width for the selector in px, default is 140
|
|
@@ -95,8 +106,13 @@ var ActionsBarSelector = /** @class */ (function (_super) {
|
|
|
95
106
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
96
107
|
*/
|
|
97
108
|
function ActionsBarSelector(_a) {
|
|
98
|
-
var id = _a.id, _b = _a.title, title = _b === void 0 ? '' : _b, _c = _a.options, options = _c === void 0 ? [] : _c, _d = _a.defaultOption, defaultOption = _d === void 0 ? options[0] : _d, _e = _a.onChange, onChange =
|
|
99
|
-
var _this = _super.call(this, {
|
|
109
|
+
var id = _a.id, _b = _a.title, title = _b === void 0 ? '' : _b, _c = _a.options, options = _c === void 0 ? [] : _c, _d = _a.defaultOption, defaultOption = _d === void 0 ? options[0] : _d, _e = _a.dataTest, dataTest = _e === void 0 ? '' : _e, _f = _a.onChange, onChange = _f === void 0 ? function () { } : _f, _g = _a.position, position = _g === void 0 ? enums_1.ActionsBarPosition.RIGHT : _g, _h = _a.width, width = _h === void 0 ? 140 : _h;
|
|
110
|
+
var _this = _super.call(this, {
|
|
111
|
+
id: id,
|
|
112
|
+
type: enums_1.ActionsBarItemType.SELECTOR,
|
|
113
|
+
position: position,
|
|
114
|
+
dataTest: dataTest,
|
|
115
|
+
}) || this;
|
|
100
116
|
_this.width = 145;
|
|
101
117
|
_this.title = title;
|
|
102
118
|
_this.options = options;
|
|
@@ -120,14 +136,20 @@ var ActionsBarToggleGroup = /** @class */ (function (_super) {
|
|
|
120
136
|
* @param options - an array of options to be available in the toggle group
|
|
121
137
|
* @param defaultOption - the option to be initially checked, if not present, the first option is
|
|
122
138
|
* checked
|
|
139
|
+
* @param dataTest - string attribute to be used for testing
|
|
123
140
|
* @param onChange - function to be called when checked value changes
|
|
124
141
|
* @param position - position that this button will be displayed, see {@link ActionsBarPosition}
|
|
125
142
|
*
|
|
126
143
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
127
144
|
*/
|
|
128
145
|
function ActionsBarToggleGroup(_a) {
|
|
129
|
-
var id = _a.id, _b = _a.title, title = _b === void 0 ? '' : _b, _c = _a.exclusive, exclusive = _c === void 0 ? true : _c, _d = _a.options, options = _d === void 0 ? [] : _d, _e = _a.defaultOption, defaultOption = _e === void 0 ? options[0] : _e, _f = _a.onChange, onChange =
|
|
130
|
-
var _this = _super.call(this, {
|
|
146
|
+
var id = _a.id, _b = _a.title, title = _b === void 0 ? '' : _b, _c = _a.exclusive, exclusive = _c === void 0 ? true : _c, _d = _a.options, options = _d === void 0 ? [] : _d, _e = _a.defaultOption, defaultOption = _e === void 0 ? options[0] : _e, _f = _a.dataTest, dataTest = _f === void 0 ? '' : _f, _g = _a.onChange, onChange = _g === void 0 ? function () { } : _g, _h = _a.position, position = _h === void 0 ? enums_1.ActionsBarPosition.RIGHT : _h;
|
|
147
|
+
var _this = _super.call(this, {
|
|
148
|
+
id: id,
|
|
149
|
+
type: enums_1.ActionsBarItemType.TOGGLE_GROUP,
|
|
150
|
+
position: position,
|
|
151
|
+
dataTest: dataTest,
|
|
152
|
+
}) || this;
|
|
131
153
|
_this.title = title;
|
|
132
154
|
_this.exclusive = exclusive;
|
|
133
155
|
_this.options = options;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/actions-bar-item/component.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AACA,iCAAiE;
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/actions-bar-item/component.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AACA,iCAAiE;AAajE,6BAA6B;AAE7B;IASE,wBAAY,EAEU;YADpB,EAAE,QAAA,EAAE,IAAI,UAAA,EAAE,gBAAmC,EAAnC,QAAQ,mBAAG,0BAAkB,CAAC,KAAK,KAAA,EAAE,gBAAa,EAAb,QAAQ,mBAAG,EAAE,KAAA;QAT9D,OAAE,GAAW,EAAE,CAAC;QAWd,IAAI,EAAE,EAAE;YACN,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC3B,CAAC;IAED,kCAAS,GAAT,UAAU,EAAU;QAClB,IAAI,CAAC,EAAE,GAAG,oBAAa,IAAI,CAAC,IAAI,cAAI,EAAE,CAAE,CAAC;IAC3C,CAAC;IACH,qBAAC;AAAD,CAAC,AAvBD,IAuBC;AAED;IAAsC,oCAAc;IAOlD;;;;;;;;;;;;OAYG;IACH,0BAAY,EAEY;YADtB,EAAE,QAAA,EAAE,IAAI,UAAA,EAAE,eAAY,EAAZ,OAAO,mBAAG,EAAE,KAAA,EAAE,gBAAa,EAAb,QAAQ,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA,EAAE,gBAAmC,EAAnC,QAAQ,mBAAG,0BAAkB,CAAC,KAAK,KAAA;QADhG,YAGE,kBAAM;YACJ,EAAE,IAAA;YAAE,IAAI,EAAE,0BAAkB,CAAC,MAAM;YAAE,QAAQ,UAAA;YAAE,QAAQ,UAAA;SACxD,CAAC,SAKH;QAJC,KAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,KAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC;;IACzB,CAAC;IACH,uBAAC;AAAD,CAAC,AA/BD,CAAsC,cAAc,GA+BnD;AA/BY,4CAAgB;AAiC7B;IAAyC,uCAAc;IAGrD;;;;;;;;;;OAUG;IACH,6BAAY,EAIe;YAHzB,gBAAmC,EAAnC,QAAQ,mBAAG,0BAAkB,CAAC,KAAK,KAAA,EACnC,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EACT,gBAAa,EAAb,QAAQ,mBAAG,EAAE,KAAA;QAHf,YAKE,kBAAM,EAAE,IAAI,EAAE,0BAAkB,CAAC,SAAS,EAAE,QAAQ,UAAA,EAAE,QAAQ,UAAA,EAAE,CAAC,SAElE;QADC,KAAI,CAAC,IAAI,GAAG,IAAI,CAAC;;IACnB,CAAC;IACH,0BAAC;AAAD,CAAC,AAtBD,CAAyC,cAAc,GAsBtD;AAtBY,kDAAmB;AAwBhC;IAAwC,sCAAc;IAWpD;;;;;;;;;;;;;;OAcG;IAEH,4BAAY,EASc;YARxB,EAAE,QAAA,EACF,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EACV,eAAY,EAAZ,OAAO,mBAAG,EAAE,KAAA,EACZ,qBAA0B,EAA1B,aAAa,mBAAG,OAAO,CAAC,CAAC,CAAC,KAAA,EAC1B,gBAAa,EAAb,QAAQ,mBAAG,EAAE,KAAA,EACb,gBAAmB,EAAnB,QAAQ,mBAAG,cAAO,CAAC,KAAA,EACnB,gBAAmC,EAAnC,QAAQ,mBAAG,0BAAkB,CAAC,KAAK,KAAA,EACnC,aAAW,EAAX,KAAK,mBAAG,GAAG,KAAA;QARb,YAUE,kBAAM;YACJ,EAAE,IAAA;YAAE,IAAI,EAAE,0BAAkB,CAAC,QAAQ;YAAE,QAAQ,UAAA;YAAE,QAAQ,UAAA;SAC1D,CAAC,SAMH;QApCD,WAAK,GAAW,GAAG,CAAC;QA+BlB,KAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,KAAI,CAAC,aAAa,GAAG,aAAa,CAAC;QACnC,KAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,KAAI,CAAC,KAAK,GAAG,KAAK,CAAC;;IACrB,CAAC;IACH,yBAAC;AAAD,CAAC,AA9CD,CAAwC,cAAc,GA8CrD;AA9CY,gDAAkB;AAgD/B;IAA2C,yCAAc;IAWvD;;;;;;;;;;;;;;;OAeG;IAEH,+BAAY,EASiB;YAR3B,EAAE,QAAA,EACF,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EACV,iBAAgB,EAAhB,SAAS,mBAAG,IAAI,KAAA,EAChB,eAAY,EAAZ,OAAO,mBAAG,EAAE,KAAA,EACZ,qBAA0B,EAA1B,aAAa,mBAAG,OAAO,CAAC,CAAC,CAAC,KAAA,EAC1B,gBAAa,EAAb,QAAQ,mBAAG,EAAE,KAAA,EACb,gBAAmB,EAAnB,QAAQ,mBAAG,cAAO,CAAC,KAAA,EACnB,gBAAmC,EAAnC,QAAQ,mBAAG,0BAAkB,CAAC,KAAK,KAAA;QARrC,YAUE,kBAAM;YACJ,EAAE,IAAA;YAAE,IAAI,EAAE,0BAAkB,CAAC,YAAY;YAAE,QAAQ,UAAA;YAAE,QAAQ,UAAA;SAC9D,CAAC,SAMH;QALC,KAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,KAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,KAAI,CAAC,aAAa,GAAG,aAAa,CAAC;QACnC,KAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;;IAC3B,CAAC;IACH,4BAAC;AAAD,CAAC,AA/CD,CAA2C,cAAc,GA+CxD;AA/CY,sDAAqB"}
|
|
@@ -11,23 +11,38 @@ export interface ActionsBarItemProps {
|
|
|
11
11
|
id?: string;
|
|
12
12
|
position: ActionsBarPosition;
|
|
13
13
|
type: ActionsBarItemType;
|
|
14
|
+
dataTest?: string;
|
|
14
15
|
}
|
|
16
|
+
export interface ActionsBarButtonIconSvg {
|
|
17
|
+
svgContent: React.SVGProps<SVGSVGElement>;
|
|
18
|
+
}
|
|
19
|
+
export interface ActionsBarButtonIconName {
|
|
20
|
+
/**
|
|
21
|
+
* Default icon name defined by BBB (see options there).
|
|
22
|
+
*/
|
|
23
|
+
iconName: string;
|
|
24
|
+
}
|
|
25
|
+
export type ActionsBarIconType = ActionsBarButtonIconSvg | ActionsBarButtonIconName;
|
|
15
26
|
export interface ActionsBarButtonProps {
|
|
16
27
|
id?: string;
|
|
17
|
-
icon:
|
|
28
|
+
icon: ActionsBarIconType;
|
|
18
29
|
tooltip: string;
|
|
19
30
|
position: ActionsBarPosition;
|
|
31
|
+
dataTest?: string;
|
|
20
32
|
onClick: () => void;
|
|
21
33
|
}
|
|
22
34
|
export interface ActionsBarSeparatorProps {
|
|
23
35
|
position: ActionsBarPosition;
|
|
24
36
|
icon?: string;
|
|
37
|
+
dataTest?: string;
|
|
25
38
|
}
|
|
26
39
|
export interface SelectOption {
|
|
27
40
|
value: string | number;
|
|
28
41
|
label: string;
|
|
42
|
+
dataTest?: string;
|
|
29
43
|
}
|
|
30
44
|
export interface ToggleGroupOption extends SelectOption {
|
|
45
|
+
dataTest?: string;
|
|
31
46
|
}
|
|
32
47
|
export interface ActionsBarSelectorProps {
|
|
33
48
|
id?: string;
|
|
@@ -37,6 +52,7 @@ export interface ActionsBarSelectorProps {
|
|
|
37
52
|
onChange: (value: string | number, event: ChangeEvent<HTMLInputElement>) => void;
|
|
38
53
|
position: ActionsBarPosition;
|
|
39
54
|
width?: number;
|
|
55
|
+
dataTest?: string;
|
|
40
56
|
}
|
|
41
57
|
export interface ActionsBarToggleGroupProps {
|
|
42
58
|
id?: string;
|
|
@@ -46,4 +62,5 @@ export interface ActionsBarToggleGroupProps {
|
|
|
46
62
|
exclusive?: boolean;
|
|
47
63
|
onChange: (values: string | number | string[] | number[], event: MouseEvent<HTMLElement>) => void;
|
|
48
64
|
position: ActionsBarPosition;
|
|
65
|
+
dataTest?: string;
|
|
49
66
|
}
|
|
@@ -5,6 +5,7 @@ export declare class AudioSettingsDropdownOption implements AudioSettingsDropdow
|
|
|
5
5
|
type: AudioSettingsDropdownItemType;
|
|
6
6
|
label: string;
|
|
7
7
|
icon: string;
|
|
8
|
+
dataTest: string;
|
|
8
9
|
onClick: () => void;
|
|
9
10
|
/**
|
|
10
11
|
* Returns object to be used in the setter for the audio settings dropdown. In this case,
|
|
@@ -12,16 +13,18 @@ export declare class AudioSettingsDropdownOption implements AudioSettingsDropdow
|
|
|
12
13
|
*
|
|
13
14
|
* @param label - label to be displayed in audio settings dropdown option
|
|
14
15
|
* @param icon - icon to be used in the option for the dropdown. It goes in the left side of it
|
|
16
|
+
* @param dataTest - data-test attribute to be used in the option for testing purposes
|
|
15
17
|
* @param onClick - function to be called when clicking the button
|
|
16
18
|
*
|
|
17
19
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
18
20
|
*/
|
|
19
|
-
constructor({ id, label, icon, onClick, }: AudioSettingsDropdownOptionProps);
|
|
21
|
+
constructor({ id, label, icon, dataTest, onClick, }: AudioSettingsDropdownOptionProps);
|
|
20
22
|
setItemId: (id: string) => void;
|
|
21
23
|
}
|
|
22
24
|
export declare class AudioSettingsDropdownSeparator implements AudioSettingsDropdownInterface {
|
|
23
25
|
id: string;
|
|
24
26
|
type: AudioSettingsDropdownItemType;
|
|
27
|
+
dataTest: string;
|
|
25
28
|
/**
|
|
26
29
|
* Returns object to be used in the setter for the audio settings dropdown. In this case,
|
|
27
30
|
* a separator.
|
|
@@ -10,12 +10,13 @@ var AudioSettingsDropdownOption = /** @class */ (function () {
|
|
|
10
10
|
*
|
|
11
11
|
* @param label - label to be displayed in audio settings dropdown option
|
|
12
12
|
* @param icon - icon to be used in the option for the dropdown. It goes in the left side of it
|
|
13
|
+
* @param dataTest - data-test attribute to be used in the option for testing purposes
|
|
13
14
|
* @param onClick - function to be called when clicking the button
|
|
14
15
|
*
|
|
15
16
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
16
17
|
*/
|
|
17
18
|
function AudioSettingsDropdownOption(_a) {
|
|
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 =
|
|
19
|
+
var id = _a.id, _b = _a.label, label = _b === void 0 ? '' : _b, _c = _a.icon, icon = _c === void 0 ? '' : _c, _d = _a.dataTest, dataTest = _d === void 0 ? '' : _d, _e = _a.onClick, onClick = _e === void 0 ? function () { } : _e;
|
|
19
20
|
var _this = this;
|
|
20
21
|
this.id = '';
|
|
21
22
|
this.setItemId = function (id) {
|
|
@@ -26,6 +27,7 @@ var AudioSettingsDropdownOption = /** @class */ (function () {
|
|
|
26
27
|
}
|
|
27
28
|
this.label = label;
|
|
28
29
|
this.icon = icon;
|
|
30
|
+
this.dataTest = dataTest;
|
|
29
31
|
this.onClick = onClick;
|
|
30
32
|
this.type = enums_1.AudioSettingsDropdownItemType.OPTION;
|
|
31
33
|
}
|
|
@@ -45,6 +47,7 @@ var AudioSettingsDropdownSeparator = /** @class */ (function () {
|
|
|
45
47
|
function AudioSettingsDropdownSeparator() {
|
|
46
48
|
var _this = this;
|
|
47
49
|
this.id = '';
|
|
50
|
+
this.dataTest = 'audioSettingsDropdownSeparator';
|
|
48
51
|
this.setItemId = function (id) {
|
|
49
52
|
_this.id = "AudioSettingsDropdownSeparator_".concat(id);
|
|
50
53
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/audio-settings-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAwD;AAKxD,wCAAwC;AAExC;
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/audio-settings-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAwD;AAKxD,wCAAwC;AAExC;IAaE;;;;;;;;;;OAUG;IACH,qCAAY,EAEuB;YADjC,EAAE,QAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,gBAAa,EAAb,QAAQ,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA;QAD9D,iBAWC;QAlCD,OAAE,GAAW,EAAE,CAAC;QAoChB,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,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,qCAA6B,CAAC,MAAM,CAAC;IACnD,CAAC;IAKH,kCAAC;AAAD,CAAC,AAxCD,IAwCC;AAxCY,kEAA2B;AA0CxC;IAOE;;;;;;;;OAQG;IACH;QAAA,iBAEC;QAjBD,OAAE,GAAW,EAAE,CAAC;QAIhB,aAAQ,GAAW,gCAAgC,CAAC;QAepD,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,AAvBD,IAuBC;AAvBY,wEAA8B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MediaAreaItemType } from './media-area-item/enums';
|
|
2
2
|
import { ActionsBarItemType } from './actions-bar-item/enums';
|
|
3
3
|
import { AppsGalleryType } from './apps-gallery-item/enums';
|
|
4
4
|
import { AudioSettingsDropdownItemType } from './audio-settings-dropdown-item/enums';
|
|
@@ -14,7 +14,7 @@ import { UserCameraHelperItemType } from './user-camera-helper-item/enums';
|
|
|
14
14
|
import { UserCameraDropdownItemType } from './user-camera-dropdown-item/enums';
|
|
15
15
|
import { UserListDropdownItemType } from './user-list-dropdown-item/enums';
|
|
16
16
|
import { UserListItemAdditionalInformationType } from './user-list-item-additional-information/enums';
|
|
17
|
-
type PluginProvidedUiItemType = PresentationToolbarItemType | UserListDropdownItemType |
|
|
17
|
+
type PluginProvidedUiItemType = PresentationToolbarItemType | UserListDropdownItemType | MediaAreaItemType | ActionsBarItemType | AppsGalleryType | AudioSettingsDropdownItemType | PresentationDropdownItemType | NavBarItemType | OptionsDropdownItemType | CameraSettingsDropdownItemType | UserCameraDropdownItemType | UserListItemAdditionalInformationType | FloatingWindowType | GenericContentType | ScreenshareHelperItemType | UserCameraHelperItemType;
|
|
18
18
|
export interface PluginProvidedUiItemDescriptor {
|
|
19
19
|
/** Defined by BigBlueButton Plugin Engine. */
|
|
20
20
|
id: string;
|
|
@@ -5,6 +5,7 @@ export declare class CameraSettingsDropdownOption implements CameraSettingsDropd
|
|
|
5
5
|
type: CameraSettingsDropdownItemType;
|
|
6
6
|
label: string;
|
|
7
7
|
icon: string;
|
|
8
|
+
dataTest: string;
|
|
8
9
|
onClick: () => void;
|
|
9
10
|
/**
|
|
10
11
|
* Returns object to be used in the setter for the camera settings dropdown. In this case,
|
|
@@ -12,11 +13,12 @@ export declare class CameraSettingsDropdownOption implements CameraSettingsDropd
|
|
|
12
13
|
*
|
|
13
14
|
* @param label - label to be displayed in camera settings dropdown option.
|
|
14
15
|
* @param icon - icon to be used in the option for the dropdown. It goes in the left side of it.
|
|
16
|
+
* @param dataTest - data-test attribute to be used in the option for the dropdown.
|
|
15
17
|
* @param onClick - function to be called when clicking the button.
|
|
16
18
|
*
|
|
17
19
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
18
20
|
*/
|
|
19
|
-
constructor({ id, label, icon, onClick, }: CameraSettingsDropdownOptionProps);
|
|
21
|
+
constructor({ id, label, icon, dataTest, onClick, }: CameraSettingsDropdownOptionProps);
|
|
20
22
|
setItemId: (id: string) => void;
|
|
21
23
|
}
|
|
22
24
|
export declare class CameraSettingsDropdownSeparator implements CameraSettingsDropdownInterface {
|
|
@@ -10,14 +10,16 @@ var CameraSettingsDropdownOption = /** @class */ (function () {
|
|
|
10
10
|
*
|
|
11
11
|
* @param label - label to be displayed in camera settings dropdown option.
|
|
12
12
|
* @param icon - icon to be used in the option for the dropdown. It goes in the left side of it.
|
|
13
|
+
* @param dataTest - data-test attribute to be used in the option for the dropdown.
|
|
13
14
|
* @param onClick - function to be called when clicking the button.
|
|
14
15
|
*
|
|
15
16
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5).
|
|
16
17
|
*/
|
|
17
18
|
function CameraSettingsDropdownOption(_a) {
|
|
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 =
|
|
19
|
+
var id = _a.id, _b = _a.label, label = _b === void 0 ? '' : _b, _c = _a.icon, icon = _c === void 0 ? '' : _c, _d = _a.dataTest, dataTest = _d === void 0 ? '' : _d, _e = _a.onClick, onClick = _e === void 0 ? function () { } : _e;
|
|
19
20
|
var _this = this;
|
|
20
21
|
this.id = '';
|
|
22
|
+
this.dataTest = '';
|
|
21
23
|
this.setItemId = function (id) {
|
|
22
24
|
_this.id = "CameraSettingsDropdownOption_".concat(id);
|
|
23
25
|
};
|
|
@@ -26,6 +28,7 @@ var CameraSettingsDropdownOption = /** @class */ (function () {
|
|
|
26
28
|
}
|
|
27
29
|
this.label = label;
|
|
28
30
|
this.icon = icon;
|
|
31
|
+
this.dataTest = dataTest;
|
|
29
32
|
this.onClick = onClick;
|
|
30
33
|
this.type = enums_1.CameraSettingsDropdownItemType.OPTION;
|
|
31
34
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/camera-settings-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAyD;AAKzD,yCAAyC;AAEzC;
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/camera-settings-dropdown-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAyD;AAKzD,yCAAyC;AAEzC;IAaE;;;;;;;;;;OAUG;IACH,sCAAY,EAEwB;YADlC,EAAE,QAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,gBAAa,EAAb,QAAQ,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA;QAD9D,iBAWC;QAlCD,OAAE,GAAW,EAAE,CAAC;QAQhB,aAAQ,GAAW,EAAE,CAAC;QA4BtB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,uCAAgC,EAAE,CAAE,CAAC;QACjD,CAAC,CAAC;QAZA,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,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,sCAA8B,CAAC,MAAM,CAAC;IACpD,CAAC;IAKH,mCAAC;AAAD,CAAC,AAxCD,IAwCC;AAxCY,oEAA4B;AA0CzC;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,6 +1,6 @@
|
|
|
1
1
|
export * from './presentation-toolbar-item';
|
|
2
2
|
export * from './user-list-dropdown-item';
|
|
3
|
-
export * from './
|
|
3
|
+
export * from './media-area-item';
|
|
4
4
|
export * from './actions-bar-item';
|
|
5
5
|
export * from './apps-gallery-item';
|
|
6
6
|
export * from './audio-settings-dropdown-item';
|
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./presentation-toolbar-item"), exports);
|
|
18
18
|
__exportStar(require("./user-list-dropdown-item"), exports);
|
|
19
|
-
__exportStar(require("./
|
|
19
|
+
__exportStar(require("./media-area-item"), exports);
|
|
20
20
|
__exportStar(require("./actions-bar-item"), exports);
|
|
21
21
|
__exportStar(require("./apps-gallery-item"), exports);
|
|
22
22
|
__exportStar(require("./audio-settings-dropdown-item"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/extensible-areas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,4DAA0C;AAC1C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/extensible-areas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,4DAA0C;AAC1C,oDAAkC;AAClC,qDAAmC;AACnC,sDAAoC;AACpC,iEAA+C;AAC/C,+DAA6C;AAC7C,iDAA+B;AAC/B,4DAA0C;AAC1C,0DAAwC;AACxC,kEAAgD;AAChD,8DAA4C;AAC5C,4DAA0C;AAC1C,0EAAwD;AACxD,oDAAkC;AAClC,yDAAuC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MediaAreaItemType } from './enums';
|
|
2
|
+
import { MediaAreaInterface, MediaAreaOptionProps } from './types';
|
|
3
|
+
export declare class MediaAreaOption implements MediaAreaInterface {
|
|
4
|
+
id: string;
|
|
5
|
+
type: MediaAreaItemType;
|
|
6
|
+
label: string;
|
|
7
|
+
icon: string;
|
|
8
|
+
tooltip: string;
|
|
9
|
+
dataTest: string;
|
|
10
|
+
allowed: boolean;
|
|
11
|
+
onClick: () => void;
|
|
12
|
+
/**
|
|
13
|
+
* Returns the option for the media area
|
|
14
|
+
*
|
|
15
|
+
* @param label - label to be displayed on the option
|
|
16
|
+
* @param icon - icon to be displayed on the option
|
|
17
|
+
* @param tooltip - tooltip to be displayed when hovering over option
|
|
18
|
+
* @param dataTest - string attribute to be used for testing
|
|
19
|
+
* @param allowed - boolean indicating whether the option should be displayed
|
|
20
|
+
* @param onClick - function to be called when clicking
|
|
21
|
+
*
|
|
22
|
+
* @returns the option to be displayed in the media area
|
|
23
|
+
*/
|
|
24
|
+
constructor({ id, label, icon, tooltip, dataTest, allowed, onClick, }: MediaAreaOptionProps);
|
|
25
|
+
setItemId: (id: string) => void;
|
|
26
|
+
}
|
|
27
|
+
export declare class MediaAreaSeparator implements MediaAreaInterface {
|
|
28
|
+
id: string;
|
|
29
|
+
dataTest?: string;
|
|
30
|
+
type: MediaAreaItemType;
|
|
31
|
+
/**
|
|
32
|
+
* Returns the separator for the media area
|
|
33
|
+
*
|
|
34
|
+
* @param dataTest - optional string attribute to be used for testing
|
|
35
|
+
*
|
|
36
|
+
* @returns the separator to be displayed in the media area
|
|
37
|
+
*/
|
|
38
|
+
constructor({ dataTest }: {
|
|
39
|
+
dataTest?: string | undefined;
|
|
40
|
+
});
|
|
41
|
+
setItemId: (id: string) => void;
|
|
42
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaAreaSeparator = exports.MediaAreaOption = void 0;
|
|
4
|
+
var enums_1 = require("./enums");
|
|
5
|
+
// MediaArea Extensible Area
|
|
6
|
+
var MediaAreaOption = /** @class */ (function () {
|
|
7
|
+
/**
|
|
8
|
+
* Returns the option for the media area
|
|
9
|
+
*
|
|
10
|
+
* @param label - label to be displayed on the option
|
|
11
|
+
* @param icon - icon to be displayed on the option
|
|
12
|
+
* @param tooltip - tooltip to be displayed when hovering over option
|
|
13
|
+
* @param dataTest - string attribute to be used for testing
|
|
14
|
+
* @param allowed - boolean indicating whether the option should be displayed
|
|
15
|
+
* @param onClick - function to be called when clicking
|
|
16
|
+
*
|
|
17
|
+
* @returns the option to be displayed in the media area
|
|
18
|
+
*/
|
|
19
|
+
function MediaAreaOption(_a) {
|
|
20
|
+
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.dataTest, dataTest = _e === void 0 ? '' : _e, _f = _a.allowed, allowed = _f === void 0 ? true : _f, _g = _a.onClick, onClick = _g === void 0 ? function () { } : _g;
|
|
21
|
+
var _this = this;
|
|
22
|
+
this.id = '';
|
|
23
|
+
this.setItemId = function (id) {
|
|
24
|
+
_this.id = "MediaAreaOption_".concat(id);
|
|
25
|
+
};
|
|
26
|
+
if (id) {
|
|
27
|
+
this.id = id;
|
|
28
|
+
}
|
|
29
|
+
this.label = label;
|
|
30
|
+
this.icon = icon;
|
|
31
|
+
this.tooltip = tooltip;
|
|
32
|
+
this.dataTest = dataTest;
|
|
33
|
+
this.allowed = allowed;
|
|
34
|
+
this.onClick = onClick;
|
|
35
|
+
this.type = enums_1.MediaAreaItemType.OPTION;
|
|
36
|
+
}
|
|
37
|
+
return MediaAreaOption;
|
|
38
|
+
}());
|
|
39
|
+
exports.MediaAreaOption = MediaAreaOption;
|
|
40
|
+
var MediaAreaSeparator = /** @class */ (function () {
|
|
41
|
+
/**
|
|
42
|
+
* Returns the separator for the media area
|
|
43
|
+
*
|
|
44
|
+
* @param dataTest - optional string attribute to be used for testing
|
|
45
|
+
*
|
|
46
|
+
* @returns the separator to be displayed in the media area
|
|
47
|
+
*/
|
|
48
|
+
function MediaAreaSeparator(_a) {
|
|
49
|
+
var _b = _a.dataTest, dataTest = _b === void 0 ? '' : _b;
|
|
50
|
+
var _this = this;
|
|
51
|
+
this.id = '';
|
|
52
|
+
this.setItemId = function (id) {
|
|
53
|
+
_this.id = "MediaAreaSeparator_".concat(id);
|
|
54
|
+
};
|
|
55
|
+
this.type = enums_1.MediaAreaItemType.SEPARATOR;
|
|
56
|
+
this.dataTest = dataTest;
|
|
57
|
+
}
|
|
58
|
+
return MediaAreaSeparator;
|
|
59
|
+
}());
|
|
60
|
+
exports.MediaAreaSeparator = MediaAreaSeparator;
|
|
61
|
+
//# sourceMappingURL=component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/media-area-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAA4C;AAK5C,4BAA4B;AAE5B;IAiBE;;;;;;;;;;;OAWG;IACH,yBAAY,EAEW;YADrB,EAAE,QAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,YAAS,EAAT,IAAI,mBAAG,EAAE,KAAA,EAAE,eAAY,EAAZ,OAAO,mBAAG,EAAE,KAAA,EAAE,gBAAa,EAAb,QAAQ,mBAAG,EAAE,KAAA,EAAE,eAAc,EAAd,OAAO,mBAAG,IAAI,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA;QAD5F,iBAaC;QAzCD,OAAE,GAAW,EAAE,CAAC;QA2ChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,0BAAmB,EAAE,CAAE,CAAC;QACpC,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,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,IAAI,GAAG,yBAAiB,CAAC,MAAM,CAAC;IACvC,CAAC;IAKH,sBAAC;AAAD,CAAC,AA/CD,IA+CC;AA/CY,0CAAe;AAiD5B;IAOE;;;;;;OAMG;IACH,4BAAY,EAAiB;YAAf,gBAAa,EAAb,QAAQ,mBAAG,EAAE,KAAA;QAA3B,iBAGC;QAhBD,OAAE,GAAW,EAAE,CAAC;QAkBhB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,6BAAsB,EAAE,CAAE,CAAC;QACvC,CAAC,CAAC;QANA,IAAI,CAAC,IAAI,GAAG,yBAAiB,CAAC,SAAS,CAAC;QACxC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC3B,CAAC;IAKH,yBAAC;AAAD,CAAC,AAtBD,IAsBC;AAtBY,gDAAkB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaAreaItemType = void 0;
|
|
4
|
+
// Media area dropdown items types:
|
|
5
|
+
var MediaAreaItemType;
|
|
6
|
+
(function (MediaAreaItemType) {
|
|
7
|
+
MediaAreaItemType["OPTION"] = "MEDIA_AREA_OPTION";
|
|
8
|
+
MediaAreaItemType["SEPARATOR"] = "MEDIA_AREA_SEPARATOR";
|
|
9
|
+
})(MediaAreaItemType || (exports.MediaAreaItemType = MediaAreaItemType = {}));
|
|
10
|
+
//# sourceMappingURL=enums.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/extensible-areas/media-area-item/enums.ts"],"names":[],"mappings":";;;AAAA,mCAAmC;AACnC,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,iDAA4B,CAAA;IAC5B,uDAAkC,CAAA;AACpC,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MediaAreaSeparator = exports.MediaAreaOption = void 0;
|
|
4
|
+
var component_1 = require("./component");
|
|
5
|
+
Object.defineProperty(exports, "MediaAreaOption", { enumerable: true, get: function () { return component_1.MediaAreaOption; } });
|
|
6
|
+
Object.defineProperty(exports, "MediaAreaSeparator", { enumerable: true, get: function () { return component_1.MediaAreaSeparator; } });
|
|
7
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/extensible-areas/media-area-item/index.ts"],"names":[],"mappings":";;;AAAA,yCAGqB;AAFnB,4GAAA,eAAe,OAAA;AACf,+GAAA,kBAAkB,OAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PluginProvidedUiItemDescriptor } from '../base';
|
|
2
|
+
/**
|
|
3
|
+
* Interface for a generic item for the media area.
|
|
4
|
+
*/
|
|
5
|
+
export interface MediaAreaInterface extends PluginProvidedUiItemDescriptor {
|
|
6
|
+
}
|
|
7
|
+
export interface MediaAreaOptionProps {
|
|
8
|
+
id?: string;
|
|
9
|
+
label: string;
|
|
10
|
+
icon: string;
|
|
11
|
+
tooltip: string;
|
|
12
|
+
dataTest?: string;
|
|
13
|
+
allowed: boolean;
|
|
14
|
+
onClick: () => void;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/extensible-areas/media-area-item/types.ts"],"names":[],"mappings":""}
|
|
@@ -7,6 +7,7 @@ export declare class PresentationToolbarButton implements PresentationToolbarInt
|
|
|
7
7
|
label: string;
|
|
8
8
|
tooltip: string;
|
|
9
9
|
style: React.CSSProperties;
|
|
10
|
+
dataTest: string;
|
|
10
11
|
onClick: () => void;
|
|
11
12
|
/**
|
|
12
13
|
* Returns object to be used in the setter for presentation toolbar. In this case
|
|
@@ -16,10 +17,11 @@ export declare class PresentationToolbarButton implements PresentationToolbarInt
|
|
|
16
17
|
* @param tooltip - tooltip to be displayed when hovering the button
|
|
17
18
|
* @param onClick - function to be called when clicking the button
|
|
18
19
|
* @param style - style of the button in the presentation toolbar
|
|
20
|
+
* @param dataTest - data-test attribute for testing purposes
|
|
19
21
|
*
|
|
20
22
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
21
23
|
*/
|
|
22
|
-
constructor({ id, label, tooltip, onClick, style, }: PresentationToolbarButtonProps);
|
|
24
|
+
constructor({ id, label, tooltip, dataTest, onClick, style, }: PresentationToolbarButtonProps);
|
|
23
25
|
setItemId: (id: string) => void;
|
|
24
26
|
}
|
|
25
27
|
export declare class PresentationToolbarSpinner implements PresentationToolbarInterface {
|
|
@@ -12,11 +12,12 @@ var PresentationToolbarButton = /** @class */ (function () {
|
|
|
12
12
|
* @param tooltip - tooltip to be displayed when hovering the button
|
|
13
13
|
* @param onClick - function to be called when clicking the button
|
|
14
14
|
* @param style - style of the button in the presentation toolbar
|
|
15
|
+
* @param dataTest - data-test attribute for testing purposes
|
|
15
16
|
*
|
|
16
17
|
* @returns Object that will be interpreted by the core of Bigbluebutton (HTML5)
|
|
17
18
|
*/
|
|
18
19
|
function PresentationToolbarButton(_a) {
|
|
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 =
|
|
20
|
+
var id = _a.id, _b = _a.label, label = _b === void 0 ? '' : _b, _c = _a.tooltip, tooltip = _c === void 0 ? '' : _c, _d = _a.dataTest, dataTest = _d === void 0 ? '' : _d, _e = _a.onClick, onClick = _e === void 0 ? function () { } : _e, _f = _a.style, style = _f === void 0 ? {} : _f;
|
|
20
21
|
var _this = this;
|
|
21
22
|
this.id = '';
|
|
22
23
|
this.setItemId = function (id) {
|
|
@@ -29,6 +30,7 @@ var PresentationToolbarButton = /** @class */ (function () {
|
|
|
29
30
|
this.tooltip = tooltip;
|
|
30
31
|
this.onClick = onClick;
|
|
31
32
|
this.style = style;
|
|
33
|
+
this.dataTest = dataTest;
|
|
32
34
|
this.type = enums_1.PresentationToolbarItemType.BUTTON;
|
|
33
35
|
}
|
|
34
36
|
return PresentationToolbarButton;
|
|
@@ -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;
|
|
1
|
+
{"version":3,"file":"component.js","sourceRoot":"","sources":["../../../../src/extensible-areas/presentation-toolbar-item/component.ts"],"names":[],"mappings":";;;AAAA,iCAAsD;AAKtD,sCAAsC;AAEtC;IAeE;;;;;;;;;;;OAWG;IACH,mCAAY,EAEqB;YAD/B,EAAE,QAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA,EAAE,eAAY,EAAZ,OAAO,mBAAG,EAAE,KAAA,EAAE,gBAAa,EAAb,QAAQ,mBAAG,EAAE,KAAA,EAAE,eAAkB,EAAlB,OAAO,mBAAG,cAAO,CAAC,KAAA,EAAE,aAAU,EAAV,KAAK,mBAAG,EAAE,KAAA;QAD7E,iBAYC;QAtCD,OAAE,GAAW,EAAE,CAAC;QAwChB,cAAS,GAAyB,UAAC,EAAU;YAC3C,KAAI,CAAC,EAAE,GAAG,oCAA6B,EAAE,CAAE,CAAC;QAC9C,CAAC,CAAC;QAbA,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,QAAQ,GAAG,QAAQ,CAAC;QACzB,IAAI,CAAC,IAAI,GAAG,mCAA2B,CAAC,MAAM,CAAC;IACjD,CAAC;IAKH,gCAAC;AAAD,CAAC,AA5CD,IA4CC;AA5CY,8DAAyB;AA8CtC;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"}
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './extensible-areas';
|
|
2
2
|
export * from './data-consumption';
|
|
3
3
|
export * from './data-channel';
|
|
4
|
-
export * from './ui-data
|
|
4
|
+
export * from './ui-data';
|
|
5
5
|
export * from './server-commands';
|
|
6
6
|
export * from './ui-commands';
|
|
7
7
|
export * from './core';
|
package/dist/cjs/index.js
CHANGED
|
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./extensible-areas"), exports);
|
|
18
18
|
__exportStar(require("./data-consumption"), exports);
|
|
19
19
|
__exportStar(require("./data-channel"), exports);
|
|
20
|
-
__exportStar(require("./ui-data
|
|
20
|
+
__exportStar(require("./ui-data"), exports);
|
|
21
21
|
__exportStar(require("./server-commands"), exports);
|
|
22
22
|
__exportStar(require("./ui-commands"), exports);
|
|
23
23
|
__exportStar(require("./core"), exports);
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AAEnC,qDAAmC;AAEnC,iDAA+B;AAE/B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AAEnC,qDAAmC;AAEnC,iDAA+B;AAE/B,4CAA0B;AAE1B,oDAAkC;AAElC,gDAA8B;AAE9B,yCAAuB;AAEvB,0CAAwB"}
|