inl-ui 0.1.43 → 0.1.44
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 -1
- package/dist/components/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/video/index.cjs +1 -1
- package/dist/video/index.js +1 -1
- package/dist/videoMobile/index.cjs +1 -1
- package/dist/videoMobile/index.js +1 -1
- package/package.json +1 -1
|
@@ -8832,7 +8832,7 @@ const VideoPlayerV2 = vue.defineComponent({
|
|
|
8832
8832
|
const renderVideo = () => {
|
|
8833
8833
|
if (videoInfo2.value.brandTypeCode === "MP4") {
|
|
8834
8834
|
return vue.createVNode("video", {
|
|
8835
|
-
"id": `
|
|
8835
|
+
"id": `videoPlayer_${uuid}`,
|
|
8836
8836
|
"class": "videoComponent fill",
|
|
8837
8837
|
"src": videoInfo2.value.mp4ResourcesPath,
|
|
8838
8838
|
"autoplay": true,
|
package/dist/components/index.js
CHANGED
|
@@ -8821,7 +8821,7 @@ const VideoPlayerV2 = defineComponent({
|
|
|
8821
8821
|
const renderVideo = () => {
|
|
8822
8822
|
if (videoInfo2.value.brandTypeCode === "MP4") {
|
|
8823
8823
|
return createVNode("video", {
|
|
8824
|
-
"id": `
|
|
8824
|
+
"id": `videoPlayer_${uuid}`,
|
|
8825
8825
|
"class": "videoComponent fill",
|
|
8826
8826
|
"src": videoInfo2.value.mp4ResourcesPath,
|
|
8827
8827
|
"autoplay": true,
|
package/dist/index.cjs
CHANGED
|
@@ -45,7 +45,7 @@ var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
|
|
|
45
45
|
var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
|
|
46
46
|
var EZUIKit__default = /*#__PURE__*/_interopDefaultLegacy(EZUIKit);
|
|
47
47
|
|
|
48
|
-
var version = "0.1.
|
|
48
|
+
var version = "0.1.43";
|
|
49
49
|
|
|
50
50
|
const setTheme = theme => {
|
|
51
51
|
if (theme === "dark") {
|
|
@@ -9836,7 +9836,7 @@ const VideoPlayerV2 = vue.defineComponent({
|
|
|
9836
9836
|
const renderVideo = () => {
|
|
9837
9837
|
if (videoInfo2.value.brandTypeCode === "MP4") {
|
|
9838
9838
|
return vue.createVNode("video", {
|
|
9839
|
-
"id": `
|
|
9839
|
+
"id": `videoPlayer_${uuid}`,
|
|
9840
9840
|
"class": "videoComponent fill",
|
|
9841
9841
|
"src": videoInfo2.value.mp4ResourcesPath,
|
|
9842
9842
|
"autoplay": true,
|
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.43";
|
|
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.43";
|
|
18
18
|
|
|
19
19
|
const setTheme = theme => {
|
|
20
20
|
if (theme === "dark") {
|
|
@@ -9805,7 +9805,7 @@ const VideoPlayerV2 = defineComponent({
|
|
|
9805
9805
|
const renderVideo = () => {
|
|
9806
9806
|
if (videoInfo2.value.brandTypeCode === "MP4") {
|
|
9807
9807
|
return createVNode("video", {
|
|
9808
|
-
"id": `
|
|
9808
|
+
"id": `videoPlayer_${uuid}`,
|
|
9809
9809
|
"class": "videoComponent fill",
|
|
9810
9810
|
"src": videoInfo2.value.mp4ResourcesPath,
|
|
9811
9811
|
"autoplay": true,
|
package/dist/video/index.cjs
CHANGED
|
@@ -6015,7 +6015,7 @@ const VideoPlayerV2 = vue.defineComponent({
|
|
|
6015
6015
|
const renderVideo = () => {
|
|
6016
6016
|
if (videoInfo2.value.brandTypeCode === "MP4") {
|
|
6017
6017
|
return vue.createVNode("video", {
|
|
6018
|
-
"id": `
|
|
6018
|
+
"id": `videoPlayer_${uuid}`,
|
|
6019
6019
|
"class": "videoComponent fill",
|
|
6020
6020
|
"src": videoInfo2.value.mp4ResourcesPath,
|
|
6021
6021
|
"autoplay": true,
|
package/dist/video/index.js
CHANGED
|
@@ -6006,7 +6006,7 @@ const VideoPlayerV2 = defineComponent({
|
|
|
6006
6006
|
const renderVideo = () => {
|
|
6007
6007
|
if (videoInfo2.value.brandTypeCode === "MP4") {
|
|
6008
6008
|
return createVNode("video", {
|
|
6009
|
-
"id": `
|
|
6009
|
+
"id": `videoPlayer_${uuid}`,
|
|
6010
6010
|
"class": "videoComponent fill",
|
|
6011
6011
|
"src": videoInfo2.value.mp4ResourcesPath,
|
|
6012
6012
|
"autoplay": true,
|
|
@@ -6011,7 +6011,7 @@ const VideoPlayerV2 = vue.defineComponent({
|
|
|
6011
6011
|
const renderVideo = () => {
|
|
6012
6012
|
if (videoInfo2.value.brandTypeCode === "MP4") {
|
|
6013
6013
|
return vue.createVNode("video", {
|
|
6014
|
-
"id": `
|
|
6014
|
+
"id": `videoPlayer_${uuid}`,
|
|
6015
6015
|
"class": "videoComponent fill",
|
|
6016
6016
|
"src": videoInfo2.value.mp4ResourcesPath,
|
|
6017
6017
|
"autoplay": true,
|
|
@@ -6003,7 +6003,7 @@ const VideoPlayerV2 = defineComponent({
|
|
|
6003
6003
|
const renderVideo = () => {
|
|
6004
6004
|
if (videoInfo2.value.brandTypeCode === "MP4") {
|
|
6005
6005
|
return createVNode("video", {
|
|
6006
|
-
"id": `
|
|
6006
|
+
"id": `videoPlayer_${uuid}`,
|
|
6007
6007
|
"class": "videoComponent fill",
|
|
6008
6008
|
"src": videoInfo2.value.mp4ResourcesPath,
|
|
6009
6009
|
"autoplay": true,
|