@pitaya-components/dialog
Advanced tools
Comparing version 0.0.8 to 0.0.9
export type ImportableElements = | ||
"pi-dialog-action" | | ||
"pi-dialog-actions-action" | | ||
"pi-dialog-title" | | ||
@@ -4,0 +4,0 @@ "pi-dialog-content" | |
@@ -8,5 +8,5 @@ import { FrameworkConfiguration } from "aurelia-framework"; | ||
export * from "./pi-dialog-actions"; | ||
export * from "./pi-dialog-action"; | ||
export * from "./pi-dialog-actions-action"; | ||
export * from "./configuration"; | ||
export declare function configure( frameworkConfig: FrameworkConfiguration, callback?: ( config: PitayaComponentConfiguration ) => void ): void; |
@@ -12,3 +12,3 @@ "use strict"; | ||
__export(require("./pi-dialog-actions")); | ||
__export(require("./pi-dialog-action")); | ||
__export(require("./pi-dialog-actions-action")); | ||
__export(require("./configuration")); | ||
@@ -30,3 +30,3 @@ function configure(frameworkConfig, callback) { | ||
aurelia_framework_1.PLATFORM.moduleName("./pi-dialog-actions"), | ||
aurelia_framework_1.PLATFORM.moduleName("./pi-dialog-action"), | ||
aurelia_framework_1.PLATFORM.moduleName("./pi-dialog-actions-action"), | ||
aurelia_framework_1.PLATFORM.moduleName("./pi-dialog-trap-focus"), | ||
@@ -33,0 +33,0 @@ ]); |
export type ImportableElements = | ||
"pi-dialog-action" | | ||
"pi-dialog-actions-action" | | ||
"pi-dialog-title" | | ||
@@ -4,0 +4,0 @@ "pi-dialog-content" | |
@@ -8,5 +8,5 @@ import { FrameworkConfiguration } from "aurelia-framework"; | ||
export * from "./pi-dialog-actions"; | ||
export * from "./pi-dialog-action"; | ||
export * from "./pi-dialog-actions-action"; | ||
export * from "./configuration"; | ||
export declare function configure( frameworkConfig: FrameworkConfiguration, callback?: ( config: PitayaComponentConfiguration ) => void ): void; |
@@ -7,3 +7,3 @@ import { PLATFORM } from "aurelia-framework"; | ||
export * from "./pi-dialog-actions"; | ||
export * from "./pi-dialog-action"; | ||
export * from "./pi-dialog-actions-action"; | ||
export * from "./configuration"; | ||
@@ -25,3 +25,3 @@ export function configure(frameworkConfig, callback) { | ||
PLATFORM.moduleName("./pi-dialog-actions"), | ||
PLATFORM.moduleName("./pi-dialog-action"), | ||
PLATFORM.moduleName("./pi-dialog-actions-action"), | ||
PLATFORM.moduleName("./pi-dialog-trap-focus"), | ||
@@ -28,0 +28,0 @@ ]); |
152
package.json
{ | ||
"name" : "@pitaya-components/dialog", | ||
"version" : "0.0.8", | ||
"description" : "Pitaya-Framework Dialog Component.", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "git+https://github.com/pitaya-components/dialog.git" | ||
"name": "@pitaya-components/dialog", | ||
"version": "0.0.9", | ||
"description": "Pitaya-Framework Dialog Component.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/pitaya-components/dialog.git" | ||
}, | ||
"keywords" : [ | ||
"keywords": [ | ||
"pitaya framework", | ||
@@ -16,65 +16,65 @@ "mdc web", | ||
], | ||
"author" : "Pitaya Solutions", | ||
"license" : "MIT", | ||
"bugs" : { | ||
"url" : "https://github.com/pitaya-components/dialog/issues" | ||
"author": "Pitaya Solutions", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pitaya-components/dialog/issues" | ||
}, | ||
"homepage" : "https://github.com/pitaya-components/dialog#readme", | ||
"devDependencies" : { | ||
"@pitaya-components/button" : "~0.0.1", | ||
"@pitaya-components/grid" : "~0.0.1", | ||
"@pitaya-components/list" : "~0.0.1", | ||
"@pitaya-components/menu" : "~0.0.1", | ||
"@pitaya-components/snackbar" : "~0.0.1", | ||
"@pitaya-components/topbar" : "~0.0.1", | ||
"@pitaya-components/typography" : "~0.0.1", | ||
"@types/node" : "^10.17.17", | ||
"aurelia-animator-css" : "^1.0.4", | ||
"aurelia-bootstrapper" : "^2.3.2", | ||
"aurelia-cli" : "^1.3.0", | ||
"aurelia-testing" : "^1.0.0", | ||
"aurelia-tools" : "^2.0.0", | ||
"autoprefixer" : "^9.7.4", | ||
"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.20.1", | ||
"typescript" : "^3.8.3", | ||
"vinyl-fs" : "^3.0.3" | ||
"homepage": "https://github.com/pitaya-components/dialog#readme", | ||
"devDependencies": { | ||
"@pitaya-components/button": "~0.0.1", | ||
"@pitaya-components/grid": "~0.0.1", | ||
"@pitaya-components/list": "~0.0.1", | ||
"@pitaya-components/menu": "~0.0.1", | ||
"@pitaya-components/snackbar": "~0.0.1", | ||
"@pitaya-components/topbar": "~0.0.1", | ||
"@pitaya-components/typography": "~0.0.1", | ||
"@types/node": "^10.17.17", | ||
"aurelia-animator-css": "^1.0.4", | ||
"aurelia-bootstrapper": "^2.3.2", | ||
"aurelia-cli": "^1.3.0", | ||
"aurelia-testing": "^1.0.0", | ||
"aurelia-tools": "^2.0.0", | ||
"autoprefixer": "^9.7.4", | ||
"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.20.1", | ||
"typescript": "^3.8.3", | ||
"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", | ||
@@ -84,18 +84,18 @@ "LICENSE", | ||
"README.md", | ||
"_readme" | ||
"readme-src" | ||
], | ||
"dependencies" : { | ||
"@material/button" : "4.0.0", | ||
"@material/dialog" : "4.0.0", | ||
"@material/layout-grid" : "4.0.0", | ||
"aurelia-framework" : "~1.3.1", | ||
"@pitaya-components/app" : "~0.0.1" | ||
"dependencies": { | ||
"@material/button": "4.0.0", | ||
"@material/dialog": "4.0.0", | ||
"@material/layout-grid": "4.0.0", | ||
"aurelia-framework": "~1.3.1", | ||
"@pitaya-components/app": "~0.0.1" | ||
}, | ||
"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" | ||
} |
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
170224
65
719