simple-boot-front
Advanced tools
Comparing version 1.0.73 to 1.0.74
@@ -0,0 +0,0 @@ import { ConstructorType, GenericClassDecorator } from 'simple-boot-core/types/Types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare abstract class Fetcher { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { LifeCycle } from 'simple-boot-core/cycles/LifeCycle'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { SimOption } from 'simple-boot-core/SimOption'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "simple-boot-front", | ||
"version": "1.0.73", | ||
"version": "1.0.74", | ||
"main": "SimpleApplication.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -16,2 +16,3 @@ ![Single Page Application Framworks](assets/banner.png) | ||
cd projectname | ||
npm run bundle | ||
npm run serve | ||
@@ -18,0 +19,0 @@ ``` |
@@ -0,0 +0,0 @@ export declare class CookieService { |
@@ -38,3 +38,3 @@ "use strict"; | ||
CookieService = __decorate([ | ||
(0, SimDecorator_1.Sim)() | ||
SimDecorator_1.Sim() | ||
], CookieService); | ||
@@ -41,0 +41,0 @@ return CookieService; |
export declare class HttpService { | ||
constructor(); | ||
} |
@@ -18,3 +18,3 @@ "use strict"; | ||
HttpService = __decorate([ | ||
(0, SimDecorator_1.Sim)(), | ||
SimDecorator_1.Sim(), | ||
__metadata("design:paramtypes", []) | ||
@@ -21,0 +21,0 @@ ], HttpService); |
@@ -0,0 +0,0 @@ import { SimFrontOption } from '../option/SimFrontOption'; |
@@ -70,3 +70,3 @@ "use strict"; | ||
Navigation = __decorate([ | ||
(0, SimDecorator_1.Sim)(), | ||
SimDecorator_1.Sim(), | ||
__metadata("design:paramtypes", [SimFrontOption_1.SimFrontOption]) | ||
@@ -73,0 +73,0 @@ ], Navigation); |
@@ -0,0 +0,0 @@ export declare class View<T extends Element> { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { View } from '../../service/view/View'; |
@@ -41,3 +41,3 @@ "use strict"; | ||
ViewService = __decorate([ | ||
(0, SimDecorator_1.Sim)(), | ||
SimDecorator_1.Sim(), | ||
__metadata("design:paramtypes", []) | ||
@@ -44,0 +44,0 @@ ], ViewService); |
@@ -0,0 +0,0 @@ import { SimFrontOption } from './option/SimFrontOption'; |
@@ -98,3 +98,3 @@ "use strict"; | ||
} | ||
var componentOption = (0, Component_1.getComponent)(componentObj); | ||
var componentOption = Component_1.getComponent(componentObj); | ||
var fag = _this.option.window.document.createDocumentFragment(); | ||
@@ -131,3 +131,3 @@ if (componentOption) { | ||
var _a, _b, _c; | ||
var component = (0, Component_1.getComponent)(targetObj); | ||
var component = Component_1.getComponent(targetObj); | ||
var styles = ((_b = (_a = component === null || component === void 0 ? void 0 : component.styles) === null || _a === void 0 ? void 0 : _a.map(function (it) { return "<style>" + it + "</style>"; })) !== null && _b !== void 0 ? _b : []).join(' '); | ||
@@ -138,3 +138,3 @@ var template = ((_c = component === null || component === void 0 ? void 0 : component.template) !== null && _c !== void 0 ? _c : ''); | ||
SimpleBootFront.prototype.createDomRender = function (obj) { | ||
var component = (0, Component_1.getComponent)(obj); | ||
var component = Component_1.getComponent(obj); | ||
if (component && typeof obj === 'object') { | ||
@@ -155,3 +155,3 @@ return DomRender_1.DomRender.run(obj, undefined, { | ||
var _a; | ||
(_a = (0, SimGlobal_1.SimGlobal)().application.simstanceManager.getOrNewSim(Navigation_1.Navigation)) === null || _a === void 0 ? void 0 : _a.go(attrValue); | ||
(_a = SimGlobal_1.SimGlobal().application.simstanceManager.getOrNewSim(Navigation_1.Navigation)) === null || _a === void 0 ? void 0 : _a.go(attrValue); | ||
}); | ||
@@ -158,0 +158,0 @@ } |
@@ -0,0 +0,0 @@ import { SimError } from 'simple-boot-core/throwable/SimError'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { RouterError } from './RouterError'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { RouterError } from './RouterError'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type Attr = { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type Attr = { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare class LocationUtils { |
@@ -0,0 +0,0 @@ "use strict"; |
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
50688
253