@shijiu/jsview-vue 0.9.502 → 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 +16 -5
- 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 +32 -33
- 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/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-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 +1555 -1656
- package/utils/JsViewEngineWidget/MetroWidget/PageUpdater.js +136 -0
- package/utils/JsViewEngineWidget/MetroWidget/ToolFunctions.js +18 -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 +264 -54
- package/utils/JsViewPlugin/JsvPlayer/JsvPlayer.vue +5 -1
- 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 +8 -4
- package/utils/JsViewVueWidget/JsvFilterView.vue +59 -51
- package/utils/JsViewVueWidget/JsvGrid.vue +139 -41
- 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 +1 -1
- 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,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>
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-09-28 16:02:50
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-09-28 16:22:24
|
|
6
|
-
* @Description: file content
|
|
7
|
-
-->
|
|
8
|
-
<!--
|
|
9
|
-
* @Author: ChenChanghua
|
|
10
|
-
* @Date: 2021-09-27 13:49:54
|
|
11
|
-
* @LastEditors: ChenChanghua
|
|
12
|
-
* @LastEditTime: 2021-09-28 15:42:49
|
|
13
|
-
* @Description: file content
|
|
14
|
-
-->
|
|
15
|
-
<script>
|
|
16
|
-
export default {
|
|
17
|
-
props: {
|
|
18
|
-
data: Object,
|
|
19
|
-
query: Object,
|
|
20
|
-
onEdge: Function,
|
|
21
|
-
onAction: Object,
|
|
22
|
-
},
|
|
23
|
-
computed: {
|
|
24
|
-
bgStyle() {
|
|
25
|
-
return {
|
|
26
|
-
width: 280,
|
|
27
|
-
height: 40,
|
|
28
|
-
backgroundColor: this.isFocus ? "#06a7ff" : "#575d8d",
|
|
29
|
-
};
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
data() {
|
|
33
|
-
return {
|
|
34
|
-
isFocus: false,
|
|
35
|
-
};
|
|
36
|
-
},
|
|
37
|
-
methods: {
|
|
38
|
-
onFocus() {
|
|
39
|
-
this.isFocus = true;
|
|
40
|
-
},
|
|
41
|
-
onBlur() {
|
|
42
|
-
this.isFocus = false;
|
|
43
|
-
},
|
|
44
|
-
onClick() {},
|
|
45
|
-
},
|
|
46
|
-
created() {
|
|
47
|
-
this.onAction.register("onFocus", this.onFocus);
|
|
48
|
-
this.onAction.register("onBlur", this.onBlur);
|
|
49
|
-
this.onAction.register("onClick", this.onClick);
|
|
50
|
-
},
|
|
51
|
-
};
|
|
52
|
-
</script>
|
|
53
|
-
|
|
54
|
-
<template>
|
|
55
|
-
<div :style="bgStyle">
|
|
56
|
-
<div class="text">
|
|
57
|
-
{{ data.title }}
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
</template>
|
|
61
|
-
|
|
62
|
-
<style scoped>
|
|
63
|
-
.text {
|
|
64
|
-
width: 280px;
|
|
65
|
-
height: 40px;
|
|
66
|
-
color: #ececec;
|
|
67
|
-
font-size: 12px;
|
|
68
|
-
line-height: 40px;
|
|
69
|
-
white-space: nowrap;
|
|
70
|
-
text-align: left;
|
|
71
|
-
}
|
|
72
|
-
</style>
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
* @Author: ChenChanghua
|
|
3
|
-
* @Date: 2021-09-27 13:49:54
|
|
4
|
-
* @LastEditors: ChenChanghua
|
|
5
|
-
* @LastEditTime: 2021-10-25 09:56:36
|
|
6
|
-
* @Description: file content
|
|
7
|
-
-->
|
|
8
|
-
<script>
|
|
9
|
-
import {
|
|
10
|
-
VERTICAL,
|
|
11
|
-
SimpleWidget,
|
|
12
|
-
} from "jsview/utils/JsViewEngineWidget";
|
|
13
|
-
import MenuItem from "./MenuItem.vue";
|
|
14
|
-
|
|
15
|
-
export default {
|
|
16
|
-
components: {
|
|
17
|
-
SimpleWidget,
|
|
18
|
-
MenuItem,
|
|
19
|
-
},
|
|
20
|
-
props: {
|
|
21
|
-
data: Array,
|
|
22
|
-
name: String,
|
|
23
|
-
},
|
|
24
|
-
setup() {
|
|
25
|
-
let measures = () => {
|
|
26
|
-
return {
|
|
27
|
-
width: 280,
|
|
28
|
-
height: 50,
|
|
29
|
-
focusable: true,
|
|
30
|
-
hasSub: false,
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
return {
|
|
34
|
-
direction: VERTICAL,
|
|
35
|
-
measures,
|
|
36
|
-
};
|
|
37
|
-
},
|
|
38
|
-
mounted() {
|
|
39
|
-
this.$refs.focusNode.findBlockByName(this.name).requestFocus();
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
</script>
|
|
43
|
-
|
|
44
|
-
<template>
|
|
45
|
-
<div
|
|
46
|
-
:style="{
|
|
47
|
-
left: (1280 - 300) / 2,
|
|
48
|
-
top: (720 - 255) / 2,
|
|
49
|
-
width: 300,
|
|
50
|
-
height: 255,
|
|
51
|
-
backgroundColor: '#000000',
|
|
52
|
-
}"
|
|
53
|
-
>
|
|
54
|
-
<div class="title">菜单</div>
|
|
55
|
-
<div :style="{ left: 10, top: 45 }">
|
|
56
|
-
<jsv-focus-block ref="focusNode">
|
|
57
|
-
<simple-widget
|
|
58
|
-
:name="name"
|
|
59
|
-
:width="280"
|
|
60
|
-
:height="200"
|
|
61
|
-
:direction="direction"
|
|
62
|
-
:data="data"
|
|
63
|
-
:measures="measures"
|
|
64
|
-
>
|
|
65
|
-
<template #renderItem="{ data, query, onEdge, onAction }">
|
|
66
|
-
<menu-item
|
|
67
|
-
:data="data"
|
|
68
|
-
:query="query"
|
|
69
|
-
:onEdge="onEdge"
|
|
70
|
-
:onAction="onAction"
|
|
71
|
-
/>
|
|
72
|
-
</template>
|
|
73
|
-
</simple-widget>
|
|
74
|
-
</jsv-focus-block>
|
|
75
|
-
</div>
|
|
76
|
-
</div>
|
|
77
|
-
</template>
|
|
78
|
-
|
|
79
|
-
<style scoped>
|
|
80
|
-
.title {
|
|
81
|
-
top: 10px;
|
|
82
|
-
left: 40px;
|
|
83
|
-
width: 200px;
|
|
84
|
-
height: 25px;
|
|
85
|
-
color: #ffffff;
|
|
86
|
-
font-size: 22px;
|
|
87
|
-
white-space: nowrap;
|
|
88
|
-
text-align: center;
|
|
89
|
-
}
|
|
90
|
-
</style>
|