@pitaya-components/app
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -11,2 +11,3 @@ import { FrameworkConfiguration } from "aurelia-framework"; | ||
export * from "./helpers/utils"; | ||
export * from "./value-converters/css-variable-to-value-value-converter"; | ||
export * from "./configuration"; |
@@ -15,5 +15,3 @@ "use strict"; | ||
initialized = true; | ||
frameworkConfig.plugin(aurelia_framework_1.PLATFORM.moduleName("aurelia-animator-css"), (animator) => { | ||
animator.useAnimationDoneClasses = true; | ||
}) | ||
frameworkConfig.plugin(aurelia_framework_1.PLATFORM.moduleName("aurelia-animator-css"), (animator) => animator.useAnimationDoneClasses = true) | ||
.plugin(aurelia_framework_1.PLATFORM.moduleName("aurelia-fetch-client")) | ||
@@ -25,2 +23,3 @@ .plugin(aurelia_framework_1.PLATFORM.moduleName("aurelia-typed-observable-plugin")) | ||
aurelia_framework_1.PLATFORM.moduleName("./attributes/pi-show-on"), | ||
aurelia_framework_1.PLATFORM.moduleName("./value-converters/css-variable-to-value-value-converter"), | ||
aurelia_framework_1.PLATFORM.moduleName("./attributes/pi-show-on.css") | ||
@@ -53,4 +52,5 @@ ]) | ||
__export(require("./helpers/utils")); | ||
__export(require("./value-converters/css-variable-to-value-value-converter")); | ||
__export(require("./configuration")); | ||
//# sourceMappingURL=index.js.map |
@@ -11,2 +11,3 @@ import { FrameworkConfiguration } from "aurelia-framework"; | ||
export * from "./helpers/utils"; | ||
export * from "./value-converters/css-variable-to-value-value-converter"; | ||
export * from "./configuration"; |
@@ -10,5 +10,3 @@ import { Container, PLATFORM } from "aurelia-framework"; | ||
initialized = true; | ||
frameworkConfig.plugin(PLATFORM.moduleName("aurelia-animator-css"), (animator) => { | ||
animator.useAnimationDoneClasses = true; | ||
}) | ||
frameworkConfig.plugin(PLATFORM.moduleName("aurelia-animator-css"), (animator) => animator.useAnimationDoneClasses = true) | ||
.plugin(PLATFORM.moduleName("aurelia-fetch-client")) | ||
@@ -20,2 +18,3 @@ .plugin(PLATFORM.moduleName("aurelia-typed-observable-plugin")) | ||
PLATFORM.moduleName("./attributes/pi-show-on"), | ||
PLATFORM.moduleName("./value-converters/css-variable-to-value-value-converter"), | ||
PLATFORM.moduleName("./attributes/pi-show-on.css") | ||
@@ -47,4 +46,5 @@ ]) | ||
export * from "./helpers/utils"; | ||
export * from "./value-converters/css-variable-to-value-value-converter"; | ||
export * from "./configuration"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pitaya-components/app", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "Aurelia plugin which helps building faster views and provides additional utility functionality.", | ||
@@ -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
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
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
135597
72
1882