@pitaya-components/drawer
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -13,3 +13,3 @@ "use strict"; | ||
function configure(frameworkConfig, callback) { | ||
frameworkConfig.plugin(aurelia_framework_1.PLATFORM.moduleName("pitaya-framework")); | ||
frameworkConfig.plugin(aurelia_framework_1.PLATFORM.moduleName("@pitaya-components/app")); | ||
if (callback instanceof Function) { | ||
@@ -16,0 +16,0 @@ frameworkConfig.globalResources([ |
@@ -8,3 +8,3 @@ import { PLATFORM } from "aurelia-framework"; | ||
export function configure(frameworkConfig, callback) { | ||
frameworkConfig.plugin(PLATFORM.moduleName("pitaya-framework")); | ||
frameworkConfig.plugin(PLATFORM.moduleName("@pitaya-components/app")); | ||
if (callback instanceof Function) { | ||
@@ -11,0 +11,0 @@ frameworkConfig.globalResources([ |
191
package.json
{ | ||
"name": "@pitaya-components/drawer", | ||
"version": "0.0.2", | ||
"description": "Pitaya Drawer Component.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/pitaya-components/drawer.git" | ||
}, | ||
"keywords": [ | ||
"pitaya framework", | ||
"mdc web", | ||
"aurelia", | ||
"components", | ||
"typescript" | ||
], | ||
"author": "Pitaya Solutions", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pitaya-components/drawer/issues" | ||
}, | ||
"homepage": "https://github.com/pitaya-components/drawer#readme", | ||
"devDependencies": { | ||
"@material/typography": "^4.0.0", | ||
"@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", | ||
"@pitaya-components/icon-button": "0.0.2", | ||
"@pitaya-components/button": "0.0.4" | ||
}, | ||
"browserslist": [ | ||
"defaults" | ||
], | ||
"scripts": { | ||
"build": "au build-plugin", | ||
"start": "au run", | ||
"watch": "au build-plugin --watch", | ||
"prepare": "npm run build" | ||
}, | ||
"engines": { | ||
"node": ">=8.9.0" | ||
}, | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/native-modules/index.js", | ||
"private": false, | ||
"files": [ | ||
"dist", | ||
"LICENSE", | ||
"package.json", | ||
"README.md", | ||
"_readme" | ||
], | ||
"dependencies": { | ||
"aurelia-framework": "~1.3.1", | ||
"aurelia-typed-observable-plugin": "~0.4.2", | ||
"pitaya-framework": "~0.0.1", | ||
"@material/drawer": "4.0.0", | ||
"@material/layout-grid": "4.0.0" | ||
}, | ||
"moduleResolution": "node", | ||
"baseUrl": "src", | ||
"resolveJsonModule": true, | ||
"typeRoots": [ | ||
"./node_modules/@types" | ||
], | ||
"typings": "dist/native-modules/index.d.ts" | ||
"name" : "@pitaya-components/drawer", | ||
"version" : "0.0.3", | ||
"description" : "Pitaya Drawer Component.", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "git+https://github.com/pitaya-components/drawer.git" | ||
}, | ||
"keywords" : [ | ||
"pitaya framework", | ||
"mdc web", | ||
"aurelia", | ||
"components", | ||
"typescript" | ||
], | ||
"author" : "Pitaya Solutions", | ||
"license" : "MIT", | ||
"bugs" : { | ||
"url" : "https://github.com/pitaya-components/drawer/issues" | ||
}, | ||
"homepage" : "https://github.com/pitaya-components/drawer#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", | ||
"@pitaya-components/icon-button" : "0.0.2", | ||
"@pitaya-components/button" : "0.0.4" | ||
}, | ||
"browserslist" : [ | ||
"defaults" | ||
], | ||
"scripts" : { | ||
"build" : "au build-plugin", | ||
"start" : "au run", | ||
"watch" : "au build-plugin --watch", | ||
"prepare" : "npm run build" | ||
}, | ||
"engines" : { | ||
"node" : ">=8.9.0" | ||
}, | ||
"main" : "dist/commonjs/index.js", | ||
"module" : "dist/native-modules/index.js", | ||
"private" : false, | ||
"files" : [ | ||
"dist", | ||
"LICENSE", | ||
"package.json", | ||
"README.md", | ||
"_readme" | ||
], | ||
"dependencies" : { | ||
"aurelia-framework" : "~1.3.1", | ||
"aurelia-typed-observable-plugin" : "~0.4.2", | ||
"@pitaya-components/app" : "~0.0.1", | ||
"@material/drawer" : "4.0.0", | ||
"@material/layout-grid" : "4.0.0" | ||
}, | ||
"moduleResolution" : "node", | ||
"baseUrl" : "src", | ||
"resolveJsonModule" : true, | ||
"typeRoots" : [ | ||
"./node_modules/@types" | ||
], | ||
"typings" : "dist/native-modules/index.d.ts" | ||
} |
@@ -1,1 +0,23 @@ | ||
<h1 align="center">Pitaya Drawer Component</h1> | ||
<h1 align="center">Drawer Component</h1> | ||
<p align="center"><img height="250" src="https://demo.pitaya-framework.com/media/readme/logo-drawer.svg"></p> | ||
<p align="center"> | ||
<a href="https://npmcharts.com/compare/@pitaya-components/drawer?minimal=true"><img alt="npm" src="https://img.shields.io/npm/dw/@pitaya-components/drawer"></a> | ||
<a href="https://www.npmjs.com/package/@pitaya-components/drawer"><img alt="npm" src="https://img.shields.io/npm/v/@pitaya-components/drawer"></a> | ||
<a href="https://www.npmjs.com/package/@pitaya-components/drawer"><img alt="NPM" src="https://img.shields.io/npm/l/@pitaya-components/drawer"></a> | ||
</p> | ||
<!-- https://shields.io --> | ||
## Description <a name="description"></a> | ||
The navigation drawer slides in from the left and contains the navigation destinations for your app. | ||
[Pitaya-framework](https://github.com/pitaya-foundation/pitaya-framework) template component. | ||
_This documentation assumes you are at least slightly familiar with [aurelia](https://aurelia.io/) and its usage. If not, we highly suggest you take a look at its [Quick Start](https://aurelia.io/docs/tutorials/creating-a-todo-app) section first to get a better understanding of the approaches that are presented it here._ | ||
## Screenshot | ||
![Screenshot](https://demo.pitaya-framework.com/media/readme/screenshot-drawer.png "Screenshot") | ||
## [Demo](https://demo.pitaya-framework.com/#/drawer?component=only) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
114747
24
40
+ Added@pitaya-components/app@0.0.27(transitive)
+ Addedaurelia-animator-css@1.0.4(transitive)
- Removedpitaya-framework@~0.0.1
- Removedpitaya-framework@0.0.44(transitive)