inl-ui 0.1.68 → 0.1.69

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.
@@ -8906,8 +8906,8 @@ const VideoPlayerV2 = vue.defineComponent({
8906
8906
  "id": `videoPlayer_${uuid}`,
8907
8907
  "class": "videoComponent fill",
8908
8908
  "src": videoInfo2.value.mp4ResourcesPath,
8909
- "webkit-playsinline": "true",
8910
- "playsinline": "true",
8909
+ "webkit-playsinline": "false",
8910
+ "playsinline": "false",
8911
8911
  "autoplay": true,
8912
8912
  "loop": true,
8913
8913
  "muted": true
@@ -8916,6 +8916,8 @@ const VideoPlayerV2 = vue.defineComponent({
8916
8916
  return vue.createVNode("video", {
8917
8917
  "id": `videoPlayer_${uuid}`,
8918
8918
  "class": `videoComponent ${_prop.fill}`,
8919
+ "webkit-playsinline": "false",
8920
+ "playsinline": "false",
8919
8921
  "muted": true,
8920
8922
  "autoplay": true
8921
8923
  }, null);
@@ -8878,8 +8878,8 @@ const VideoPlayerV2 = defineComponent({
8878
8878
  "id": `videoPlayer_${uuid}`,
8879
8879
  "class": "videoComponent fill",
8880
8880
  "src": videoInfo2.value.mp4ResourcesPath,
8881
- "webkit-playsinline": "true",
8882
- "playsinline": "true",
8881
+ "webkit-playsinline": "false",
8882
+ "playsinline": "false",
8883
8883
  "autoplay": true,
8884
8884
  "loop": true,
8885
8885
  "muted": true
@@ -8888,6 +8888,8 @@ const VideoPlayerV2 = defineComponent({
8888
8888
  return createVNode("video", {
8889
8889
  "id": `videoPlayer_${uuid}`,
8890
8890
  "class": `videoComponent ${_prop.fill}`,
8891
+ "webkit-playsinline": "false",
8892
+ "playsinline": "false",
8891
8893
  "muted": true,
8892
8894
  "autoplay": true
8893
8895
  }, null);
package/dist/index.cjs CHANGED
@@ -43,7 +43,7 @@ var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios$2);
43
43
  var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
44
44
  var dayjs__default = /*#__PURE__*/_interopDefaultLegacy(dayjs);
45
45
 
46
- var version = "0.1.67";
46
+ var version = "0.1.68";
47
47
 
48
48
  const setTheme = theme => {
49
49
  if (theme === "dark") {
@@ -9892,8 +9892,8 @@ const VideoPlayerV2 = vue.defineComponent({
9892
9892
  "id": `videoPlayer_${uuid}`,
9893
9893
  "class": "videoComponent fill",
9894
9894
  "src": videoInfo2.value.mp4ResourcesPath,
9895
- "webkit-playsinline": "true",
9896
- "playsinline": "true",
9895
+ "webkit-playsinline": "false",
9896
+ "playsinline": "false",
9897
9897
  "autoplay": true,
9898
9898
  "loop": true,
9899
9899
  "muted": true
@@ -9902,6 +9902,8 @@ const VideoPlayerV2 = vue.defineComponent({
9902
9902
  return vue.createVNode("video", {
9903
9903
  "id": `videoPlayer_${uuid}`,
9904
9904
  "class": `videoComponent ${_prop.fill}`,
9905
+ "webkit-playsinline": "false",
9906
+ "playsinline": "false",
9905
9907
  "muted": true,
9906
9908
  "autoplay": true
9907
9909
  }, null);
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.67";
14
+ var version = "0.1.68";
15
15
 
16
16
  declare const _default$p: {
17
17
  set(theme: string): void;
package/dist/index.js CHANGED
@@ -13,7 +13,7 @@ import { XPopup, CommentBlock, setAxiosOption } from '@sszj-temp/mobile';
13
13
  import { marked } from 'marked';
14
14
  import '@sszj-temp/mobile/style.css';
15
15
 
16
- var version = "0.1.67";
16
+ var version = "0.1.68";
17
17
 
18
18
  const setTheme = theme => {
19
19
  if (theme === "dark") {
@@ -9862,8 +9862,8 @@ const VideoPlayerV2 = defineComponent({
9862
9862
  "id": `videoPlayer_${uuid}`,
9863
9863
  "class": "videoComponent fill",
9864
9864
  "src": videoInfo2.value.mp4ResourcesPath,
9865
- "webkit-playsinline": "true",
9866
- "playsinline": "true",
9865
+ "webkit-playsinline": "false",
9866
+ "playsinline": "false",
9867
9867
  "autoplay": true,
9868
9868
  "loop": true,
9869
9869
  "muted": true
@@ -9872,6 +9872,8 @@ const VideoPlayerV2 = defineComponent({
9872
9872
  return createVNode("video", {
9873
9873
  "id": `videoPlayer_${uuid}`,
9874
9874
  "class": `videoComponent ${_prop.fill}`,
9875
+ "webkit-playsinline": "false",
9876
+ "playsinline": "false",
9875
9877
  "muted": true,
9876
9878
  "autoplay": true
9877
9879
  }, null);
@@ -6035,8 +6035,8 @@ const VideoPlayerV2 = vue.defineComponent({
6035
6035
  "id": `videoPlayer_${uuid}`,
6036
6036
  "class": "videoComponent fill",
6037
6037
  "src": videoInfo2.value.mp4ResourcesPath,
6038
- "webkit-playsinline": "true",
6039
- "playsinline": "true",
6038
+ "webkit-playsinline": "false",
6039
+ "playsinline": "false",
6040
6040
  "autoplay": true,
6041
6041
  "loop": true,
6042
6042
  "muted": true
@@ -6045,6 +6045,8 @@ const VideoPlayerV2 = vue.defineComponent({
6045
6045
  return vue.createVNode("video", {
6046
6046
  "id": `videoPlayer_${uuid}`,
6047
6047
  "class": `videoComponent ${_prop.fill}`,
6048
+ "webkit-playsinline": "false",
6049
+ "playsinline": "false",
6048
6050
  "muted": true,
6049
6051
  "autoplay": true
6050
6052
  }, null);
@@ -6009,8 +6009,8 @@ const VideoPlayerV2 = defineComponent({
6009
6009
  "id": `videoPlayer_${uuid}`,
6010
6010
  "class": "videoComponent fill",
6011
6011
  "src": videoInfo2.value.mp4ResourcesPath,
6012
- "webkit-playsinline": "true",
6013
- "playsinline": "true",
6012
+ "webkit-playsinline": "false",
6013
+ "playsinline": "false",
6014
6014
  "autoplay": true,
6015
6015
  "loop": true,
6016
6016
  "muted": true
@@ -6019,6 +6019,8 @@ const VideoPlayerV2 = defineComponent({
6019
6019
  return createVNode("video", {
6020
6020
  "id": `videoPlayer_${uuid}`,
6021
6021
  "class": `videoComponent ${_prop.fill}`,
6022
+ "webkit-playsinline": "false",
6023
+ "playsinline": "false",
6022
6024
  "muted": true,
6023
6025
  "autoplay": true
6024
6026
  }, null);
@@ -6014,8 +6014,8 @@ const VideoPlayerV2 = vue.defineComponent({
6014
6014
  "id": `videoPlayer_${uuid}`,
6015
6015
  "class": "videoComponent fill",
6016
6016
  "src": videoInfo2.value.mp4ResourcesPath,
6017
- "webkit-playsinline": "true",
6018
- "playsinline": "true",
6017
+ "webkit-playsinline": "false",
6018
+ "playsinline": "false",
6019
6019
  "autoplay": true,
6020
6020
  "loop": true,
6021
6021
  "muted": true
@@ -6024,6 +6024,8 @@ const VideoPlayerV2 = vue.defineComponent({
6024
6024
  return vue.createVNode("video", {
6025
6025
  "id": `videoPlayer_${uuid}`,
6026
6026
  "class": `videoComponent ${_prop.fill}`,
6027
+ "webkit-playsinline": "false",
6028
+ "playsinline": "false",
6027
6029
  "muted": true,
6028
6030
  "autoplay": true
6029
6031
  }, null);
@@ -6006,8 +6006,8 @@ const VideoPlayerV2 = defineComponent({
6006
6006
  "id": `videoPlayer_${uuid}`,
6007
6007
  "class": "videoComponent fill",
6008
6008
  "src": videoInfo2.value.mp4ResourcesPath,
6009
- "webkit-playsinline": "true",
6010
- "playsinline": "true",
6009
+ "webkit-playsinline": "false",
6010
+ "playsinline": "false",
6011
6011
  "autoplay": true,
6012
6012
  "loop": true,
6013
6013
  "muted": true
@@ -6016,6 +6016,8 @@ const VideoPlayerV2 = defineComponent({
6016
6016
  return createVNode("video", {
6017
6017
  "id": `videoPlayer_${uuid}`,
6018
6018
  "class": `videoComponent ${_prop.fill}`,
6019
+ "webkit-playsinline": "false",
6020
+ "playsinline": "false",
6019
6021
  "muted": true,
6020
6022
  "autoplay": true
6021
6023
  }, null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inl-ui",
3
- "version": "0.1.68",
3
+ "version": "0.1.69",
4
4
  "description": "工业 pc ui库",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",