inl-ui 0.1.26 → 0.1.27
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 -4
- package/dist/components/index.js +4 -4
- package/dist/hooks/index.cjs +4 -4
- package/dist/hooks/index.js +4 -4
- package/dist/index.cjs +5 -5
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -5
- package/dist/tplib/index.cjs +4 -4
- package/dist/tplib/index.js +4 -4
- package/dist/video/index.cjs +4 -4
- package/dist/video/index.js +4 -4
- package/dist/videoMobile/index.cjs +4 -4
- package/dist/videoMobile/index.js +4 -4
- package/package.json +1 -1
|
@@ -6307,12 +6307,12 @@ class WebRtcMt$1 {
|
|
|
6307
6307
|
response.json().then(res => {
|
|
6308
6308
|
if (res.code === 0) {
|
|
6309
6309
|
this.startPlay(plays);
|
|
6310
|
-
resolve(res);
|
|
6311
6310
|
} else {
|
|
6312
|
-
|
|
6313
|
-
|
|
6314
|
-
|
|
6311
|
+
setTimeout(() => {
|
|
6312
|
+
this.rePlay();
|
|
6313
|
+
}, 3 * 60 * 1e3);
|
|
6315
6314
|
}
|
|
6315
|
+
resolve(res);
|
|
6316
6316
|
});
|
|
6317
6317
|
}).catch(err => {
|
|
6318
6318
|
setTimeout(() => {
|
package/dist/components/index.js
CHANGED
|
@@ -6296,12 +6296,12 @@ class WebRtcMt$1 {
|
|
|
6296
6296
|
response.json().then(res => {
|
|
6297
6297
|
if (res.code === 0) {
|
|
6298
6298
|
this.startPlay(plays);
|
|
6299
|
-
resolve(res);
|
|
6300
6299
|
} else {
|
|
6301
|
-
|
|
6302
|
-
|
|
6303
|
-
|
|
6300
|
+
setTimeout(() => {
|
|
6301
|
+
this.rePlay();
|
|
6302
|
+
}, 3 * 60 * 1e3);
|
|
6304
6303
|
}
|
|
6304
|
+
resolve(res);
|
|
6305
6305
|
});
|
|
6306
6306
|
}).catch(err => {
|
|
6307
6307
|
setTimeout(() => {
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -6010,12 +6010,12 @@ class WebRtcMt {
|
|
|
6010
6010
|
response.json().then(res => {
|
|
6011
6011
|
if (res.code === 0) {
|
|
6012
6012
|
this.startPlay(plays);
|
|
6013
|
-
resolve(res);
|
|
6014
6013
|
} else {
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
|
|
6014
|
+
setTimeout(() => {
|
|
6015
|
+
this.rePlay();
|
|
6016
|
+
}, 3 * 60 * 1e3);
|
|
6018
6017
|
}
|
|
6018
|
+
resolve(res);
|
|
6019
6019
|
});
|
|
6020
6020
|
}).catch(err => {
|
|
6021
6021
|
setTimeout(() => {
|
package/dist/hooks/index.js
CHANGED
|
@@ -6001,12 +6001,12 @@ class WebRtcMt {
|
|
|
6001
6001
|
response.json().then(res => {
|
|
6002
6002
|
if (res.code === 0) {
|
|
6003
6003
|
this.startPlay(plays);
|
|
6004
|
-
resolve(res);
|
|
6005
6004
|
} else {
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
|
|
6005
|
+
setTimeout(() => {
|
|
6006
|
+
this.rePlay();
|
|
6007
|
+
}, 3 * 60 * 1e3);
|
|
6009
6008
|
}
|
|
6009
|
+
resolve(res);
|
|
6010
6010
|
});
|
|
6011
6011
|
}).catch(err => {
|
|
6012
6012
|
setTimeout(() => {
|
package/dist/index.cjs
CHANGED
|
@@ -44,7 +44,7 @@ var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
|
|
|
44
44
|
var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
|
|
45
45
|
var EZUIKit__default = /*#__PURE__*/_interopDefaultLegacy(EZUIKit);
|
|
46
46
|
|
|
47
|
-
var version = "0.1.
|
|
47
|
+
var version = "0.1.26";
|
|
48
48
|
|
|
49
49
|
const setTheme = theme => {
|
|
50
50
|
if (theme === "dark") {
|
|
@@ -6706,12 +6706,12 @@ class WebRtcMt$1 {
|
|
|
6706
6706
|
response.json().then(res => {
|
|
6707
6707
|
if (res.code === 0) {
|
|
6708
6708
|
this.startPlay(plays);
|
|
6709
|
-
resolve(res);
|
|
6710
6709
|
} else {
|
|
6711
|
-
|
|
6712
|
-
|
|
6713
|
-
|
|
6710
|
+
setTimeout(() => {
|
|
6711
|
+
this.rePlay();
|
|
6712
|
+
}, 3 * 60 * 1e3);
|
|
6714
6713
|
}
|
|
6714
|
+
resolve(res);
|
|
6715
6715
|
});
|
|
6716
6716
|
}).catch(err => {
|
|
6717
6717
|
setTimeout(() => {
|
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { Key } from 'ant-design-vue/lib/table/interface';
|
|
|
11
11
|
import * as vue_jsx_runtime from 'vue/jsx-runtime';
|
|
12
12
|
import * as _ant_design_icons_vue_lib_components_IconFont from '@ant-design/icons-vue/lib/components/IconFont';
|
|
13
13
|
|
|
14
|
-
var version = "0.1.
|
|
14
|
+
var version = "0.1.26";
|
|
15
15
|
|
|
16
16
|
declare const _default$p: {
|
|
17
17
|
set(theme: string): void;
|
package/dist/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import EZUIKit from 'ezuikit-js';
|
|
|
13
13
|
import { XPopup, CommentBlock, setAxiosOption } from '@sszj-temp/mobile';
|
|
14
14
|
import '@sszj-temp/mobile/style.css';
|
|
15
15
|
|
|
16
|
-
var version = "0.1.
|
|
16
|
+
var version = "0.1.26";
|
|
17
17
|
|
|
18
18
|
const setTheme = theme => {
|
|
19
19
|
if (theme === "dark") {
|
|
@@ -6675,12 +6675,12 @@ class WebRtcMt$1 {
|
|
|
6675
6675
|
response.json().then(res => {
|
|
6676
6676
|
if (res.code === 0) {
|
|
6677
6677
|
this.startPlay(plays);
|
|
6678
|
-
resolve(res);
|
|
6679
6678
|
} else {
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6679
|
+
setTimeout(() => {
|
|
6680
|
+
this.rePlay();
|
|
6681
|
+
}, 3 * 60 * 1e3);
|
|
6683
6682
|
}
|
|
6683
|
+
resolve(res);
|
|
6684
6684
|
});
|
|
6685
6685
|
}).catch(err => {
|
|
6686
6686
|
setTimeout(() => {
|
package/dist/tplib/index.cjs
CHANGED
|
@@ -5777,12 +5777,12 @@ class WebRtcMt {
|
|
|
5777
5777
|
response.json().then(res => {
|
|
5778
5778
|
if (res.code === 0) {
|
|
5779
5779
|
this.startPlay(plays);
|
|
5780
|
-
resolve(res);
|
|
5781
5780
|
} else {
|
|
5782
|
-
|
|
5783
|
-
|
|
5784
|
-
|
|
5781
|
+
setTimeout(() => {
|
|
5782
|
+
this.rePlay();
|
|
5783
|
+
}, 3 * 60 * 1e3);
|
|
5785
5784
|
}
|
|
5785
|
+
resolve(res);
|
|
5786
5786
|
});
|
|
5787
5787
|
}).catch(err => {
|
|
5788
5788
|
setTimeout(() => {
|
package/dist/tplib/index.js
CHANGED
|
@@ -5773,12 +5773,12 @@ class WebRtcMt {
|
|
|
5773
5773
|
response.json().then(res => {
|
|
5774
5774
|
if (res.code === 0) {
|
|
5775
5775
|
this.startPlay(plays);
|
|
5776
|
-
resolve(res);
|
|
5777
5776
|
} else {
|
|
5778
|
-
|
|
5779
|
-
|
|
5780
|
-
|
|
5777
|
+
setTimeout(() => {
|
|
5778
|
+
this.rePlay();
|
|
5779
|
+
}, 3 * 60 * 1e3);
|
|
5781
5780
|
}
|
|
5781
|
+
resolve(res);
|
|
5782
5782
|
});
|
|
5783
5783
|
}).catch(err => {
|
|
5784
5784
|
setTimeout(() => {
|
package/dist/video/index.cjs
CHANGED
|
@@ -5765,12 +5765,12 @@ class WebRtcMt$1 {
|
|
|
5765
5765
|
response.json().then(res => {
|
|
5766
5766
|
if (res.code === 0) {
|
|
5767
5767
|
this.startPlay(plays);
|
|
5768
|
-
resolve(res);
|
|
5769
5768
|
} else {
|
|
5770
|
-
|
|
5771
|
-
|
|
5772
|
-
|
|
5769
|
+
setTimeout(() => {
|
|
5770
|
+
this.rePlay();
|
|
5771
|
+
}, 3 * 60 * 1e3);
|
|
5773
5772
|
}
|
|
5773
|
+
resolve(res);
|
|
5774
5774
|
});
|
|
5775
5775
|
}).catch(err => {
|
|
5776
5776
|
setTimeout(() => {
|
package/dist/video/index.js
CHANGED
|
@@ -5756,12 +5756,12 @@ class WebRtcMt$1 {
|
|
|
5756
5756
|
response.json().then(res => {
|
|
5757
5757
|
if (res.code === 0) {
|
|
5758
5758
|
this.startPlay(plays);
|
|
5759
|
-
resolve(res);
|
|
5760
5759
|
} else {
|
|
5761
|
-
|
|
5762
|
-
|
|
5763
|
-
|
|
5760
|
+
setTimeout(() => {
|
|
5761
|
+
this.rePlay();
|
|
5762
|
+
}, 3 * 60 * 1e3);
|
|
5764
5763
|
}
|
|
5764
|
+
resolve(res);
|
|
5765
5765
|
});
|
|
5766
5766
|
}).catch(err => {
|
|
5767
5767
|
setTimeout(() => {
|
|
@@ -5744,12 +5744,12 @@ class WebRtcMt {
|
|
|
5744
5744
|
response.json().then(res => {
|
|
5745
5745
|
if (res.code === 0) {
|
|
5746
5746
|
this.startPlay(plays);
|
|
5747
|
-
resolve(res);
|
|
5748
5747
|
} else {
|
|
5749
|
-
|
|
5750
|
-
|
|
5751
|
-
|
|
5748
|
+
setTimeout(() => {
|
|
5749
|
+
this.rePlay();
|
|
5750
|
+
}, 3 * 60 * 1e3);
|
|
5752
5751
|
}
|
|
5752
|
+
resolve(res);
|
|
5753
5753
|
});
|
|
5754
5754
|
}).catch(err => {
|
|
5755
5755
|
setTimeout(() => {
|
|
@@ -5736,12 +5736,12 @@ class WebRtcMt {
|
|
|
5736
5736
|
response.json().then(res => {
|
|
5737
5737
|
if (res.code === 0) {
|
|
5738
5738
|
this.startPlay(plays);
|
|
5739
|
-
resolve(res);
|
|
5740
5739
|
} else {
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
|
|
5740
|
+
setTimeout(() => {
|
|
5741
|
+
this.rePlay();
|
|
5742
|
+
}, 3 * 60 * 1e3);
|
|
5744
5743
|
}
|
|
5744
|
+
resolve(res);
|
|
5745
5745
|
});
|
|
5746
5746
|
}).catch(err => {
|
|
5747
5747
|
setTimeout(() => {
|