@shijiu/jsview-vue-samples 2.3.0 → 2.3.728-alpha.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/ABImageAlt/App.vue +114 -0
- package/ABImageAlt/Item.vue +133 -0
- package/{MetroWidgetDemos/SkeletonDiagram/assets/imageList.json → ABImageAlt/assets/imageList.js} +9 -1
- package/ABImageAlt/data.js +17 -0
- package/AI_Check_Rules.txt +5 -0
- package/AnimPicture/App.vue +20 -10
- package/ApicSwitch/App.vue +90 -0
- package/ApicSwitch/TabItem.vue +65 -0
- package/ApicSwitch/WebpShow.vue +24 -0
- package/ApicSwitch/data.js +50 -0
- package/Basic/AI_skills_update.md +1 -0
- package/Basic/components/div/ColorFormatTest.vue +93 -0
- package/Basic/components/div/DivRadius.vue +97 -15
- package/Basic/components/div/DivTag3Group.vue +30 -0
- package/Basic/components/img/ImageType.vue +65 -0
- package/Basic/components/panel/Panel2.vue +13 -1
- package/Basic/components/text/TextAlign.vue +7 -1
- package/BlobLoadTest/App.vue +201 -0
- package/BreakLinesApi/App.vue +82 -0
- package/CanvasDrawChart/App.vue +11 -0
- package/CanvasDrawChart/Graph1.vue +104 -0
- package/CanvasDrawChart/Graph2.vue +115 -0
- package/DashPath/App.vue +17 -16
- package/DashPath/AppForOperator.vue +2 -4
- package/DemoForOperator/AnimPic/AnimPic.vue +24 -2
- package/DemoForOperator/Banger/Banger/Banger.vue +73 -9
- package/DemoForOperator/Blur/Blur.vue +146 -0
- package/DemoForOperator/Blur/BlurInOut/BlurInOut.vue +184 -0
- package/DemoForOperator/Blur/BlurInOut/StaticBgSlide.vue +162 -0
- package/DemoForOperator/Blur/BlurPopup/BlurPopup.vue +249 -0
- package/DemoForOperator/BookFlip/App.vue +115 -0
- package/DemoForOperator/BookFlip/BookPage.vue +82 -0
- package/DemoForOperator/Bounce/Bounce.vue +33 -1
- package/DemoForOperator/Bounce/FreeMoveBuilder.js +1 -1
- package/DemoForOperator/ChunLian/Couplets.vue +44 -1
- package/DemoForOperator/ClickSpriteAnim/App.vue +130 -0
- package/DemoForOperator/ClickSpriteAnim/Item.vue +74 -0
- package/DemoForOperator/DominantColor/App.vue +187 -0
- package/DemoForOperator/EpisodeList/EpisodeList/Controller.vue +0 -3
- package/DemoForOperator/EpisodeList/EpisodeList/EpisodeList.vue +76 -2
- package/DemoForOperator/Firework1/App.vue +13 -2
- package/DemoForOperator/Firework1/Fireworks.vue +68 -11
- package/DemoForOperator/FlipPage/FlipPage/FlipPage.vue +30 -1
- package/DemoForOperator/Focus/Alpha/AlphaFocusBox.vue +27 -2
- package/DemoForOperator/Focus/Alpha/Item.vue +1 -0
- package/DemoForOperator/Focus/Light/Item.vue +1 -0
- package/DemoForOperator/Focus/Light/LightFocusBox.vue +42 -1
- package/DemoForOperator/Focus/Normal/Item.vue +1 -0
- package/DemoForOperator/Focus/Normal/NormalFocusBox.vue +12 -0
- package/DemoForOperator/FrameShadow/App.vue +193 -0
- package/DemoForOperator/FrameShadow/FrameShadow.vue +61 -0
- package/DemoForOperator/FullscreenIn/App.vue +1 -1
- package/DemoForOperator/FullscreenIn/FullscreenPoster.vue +18 -3
- package/DemoForOperator/Genie/App.vue +20 -6
- package/DemoForOperator/Genie/App2.vue +61 -0
- package/DemoForOperator/Genie/geniePakcer/GenieImage.vue +298 -0
- package/DemoForOperator/Genie/geniePakcer/GenieSlot.vue +292 -0
- package/DemoForOperator/Genie/geniePakcer/GenieTools.ts +463 -0
- package/DemoForOperator/GrayFilter/GrayFilter.vue +21 -0
- package/DemoForOperator/Jigsaw/JigsawFull.vue +58 -11
- package/DemoForOperator/Jigsaw/JigsawSingle.vue +47 -9
- package/DemoForOperator/LongChatBox/App.vue +36 -0
- package/DemoForOperator/LongChatBox/Bubble.vue +116 -0
- package/DemoForOperator/LongChatBox/LongChat.vue +204 -0
- package/DemoForOperator/LongChatBox/testData.js +14 -0
- package/DemoForOperator/Particle/Drop/DropParticle.vue +33 -1
- package/DemoForOperator/Particle/Explode/ExplodeParticle.vue +23 -2
- package/DemoForOperator/PosterAnim/PosterAnim.js +21 -0
- package/DemoForOperator/PosterOverflow/PosterOverflow.vue +16 -0
- package/DemoForOperator/Resize/App.vue +157 -0
- package/DemoForOperator/Resize/Resize/Item.vue +234 -0
- package/DemoForOperator/Resize/Resize/Resize.vue +96 -0
- package/DemoForOperator/Ripple/Ripple.vue +16 -1
- package/DemoForOperator/ScreenShootScale/App.vue +96 -0
- package/DemoForOperator/ScreenShootScale/Back.vue +86 -0
- package/DemoForOperator/ScreenShootScale/Front.vue +133 -0
- package/DemoForOperator/ScreenShootScale/Item.vue +62 -0
- package/DemoForOperator/ScreenShootScale/ScreenShootScale.vue +109 -0
- package/DemoForOperator/SmoothSwiper/App.vue +50 -0
- package/DemoForOperator/Sound/Bounce/App.vue +56 -0
- package/DemoForOperator/Sound/Bounce/Bounce.vue +87 -0
- package/DemoForOperator/Sound/Bounce/FreeMoveBuilder.js +146 -0
- package/DemoForOperator/Sound/Bounce/bgmusic.mp3 +0 -0
- package/DemoForOperator/Sound/Bounce/coin.mp3 +0 -0
- package/DemoForOperator/Sound/FocusMove/App.vue +134 -0
- package/DemoForOperator/Sound/FocusMove/Item.vue +43 -0
- package/DemoForOperator/Sound/FocusMove/move.mp3 +0 -0
- package/DemoForOperator/Sound/Rain/App.vue +11 -0
- package/DemoForOperator/Sound/Rain/Raining/Rain.vue +69 -0
- package/DemoForOperator/Sound/Rain/Raining/RainScene.vue +118 -0
- package/DemoForOperator/Sound/Sound/Sound.vue +24 -0
- package/DemoForOperator/Sound/Sound/index.js +4 -0
- package/DemoForOperator/Sound/Sound/useSound.js +112 -0
- package/DemoForOperator/Sprite/Sprite.vue +62 -5
- package/DemoForOperator/Stretch/Stretch/Stretch.vue +52 -2
- package/DemoForOperator/Swiper/App.vue +101 -0
- package/DemoForOperator/Swiper/Item.vue +56 -0
- package/DemoForOperator/Swiper/ParallaxSlide.vue +164 -0
- package/DemoForOperator/TabContent/TabContent/TabContent.vue +39 -1
- package/DemoForOperator/TabContentVertical/App.vue +104 -0
- package/DemoForOperator/TabContentVertical/ContentPage.vue +67 -0
- package/DemoForOperator/TabContentVertical/Item.vue +94 -0
- package/DemoForOperator/TabContentVertical/PageItem.vue +40 -0
- package/DemoForOperator/TabContentVertical/TabContent/CreepFocus.vue +160 -0
- package/DemoForOperator/TabContentVertical/TabContent/Item.vue +63 -0
- package/DemoForOperator/TabContentVertical/TabContent/TabContent.vue +184 -0
- package/DemoForOperator/TabContentVertical/TabContent/TabItem.vue +368 -0
- package/DemoForOperator/TabContentVertical/TabContent/TabWidget.vue +259 -0
- package/DemoForOperator/TabContentVertical/TabContent/Util.js +3 -0
- package/DemoForOperator/TabContentVertical/TabContent/ViewSwiper.vue +110 -0
- package/DemoForOperator/TabContentVertical/assets/children_science.png +0 -0
- package/DemoForOperator/TabContentVertical/assets/documentary.png +0 -0
- package/DemoForOperator/TabContentVertical/assets/free.png +0 -0
- package/DemoForOperator/TabContentVertical/assets/game.png +0 -0
- package/DemoForOperator/TabContentVertical/assets/home_selected.png +0 -0
- package/DemoForOperator/TabContentVertical/assets/movie_ticket.png +0 -0
- package/DemoForOperator/TabContentVertical/assets/my_account.png +0 -0
- package/DemoForOperator/TabContentVertical/assets/opera.png +0 -0
- package/DemoForOperator/TabContentVertical/assets/sports.png +0 -0
- package/DemoForOperator/TabContentVertical/assets/tv_drama.png +0 -0
- package/DemoForOperator/TabContentVertical/assets/variety_show.png +0 -0
- package/DemoForOperator/TabContentVertical/assets/vip.png +0 -0
- package/DemoForOperator/TabContentVertical/testData.js +76 -0
- package/DemoForOperator/Vortex/Vortex/Vortex.vue +26 -0
- package/DemoForOperator/routeList.js +125 -2
- package/DemoHomepage/App.vue +74 -1
- package/DemoHomepage/components/BodyFrame.vue +5 -0
- package/DemoHomepage/components/Item.vue +11 -0
- package/DemoHomepage/components/TabFrame.vue +1 -1
- package/DemoHomepage/router.js +798 -140
- package/DemoHomepage/views/Homepage.vue +60 -2
- package/DemoHomepage/watchTest.vue +50 -0
- package/DomRenderer/App.vue +133 -0
- package/FilterDemo/AnimatePic.vue +63 -17
- package/FilterDemo/App.vue +3 -3
- package/FlexCellDemo/AI_skills_update.md +4 -0
- package/FlexCellDemo/TestFrame1.vue +12 -2
- package/FlexCellDemo/TestFrame2.vue +10 -1
- package/FlexCellDemo/TestFrame3.vue +114 -59
- package/FpsLimit/App.vue +102 -0
- package/FreeMove/App.vue +24 -279
- package/FreeMove/TestScene1.vue +260 -0
- package/FreeMove/TestScene3.vue +431 -0
- package/FreeMoveChildAttract/App.vue +18 -8
- package/FreeMoveLink/App.vue +51 -22
- package/GiftRain/components/SpriteTranslate.vue +68 -48
- package/HashHistory/App.vue +2 -2
- package/HashHistory/router.js +1 -1
- package/Hover/App.vue +144 -0
- package/HttpRequestSSE/SSEReader.js +200 -0
- package/ImpactStop/App.vue +2 -2
- package/Input/FullKeyboard.vue +3 -3
- package/Input/InputPanel.vue +63 -3
- package/JsvLine/App.vue +53 -38
- package/LatexDemo/App.vue +3 -1
- package/LatexFormula/App.vue +196 -0
- package/LongImage/App.vue +1 -1
- package/LongImage/LongImageScroll.vue +111 -46
- package/LongImage/Scroll.vue +28 -9
- package/LongText/LongTextScroll.vue +14 -1
- package/Markdown/App.vue +36 -0
- package/Markdown/Bubble.vue +109 -0
- package/Markdown/LongChat.vue +216 -0
- package/Markdown/data.js +633 -0
- package/MetroWidgetDemos/AI_skills_update.md +2 -0
- package/MetroWidgetDemos/EpgFlowListType/App.vue +206 -0
- package/MetroWidgetDemos/EpgFlowListType/components/ContentCard.vue +105 -0
- package/MetroWidgetDemos/EpgFlowListType/components/FloorSection.vue +131 -0
- package/MetroWidgetDemos/EpgFlowListType/components/LeftTabItem.vue +41 -0
- package/MetroWidgetDemos/EpgFlowListType/data.js +78 -0
- package/MetroWidgetDemos/ListExpand/ChildItem.vue +130 -0
- package/MetroWidgetDemos/ListExpand/ExpandItem.vue +375 -0
- package/MetroWidgetDemos/ListExpand/ExpandItem1.vue +403 -0
- package/MetroWidgetDemos/ListExpand/assets/arrow-down.png +0 -0
- package/MetroWidgetDemos/ListExpand/assets/up-arrow.png +0 -0
- package/MetroWidgetDemos/ListExpand/components/WidgetListHandler.vue +150 -0
- package/MetroWidgetDemos/ListExpand/index.vue +88 -0
- package/MetroWidgetDemos/ListExpand/list.js +2421 -0
- package/MetroWidgetDemos/RefreshDemo/App.vue +14 -1
- package/MetroWidgetDemos/RenderAccelerate/App.vue +142 -0
- package/MetroWidgetDemos/RenderAccelerate/AppPage.vue +78 -0
- package/MetroWidgetDemos/RenderAccelerate/AppTab.vue +62 -0
- package/MetroWidgetDemos/RenderAccelerate/ContentItem.vue +409 -0
- package/MetroWidgetDemos/{TripleWidget → RenderAccelerate}/Item.vue +6 -3
- package/MetroWidgetDemos/RenderAccelerate/TabItem.vue +100 -0
- package/MetroWidgetDemos/RenderAccelerate/ViewSwiper.vue +215 -0
- package/MetroWidgetDemos/RenderAccelerate/WidgetItem.vue +107 -0
- package/MetroWidgetDemos/SkeletonDiagram/App.vue +35 -8
- package/MetroWidgetDemos/SkeletonDiagram/Item.vue +11 -2
- package/MetroWidgetDemos/SkeletonDiagram/assets/imageList.js +245 -0
- package/MetroWidgetDemos/SkeletonDiagram/data.js +3 -3
- package/MetroWidgetDemos/SpatialNav/App.vue +177 -0
- package/MetroWidgetDemos/SpatialNav/Buttons.vue +83 -0
- package/MetroWidgetDemos/SpatialNav/CustomFocus.vue +57 -0
- package/MetroWidgetDemos/SpatialNav/Item.vue +71 -0
- package/MetroWidgetDemos/SpatialNav/SimpleFloor.vue +86 -0
- package/MetroWidgetDemos/SpatialNav/StepMw.vue +113 -0
- package/MetroWidgetDemos/SpatialNav/TabContent/TabContent.vue +185 -0
- package/MetroWidgetDemos/SpatialNav/TripleSection/TripleSection.vue +69 -0
- package/MetroWidgetDemos/SpatialNav/TripleSection/WidgetItem.vue +100 -0
- package/MetroWidgetDemos/SpatialNav/TvSection/List.vue +75 -0
- package/MetroWidgetDemos/SpatialNav/TvSection/TvSection.vue +91 -0
- package/MetroWidgetDemos/basic2/App.vue +407 -0
- package/MetroWidgetDemos/basic2/Item.vue +68 -0
- package/MetroWidgetDemos/direction/App.vue +22 -0
- package/MetroWidgetDemos/gazeFocusDiff/App.vue +126 -0
- package/MetroWidgetDemos/gazeFocusDiff/Item.vue +87 -0
- package/MetroWidgetDemos/minimalUsage/App.vue +66 -0
- package/MetroWidgetDemos/minimalUsage/Item.vue +54 -0
- package/MetroWidgetDemos/ninePatchFocusPage/App.vue +23 -7
- package/MetroWidgetDemos/ninePatchFocusPage/Item.vue +7 -5
- package/MetroWidgetDemos/ninePatchFocusPage/focusConstants.js +2 -0
- package/MetroWidgetDemos/routeList.js +229 -8
- package/MetroWidgetDemos/slideSetting/App.vue +288 -99
- package/MetroWidgetDemos/zIndex/App.vue +117 -0
- package/MetroWidgetDemos/zIndex/Item.vue +61 -0
- package/NinePatchTester/App.vue +24 -31
- package/PosterPacker/App.vue +2 -2
- package/PreDecode/App.vue +140 -0
- package/ReactiveTest/App.vue +115 -0
- package/ReactiveTest/Item.vue +92 -0
- package/ReactiveTest/assets/imageList.js +245 -0
- package/ReactiveTest/component/TestSmartDiv.vue +50 -0
- package/ReactiveTest/component/TestSmartDivSrcList.vue +74 -0
- package/ReactiveTest/component/TestSmartImage.vue +46 -0
- package/ReactiveTest/component/TestSmartImageSrcList.vue +90 -0
- package/ReactiveTest/component/TestSmartImageStyle.vue +41 -0
- package/ReactiveTest/data.js +49 -0
- package/ScreenToBlob/App.vue +250 -0
- package/ScrollBoxTest/App.vue +52 -28
- package/ScrollBoxTest/ClipBar.vue +64 -2
- package/ScrollBoxTest/NinePatchBar.vue +64 -2
- package/ScrollBoxTest/SizeDivBar.vue +64 -2
- package/SecTorTest/App.vue +9 -3
- package/SpringFestival/SpringFestivalScene/FreeMoveBuilder.js +3 -3
- package/SyncDecode/App.vue +137 -0
- package/TextSizeLimit/App.vue +211 -0
- package/TextureAnimation/App3.vue +11 -1
- package/TouchWidget/App.vue +90 -5
- package/TouchWidget/WidgetItem.vue +1 -0
- package/TransitPage/App.vue +2 -0
- package/ViewOpacity/App.vue +19 -0
- package/assets/logo.png +0 -0
- package/package.json +1 -1
- package/DashPath/DashPath.vue +0 -118
- package/DemoForOperator/Genie/geniePakcer/Genie.vue +0 -699
- package/DemoForOperator/ScalePoster/App.vue +0 -4
- package/DemoForOperator/ScalePoster/ScalePoster.vue +0 -0
- package/DivMetroPerformance/App.vue +0 -157
- package/DivMetroPerformance/Item.vue +0 -58
- package/DivMetroPerformance/assets/bg.jpg +0 -0
- package/DivMetroPerformance/assets/coupon_content.png +0 -0
- package/DivMetroPerformance/assets/coupon_left.png +0 -0
- package/DivMetroPerformance/assets/coupon_mid.png +0 -0
- package/DivMetroPerformance/assets/coupon_right.png +0 -0
- package/DivMetroPerformance/assets/focus_border.png +0 -0
- package/DivMetroPerformance/assets/holder_logo.png +0 -0
- package/DivMetroPerformance/assets/jrbm.png +0 -0
- package/DivMetroPerformance/assets/line_left.png +0 -0
- package/DivMetroPerformance/assets/line_mid.png +0 -0
- package/DivMetroPerformance/assets/line_right.png +0 -0
- package/DivMetroPerformance/assets/loading.png +0 -0
- package/DivMetroPerformance/assets/logo.png +0 -0
- package/DivMetroPerformance/assets/mcjx.png +0 -0
- package/DivMetroPerformance/assets/tao.png +0 -0
- package/DivMetroPerformance/assets/tmall.png +0 -0
- package/DivMetroPerformance/border.png +0 -0
- package/DivMetroPerformance/components/ContentItem.vue +0 -384
- package/DivMetroPerformance/components/MyTab.vue +0 -129
- package/DivMetroPerformance/data.js +0 -124
- package/DivMetroPerformance/utils/GridItem.vue +0 -28
- package/DivMetroPerformance/utils/GridPlate.vue +0 -85
- package/MediaDemo/App.vue +0 -127
- package/MediaDemo/assets/audio-poster.png +0 -0
- package/MediaDemo/components/Button.vue +0 -69
- package/MediaDemo/components/Controllor.vue +0 -286
- package/MediaDemo/components/StatusBar.vue +0 -100
- package/MediaDemo/components/frames/AudioFrame.vue +0 -39
- package/MediaDemo/components/frames/AudioPoster.vue +0 -48
- package/MediaDemo/components/frames/MediaFrame.vue +0 -153
- package/MediaDemo/components/frames/VideoFrame.vue +0 -39
- package/MetroWidgetDemos/TripleWidget/App.vue +0 -81
- package/MetroWidgetDemos/TripleWidget/SWidgetItem.vue +0 -93
- package/MetroWidgetDemos/TripleWidget/WidgetItem.vue +0 -111
- package/Parkour/App.vue +0 -13
- package/Parkour/Common/Context.js +0 -21
- package/Parkour/Common/MatchmanInfo.js +0 -62
- package/Parkour/Common/Random.js +0 -61
- package/Parkour/Common/Sound.js +0 -50
- package/Parkour/appConfig/HOW_TO_CONFIG.md +0 -20
- package/Parkour/appConfig/app.config.mjs +0 -5
- package/Parkour/appConfig/app_sign_private_key_sample.crt +0 -28
- package/Parkour/appConfig/app_sign_public_key_sample.pem +0 -9
- package/Parkour/appConfig/jsview.config.mjs +0 -39
- package/Parkour/assets/Bgimages/bg1.png +0 -0
- package/Parkour/assets/Bgimages/bg2.png +0 -0
- package/Parkour/assets/Bgimages/bg3.png +0 -0
- package/Parkour/assets/Bgimages/bg4.png +0 -0
- package/Parkour/assets/Bgimages/bg5.png +0 -0
- package/Parkour/assets/audio/jump.mp3 +0 -0
- package/Parkour/assets/audio/lose.mp3 +0 -0
- package/Parkour/assets/role_skin1/fail.json +0 -44
- package/Parkour/assets/role_skin1/fail.png +0 -0
- package/Parkour/assets/role_skin1/jump_down.json +0 -20
- package/Parkour/assets/role_skin1/jump_down.png +0 -0
- package/Parkour/assets/role_skin1/jump_up.json +0 -44
- package/Parkour/assets/role_skin1/jump_up.png +0 -0
- package/Parkour/assets/role_skin1/roll.json +0 -44
- package/Parkour/assets/role_skin1/roll.png +0 -0
- package/Parkour/assets/role_skin1/run.json +0 -52
- package/Parkour/assets/role_skin1/run.png +0 -0
- package/Parkour/components/Backdrop.vue +0 -61
- package/Parkour/components/GameSence.vue +0 -602
- package/Parkour/components/Matchman.vue +0 -85
- package/TextureAnimation/utils/FrameCanvasStore.ts +0 -68
- package/TextureAnimation/utils/RotateFrame.vue +0 -146
- package/TextureAnimation/utils/circleHaloMask.png +0 -0
- package/ThrowMoveDemo/AccelerateDemo.vue +0 -85
- package/ThrowMoveDemo/App.vue +0 -104
- package/ThrowMoveDemo/LRParabolicDemo.vue +0 -101
- package/ThrowMoveDemo/TargetDemo.vue +0 -87
- package/ThrowMoveDemo/UDParabolicDemo.vue +0 -92
- /package/{AnimPicture/assets → assets}/animated_webp.webp +0 -0
- /package/{AnimPicture/assets → assets}/ball_3.webp +0 -0
- /package/{AnimPicture/assets → assets}/girl_run.gif +0 -0
- /package/{AnimPicture/assets → assets}/quan.webp +0 -0
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
<script>
|
|
2
|
-
import { Options, Vue } from "vue-class-component";
|
|
3
|
-
import { data1, data2, data3 } from "./data";
|
|
4
|
-
import GridPlate from "./utils/GridPlate.vue";
|
|
5
|
-
import Item from "./components/ContentItem.vue";
|
|
6
|
-
import MyTab from "./components/MyTab.vue";
|
|
7
|
-
import { useFocusHub } from "jsview";
|
|
8
|
-
|
|
9
|
-
@Options({
|
|
10
|
-
components: {
|
|
11
|
-
GridPlate,
|
|
12
|
-
Item,
|
|
13
|
-
MyTab,
|
|
14
|
-
},
|
|
15
|
-
})
|
|
16
|
-
class App extends Vue {
|
|
17
|
-
constructor(props) {
|
|
18
|
-
super(props);
|
|
19
|
-
this.focusNode = null;
|
|
20
|
-
this.contentData = data1;
|
|
21
|
-
this.myId = 0;
|
|
22
|
-
this.focusStyle = {};
|
|
23
|
-
this.requestDataTime = 0;
|
|
24
|
-
|
|
25
|
-
window.sStyleChangeCount = 0;
|
|
26
|
-
window.sStyleChangeCost = 0;
|
|
27
|
-
window.sStyleTextChangeCost = 0;
|
|
28
|
-
|
|
29
|
-
window.sStylePropCount = 0;
|
|
30
|
-
window.sStylePropCost = 0;
|
|
31
|
-
|
|
32
|
-
console.log("App created");
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
setup() {
|
|
36
|
-
return {
|
|
37
|
-
focusHub: useFocusHub()
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
onKeyDown(ev) {
|
|
42
|
-
// 8:Backspace, 27:Escape, 10000:盒子返回键
|
|
43
|
-
if (ev.keyCode == 8 || ev.keyCode == 27 || ev.keyCode == 10000) {
|
|
44
|
-
this.$router?.go(-1); // 有router时,是从DemoHomepage进入,回退
|
|
45
|
-
return true;
|
|
46
|
-
}
|
|
47
|
-
return false;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
getMeasures() {
|
|
51
|
-
return {
|
|
52
|
-
width: 227,
|
|
53
|
-
height: 351,
|
|
54
|
-
focusable: true,
|
|
55
|
-
};
|
|
56
|
-
}
|
|
57
|
-
onFocus() {
|
|
58
|
-
console.log("App onFocus", this.$refs.rootNode);
|
|
59
|
-
}
|
|
60
|
-
onItemFocus(id) {
|
|
61
|
-
if (this.requestDataTime != 0) {
|
|
62
|
-
clearTimeout(this.requestDataTime);
|
|
63
|
-
this.requestDataTime = 0;
|
|
64
|
-
}
|
|
65
|
-
// this.requestDataTime = setTimeout(()=>{
|
|
66
|
-
if (!window.JsvDebugTimeToken) {
|
|
67
|
-
window.JsvDebugTimeToken = {
|
|
68
|
-
start: 0,
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
window.JsvDebugTimeToken.start = Date.now();
|
|
72
|
-
console.log(
|
|
73
|
-
"JsvTestTime onItemFocus start time=" + window.JsvDebugTimeToken.start
|
|
74
|
-
);
|
|
75
|
-
|
|
76
|
-
window.sStyleChangeCount = 0;
|
|
77
|
-
window.sStyleChangeCost = 0;
|
|
78
|
-
window.sStyleTextChangeCost = 0;
|
|
79
|
-
window.sStylePropCount = 0;
|
|
80
|
-
window.sStylePropCost = 0;
|
|
81
|
-
|
|
82
|
-
switch (id) {
|
|
83
|
-
case 0:
|
|
84
|
-
this.contentData = data1;
|
|
85
|
-
break;
|
|
86
|
-
case 1:
|
|
87
|
-
this.contentData = data2;
|
|
88
|
-
break;
|
|
89
|
-
case 2:
|
|
90
|
-
this.contentData = data3;
|
|
91
|
-
break;
|
|
92
|
-
}
|
|
93
|
-
this.myId = id;
|
|
94
|
-
// }, 0);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
beforeUnmount() {
|
|
98
|
-
if (this.requestDataTime != 0) {
|
|
99
|
-
clearTimeout(this.requestDataTime);
|
|
100
|
-
this.requestDataTime = 0;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
mounted() {
|
|
105
|
-
this.focusHub.setFocus("tab");
|
|
106
|
-
window.jJsvRuntimeBridge?.notifyPageLoaded();
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
export default App;
|
|
111
|
-
</script>
|
|
112
|
-
|
|
113
|
-
<template>
|
|
114
|
-
<jsv-focus-block
|
|
115
|
-
ref="rootNode"
|
|
116
|
-
autoFocus
|
|
117
|
-
:onKeyDown="onKeyDown"
|
|
118
|
-
:onFocus="onFocus"
|
|
119
|
-
>
|
|
120
|
-
<div class="rootSize">
|
|
121
|
-
<div :style="{ left: 50, top: 50 }">
|
|
122
|
-
<my-tab name="tab" :onItemFocus="onItemFocus" />
|
|
123
|
-
</div>
|
|
124
|
-
|
|
125
|
-
<div class="widgetPos">
|
|
126
|
-
<grid-plate
|
|
127
|
-
name="simpleWidget"
|
|
128
|
-
:key="myId"
|
|
129
|
-
:data="contentData"
|
|
130
|
-
:width="1253"
|
|
131
|
-
:height="600"
|
|
132
|
-
:measures="getMeasures"
|
|
133
|
-
>
|
|
134
|
-
<template #renderItem="{ data }">
|
|
135
|
-
<Item :data="data" />
|
|
136
|
-
</template>
|
|
137
|
-
</grid-plate>
|
|
138
|
-
</div>
|
|
139
|
-
</div>
|
|
140
|
-
</jsv-focus-block>
|
|
141
|
-
</template>
|
|
142
|
-
|
|
143
|
-
<style scoped>
|
|
144
|
-
.rootSize {
|
|
145
|
-
top: 0;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.widgetPos {
|
|
149
|
-
top: 120;
|
|
150
|
-
left: 50;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.focusPos {
|
|
154
|
-
top: 10;
|
|
155
|
-
left: 10;
|
|
156
|
-
}
|
|
157
|
-
</style>
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
<script>
|
|
2
|
-
export default {
|
|
3
|
-
props: {
|
|
4
|
-
data: Object,
|
|
5
|
-
query: Object,
|
|
6
|
-
onEdge: Function,
|
|
7
|
-
onAction: Object,
|
|
8
|
-
},
|
|
9
|
-
methods: {
|
|
10
|
-
onFocus() {
|
|
11
|
-
this.focus = true;
|
|
12
|
-
},
|
|
13
|
-
onBlur() {
|
|
14
|
-
this.focus = false;
|
|
15
|
-
},
|
|
16
|
-
onClick() {
|
|
17
|
-
console.log("item click");
|
|
18
|
-
},
|
|
19
|
-
getStyle() {
|
|
20
|
-
const width = this.focus
|
|
21
|
-
? (this.data.blocks.w - 10) * (1 / 0.8)
|
|
22
|
-
: this.data.blocks.w - 10;
|
|
23
|
-
const height = this.focus
|
|
24
|
-
? (this.data.blocks.h - 10) * (1 / 0.8)
|
|
25
|
-
: this.data.blocks.h - 10;
|
|
26
|
-
const posx = this.focus ? (this.data.blocks.w - 10 - width) / 2 : 0;
|
|
27
|
-
const posy = this.focus ? (this.data.blocks.h - 10 - height) / 2 : 0;
|
|
28
|
-
return {
|
|
29
|
-
left: posx,
|
|
30
|
-
top: posy,
|
|
31
|
-
width: width,
|
|
32
|
-
height: height,
|
|
33
|
-
color: "#FFFFFF",
|
|
34
|
-
backgroundColor: this.focus ? "#FF0000" : this.data.color,
|
|
35
|
-
};
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
data() {
|
|
39
|
-
return {
|
|
40
|
-
focus: false,
|
|
41
|
-
anim: null,
|
|
42
|
-
};
|
|
43
|
-
},
|
|
44
|
-
created() {
|
|
45
|
-
this.onAction.register("onFocus", this.onFocus);
|
|
46
|
-
this.onAction.register("onBlur", this.onBlur);
|
|
47
|
-
this.onAction.register("onClick", this.onClick);
|
|
48
|
-
},
|
|
49
|
-
};
|
|
50
|
-
</script>
|
|
51
|
-
|
|
52
|
-
<template>
|
|
53
|
-
<div :style="{ ...getStyle() }">
|
|
54
|
-
{{ data.content }}
|
|
55
|
-
</div>
|
|
56
|
-
</template>
|
|
57
|
-
|
|
58
|
-
<style scoped></style>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,384 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-06-10 14:17:17
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-10-18 14:14:05
|
|
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
|
-
class ContentItem extends Vue {
|
|
24
|
-
constructor(props) {
|
|
25
|
-
super(props);
|
|
26
|
-
// console.log("cchtest2 ContentItem constructor " + new Date().getTime());
|
|
27
|
-
this.setup = setup(() => {
|
|
28
|
-
return {
|
|
29
|
-
posterHolder,
|
|
30
|
-
couponLeft,
|
|
31
|
-
couponMid,
|
|
32
|
-
couponRight,
|
|
33
|
-
borderLeft,
|
|
34
|
-
borderMid,
|
|
35
|
-
borderRight,
|
|
36
|
-
};
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
created() {}
|
|
41
|
-
|
|
42
|
-
get savePrizeWidth() {
|
|
43
|
-
return 10 * this.data.savePrize.length + 26;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
get soldTotalWidth() {
|
|
47
|
-
let width = 44 + 22; //base width;
|
|
48
|
-
if (this.data.soldTotal >= 10000) {
|
|
49
|
-
let text = parseInt(this.data.soldTotal / 10000) + "";
|
|
50
|
-
width += text.length * 12 + 22;
|
|
51
|
-
} else {
|
|
52
|
-
width += (this.data.soldTotal + "").length * 12;
|
|
53
|
-
}
|
|
54
|
-
return width;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
get soldTotalText() {
|
|
58
|
-
let text = "";
|
|
59
|
-
if (this.data.soldTotal >= 10000) {
|
|
60
|
-
text = parseInt(this.data.soldTotal / 10000) + "万";
|
|
61
|
-
} else {
|
|
62
|
-
text = this.data.soldTotal;
|
|
63
|
-
}
|
|
64
|
-
return text;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
export default ContentItem;
|
|
69
|
-
</script>
|
|
70
|
-
|
|
71
|
-
<template>
|
|
72
|
-
<div class="frame-background">
|
|
73
|
-
<div class="poster-holder">
|
|
74
|
-
<div
|
|
75
|
-
:style="{
|
|
76
|
-
width: 107,
|
|
77
|
-
height: 23,
|
|
78
|
-
left: 53,
|
|
79
|
-
top: 95,
|
|
80
|
-
backgroundImage: setup.posterHolder,
|
|
81
|
-
}"
|
|
82
|
-
/>
|
|
83
|
-
</div>
|
|
84
|
-
<div
|
|
85
|
-
class="poster"
|
|
86
|
-
:style="{
|
|
87
|
-
backgroundImage: `url(${data.pictUrl})`,
|
|
88
|
-
}"
|
|
89
|
-
/>
|
|
90
|
-
<div class="title-font title-layout">
|
|
91
|
-
{{ data.index + data.name }}
|
|
92
|
-
</div>
|
|
93
|
-
<div
|
|
94
|
-
:style="{
|
|
95
|
-
height: 24,
|
|
96
|
-
left: 13,
|
|
97
|
-
top: 256,
|
|
98
|
-
width: savePrizeWidth,
|
|
99
|
-
}"
|
|
100
|
-
>
|
|
101
|
-
<div
|
|
102
|
-
:style="{ width: 5, height: 24, backgroundImage: setup.couponLeft }"
|
|
103
|
-
/>
|
|
104
|
-
<div
|
|
105
|
-
:style="{
|
|
106
|
-
left: 5,
|
|
107
|
-
width: savePrizeWidth - 11,
|
|
108
|
-
height: 24,
|
|
109
|
-
backgroundImage: setup.couponMid,
|
|
110
|
-
}"
|
|
111
|
-
/>
|
|
112
|
-
<div
|
|
113
|
-
:style="{
|
|
114
|
-
left: savePrizeWidth - 6,
|
|
115
|
-
width: 5,
|
|
116
|
-
height: 24,
|
|
117
|
-
backgroundImage: setup.couponRight,
|
|
118
|
-
}"
|
|
119
|
-
/>
|
|
120
|
-
<div
|
|
121
|
-
class="ticket-text"
|
|
122
|
-
:style="{
|
|
123
|
-
width: savePrizeWidth,
|
|
124
|
-
}"
|
|
125
|
-
>
|
|
126
|
-
{{ `${data.savePrize}元券` }}
|
|
127
|
-
</div>
|
|
128
|
-
</div>
|
|
129
|
-
|
|
130
|
-
<div
|
|
131
|
-
:style="{
|
|
132
|
-
top: 256,
|
|
133
|
-
left: 27 + savePrizeWidth,
|
|
134
|
-
}"
|
|
135
|
-
>
|
|
136
|
-
<div
|
|
137
|
-
:style="{ width: 7, height: 25, backgroundImage: setup.borderLeft }"
|
|
138
|
-
/>
|
|
139
|
-
<div
|
|
140
|
-
:style="{
|
|
141
|
-
left: 7,
|
|
142
|
-
width: soldTotalWidth - 13,
|
|
143
|
-
height: 25,
|
|
144
|
-
backgroundImage: setup.borderMid,
|
|
145
|
-
}"
|
|
146
|
-
/>
|
|
147
|
-
<div
|
|
148
|
-
:style="{
|
|
149
|
-
left: soldTotalWidth - 7,
|
|
150
|
-
width: 7,
|
|
151
|
-
height: 25,
|
|
152
|
-
backgroundImage: setup.borderRight,
|
|
153
|
-
}"
|
|
154
|
-
/>
|
|
155
|
-
<div
|
|
156
|
-
class="sold-text"
|
|
157
|
-
:style="{
|
|
158
|
-
width: soldTotalWidth,
|
|
159
|
-
}"
|
|
160
|
-
>
|
|
161
|
-
{{ `已售${soldTotalText}件` }}
|
|
162
|
-
</div>
|
|
163
|
-
</div>
|
|
164
|
-
|
|
165
|
-
<div
|
|
166
|
-
:style="{
|
|
167
|
-
height: 24,
|
|
168
|
-
left: 13,
|
|
169
|
-
top: 270,
|
|
170
|
-
width: savePrizeWidth,
|
|
171
|
-
}"
|
|
172
|
-
>
|
|
173
|
-
<div
|
|
174
|
-
:style="{ width: 5, height: 24, backgroundImage: setup.couponLeft }"
|
|
175
|
-
/>
|
|
176
|
-
<div
|
|
177
|
-
:style="{
|
|
178
|
-
left: 5,
|
|
179
|
-
width: savePrizeWidth - 11,
|
|
180
|
-
height: 24,
|
|
181
|
-
backgroundImage: setup.couponMid,
|
|
182
|
-
}"
|
|
183
|
-
/>
|
|
184
|
-
<div
|
|
185
|
-
:style="{
|
|
186
|
-
left: savePrizeWidth - 6,
|
|
187
|
-
width: 5,
|
|
188
|
-
height: 24,
|
|
189
|
-
backgroundImage: setup.couponRight,
|
|
190
|
-
}"
|
|
191
|
-
/>
|
|
192
|
-
<div
|
|
193
|
-
class="ticket-text"
|
|
194
|
-
:style="{
|
|
195
|
-
width: savePrizeWidth,
|
|
196
|
-
}"
|
|
197
|
-
>
|
|
198
|
-
{{ `${data.savePrize}元券` }}
|
|
199
|
-
</div>
|
|
200
|
-
</div>
|
|
201
|
-
<div
|
|
202
|
-
:style="{
|
|
203
|
-
top: 270,
|
|
204
|
-
left: 27 + savePrizeWidth,
|
|
205
|
-
}"
|
|
206
|
-
>
|
|
207
|
-
<div
|
|
208
|
-
:style="{ width: 7, height: 25, backgroundImage: setup.borderLeft }"
|
|
209
|
-
/>
|
|
210
|
-
<div
|
|
211
|
-
:style="{
|
|
212
|
-
left: 7,
|
|
213
|
-
width: soldTotalWidth - 13,
|
|
214
|
-
height: 25,
|
|
215
|
-
backgroundImage: setup.borderMid,
|
|
216
|
-
}"
|
|
217
|
-
/>
|
|
218
|
-
<div
|
|
219
|
-
:style="{
|
|
220
|
-
left: soldTotalWidth - 7,
|
|
221
|
-
width: 7,
|
|
222
|
-
height: 25,
|
|
223
|
-
backgroundImage: setup.borderRight,
|
|
224
|
-
}"
|
|
225
|
-
/>
|
|
226
|
-
<div
|
|
227
|
-
class="sold-text"
|
|
228
|
-
:style="{
|
|
229
|
-
width: soldTotalWidth,
|
|
230
|
-
}"
|
|
231
|
-
>
|
|
232
|
-
{{ `已售${soldTotalText}件` }}
|
|
233
|
-
</div>
|
|
234
|
-
</div>
|
|
235
|
-
|
|
236
|
-
<div
|
|
237
|
-
:style="{
|
|
238
|
-
height: 24,
|
|
239
|
-
left: 13,
|
|
240
|
-
top: 280,
|
|
241
|
-
width: savePrizeWidth,
|
|
242
|
-
}"
|
|
243
|
-
>
|
|
244
|
-
<div
|
|
245
|
-
:style="{ width: 5, height: 24, backgroundImage: setup.couponLeft }"
|
|
246
|
-
/>
|
|
247
|
-
<div
|
|
248
|
-
:style="{
|
|
249
|
-
left: 5,
|
|
250
|
-
width: savePrizeWidth - 11,
|
|
251
|
-
height: 24,
|
|
252
|
-
backgroundImage: setup.couponMid,
|
|
253
|
-
}"
|
|
254
|
-
/>
|
|
255
|
-
<div
|
|
256
|
-
:style="{
|
|
257
|
-
left: savePrizeWidth - 6,
|
|
258
|
-
width: 5,
|
|
259
|
-
height: 24,
|
|
260
|
-
backgroundImage: setup.couponRight,
|
|
261
|
-
}"
|
|
262
|
-
/>
|
|
263
|
-
<div
|
|
264
|
-
class="ticket-text"
|
|
265
|
-
:style="{
|
|
266
|
-
width: savePrizeWidth,
|
|
267
|
-
}"
|
|
268
|
-
>
|
|
269
|
-
{{ `${data.savePrize}元券` }}
|
|
270
|
-
</div>
|
|
271
|
-
</div>
|
|
272
|
-
<div
|
|
273
|
-
:style="{
|
|
274
|
-
top: 280,
|
|
275
|
-
left: 27 + savePrizeWidth,
|
|
276
|
-
}"
|
|
277
|
-
>
|
|
278
|
-
<div
|
|
279
|
-
:style="{ width: 7, height: 25, backgroundImage: setup.borderLeft }"
|
|
280
|
-
/>
|
|
281
|
-
<div
|
|
282
|
-
:style="{
|
|
283
|
-
left: 7,
|
|
284
|
-
width: soldTotalWidth - 13,
|
|
285
|
-
height: 25,
|
|
286
|
-
backgroundImage: setup.borderMid,
|
|
287
|
-
}"
|
|
288
|
-
/>
|
|
289
|
-
<div
|
|
290
|
-
:style="{
|
|
291
|
-
left: soldTotalWidth - 7,
|
|
292
|
-
width: 7,
|
|
293
|
-
height: 25,
|
|
294
|
-
backgroundImage: setup.borderRight,
|
|
295
|
-
}"
|
|
296
|
-
/>
|
|
297
|
-
<div
|
|
298
|
-
class="sold-text"
|
|
299
|
-
:style="{
|
|
300
|
-
width: soldTotalWidth,
|
|
301
|
-
}"
|
|
302
|
-
>
|
|
303
|
-
{{ `已售${soldTotalText}件` }}
|
|
304
|
-
</div>
|
|
305
|
-
</div>
|
|
306
|
-
|
|
307
|
-
<div class="prize-title-font prize-title-layout">券后</div>
|
|
308
|
-
<div class="prize-font">
|
|
309
|
-
{{ `¥${data.prize - data.savePrize}` }}
|
|
310
|
-
</div>
|
|
311
|
-
</div>
|
|
312
|
-
</template>
|
|
313
|
-
|
|
314
|
-
<style scoped>
|
|
315
|
-
.frame-background {
|
|
316
|
-
width: 213;
|
|
317
|
-
height: 337;
|
|
318
|
-
border-radius: 10 10 10 10;
|
|
319
|
-
background-color: #f7f7f4;
|
|
320
|
-
transition: transform 0.2s linear;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
.poster-holder {
|
|
324
|
-
width: 213;
|
|
325
|
-
height: 213;
|
|
326
|
-
border-radius: 10 10 0 0;
|
|
327
|
-
background-color: #cfcac6;
|
|
328
|
-
}
|
|
329
|
-
.poster {
|
|
330
|
-
width: 213;
|
|
331
|
-
height: 213;
|
|
332
|
-
border-radius: 7 7 0 0;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.title-font {
|
|
336
|
-
font-size: 21;
|
|
337
|
-
color: #73665c;
|
|
338
|
-
line-height: 29;
|
|
339
|
-
white-space: nowrap;
|
|
340
|
-
text-overflow: ellipsis;
|
|
341
|
-
text-align: center;
|
|
342
|
-
}
|
|
343
|
-
.title-layout {
|
|
344
|
-
top: 221;
|
|
345
|
-
left: 13;
|
|
346
|
-
width: 193;
|
|
347
|
-
height: 29;
|
|
348
|
-
}
|
|
349
|
-
.ticket-text {
|
|
350
|
-
height: 24;
|
|
351
|
-
color: #ffffff;
|
|
352
|
-
font-size: 16;
|
|
353
|
-
text-align: center;
|
|
354
|
-
line-height: 24;
|
|
355
|
-
}
|
|
356
|
-
.sold-text {
|
|
357
|
-
height: 25;
|
|
358
|
-
color: #ff7a00;
|
|
359
|
-
font-size: 20;
|
|
360
|
-
text-align: center;
|
|
361
|
-
line-height: 25;
|
|
362
|
-
}
|
|
363
|
-
.prize-title-layout {
|
|
364
|
-
width: 35;
|
|
365
|
-
height: 24;
|
|
366
|
-
top: 296;
|
|
367
|
-
left: 13;
|
|
368
|
-
}
|
|
369
|
-
.prize-title-font {
|
|
370
|
-
color: #de2825;
|
|
371
|
-
text-align: center;
|
|
372
|
-
font-size: 17;
|
|
373
|
-
line-height: 24;
|
|
374
|
-
}
|
|
375
|
-
.prize-font {
|
|
376
|
-
top: 289;
|
|
377
|
-
left: 53;
|
|
378
|
-
width: 158; /*213 - 55*/
|
|
379
|
-
height: 37;
|
|
380
|
-
line-height: 37;
|
|
381
|
-
font-size: 28;
|
|
382
|
-
color: #de2825;
|
|
383
|
-
}
|
|
384
|
-
</style>
|