File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ej2-vue-samples" ,
3
- "version" : " 20.3.47 " ,
3
+ "version" : " 20.3.56 " ,
4
4
"description" : " Examples of Vue UI Components" ,
5
5
"keywords" : [],
6
6
"dependencies" : {
Original file line number Diff line number Diff line change 16
16
<div id =" checkboxElement" >Toolbar</div >
17
17
</td >
18
18
<td style =" width : 50% ; padding-right : 10px ;" >
19
- <ejs-checkbox id =" toolbar" :checked =" true" :change =" onChange" ></ejs-checkbox >
19
+ <ejs-checkbox id =" toolbar" ref = " toolObj " :checked =" true" :change =" onChange" ></ejs-checkbox >
20
20
</td >
21
21
</tr >
22
22
</tbody >
@@ -92,7 +92,8 @@ export default Vue.extend ({
92
92
methods: {
93
93
onChange : function (args ) {
94
94
var fileobj = this .$refs .fileObject .ej2Instances ;
95
- if (args .event .currentTarget .id === " toolbar" ) {
95
+ var toolobj = this .$refs .toolObj .ej2Instances ;
96
+ if (toolobj .currentTarget .id === " toolbar" ) {
96
97
fileobj .toolbarSettings .visible = args .checked ;
97
98
}
98
99
}
Original file line number Diff line number Diff line change 29
29
<e-markerSetting height =' 30' width =' 30' visible =' true' :dataSource =' dataSourceSydney' :template =" 'templateSydney'" ></e-markerSetting >
30
30
<e-markerSetting height =' 30' width =' 30' visible =' true' :dataSource =' dataSourceAliceSprings' :template =" 'templateAlice'" ></e-markerSetting >
31
31
<e-markerSetting height =' 30' width =' 30' visible =' true' :dataSource =' dataSourceBrisbane' :template =" 'templateBrisbane'" ></e-markerSetting >
32
- <e-markerSettings >
32
+ </ e-markerSettings >
33
33
</e-layer >
34
34
</e-layers >
35
35
</ejs-maps >
Original file line number Diff line number Diff line change 8
8
<e-layer layerType =' OSM' >
9
9
<e-markerSettings >
10
10
<e-markerSetting visible =' true' legendText =' name' colorValuePath =' color' shape =' Circle' height =' 15' width =' 15' :dataSource =' markerShapeDataSource' :tooltipSettings =' markerTooltipSettings' />
11
- <e-markerSettings >
11
+ </ e-markerSettings >
12
12
</e-layer >
13
13
</e-layers >
14
14
</ejs-maps >
Original file line number Diff line number Diff line change 6
6
<div id =" pieChart1" style =" height :70px ;width :70px ;" ></div >
7
7
</template >
8
8
<template v-slot :pieTwoTemplate =" {} " >
9
- <div id =" pieChart2" style =" height :70px ;width :70px ;" >
9
+ <div id =" pieChart2" style =" height :70px ;width :70px ;" ></ div >
10
10
</template >
11
11
<template v-slot :pieThreeTemplate =" {} " >
12
12
<div id =" pieChart3" style =" top :10px ;left :10px ;height :70px ;width :70px ;" ></div >
You can’t perform that action at this time.
0 commit comments