@pitaya-components/button
Advanced tools
Comparing version 0.0.5 to 0.0.6
export declare class PiButton | ||
{ | ||
public class: string; | ||
public style: string; | ||
public leftIcon: string; | ||
@@ -5,0 +6,0 @@ public rightIcon: string; |
@@ -33,2 +33,6 @@ "use strict"; | ||
__metadata("design:type", String) | ||
], PiButton.prototype, "style", void 0); | ||
__decorate([ | ||
aurelia_typed_observable_plugin_1.bindable, | ||
__metadata("design:type", String) | ||
], PiButton.prototype, "leftIcon", void 0); | ||
@@ -35,0 +39,0 @@ __decorate([ |
export declare class PiButton | ||
{ | ||
public class: string; | ||
public style: string; | ||
public leftIcon: string; | ||
@@ -5,0 +6,0 @@ public rightIcon: string; |
@@ -31,2 +31,6 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
__metadata("design:type", String) | ||
], PiButton.prototype, "style", void 0); | ||
__decorate([ | ||
bindable, | ||
__metadata("design:type", String) | ||
], PiButton.prototype, "leftIcon", void 0); | ||
@@ -33,0 +37,0 @@ __decorate([ |
149
package.json
{ | ||
"name" : "@pitaya-components/button", | ||
"version" : "0.0.5", | ||
"description" : "Pitaya-Framework Component Button.", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "git+https://github.com/pitaya-components/button.git" | ||
"name": "@pitaya-components/button", | ||
"version": "0.0.6", | ||
"description": "Pitaya-Framework Component Button.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/pitaya-components/button.git" | ||
}, | ||
"keywords" : [ | ||
"keywords": [ | ||
"pitaya framework", | ||
@@ -16,65 +16,64 @@ "mdc", | ||
], | ||
"author" : "Pitaya Solutions", | ||
"license" : "MIT", | ||
"bugs" : { | ||
"url" : "https://github.com/pitaya-components/button/issues" | ||
"author": "Pitaya Solutions", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pitaya-components/button/issues" | ||
}, | ||
"homepage" : "https://github.com/pitaya-components/button#readme", | ||
"devDependencies" : { | ||
"pitaya-framework" : "0.0.44", | ||
"@pitaya-components/list" : "0.0.6", | ||
"@pitaya-components/menu" : "0.0.5", | ||
"@pitaya-components/snackbar" : "0.0.2", | ||
"@pitaya-components/grid" : "0.0.7", | ||
"@pitaya-components/topbar" : "0.0.30", | ||
"@pitaya-components/typography" : "0.0.2", | ||
"@types/node" : "^10.17.3", | ||
"aurelia-animator-css" : "^1.0.4", | ||
"aurelia-bootstrapper" : "^2.3.2", | ||
"aurelia-cli" : "^1.0.2", | ||
"aurelia-testing" : "^1.0.0", | ||
"aurelia-tools" : "^2.0.0", | ||
"autoprefixer" : "^9.7.1", | ||
"browser-sync" : "^2.26.3", | ||
"connect-history-api-fallback" : "^1.6.0", | ||
"cssnano" : "^4.1.10", | ||
"debounce" : "^1.2.0", | ||
"del" : "^3.0.0", | ||
"gulp" : "^4.0.0", | ||
"gulp-htmlmin" : "^5.0.1", | ||
"gulp-notify" : "^3.2.0", | ||
"gulp-plumber" : "^1.2.1", | ||
"gulp-postcss" : "^8.0.0", | ||
"gulp-rename" : "^1.4.0", | ||
"gulp-sass" : "^4.0.2", | ||
"gulp-sourcemaps" : "^2.6.5", | ||
"gulp-tslint" : "^8.1.4", | ||
"gulp-typescript" : "^5.0.0", | ||
"gulp-watch" : "^5.0.1", | ||
"minimatch" : "^3.0.4", | ||
"postcss-url" : "^8.0.0", | ||
"promise-polyfill" : "^8.1.0", | ||
"requirejs" : "^2.3.6", | ||
"text" : "github:requirejs/text#latest", | ||
"through2" : "^3.0.0", | ||
"tslint" : "^5.13.0", | ||
"typescript" : "^3.1.2", | ||
"vinyl-fs" : "^3.0.3" | ||
"homepage": "https://github.com/pitaya-components/button#readme", | ||
"devDependencies": { | ||
"@pitaya-components/list": "~0.0.6", | ||
"@pitaya-components/menu": "~0.0.5", | ||
"@pitaya-components/snackbar": "~0.0.2", | ||
"@pitaya-components/grid": "~0.0.7", | ||
"@pitaya-components/topbar": "~0.0.30", | ||
"@pitaya-components/typography": "~0.0.2", | ||
"@types/node": "^10.17.3", | ||
"aurelia-animator-css": "^1.0.4", | ||
"aurelia-bootstrapper": "^2.3.2", | ||
"aurelia-cli": "^1.0.2", | ||
"aurelia-testing": "^1.0.0", | ||
"aurelia-tools": "^2.0.0", | ||
"autoprefixer": "^9.7.1", | ||
"browser-sync": "^2.26.3", | ||
"connect-history-api-fallback": "^1.6.0", | ||
"cssnano": "^4.1.10", | ||
"debounce": "^1.2.0", | ||
"del": "^3.0.0", | ||
"gulp": "^4.0.0", | ||
"gulp-htmlmin": "^5.0.1", | ||
"gulp-notify": "^3.2.0", | ||
"gulp-plumber": "^1.2.1", | ||
"gulp-postcss": "^8.0.0", | ||
"gulp-rename": "^1.4.0", | ||
"gulp-sass": "^4.0.2", | ||
"gulp-sourcemaps": "^2.6.5", | ||
"gulp-tslint": "^8.1.4", | ||
"gulp-typescript": "^5.0.0", | ||
"gulp-watch": "^5.0.1", | ||
"minimatch": "^3.0.4", | ||
"postcss-url": "^8.0.0", | ||
"promise-polyfill": "^8.1.0", | ||
"requirejs": "^2.3.6", | ||
"text": "github:requirejs/text#latest", | ||
"through2": "^3.0.0", | ||
"tslint": "^5.13.0", | ||
"typescript": "^3.1.2", | ||
"vinyl-fs": "^3.0.3" | ||
}, | ||
"browserslist" : [ | ||
"browserslist": [ | ||
"defaults" | ||
], | ||
"scripts" : { | ||
"build" : "au build-plugin", | ||
"start" : "au run", | ||
"watch" : "au build-plugin --watch", | ||
"prepare" : "npm run build" | ||
"scripts": { | ||
"build": "au build-plugin", | ||
"start": "au run", | ||
"watch": "au build-plugin --watch", | ||
"prepare": "npm run build" | ||
}, | ||
"engines" : { | ||
"node" : ">=8.9.0" | ||
"engines": { | ||
"node": ">=8.9.0" | ||
}, | ||
"main" : "dist/commonjs/index.js", | ||
"module" : "dist/native-modules/index.js", | ||
"private" : false, | ||
"files" : [ | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/native-modules/index.js", | ||
"private": false, | ||
"files": [ | ||
"dist", | ||
@@ -86,16 +85,16 @@ "LICENSE", | ||
], | ||
"dependencies" : { | ||
"aurelia-framework" : "~1.3.1", | ||
"aurelia-typed-observable-plugin" : "~0.4.2", | ||
"pitaya-framework" : "~0.0.1", | ||
"@material/button" : "4.0.0", | ||
"@material/layout-grid" : "4.0.0" | ||
"dependencies": { | ||
"aurelia-framework": "~1.3.1", | ||
"aurelia-typed-observable-plugin": "~0.4.2", | ||
"pitaya-framework": "~0.0.44", | ||
"@material/button": "4.0.0", | ||
"@material/layout-grid": "4.0.0" | ||
}, | ||
"moduleResolution" : "node", | ||
"baseUrl" : "src", | ||
"resolveJsonModule" : true, | ||
"typeRoots" : [ | ||
"moduleResolution": "node", | ||
"baseUrl": "src", | ||
"resolveJsonModule": true, | ||
"typeRoots": [ | ||
"./node_modules/@types" | ||
], | ||
"typings" : "dist/native-modules/index.d.ts" | ||
"typings": "dist/native-modules/index.d.ts" | ||
} |
@@ -22,3 +22,3 @@ <h1 align="center">Button Component</h1> | ||
## [Demo](https://demo.pitaya-framework.com) | ||
## [Demo](https://demo.pitaya-framework.com/#/button?component=only) | ||
@@ -25,0 +25,0 @@ ## MDC Design & API Documentation <a name="mdc-design-and-api-documentation"></a> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
38
208
79280
Updatedpitaya-framework@~0.0.44