nativescript-vue-fab
Advanced tools
Comparing version
@@ -6,2 +6,3 @@ import FabBase from './FabBase'; | ||
position: string; | ||
debug: boolean; | ||
protected actualActive: boolean; | ||
@@ -8,0 +9,0 @@ mounted(): void; |
import Fab from './Fab'; | ||
import FabBase from './FabBase'; | ||
export default class FabItem extends FabBase { | ||
debug: boolean; | ||
indexInParent: number; | ||
@@ -5,0 +6,0 @@ parentChildrenCount: number; |
30
main.js
@@ -234,2 +234,6 @@ module.exports = | ||
tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([Object(vue_property_decorator__WEBPACK_IMPORTED_MODULE_1__["Prop"])({ | ||
"default": false | ||
}), tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Boolean)], Fab.prototype, "debug", void 0); | ||
Fab = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([vue_property_decorator__WEBPACK_IMPORTED_MODULE_1__["Component"]], Fab); | ||
@@ -325,2 +329,6 @@ return Fab; | ||
}; | ||
tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ | ||
Object(vue_property_decorator__WEBPACK_IMPORTED_MODULE_1__["Prop"])({ default: false }), | ||
tslib__WEBPACK_IMPORTED_MODULE_0__["__metadata"]("design:type", Boolean) | ||
], FabItem.prototype, "debug", void 0); | ||
FabItem = tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"]([ | ||
@@ -367,3 +375,4 @@ vue_property_decorator__WEBPACK_IMPORTED_MODULE_1__["Component"] | ||
rowSpan: "4", | ||
isUserInteractionEnabled: _vm.active | ||
isUserInteractionEnabled: _vm.active, | ||
debug: _vm.debug | ||
}, | ||
@@ -380,3 +389,4 @@ on: { tap: _vm.onBackdropTap } | ||
colSpan: "3", | ||
isPassThroughParentEnabled: "true" | ||
isPassThroughParentEnabled: "true", | ||
debug: _vm.debug | ||
} | ||
@@ -409,3 +419,4 @@ }, | ||
visibility: _vm.title ? "visible" : "collapsed", | ||
isUserInteractionEnabled: _vm.active | ||
isUserInteractionEnabled: _vm.active, | ||
debug: _vm.debug | ||
}, | ||
@@ -437,3 +448,4 @@ on: { tap: _vm.onButtonTap } | ||
color: _vm.color, | ||
backgroundColor: _vm.backgroundColor | ||
backgroundColor: _vm.backgroundColor, | ||
debug: _vm.debug | ||
}, | ||
@@ -493,2 +505,3 @@ on: { tap: _vm.onButtonTap } | ||
{ | ||
staticClass: "fab-item-holder", | ||
attrs: { | ||
@@ -498,3 +511,4 @@ horizontalAlignment: _vm.position, | ||
width: "100%", | ||
isPassThroughParentEnabled: "true" | ||
isPassThroughParentEnabled: "true", | ||
debug: _vm.debug | ||
} | ||
@@ -512,3 +526,4 @@ }, | ||
visibility: _vm.title ? "visible" : "collapsed", | ||
isUserInteractionEnabled: _vm.visible | ||
isUserInteractionEnabled: _vm.visible, | ||
debug: _vm.debug | ||
}, | ||
@@ -541,3 +556,4 @@ on: { tap: _vm.onButtonTap } | ||
text: _vm.icon, | ||
isUserInteractionEnabled: _vm.visible | ||
isUserInteractionEnabled: _vm.visible, | ||
debug: _vm.debug | ||
}, | ||
@@ -544,0 +560,0 @@ on: { tap: _vm.onButtonTap } |
{ | ||
"name": "nativescript-vue-fab", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A Nativescript Vue component for Floating Action Button", | ||
@@ -24,7 +24,6 @@ "main": "main.js", | ||
"dependencies": { | ||
"nativescript-material-button": "^2.2.4", | ||
"nativescript-material-cardview": "^2.2.4", | ||
"vue-property-decorator": "^8.1.0" | ||
}, | ||
"gitHead": "6bcc117cd5a6315a04fb8369af364c437d999ef2" | ||
"nativescript-material-button": "^2.2.14", | ||
"nativescript-material-cardview": "^2.2.14", | ||
"vue-property-decorator": "^8.1.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
45126
2.79%1055
2.93%