ngx-forge
Advanced tools
Comparing version 0.0.26-development to 0.0.27-development
@@ -5,3 +5,3 @@ export { AsciidocComponent } from './src/app/components/asciidoc/asciidoc.component'; | ||
export { InputComponent } from './src/app/components/input/input.component'; | ||
export { ProjectSelect, ProjectSelectConfig } from './src/app/components/project-select/project-select'; | ||
export { ProjectSelect, ProjectSelectConfig } from './src/app/components/project-select/project-select.component'; | ||
export * from './src/app/model/base.model'; | ||
@@ -8,0 +8,0 @@ export { Config } from './src/app/service/config.component'; |
@@ -5,3 +5,3 @@ export { AsciidocComponent } from './src/app/components/asciidoc/asciidoc.component'; | ||
export { InputComponent } from './src/app/components/input/input.component'; | ||
export { ProjectSelect, ProjectSelectConfig } from './src/app/components/project-select/project-select'; | ||
export { ProjectSelect, ProjectSelectConfig } from './src/app/components/project-select/project-select.component'; | ||
export * from './src/app/model/base.model'; | ||
@@ -8,0 +8,0 @@ export { Config } from './src/app/service/config.component'; |
@@ -1,21 +0,14 @@ | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
import { NgModule } from '@angular/core'; | ||
import { CommonModule } from '@angular/common'; | ||
import { FormsModule } from '@angular/forms'; | ||
import { AsciidocComponent } from './src/app/components/asciidoc/asciidoc.component'; | ||
import { InputComponent } from './src/app/components/input/input.component'; | ||
import { MultiselectDropdownModule } from 'angular-2-dropdown-multiselect/src/multiselect-dropdown'; | ||
import { ProjectSelect } from './src/app/components/project-select/project-select'; | ||
import { MultiselectDropdownModule } from 'angular-2-dropdown-multiselect'; | ||
import { ProjectSelect } from './src/app/components/project-select/project-select.component'; | ||
import { Config } from './src/app/service/config.component'; | ||
import { ForgeService } from './src/app/service/forge.service'; | ||
import { History } from './src/app/service/history.component'; | ||
import { AsciidocIndex } from './src/app/components/asciidoc/asciidoc.index'; | ||
import { AsciidocService } from './src/app/components/asciidoc/asciidoc.service'; | ||
//import { AsciidocIndex } from './src/app/components/asciidoc/asciidoc.index'; | ||
//import { AsciidocService } from './src/app/components/asciidoc/asciidoc.service'; | ||
var classes = [ | ||
AsciidocComponent, | ||
//AsciidocComponent, | ||
InputComponent, | ||
@@ -29,17 +22,20 @@ ProjectSelect | ||
}()); | ||
NgxForgeModule = __decorate([ | ||
NgModule({ | ||
imports: [CommonModule, FormsModule, MultiselectDropdownModule], | ||
exports: classes, | ||
declarations: classes, | ||
providers: [ | ||
ForgeService, | ||
AsciidocIndex, | ||
AsciidocService, | ||
History, | ||
Config | ||
] | ||
}) | ||
], NgxForgeModule); | ||
export { NgxForgeModule }; | ||
NgxForgeModule.decorators = [ | ||
{ type: NgModule, args: [{ | ||
imports: [CommonModule, FormsModule, MultiselectDropdownModule], | ||
exports: classes, | ||
declarations: classes, | ||
providers: [ | ||
ForgeService, | ||
// AsciidocIndex, | ||
// AsciidocService, | ||
History, | ||
Config | ||
], | ||
schemas: [], | ||
},] }, | ||
]; | ||
/** @nocollapse */ | ||
NgxForgeModule.ctorParameters = function () { return []; }; | ||
//# sourceMappingURL=ngx-forge.module.js.map |
{ | ||
"name": "ngx-forge", | ||
"version": "0.0.26-development", | ||
"version": "0.0.27-development", | ||
"description": "Forge services for Angular v2 and up", | ||
@@ -10,3 +10,3 @@ "main": "bundles/ngx-forge.js", | ||
"build": "npm run remove-dist && npm run build:library", | ||
"build:library": "gulp build-library", | ||
"build:library": "gulp build:library", | ||
"bundle": "rollup -c", | ||
@@ -71,4 +71,4 @@ "bundle-webpack": "webpack --config config/webpack.prod.js --progress --profile --bail", | ||
"@angular/http": "4.1.2", | ||
"angular-2-dropdown-multiselect": "0.3.1", | ||
"asciidoctor.js": "1.5.6-preview.3", | ||
"angular-2-dropdown-multiselect": "1.6.0", | ||
"asciidoctor.js": "1.5.6-preview.4", | ||
"rxjs": "5.2.0" | ||
@@ -99,8 +99,13 @@ }, | ||
"file-loader": "^1.1.5", | ||
"gulp": "3.9.1", | ||
"gulp-changed": "2.0.0", | ||
"gulp-ngc": "0.2.0", | ||
"gulp-sourcemaps": "2.5.0", | ||
"gulp-string-replace": "0.4.0", | ||
"gulp-util": "3.0.8", | ||
"gulp": "^3.9.1", | ||
"gulp-changed": "^3.1.0", | ||
"gulp-concat": "^2.6.1", | ||
"gulp-concat-css": "^2.3.0", | ||
"gulp-exec": "^2.1.3", | ||
"gulp-less": "^3.3.2", | ||
"gulp-lesshint": "^4.0.0", | ||
"gulp-ngc": "^0.3.2", | ||
"gulp-sourcemaps": "^2.6.1", | ||
"gulp-string-replace": "^0.4.0", | ||
"gulp-util": "^3.0.8", | ||
"html-loader": "0.4.5", | ||
@@ -127,4 +132,5 @@ "html-webpack-plugin": "2.28.0", | ||
"karma-webpack": "2.0.3", | ||
"less": "^3.0.0-alpha.3", | ||
"less": "^2.7.2", | ||
"less-loader": "^4.0.5", | ||
"less-plugin-autoprefix": "^1.5.1", | ||
"mocha": "3.2.0", | ||
@@ -131,0 +137,0 @@ "npm-run-all": "4.0.2", |
@@ -1,10 +0,1 @@ | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Component, Input } from '@angular/core'; | ||
@@ -25,14 +16,16 @@ import { AsciidocService } from './asciidoc.service'; | ||
}()); | ||
__decorate([ | ||
Input(), | ||
__metadata("design:type", String) | ||
], AsciidocComponent.prototype, "docId", void 0); | ||
AsciidocComponent = __decorate([ | ||
Component({ | ||
selector: 'la-asciidoc', | ||
template: '<span [innerHtml]=\'generate()\'></span>' | ||
}), | ||
__metadata("design:paramtypes", [AsciidocService]) | ||
], AsciidocComponent); | ||
export { AsciidocComponent }; | ||
AsciidocComponent.decorators = [ | ||
{ type: Component, args: [{ | ||
selector: 'la-asciidoc', | ||
template: '<span [innerHtml]=\'generate()\'></span>' | ||
},] }, | ||
]; | ||
/** @nocollapse */ | ||
AsciidocComponent.ctorParameters = function () { return [ | ||
{ type: AsciidocService, }, | ||
]; }; | ||
AsciidocComponent.propDecorators = { | ||
'docId': [{ type: Input },], | ||
}; | ||
//# sourceMappingURL=asciidoc.component.js.map |
@@ -1,7 +0,1 @@ | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
import { Injectable } from '@angular/core'; | ||
@@ -23,6 +17,8 @@ var AsciidocIndex = (function () { | ||
}()); | ||
AsciidocIndex = __decorate([ | ||
Injectable() | ||
], AsciidocIndex); | ||
export { AsciidocIndex }; | ||
AsciidocIndex.decorators = [ | ||
{ type: Injectable }, | ||
]; | ||
/** @nocollapse */ | ||
AsciidocIndex.ctorParameters = function () { return []; }; | ||
//# sourceMappingURL=asciidoc.index.js.map |
@@ -1,10 +0,1 @@ | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import { Injectable } from '@angular/core'; | ||
@@ -43,7 +34,12 @@ import { DomSanitizer } from '@angular/platform-browser'; | ||
}()); | ||
AsciidocService = __decorate([ | ||
Injectable(), | ||
__metadata("design:paramtypes", [DomSanitizer, History, AsciidocIndex]) | ||
], AsciidocService); | ||
export { AsciidocService }; | ||
AsciidocService.decorators = [ | ||
{ type: Injectable }, | ||
]; | ||
/** @nocollapse */ | ||
AsciidocService.ctorParameters = function () { return [ | ||
{ type: DomSanitizer, }, | ||
{ type: History, }, | ||
{ type: AsciidocIndex, }, | ||
]; }; | ||
//# sourceMappingURL=asciidoc.service.js.map |
@@ -0,5 +1,9 @@ | ||
import 'rxjs/add/operator/debounceTime'; | ||
import 'rxjs/add/operator/distinctUntilChanged'; | ||
import "rxjs/add/operator/mergeMap"; | ||
import 'rxjs/add/observable/of'; | ||
import { OnInit } from '@angular/core'; | ||
import { Input as ForgeInput, Message } from '../../model/base.model'; | ||
import { DefaultValueAccessor } from '@angular/forms'; | ||
import { IMultiSelectSettings } from 'angular-2-dropdown-multiselect/src/multiselect-dropdown'; | ||
import { IMultiSelectSettings } from 'angular-2-dropdown-multiselect'; | ||
import { Subject } from 'rxjs/Subject'; | ||
@@ -6,0 +10,0 @@ export declare class InputComponent extends DefaultValueAccessor implements OnInit { |
@@ -11,17 +11,11 @@ var __extends = (this && this.__extends) || (function () { | ||
})(); | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import 'rxjs/add/operator/debounceTime'; | ||
import 'rxjs/add/operator/distinctUntilChanged'; | ||
import "rxjs/add/operator/mergeMap"; | ||
import 'rxjs/add/observable/of'; | ||
import { Component, forwardRef, Input } from '@angular/core'; | ||
import { Input as ForgeInput } from '../../model/base.model'; | ||
import { DefaultValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'; | ||
import { Observable } from 'rxjs/Observable'; | ||
import { Subject } from 'rxjs/Subject'; | ||
var InputComponent = InputComponent_1 = (function (_super) { | ||
var InputComponent = (function (_super) { | ||
__extends(InputComponent, _super); | ||
@@ -82,30 +76,24 @@ function InputComponent() { | ||
}(DefaultValueAccessor)); | ||
__decorate([ | ||
Input('ngModel'), | ||
__metadata("design:type", ForgeInput) | ||
], InputComponent.prototype, "input", void 0); | ||
__decorate([ | ||
Input(), | ||
__metadata("design:type", Array) | ||
], InputComponent.prototype, "messages", void 0); | ||
__decorate([ | ||
Input(), | ||
__metadata("design:type", Boolean) | ||
], InputComponent.prototype, "changeOnKey", void 0); | ||
InputComponent = InputComponent_1 = __decorate([ | ||
Component({ | ||
selector: 'la-input', | ||
templateUrl: 'input.component.html', | ||
styleUrls: ['input.component.less'], | ||
providers: [ | ||
{ | ||
provide: NG_VALUE_ACCESSOR, | ||
useExisting: forwardRef(function () { return InputComponent_1; }), | ||
multi: true | ||
} | ||
] | ||
}) | ||
], InputComponent); | ||
export { InputComponent }; | ||
var InputComponent_1; | ||
InputComponent.decorators = [ | ||
{ type: Component, args: [{ | ||
selector: 'la-input', | ||
templateUrl: 'input.component.html', | ||
styleUrls: ['input.component.less'], | ||
providers: [ | ||
{ | ||
provide: NG_VALUE_ACCESSOR, | ||
useExisting: forwardRef(function () { return InputComponent; }), | ||
multi: true | ||
} | ||
] | ||
},] }, | ||
]; | ||
/** @nocollapse */ | ||
InputComponent.ctorParameters = function () { return []; }; | ||
InputComponent.propDecorators = { | ||
'input': [{ type: Input, args: ['ngModel',] },], | ||
'messages': [{ type: Input },], | ||
'changeOnKey': [{ type: Input },], | ||
}; | ||
//# sourceMappingURL=input.component.js.map |
@@ -1,7 +0,1 @@ | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
import { Injectable } from '@angular/core'; | ||
@@ -22,6 +16,8 @@ var Config = (function () { | ||
}()); | ||
Config = __decorate([ | ||
Injectable() | ||
], Config); | ||
export { Config }; | ||
Config.decorators = [ | ||
{ type: Injectable }, | ||
]; | ||
/** @nocollapse */ | ||
Config.ctorParameters = function () { return []; }; | ||
//# sourceMappingURL=config.component.js.map |
@@ -0,1 +1,4 @@ | ||
import 'rxjs/add/operator/retryWhen'; | ||
import 'rxjs/add/operator/delay'; | ||
import 'rxjs/add/operator/scan'; | ||
import 'rxjs/add/operator/toPromise'; | ||
@@ -2,0 +5,0 @@ import { Http } from '@angular/http'; |
@@ -1,10 +0,4 @@ | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
var __metadata = (this && this.__metadata) || function (k, v) { | ||
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v); | ||
}; | ||
import 'rxjs/add/operator/retryWhen'; | ||
import 'rxjs/add/operator/delay'; | ||
import 'rxjs/add/operator/scan'; | ||
import { Injectable } from '@angular/core'; | ||
@@ -121,7 +115,12 @@ import 'rxjs/add/operator/toPromise'; | ||
}()); | ||
ForgeService = __decorate([ | ||
Injectable(), | ||
__metadata("design:paramtypes", [Http, Config, TokenProvider]) | ||
], ForgeService); | ||
export { ForgeService }; | ||
ForgeService.decorators = [ | ||
{ type: Injectable }, | ||
]; | ||
/** @nocollapse */ | ||
ForgeService.ctorParameters = function () { return [ | ||
{ type: Http, }, | ||
{ type: Config, }, | ||
{ type: TokenProvider, }, | ||
]; }; | ||
//# sourceMappingURL=forge.service.js.map |
@@ -1,7 +0,1 @@ | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
import { Injectable } from '@angular/core'; | ||
@@ -103,6 +97,8 @@ import { Gui, Input } from '../model/base.model'; | ||
}()); | ||
History = __decorate([ | ||
Injectable() | ||
], History); | ||
export { History }; | ||
History.decorators = [ | ||
{ type: Injectable }, | ||
]; | ||
/** @nocollapse */ | ||
History.ctorParameters = function () { return []; }; | ||
//# sourceMappingURL=history.component.js.map |
@@ -1,7 +0,1 @@ | ||
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
}; | ||
import { Injectable } from '@angular/core'; | ||
@@ -16,6 +10,8 @@ var TokenProvider = (function () { | ||
}()); | ||
TokenProvider = __decorate([ | ||
Injectable() | ||
], TokenProvider); | ||
export { TokenProvider }; | ||
TokenProvider.decorators = [ | ||
{ type: Injectable }, | ||
]; | ||
/** @nocollapse */ | ||
TokenProvider.ctorParameters = function () { return []; }; | ||
//# sourceMappingURL=token-provider.js.map |
Sorry, the diff of this file is too big to display
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
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
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
3397019
57
71751
88
+ Addedangular-2-dropdown-multiselect@1.6.0(transitive)
+ Addedasciidoctor.js@1.5.6-preview.4(transitive)
+ Addedtslib@1.14.1(transitive)
- Removedangular-2-dropdown-multiselect@0.3.1(transitive)
- Removedasciidoctor.js@1.5.6-preview.3(transitive)
- Removedxmlhttprequest@1.7.0(transitive)