framework7-vue
Advanced tools
Comparing version 3.0.0-beta.14 to 3.0.0-beta.15
@@ -103,3 +103,3 @@ import Utils from '../utils/utils'; | ||
height: `${semiCircle ? size / 2 : size}px`, | ||
viewbox: `0 0 ${size} ${semiCircle ? size / 2 : size}` | ||
viewBox: `0 0 ${size} ${semiCircle ? size / 2 : size}` | ||
} | ||
@@ -106,0 +106,0 @@ }, [semiCircle && _h('path', { |
@@ -43,2 +43,3 @@ import Utils from '../utils/utils'; | ||
noStoreData: Boolean, | ||
ignoreStoreData: Boolean, | ||
errorMessage: String, | ||
@@ -96,3 +97,4 @@ errorMessageForce: Boolean, | ||
noStoreData, | ||
noFormStoreData | ||
noFormStoreData, | ||
ignoreStoreData | ||
} = props; | ||
@@ -105,3 +107,3 @@ let inputEl; | ||
const needsType = tag === 'input'; | ||
const inputClassName = Utils.classNames(type === 'textarea' && resizable && 'resizable', !wrap && className, (noFormStoreData || noStoreData) && 'no-store-data', errorMessage && errorMessageForce && 'input-invalid'); | ||
const inputClassName = Utils.classNames(type === 'textarea' && resizable && 'resizable', !wrap && className, (noFormStoreData || noStoreData || ignoreStoreData) && 'no-store-data', errorMessage && errorMessageForce && 'input-invalid'); | ||
let input; | ||
@@ -108,0 +110,0 @@ { |
@@ -58,3 +58,3 @@ import Utils from '../utils/utils'; | ||
if (!tag && 'vue' === 'react' || tag && !(tag === 'li' || tag === 'F7ListItem' || tag === 'F7ListButton' || tag.indexOf('list-item') >= 0 || tag.indexOf('list-button') >= 0)) { | ||
if (!tag && 'vue' === 'react' || tag && !(tag === 'li' || tag === 'F7ListItem' || tag === 'F7ListButton' || tag.indexOf('list-item') >= 0 || tag.indexOf('list-button') >= 0 || tag.indexOf('f7-list-item') >= 0 || tag.indexOf('f7-list-button') >= 0)) { | ||
if (wasUlChild) rootChildrenAfterList.push(child);else rootChildrenBeforeList.push(child); | ||
@@ -61,0 +61,0 @@ } else if (tag) { |
@@ -88,5 +88,5 @@ import Utils from '../utils/utils'; | ||
if (tag && (tag.indexOf('messagebar-attachments') >= 0 || tag === 'F7MessagebarAttachments')) { | ||
if (tag && (tag.indexOf('messagebar-attachments') >= 0 || tag === 'F7MessagebarAttachments' || tag === 'f7-messagebar-attachments')) { | ||
messagebarAttachmentsEl = child; | ||
} else if (tag && (tag.indexOf('messagebar-sheet') >= 0 || tag === 'F7MessagebarSheet')) { | ||
} else if (tag && (tag.indexOf('messagebar-sheet') >= 0 || tag === 'F7MessagebarSheet' || tag === 'f7-messagebar-sheet')) { | ||
messagebarSheetEl = child; | ||
@@ -93,0 +93,0 @@ } else { |
/** | ||
* Framework7 Vue 3.0.0-beta.14 | ||
* Framework7 Vue 3.0.0-beta.15 | ||
* Build full featured iOS & Android apps using Framework7 & Vue | ||
@@ -10,3 +10,3 @@ * http://framework7.io/vue/ | ||
* | ||
* Released on: June 24, 2018 | ||
* Released on: June 27, 2018 | ||
*/ | ||
@@ -13,0 +13,0 @@ import Vue from 'vue'; |
/** | ||
* Framework7 Vue 3.0.0-beta.14 | ||
* Framework7 Vue 3.0.0-beta.15 | ||
* Build full featured iOS & Android apps using Framework7 & Vue | ||
@@ -10,3 +10,3 @@ * http://framework7.io/vue/ | ||
* | ||
* Released on: June 24, 2018 | ||
* Released on: June 27, 2018 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "framework7-vue", | ||
"version": "3.0.0-beta.14", | ||
"version": "3.0.0-beta.15", | ||
"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
1148109
18620