@shijiu/jsview-vue-samples 2.0.1021 → 2.0.1045-next-vue.0
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/Basic/components/div/DivBackground.vue +1 -1
- package/Basic/components/div/DivCssVar.vue +5 -2
- package/CssPreprocessor/Less/App.vue +1 -1
- package/CssPreprocessor/Less/components/less-group1/LessComments.vue +2 -2
- package/CssPreprocessor/Less/components/less-group1/LessConditionals.vue +2 -2
- package/CssPreprocessor/Less/components/less-group1/LessVariables.vue +6 -6
- package/CssPreprocessor/Less/components/less-group2/LessIteration.vue +1 -1
- package/CssPreprocessor/Less/components/less-group2/LessMethods.vue +2 -2
- package/CssPreprocessor/Less/components/less-group3/LessExtends.vue +2 -2
- package/CssPreprocessor/Less/components/less-group3/LessNesting.vue +4 -4
- package/CssPreprocessor/Less/components/less-group4/LessKeyframes.vue +1 -1
- package/CssPreprocessor/Less/components/less-group4/LessMaps.vue +1 -1
- package/CssPreprocessor/Less/components/less-group4/LessMixins.vue +1 -1
- package/CssPreprocessor/Less/components/less-group5/LessImporting.vue +7 -3
- package/CssPreprocessor/Less/components/less-group5/TextSettings.less +8 -1
- package/CssPreprocessor/Scss/App.vue +1 -1
- package/CssPreprocessor/Scss/components/scss-group1/ScssComments.vue +11 -10
- package/CssPreprocessor/Scss/components/scss-group1/ScssConditionals.vue +8 -6
- package/CssPreprocessor/Scss/components/scss-group1/ScssOperations.vue +2 -2
- package/CssPreprocessor/Scss/components/scss-group1/ScssVariables.vue +6 -6
- package/CssPreprocessor/Scss/components/scss-group2/ScssIteration.vue +2 -2
- package/CssPreprocessor/Scss/components/scss-group2/ScssMethods.vue +9 -9
- package/CssPreprocessor/Scss/components/scss-group3/ScssExtends.vue +2 -2
- package/CssPreprocessor/Scss/components/scss-group3/ScssNesting.vue +3 -3
- package/CssPreprocessor/Scss/components/scss-group4/ScssKeyframes.vue +1 -1
- package/CssPreprocessor/Scss/components/scss-group4/ScssMaps.vue +1 -1
- package/CssPreprocessor/Scss/components/scss-group4/ScssMixins.vue +1 -1
- package/CssPreprocessor/Scss/components/scss-group5/ScssImporting.vue +7 -3
- package/CssPreprocessor/Scss/components/scss-group5/TextSettings.scss +8 -1
- package/CssPreprocessor/Stylus/App.vue +1 -1
- package/CssPreprocessor/Stylus/components/stylus-group1/StylusComments.vue +2 -2
- package/CssPreprocessor/Stylus/components/stylus-group1/StylusConditionals.vue +2 -2
- package/CssPreprocessor/Stylus/components/stylus-group1/StylusVariables.vue +7 -7
- package/CssPreprocessor/Stylus/components/stylus-group2/StylusIteration.vue +1 -1
- package/CssPreprocessor/Stylus/components/stylus-group2/StylusMethods.vue +3 -3
- package/CssPreprocessor/Stylus/components/stylus-group3/StylusExtends.vue +2 -2
- package/CssPreprocessor/Stylus/components/stylus-group3/StylusNesting.vue +5 -5
- package/CssPreprocessor/Stylus/components/stylus-group4/StylusKeyframes.vue +1 -1
- package/CssPreprocessor/Stylus/components/stylus-group4/StylusMaps.vue +1 -1
- package/CssPreprocessor/Stylus/components/stylus-group4/StylusMixins.vue +1 -1
- package/CssPreprocessor/Stylus/components/stylus-group5/StylusImporting.vue +7 -3
- package/CssPreprocessor/Stylus/components/stylus-group5/TextSettings.styl +8 -1
- package/CssPreprocessor/utils/ContentBlock.vue +3 -2
- package/CssPreprocessor/utils/FontStyle.css +1 -1
- package/CssPreprocessor/utils/Panel.vue +1 -1
- package/FocusMoveStyle/App.vue +37 -46
- package/FocusMoveStyle/Item.vue +7 -17
- package/FocusMoveStyle/assets/redCircle.png +0 -0
- package/MetroWidgetDemos/SkeletonDiagram/App.vue +78 -0
- package/MetroWidgetDemos/SkeletonDiagram/Item.vue +111 -0
- package/MetroWidgetDemos/SkeletonDiagram/assets/imageList.json +237 -0
- package/MetroWidgetDemos/SkeletonDiagram/data.js +16 -0
- package/MetroWidgetDemos/ninePatchFocusPage/App.vue +105 -0
- package/MetroWidgetDemos/ninePatchFocusPage/Item.vue +69 -0
- package/MetroWidgetDemos/ninePatchFocusPage/PageRow.vue +89 -0
- package/MetroWidgetDemos/routeList.js +12 -5
- package/MetroWidgetDemos/slideSetting/App.vue +8 -8
- package/NinePatchDemo/Item.vue +3 -3
- package/SprayView/App.vue +71 -63
- package/SprayView/assets/goldencoin1.png +0 -0
- package/SprayView/assets/goldencoin2.png +0 -0
- package/SprayView/assets/redpacket1.png +0 -0
- package/SprayView/assets/redpacket2.png +0 -0
- package/SprayView/assets/star1.png +0 -0
- package/SprayView/assets/star2.png +0 -0
- package/SprayView/assets/star3.png +0 -0
- package/SprayView/assets/star4.png +0 -0
- package/Swiper/App.vue +1 -1
- package/package.json +1 -1
- /package/{FocusMoveStyle/assets/focus.png → assets/focus1.png} +0 -0
|
@@ -6,14 +6,14 @@ export default {
|
|
|
6
6
|
<template>
|
|
7
7
|
<div>
|
|
8
8
|
<div class="stylus-var-general">
|
|
9
|
-
{{'$my-color = #
|
|
9
|
+
{{'$my-color = #126085; // 一般变量\n'
|
|
10
10
|
+ '.stylus-var-general {\n'
|
|
11
11
|
+ ' color: $my-color;\n'
|
|
12
12
|
+ '}'}}
|
|
13
13
|
</div>
|
|
14
14
|
<div class="stylus-var-enclosing">
|
|
15
15
|
{{'.stylus-var-enclosing {\n'
|
|
16
|
-
+ ' $my-color = #
|
|
16
|
+
+ ' $my-color = #5a4ba4; // 局部变量\n'
|
|
17
17
|
+ ' color: $my-color;\n'
|
|
18
18
|
+ '}'}}
|
|
19
19
|
</div>
|
|
@@ -21,24 +21,24 @@ export default {
|
|
|
21
21
|
</template>
|
|
22
22
|
|
|
23
23
|
<style scoped lang="stylus">
|
|
24
|
-
$my-color = #
|
|
24
|
+
$my-color = #126085; // 一般变量
|
|
25
25
|
.stylus-var-general {
|
|
26
26
|
color: $my-color;
|
|
27
27
|
|
|
28
|
-
font-size:
|
|
28
|
+
font-size: 12;
|
|
29
29
|
left: 10;
|
|
30
30
|
top: 0;
|
|
31
31
|
width: 220;
|
|
32
32
|
height: 140;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
$my-color = #
|
|
35
|
+
$my-color = #126085;
|
|
36
36
|
.stylus-var-enclosing {
|
|
37
37
|
// 只在 .stylus-enclosing 里有效,局部作用域
|
|
38
|
-
$my-color = #
|
|
38
|
+
$my-color = #5a4ba4; // 局部变量
|
|
39
39
|
color: $my-color;
|
|
40
40
|
|
|
41
|
-
font-size:
|
|
41
|
+
font-size: 12;
|
|
42
42
|
left: 10;
|
|
43
43
|
top: 68;
|
|
44
44
|
width: 220;
|
|
@@ -41,7 +41,7 @@ getsize(zoom) { // 一般调用
|
|
|
41
41
|
.stylus-method-general {
|
|
42
42
|
font-size: getsize(7);
|
|
43
43
|
|
|
44
|
-
color: #
|
|
44
|
+
color: #126085
|
|
45
45
|
left: 10;
|
|
46
46
|
top: 10;
|
|
47
47
|
width: 240;
|
|
@@ -55,7 +55,7 @@ getsize(zoom) { // 具名参数
|
|
|
55
55
|
.stylus-method-named {
|
|
56
56
|
font-size: getsize(zoom: 7);
|
|
57
57
|
|
|
58
|
-
color: #
|
|
58
|
+
color: #126085;
|
|
59
59
|
left: 10;
|
|
60
60
|
top: 140;
|
|
61
61
|
width: 240;
|
|
@@ -69,7 +69,7 @@ getsize(args...) { // 不定参数
|
|
|
69
69
|
.stylus-method-varargs {
|
|
70
70
|
font-size: getsize(7);
|
|
71
71
|
|
|
72
|
-
color: #
|
|
72
|
+
color: #126085;
|
|
73
73
|
left: 10;
|
|
74
74
|
top: 270;
|
|
75
75
|
width: 240;
|
|
@@ -7,7 +7,7 @@ export default {
|
|
|
7
7
|
<div>
|
|
8
8
|
<div class="stylus-extend">
|
|
9
9
|
{{'.stylus-basic {\n'
|
|
10
|
-
+ ' color: #
|
|
10
|
+
+ ' color: #126085;\n'
|
|
11
11
|
+ '}\n'
|
|
12
12
|
+ '.stylus-extend {\n'
|
|
13
13
|
+ ' @extend .stylus-basic;\n'
|
|
@@ -19,7 +19,7 @@ export default {
|
|
|
19
19
|
|
|
20
20
|
<style scoped lang='stylus'>
|
|
21
21
|
.stylus-basic {
|
|
22
|
-
color: #
|
|
22
|
+
color: #126085;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.stylus-extend {
|
|
@@ -7,7 +7,7 @@ export default {
|
|
|
7
7
|
<div class="stylus-root">
|
|
8
8
|
<div class="stylus-rule-nesting">
|
|
9
9
|
{{'.stylus-root {\n'
|
|
10
|
-
+ ' color: #
|
|
10
|
+
+ ' color: #126085;\n'
|
|
11
11
|
+ ' .stylus-rule-nesting { // 规则嵌套\n'
|
|
12
12
|
+ ' font-size: 14;\n'
|
|
13
13
|
+ ' }\n'
|
|
@@ -19,7 +19,7 @@ export default {
|
|
|
19
19
|
</div>
|
|
20
20
|
<div class="stylus-root-parent-selector">
|
|
21
21
|
{{'.stylus-root {\n'
|
|
22
|
-
+ ' color: #
|
|
22
|
+
+ ' color: #126085;\n'
|
|
23
23
|
+ ' &-parent-selector { // 父选择器\n'
|
|
24
24
|
+ ' font-size: 14;\n'
|
|
25
25
|
+ ' }\n'
|
|
@@ -30,7 +30,7 @@ export default {
|
|
|
30
30
|
|
|
31
31
|
<style scoped lang='stylus'>
|
|
32
32
|
.stylus-root {
|
|
33
|
-
color: #
|
|
33
|
+
color: #126085;
|
|
34
34
|
|
|
35
35
|
.stylus-rule-nesting { // 规则嵌套
|
|
36
36
|
font-size: 14;
|
|
@@ -42,8 +42,8 @@ export default {
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.stylus-prop-nesting { // 属性嵌套(不支持)
|
|
45
|
-
color: #
|
|
46
|
-
font-size: 14;
|
|
45
|
+
color: #5a4ba4;
|
|
46
|
+
font-size: 14; // 不支持 font:{size:14} 写法
|
|
47
47
|
|
|
48
48
|
left: 10;
|
|
49
49
|
top: 120;
|
|
@@ -16,9 +16,13 @@ export default {
|
|
|
16
16
|
+ 'TextSettings.styl\n'
|
|
17
17
|
+ '\n'
|
|
18
18
|
+ '.stylus-imported {\n'
|
|
19
|
-
+ ' color: #
|
|
20
|
-
+ ' font-size: 14;\n'
|
|
21
|
-
|
|
19
|
+
+ ' color: #126085;\n'
|
|
20
|
+
+ ' font-size: 14;\n'}}
|
|
21
|
+
<div class="stylus-nesting">
|
|
22
|
+
{{' .stylus-nesting {\n'
|
|
23
|
+
+ ' color: #5149a1;\n'
|
|
24
|
+
+ ' }' }}
|
|
25
|
+
</div>
|
|
22
26
|
</div>
|
|
23
27
|
</div>
|
|
24
28
|
</template>
|
|
@@ -16,7 +16,8 @@ export default {
|
|
|
16
16
|
titleStyle: {
|
|
17
17
|
lineHeight: 18,
|
|
18
18
|
width: this.style.width, height: 18,
|
|
19
|
-
backgroundColor: 'rgba(
|
|
19
|
+
backgroundColor: 'rgba(142,175,153,1)',
|
|
20
|
+
textAlign:'center'
|
|
20
21
|
}
|
|
21
22
|
}
|
|
22
23
|
}
|
|
@@ -32,7 +33,7 @@ export default {
|
|
|
32
33
|
</div>
|
|
33
34
|
<div class="content-font" :style="{ top: titleStyle.lineHeight,
|
|
34
35
|
width: style.width, height: style.height - 18,
|
|
35
|
-
backgroundColor: 'rgba(0,0,
|
|
36
|
+
backgroundColor: 'rgba(0,0,0,'+blockOpacity+')' }">
|
|
36
37
|
<slot/>
|
|
37
38
|
</div>
|
|
38
39
|
</div>
|
package/FocusMoveStyle/App.vue
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
-
import { MetroWidget, HORIZONTAL, JsvNinePatch, useFocusHub } from "jsview";
|
|
2
|
+
import { MetroWidget, HORIZONTAL, JsvNinePatch, useFocusHub, getTextWidth } from "jsview";
|
|
3
3
|
import Item from "./Item.vue";
|
|
4
|
-
import
|
|
4
|
+
import redCircle from "./assets/redCircle.png"
|
|
5
5
|
import { reactive, provide, onMounted } from "vue";
|
|
6
6
|
const focusHub = useFocusHub();
|
|
7
7
|
const randomColor = () => {
|
|
@@ -55,14 +55,18 @@ const focusFrameController = {
|
|
|
55
55
|
};
|
|
56
56
|
provide("focusFrameController", focusFrameController);
|
|
57
57
|
|
|
58
|
+
const contentData = ['推荐', '电视剧', '电影', '云影院', '综艺', '儿童', '动漫', '游戏', '纪录片', '体育', '知识', '导航']
|
|
59
|
+
const SizeObj = {
|
|
60
|
+
fontSize: 40
|
|
61
|
+
}
|
|
58
62
|
const provideData = () => {
|
|
59
63
|
const data = [];
|
|
60
|
-
for (let i = 0; i <
|
|
64
|
+
for (let i = 0; i < 12; ++i) {
|
|
61
65
|
data.push({
|
|
62
|
-
width:
|
|
63
|
-
height:
|
|
66
|
+
width: getTextWidth(contentData[i], SizeObj) + 60,
|
|
67
|
+
height: 65,
|
|
64
68
|
color: randomColor(),
|
|
65
|
-
content: i,
|
|
69
|
+
content: contentData[i],
|
|
66
70
|
});
|
|
67
71
|
}
|
|
68
72
|
return data;
|
|
@@ -84,52 +88,39 @@ onMounted(() => {
|
|
|
84
88
|
|
|
85
89
|
<template>
|
|
86
90
|
<div :style="{ width: 1280, height: 720, backgroundColor: '#007788' }">
|
|
87
|
-
<div
|
|
88
|
-
:
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}"
|
|
99
|
-
>
|
|
91
|
+
<div :style="{
|
|
92
|
+
textAlign: 'center',
|
|
93
|
+
fontSize: 30,
|
|
94
|
+
lineHeight: 50,
|
|
95
|
+
color: '#ffffff',
|
|
96
|
+
left: 140,
|
|
97
|
+
top: 20,
|
|
98
|
+
width: 1000,
|
|
99
|
+
height: 50,
|
|
100
|
+
backgroundColor: 'rgba(27,38,151,0.8)',
|
|
101
|
+
}">
|
|
100
102
|
爬行样式的焦点示例
|
|
101
103
|
</div>
|
|
102
|
-
<metro-widget
|
|
103
|
-
|
|
104
|
-
:top="100"
|
|
105
|
-
:left="40"
|
|
106
|
-
:width="1200"
|
|
107
|
-
:height="110"
|
|
108
|
-
:direction="HORIZONTAL"
|
|
109
|
-
:provideData="provideData"
|
|
110
|
-
:measures="measures"
|
|
111
|
-
:padding="{ left: 20, right: 20, top: 20, height: 20 }"
|
|
112
|
-
>
|
|
104
|
+
<metro-widget name="myWidget" :top="100" :left="40" :width="1200" :height="110" :direction="HORIZONTAL"
|
|
105
|
+
:provideData="provideData" :measures="measures" :padding="{ left: 20, right: 20, top: 20, height: 20 }">
|
|
113
106
|
<template #renderItem="{ data, onAction, query }">
|
|
114
107
|
<item :data="data" :onAction="onAction" :query="query" />
|
|
115
108
|
</template>
|
|
116
109
|
<template #background>
|
|
117
|
-
<jsv-nine-patch
|
|
118
|
-
:
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
:waitForInit="true"
|
|
132
|
-
></jsv-nine-patch>
|
|
110
|
+
<jsv-nine-patch :style="{
|
|
111
|
+
width: focusSize.width,
|
|
112
|
+
height: focusSize.height,
|
|
113
|
+
top: focusSize.top,
|
|
114
|
+
left: focusSize.left,
|
|
115
|
+
}"
|
|
116
|
+
:onTransitionEnd="focusSize.onTransitionEnd"
|
|
117
|
+
:imageUrl="redCircle"
|
|
118
|
+
:imageWidth="35"
|
|
119
|
+
:centerWidth="0"
|
|
120
|
+
:borderOutset="0"
|
|
121
|
+
:imageDspWidth="focusSize.height/17*2"
|
|
122
|
+
:animTime="0.2"
|
|
123
|
+
:waitForInit="true"></jsv-nine-patch>
|
|
133
124
|
</template>
|
|
134
125
|
</metro-widget>
|
|
135
126
|
</div>
|
package/FocusMoveStyle/Item.vue
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script setup>
|
|
2
|
-
import { ref, inject
|
|
2
|
+
import { ref, inject } from "vue";
|
|
3
3
|
|
|
4
4
|
const focusFrameController = inject("focusFrameController");
|
|
5
5
|
|
|
@@ -25,6 +25,7 @@ const onFocus = () => {
|
|
|
25
25
|
if (focusFrameController) {
|
|
26
26
|
const rect = props.query.templatePosition(props.query.index);
|
|
27
27
|
focusFrameController.onFocusChange(rect);
|
|
28
|
+
focused.value=true
|
|
28
29
|
}
|
|
29
30
|
};
|
|
30
31
|
|
|
@@ -46,12 +47,13 @@ props.onAction.register("onClick", onClicked);
|
|
|
46
47
|
<div
|
|
47
48
|
ref="divRef"
|
|
48
49
|
:style="{
|
|
49
|
-
fontSize:
|
|
50
|
+
fontSize: 40,
|
|
50
51
|
width: data.width,
|
|
51
52
|
height: data.height,
|
|
52
53
|
color: '#FFFFFF',
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
textAlign: 'center',
|
|
55
|
+
lineHeight: data.height,
|
|
56
|
+
transform:focused?'scale3d(1.1,1.1,1)':'scale3d(1,1,1)'
|
|
55
57
|
}"
|
|
56
58
|
>
|
|
57
59
|
{{ data.content }}
|
|
@@ -59,16 +61,4 @@ props.onAction.register("onClick", onClicked);
|
|
|
59
61
|
</div>
|
|
60
62
|
</template>
|
|
61
63
|
|
|
62
|
-
<style scoped>
|
|
63
|
-
.focus {
|
|
64
|
-
transform: scale3d(1.2, 1.2, 1);
|
|
65
|
-
transition: transform 0.25s linear;
|
|
66
|
-
font-size: 30;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.blur {
|
|
70
|
-
transform: scale3d(1, 1, 1);
|
|
71
|
-
transition: transform 0.25s linear;
|
|
72
|
-
font-size: 30;
|
|
73
|
-
}
|
|
74
|
-
</style>
|
|
64
|
+
<style scoped></style>
|
|
Binary file
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import {
|
|
3
|
+
MetroWidget,
|
|
4
|
+
VERTICAL,
|
|
5
|
+
useFocusHub,
|
|
6
|
+
JsvPosterImage,
|
|
7
|
+
JsvPosterDiv,
|
|
8
|
+
} from "jsview";
|
|
9
|
+
import Item from "./Item.vue";
|
|
10
|
+
import { ref, onMounted } from "vue";
|
|
11
|
+
import { useRouter } from "vue-router";
|
|
12
|
+
import data from "./data.js";
|
|
13
|
+
|
|
14
|
+
const router = useRouter();
|
|
15
|
+
const focusHub = useFocusHub();
|
|
16
|
+
|
|
17
|
+
const measures = (item) => {
|
|
18
|
+
return {
|
|
19
|
+
width: item.width,
|
|
20
|
+
height: item.height,
|
|
21
|
+
marginRight: 10,
|
|
22
|
+
marginTop: 10,
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
const onKeyDown = (ev) => {
|
|
27
|
+
if (ev.keyCode == 8 || ev.keyCode == 27 || ev.keyCode == 10000) {
|
|
28
|
+
router.go(-1);
|
|
29
|
+
}
|
|
30
|
+
return true;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
const provideData = () => {
|
|
34
|
+
return data;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
onMounted(() => {
|
|
38
|
+
focusHub.setFocus("myFocusWidget");
|
|
39
|
+
});
|
|
40
|
+
</script>
|
|
41
|
+
|
|
42
|
+
<template>
|
|
43
|
+
<jsv-focus-block
|
|
44
|
+
ref="focusNode"
|
|
45
|
+
:style="{
|
|
46
|
+
width: 1920,
|
|
47
|
+
height: 1080,
|
|
48
|
+
backgroundColor: '#007788',
|
|
49
|
+
}"
|
|
50
|
+
:onKeyDown="onKeyDown"
|
|
51
|
+
>
|
|
52
|
+
<metro-widget
|
|
53
|
+
name="myFocusWidget"
|
|
54
|
+
:top="50"
|
|
55
|
+
:left="50"
|
|
56
|
+
:width="1000"
|
|
57
|
+
:height="550"
|
|
58
|
+
:direction="VERTICAL"
|
|
59
|
+
:provideData="provideData"
|
|
60
|
+
:measures="measures"
|
|
61
|
+
:padding="{ left: 50, right: 50, top: 50, height: 50 }"
|
|
62
|
+
:enableItemRenderBreak="true"
|
|
63
|
+
:placeHolderSetting="{
|
|
64
|
+
backgroundColor: 'rgba(78,105,127, 0.8)',
|
|
65
|
+
gap: 10,
|
|
66
|
+
}"
|
|
67
|
+
>
|
|
68
|
+
<template #renderItem="{ data, query, onEdge, onAction }">
|
|
69
|
+
<item
|
|
70
|
+
:data="data"
|
|
71
|
+
:query="query"
|
|
72
|
+
:onEdge="onEdge"
|
|
73
|
+
:onAction="onAction"
|
|
74
|
+
/>
|
|
75
|
+
</template>
|
|
76
|
+
</metro-widget>
|
|
77
|
+
</jsv-focus-block>
|
|
78
|
+
</template>
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* @Author: ChenChanghua
|
|
3
|
+
* @Date: 2023-02-06 10:19:42
|
|
4
|
+
* @Description: file content
|
|
5
|
+
-->
|
|
6
|
+
<script setup>
|
|
7
|
+
import { ref } from "vue";
|
|
8
|
+
import { JsvPosterImage, JsvPosterDiv } from "jsview";
|
|
9
|
+
|
|
10
|
+
const props = defineProps({
|
|
11
|
+
data: Object,
|
|
12
|
+
query: Object,
|
|
13
|
+
onEdge: Function,
|
|
14
|
+
onAction: Object,
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
let focused = ref(false);
|
|
18
|
+
|
|
19
|
+
const onFocus = () => {
|
|
20
|
+
focused.value = true;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
const onBlur = () => {
|
|
24
|
+
focused.value = false;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
const onClicked = () => {
|
|
28
|
+
console.log(`item ${props.query.id} clicked`);
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
props.onAction.register("onFocus", onFocus);
|
|
32
|
+
props.onAction.register("onBlur", onBlur);
|
|
33
|
+
props.onAction.register("onClick", onClicked);
|
|
34
|
+
</script>
|
|
35
|
+
|
|
36
|
+
<template>
|
|
37
|
+
<div
|
|
38
|
+
:style="{
|
|
39
|
+
width: data.width,
|
|
40
|
+
height: data.height,
|
|
41
|
+
transition: 'transform 0.25s linear',
|
|
42
|
+
transform: focused ? 'scale3d(1.1, 1.1, 1)' : '',
|
|
43
|
+
}"
|
|
44
|
+
>
|
|
45
|
+
<div
|
|
46
|
+
v-if="focused"
|
|
47
|
+
:style="{
|
|
48
|
+
left: -10,
|
|
49
|
+
top: -10,
|
|
50
|
+
width: props.data.width + 20,
|
|
51
|
+
height: props.data.height + 20,
|
|
52
|
+
backgroundColor: '#770088',
|
|
53
|
+
}"
|
|
54
|
+
>
|
|
55
|
+
</div>
|
|
56
|
+
<div v-if="query.index % 2 == 0">
|
|
57
|
+
<jsv-poster-image
|
|
58
|
+
:style="{
|
|
59
|
+
width: data.width,
|
|
60
|
+
height: data.height,
|
|
61
|
+
}"
|
|
62
|
+
:src="data.url"
|
|
63
|
+
>
|
|
64
|
+
<div
|
|
65
|
+
:style="{
|
|
66
|
+
width: data.width,
|
|
67
|
+
height: data.height,
|
|
68
|
+
backgroundColor: '#ff0000',
|
|
69
|
+
}"
|
|
70
|
+
/>
|
|
71
|
+
</jsv-poster-image>
|
|
72
|
+
<div
|
|
73
|
+
:style="{
|
|
74
|
+
width: 40,
|
|
75
|
+
height: 30,
|
|
76
|
+
backgroundColor: '#007788',
|
|
77
|
+
fontSize: 20,
|
|
78
|
+
}"
|
|
79
|
+
>
|
|
80
|
+
{{ "img" }}
|
|
81
|
+
</div>
|
|
82
|
+
</div>
|
|
83
|
+
<div v-else>
|
|
84
|
+
<jsv-poster-div
|
|
85
|
+
:style="{
|
|
86
|
+
width: data.width,
|
|
87
|
+
height: data.height,
|
|
88
|
+
backgroundImage: `url(${data.url})`,
|
|
89
|
+
}"
|
|
90
|
+
>
|
|
91
|
+
<div
|
|
92
|
+
:style="{
|
|
93
|
+
width: data.width,
|
|
94
|
+
height: data.height,
|
|
95
|
+
backgroundColor: '#ff0000',
|
|
96
|
+
}"
|
|
97
|
+
/>
|
|
98
|
+
</jsv-poster-div>
|
|
99
|
+
<div
|
|
100
|
+
:style="{
|
|
101
|
+
width: 40,
|
|
102
|
+
height: 30,
|
|
103
|
+
backgroundColor: '#007788',
|
|
104
|
+
fontSize: 20,
|
|
105
|
+
}"
|
|
106
|
+
>
|
|
107
|
+
{{ "div" }}
|
|
108
|
+
</div>
|
|
109
|
+
</div>
|
|
110
|
+
</div>
|
|
111
|
+
</template>
|