@pitaya-components/dialog
Advanced tools
Comparing version 0.0.3 to 0.0.4
export type ImportableElements = | ||
"pi-dialog-action" | "pi-dialog-content.html" | "pi-dialog-footer.html" | "pi-dialog-initial-focus"; | ||
"pi-dialog-action" | "pi-dialog-content" | "pi-dialog-footer.html" | "pi-dialog-initial-focus"; | ||
@@ -4,0 +4,0 @@ export declare class PitayaComponentConfiguration |
@@ -24,3 +24,3 @@ "use strict"; | ||
aurelia_framework_1.PLATFORM.moduleName("./pi-dialog-action"), | ||
aurelia_framework_1.PLATFORM.moduleName("./pi-dialog-content.html"), | ||
aurelia_framework_1.PLATFORM.moduleName("./pi-dialog-content"), | ||
aurelia_framework_1.PLATFORM.moduleName("./pi-dialog-footer.html"), | ||
@@ -27,0 +27,0 @@ aurelia_framework_1.PLATFORM.moduleName("./pi-dialog-initial-focus"), |
@@ -21,3 +21,3 @@ "use strict"; | ||
constructor() { | ||
this._id = pitaya_framework_1.generateGUID(); | ||
this.id = pitaya_framework_1.generateGUID(); | ||
} | ||
@@ -24,0 +24,0 @@ get isOpen() { |
export type ImportableElements = | ||
"pi-dialog-action" | "pi-dialog-content.html" | "pi-dialog-footer.html" | "pi-dialog-initial-focus"; | ||
"pi-dialog-action" | "pi-dialog-content" | "pi-dialog-footer.html" | "pi-dialog-initial-focus"; | ||
@@ -4,0 +4,0 @@ export declare class PitayaComponentConfiguration |
@@ -19,3 +19,3 @@ import { PLATFORM } from "aurelia-framework"; | ||
PLATFORM.moduleName("./pi-dialog-action"), | ||
PLATFORM.moduleName("./pi-dialog-content.html"), | ||
PLATFORM.moduleName("./pi-dialog-content"), | ||
PLATFORM.moduleName("./pi-dialog-footer.html"), | ||
@@ -22,0 +22,0 @@ PLATFORM.moduleName("./pi-dialog-initial-focus"), |
@@ -19,3 +19,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
constructor() { | ||
this._id = generateGUID(); | ||
this.id = generateGUID(); | ||
} | ||
@@ -22,0 +22,0 @@ get isOpen() { |
{ | ||
"name" : "@pitaya-components/dialog", | ||
"version" : "0.0.3", | ||
"version" : "0.0.4", | ||
"description" : "Pitaya-Framework Dialog Component.", | ||
@@ -5,0 +5,0 @@ "repository" : { |
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
Sorry, the diff of this file is not supported yet
126552
48
605