@shijiu/jsview-vue 0.9.490 → 0.9.590
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/dom/bin/jsview-browser-debug-dom.min.js +1 -1
- package/dom/bin/jsview-dom.min.js +1 -1
- package/dom/target_core_revision.js +4 -3
- package/index.js +10 -0
- package/package.json +8 -1
- package/patches/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +20 -6
- package/samples/AnimPicture/App.vue +89 -106
- package/samples/Basic/App.vue +65 -68
- package/samples/Basic/components/ContentBlock.vue +31 -36
- package/samples/Basic/components/anim/AnimGroup.vue +61 -75
- package/samples/Basic/components/anim/AnimKeyframeBasic.vue +54 -43
- package/samples/Basic/components/anim/AnimKeyframeComposite.vue +25 -31
- package/samples/Basic/components/anim/AnimTransition.vue +142 -105
- package/samples/Basic/components/div/DivBackground.vue +38 -16
- package/samples/Basic/components/div/DivClip.vue +143 -78
- package/samples/Basic/components/div/DivCssScoped.vue +10 -10
- package/samples/Basic/components/div/DivCssVar.vue +40 -42
- package/samples/Basic/components/div/DivGroup1.vue +45 -39
- package/samples/Basic/components/div/DivGroup2.vue +56 -45
- package/samples/Basic/components/div/DivLayout.vue +34 -5
- package/samples/Basic/components/div/DivRadius.vue +51 -42
- package/samples/Basic/components/div/DivTransform.vue +21 -16
- package/samples/Basic/components/panel/Panel1.vue +46 -44
- package/samples/Basic/components/panel/Panel2.vue +22 -26
- package/samples/Basic/components/panel/TitleBar.vue +12 -12
- package/samples/Basic/components/text/TextAlign.vue +54 -44
- package/samples/Basic/components/text/TextEmoji.vue +16 -20
- package/samples/Basic/components/text/TextFontStyle.vue +77 -53
- package/samples/Basic/components/text/TextGroup1.vue +46 -38
- package/samples/Basic/components/text/TextGroup2.vue +25 -28
- package/samples/Basic/components/text/TextOverflow.vue +76 -57
- package/samples/BasicFocusControl/App.vue +22 -43
- package/samples/BasicFocusControl/components/BaseBlock.vue +42 -43
- package/samples/BasicFocusControl/components/MainArea.vue +55 -70
- package/samples/BasicFocusControl/components/MainAreaLeftBlock.vue +11 -15
- package/samples/BasicFocusControl/components/MainAreaRightBlock.vue +21 -24
- package/samples/BasicFocusControl/components/SideBar.vue +32 -47
- package/samples/BasicFocusControl/components/SideBarBlock.vue +20 -23
- package/samples/ColorSpace/App.vue +15 -24
- package/samples/DemoHomepage/App.vue +7 -11
- package/samples/DemoHomepage/components/BodyFrame.vue +19 -9
- package/samples/DemoHomepage/components/TabFrame.vue +7 -8
- package/samples/DemoHomepage/router.js +33 -34
- package/samples/DemoHomepage/views/Homepage.vue +24 -8
- package/samples/FilterDemo/AnimatePic.vue +58 -0
- package/samples/FilterDemo/App.vue +99 -61
- package/samples/FilterDemo/VideoLayer.vue +62 -0
- package/samples/FlipCard/App.vue +32 -41
- package/samples/FlipCard/FlipCard.vue +48 -54
- package/samples/GridDemo/App.vue +109 -77
- package/samples/GridDemo/ButtonBlock.vue +50 -49
- package/samples/GridDemo/FocusItem.vue +19 -38
- package/samples/GridDemo/Item.vue +46 -54
- package/samples/HashHistory/App.vue +63 -79
- package/samples/HashHistory/components/HorizontalButtonList.vue +72 -95
- package/samples/HashHistory/components/Item.vue +42 -56
- package/samples/HashHistory/router.js +23 -12
- package/samples/HashHistory/views/MainPage.vue +35 -46
- package/samples/HashHistory/views/SubPage.vue +34 -47
- package/samples/Input/App.vue +2 -3
- package/samples/Input/FullKeyboard.vue +2 -6
- package/samples/Input/InputPanel.vue +2 -3
- package/samples/Input/KeyboardItem.vue +1 -1
- package/samples/LongImage/App.vue +11 -27
- package/samples/LongImage/Button.vue +50 -145
- package/samples/LongImage/ButtonItem.vue +44 -0
- package/samples/LongImage/LongImageScroll.vue +71 -106
- package/samples/LongImage/Scroll.vue +7 -9
- package/samples/LongText/App.vue +13 -28
- package/samples/LongText/Button.vue +43 -145
- package/samples/LongText/ButtonItem.vue +44 -0
- package/samples/LongText/LongTextScroll.vue +68 -101
- package/samples/LongText/Scroll.vue +7 -9
- package/samples/Marquee/App.vue +34 -37
- package/samples/MaskClip/App.vue +17 -30
- package/samples/MetroWidgetDemos/Advanced/App.vue +211 -0
- package/samples/MetroWidgetDemos/Advanced/ButtonItem.vue +90 -0
- package/samples/MetroWidgetDemos/Item.vue +67 -0
- package/samples/{SimpleWidgetDemo → MetroWidgetDemos/PerformanceTest}/App.vue +80 -104
- package/samples/{SimpleWidgetDemo → MetroWidgetDemos/PerformanceTest}/Item.vue +7 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/bg.jpg +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/coupon_content.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/coupon_left.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/coupon_mid.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/coupon_right.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/focus_border.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/holder_logo.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/jrbm.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/line_left.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/line_mid.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/line_right.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/loading.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/logo.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/mcjx.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/tao.png +0 -0
- package/samples/{ClassNameDemo → MetroWidgetDemos/PerformanceTest}/assets/tmall.png +0 -0
- package/samples/{SimpleWidgetDemo → MetroWidgetDemos/PerformanceTest}/border.png +0 -0
- package/samples/{SimpleWidgetDemo → MetroWidgetDemos/PerformanceTest}/components/ContentItem.vue +60 -86
- package/samples/{SimpleWidgetDemo → MetroWidgetDemos/PerformanceTest}/components/MyTab.vue +0 -0
- package/samples/MetroWidgetDemos/PerformanceTest/data.js +45 -0
- package/samples/MetroWidgetDemos/PingPong/App.vue +135 -0
- package/samples/MetroWidgetDemos/PingPong/AppPage.vue +58 -0
- package/samples/MetroWidgetDemos/PingPong/AppTab.vue +69 -0
- package/samples/MetroWidgetDemos/PingPong/Item.vue +92 -0
- package/samples/MetroWidgetDemos/PingPong/ViewSwiper.vue +214 -0
- package/samples/MetroWidgetDemos/Simple/App.vue +194 -0
- package/samples/MetroWidgetDemos/WidgetItem.vue +89 -0
- package/samples/MetroWidgetDemos/data.js +204 -0
- package/samples/NinePatchDemo/App.vue +114 -115
- package/samples/NinePatchDemo/Item.vue +7 -8
- package/samples/NinePatchDemo/assets/border.png +0 -0
- package/samples/Preload/App.vue +61 -63
- package/samples/Preload/Item.vue +21 -29
- package/samples/QrcodeDemo/App.vue +24 -29
- package/samples/SoundPool/App.vue +77 -106
- package/samples/SprayView/App.vue +10 -8
- package/samples/SpriteImage/App.vue +1 -2
- package/samples/TextBox/App.vue +86 -101
- package/samples/TextBox/RenderCenter.vue +1 -1
- package/samples/TextBox/RenderLeft.vue +1 -1
- package/samples/TextBox/RenderOneLine.vue +1 -1
- package/samples/TextBox/RenderRight.vue +1 -1
- package/samples/TextShadowDemo/App.vue +1 -2
- package/samples/TextureAnimation/App.vue +16 -13
- package/samples/TextureSize/App.vue +15 -25
- package/samples/ThrowMoveDemo/AccelerateDemo.vue +2 -4
- package/samples/ThrowMoveDemo/LRParabolicDemo.vue +2 -3
- package/samples/ThrowMoveDemo/TargetDemo.vue +3 -4
- package/samples/ThrowMoveDemo/UDParabolicDemo.vue +2 -3
- package/samples/TouchSample/App.vue +2 -3
- package/samples/TouchSample/Item.vue +15 -13
- package/samples/TouchSample/MetroWidgetHorizontal.vue +2 -2
- package/samples/TouchSample/MetroWidgetVertical.vue +1 -1
- package/samples/TouchSample/TouchContainerHorizontal.vue +4 -3
- package/samples/TouchSample/TouchContainerVertical.vue +3 -2
- package/samples/TransitPage/App.vue +20 -32
- package/samples/VideoDemo/App.vue +65 -81
- package/samples/VideoDemo/components/Button.vue +41 -52
- package/samples/VideoDemo/components/Controllor.vue +171 -169
- package/samples/VideoDemo/components/VideoFrame.vue +87 -99
- package/samples/VisibleSensorDemo/App.vue +167 -0
- package/scripts/jsview-jsmap-serve.js +42 -0
- package/scripts/jsview-post-build.js +6 -1
- package/scripts/jsview-post-install.js +1 -1
- package/tsconfig.json +3 -0
- package/utils/JsViewEngineWidget/JsvFocusBlock.vue +204 -193
- package/utils/JsViewEngineWidget/JsvFocusManager.js +30 -17
- package/utils/JsViewEngineWidget/MetroWidget/MetroWidget.vue +1557 -1656
- package/utils/JsViewEngineWidget/MetroWidget/PageUpdater.js +136 -0
- package/utils/JsViewEngineWidget/MetroWidget/ToolFunctions.js +18 -0
- package/utils/JsViewEngineWidget/SimpleWidget/SimpleWidget.vue +2 -0
- package/utils/JsViewEngineWidget/TemplateParser.js +111 -1
- package/utils/JsViewEngineWidget/WidgetCommon.js +8 -2
- package/utils/JsViewEngineWidget/index.js +4 -4
- package/utils/JsViewPlugin/JsvPlayer/GetVersion.js +1 -1
- package/utils/JsViewPlugin/JsvPlayer/JsvMedia.js +284 -57
- package/utils/JsViewPlugin/JsvPlayer/JsvPlayer.vue +5 -1
- package/utils/JsViewPlugin/JsvPlayer/JsvPlayerBrowser.vue +25 -12
- package/utils/JsViewPlugin/JsvPlayer/version.js +5 -5
- package/utils/JsViewVueTools/JsvRefTaker.js +35 -0
- package/utils/JsViewVueTools/index.js +19 -0
- package/utils/JsViewVueWidget/BrowserDebugWidget/BrowserQrcode.vue +25 -10
- package/utils/JsViewVueWidget/BrowserDebugWidget/JsvApic/BrowserApic.vue +1 -1
- package/utils/JsViewVueWidget/JsvFilterView.vue +59 -51
- package/utils/JsViewVueWidget/JsvGrid.vue +140 -42
- package/utils/JsViewVueWidget/JsvMaskClipDiv.vue +3 -1
- package/utils/JsViewVueWidget/JsvNativeSharedDiv.vue +8 -17
- package/utils/JsViewVueWidget/JsvNinePatch.vue +1 -1
- package/utils/JsViewVueWidget/JsvPosterDiv.vue +37 -7
- package/utils/JsViewVueWidget/JsvPosterImage.vue +34 -13
- package/utils/JsViewVueWidget/JsvPreload/JsvPreload.vue +2 -12
- package/utils/JsViewVueWidget/JsvQrcode/JsvQrcode.vue +13 -4
- package/utils/JsViewVueWidget/JsvSpray/JsvSpray.vue +13 -10
- package/utils/JsViewVueWidget/JsvSpriteAnim/index.js +2 -3
- package/utils/JsViewVueWidget/JsvTextureAnim/JsvTextureAnim.vue +25 -21
- package/utils/JsViewVueWidget/JsvTransparentDiv.vue +7 -8
- package/utils/JsViewVueWidget/JsvVisibleSensor/JsvVisibleSensor.vue +141 -0
- package/utils/JsViewVueWidget/JsvVisibleSensor/index.js +9 -0
- package/utils/JsViewVueWidget/index.js +42 -0
- package/samples/AdvanceMetroWidget/App.vue +0 -123
- package/samples/AdvanceMetroWidget/Frame.vue +0 -102
- package/samples/AdvanceMetroWidget/Item.vue +0 -63
- package/samples/AdvanceMetroWidget/data.js +0 -137
- package/samples/ClassNameDemo/App.vue +0 -119
- package/samples/ClassNameDemo/components/ContentItem.vue +0 -253
- package/samples/ClassNameDemo/components/LoadingView.vue +0 -43
- package/samples/ClassNameDemo/components/TitleView.vue +0 -24
- package/samples/ClassNameDemo/data.js +0 -24
- package/samples/FlowMultiWidget/App.vue +0 -91
- package/samples/FlowMultiWidget/assets/nine_patch_focus.png +0 -0
- package/samples/FlowMultiWidget/components/Block.vue +0 -107
- package/samples/FlowMultiWidget/components/FlowPage.vue +0 -60
- package/samples/FlowMultiWidget/components/Item.vue +0 -103
- package/samples/FlowMultiWidget/components/MenuItem.vue +0 -72
- package/samples/FlowMultiWidget/components/MyMenu.vue +0 -90
- package/samples/FlowMultiWidget/data.js +0 -446
- package/samples/HashHistory/views/BasePage.vue +0 -19
- package/samples/HashHistory/views/SubPageFirst.vue +0 -10
- package/samples/HashHistory/views/SubPageSecond.vue +0 -10
- package/samples/SimpleWidgetDemo/assets/bg.jpg +0 -0
- package/samples/SimpleWidgetDemo/assets/coupon_content.png +0 -0
- package/samples/SimpleWidgetDemo/assets/coupon_left.png +0 -0
- package/samples/SimpleWidgetDemo/assets/coupon_mid.png +0 -0
- package/samples/SimpleWidgetDemo/assets/coupon_right.png +0 -0
- package/samples/SimpleWidgetDemo/assets/focus_border.png +0 -0
- package/samples/SimpleWidgetDemo/assets/holder_logo.png +0 -0
- package/samples/SimpleWidgetDemo/assets/jrbm.png +0 -0
- package/samples/SimpleWidgetDemo/assets/line_left.png +0 -0
- package/samples/SimpleWidgetDemo/assets/line_mid.png +0 -0
- package/samples/SimpleWidgetDemo/assets/line_right.png +0 -0
- package/samples/SimpleWidgetDemo/assets/loading.png +0 -0
- package/samples/SimpleWidgetDemo/assets/logo.png +0 -0
- package/samples/SimpleWidgetDemo/assets/mcjx.png +0 -0
- package/samples/SimpleWidgetDemo/assets/tao.png +0 -0
- package/samples/SimpleWidgetDemo/assets/tmall.png +0 -0
- package/samples/SimpleWidgetDemo/data.js +0 -124
- package/utils/JsViewEngineWidget/MetroWidget/ContentView.vue +0 -63
- package/utils/JsViewEngineWidget/MetroWidget/DivWrapper.vue +0 -51
- package/utils/JsViewEngineWidget/MetroWidget/ItemView.vue +0 -213
- package/utils/JsViewEngineWidget/MetroWidget/RootView.vue +0 -154
|
@@ -1,253 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-06-10 14:17:17
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-06-28 16:53:49
|
|
6
|
-
* @Description: file content
|
|
7
|
-
-->
|
|
8
|
-
<script>
|
|
9
|
-
import { Options, Vue, setup } from "vue-class-component";
|
|
10
|
-
import posterHolder from "../assets/holder_logo.png";
|
|
11
|
-
import couponLeft from "../assets/coupon_left.png";
|
|
12
|
-
import couponRight from "../assets/coupon_right.png";
|
|
13
|
-
import couponMid from "../assets/coupon_mid.png";
|
|
14
|
-
import borderLeft from "../assets/line_left.png";
|
|
15
|
-
import borderMid from "../assets/line_mid.png";
|
|
16
|
-
import borderRight from "../assets/line_right.png";
|
|
17
|
-
|
|
18
|
-
@Options({
|
|
19
|
-
props: {
|
|
20
|
-
data: Object
|
|
21
|
-
},
|
|
22
|
-
})
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
class ContentItem extends Vue {
|
|
26
|
-
constructor(props) {
|
|
27
|
-
super(props);
|
|
28
|
-
|
|
29
|
-
this.focused = false;
|
|
30
|
-
this.setup = setup(() => {
|
|
31
|
-
return {
|
|
32
|
-
posterHolder,
|
|
33
|
-
couponLeft,
|
|
34
|
-
couponMid,
|
|
35
|
-
couponRight,
|
|
36
|
-
borderLeft,
|
|
37
|
-
borderMid,
|
|
38
|
-
borderRight,
|
|
39
|
-
};
|
|
40
|
-
});
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
focus() {
|
|
44
|
-
this.focused = true;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
blur() {
|
|
48
|
-
this.focused = false;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
get focusTransform() {
|
|
52
|
-
return this.focused ? "scale3d(1.2, 1.2, 1)" : null;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
get savePrizeWidth() {
|
|
56
|
-
return 10 * this.data.savePrize.length + 26;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
get soldTotalWidth() {
|
|
60
|
-
let width = 44 + 22; //base width;
|
|
61
|
-
if (this.data.soldTotal >= 10000) {
|
|
62
|
-
let text = parseInt(this.data.soldTotal / 10000) + "";
|
|
63
|
-
width += text.length * 12 + 22;
|
|
64
|
-
} else {
|
|
65
|
-
width += (this.data.soldTotal + "").length * 12;
|
|
66
|
-
}
|
|
67
|
-
return width;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
get soldTotalText() {
|
|
71
|
-
let text = "";
|
|
72
|
-
if (this.data.soldTotal >= 10000) {
|
|
73
|
-
text = parseInt(this.data.soldTotal / 10000) + "万";
|
|
74
|
-
} else {
|
|
75
|
-
text = this.data.soldTotal;
|
|
76
|
-
}
|
|
77
|
-
return text;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
export default ContentItem;
|
|
82
|
-
</script>
|
|
83
|
-
|
|
84
|
-
<template>
|
|
85
|
-
<div class="frame-background"
|
|
86
|
-
:style="{
|
|
87
|
-
transform: focusTransform,
|
|
88
|
-
}"
|
|
89
|
-
>
|
|
90
|
-
<div class="poster-holder">
|
|
91
|
-
<div
|
|
92
|
-
:style="{
|
|
93
|
-
width: 107,
|
|
94
|
-
height: 23,
|
|
95
|
-
left: 53,
|
|
96
|
-
top: 95,
|
|
97
|
-
backgroundImage: setup.posterHolder,
|
|
98
|
-
}"
|
|
99
|
-
/>
|
|
100
|
-
</div>
|
|
101
|
-
<div class="poster"
|
|
102
|
-
:style="{
|
|
103
|
-
backgroundImage: `url(${data.pictUrl})`,
|
|
104
|
-
}"
|
|
105
|
-
/>
|
|
106
|
-
<div class="title-font title-layout">
|
|
107
|
-
{{ data.index + data.name }}
|
|
108
|
-
</div>
|
|
109
|
-
<div
|
|
110
|
-
:style="{
|
|
111
|
-
height: 24,
|
|
112
|
-
left: 13,
|
|
113
|
-
top: 256,
|
|
114
|
-
width: savePrizeWidth,
|
|
115
|
-
}"
|
|
116
|
-
>
|
|
117
|
-
<div :style="{ width: 5, height: 24, backgroundImage: setup.couponLeft }" />
|
|
118
|
-
<div
|
|
119
|
-
:style="{
|
|
120
|
-
left: 5,
|
|
121
|
-
width: savePrizeWidth - 11,
|
|
122
|
-
height: 24,
|
|
123
|
-
backgroundImage: setup.couponMid,
|
|
124
|
-
}"
|
|
125
|
-
/>
|
|
126
|
-
<div
|
|
127
|
-
:style="{
|
|
128
|
-
left: savePrizeWidth - 6,
|
|
129
|
-
width: 5,
|
|
130
|
-
height: 24,
|
|
131
|
-
backgroundImage: setup.couponRight,
|
|
132
|
-
}"
|
|
133
|
-
/>
|
|
134
|
-
<div class="ticket-text"
|
|
135
|
-
:style="{
|
|
136
|
-
width: savePrizeWidth,
|
|
137
|
-
}"
|
|
138
|
-
>
|
|
139
|
-
{{ `${data.savePrize}元券` }}
|
|
140
|
-
</div>
|
|
141
|
-
</div>
|
|
142
|
-
|
|
143
|
-
<div
|
|
144
|
-
:style="{
|
|
145
|
-
top: 256,
|
|
146
|
-
left: 27 + savePrizeWidth,
|
|
147
|
-
}"
|
|
148
|
-
>
|
|
149
|
-
<div :style="{ width: 7, height: 25, backgroundImage: setup.borderLeft }" />
|
|
150
|
-
<div
|
|
151
|
-
:style="{
|
|
152
|
-
left: 7,
|
|
153
|
-
width: soldTotalWidth - 13,
|
|
154
|
-
height: 25,
|
|
155
|
-
backgroundImage: setup.borderMid,
|
|
156
|
-
}"
|
|
157
|
-
/>
|
|
158
|
-
<div
|
|
159
|
-
:style="{
|
|
160
|
-
left: soldTotalWidth - 7,
|
|
161
|
-
width: 7,
|
|
162
|
-
height: 25,
|
|
163
|
-
backgroundImage: setup.borderRight,
|
|
164
|
-
}"
|
|
165
|
-
/>
|
|
166
|
-
<div class="sold-text"
|
|
167
|
-
:style="{
|
|
168
|
-
width: soldTotalWidth,
|
|
169
|
-
}"
|
|
170
|
-
>
|
|
171
|
-
{{ `已售${soldTotalText}件` }}
|
|
172
|
-
</div>
|
|
173
|
-
</div>
|
|
174
|
-
|
|
175
|
-
<div class="prize-title-font prize-title-layout">券后</div>
|
|
176
|
-
<div class="prize-font">
|
|
177
|
-
{{ `¥${data.prize - data.savePrize}` }}
|
|
178
|
-
</div>
|
|
179
|
-
</div>
|
|
180
|
-
</template>
|
|
181
|
-
|
|
182
|
-
<style scoped>
|
|
183
|
-
.frame-background {
|
|
184
|
-
width: 213px;
|
|
185
|
-
height: 337px;
|
|
186
|
-
border-radius: 10px 10px 10px 10px;
|
|
187
|
-
background-color: #f7f7f4;
|
|
188
|
-
transition: transform 0.2s linear;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.poster-holder {
|
|
192
|
-
width: 213px;
|
|
193
|
-
height: 213px;
|
|
194
|
-
border-radius: 10px 10px 0px 0px;
|
|
195
|
-
background-color: #cfcac6;
|
|
196
|
-
}
|
|
197
|
-
.poster {
|
|
198
|
-
width: 213px;
|
|
199
|
-
height: 213px;
|
|
200
|
-
border-radius: 7px 7px 0px 0px;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.title-font {
|
|
204
|
-
font-size: 21px;
|
|
205
|
-
color: #73665c;
|
|
206
|
-
line-height: 29px;
|
|
207
|
-
overflow: hidden;
|
|
208
|
-
white-space: nowrap;
|
|
209
|
-
text-overflow: ellipsis;
|
|
210
|
-
text-align: center;
|
|
211
|
-
}
|
|
212
|
-
.title-layout {
|
|
213
|
-
top: 221;
|
|
214
|
-
left: 13;
|
|
215
|
-
width: 193px;
|
|
216
|
-
height: 29px;
|
|
217
|
-
}
|
|
218
|
-
.ticket-text {
|
|
219
|
-
height: 24;
|
|
220
|
-
color: #ffffff;
|
|
221
|
-
font-size: 16px;
|
|
222
|
-
text-align: center;
|
|
223
|
-
line-height: 24px;
|
|
224
|
-
}
|
|
225
|
-
.sold-text {
|
|
226
|
-
height: 25px;
|
|
227
|
-
color: #ff7a00;
|
|
228
|
-
font-size: 20px;
|
|
229
|
-
text-align: center;
|
|
230
|
-
line-height: 25px;
|
|
231
|
-
}
|
|
232
|
-
.prize-title-layout {
|
|
233
|
-
width: 35px;
|
|
234
|
-
height: 24px;
|
|
235
|
-
top: 296;
|
|
236
|
-
left: 13;
|
|
237
|
-
}
|
|
238
|
-
.prize-title-font {
|
|
239
|
-
color: #de2825;
|
|
240
|
-
text-align: center;
|
|
241
|
-
font-size: 17px;
|
|
242
|
-
line-height: 24px;
|
|
243
|
-
}
|
|
244
|
-
.prize-font {
|
|
245
|
-
top: 289;
|
|
246
|
-
left: 53;
|
|
247
|
-
width: 158; /*213 - 55*/
|
|
248
|
-
height: 37px;
|
|
249
|
-
line-height: 37px;
|
|
250
|
-
font-size: 28px;
|
|
251
|
-
color: #de2825;
|
|
252
|
-
}
|
|
253
|
-
</style>
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-06-15 18:29:33
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-06-22 19:31:25
|
|
6
|
-
* @Description: file content
|
|
7
|
-
-->
|
|
8
|
-
<template>
|
|
9
|
-
<div>
|
|
10
|
-
<div class="text">
|
|
11
|
-
加载中
|
|
12
|
-
</div>
|
|
13
|
-
<div class="anim"/>
|
|
14
|
-
</div>
|
|
15
|
-
</template>
|
|
16
|
-
|
|
17
|
-
<style scoped>
|
|
18
|
-
.text {
|
|
19
|
-
width: 1160;
|
|
20
|
-
height: 50px;
|
|
21
|
-
text-align: center;
|
|
22
|
-
background-color: rgba(255,0,0,0.5);
|
|
23
|
-
font-size: 40px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.anim {
|
|
27
|
-
top: 10;
|
|
28
|
-
left: 500;
|
|
29
|
-
width: 30;
|
|
30
|
-
height: 30;
|
|
31
|
-
background-color: #FFFFFF;
|
|
32
|
-
animation: myRotate 1s infinite;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
@keyframes myRotate {
|
|
36
|
-
from {
|
|
37
|
-
transform: rotate3d(0, 0, 1, 0);
|
|
38
|
-
}
|
|
39
|
-
to {
|
|
40
|
-
transform: rotate3d(0, 0, 1, 360deg);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
</style>
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-06-15 18:29:33
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-06-22 19:31:25
|
|
6
|
-
* @Description: file content
|
|
7
|
-
-->
|
|
8
|
-
<template>
|
|
9
|
-
<div class="text">
|
|
10
|
-
使用ClassName写法可提升渲染性能
|
|
11
|
-
</div>
|
|
12
|
-
</template>
|
|
13
|
-
|
|
14
|
-
<style scoped>
|
|
15
|
-
.text {
|
|
16
|
-
width: 1080;
|
|
17
|
-
height: 50;
|
|
18
|
-
text-align: center;
|
|
19
|
-
font-size: 30px;
|
|
20
|
-
line-height: 50px;
|
|
21
|
-
color: #ffffff;
|
|
22
|
-
background-color: rgba(27,38,151,0.8);
|
|
23
|
-
}
|
|
24
|
-
</style>
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-06-08 13:32:38
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-06-22 19:33:26
|
|
6
|
-
* @Description: file content
|
|
7
|
-
*/
|
|
8
|
-
let data = [];
|
|
9
|
-
|
|
10
|
-
// 添加300个模拟数据
|
|
11
|
-
for (let i = 0; i < 183; i++) {
|
|
12
|
-
data.push({
|
|
13
|
-
index: i,
|
|
14
|
-
name: `商品:骆驼奶粉蛋白质粉,限时抢购,立刻发货,序号:${i}`,
|
|
15
|
-
prize: `${Math.floor(Math.random() * 200) +
|
|
16
|
-
200}` /* 测试数据要保证比最高优惠券(300左右)要高 */,
|
|
17
|
-
savePrize: `${i}`,
|
|
18
|
-
soldTotal: `${Math.floor(Math.random() * 50000)}`,
|
|
19
|
-
pictUrl:
|
|
20
|
-
"http://img.alicdn.com/bao/uploaded/i3/2207313464483/O1CN01Ab4vWz1izGAyRL1Yf_!!0-item_pic.jpg",
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export { data };
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-09-27 13:49:00
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-10-15 14:31:05
|
|
6
|
-
* @Description: file content
|
|
7
|
-
-->
|
|
8
|
-
<script>
|
|
9
|
-
import { menuData, contentData } from "./data.js";
|
|
10
|
-
import FlowPage from "./components/FlowPage.vue";
|
|
11
|
-
import borderImg from "./assets/nine_patch_focus.png";
|
|
12
|
-
import MyMenu from "./components/MyMenu.vue";
|
|
13
|
-
import { ref } from "vue";
|
|
14
|
-
|
|
15
|
-
export default {
|
|
16
|
-
components: {
|
|
17
|
-
FlowPage,
|
|
18
|
-
MyMenu,
|
|
19
|
-
},
|
|
20
|
-
setup() {
|
|
21
|
-
let showMenu = ref(false);
|
|
22
|
-
return {
|
|
23
|
-
menuData,
|
|
24
|
-
contentData,
|
|
25
|
-
borderImg,
|
|
26
|
-
showMenu,
|
|
27
|
-
};
|
|
28
|
-
},
|
|
29
|
-
methods: {
|
|
30
|
-
onFocus() {
|
|
31
|
-
this.$refs.rootNode.findBlockByName("/flow").requestFocus();
|
|
32
|
-
},
|
|
33
|
-
onKeyDown(ev) {
|
|
34
|
-
if (ev.keyCode == 8 || ev.keyCode == 27 || ev.keyCode == 10000) {
|
|
35
|
-
if (this.showMenu) {
|
|
36
|
-
this.showMenu = false;
|
|
37
|
-
this.$refs.rootNode.findBlockByName("/flow").requestFocus();
|
|
38
|
-
} else {
|
|
39
|
-
this.$router?.go(-1); // 有router时,是从DemoHomepage进入,回退
|
|
40
|
-
}
|
|
41
|
-
return true;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
switch (ev.keyCode) {
|
|
45
|
-
case 10001:
|
|
46
|
-
case 77:
|
|
47
|
-
//menu key or M
|
|
48
|
-
this.showMenu = true;
|
|
49
|
-
//menu自动获得焦点
|
|
50
|
-
break;
|
|
51
|
-
case 10000:
|
|
52
|
-
case 82:
|
|
53
|
-
//back key or R
|
|
54
|
-
if (this.showMenu) {
|
|
55
|
-
this.showMenu = false;
|
|
56
|
-
this.$refs.rootNode.findBlockByName("/flow").requestFocus();
|
|
57
|
-
}
|
|
58
|
-
break;
|
|
59
|
-
}
|
|
60
|
-
return true;
|
|
61
|
-
},
|
|
62
|
-
},
|
|
63
|
-
};
|
|
64
|
-
</script>
|
|
65
|
-
|
|
66
|
-
<template>
|
|
67
|
-
<div
|
|
68
|
-
:style="{
|
|
69
|
-
width: 1920,
|
|
70
|
-
height: 1080,
|
|
71
|
-
backgroundColor: '#123f80',
|
|
72
|
-
}"
|
|
73
|
-
>
|
|
74
|
-
<div
|
|
75
|
-
:style="{
|
|
76
|
-
top: 50,
|
|
77
|
-
left: 50,
|
|
78
|
-
}"
|
|
79
|
-
>
|
|
80
|
-
<jsv-focus-block
|
|
81
|
-
ref="rootNode"
|
|
82
|
-
autoFocus
|
|
83
|
-
:onKeyDown="onKeyDown"
|
|
84
|
-
:onFocus="onFocus"
|
|
85
|
-
>
|
|
86
|
-
<flow-page name="/flow" :data="contentData" />
|
|
87
|
-
<my-menu v-if="showMenu" :data="menuData" name="/menu" />
|
|
88
|
-
</jsv-focus-block>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
</template>
|
|
Binary file
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-09-27 13:49:54
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-10-15 11:02:22
|
|
6
|
-
* @Description: file content
|
|
7
|
-
-->
|
|
8
|
-
<script>
|
|
9
|
-
import {
|
|
10
|
-
HORIZONTAL,
|
|
11
|
-
SimpleWidget,
|
|
12
|
-
SWidgetDispatcher,
|
|
13
|
-
} from "jsview/utils/JsViewEngineWidget";
|
|
14
|
-
import Item from "./Item.vue";
|
|
15
|
-
|
|
16
|
-
export default {
|
|
17
|
-
components: {
|
|
18
|
-
SimpleWidget,
|
|
19
|
-
Item,
|
|
20
|
-
},
|
|
21
|
-
props: {
|
|
22
|
-
data: Object,
|
|
23
|
-
query: Object,
|
|
24
|
-
onEdge: Function,
|
|
25
|
-
onAction: Object,
|
|
26
|
-
name: String,
|
|
27
|
-
},
|
|
28
|
-
setup() {
|
|
29
|
-
let measures = () => {
|
|
30
|
-
return {
|
|
31
|
-
width: 105,
|
|
32
|
-
height: 162,
|
|
33
|
-
focusable: true,
|
|
34
|
-
hasSub: false,
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
let dispatcher = new SWidgetDispatcher();
|
|
38
|
-
return {
|
|
39
|
-
direction: HORIZONTAL,
|
|
40
|
-
measures,
|
|
41
|
-
dispatcher,
|
|
42
|
-
};
|
|
43
|
-
},
|
|
44
|
-
methods: {
|
|
45
|
-
onFocus(enterRect) {
|
|
46
|
-
if (enterRect) {
|
|
47
|
-
const foucsInfo = {
|
|
48
|
-
type: SWidgetDispatcher.Type.setFocusRect,
|
|
49
|
-
data: enterRect,
|
|
50
|
-
};
|
|
51
|
-
this.dispatcher.dispatch(foucsInfo);
|
|
52
|
-
}
|
|
53
|
-
this.$refs.focusNode.findBlockByName(this.name).requestFocus();
|
|
54
|
-
},
|
|
55
|
-
onBlur() {
|
|
56
|
-
},
|
|
57
|
-
onClick() {
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
created() {
|
|
61
|
-
this.onAction.register("onFocus", this.onFocus);
|
|
62
|
-
this.onAction.register("onBlur", this.onBlur);
|
|
63
|
-
this.onAction.register("onClick", this.onClick);
|
|
64
|
-
},
|
|
65
|
-
};
|
|
66
|
-
</script>
|
|
67
|
-
|
|
68
|
-
<template>
|
|
69
|
-
<div class="text">
|
|
70
|
-
{{ data.title }}
|
|
71
|
-
</div>
|
|
72
|
-
<div :style="{ top: 50 }">
|
|
73
|
-
<jsv-focus-block ref="focusNode">
|
|
74
|
-
<simple-widget
|
|
75
|
-
:name="name"
|
|
76
|
-
:width="data.blocks.w"
|
|
77
|
-
:height="data.blocks.h"
|
|
78
|
-
:direction="direction"
|
|
79
|
-
:padding="{ left: 10, top: 10 }"
|
|
80
|
-
:data="data.data"
|
|
81
|
-
:measures="measures"
|
|
82
|
-
:onEdge="onEdge"
|
|
83
|
-
:dispatcher="dispatcher"
|
|
84
|
-
>
|
|
85
|
-
<template #renderItem="{ data, query, onEdge, onAction }">
|
|
86
|
-
<item
|
|
87
|
-
:data="data"
|
|
88
|
-
:query="query"
|
|
89
|
-
:onEdge="onEdge"
|
|
90
|
-
:onAction="onAction"
|
|
91
|
-
/>
|
|
92
|
-
</template>
|
|
93
|
-
</simple-widget>
|
|
94
|
-
</jsv-focus-block>
|
|
95
|
-
</div>
|
|
96
|
-
</template>
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
<style scoped>
|
|
100
|
-
.text {
|
|
101
|
-
width: 105px;
|
|
102
|
-
height: 50px;
|
|
103
|
-
color: #ffffff;
|
|
104
|
-
font-size: 25px;
|
|
105
|
-
line-height: 50px;
|
|
106
|
-
}
|
|
107
|
-
</style>
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-09-27 13:50:40
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-09-28 14:38:05
|
|
6
|
-
* @Description: file content
|
|
7
|
-
-->
|
|
8
|
-
<script>
|
|
9
|
-
import {
|
|
10
|
-
VERTICAL,
|
|
11
|
-
SimpleWidget,
|
|
12
|
-
} from "jsview/utils/JsViewEngineWidget";
|
|
13
|
-
import Block from "./Block.vue";
|
|
14
|
-
|
|
15
|
-
export default {
|
|
16
|
-
components: {
|
|
17
|
-
Block,
|
|
18
|
-
SimpleWidget,
|
|
19
|
-
},
|
|
20
|
-
props: {
|
|
21
|
-
data: Object,
|
|
22
|
-
name: String,
|
|
23
|
-
},
|
|
24
|
-
setup() {
|
|
25
|
-
let measures = () => {
|
|
26
|
-
return {
|
|
27
|
-
width: 800,
|
|
28
|
-
height: 200,
|
|
29
|
-
focusable: true,
|
|
30
|
-
hasSub: false,
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
return {
|
|
34
|
-
direction: VERTICAL,
|
|
35
|
-
measures,
|
|
36
|
-
};
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
</script>
|
|
40
|
-
|
|
41
|
-
<template>
|
|
42
|
-
<simple-widget
|
|
43
|
-
:name="name"
|
|
44
|
-
:width="800"
|
|
45
|
-
:height="600"
|
|
46
|
-
:direction="direction"
|
|
47
|
-
:data="data"
|
|
48
|
-
:measures="measures"
|
|
49
|
-
>
|
|
50
|
-
<template #renderItem="{ data, query, onEdge, onAction }">
|
|
51
|
-
<block
|
|
52
|
-
:name="name + '/block_' + query.id"
|
|
53
|
-
:data="data"
|
|
54
|
-
:query="query"
|
|
55
|
-
:onEdge="onEdge"
|
|
56
|
-
:onAction="onAction"
|
|
57
|
-
/>
|
|
58
|
-
</template>
|
|
59
|
-
</simple-widget>
|
|
60
|
-
</template>
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-09-27 13:49:54
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-10-15 10:53:13
|
|
6
|
-
* @Description: file content
|
|
7
|
-
-->
|
|
8
|
-
<script>
|
|
9
|
-
import borderImg from "../assets/nine_patch_focus.png";
|
|
10
|
-
|
|
11
|
-
export default {
|
|
12
|
-
props: {
|
|
13
|
-
data: Object,
|
|
14
|
-
query: Object,
|
|
15
|
-
onEdge: Function,
|
|
16
|
-
onAction: Object,
|
|
17
|
-
},
|
|
18
|
-
computed: {
|
|
19
|
-
imgClass() {
|
|
20
|
-
return this.focused ? "focus" : "blur";
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
setup(props) {
|
|
24
|
-
let borderStyle = {
|
|
25
|
-
borderImage: `url(${borderImg}) 40 fill`,
|
|
26
|
-
borderImageOutset: "28px 28px 28px 28px",
|
|
27
|
-
borderImageWidth: "40px",
|
|
28
|
-
width: 89,
|
|
29
|
-
height: 121,
|
|
30
|
-
};
|
|
31
|
-
let imageStyle = {
|
|
32
|
-
backgroundImage: props.data.content.url,
|
|
33
|
-
width: 89,
|
|
34
|
-
height: 121,
|
|
35
|
-
borderRadius: "8px 8px 8px 8px",
|
|
36
|
-
};
|
|
37
|
-
return {
|
|
38
|
-
borderImg,
|
|
39
|
-
borderStyle,
|
|
40
|
-
imageStyle,
|
|
41
|
-
};
|
|
42
|
-
},
|
|
43
|
-
data() {
|
|
44
|
-
return {
|
|
45
|
-
focused: false,
|
|
46
|
-
};
|
|
47
|
-
},
|
|
48
|
-
methods: {
|
|
49
|
-
onFocus() {
|
|
50
|
-
this.focused = true;
|
|
51
|
-
},
|
|
52
|
-
onBlur() {
|
|
53
|
-
this.focused = false;
|
|
54
|
-
},
|
|
55
|
-
onClick() {},
|
|
56
|
-
},
|
|
57
|
-
created() {
|
|
58
|
-
this.onAction.register("onFocus", this.onFocus);
|
|
59
|
-
this.onAction.register("onBlur", this.onBlur);
|
|
60
|
-
this.onAction.register("onClick", this.onClick);
|
|
61
|
-
},
|
|
62
|
-
};
|
|
63
|
-
</script>
|
|
64
|
-
|
|
65
|
-
<template>
|
|
66
|
-
<div :class="imgClass">
|
|
67
|
-
<div :style="imageStyle" />
|
|
68
|
-
<div v-if="focused" :style="borderStyle" />
|
|
69
|
-
</div>
|
|
70
|
-
<div class="text">
|
|
71
|
-
{{ this.data.content.title }}
|
|
72
|
-
</div>
|
|
73
|
-
</template>
|
|
74
|
-
|
|
75
|
-
<style scoped>
|
|
76
|
-
.focus {
|
|
77
|
-
width: 89px;
|
|
78
|
-
height: 121px;
|
|
79
|
-
transform: scale3d(1.05, 1.05, 1);
|
|
80
|
-
border-radius: 8px 8px 8px 8px;
|
|
81
|
-
transition: transform 0.25s linear;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.blur {
|
|
85
|
-
width: 89px;
|
|
86
|
-
height: 121px;
|
|
87
|
-
transform: scale3d(1, 1, 1);
|
|
88
|
-
border-radius: 8px 8px 8px 8px;
|
|
89
|
-
transition: transform 0.25s linear;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.text {
|
|
93
|
-
top: 121px;
|
|
94
|
-
width: 89px;
|
|
95
|
-
height: 25px;
|
|
96
|
-
color: #ffffff;
|
|
97
|
-
font-size: 12px;
|
|
98
|
-
line-height: 25px;
|
|
99
|
-
overflow: hidden;
|
|
100
|
-
text-overflow: ellipsis;
|
|
101
|
-
white-space: nowrap;
|
|
102
|
-
}
|
|
103
|
-
</style>
|