framework7-vue
Advanced tools
Comparing version 3.3.2 to 3.4.0
@@ -155,3 +155,3 @@ import Utils from '../utils/utils'; | ||
'text-anchor': 'middle', | ||
'dominant-baseline': !semiCircle && 'middle' | ||
'dominant-baseline': !semiCircle ? 'middle' : null | ||
} | ||
@@ -168,3 +168,3 @@ }, [valueText]), labelText && _h('text', { | ||
'text-anchor': 'middle', | ||
'dominant-baseline': !semiCircle && 'middle' | ||
'dominant-baseline': !semiCircle ? 'middle' : null | ||
} | ||
@@ -171,0 +171,0 @@ }, [labelText])])]); |
@@ -35,3 +35,3 @@ import Utils from '../utils/utils'; | ||
required: Boolean, | ||
inputStyle: String, | ||
inputStyle: [String, Object], | ||
pattern: String, | ||
@@ -38,0 +38,0 @@ validate: [Boolean, String], |
@@ -1,13 +0,1 @@ | ||
/** | ||
* Framework7 Vue 3.3.1 | ||
* Build full featured iOS & Android apps using Framework7 & Vue | ||
* http://framework7.io/vue/ | ||
* | ||
* Copyright 2014-2018 Vladimir Kharlampidi | ||
* | ||
* Released under the MIT License | ||
* | ||
* Released on: September 17, 2018 | ||
*/ | ||
import Vue from 'vue'; | ||
@@ -14,0 +2,0 @@ import { Dom7 } from 'dom7'; |
@@ -1,13 +0,1 @@ | ||
/** | ||
* Framework7 Vue 3.3.1 | ||
* Build full featured iOS & Android apps using Framework7 & Vue | ||
* http://framework7.io/vue/ | ||
* | ||
* Copyright 2014-2018 Vladimir Kharlampidi | ||
* | ||
* Released under the MIT License | ||
* | ||
* Released on: September 17, 2018 | ||
*/ | ||
import Vue from 'vue'; | ||
@@ -14,0 +2,0 @@ import { Dom7 } from 'dom7'; |
/** | ||
* Framework7 Vue 3.3.2 | ||
* Framework7 Vue 3.4.0 | ||
* Build full featured iOS & Android apps using Framework7 & Vue | ||
@@ -10,3 +10,3 @@ * http://framework7.io/vue/ | ||
* | ||
* Released on: September 20, 2018 | ||
* Released on: September 28, 2018 | ||
*/ | ||
@@ -13,0 +13,0 @@ import Vue from 'vue'; |
@@ -1,13 +0,1 @@ | ||
/** | ||
* Framework7 Vue 3.3.1 | ||
* Build full featured iOS & Android apps using Framework7 & Vue | ||
* http://framework7.io/vue/ | ||
* | ||
* Copyright 2014-2018 Vladimir Kharlampidi | ||
* | ||
* Released under the MIT License | ||
* | ||
* Released on: September 17, 2018 | ||
*/ | ||
import Vue from 'vue'; | ||
@@ -14,0 +2,0 @@ import { Dom7 } from 'dom7'; |
/** | ||
* Framework7 Vue 3.3.2 | ||
* Framework7 Vue 3.4.0 | ||
* Build full featured iOS & Android apps using Framework7 & Vue | ||
@@ -10,3 +10,3 @@ * http://framework7.io/vue/ | ||
* | ||
* Released on: September 20, 2018 | ||
* Released on: September 28, 2018 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "framework7-vue", | ||
"version": "3.3.2", | ||
"version": "3.4.0", | ||
"description": "Build full featured iOS & Android apps using Framework7 & Vue", | ||
@@ -5,0 +5,0 @@ "main": "framework7-vue.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1199776
19525