@webex/widgets 1.28.0 → 1.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/webexWidgets.esm.js
CHANGED
@@ -4854,7 +4854,7 @@ var z = cjs.exports;
|
|
4854
4854
|
|
4855
4855
|
/**
|
4856
4856
|
* Webex Component System.
|
4857
|
-
* Copyright (c)
|
4857
|
+
* Copyright (c) 2025 Cisco Systems, Inc and its affiliates.
|
4858
4858
|
*
|
4859
4859
|
* This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
|
4860
4860
|
*/
|
@@ -5717,8 +5717,7 @@ var We = function (r) {
|
|
5717
5717
|
tooltip: "Microphone Devices",
|
5718
5718
|
noOptionsMessage: "No available microphones",
|
5719
5719
|
options: null,
|
5720
|
-
selected: null
|
5721
|
-
hint: 'Use arrow keys to navigate between microphone options and hit "Enter" to select.'
|
5720
|
+
selected: null
|
5722
5721
|
}), r.complete()) : r.error(new Error('Could not find meeting with ID "'.concat(e, '" to add switch microphone control')));
|
5723
5722
|
}),
|
5724
5723
|
i = n.pipe(concatMap(function (e) {
|
@@ -5922,8 +5921,7 @@ var ut = function (r) {
|
|
5922
5921
|
tooltip: it ? "Speaker Devices" : "The current browser does not support changing speakers",
|
5923
5922
|
noOptionsMessage: "No available speakers",
|
5924
5923
|
options: null,
|
5925
|
-
selected: null
|
5926
|
-
hint: 'Use arrow keys to navigate between speaker options and hit "Enter" to select.'
|
5924
|
+
selected: null
|
5927
5925
|
}), r.complete()) : r.error(new Error('Could not find meeting with ID "'.concat(e, '" to add switch speaker control')));
|
5928
5926
|
}),
|
5929
5927
|
i = n.pipe(concatMap(function (e) {
|
@@ -48716,9 +48714,7 @@ function mu(e) {
|
|
48716
48714
|
className: "".concat(x("selected-option"), " ").concat(v ? x("expanded") : ""),
|
48717
48715
|
id: "".concat(P, "-control"),
|
48718
48716
|
onClick: function () {
|
48719
|
-
return e = !1, void (i ||
|
48720
|
-
withKey: e
|
48721
|
-
}));
|
48717
|
+
return e = !1, void (i || (v ? L() : k(e)));
|
48722
48718
|
var e;
|
48723
48719
|
},
|
48724
48720
|
onKeyDown: function (e) {
|
@@ -57035,7 +57031,7 @@ var WebexMeetings = Ic(Pc(WebexMeetingsWidget), function (props) {
|
|
57035
57031
|
},
|
57036
57032
|
config: {
|
57037
57033
|
appName: appName,
|
57038
|
-
appVersion: "1.
|
57034
|
+
appVersion: "1.28.0",
|
57039
57035
|
fedramp: props.fedramp,
|
57040
57036
|
meetings: {
|
57041
57037
|
experimental: {
|