inl-ui 0.1.149 → 0.1.150
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 +1 -0
- package/dist/components/index.js +1 -0
- package/dist/index.cjs +2 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/video/index.cjs +1 -0
- package/dist/video/index.js +1 -0
- package/package.json +1 -1
|
@@ -17032,6 +17032,7 @@ class WebRtcMt {
|
|
|
17032
17032
|
rePlay(videoElm) {
|
|
17033
17033
|
const dom = document.getElementById(videoElm);
|
|
17034
17034
|
this.stopPlay();
|
|
17035
|
+
console.log("dom", dom, videoElm);
|
|
17035
17036
|
if (dom) {
|
|
17036
17037
|
setTimeout(() => {
|
|
17037
17038
|
console.log("\u91CD\u65B0\u62C9\u6D41");
|
package/dist/components/index.js
CHANGED
|
@@ -17003,6 +17003,7 @@ class WebRtcMt {
|
|
|
17003
17003
|
rePlay(videoElm) {
|
|
17004
17004
|
const dom = document.getElementById(videoElm);
|
|
17005
17005
|
this.stopPlay();
|
|
17006
|
+
console.log("dom", dom, videoElm);
|
|
17006
17007
|
if (dom) {
|
|
17007
17008
|
setTimeout(() => {
|
|
17008
17009
|
console.log("\u91CD\u65B0\u62C9\u6D41");
|
package/dist/index.cjs
CHANGED
|
@@ -45,7 +45,7 @@ var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
|
|
|
45
45
|
var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
|
|
46
46
|
var mqtt__default = /*#__PURE__*/_interopDefaultLegacy(mqtt);
|
|
47
47
|
|
|
48
|
-
var version = "0.1.
|
|
48
|
+
var version = "0.1.149";
|
|
49
49
|
|
|
50
50
|
const setTheme = theme => {
|
|
51
51
|
if (theme === "dark") {
|
|
@@ -18018,6 +18018,7 @@ class WebRtcMt {
|
|
|
18018
18018
|
rePlay(videoElm) {
|
|
18019
18019
|
const dom = document.getElementById(videoElm);
|
|
18020
18020
|
this.stopPlay();
|
|
18021
|
+
console.log("dom", dom, videoElm);
|
|
18021
18022
|
if (dom) {
|
|
18022
18023
|
setTimeout(() => {
|
|
18023
18024
|
console.log("\u91CD\u65B0\u62C9\u6D41");
|
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.149";
|
|
15
15
|
|
|
16
16
|
declare const _default$p: {
|
|
17
17
|
set(theme: string): void;
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import { XPopup, CommentBlock, setAxiosOption } from '@sszj-temp/mobile';
|
|
|
14
14
|
import { marked } from 'marked';
|
|
15
15
|
import '@sszj-temp/mobile/style.css';
|
|
16
16
|
|
|
17
|
-
var version = "0.1.
|
|
17
|
+
var version = "0.1.149";
|
|
18
18
|
|
|
19
19
|
const setTheme = theme => {
|
|
20
20
|
if (theme === "dark") {
|
|
@@ -17987,6 +17987,7 @@ class WebRtcMt {
|
|
|
17987
17987
|
rePlay(videoElm) {
|
|
17988
17988
|
const dom = document.getElementById(videoElm);
|
|
17989
17989
|
this.stopPlay();
|
|
17990
|
+
console.log("dom", dom, videoElm);
|
|
17990
17991
|
if (dom) {
|
|
17991
17992
|
setTimeout(() => {
|
|
17992
17993
|
console.log("\u91CD\u65B0\u62C9\u6D41");
|
package/dist/video/index.cjs
CHANGED
|
@@ -14067,6 +14067,7 @@ class WebRtcMt {
|
|
|
14067
14067
|
rePlay(videoElm) {
|
|
14068
14068
|
const dom = document.getElementById(videoElm);
|
|
14069
14069
|
this.stopPlay();
|
|
14070
|
+
console.log("dom", dom, videoElm);
|
|
14070
14071
|
if (dom) {
|
|
14071
14072
|
setTimeout(() => {
|
|
14072
14073
|
console.log("\u91CD\u65B0\u62C9\u6D41");
|
package/dist/video/index.js
CHANGED
|
@@ -14040,6 +14040,7 @@ class WebRtcMt {
|
|
|
14040
14040
|
rePlay(videoElm) {
|
|
14041
14041
|
const dom = document.getElementById(videoElm);
|
|
14042
14042
|
this.stopPlay();
|
|
14043
|
+
console.log("dom", dom, videoElm);
|
|
14043
14044
|
if (dom) {
|
|
14044
14045
|
setTimeout(() => {
|
|
14045
14046
|
console.log("\u91CD\u65B0\u62C9\u6D41");
|