mtxt-ui3 0.0.29 → 0.0.31
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/components/index.cjs +4 -1
- package/dist/components/index.js +4 -1
- package/dist/hooks/index.cjs +3 -0
- package/dist/hooks/index.js +3 -0
- package/dist/index.cjs +5 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -2
- package/dist/video/index.cjs +4 -1
- package/dist/video/index.js +4 -1
- package/package.json +1 -1
|
@@ -6560,6 +6560,9 @@ class WebRtcMt$1 {
|
|
|
6560
6560
|
resolve(res);
|
|
6561
6561
|
} else {
|
|
6562
6562
|
console.log("\u62C9\u6D41\u63A5\u53E3\u8FD4\u56DE\u5931\u8D25");
|
|
6563
|
+
setTimeout(() => {
|
|
6564
|
+
this.rePlay();
|
|
6565
|
+
}, 10 * 1e3);
|
|
6563
6566
|
reject(false);
|
|
6564
6567
|
}
|
|
6565
6568
|
});
|
|
@@ -6811,7 +6814,7 @@ const VideoPlayerV2 = vue.defineComponent({
|
|
|
6811
6814
|
if (nval) {
|
|
6812
6815
|
console.info("player ===> ", nval);
|
|
6813
6816
|
} else {
|
|
6814
|
-
console.log("player ===> add
|
|
6817
|
+
console.log("player ===> add 500000000!");
|
|
6815
6818
|
stopPlay();
|
|
6816
6819
|
getVideoDetail(_prop.camera);
|
|
6817
6820
|
}
|
package/dist/components/index.js
CHANGED
|
@@ -6550,6 +6550,9 @@ class WebRtcMt$1 {
|
|
|
6550
6550
|
resolve(res);
|
|
6551
6551
|
} else {
|
|
6552
6552
|
console.log("\u62C9\u6D41\u63A5\u53E3\u8FD4\u56DE\u5931\u8D25");
|
|
6553
|
+
setTimeout(() => {
|
|
6554
|
+
this.rePlay();
|
|
6555
|
+
}, 10 * 1e3);
|
|
6553
6556
|
reject(false);
|
|
6554
6557
|
}
|
|
6555
6558
|
});
|
|
@@ -6801,7 +6804,7 @@ const VideoPlayerV2 = defineComponent({
|
|
|
6801
6804
|
if (nval) {
|
|
6802
6805
|
console.info("player ===> ", nval);
|
|
6803
6806
|
} else {
|
|
6804
|
-
console.log("player ===> add
|
|
6807
|
+
console.log("player ===> add 500000000!");
|
|
6805
6808
|
stopPlay();
|
|
6806
6809
|
getVideoDetail(_prop.camera);
|
|
6807
6810
|
}
|
package/dist/hooks/index.cjs
CHANGED
package/dist/hooks/index.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -21,7 +21,7 @@ var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
|
|
|
21
21
|
var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
|
|
22
22
|
var zhCN__default = /*#__PURE__*/_interopDefaultLegacy(zhCN);
|
|
23
23
|
|
|
24
|
-
var version = "0.0.
|
|
24
|
+
var version = "0.0.30";
|
|
25
25
|
|
|
26
26
|
const setRem = opt => {
|
|
27
27
|
const fontSize = opt.fontSize || 14;
|
|
@@ -6576,6 +6576,9 @@ class WebRtcMt$1 {
|
|
|
6576
6576
|
resolve(res);
|
|
6577
6577
|
} else {
|
|
6578
6578
|
console.log("\u62C9\u6D41\u63A5\u53E3\u8FD4\u56DE\u5931\u8D25");
|
|
6579
|
+
setTimeout(() => {
|
|
6580
|
+
this.rePlay();
|
|
6581
|
+
}, 10 * 1e3);
|
|
6579
6582
|
reject(false);
|
|
6580
6583
|
}
|
|
6581
6584
|
});
|
|
@@ -7342,7 +7345,7 @@ const VideoPlayerV2 = vue.defineComponent({
|
|
|
7342
7345
|
if (nval) {
|
|
7343
7346
|
console.info("player ===> ", nval);
|
|
7344
7347
|
} else {
|
|
7345
|
-
console.log("player ===> add
|
|
7348
|
+
console.log("player ===> add 500000000!");
|
|
7346
7349
|
stopPlay();
|
|
7347
7350
|
getVideoDetail(_prop.camera);
|
|
7348
7351
|
}
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { SearchOutlined, CaretUpOutlined, CaretRightOutlined, CaretDownOutlined,
|
|
|
9
9
|
import 'ant-design-vue/dist/antd.less';
|
|
10
10
|
import zhCN from 'dayjs/locale/zh-cn';
|
|
11
11
|
|
|
12
|
-
var version = "0.0.
|
|
12
|
+
var version = "0.0.30";
|
|
13
13
|
|
|
14
14
|
const setRem = opt => {
|
|
15
15
|
const fontSize = opt.fontSize || 14;
|
|
@@ -6564,6 +6564,9 @@ class WebRtcMt$1 {
|
|
|
6564
6564
|
resolve(res);
|
|
6565
6565
|
} else {
|
|
6566
6566
|
console.log("\u62C9\u6D41\u63A5\u53E3\u8FD4\u56DE\u5931\u8D25");
|
|
6567
|
+
setTimeout(() => {
|
|
6568
|
+
this.rePlay();
|
|
6569
|
+
}, 10 * 1e3);
|
|
6567
6570
|
reject(false);
|
|
6568
6571
|
}
|
|
6569
6572
|
});
|
|
@@ -7330,7 +7333,7 @@ const VideoPlayerV2 = defineComponent({
|
|
|
7330
7333
|
if (nval) {
|
|
7331
7334
|
console.info("player ===> ", nval);
|
|
7332
7335
|
} else {
|
|
7333
|
-
console.log("player ===> add
|
|
7336
|
+
console.log("player ===> add 500000000!");
|
|
7334
7337
|
stopPlay();
|
|
7335
7338
|
getVideoDetail(_prop.camera);
|
|
7336
7339
|
}
|
package/dist/video/index.cjs
CHANGED
|
@@ -5785,6 +5785,9 @@ class WebRtcMt$1 {
|
|
|
5785
5785
|
resolve(res);
|
|
5786
5786
|
} else {
|
|
5787
5787
|
console.log("\u62C9\u6D41\u63A5\u53E3\u8FD4\u56DE\u5931\u8D25");
|
|
5788
|
+
setTimeout(() => {
|
|
5789
|
+
this.rePlay();
|
|
5790
|
+
}, 10 * 1e3);
|
|
5788
5791
|
reject(false);
|
|
5789
5792
|
}
|
|
5790
5793
|
});
|
|
@@ -6053,7 +6056,7 @@ const VideoPlayerV2 = vue.defineComponent({
|
|
|
6053
6056
|
if (nval) {
|
|
6054
6057
|
console.info("player ===> ", nval);
|
|
6055
6058
|
} else {
|
|
6056
|
-
console.log("player ===> add
|
|
6059
|
+
console.log("player ===> add 500000000!");
|
|
6057
6060
|
stopPlay();
|
|
6058
6061
|
getVideoDetail(_prop.camera);
|
|
6059
6062
|
}
|
package/dist/video/index.js
CHANGED
|
@@ -5777,6 +5777,9 @@ class WebRtcMt$1 {
|
|
|
5777
5777
|
resolve(res);
|
|
5778
5778
|
} else {
|
|
5779
5779
|
console.log("\u62C9\u6D41\u63A5\u53E3\u8FD4\u56DE\u5931\u8D25");
|
|
5780
|
+
setTimeout(() => {
|
|
5781
|
+
this.rePlay();
|
|
5782
|
+
}, 10 * 1e3);
|
|
5780
5783
|
reject(false);
|
|
5781
5784
|
}
|
|
5782
5785
|
});
|
|
@@ -6045,7 +6048,7 @@ const VideoPlayerV2 = defineComponent({
|
|
|
6045
6048
|
if (nval) {
|
|
6046
6049
|
console.info("player ===> ", nval);
|
|
6047
6050
|
} else {
|
|
6048
|
-
console.log("player ===> add
|
|
6051
|
+
console.log("player ===> add 500000000!");
|
|
6049
6052
|
stopPlay();
|
|
6050
6053
|
getVideoDetail(_prop.camera);
|
|
6051
6054
|
}
|