video-split-screen 1.0.14 → 1.0.16
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/README.md +27 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +222 -203
- package/dist/style.css +1 -1
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -54,15 +54,38 @@ import 'video-split-screen/dist/style.css'
|
|
|
54
54
|
3. 回退为视觉索引 + 1(按从左到右、从上到下的视觉顺序编号)
|
|
55
55
|
示例与截图
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
## 示例项目
|
|
58
|
+
|
|
59
|
+
示例项目包含在本包的 `example` 目录中,展示了组件的所有功能。
|
|
60
|
+
|
|
61
|
+
### ✨ 重要特性
|
|
62
|
+
|
|
63
|
+
- 🔧 **直接使用本地包源码** - 无需npm安装,修改包代码后立即生效
|
|
64
|
+
- ⚡ **热重载** - 修改组件代码后自动更新示例
|
|
65
|
+
- 🎯 **完整功能演示** - 涵盖所有组件特性和使用场景
|
|
66
|
+
|
|
67
|
+
### 运行示例
|
|
58
68
|
|
|
59
69
|
```bash
|
|
60
|
-
|
|
61
|
-
|
|
70
|
+
# 方法1:进入示例目录运行
|
|
71
|
+
cd example
|
|
72
|
+
npm install # 只需要安装示例依赖
|
|
62
73
|
npm run dev
|
|
63
|
-
|
|
74
|
+
|
|
75
|
+
# 方法2:使用便捷脚本
|
|
76
|
+
cd example && ./run-example.sh
|
|
64
77
|
```
|
|
65
78
|
|
|
79
|
+
打开浏览器访问 `http://localhost:5173` 查看示例。
|
|
80
|
+
|
|
81
|
+
### 示例包含的功能
|
|
82
|
+
|
|
83
|
+
- **基础使用** - 简单的4分屏布局
|
|
84
|
+
- **交互控制** - 动态切换布局、自定义尺寸
|
|
85
|
+
- **拖拽排序** - 6分屏布局支持拖拽重新排列(无动画效果)
|
|
86
|
+
- **自定义占位符** - 函数生成和数组自定义占位符
|
|
87
|
+
- **布局展示** - 所有支持的分屏布局预览
|
|
88
|
+
|
|
66
89
|
示例页面截图(本地运行时预览)。截图文件位于仓库:`docs/example-page.png`。
|
|
67
90
|
|
|
68
91
|

|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),k={1:{type:"1",label:"1分屏",count:1,cols:1,rows:1},2:{type:"2",label:"2分屏",count:2,cols:2,rows:1},3:{type:"3",label:"3分屏",count:3,cols:2,rows:2},4:{type:"4",label:"4分屏",count:4,cols:2,rows:2},6:{type:"6",label:"6分屏",count:6,cols:3,rows:2},7:{type:"7",label:"7分屏",count:7,cols:4,rows:4},8:{type:"8",label:"8分屏",count:8,cols:4,rows:4},9:{type:"9",label:"9分屏",count:9,cols:3,rows:3},10:{type:"10",label:"10分屏",count:10,cols:6,rows:4},13:{type:"13",label:"13分屏",count:13,cols:4,rows:4},16:{type:"16",label:"16分屏",count:16,cols:4,rows:4}},V={};function _(n){if(V[n])return V[n];const o={1:[{col:1,colSpan:1,row:1,rowSpan:1}],2:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1}],3:[{col:1,colSpan:1,row:1,rowSpan:2,isMain:!0},{col:2,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1}],4:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1}],6:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1}],7:[{col:1,colSpan:2,row:1,rowSpan:2},{col:3,colSpan:2,row:1,rowSpan:2},{col:1,colSpan:2,row:3,rowSpan:2},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],8:[{col:1,colSpan:3,row:1,rowSpan:3,isMain:!0},{col:4,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],9:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1}],10:[{col:1,colSpan:5,row:1,rowSpan:3,isMain:!0},{col:6,colSpan:1,row:1,rowSpan:1},{col:6,colSpan:1,row:2,rowSpan:1},{col:6,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1},{col:5,colSpan:1,row:4,rowSpan:1},{col:6,colSpan:1,row:4,rowSpan:1}],13:[{col:1,colSpan:2,row:1,rowSpan:2,isMain:!0},{col:3,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],16:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}]}[n]||[];return o.length>0&&(V[n]=o),o}function A(){return Object.keys(k)}const X={class:"layout-icon"},J={key:0,viewBox:"0 0 48 48",fill:"none"},K={key:1,viewBox:"0 0 48 48",fill:"none"},Q={key:2,viewBox:"0 0 48 48",fill:"none"},W={key:3,viewBox:"0 0 48 48",fill:"none"},Z={key:4,viewBox:"0 0 48 48",fill:"none"},ee={key:5,viewBox:"0 0 48 48",fill:"none"},te={key:6,viewBox:"0 0 48 48",fill:"none"},oe={key:7,viewBox:"0 0 48 48",fill:"none"},re={key:8,viewBox:"0 0 54 48",fill:"none"},ae={key:9,viewBox:"0 0 48 48",fill:"none"},le={key:10,viewBox:"0 0 48 48",fill:"none"},ne=e.defineComponent({__name:"VideoLayoutIcon",props:{type:{}},setup(n){return(v,o)=>(e.openBlock(),e.createElementBlock("div",X,[n.type==="1"?(e.openBlock(),e.createElementBlock("svg",J,[...o[0]||(o[0]=[e.createElementVNode("rect",{x:"4",y:"4",width:"40",height:"40",stroke:"currentColor","stroke-width":"2"},null,-1)])])):n.type==="2"?(e.openBlock(),e.createElementBlock("svg",K,[...o[1]||(o[1]=[e.createElementVNode("rect",{x:"4",y:"4",width:"19",height:"40",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"4",width:"19",height:"40",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):n.type==="3"?(e.openBlock(),e.createElementBlock("svg",Q,[...o[2]||(o[2]=[e.createElementVNode("rect",{x:"4",y:"4",width:"20",height:"40",stroke:"currentColor","stroke-width":"2"},null,-1),e.createElementVNode("rect",{x:"26",y:"4",width:"18",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"26",y:"25",width:"18",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):n.type==="4"?(e.openBlock(),e.createElementBlock("svg",W,[...o[3]||(o[3]=[e.createElementVNode("rect",{x:"4",y:"4",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"4",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"4",y:"25",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"25",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):n.type==="6"?(e.openBlock(),e.createElementBlock("svg",Z,[...o[4]||(o[4]=[e.createStaticVNode('<rect x="3" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="3" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="24" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>',6)])])):n.type==="7"?(e.openBlock(),e.createElementBlock("svg",ee,[...o[5]||(o[5]=[e.createStaticVNode('<rect x="4" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="4" y="25" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="25" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',7)])])):n.type==="8"?(e.openBlock(),e.createElementBlock("svg",te,[...o[6]||(o[6]=[e.createStaticVNode('<rect x="4" y="4" width="28" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="35" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',8)])])):n.type==="9"?(e.openBlock(),e.createElementBlock("svg",oe,[...o[7]||(o[7]=[e.createStaticVNode('<rect x="4" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>',9)])])):n.type==="10"?(e.openBlock(),e.createElementBlock("svg",re,[...o[8]||(o[8]=[e.createStaticVNode('<rect x="3" y="4" width="36" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="41" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="3" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="11" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="19" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="27" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="6" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="42" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',10)])])):n.type==="13"?(e.openBlock(),e.createElementBlock("svg",ae,[...o[9]||(o[9]=[e.createStaticVNode('<rect x="4" y="4" width="18" height="18" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="24" y="4" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="14" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="34" width="10" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',13)])])):n.type==="16"?(e.openBlock(),e.createElementBlock("svg",le,[...o[10]||(o[10]=[e.createStaticVNode('<rect x="4" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="4" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="15" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="26" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="37" width="7" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',16)])])):e.createCommentVNode("",!0)]))}}),I=(n,v)=>{const o=n.__vccOpts||n;for(const[y,h]of v)o[y]=h;return o},L=I(ne,[["__scopeId","data-v-31e0404d"]]),ce={key:0,class:"layout-toolbar",role:"toolbar","aria-label":"布局切换工具栏"},ie={class:"layout-buttons"},de=["onClick","title","aria-label","aria-pressed"],se={class:"layout-label"},he={class:"video-grid-container",role:"region","aria-label":"视频网格"},we=["aria-label","onDragstart","onDragenter","onDragleave","onDrop"],ue={class:"video-placeholder"},pe={class:"placeholder-number"},ve=.5,ke="grabbing",ye="0.8",ge=e.defineComponent({__name:"VideoGridLayout",props:{videos:{},layout:{default:"1"},availableLayouts:{},showToolbar:{type:Boolean,default:!0},width:{},height:{},placeholderText:{},placeholders:{},dragAnimation:{default:"scale"}},emits:["layoutChange","videosChange"],setup(n,{emit:v}){const o=n,y=v,h=e.ref(o.layout);e.watch(()=>o.layout,t=>{h.value=t});const T=e.computed(()=>o.availableLayouts&&o.availableLayouts.length>0?o.availableLayouts:A()),u=e.shallowRef([]);function b(t){const r=Array.isArray(t)?t:o.videos||[],l=E.value,a={};u.value.forEach((i,p)=>{i&&i.id!==void 0&&(a[i.id]=i.__labelNumber??p+1)});const c=Array.from({length:l}).map((i,p)=>{const s=r[p];if(s){const H=a[s.id]??s.__labelNumber??p+1;return{...s,__labelNumber:H}}});u.value=c}e.watch(()=>o.videos,t=>{if(!Array.isArray(t)){console.warn("[VideoGridLayout] Invalid videos prop, expected array");return}b(t)},{flush:"post"}),e.watch(E,()=>{b(o.videos)});let B=!1;e.watch(u,t=>{!B&&Array.isArray(t)&&y("videosChange",t)});const N=e.computed(()=>{const t=k[h.value];return t||(console.warn(`[VideoGridLayout] Invalid layout type: ${h.value}, fallback to '4'`),k[4])}),g=e.computed(()=>_(h.value)),E=e.computed(()=>{var t;return((t=N.value)==null?void 0:t.count)||4}),C=e.computed(()=>u.value.slice(0,E.value).map(t=>t).filter(Boolean));b(o.videos);const D=e.computed(()=>{const t=g.value.map((r,l)=>({p:r,idx:l}));return t.sort((r,l)=>r.p.row===l.p.row?(r.p.col||0)-(l.p.col||0):(r.p.row||0)-(l.p.row||0)),t.map(r=>r.idx)}),w=e.ref(-1),S=e.ref(-1),f=e.shallowRef(null),d=e.shallowRef(null);let m=null;const G=e.computed(()=>{const t=N.value;return{display:"grid",gridTemplateColumns:(t==null?void 0:t.colTemplate)||`repeat(${(t==null?void 0:t.cols)||2}, 1fr)`,gridTemplateRows:(t==null?void 0:t.rowTemplate)||`repeat(${(t==null?void 0:t.rows)||2}, 1fr)`,gap:"4px",width:o.width||"100%",height:o.height||"100%"}}),O=e.computed(()=>({width:o.width||"100%",height:o.height||"100%"}));function M(t){const r=t,l=D.value[r];if(Array.isArray(o.placeholders)&&o.placeholders[l]!==void 0)return String(o.placeholders[l]);if(typeof o.placeholderText=="function")try{return o.placeholderText(r)}catch{return String(r+1)}return o.placeholderText?String(o.placeholderText):String(r+1)}function R(t){const r=g.value[t];return!r||typeof r.col!="number"||typeof r.row!="number"?{}:{gridColumn:`${r.col} / span ${r.colSpan}`,gridRow:`${r.row} / span ${r.rowSpan}`}}function P(t){const r=g.value[t];return(r==null?void 0:r.isMain)||!1}function z(t){h.value=t,y("layoutChange",h.value)}function x(){if(f.value&&document.body.contains(f.value)){try{document.body.removeChild(f.value)}catch(t){console.warn("[VideoGridLayout] Failed to cleanup drag image:",t)}f.value=null}if(d.value&&document.body.contains(d.value)){try{document.body.removeChild(d.value)}catch{}d.value=null}m&&(document.removeEventListener("mousemove",m),m=null)}function F(t,r){if(r<0||r>=u.value.length){console.warn("[VideoGridLayout] Invalid drag index:",r);return}if(w.value=r,!t.dataTransfer)return;t.dataTransfer.effectAllowed="move";const a=t.target.closest(".video-item");if(a)try{if(x(),t.dataTransfer){const i=new Image;i.src="",t.dataTransfer.setDragImage(i,0,0)}const c=a.cloneNode(!0);c.style.position="fixed",c.style.top="0px",c.style.left="0px",c.style.margin="0",c.style.pointerEvents="none",c.style.opacity=ye,c.style.transform="translate(-50%,-50%)",c.style.zIndex="9999",c.classList.add("drag-preview"),o.dragAnimation&&o.dragAnimation!=="none"&&c.classList.add(o.dragAnimation),document.body.appendChild(c),d.value=c,m=i=>{d.value&&(d.value.style.left=`${i.clientX}px`,d.value.style.top=`${i.clientY}px`)},document.addEventListener("mousemove",m),a.style.opacity=String(ve),a.style.cursor=ke}catch(c){console.error("[VideoGridLayout] Drag start error:",c),x()}}function U(t,r){t.preventDefault(),t.stopPropagation();const l=w.value;if(l===-1||l===r){w.value=-1;return}if(r<0||r>=g.value.length){console.warn("[VideoGridLayout] Invalid drop index:",r),w.value=-1;return}try{const a=[...u.value],c=a[l],i=a[r];a[l]=i,a[r]=c,B=!0,u.value=a,setTimeout(()=>{B=!1,y("videosChange",u.value.filter(Boolean))},0)}catch(a){console.error("[VideoGridLayout] Drop error:",a)}finally{w.value=-1}}function Y(t,r){if(t.preventDefault(),w.value!==-1&&w.value!==r){S.value=r;try{const a=(t.currentTarget||t.target).getBoundingClientRect();d.value&&(d.value.style.width=`${a.width}px`,d.value.style.height=`${a.height}px`,d.value.style.transform="translate(-50%,-50%)")}catch{}}}function j(t,r){t.preventDefault();const l=t.target,a=t.relatedTarget;l.contains(a)||S.value===r&&(S.value=-1)}function q(t){const l=t.target.closest(".video-item");l&&(l.style.opacity="1",l.style.cursor="move"),x(),w.value=-1,S.value=-1}return e.onBeforeUnmount(()=>{x()}),(t,r)=>(e.openBlock(),e.createElementBlock("div",{class:"video-grid-layout",role:"application","aria-label":"视频分屏布局",style:e.normalizeStyle(O.value)},[n.showToolbar?(e.openBlock(),e.createElementBlock("div",ce,[r[1]||(r[1]=e.createElementVNode("div",{class:"toolbar-title"},"分屏布局",-1)),e.createElementVNode("div",ie,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(T.value,l=>{var a,c,i;return e.openBlock(),e.createElementBlock("button",{key:l,class:e.normalizeClass(["layout-btn",{active:h.value===l}]),onClick:p=>z(l),title:((a=e.unref(k)[l])==null?void 0:a.label)||"","aria-label":`切换到${((c=e.unref(k)[l])==null?void 0:c.label)||""}布局`,"aria-pressed":h.value===l,type:"button"},[e.createVNode(L,{type:l},null,8,["type"]),e.createElementVNode("span",se,e.toDisplayString(((i=e.unref(k)[l])==null?void 0:i.label)||""),1)],10,de)}),128))])])):e.createCommentVNode("",!0),e.createElementVNode("div",he,[e.createElementVNode("div",{class:"video-grid",style:e.normalizeStyle(G.value)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value,(l,a)=>{var c,i,p;return e.openBlock(),e.createElementBlock("div",{key:((c=C.value[a])==null?void 0:c.id)??a,class:e.normalizeClass(["video-item",{"main-video":P(a),dragging:w.value===a,"drag-over":S.value===a&&w.value!==a}]),style:e.normalizeStyle(R(a)),draggable:!0,"aria-label":`视频 ${a+1}: ${((i=C.value[a])==null?void 0:i.title)||((p=C.value[a])==null?void 0:p.id)||""}`,role:"article",tabindex:"0",onDragstart:s=>F(s,a),onDragover:r[0]||(r[0]=e.withModifiers(()=>{},["prevent"])),onDragenter:s=>Y(s,a),onDragleave:s=>j(s,a),onDrop:s=>U(s,a),onDragend:q},[e.renderSlot(t.$slots,"video",{video:C.value[a],index:a},()=>[e.createElementVNode("div",ue,[e.createElementVNode("div",pe,e.toDisplayString(M(D.value.indexOf(a))),1)])],!0)],46,we)}),128))],4)])],4))}}),$=I(ge,[["__scopeId","data-v-4813a92a"]]),Se={VideoGridLayout:$,VideoLayoutIcon:L},me={install(n){Object.entries(Se).forEach(([v,o])=>{n.component(v,o)})}};exports.LAYOUT_CONFIGS=k;exports.VideoGridLayout=$;exports.VideoLayoutIcon=L;exports.default=me;exports.getAllLayoutTypes=A;exports.getLayoutPositions=_;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),k={1:{type:"1",label:"1分屏",count:1,cols:1,rows:1},2:{type:"2",label:"2分屏",count:2,cols:2,rows:1},3:{type:"3",label:"3分屏",count:3,cols:2,rows:2},4:{type:"4",label:"4分屏",count:4,cols:2,rows:2},6:{type:"6",label:"6分屏",count:6,cols:3,rows:2},7:{type:"7",label:"7分屏",count:7,cols:4,rows:4},8:{type:"8",label:"8分屏",count:8,cols:4,rows:4},9:{type:"9",label:"9分屏",count:9,cols:3,rows:3},10:{type:"10",label:"10分屏",count:10,cols:6,rows:4},13:{type:"13",label:"13分屏",count:13,cols:4,rows:4},16:{type:"16",label:"16分屏",count:16,cols:4,rows:4}},I={};function G(c){if(I[c])return I[c];const o={1:[{col:1,colSpan:1,row:1,rowSpan:1}],2:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1}],3:[{col:1,colSpan:1,row:1,rowSpan:2,isMain:!0},{col:2,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1}],4:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1}],6:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1}],7:[{col:1,colSpan:2,row:1,rowSpan:2},{col:3,colSpan:2,row:1,rowSpan:2},{col:1,colSpan:2,row:3,rowSpan:2},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],8:[{col:1,colSpan:3,row:1,rowSpan:3,isMain:!0},{col:4,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],9:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1}],10:[{col:1,colSpan:5,row:1,rowSpan:3,isMain:!0},{col:6,colSpan:1,row:1,rowSpan:1},{col:6,colSpan:1,row:2,rowSpan:1},{col:6,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1},{col:5,colSpan:1,row:4,rowSpan:1},{col:6,colSpan:1,row:4,rowSpan:1}],13:[{col:1,colSpan:2,row:1,rowSpan:2,isMain:!0},{col:3,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],16:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}]}[c]||[];return o.length>0&&(I[c]=o),o}function O(){return Object.keys(k)}const W={class:"layout-icon"},Z={key:0,viewBox:"0 0 48 48",fill:"none"},ee={key:1,viewBox:"0 0 48 48",fill:"none"},te={key:2,viewBox:"0 0 48 48",fill:"none"},oe={key:3,viewBox:"0 0 48 48",fill:"none"},re={key:4,viewBox:"0 0 48 48",fill:"none"},le={key:5,viewBox:"0 0 48 48",fill:"none"},ae={key:6,viewBox:"0 0 48 48",fill:"none"},ne={key:7,viewBox:"0 0 48 48",fill:"none"},ce={key:8,viewBox:"0 0 54 48",fill:"none"},ie={key:9,viewBox:"0 0 48 48",fill:"none"},de={key:10,viewBox:"0 0 48 48",fill:"none"},se=e.defineComponent({__name:"VideoLayoutIcon",props:{type:{}},setup(c){return(y,o)=>(e.openBlock(),e.createElementBlock("div",W,[c.type==="1"?(e.openBlock(),e.createElementBlock("svg",Z,[...o[0]||(o[0]=[e.createElementVNode("rect",{x:"4",y:"4",width:"40",height:"40",stroke:"currentColor","stroke-width":"2"},null,-1)])])):c.type==="2"?(e.openBlock(),e.createElementBlock("svg",ee,[...o[1]||(o[1]=[e.createElementVNode("rect",{x:"4",y:"4",width:"19",height:"40",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"4",width:"19",height:"40",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):c.type==="3"?(e.openBlock(),e.createElementBlock("svg",te,[...o[2]||(o[2]=[e.createElementVNode("rect",{x:"4",y:"4",width:"20",height:"40",stroke:"currentColor","stroke-width":"2"},null,-1),e.createElementVNode("rect",{x:"26",y:"4",width:"18",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"26",y:"25",width:"18",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):c.type==="4"?(e.openBlock(),e.createElementBlock("svg",oe,[...o[3]||(o[3]=[e.createElementVNode("rect",{x:"4",y:"4",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"4",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"4",y:"25",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"25",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):c.type==="6"?(e.openBlock(),e.createElementBlock("svg",re,[...o[4]||(o[4]=[e.createStaticVNode('<rect x="3" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="3" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="24" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>',6)])])):c.type==="7"?(e.openBlock(),e.createElementBlock("svg",le,[...o[5]||(o[5]=[e.createStaticVNode('<rect x="4" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="4" y="25" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="25" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',7)])])):c.type==="8"?(e.openBlock(),e.createElementBlock("svg",ae,[...o[6]||(o[6]=[e.createStaticVNode('<rect x="4" y="4" width="28" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="35" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',8)])])):c.type==="9"?(e.openBlock(),e.createElementBlock("svg",ne,[...o[7]||(o[7]=[e.createStaticVNode('<rect x="4" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>',9)])])):c.type==="10"?(e.openBlock(),e.createElementBlock("svg",ce,[...o[8]||(o[8]=[e.createStaticVNode('<rect x="3" y="4" width="36" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="41" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="3" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="11" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="19" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="27" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="6" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="42" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',10)])])):c.type==="13"?(e.openBlock(),e.createElementBlock("svg",ie,[...o[9]||(o[9]=[e.createStaticVNode('<rect x="4" y="4" width="18" height="18" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="24" y="4" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="14" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="34" width="10" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',13)])])):c.type==="16"?(e.openBlock(),e.createElementBlock("svg",de,[...o[10]||(o[10]=[e.createStaticVNode('<rect x="4" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="4" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="15" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="26" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="37" width="7" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',16)])])):e.createCommentVNode("",!0)]))}}),R=(c,y)=>{const o=c.__vccOpts||c;for(const[S,u]of y)o[S]=u;return o},$=R(se,[["__scopeId","data-v-31e0404d"]]),he={key:0,class:"layout-toolbar",role:"toolbar","aria-label":"布局切换工具栏"},we={class:"layout-buttons"},ue=["onClick","title","aria-label","aria-pressed"],pe={class:"layout-label"},ve={class:"video-grid-container",role:"region","aria-label":"视频网格"},ye=["aria-label","onDragstart","onDragenter","onDragleave","onDrop"],ke={class:"video-placeholder"},ge={class:"placeholder-number"},Se=.5,me="grabbing",fe="0.8",Ce=e.defineComponent({__name:"VideoGridLayout",props:{videos:{},layout:{default:"1"},availableLayouts:{},showToolbar:{type:Boolean,default:!0},width:{},height:{},placeholderText:{},placeholders:{}},emits:["layoutChange","videosChange"],setup(c,{emit:y}){const o=c,S=y,u=e.ref(o.layout);e.watch(()=>o.layout,t=>{u.value=t});const P=e.computed(()=>o.availableLayouts&&o.availableLayouts.length>0?o.availableLayouts:O()),v=e.shallowRef([]);function V(t){const r=Array.isArray(t)?t:o.videos||[],a=N.value,l={};v.value.forEach((n,w)=>{n&&n.id!==void 0&&(l[n.id]=n.__labelNumber??w+1)});const d=Array.from({length:a}).map((n,w)=>{const s=r[w];if(s){const i=l[s.id]??s.__labelNumber??w+1;return{...s,__labelNumber:i}}});v.value=d}e.watch(()=>o.videos,t=>{if(!Array.isArray(t)){console.warn("[VideoGridLayout] Invalid videos prop, expected array");return}V(t)},{flush:"post"});let L=!1;e.watch(v,t=>{!L&&Array.isArray(t)&&S("videosChange",t)});const _=e.computed(()=>{const t=k[u.value];return t||(console.warn(`[VideoGridLayout] Invalid layout type: ${u.value}, fallback to '4'`),k[4])}),m=e.computed(()=>G(u.value)),N=e.computed(()=>{var t;return((t=_.value)==null?void 0:t.count)||4}),b=e.computed(()=>v.value.slice(0,N.value).map(t=>t).filter(Boolean));V(o.videos),e.watch(N,()=>{V(o.videos)});const T=e.computed(()=>{const t=m.value.map((r,a)=>({p:r,idx:a}));return t.sort((r,a)=>r.p.row===a.p.row?(r.p.col||0)-(a.p.col||0):(r.p.row||0)-(a.p.row||0)),t.map(r=>r.idx)}),p=e.ref(-1),f=e.ref(-1),B=e.shallowRef(null),h=e.shallowRef(null);let g={x:0,y:0},C=null,x=null;const Y=e.computed(()=>{const t=_.value;return{display:"grid",gridTemplateColumns:(t==null?void 0:t.colTemplate)||`repeat(${(t==null?void 0:t.cols)||2}, 1fr)`,gridTemplateRows:(t==null?void 0:t.rowTemplate)||`repeat(${(t==null?void 0:t.rows)||2}, 1fr)`,gap:"4px",width:o.width||"100%",height:o.height||"100%"}}),z=e.computed(()=>({width:o.width||"100%",height:o.height||"100%"}));function F(t){const r=t,a=T.value[r];if(Array.isArray(o.placeholders)&&o.placeholders[a]!==void 0)return String(o.placeholders[a]);if(typeof o.placeholderText=="function")try{return o.placeholderText(r)}catch{return String(r+1)}return o.placeholderText?String(o.placeholderText):String(r+1)}function U(t){const r=m.value[t];return!r||typeof r.col!="number"||typeof r.row!="number"?{}:{gridColumn:`${r.col} / span ${r.colSpan}`,gridRow:`${r.row} / span ${r.rowSpan}`}}function j(t){const r=m.value[t];return(r==null?void 0:r.isMain)||!1}function q(t){u.value=t,S("layoutChange",u.value)}function E(){if(B.value&&document.body.contains(B.value)){try{document.body.removeChild(B.value)}catch(t){console.warn("[VideoGridLayout] Failed to cleanup drag image:",t)}B.value=null}if(h.value&&document.body.contains(h.value)){try{document.body.removeChild(h.value)}catch{}h.value=null}C&&(document.removeEventListener("mousemove",C),C=null),x&&(document.removeEventListener("drag",x),x=null)}function H(t,r){if(r<0||r>=v.value.length){console.warn("[VideoGridLayout] Invalid drag index:",r);return}if(p.value=r,!t.dataTransfer)return;t.dataTransfer.effectAllowed="move";const l=t.target.closest(".video-item");if(l)try{E();const d=l.getBoundingClientRect();if(g={x:(t.clientX||0)-d.left,y:(t.clientY||0)-d.top},t.dataTransfer){t.dataTransfer.effectAllowed="move";const i=new Image;i.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",t.dataTransfer.setDragImage(i,0,0)}const n=l.cloneNode(!0);n.querySelectorAll(".progress-bar, .play-button").forEach(i=>i.remove()),n.querySelectorAll('[style*="transition"], [style*="animation"], .video-icon').forEach(i=>{try{i.style.transition="none",i.style.animation="none"}catch{}}),n.style.position="fixed",n.style.margin="0",n.style.pointerEvents="none",n.style.opacity=fe,n.style.zIndex="9999",document.body.appendChild(n),h.value=n;try{const i=l.getBoundingClientRect();n.style.width=`${i.width}px`,n.style.height=`${i.height}px`}catch{}C=i=>{if(!h.value)return;const A=i.clientX-g.x,D=i.clientY-g.y;h.value.style.left=`${A}px`,h.value.style.top=`${D}px`},document.addEventListener("mousemove",C),x=i=>{if(!h.value)return;const A=(i.clientX||0)-g.x,D=(i.clientY||0)-g.y;h.value.style.left=`${A}px`,h.value.style.top=`${D}px`},document.addEventListener("drag",x),l.style.opacity=String(Se),l.style.cursor=me,l.style.borderColor="#ff6b6b"}catch(d){console.error("[VideoGridLayout] Drag start error:",d),E()}}function X(t,r){t.preventDefault(),t.stopPropagation();const a=p.value;if(a===-1||a===r){p.value=-1;return}if(r<0||r>=m.value.length){console.warn("[VideoGridLayout] Invalid drop index:",r),p.value=-1;return}try{const l=t.currentTarget;l&&(l.style.backgroundColor="rgba(66, 184, 131, 0.3)",l.style.borderColor="#42b883",setTimeout(()=>{l.style.backgroundColor="",l.style.borderColor=""},200));const d=[...v.value],n=d[a],w=d[r];d[a]=w,d[r]=n,L=!0,v.value=d,setTimeout(()=>{L=!1,S("videosChange",v.value.filter(Boolean))},0)}catch(l){console.error("[VideoGridLayout] Drop error:",l)}finally{p.value=-1}}function Q(t,r){t.preventDefault(),p.value!==-1&&p.value!==r&&(f.value=r)}function J(t,r){t.preventDefault();const a=t.target,l=t.relatedTarget;a.contains(l)||f.value===r&&(f.value=-1)}function K(t){const a=t.target.closest(".video-item");a&&(a.style.opacity="1",a.style.cursor="move",a.style.borderColor=""),E(),p.value=-1,f.value=-1,g={x:0,y:0}}return e.onBeforeUnmount(()=>{E()}),(t,r)=>(e.openBlock(),e.createElementBlock("div",{class:"video-grid-layout",role:"application","aria-label":"视频分屏布局",style:e.normalizeStyle(z.value)},[c.showToolbar?(e.openBlock(),e.createElementBlock("div",he,[r[1]||(r[1]=e.createElementVNode("div",{class:"toolbar-title"},"分屏布局",-1)),e.createElementVNode("div",we,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(P.value,a=>{var l,d,n;return e.openBlock(),e.createElementBlock("button",{key:a,class:e.normalizeClass(["layout-btn",{active:u.value===a}]),onClick:w=>q(a),title:((l=e.unref(k)[a])==null?void 0:l.label)||"","aria-label":`切换到${((d=e.unref(k)[a])==null?void 0:d.label)||""}布局`,"aria-pressed":u.value===a,type:"button"},[e.createVNode($,{type:a},null,8,["type"]),e.createElementVNode("span",pe,e.toDisplayString(((n=e.unref(k)[a])==null?void 0:n.label)||""),1)],10,ue)}),128))])])):e.createCommentVNode("",!0),e.createElementVNode("div",ve,[e.createElementVNode("div",{class:"video-grid",style:e.normalizeStyle(Y.value)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value,(a,l)=>{var d,n,w;return e.openBlock(),e.createElementBlock("div",{key:((d=b.value[l])==null?void 0:d.id)??l,class:e.normalizeClass(["video-item",{"main-video":j(l),dragging:p.value===l,"drag-over":f.value===l&&p.value!==l}]),style:e.normalizeStyle(U(l)),draggable:!0,"aria-label":`视频 ${l+1}: ${((n=b.value[l])==null?void 0:n.title)||((w=b.value[l])==null?void 0:w.id)||""}`,role:"article",tabindex:"0",onDragstart:s=>H(s,l),onDragover:r[0]||(r[0]=e.withModifiers(()=>{},["prevent"])),onDragenter:s=>Q(s,l),onDragleave:s=>J(s,l),onDrop:s=>X(s,l),onDragend:K},[e.renderSlot(t.$slots,"video",{video:b.value[l],index:l},()=>[e.createElementVNode("div",ke,[e.createElementVNode("div",ge,e.toDisplayString(F(T.value.indexOf(l))),1)])],!0)],46,ye)}),128))],4)])],4))}}),M=R(Ce,[["__scopeId","data-v-13a48217"]]),xe={VideoGridLayout:M,VideoLayoutIcon:$},be={install(c){Object.entries(xe).forEach(([y,o])=>{c.component(y,o)})}};exports.LAYOUT_CONFIGS=k;exports.VideoGridLayout=M;exports.VideoLayoutIcon=$;exports.default=be;exports.getAllLayoutTypes=O;exports.getLayoutPositions=G;
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as q, createElementBlock as s, openBlock as d, createCommentVNode as Q, createElementVNode as h, createStaticVNode as C, ref as R, watch as E, computed as k, shallowRef as M, onBeforeUnmount as dt, normalizeStyle as N, Fragment as z, renderList as H, unref as P, normalizeClass as X, createVNode as ht, toDisplayString as j, withModifiers as wt, renderSlot as ut } from "vue";
|
|
2
|
+
const x = {
|
|
3
3
|
1: {
|
|
4
4
|
type: "1",
|
|
5
5
|
label: "1分屏",
|
|
@@ -77,10 +77,10 @@ const C = {
|
|
|
77
77
|
cols: 4,
|
|
78
78
|
rows: 4
|
|
79
79
|
}
|
|
80
|
-
},
|
|
81
|
-
function
|
|
82
|
-
if (
|
|
83
|
-
return
|
|
80
|
+
}, Y = {};
|
|
81
|
+
function pt(n) {
|
|
82
|
+
if (Y[n])
|
|
83
|
+
return Y[n];
|
|
84
84
|
const e = {
|
|
85
85
|
1: [
|
|
86
86
|
{ col: 1, colSpan: 1, row: 1, rowSpan: 1 }
|
|
@@ -183,65 +183,65 @@ function st(l) {
|
|
|
183
183
|
{ col: 3, colSpan: 1, row: 4, rowSpan: 1 },
|
|
184
184
|
{ col: 4, colSpan: 1, row: 4, rowSpan: 1 }
|
|
185
185
|
]
|
|
186
|
-
}[
|
|
187
|
-
return e.length > 0 && (
|
|
186
|
+
}[n] || [];
|
|
187
|
+
return e.length > 0 && (Y[n] = e), e;
|
|
188
188
|
}
|
|
189
|
-
function
|
|
190
|
-
return Object.keys(
|
|
189
|
+
function vt() {
|
|
190
|
+
return Object.keys(x);
|
|
191
191
|
}
|
|
192
|
-
const
|
|
192
|
+
const yt = { class: "layout-icon" }, gt = {
|
|
193
193
|
key: 0,
|
|
194
194
|
viewBox: "0 0 48 48",
|
|
195
195
|
fill: "none"
|
|
196
|
-
},
|
|
196
|
+
}, kt = {
|
|
197
197
|
key: 1,
|
|
198
198
|
viewBox: "0 0 48 48",
|
|
199
199
|
fill: "none"
|
|
200
|
-
},
|
|
200
|
+
}, St = {
|
|
201
201
|
key: 2,
|
|
202
202
|
viewBox: "0 0 48 48",
|
|
203
203
|
fill: "none"
|
|
204
|
-
},
|
|
204
|
+
}, Ct = {
|
|
205
205
|
key: 3,
|
|
206
206
|
viewBox: "0 0 48 48",
|
|
207
207
|
fill: "none"
|
|
208
|
-
},
|
|
208
|
+
}, ft = {
|
|
209
209
|
key: 4,
|
|
210
210
|
viewBox: "0 0 48 48",
|
|
211
211
|
fill: "none"
|
|
212
|
-
},
|
|
212
|
+
}, xt = {
|
|
213
213
|
key: 5,
|
|
214
214
|
viewBox: "0 0 48 48",
|
|
215
215
|
fill: "none"
|
|
216
|
-
},
|
|
216
|
+
}, mt = {
|
|
217
217
|
key: 6,
|
|
218
218
|
viewBox: "0 0 48 48",
|
|
219
219
|
fill: "none"
|
|
220
|
-
},
|
|
220
|
+
}, bt = {
|
|
221
221
|
key: 7,
|
|
222
222
|
viewBox: "0 0 48 48",
|
|
223
223
|
fill: "none"
|
|
224
|
-
},
|
|
224
|
+
}, At = {
|
|
225
225
|
key: 8,
|
|
226
226
|
viewBox: "0 0 54 48",
|
|
227
227
|
fill: "none"
|
|
228
|
-
},
|
|
228
|
+
}, Lt = {
|
|
229
229
|
key: 9,
|
|
230
230
|
viewBox: "0 0 48 48",
|
|
231
231
|
fill: "none"
|
|
232
|
-
},
|
|
232
|
+
}, Dt = {
|
|
233
233
|
key: 10,
|
|
234
234
|
viewBox: "0 0 48 48",
|
|
235
235
|
fill: "none"
|
|
236
|
-
},
|
|
236
|
+
}, $t = /* @__PURE__ */ q({
|
|
237
237
|
__name: "VideoLayoutIcon",
|
|
238
238
|
props: {
|
|
239
239
|
type: {}
|
|
240
240
|
},
|
|
241
|
-
setup(
|
|
242
|
-
return (
|
|
243
|
-
|
|
244
|
-
|
|
241
|
+
setup(n) {
|
|
242
|
+
return (S, e) => (d(), s("div", yt, [
|
|
243
|
+
n.type === "1" ? (d(), s("svg", gt, [...e[0] || (e[0] = [
|
|
244
|
+
h("rect", {
|
|
245
245
|
x: "4",
|
|
246
246
|
y: "4",
|
|
247
247
|
width: "40",
|
|
@@ -249,8 +249,8 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
249
249
|
stroke: "currentColor",
|
|
250
250
|
"stroke-width": "2"
|
|
251
251
|
}, null, -1)
|
|
252
|
-
])])) :
|
|
253
|
-
|
|
252
|
+
])])) : n.type === "2" ? (d(), s("svg", kt, [...e[1] || (e[1] = [
|
|
253
|
+
h("rect", {
|
|
254
254
|
x: "4",
|
|
255
255
|
y: "4",
|
|
256
256
|
width: "19",
|
|
@@ -258,7 +258,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
258
258
|
stroke: "currentColor",
|
|
259
259
|
"stroke-width": "1.5"
|
|
260
260
|
}, null, -1),
|
|
261
|
-
|
|
261
|
+
h("rect", {
|
|
262
262
|
x: "25",
|
|
263
263
|
y: "4",
|
|
264
264
|
width: "19",
|
|
@@ -266,8 +266,8 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
266
266
|
stroke: "currentColor",
|
|
267
267
|
"stroke-width": "1.5"
|
|
268
268
|
}, null, -1)
|
|
269
|
-
])])) :
|
|
270
|
-
|
|
269
|
+
])])) : n.type === "3" ? (d(), s("svg", St, [...e[2] || (e[2] = [
|
|
270
|
+
h("rect", {
|
|
271
271
|
x: "4",
|
|
272
272
|
y: "4",
|
|
273
273
|
width: "20",
|
|
@@ -275,7 +275,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
275
275
|
stroke: "currentColor",
|
|
276
276
|
"stroke-width": "2"
|
|
277
277
|
}, null, -1),
|
|
278
|
-
|
|
278
|
+
h("rect", {
|
|
279
279
|
x: "26",
|
|
280
280
|
y: "4",
|
|
281
281
|
width: "18",
|
|
@@ -283,7 +283,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
283
283
|
stroke: "currentColor",
|
|
284
284
|
"stroke-width": "1.5"
|
|
285
285
|
}, null, -1),
|
|
286
|
-
|
|
286
|
+
h("rect", {
|
|
287
287
|
x: "26",
|
|
288
288
|
y: "25",
|
|
289
289
|
width: "18",
|
|
@@ -291,8 +291,8 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
291
291
|
stroke: "currentColor",
|
|
292
292
|
"stroke-width": "1.5"
|
|
293
293
|
}, null, -1)
|
|
294
|
-
])])) :
|
|
295
|
-
|
|
294
|
+
])])) : n.type === "4" ? (d(), s("svg", Ct, [...e[3] || (e[3] = [
|
|
295
|
+
h("rect", {
|
|
296
296
|
x: "4",
|
|
297
297
|
y: "4",
|
|
298
298
|
width: "19",
|
|
@@ -300,7 +300,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
300
300
|
stroke: "currentColor",
|
|
301
301
|
"stroke-width": "1.5"
|
|
302
302
|
}, null, -1),
|
|
303
|
-
|
|
303
|
+
h("rect", {
|
|
304
304
|
x: "25",
|
|
305
305
|
y: "4",
|
|
306
306
|
width: "19",
|
|
@@ -308,7 +308,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
308
308
|
stroke: "currentColor",
|
|
309
309
|
"stroke-width": "1.5"
|
|
310
310
|
}, null, -1),
|
|
311
|
-
|
|
311
|
+
h("rect", {
|
|
312
312
|
x: "4",
|
|
313
313
|
y: "25",
|
|
314
314
|
width: "19",
|
|
@@ -316,7 +316,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
316
316
|
stroke: "currentColor",
|
|
317
317
|
"stroke-width": "1.5"
|
|
318
318
|
}, null, -1),
|
|
319
|
-
|
|
319
|
+
h("rect", {
|
|
320
320
|
x: "25",
|
|
321
321
|
y: "25",
|
|
322
322
|
width: "19",
|
|
@@ -324,38 +324,38 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
324
324
|
stroke: "currentColor",
|
|
325
325
|
"stroke-width": "1.5"
|
|
326
326
|
}, null, -1)
|
|
327
|
-
])])) :
|
|
328
|
-
|
|
329
|
-
])])) :
|
|
330
|
-
|
|
331
|
-
])])) :
|
|
332
|
-
|
|
333
|
-
])])) :
|
|
334
|
-
|
|
335
|
-
])])) :
|
|
336
|
-
|
|
337
|
-
])])) :
|
|
338
|
-
|
|
339
|
-
])])) :
|
|
340
|
-
|
|
341
|
-
])])) :
|
|
327
|
+
])])) : n.type === "6" ? (d(), s("svg", ft, [...e[4] || (e[4] = [
|
|
328
|
+
C('<rect x="3" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="3" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="24" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>', 6)
|
|
329
|
+
])])) : n.type === "7" ? (d(), s("svg", xt, [...e[5] || (e[5] = [
|
|
330
|
+
C('<rect x="4" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="4" y="25" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="25" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>', 7)
|
|
331
|
+
])])) : n.type === "8" ? (d(), s("svg", mt, [...e[6] || (e[6] = [
|
|
332
|
+
C('<rect x="4" y="4" width="28" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="35" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>', 8)
|
|
333
|
+
])])) : n.type === "9" ? (d(), s("svg", bt, [...e[7] || (e[7] = [
|
|
334
|
+
C('<rect x="4" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>', 9)
|
|
335
|
+
])])) : n.type === "10" ? (d(), s("svg", At, [...e[8] || (e[8] = [
|
|
336
|
+
C('<rect x="3" y="4" width="36" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="41" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="3" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="11" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="19" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="27" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="6" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="42" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>', 10)
|
|
337
|
+
])])) : n.type === "13" ? (d(), s("svg", Lt, [...e[9] || (e[9] = [
|
|
338
|
+
C('<rect x="4" y="4" width="18" height="18" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="24" y="4" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="14" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="34" width="10" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>', 13)
|
|
339
|
+
])])) : n.type === "16" ? (d(), s("svg", Dt, [...e[10] || (e[10] = [
|
|
340
|
+
C('<rect x="4" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="4" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="15" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="26" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="37" width="7" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>', 16)
|
|
341
|
+
])])) : Q("", !0)
|
|
342
342
|
]));
|
|
343
343
|
}
|
|
344
|
-
}),
|
|
345
|
-
const e =
|
|
346
|
-
for (const [
|
|
347
|
-
e[
|
|
344
|
+
}), J = (n, S) => {
|
|
345
|
+
const e = n.__vccOpts || n;
|
|
346
|
+
for (const [m, v] of S)
|
|
347
|
+
e[m] = v;
|
|
348
348
|
return e;
|
|
349
|
-
},
|
|
349
|
+
}, K = /* @__PURE__ */ J($t, [["__scopeId", "data-v-31e0404d"]]), Bt = {
|
|
350
350
|
key: 0,
|
|
351
351
|
class: "layout-toolbar",
|
|
352
352
|
role: "toolbar",
|
|
353
353
|
"aria-label": "布局切换工具栏"
|
|
354
|
-
},
|
|
354
|
+
}, It = { class: "layout-buttons" }, _t = ["onClick", "title", "aria-label", "aria-pressed"], Et = { class: "layout-label" }, Vt = {
|
|
355
355
|
class: "video-grid-container",
|
|
356
356
|
role: "region",
|
|
357
357
|
"aria-label": "视频网格"
|
|
358
|
-
},
|
|
358
|
+
}, Tt = ["aria-label", "onDragstart", "onDragenter", "onDragleave", "onDrop"], Gt = { class: "video-placeholder" }, Ot = { class: "placeholder-number" }, Rt = 0.5, Mt = "grabbing", Nt = "0.8", Pt = /* @__PURE__ */ q({
|
|
359
359
|
__name: "VideoGridLayout",
|
|
360
360
|
props: {
|
|
361
361
|
videos: {},
|
|
@@ -365,58 +365,57 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
365
365
|
width: {},
|
|
366
366
|
height: {},
|
|
367
367
|
placeholderText: {},
|
|
368
|
-
placeholders: {}
|
|
369
|
-
dragAnimation: { default: "scale" }
|
|
368
|
+
placeholders: {}
|
|
370
369
|
},
|
|
371
370
|
emits: ["layoutChange", "videosChange"],
|
|
372
|
-
setup(
|
|
373
|
-
const e =
|
|
374
|
-
|
|
375
|
-
|
|
371
|
+
setup(n, { emit: S }) {
|
|
372
|
+
const e = n, m = S, v = R(e.layout);
|
|
373
|
+
E(() => e.layout, (t) => {
|
|
374
|
+
v.value = t;
|
|
376
375
|
});
|
|
377
|
-
const
|
|
378
|
-
function
|
|
379
|
-
const o = Array.isArray(t) ? t : e.videos || [], a =
|
|
380
|
-
|
|
381
|
-
|
|
376
|
+
const W = k(() => e.availableLayouts && e.availableLayouts.length > 0 ? e.availableLayouts : vt()), g = M([]);
|
|
377
|
+
function V(t) {
|
|
378
|
+
const o = Array.isArray(t) ? t : e.videos || [], a = G.value, r = {};
|
|
379
|
+
g.value.forEach((l, p) => {
|
|
380
|
+
l && l.id !== void 0 && (r[l.id] = l.__labelNumber ?? p + 1);
|
|
382
381
|
});
|
|
383
|
-
const
|
|
384
|
-
const w = o[
|
|
382
|
+
const i = Array.from({ length: a }).map((l, p) => {
|
|
383
|
+
const w = o[p];
|
|
385
384
|
if (w) {
|
|
386
|
-
const
|
|
387
|
-
return { ...w, __labelNumber:
|
|
385
|
+
const c = r[w.id] ?? w.__labelNumber ?? p + 1;
|
|
386
|
+
return { ...w, __labelNumber: c };
|
|
388
387
|
}
|
|
389
388
|
});
|
|
390
|
-
|
|
389
|
+
g.value = i;
|
|
391
390
|
}
|
|
392
|
-
|
|
391
|
+
E(() => e.videos, (t) => {
|
|
393
392
|
if (!Array.isArray(t)) {
|
|
394
393
|
console.warn("[VideoGridLayout] Invalid videos prop, expected array");
|
|
395
394
|
return;
|
|
396
395
|
}
|
|
397
|
-
|
|
398
|
-
}, { flush: "post" })
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
A(v, (t) => {
|
|
403
|
-
!_ && Array.isArray(t) && f("videosChange", t);
|
|
396
|
+
V(t);
|
|
397
|
+
}, { flush: "post" });
|
|
398
|
+
let T = !1;
|
|
399
|
+
E(g, (t) => {
|
|
400
|
+
!T && Array.isArray(t) && m("videosChange", t);
|
|
404
401
|
});
|
|
405
|
-
const
|
|
406
|
-
const t =
|
|
407
|
-
return t || (console.warn(`[VideoGridLayout] Invalid layout type: ${
|
|
408
|
-
}),
|
|
402
|
+
const F = k(() => {
|
|
403
|
+
const t = x[v.value];
|
|
404
|
+
return t || (console.warn(`[VideoGridLayout] Invalid layout type: ${v.value}, fallback to '4'`), x[4]);
|
|
405
|
+
}), b = k(() => pt(v.value)), G = k(() => {
|
|
409
406
|
var t;
|
|
410
|
-
return ((t =
|
|
411
|
-
}),
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
407
|
+
return ((t = F.value) == null ? void 0 : t.count) || 4;
|
|
408
|
+
}), $ = k(() => g.value.slice(0, G.value).map((t) => t).filter(Boolean));
|
|
409
|
+
V(e.videos), E(G, () => {
|
|
410
|
+
V(e.videos);
|
|
411
|
+
});
|
|
412
|
+
const U = k(() => {
|
|
413
|
+
const t = b.value.map((o, a) => ({ p: o, idx: a }));
|
|
415
414
|
return t.sort((o, a) => o.p.row === a.p.row ? (o.p.col || 0) - (a.p.col || 0) : (o.p.row || 0) - (a.p.row || 0)), t.map((o) => o.idx);
|
|
416
|
-
}),
|
|
417
|
-
let
|
|
418
|
-
const
|
|
419
|
-
const t =
|
|
415
|
+
}), y = R(-1), A = R(-1), B = M(null), u = M(null);
|
|
416
|
+
let f = { x: 0, y: 0 }, L = null, D = null;
|
|
417
|
+
const Z = k(() => {
|
|
418
|
+
const t = F.value;
|
|
420
419
|
return {
|
|
421
420
|
display: "grid",
|
|
422
421
|
gridTemplateColumns: (t == null ? void 0 : t.colTemplate) || `repeat(${(t == null ? void 0 : t.cols) || 2}, 1fr)`,
|
|
@@ -425,12 +424,12 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
425
424
|
width: e.width || "100%",
|
|
426
425
|
height: e.height || "100%"
|
|
427
426
|
};
|
|
428
|
-
}),
|
|
427
|
+
}), tt = k(() => ({
|
|
429
428
|
width: e.width || "100%",
|
|
430
429
|
height: e.height || "100%"
|
|
431
430
|
}));
|
|
432
|
-
function
|
|
433
|
-
const o = t, a =
|
|
431
|
+
function et(t) {
|
|
432
|
+
const o = t, a = U.value[o];
|
|
434
433
|
if (Array.isArray(e.placeholders) && e.placeholders[a] !== void 0)
|
|
435
434
|
return String(e.placeholders[a]);
|
|
436
435
|
if (typeof e.placeholderText == "function")
|
|
@@ -441,185 +440,205 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
441
440
|
}
|
|
442
441
|
return e.placeholderText ? String(e.placeholderText) : String(o + 1);
|
|
443
442
|
}
|
|
444
|
-
function
|
|
445
|
-
const o =
|
|
443
|
+
function ot(t) {
|
|
444
|
+
const o = b.value[t];
|
|
446
445
|
return !o || typeof o.col != "number" || typeof o.row != "number" ? {} : {
|
|
447
446
|
gridColumn: `${o.col} / span ${o.colSpan}`,
|
|
448
447
|
gridRow: `${o.row} / span ${o.rowSpan}`
|
|
449
448
|
};
|
|
450
449
|
}
|
|
451
|
-
function
|
|
452
|
-
const o =
|
|
450
|
+
function rt(t) {
|
|
451
|
+
const o = b.value[t];
|
|
453
452
|
return (o == null ? void 0 : o.isMain) || !1;
|
|
454
453
|
}
|
|
455
|
-
function
|
|
456
|
-
|
|
454
|
+
function at(t) {
|
|
455
|
+
v.value = t, m("layoutChange", v.value);
|
|
457
456
|
}
|
|
458
|
-
function
|
|
459
|
-
if (
|
|
457
|
+
function I() {
|
|
458
|
+
if (B.value && document.body.contains(B.value)) {
|
|
460
459
|
try {
|
|
461
|
-
document.body.removeChild(
|
|
460
|
+
document.body.removeChild(B.value);
|
|
462
461
|
} catch (t) {
|
|
463
462
|
console.warn("[VideoGridLayout] Failed to cleanup drag image:", t);
|
|
464
463
|
}
|
|
465
|
-
|
|
464
|
+
B.value = null;
|
|
466
465
|
}
|
|
467
|
-
if (
|
|
466
|
+
if (u.value && document.body.contains(u.value)) {
|
|
468
467
|
try {
|
|
469
|
-
document.body.removeChild(
|
|
468
|
+
document.body.removeChild(u.value);
|
|
470
469
|
} catch {
|
|
471
470
|
}
|
|
472
|
-
|
|
471
|
+
u.value = null;
|
|
473
472
|
}
|
|
474
|
-
|
|
473
|
+
L && (document.removeEventListener("mousemove", L), L = null), D && (document.removeEventListener("drag", D), D = null);
|
|
475
474
|
}
|
|
476
|
-
function
|
|
477
|
-
if (o < 0 || o >=
|
|
475
|
+
function lt(t, o) {
|
|
476
|
+
if (o < 0 || o >= g.value.length) {
|
|
478
477
|
console.warn("[VideoGridLayout] Invalid drag index:", o);
|
|
479
478
|
return;
|
|
480
479
|
}
|
|
481
|
-
if (
|
|
480
|
+
if (y.value = o, !t.dataTransfer) return;
|
|
482
481
|
t.dataTransfer.effectAllowed = "move";
|
|
483
482
|
const r = t.target.closest(".video-item");
|
|
484
483
|
if (r)
|
|
485
484
|
try {
|
|
486
|
-
|
|
485
|
+
I();
|
|
486
|
+
const i = r.getBoundingClientRect();
|
|
487
|
+
if (f = {
|
|
488
|
+
x: (t.clientX || 0) - i.left,
|
|
489
|
+
y: (t.clientY || 0) - i.top
|
|
490
|
+
}, t.dataTransfer) {
|
|
491
|
+
t.dataTransfer.effectAllowed = "move";
|
|
487
492
|
const c = new Image();
|
|
488
|
-
c.src = "", t.dataTransfer.setDragImage(c, 0, 0);
|
|
493
|
+
c.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", t.dataTransfer.setDragImage(c, 0, 0);
|
|
494
|
+
}
|
|
495
|
+
const l = r.cloneNode(!0);
|
|
496
|
+
l.querySelectorAll(".progress-bar, .play-button").forEach((c) => c.remove()), l.querySelectorAll('[style*="transition"], [style*="animation"], .video-icon').forEach((c) => {
|
|
497
|
+
try {
|
|
498
|
+
c.style.transition = "none", c.style.animation = "none";
|
|
499
|
+
} catch {
|
|
500
|
+
}
|
|
501
|
+
}), l.style.position = "fixed", l.style.margin = "0", l.style.pointerEvents = "none", l.style.opacity = Nt, l.style.zIndex = "9999", document.body.appendChild(l), u.value = l;
|
|
502
|
+
try {
|
|
503
|
+
const c = r.getBoundingClientRect();
|
|
504
|
+
l.style.width = `${c.width}px`, l.style.height = `${c.height}px`;
|
|
505
|
+
} catch {
|
|
489
506
|
}
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
507
|
+
L = (c) => {
|
|
508
|
+
if (!u.value) return;
|
|
509
|
+
const _ = c.clientX - f.x, O = c.clientY - f.y;
|
|
510
|
+
u.value.style.left = `${_}px`, u.value.style.top = `${O}px`;
|
|
511
|
+
}, document.addEventListener("mousemove", L), D = (c) => {
|
|
512
|
+
if (!u.value) return;
|
|
513
|
+
const _ = (c.clientX || 0) - f.x, O = (c.clientY || 0) - f.y;
|
|
514
|
+
u.value.style.left = `${_}px`, u.value.style.top = `${O}px`;
|
|
515
|
+
}, document.addEventListener("drag", D), r.style.opacity = String(Rt), r.style.cursor = Mt, r.style.borderColor = "#ff6b6b";
|
|
516
|
+
} catch (i) {
|
|
517
|
+
console.error("[VideoGridLayout] Drag start error:", i), I();
|
|
496
518
|
}
|
|
497
519
|
}
|
|
498
|
-
function
|
|
520
|
+
function nt(t, o) {
|
|
499
521
|
t.preventDefault(), t.stopPropagation();
|
|
500
|
-
const a =
|
|
522
|
+
const a = y.value;
|
|
501
523
|
if (a === -1 || a === o) {
|
|
502
|
-
|
|
524
|
+
y.value = -1;
|
|
503
525
|
return;
|
|
504
526
|
}
|
|
505
|
-
if (o < 0 || o >=
|
|
506
|
-
console.warn("[VideoGridLayout] Invalid drop index:", o),
|
|
527
|
+
if (o < 0 || o >= b.value.length) {
|
|
528
|
+
console.warn("[VideoGridLayout] Invalid drop index:", o), y.value = -1;
|
|
507
529
|
return;
|
|
508
530
|
}
|
|
509
531
|
try {
|
|
510
|
-
const r =
|
|
511
|
-
r
|
|
512
|
-
|
|
532
|
+
const r = t.currentTarget;
|
|
533
|
+
r && (r.style.backgroundColor = "rgba(66, 184, 131, 0.3)", r.style.borderColor = "#42b883", setTimeout(() => {
|
|
534
|
+
r.style.backgroundColor = "", r.style.borderColor = "";
|
|
535
|
+
}, 200));
|
|
536
|
+
const i = [...g.value], l = i[a], p = i[o];
|
|
537
|
+
i[a] = p, i[o] = l, T = !0, g.value = i, setTimeout(() => {
|
|
538
|
+
T = !1, m("videosChange", g.value.filter(Boolean));
|
|
513
539
|
}, 0);
|
|
514
540
|
} catch (r) {
|
|
515
541
|
console.error("[VideoGridLayout] Drop error:", r);
|
|
516
542
|
} finally {
|
|
517
|
-
|
|
543
|
+
y.value = -1;
|
|
518
544
|
}
|
|
519
545
|
}
|
|
520
|
-
function
|
|
521
|
-
|
|
522
|
-
m.value = o;
|
|
523
|
-
try {
|
|
524
|
-
const r = (t.currentTarget || t.target).getBoundingClientRect();
|
|
525
|
-
h.value && (h.value.style.width = `${r.width}px`, h.value.style.height = `${r.height}px`, h.value.style.transform = "translate(-50%,-50%)");
|
|
526
|
-
} catch {
|
|
527
|
-
}
|
|
528
|
-
}
|
|
546
|
+
function ct(t, o) {
|
|
547
|
+
t.preventDefault(), y.value !== -1 && y.value !== o && (A.value = o);
|
|
529
548
|
}
|
|
530
|
-
function
|
|
549
|
+
function it(t, o) {
|
|
531
550
|
t.preventDefault();
|
|
532
551
|
const a = t.target, r = t.relatedTarget;
|
|
533
|
-
a.contains(r) ||
|
|
552
|
+
a.contains(r) || A.value === o && (A.value = -1);
|
|
534
553
|
}
|
|
535
|
-
function
|
|
554
|
+
function st(t) {
|
|
536
555
|
const a = t.target.closest(".video-item");
|
|
537
|
-
a && (a.style.opacity = "1", a.style.cursor = "move"),
|
|
556
|
+
a && (a.style.opacity = "1", a.style.cursor = "move", a.style.borderColor = ""), I(), y.value = -1, A.value = -1, f = { x: 0, y: 0 };
|
|
538
557
|
}
|
|
539
|
-
return
|
|
540
|
-
|
|
541
|
-
}), (t, o) => (d(),
|
|
558
|
+
return dt(() => {
|
|
559
|
+
I();
|
|
560
|
+
}), (t, o) => (d(), s("div", {
|
|
542
561
|
class: "video-grid-layout",
|
|
543
562
|
role: "application",
|
|
544
563
|
"aria-label": "视频分屏布局",
|
|
545
|
-
style:
|
|
564
|
+
style: N(tt.value)
|
|
546
565
|
}, [
|
|
547
|
-
|
|
548
|
-
o[1] || (o[1] =
|
|
549
|
-
|
|
550
|
-
(d(!0),
|
|
551
|
-
var r,
|
|
552
|
-
return d(),
|
|
566
|
+
n.showToolbar ? (d(), s("div", Bt, [
|
|
567
|
+
o[1] || (o[1] = h("div", { class: "toolbar-title" }, "分屏布局", -1)),
|
|
568
|
+
h("div", It, [
|
|
569
|
+
(d(!0), s(z, null, H(W.value, (a) => {
|
|
570
|
+
var r, i, l;
|
|
571
|
+
return d(), s("button", {
|
|
553
572
|
key: a,
|
|
554
|
-
class:
|
|
555
|
-
onClick: (
|
|
556
|
-
title: ((r =
|
|
557
|
-
"aria-label": `切换到${((
|
|
558
|
-
"aria-pressed":
|
|
573
|
+
class: X(["layout-btn", { active: v.value === a }]),
|
|
574
|
+
onClick: (p) => at(a),
|
|
575
|
+
title: ((r = P(x)[a]) == null ? void 0 : r.label) || "",
|
|
576
|
+
"aria-label": `切换到${((i = P(x)[a]) == null ? void 0 : i.label) || ""}布局`,
|
|
577
|
+
"aria-pressed": v.value === a,
|
|
559
578
|
type: "button"
|
|
560
579
|
}, [
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
], 10,
|
|
580
|
+
ht(K, { type: a }, null, 8, ["type"]),
|
|
581
|
+
h("span", Et, j(((l = P(x)[a]) == null ? void 0 : l.label) || ""), 1)
|
|
582
|
+
], 10, _t);
|
|
564
583
|
}), 128))
|
|
565
584
|
])
|
|
566
|
-
])) :
|
|
567
|
-
|
|
568
|
-
|
|
585
|
+
])) : Q("", !0),
|
|
586
|
+
h("div", Vt, [
|
|
587
|
+
h("div", {
|
|
569
588
|
class: "video-grid",
|
|
570
|
-
style:
|
|
589
|
+
style: N(Z.value)
|
|
571
590
|
}, [
|
|
572
|
-
(d(!0),
|
|
573
|
-
var
|
|
574
|
-
return d(),
|
|
575
|
-
key: ((
|
|
576
|
-
class:
|
|
577
|
-
"main-video":
|
|
578
|
-
dragging:
|
|
579
|
-
"drag-over":
|
|
591
|
+
(d(!0), s(z, null, H(b.value, (a, r) => {
|
|
592
|
+
var i, l, p;
|
|
593
|
+
return d(), s("div", {
|
|
594
|
+
key: ((i = $.value[r]) == null ? void 0 : i.id) ?? r,
|
|
595
|
+
class: X(["video-item", {
|
|
596
|
+
"main-video": rt(r),
|
|
597
|
+
dragging: y.value === r,
|
|
598
|
+
"drag-over": A.value === r && y.value !== r
|
|
580
599
|
}]),
|
|
581
|
-
style:
|
|
600
|
+
style: N(ot(r)),
|
|
582
601
|
draggable: !0,
|
|
583
|
-
"aria-label": `视频 ${r + 1}: ${((
|
|
602
|
+
"aria-label": `视频 ${r + 1}: ${((l = $.value[r]) == null ? void 0 : l.title) || ((p = $.value[r]) == null ? void 0 : p.id) || ""}`,
|
|
584
603
|
role: "article",
|
|
585
604
|
tabindex: "0",
|
|
586
|
-
onDragstart: (w) =>
|
|
587
|
-
onDragover: o[0] || (o[0] =
|
|
605
|
+
onDragstart: (w) => lt(w, r),
|
|
606
|
+
onDragover: o[0] || (o[0] = wt(() => {
|
|
588
607
|
}, ["prevent"])),
|
|
589
|
-
onDragenter: (w) =>
|
|
590
|
-
onDragleave: (w) =>
|
|
591
|
-
onDrop: (w) =>
|
|
592
|
-
onDragend:
|
|
608
|
+
onDragenter: (w) => ct(w, r),
|
|
609
|
+
onDragleave: (w) => it(w, r),
|
|
610
|
+
onDrop: (w) => nt(w, r),
|
|
611
|
+
onDragend: st
|
|
593
612
|
}, [
|
|
594
|
-
|
|
595
|
-
video:
|
|
613
|
+
ut(t.$slots, "video", {
|
|
614
|
+
video: $.value[r],
|
|
596
615
|
index: r
|
|
597
616
|
}, () => [
|
|
598
|
-
|
|
599
|
-
|
|
617
|
+
h("div", Gt, [
|
|
618
|
+
h("div", Ot, j(et(U.value.indexOf(r))), 1)
|
|
600
619
|
])
|
|
601
620
|
], !0)
|
|
602
|
-
], 46,
|
|
621
|
+
], 46, Tt);
|
|
603
622
|
}), 128))
|
|
604
623
|
], 4)
|
|
605
624
|
])
|
|
606
625
|
], 4));
|
|
607
626
|
}
|
|
608
|
-
}),
|
|
609
|
-
VideoGridLayout:
|
|
610
|
-
VideoLayoutIcon:
|
|
611
|
-
},
|
|
612
|
-
install(
|
|
613
|
-
Object.entries(
|
|
614
|
-
|
|
627
|
+
}), Yt = /* @__PURE__ */ J(Pt, [["__scopeId", "data-v-13a48217"]]), Ft = {
|
|
628
|
+
VideoGridLayout: Yt,
|
|
629
|
+
VideoLayoutIcon: K
|
|
630
|
+
}, zt = {
|
|
631
|
+
install(n) {
|
|
632
|
+
Object.entries(Ft).forEach(([S, e]) => {
|
|
633
|
+
n.component(S, e);
|
|
615
634
|
});
|
|
616
635
|
}
|
|
617
636
|
};
|
|
618
637
|
export {
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
638
|
+
x as LAYOUT_CONFIGS,
|
|
639
|
+
Yt as VideoGridLayout,
|
|
640
|
+
K as VideoLayoutIcon,
|
|
641
|
+
zt as default,
|
|
642
|
+
vt as getAllLayoutTypes,
|
|
643
|
+
pt as getLayoutPositions
|
|
625
644
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.video-grid-layout{width:100%;height:100%;display:flex;flex-direction:column;background:#0015294d}.layout-toolbar{padding:12px 16px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.toolbar-title{font-size:14px;font-weight:600;color:#333}.layout-buttons{display:flex;gap:8px;flex-wrap:wrap}.layout-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #d0d0d0;background:#fff;border-radius:4px;cursor:pointer;transition:all .2s;font-size:12px;color:#666}.layout-btn:hover{border-color:#42b883;color:#42b883;background:#f0fdf4}.layout-btn.active{border-color:#42b883;background:#42b883;color:#fff}.layout-label{font-size:12px}.video-grid-container{flex:1;padding:8px;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;box-sizing:border-box}.video-grid{width:100%;height:100%;max-width:100%;max-height:100%;background:#00409f33;padding:4px;border-radius:4px;box-sizing:border-box}.video-item{position:relative;background:#00152999;border:2px solid rgba(0,64,159,.49);border-radius:4px;overflow:hidden;cursor:move;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;min-height:0;min-width:0;-webkit-user-select:none;user-select:none;-webkit-user-drag:element;will-change:transform}.video-item.dragging{opacity:.5;cursor:grabbing;transform:scale(.98);box-shadow:0 4px 12px #0000004d}.video-item:hover{border-color:#42b883cc;background:#001529cc}.video-item.drag-over{border:1px solid rgba(66,184,131,1)!important;background:#42b88333!important}.video-item:focus{outline:1px solid rgba(66,184,131,1);outline-offset:1px}.video-item.main-video{border-width:1px}.video-item>*{width:100%;height:100%}.video-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#3de6ff80;-webkit-user-select:none;user-select:none;background:#00409f4d}.placeholder-number{font-size:48px;font-weight:700;color:#3de6ff99;text-shadow:0 0 10px rgba(61,230,255,.3)}@media (max-width: 768px){.layout-toolbar{flex-direction:column;align-items:flex-start}.layout-label{display:none}}.layout-icon[data-v-31e0404d]{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.layout-icon svg[data-v-31e0404d]{width:100%;height:100%}.video-grid-layout[data-v-
|
|
1
|
+
.video-grid-layout{width:100%;height:100%;display:flex;flex-direction:column;background:#0015294d}.layout-toolbar{padding:12px 16px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.toolbar-title{font-size:14px;font-weight:600;color:#333}.layout-buttons{display:flex;gap:8px;flex-wrap:wrap}.layout-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #d0d0d0;background:#fff;border-radius:4px;cursor:pointer;transition:all .2s;font-size:12px;color:#666}.layout-btn:hover{border-color:#42b883;color:#42b883;background:#f0fdf4}.layout-btn.active{border-color:#42b883;background:#42b883;color:#fff}.layout-label{font-size:12px}.video-grid-container{flex:1;padding:8px;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;box-sizing:border-box}.video-grid{width:100%;height:100%;max-width:100%;max-height:100%;background:#00409f33;padding:4px;border-radius:4px;box-sizing:border-box}.video-item{position:relative;background:#00152999;border:2px solid rgba(0,64,159,.49);border-radius:4px;overflow:hidden;cursor:move;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;min-height:0;min-width:0;-webkit-user-select:none;user-select:none;-webkit-user-drag:element;will-change:transform}.video-item.dragging{opacity:.5;cursor:grabbing;transform:scale(.98);box-shadow:0 4px 12px #0000004d}.video-item:hover{border-color:#42b883cc;background:#001529cc}.video-item.drag-over{border:1px solid rgba(66,184,131,1)!important;background:#42b88333!important}.video-item:focus{outline:1px solid rgba(66,184,131,1);outline-offset:1px}.video-item.main-video{border-width:1px}.video-item>*{width:100%;height:100%}.video-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#3de6ff80;-webkit-user-select:none;user-select:none;background:#00409f4d}.placeholder-number{font-size:48px;font-weight:700;color:#3de6ff99;text-shadow:0 0 10px rgba(61,230,255,.3)}@media (max-width: 768px){.layout-toolbar{flex-direction:column;align-items:flex-start}.layout-label{display:none}}.layout-icon[data-v-31e0404d]{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.layout-icon svg[data-v-31e0404d]{width:100%;height:100%}.video-grid-layout[data-v-13a48217]{width:100%;height:100%;display:flex;flex-direction:column;background:#0015294d}.layout-toolbar[data-v-13a48217]{padding:12px 16px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.toolbar-title[data-v-13a48217]{font-size:14px;font-weight:600;color:#333}.layout-buttons[data-v-13a48217]{display:flex;gap:8px;flex-wrap:wrap}.layout-btn[data-v-13a48217]{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #d0d0d0;background:#fff;border-radius:4px;cursor:pointer;transition:all .2s;font-size:12px;color:#666}.layout-btn[data-v-13a48217]:hover{border-color:#42b883;color:#42b883;background:#f0fdf4}.layout-btn.active[data-v-13a48217]{border-color:#42b883;background:#42b883;color:#fff}.layout-label[data-v-13a48217]{font-size:12px}.video-grid-container[data-v-13a48217]{flex:1;padding:8px;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;box-sizing:border-box}.video-grid[data-v-13a48217]{width:100%;height:100%;max-width:100%;max-height:100%;background:#00409f33;padding:4px;border-radius:4px;box-sizing:border-box}.video-item[data-v-13a48217]{position:relative;background:#00152999;border:2px solid rgba(0,64,159,.49);border-radius:4px;overflow:hidden;cursor:move;min-height:0;min-width:0;-webkit-user-select:none;user-select:none;-webkit-user-drag:element}.video-item.dragging[data-v-13a48217]{opacity:.5;cursor:grabbing}.video-item[data-v-13a48217]:hover{border-color:#42b883cc;background:#001529cc}.video-item.drag-over[data-v-13a48217]{border:1px solid rgba(66,184,131,1)!important;background:#42b88333!important}.video-item[data-v-13a48217]:focus{outline:1px solid rgba(66,184,131,1);outline-offset:1px}.video-item.main-video[data-v-13a48217]{border-width:1px}.video-item[data-v-13a48217]>*{width:100%;height:100%}.video-placeholder[data-v-13a48217]{display:flex;align-items:center;justify-content:center;height:100%;color:#3de6ff80;-webkit-user-select:none;user-select:none;background:#00409f4d}.placeholder-number[data-v-13a48217]{font-size:48px;font-weight:700;color:#3de6ff99;text-shadow:0 0 10px rgba(61,230,255,.3)}@media (max-width: 768px){.layout-toolbar[data-v-13a48217]{flex-direction:column;align-items:flex-start}.layout-label[data-v-13a48217]{display:none}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "video-split-screen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"description": "Vue 3 视频分屏组件(VideoSplitScreen)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -20,16 +20,18 @@
|
|
|
20
20
|
],
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "https://github.com/
|
|
23
|
+
"url": "https://github.com/laylwenl/videoSplitScreen.git"
|
|
24
24
|
},
|
|
25
|
-
"homepage": "https://github.com/
|
|
25
|
+
"homepage": "https://github.com/laylwenl/videoSplitScreen#readme",
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "vite build",
|
|
31
31
|
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
|
|
32
|
-
"prepare": "npm run build && npm run build:types"
|
|
32
|
+
"prepare": "npm run build && npm run build:types",
|
|
33
|
+
"dev": "vite",
|
|
34
|
+
"example": "cd example && npm run dev"
|
|
33
35
|
},
|
|
34
36
|
"peerDependencies": {
|
|
35
37
|
"vue": "^3.4.0"
|