videomail-client 13.7.2 → 13.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +3 -4
- package/dist/esm/index.js +3 -4
- package/dist/umd/index.js +3 -4
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -10826,7 +10826,7 @@ var __webpack_exports__ = {};
|
|
|
10826
10826
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10827
10827
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10828
10828
|
var package_namespaceObject = {
|
|
10829
|
-
rE: "13.7.
|
|
10829
|
+
rE: "13.7.3"
|
|
10830
10830
|
};
|
|
10831
10831
|
function isAudioEnabled(options) {
|
|
10832
10832
|
return Boolean(options.audio.enabled);
|
|
@@ -14722,9 +14722,8 @@ var __webpack_exports__ = {};
|
|
|
14722
14722
|
if ((null == params ? void 0 : params.key) || (null == (_this_keyInput = this.keyInput) ? void 0 : _this_keyInput.value)) {
|
|
14723
14723
|
if ((null == params ? void 0 : params.key) && this.keyInput) {
|
|
14724
14724
|
this.keyInput.value = params.key;
|
|
14725
|
-
this.keyInput.dispatchEvent(new InputEvent("
|
|
14726
|
-
bubbles: true
|
|
14727
|
-
data: params.key
|
|
14725
|
+
this.keyInput.dispatchEvent(new InputEvent("input", {
|
|
14726
|
+
bubbles: true
|
|
14728
14727
|
}));
|
|
14729
14728
|
}
|
|
14730
14729
|
} else {
|
package/dist/esm/index.js
CHANGED
|
@@ -3569,7 +3569,7 @@ const constants = {
|
|
|
3569
3569
|
}
|
|
3570
3570
|
};
|
|
3571
3571
|
var package_namespaceObject = {
|
|
3572
|
-
rE: "13.7.
|
|
3572
|
+
rE: "13.7.3"
|
|
3573
3573
|
};
|
|
3574
3574
|
function isAudioEnabled(options) {
|
|
3575
3575
|
return Boolean(options.audio.enabled);
|
|
@@ -4128,9 +4128,8 @@ class Form extends util_Despot {
|
|
|
4128
4128
|
if (params?.key || this.keyInput?.value) {
|
|
4129
4129
|
if (params?.key && this.keyInput) {
|
|
4130
4130
|
this.keyInput.value = params.key;
|
|
4131
|
-
this.keyInput.dispatchEvent(new InputEvent("
|
|
4132
|
-
bubbles: true
|
|
4133
|
-
data: params.key
|
|
4131
|
+
this.keyInput.dispatchEvent(new InputEvent("input", {
|
|
4132
|
+
bubbles: true
|
|
4134
4133
|
}));
|
|
4135
4134
|
}
|
|
4136
4135
|
} else {
|
package/dist/umd/index.js
CHANGED
|
@@ -10832,7 +10832,7 @@
|
|
|
10832
10832
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10833
10833
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10834
10834
|
var package_namespaceObject = {
|
|
10835
|
-
rE: "13.7.
|
|
10835
|
+
rE: "13.7.3"
|
|
10836
10836
|
};
|
|
10837
10837
|
function isAudioEnabled(options) {
|
|
10838
10838
|
return Boolean(options.audio.enabled);
|
|
@@ -14684,9 +14684,8 @@
|
|
|
14684
14684
|
if (params?.key || this.keyInput?.value) {
|
|
14685
14685
|
if (params?.key && this.keyInput) {
|
|
14686
14686
|
this.keyInput.value = params.key;
|
|
14687
|
-
this.keyInput.dispatchEvent(new InputEvent("
|
|
14688
|
-
bubbles: true
|
|
14689
|
-
data: params.key
|
|
14687
|
+
this.keyInput.dispatchEvent(new InputEvent("input", {
|
|
14688
|
+
bubbles: true
|
|
14690
14689
|
}));
|
|
14691
14690
|
}
|
|
14692
14691
|
} else {
|