nativescript-vue-fab
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.18](https://github.com/Akylas/nativescript-vue-fab/compare/v1.0.17...v1.0.18) (2020-04-09) | ||
**Note:** Version bump only for package nativescript-vue-fab | ||
## [1.0.17](https://github.com/Akylas/nativescript-vue-fab/compare/v1.0.16...v1.0.17) (2020-04-09) | ||
@@ -8,0 +16,0 @@ |
@@ -8,3 +8,3 @@ import Fab from './Fab'; | ||
get isRight(): boolean; | ||
get position(): string; | ||
get rPosition(): string; | ||
get fabColumns(): "*,auto,auto" | "auto,auto,*"; | ||
@@ -11,0 +11,0 @@ get fabButtonCol(): 2 | 0; |
@@ -247,3 +247,3 @@ module.exports = | ||
}); | ||
Object.defineProperty(FabItem.prototype, "position", { | ||
Object.defineProperty(FabItem.prototype, "rPosition", { | ||
get: function () { | ||
@@ -429,3 +429,3 @@ return this.parentFab.rPosition; | ||
attrs: { | ||
horizontalAlignment: _vm.position, | ||
horizontalAlignment: _vm.rPosition, | ||
columns: _vm.fabColumns, | ||
@@ -432,0 +432,0 @@ width: "100%", |
{ | ||
"name": "nativescript-vue-fab", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "A Nativescript Vue component for Floating Action Button", | ||
@@ -27,3 +27,3 @@ "main": "main.js", | ||
}, | ||
"gitHead": "5401c551f7d7959dcf46a1767c6a285c65925e5c" | ||
"gitHead": "dc6d547dfb7023829614dc735d1a1b5f2826193c" | ||
} |
58132