angular-runkit
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "angular-runkit", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Angular RunKit Component.", | ||
@@ -11,2 +11,3 @@ "main": "./src/index.js", | ||
"@angular/core": "^4.1.3", | ||
"core-js": "^2.4.1", | ||
"rxjs": "^5.4.0", | ||
@@ -18,3 +19,4 @@ "typescript": "^2.3.4", | ||
"build": "tsc -p src" | ||
} | ||
}, | ||
"dependencies": {} | ||
} |
@@ -8,3 +8,7 @@ "use strict"; | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
require("core-js/fn/reflect"); | ||
var core_1 = require("@angular/core"); | ||
@@ -40,39 +44,52 @@ var RunKitEmbedComponent = (function () { | ||
__decorate([ | ||
core_1.ViewChild('embed') | ||
core_1.ViewChild('embed'), | ||
__metadata("design:type", Object) | ||
], RunKitEmbedComponent.prototype, "embed", void 0); | ||
__decorate([ | ||
core_1.Input() | ||
core_1.Input(), | ||
__metadata("design:type", String) | ||
], RunKitEmbedComponent.prototype, "source", void 0); | ||
__decorate([ | ||
core_1.Input() | ||
core_1.Input(), | ||
__metadata("design:type", Boolean) | ||
], RunKitEmbedComponent.prototype, "readOnly", void 0); | ||
__decorate([ | ||
core_1.Input() | ||
core_1.Input(), | ||
__metadata("design:type", String) | ||
], RunKitEmbedComponent.prototype, "mode", void 0); | ||
__decorate([ | ||
core_1.Input() | ||
core_1.Input(), | ||
__metadata("design:type", String) | ||
], RunKitEmbedComponent.prototype, "nodeVersion", void 0); | ||
__decorate([ | ||
core_1.Input() | ||
core_1.Input(), | ||
__metadata("design:type", Array) | ||
], RunKitEmbedComponent.prototype, "env", void 0); | ||
__decorate([ | ||
core_1.Input() | ||
core_1.Input(), | ||
__metadata("design:type", String) | ||
], RunKitEmbedComponent.prototype, "title", void 0); | ||
__decorate([ | ||
core_1.Input() | ||
core_1.Input(), | ||
__metadata("design:type", String) | ||
], RunKitEmbedComponent.prototype, "minHeight", void 0); | ||
__decorate([ | ||
core_1.Input() | ||
core_1.Input(), | ||
__metadata("design:type", String) | ||
], RunKitEmbedComponent.prototype, "packageTimestamp", void 0); | ||
__decorate([ | ||
core_1.Input() | ||
core_1.Input(), | ||
__metadata("design:type", String) | ||
], RunKitEmbedComponent.prototype, "preamble", void 0); | ||
__decorate([ | ||
core_1.Output() | ||
core_1.Output(), | ||
__metadata("design:type", core_1.EventEmitter) | ||
], RunKitEmbedComponent.prototype, "onLoad", void 0); | ||
__decorate([ | ||
core_1.Output() | ||
core_1.Output(), | ||
__metadata("design:type", core_1.EventEmitter) | ||
], RunKitEmbedComponent.prototype, "onURLChanged", void 0); | ||
__decorate([ | ||
core_1.Output() | ||
core_1.Output(), | ||
__metadata("design:type", core_1.EventEmitter) | ||
], RunKitEmbedComponent.prototype, "onEvaluate", void 0); | ||
@@ -79,0 +96,0 @@ RunKitEmbedComponent = __decorate([ |
@@ -0,1 +1,2 @@ | ||
import 'core-js/fn/reflect' | ||
import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core' | ||
@@ -2,0 +3,0 @@ |
@@ -7,3 +7,4 @@ { | ||
"sourceMap": true, | ||
"emitDecoratorMetadata": false, | ||
"declaration": true, | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true, | ||
@@ -10,0 +11,0 @@ "lib": ["es2015", "dom"], |
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
8026
6
175
5