videomail-client 11.4.7 → 11.4.8
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 -2
- package/dist/esm/index.js +3 -2
- package/dist/umd/index.js +3 -2
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -10642,7 +10642,7 @@ var __webpack_exports__ = {};
|
|
|
10642
10642
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10643
10643
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10644
10644
|
var package_namespaceObject = {
|
|
10645
|
-
rE: "11.4.
|
|
10645
|
+
rE: "11.4.8"
|
|
10646
10646
|
};
|
|
10647
10647
|
var defined = __webpack_require__("./node_modules/defined/index.js");
|
|
10648
10648
|
var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
|
|
@@ -18532,7 +18532,7 @@ var __webpack_exports__ = {};
|
|
|
18532
18532
|
let force = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : false;
|
|
18533
18533
|
let runValidation = true;
|
|
18534
18534
|
let valid = true;
|
|
18535
|
-
if (this.options.enableAutoValidation) {
|
|
18535
|
+
if (this.built) if (this.options.enableAutoValidation) {
|
|
18536
18536
|
if (force) runValidation = force;
|
|
18537
18537
|
else if (this.isNotifying()) runValidation = false;
|
|
18538
18538
|
else if (this.visuals.isConnected()) {
|
|
@@ -18543,6 +18543,7 @@ var __webpack_exports__ = {};
|
|
|
18543
18543
|
runValidation = false;
|
|
18544
18544
|
this.lastValidation = true;
|
|
18545
18545
|
}
|
|
18546
|
+
else runValidation = false;
|
|
18546
18547
|
if (runValidation) {
|
|
18547
18548
|
var _event_target;
|
|
18548
18549
|
const targetName = null == event ? void 0 : null == (_event_target = event.target) ? void 0 : _event_target.name;
|
package/dist/esm/index.js
CHANGED
|
@@ -3607,7 +3607,7 @@ const constants = {
|
|
|
3607
3607
|
}
|
|
3608
3608
|
};
|
|
3609
3609
|
var package_namespaceObject = {
|
|
3610
|
-
rE: "11.4.
|
|
3610
|
+
rE: "11.4.8"
|
|
3611
3611
|
};
|
|
3612
3612
|
const VideoType = {
|
|
3613
3613
|
WebM: "webm",
|
|
@@ -7934,7 +7934,7 @@ class Container extends util_Despot {
|
|
|
7934
7934
|
validate(event, force = false) {
|
|
7935
7935
|
let runValidation = true;
|
|
7936
7936
|
let valid = true;
|
|
7937
|
-
if (this.options.enableAutoValidation) {
|
|
7937
|
+
if (this.built) if (this.options.enableAutoValidation) {
|
|
7938
7938
|
if (force) runValidation = force;
|
|
7939
7939
|
else if (this.isNotifying()) runValidation = false;
|
|
7940
7940
|
else if (this.visuals.isConnected()) runValidation = this.visuals.isUserMediaLoaded() ?? this.visuals.isReplayShown();
|
|
@@ -7943,6 +7943,7 @@ class Container extends util_Despot {
|
|
|
7943
7943
|
runValidation = false;
|
|
7944
7944
|
this.lastValidation = true;
|
|
7945
7945
|
}
|
|
7946
|
+
else runValidation = false;
|
|
7946
7947
|
if (runValidation) {
|
|
7947
7948
|
const targetName = event?.target?.name;
|
|
7948
7949
|
if (targetName) this.emit("VALIDATING", {
|
package/dist/umd/index.js
CHANGED
|
@@ -10648,7 +10648,7 @@
|
|
|
10648
10648
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10649
10649
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10650
10650
|
var package_namespaceObject = {
|
|
10651
|
-
rE: "11.4.
|
|
10651
|
+
rE: "11.4.8"
|
|
10652
10652
|
};
|
|
10653
10653
|
var defined = __webpack_require__("./node_modules/defined/index.js");
|
|
10654
10654
|
var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
|
|
@@ -18302,7 +18302,7 @@
|
|
|
18302
18302
|
validate(event, force = false) {
|
|
18303
18303
|
let runValidation = true;
|
|
18304
18304
|
let valid = true;
|
|
18305
|
-
if (this.options.enableAutoValidation) {
|
|
18305
|
+
if (this.built) if (this.options.enableAutoValidation) {
|
|
18306
18306
|
if (force) runValidation = force;
|
|
18307
18307
|
else if (this.isNotifying()) runValidation = false;
|
|
18308
18308
|
else if (this.visuals.isConnected()) runValidation = this.visuals.isUserMediaLoaded() ?? this.visuals.isReplayShown();
|
|
@@ -18311,6 +18311,7 @@
|
|
|
18311
18311
|
runValidation = false;
|
|
18312
18312
|
this.lastValidation = true;
|
|
18313
18313
|
}
|
|
18314
|
+
else runValidation = false;
|
|
18314
18315
|
if (runValidation) {
|
|
18315
18316
|
const targetName = event?.target?.name;
|
|
18316
18317
|
if (targetName) this.emit("VALIDATING", {
|