@pitaya-components/checkbox
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -14,5 +14,5 @@ "use strict"; | ||
const form_field_1 = require("@material/form-field"); | ||
const app_1 = require("@pitaya-components/app"); | ||
const aurelia_framework_1 = require("aurelia-framework"); | ||
const aurelia_typed_observable_plugin_1 = require("aurelia-typed-observable-plugin"); | ||
const pitaya_framework_1 = require("pitaya-framework"); | ||
const foundation_1 = require("./foundation"); | ||
@@ -23,3 +23,3 @@ aurelia_typed_observable_plugin_1.usePropertyTypeForBindable(true); | ||
constructor() { | ||
this._id = pitaya_framework_1.generateGUID(); | ||
this._id = app_1.generateGUID(); | ||
} | ||
@@ -102,3 +102,4 @@ checkedChanged(value) { | ||
PiCheckboxFormfield = __decorate([ | ||
aurelia_framework_1.viewResources(aurelia_framework_1.PLATFORM.moduleName("./pi-checkbox.css")) | ||
aurelia_framework_1.viewResources(aurelia_framework_1.PLATFORM.moduleName("./pi-checkbox.css")), | ||
aurelia_framework_1.customElement("pi-checkbox--with-form-field") | ||
], PiCheckboxFormfield); | ||
@@ -105,0 +106,0 @@ exports.PiCheckboxFormfield = PiCheckboxFormfield; |
@@ -12,5 +12,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import { MDCFormField } from "@material/form-field"; | ||
import { PLATFORM, viewResources } from "aurelia-framework"; | ||
import { generateGUID } from "@pitaya-components/app"; | ||
import { customElement, PLATFORM, viewResources } from "aurelia-framework"; | ||
import { bindable, usePropertyTypeForBindable, usePropertyTypeForObservable } from "aurelia-typed-observable-plugin"; | ||
import { generateGUID } from "pitaya-framework"; | ||
import { PitayaCheckboxFoundation } from "./foundation"; | ||
@@ -99,3 +99,4 @@ usePropertyTypeForBindable(true); | ||
PiCheckboxFormfield = __decorate([ | ||
viewResources(PLATFORM.moduleName("./pi-checkbox.css")) | ||
viewResources(PLATFORM.moduleName("./pi-checkbox.css")), | ||
customElement("pi-checkbox--with-form-field") | ||
], PiCheckboxFormfield); | ||
@@ -102,0 +103,0 @@ export { PiCheckboxFormfield }; |
{ | ||
"name" : "@pitaya-components/checkbox", | ||
"version" : "0.0.15", | ||
"version" : "0.0.16", | ||
"description" : "Pitaya-Framework Component Checkbox.", | ||
@@ -23,12 +23,12 @@ "repository" : { | ||
"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", | ||
"@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.0.2", | ||
"aurelia-cli" : "^1.3.0", | ||
"aurelia-testing" : "^1.0.0", | ||
@@ -60,3 +60,3 @@ "aurelia-tools" : "^2.0.0", | ||
"tslint" : "^5.13.0", | ||
"typescript" : "^3.1.2", | ||
"typescript" : "^3.8.3", | ||
"vinyl-fs" : "^3.0.3" | ||
@@ -93,3 +93,3 @@ }, | ||
"aurelia-typed-observable-plugin" : "~0.4.2", | ||
"@pitaya-components/app" : "~0.0.1" | ||
"@pitaya-components/app" : "~0.0.1" | ||
}, | ||
@@ -96,0 +96,0 @@ "moduleResolution" : "node", |
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
573
123914
37