@pitaya-components/app
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -33,2 +33,3 @@ "use strict"; | ||
constructor(_rootElement, _levelHistory, _queue, _router, _pitayaConfig) { | ||
var _a, _b; | ||
this._rootElement = _rootElement; | ||
@@ -43,4 +44,4 @@ this._levelHistory = _levelHistory; | ||
this._scopedOfflineMethod = this._onOffline.bind(this); | ||
this._routeFragment = this._router.currentInstruction.fragment; | ||
this._level = this._router.currentInstruction.config.settings.level || 0; | ||
this._routeFragment = ((_a = this._router.currentInstruction) === null || _a === void 0 ? void 0 : _a.fragment) || ""; | ||
this._level = ((_b = this._router.currentInstruction) === null || _b === void 0 ? void 0 : _b.config.settings).level || 0; | ||
} | ||
@@ -47,0 +48,0 @@ get level() { |
@@ -31,2 +31,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
constructor(_rootElement, _levelHistory, _queue, _router, _pitayaConfig) { | ||
var _a, _b; | ||
this._rootElement = _rootElement; | ||
@@ -41,4 +42,4 @@ this._levelHistory = _levelHistory; | ||
this._scopedOfflineMethod = this._onOffline.bind(this); | ||
this._routeFragment = this._router.currentInstruction.fragment; | ||
this._level = this._router.currentInstruction.config.settings.level || 0; | ||
this._routeFragment = ((_a = this._router.currentInstruction) === null || _a === void 0 ? void 0 : _a.fragment) || ""; | ||
this._level = ((_b = this._router.currentInstruction) === null || _b === void 0 ? void 0 : _b.config.settings).level || 0; | ||
} | ||
@@ -45,0 +46,0 @@ get level() { |
{ | ||
"name": "@pitaya-components/app", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"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
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
129035
1810