diff --git a/.gitignore b/.gitignore index f4f46a5..d91c0a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. # compiled output -/dist /tmp /out-tsc # Only exists if Bazel was run diff --git a/dist/ngx-flowchart/README.md b/dist/ngx-flowchart/README.md new file mode 100644 index 0000000..6accfe5 --- /dev/null +++ b/dist/ngx-flowchart/README.md @@ -0,0 +1,24 @@ +# NgxFlowchart + +This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3. + +## Code scaffolding + +Run `ng generate component component-name --project ngx-flowchart` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-flowchart`. +> Note: Don't forget to add `--project ngx-flowchart` or else it will be added to the default project in your `angular.json` file. + +## Build + +Run `ng build ngx-flowchart` to build the project. The build artifacts will be stored in the `dist/` directory. + +## Publishing + +After building your library with `ng build ngx-flowchart`, go to the dist folder `cd dist/ngx-flowchart` and run `npm publish`. + +## Running unit tests + +Run `ng test ngx-flowchart` to execute the unit tests via [Karma](https://karma-runner.github.io). + +## Further help + +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). diff --git a/dist/ngx-flowchart/bundles/ngx-flowchart.umd.js b/dist/ngx-flowchart/bundles/ngx-flowchart.umd.js new file mode 100644 index 0000000..126b0be --- /dev/null +++ b/dist/ngx-flowchart/bundles/ngx-flowchart.umd.js @@ -0,0 +1,75 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) : + typeof define === 'function' && define.amd ? define('ngx-flowchart', ['exports', '@angular/core'], factory) : + (global = global || self, factory(global['ngx-flowchart'] = {}, global.ng.core)); +}(this, (function (exports, core) { 'use strict'; + + /** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ + var NgxFlowchartService = /** @class */ (function () { + function NgxFlowchartService() { + } + NgxFlowchartService.decorators = [ + { type: core.Injectable, args: [{ + providedIn: 'root' + },] } + ]; + /** @nocollapse */ + NgxFlowchartService.ctorParameters = function () { return []; }; + /** @nocollapse */ NgxFlowchartService.ngInjectableDef = core.ɵɵdefineInjectable({ factory: function NgxFlowchartService_Factory() { return new NgxFlowchartService(); }, token: NgxFlowchartService, providedIn: "root" }); + return NgxFlowchartService; + }()); + + /** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ + var NgxFlowchartComponent = /** @class */ (function () { + function NgxFlowchartComponent() { + } + /** + * @return {?} + */ + NgxFlowchartComponent.prototype.ngOnInit = /** + * @return {?} + */ + function () { + }; + NgxFlowchartComponent.decorators = [ + { type: core.Component, args: [{ + selector: 'fc-canvas', + template: "\n
\n ngx-flowchart works!\n
\n " + }] } + ]; + /** @nocollapse */ + NgxFlowchartComponent.ctorParameters = function () { return []; }; + return NgxFlowchartComponent; + }()); + + /** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ + var NgxFlowchartModule = /** @class */ (function () { + function NgxFlowchartModule() { + } + NgxFlowchartModule.decorators = [ + { type: core.NgModule, args: [{ + declarations: [NgxFlowchartComponent], + imports: [], + exports: [NgxFlowchartComponent] + },] } + ]; + return NgxFlowchartModule; + }()); + + exports.NgxFlowchartComponent = NgxFlowchartComponent; + exports.NgxFlowchartModule = NgxFlowchartModule; + exports.NgxFlowchartService = NgxFlowchartService; + + Object.defineProperty(exports, '__esModule', { value: true }); + +}))); +//# sourceMappingURL=ngx-flowchart.umd.js.map diff --git a/dist/ngx-flowchart/bundles/ngx-flowchart.umd.js.map b/dist/ngx-flowchart/bundles/ngx-flowchart.umd.js.map new file mode 100644 index 0000000..4c91fdb --- /dev/null +++ b/dist/ngx-flowchart/bundles/ngx-flowchart.umd.js.map @@ -0,0 +1 @@ +{"version":3,"file":"ngx-flowchart.umd.js","sources":["ng://ngx-flowchart/lib/ngx-flowchart.service.ts","ng://ngx-flowchart/lib/ngx-flowchart.component.ts","ng://ngx-flowchart/lib/ngx-flowchart.module.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NgxFlowchartService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'fc-canvas',\n template: `\n\n ngx-flowchart works!\n
\n `,\n styles: []\n})\nexport class NgxFlowchartComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { NgxFlowchartComponent } from './ngx-flowchart.component';\n\n@NgModule({\n declarations: [NgxFlowchartComponent],\n imports: [\n ],\n exports: [NgxFlowchartComponent]\n})\nexport class NgxFlowchartModule { }\n"],"names":["Injectable","Component","NgModule"],"mappings":";;;;;;;;;;AAAA;QAOE;SAAiB;;oBALlBA,eAAU,SAAC;wBACV,UAAU,EAAE,MAAM;qBACnB;;;;;kCAJD;KAEA;;;;;;ACFA;QAaE;SAAiB;;;;QAEjB,wCAAQ;;;QAAR;SACC;;oBAdFC,cAAS,SAAC;wBACT,QAAQ,EAAE,WAAW;wBACrB,QAAQ,EAAE,qDAIT;qBAEF;;;;QAQD,4BAAC;KAhBD;;;;;;ACFA;QAGA;SAMmC;;oBANlCC,aAAQ,SAAC;wBACR,YAAY,EAAE,CAAC,qBAAqB,CAAC;wBACrC,OAAO,EAAE,EACR;wBACD,OAAO,EAAE,CAAC,qBAAqB,CAAC;qBACjC;;QACiC,yBAAC;KANnC;;;;;;;;;;;;;;"} \ No newline at end of file diff --git a/dist/ngx-flowchart/bundles/ngx-flowchart.umd.min.js b/dist/ngx-flowchart/bundles/ngx-flowchart.umd.min.js new file mode 100644 index 0000000..f4b1561 --- /dev/null +++ b/dist/ngx-flowchart/bundles/ngx-flowchart.umd.min.js @@ -0,0 +1,2 @@ +!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("ngx-flowchart",["exports","@angular/core"],n):n((e=e||self)["ngx-flowchart"]={},e.ng.core)}(this,(function(e,n){"use strict";var t=function(){function e(){}return e.decorators=[{type:n.Injectable,args:[{providedIn:"root"}]}],e.ctorParameters=function(){return[]},e.ngInjectableDef=n.ɵɵdefineInjectable({factory:function(){return new e},token:e,providedIn:"root"}),e}(),o=function(){function e(){}return e.prototype.ngOnInit=function(){},e.decorators=[{type:n.Component,args:[{selector:"fc-canvas",template:"\n\n ngx-flowchart works!\n
\n "}]}],e.ctorParameters=function(){return[]},e}(),r=function(){function e(){}return e.decorators=[{type:n.NgModule,args:[{declarations:[o],imports:[],exports:[o]}]}],e}();e.NgxFlowchartComponent=o,e.NgxFlowchartModule=r,e.NgxFlowchartService=t,Object.defineProperty(e,"__esModule",{value:!0})})); +//# sourceMappingURL=ngx-flowchart.umd.min.js.map \ No newline at end of file diff --git a/dist/ngx-flowchart/bundles/ngx-flowchart.umd.min.js.map b/dist/ngx-flowchart/bundles/ngx-flowchart.umd.min.js.map new file mode 100644 index 0000000..04b7470 --- /dev/null +++ b/dist/ngx-flowchart/bundles/ngx-flowchart.umd.min.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["ng://ngx-flowchart/lib/ngx-flowchart.service.ts","ng://ngx-flowchart/lib/ngx-flowchart.component.ts","ng://ngx-flowchart/lib/ngx-flowchart.module.ts"],"names":["NgxFlowchartService","Injectable","args","providedIn","NgxFlowchartComponent","prototype","ngOnInit","Component","selector","template","NgxFlowchartModule","NgModule","declarations","imports","exports"],"mappings":"mRAAA,IAAAA,EAAA,WAOE,SAAAA,gCALDC,EAAAA,WAAUC,KAAA,CAAC,CACVC,WAAY,wJAHd,GCAAC,EAAA,WAaE,SAAAA,KAKF,OAHEA,EAAAC,UAAAC,SAAA,iCAbDC,EAAAA,UAASL,KAAA,CAAC,CACTM,SAAU,YACVC,SAAU,gGAcZL,EAlBA,GCAAM,EAAA,WAGA,SAAAA,KAMkC,2BANjCC,EAAAA,SAAQT,KAAA,CAAC,CACRU,aAAc,CAACR,GACfS,QAAS,GAETC,QAAS,CAACV,OAEsBM,EATlC","sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NgxFlowchartService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'fc-canvas',\n template: `\n\n ngx-flowchart works!\n
\n `,\n styles: []\n})\nexport class NgxFlowchartComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { NgxFlowchartComponent } from './ngx-flowchart.component';\n\n@NgModule({\n declarations: [NgxFlowchartComponent],\n imports: [\n ],\n exports: [NgxFlowchartComponent]\n})\nexport class NgxFlowchartModule { }\n"]} \ No newline at end of file diff --git a/dist/ngx-flowchart/esm2015/lib/ngx-flowchart.component.js b/dist/ngx-flowchart/esm2015/lib/ngx-flowchart.component.js new file mode 100644 index 0000000..1daf45b --- /dev/null +++ b/dist/ngx-flowchart/esm2015/lib/ngx-flowchart.component.js @@ -0,0 +1,26 @@ +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +import { Component } from '@angular/core'; +export class NgxFlowchartComponent { + constructor() { } + /** + * @return {?} + */ + ngOnInit() { + } +} +NgxFlowchartComponent.decorators = [ + { type: Component, args: [{ + selector: 'fc-canvas', + template: ` ++ ngx-flowchart works! +
+ ` + }] } +]; +/** @nocollapse */ +NgxFlowchartComponent.ctorParameters = () => []; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LWZsb3djaGFydC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9uZ3gtZmxvd2NoYXJ0LyIsInNvdXJjZXMiOlsibGliL25neC1mbG93Y2hhcnQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBV2xELE1BQU0sT0FBTyxxQkFBcUI7SUFFaEMsZ0JBQWdCLENBQUM7Ozs7SUFFakIsUUFBUTtJQUNSLENBQUM7OztZQWRGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsV0FBVztnQkFDckIsUUFBUSxFQUFFOzs7O0dBSVQ7YUFFRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2ZjLWNhbnZhcycsXG4gIHRlbXBsYXRlOiBgXG4gICAgPHA+XG4gICAgICBuZ3gtZmxvd2NoYXJ0IHdvcmtzIVxuICAgIDwvcD5cbiAgYCxcbiAgc3R5bGVzOiBbXVxufSlcbmV4cG9ydCBjbGFzcyBOZ3hGbG93Y2hhcnRDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKSB7XG4gIH1cblxufVxuIl19 \ No newline at end of file diff --git a/dist/ngx-flowchart/esm2015/lib/ngx-flowchart.module.js b/dist/ngx-flowchart/esm2015/lib/ngx-flowchart.module.js new file mode 100644 index 0000000..993255a --- /dev/null +++ b/dist/ngx-flowchart/esm2015/lib/ngx-flowchart.module.js @@ -0,0 +1,16 @@ +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +import { NgModule } from '@angular/core'; +import { NgxFlowchartComponent } from './ngx-flowchart.component'; +export class NgxFlowchartModule { +} +NgxFlowchartModule.decorators = [ + { type: NgModule, args: [{ + declarations: [NgxFlowchartComponent], + imports: [], + exports: [NgxFlowchartComponent] + },] } +]; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LWZsb3djaGFydC5tb2R1bGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9uZ3gtZmxvd2NoYXJ0LyIsInNvdXJjZXMiOlsibGliL25neC1mbG93Y2hhcnQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBUWxFLE1BQU0sT0FBTyxrQkFBa0I7OztZQU45QixRQUFRLFNBQUM7Z0JBQ1IsWUFBWSxFQUFFLENBQUMscUJBQXFCLENBQUM7Z0JBQ3JDLE9BQU8sRUFBRSxFQUNSO2dCQUNELE9BQU8sRUFBRSxDQUFDLHFCQUFxQixDQUFDO2FBQ2pDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5neEZsb3djaGFydENvbXBvbmVudCB9IGZyb20gJy4vbmd4LWZsb3djaGFydC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtOZ3hGbG93Y2hhcnRDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbXG4gIF0sXG4gIGV4cG9ydHM6IFtOZ3hGbG93Y2hhcnRDb21wb25lbnRdXG59KVxuZXhwb3J0IGNsYXNzIE5neEZsb3djaGFydE1vZHVsZSB7IH1cbiJdfQ== \ No newline at end of file diff --git a/dist/ngx-flowchart/esm2015/lib/ngx-flowchart.service.js b/dist/ngx-flowchart/esm2015/lib/ngx-flowchart.service.js new file mode 100644 index 0000000..a440e61 --- /dev/null +++ b/dist/ngx-flowchart/esm2015/lib/ngx-flowchart.service.js @@ -0,0 +1,18 @@ +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +import { Injectable } from '@angular/core'; +import * as i0 from "@angular/core"; +export class NgxFlowchartService { + constructor() { } +} +NgxFlowchartService.decorators = [ + { type: Injectable, args: [{ + providedIn: 'root' + },] } +]; +/** @nocollapse */ +NgxFlowchartService.ctorParameters = () => []; +/** @nocollapse */ NgxFlowchartService.ngInjectableDef = i0.ɵɵdefineInjectable({ factory: function NgxFlowchartService_Factory() { return new NgxFlowchartService(); }, token: NgxFlowchartService, providedIn: "root" }); +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LWZsb3djaGFydC5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vbmd4LWZsb3djaGFydC8iLCJzb3VyY2VzIjpbImxpYi9uZ3gtZmxvd2NoYXJ0LnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBSzNDLE1BQU0sT0FBTyxtQkFBbUI7SUFFOUIsZ0JBQWdCLENBQUM7OztZQUxsQixVQUFVLFNBQUM7Z0JBQ1YsVUFBVSxFQUFFLE1BQU07YUFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBJbmplY3RhYmxlKHtcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnXG59KVxuZXhwb3J0IGNsYXNzIE5neEZsb3djaGFydFNlcnZpY2Uge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG59XG4iXX0= \ No newline at end of file diff --git a/dist/ngx-flowchart/esm2015/ngx-flowchart.js b/dist/ngx-flowchart/esm2015/ngx-flowchart.js new file mode 100644 index 0000000..05edc6b --- /dev/null +++ b/dist/ngx-flowchart/esm2015/ngx-flowchart.js @@ -0,0 +1,9 @@ +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +/** + * Generated bundle index. Do not edit. + */ +export { NgxFlowchartService, NgxFlowchartComponent, NgxFlowchartModule } from './public-api'; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LWZsb3djaGFydC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL25neC1mbG93Y2hhcnQvIiwic291cmNlcyI6WyJuZ3gtZmxvd2NoYXJ0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFJQSwrRUFBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0= \ No newline at end of file diff --git a/dist/ngx-flowchart/esm2015/public-api.js b/dist/ngx-flowchart/esm2015/public-api.js new file mode 100644 index 0000000..eab613d --- /dev/null +++ b/dist/ngx-flowchart/esm2015/public-api.js @@ -0,0 +1,11 @@ +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +/* + * Public API Surface of ngx-flowchart + */ +export { NgxFlowchartService } from './lib/ngx-flowchart.service'; +export { NgxFlowchartComponent } from './lib/ngx-flowchart.component'; +export { NgxFlowchartModule } from './lib/ngx-flowchart.module'; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL25neC1mbG93Y2hhcnQvIiwic291cmNlcyI6WyJwdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFJQSxvQ0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxzQ0FBYywrQkFBK0IsQ0FBQztBQUM5QyxtQ0FBYyw0QkFBNEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2Ygbmd4LWZsb3djaGFydFxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vbGliL25neC1mbG93Y2hhcnQuc2VydmljZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9uZ3gtZmxvd2NoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9uZ3gtZmxvd2NoYXJ0Lm1vZHVsZSc7XG4iXX0= \ No newline at end of file diff --git a/dist/ngx-flowchart/esm5/lib/ngx-flowchart.component.js b/dist/ngx-flowchart/esm5/lib/ngx-flowchart.component.js new file mode 100644 index 0000000..9d27ec1 --- /dev/null +++ b/dist/ngx-flowchart/esm5/lib/ngx-flowchart.component.js @@ -0,0 +1,28 @@ +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +import { Component } from '@angular/core'; +var NgxFlowchartComponent = /** @class */ (function () { + function NgxFlowchartComponent() { + } + /** + * @return {?} + */ + NgxFlowchartComponent.prototype.ngOnInit = /** + * @return {?} + */ + function () { + }; + NgxFlowchartComponent.decorators = [ + { type: Component, args: [{ + selector: 'fc-canvas', + template: "\n\n ngx-flowchart works!\n
\n " + }] } + ]; + /** @nocollapse */ + NgxFlowchartComponent.ctorParameters = function () { return []; }; + return NgxFlowchartComponent; +}()); +export { NgxFlowchartComponent }; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LWZsb3djaGFydC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9uZ3gtZmxvd2NoYXJ0LyIsInNvdXJjZXMiOlsibGliL25neC1mbG93Y2hhcnQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBRWxEO0lBV0U7SUFBZ0IsQ0FBQzs7OztJQUVqQix3Q0FBUTs7O0lBQVI7SUFDQSxDQUFDOztnQkFkRixTQUFTLFNBQUM7b0JBQ1QsUUFBUSxFQUFFLFdBQVc7b0JBQ3JCLFFBQVEsRUFBRSxxREFJVDtpQkFFRjs7OztJQVFELDRCQUFDO0NBQUEsQUFoQkQsSUFnQkM7U0FQWSxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmYy1jYW52YXMnLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxwPlxuICAgICAgbmd4LWZsb3djaGFydCB3b3JrcyFcbiAgICA8L3A+XG4gIGAsXG4gIHN0eWxlczogW11cbn0pXG5leHBvcnQgY2xhc3MgTmd4Rmxvd2NoYXJ0Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxuXG4gIG5nT25Jbml0KCkge1xuICB9XG5cbn1cbiJdfQ== \ No newline at end of file diff --git a/dist/ngx-flowchart/esm5/lib/ngx-flowchart.module.js b/dist/ngx-flowchart/esm5/lib/ngx-flowchart.module.js new file mode 100644 index 0000000..d05cee1 --- /dev/null +++ b/dist/ngx-flowchart/esm5/lib/ngx-flowchart.module.js @@ -0,0 +1,20 @@ +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +import { NgModule } from '@angular/core'; +import { NgxFlowchartComponent } from './ngx-flowchart.component'; +var NgxFlowchartModule = /** @class */ (function () { + function NgxFlowchartModule() { + } + NgxFlowchartModule.decorators = [ + { type: NgModule, args: [{ + declarations: [NgxFlowchartComponent], + imports: [], + exports: [NgxFlowchartComponent] + },] } + ]; + return NgxFlowchartModule; +}()); +export { NgxFlowchartModule }; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LWZsb3djaGFydC5tb2R1bGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9uZ3gtZmxvd2NoYXJ0LyIsInNvdXJjZXMiOlsibGliL25neC1mbG93Y2hhcnQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7QUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBRWxFO0lBQUE7SUFNa0MsQ0FBQzs7Z0JBTmxDLFFBQVEsU0FBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztvQkFDckMsT0FBTyxFQUFFLEVBQ1I7b0JBQ0QsT0FBTyxFQUFFLENBQUMscUJBQXFCLENBQUM7aUJBQ2pDOztJQUNpQyx5QkFBQztDQUFBLEFBTm5DLElBTW1DO1NBQXRCLGtCQUFrQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOZ3hGbG93Y2hhcnRDb21wb25lbnQgfSBmcm9tICcuL25neC1mbG93Y2hhcnQuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbTmd4Rmxvd2NoYXJ0Q29tcG9uZW50XSxcbiAgaW1wb3J0czogW1xuICBdLFxuICBleHBvcnRzOiBbTmd4Rmxvd2NoYXJ0Q29tcG9uZW50XVxufSlcbmV4cG9ydCBjbGFzcyBOZ3hGbG93Y2hhcnRNb2R1bGUgeyB9XG4iXX0= \ No newline at end of file diff --git a/dist/ngx-flowchart/esm5/lib/ngx-flowchart.service.js b/dist/ngx-flowchart/esm5/lib/ngx-flowchart.service.js new file mode 100644 index 0000000..142ba65 --- /dev/null +++ b/dist/ngx-flowchart/esm5/lib/ngx-flowchart.service.js @@ -0,0 +1,21 @@ +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +import { Injectable } from '@angular/core'; +import * as i0 from "@angular/core"; +var NgxFlowchartService = /** @class */ (function () { + function NgxFlowchartService() { + } + NgxFlowchartService.decorators = [ + { type: Injectable, args: [{ + providedIn: 'root' + },] } + ]; + /** @nocollapse */ + NgxFlowchartService.ctorParameters = function () { return []; }; + /** @nocollapse */ NgxFlowchartService.ngInjectableDef = i0.ɵɵdefineInjectable({ factory: function NgxFlowchartService_Factory() { return new NgxFlowchartService(); }, token: NgxFlowchartService, providedIn: "root" }); + return NgxFlowchartService; +}()); +export { NgxFlowchartService }; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LWZsb3djaGFydC5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vbmd4LWZsb3djaGFydC8iLCJzb3VyY2VzIjpbImxpYi9uZ3gtZmxvd2NoYXJ0LnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBRTNDO0lBS0U7SUFBZ0IsQ0FBQzs7Z0JBTGxCLFVBQVUsU0FBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkI7Ozs7OzhCQUpEO0NBUUMsQUFORCxJQU1DO1NBSFksbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290J1xufSlcbmV4cG9ydCBjbGFzcyBOZ3hGbG93Y2hhcnRTZXJ2aWNlIHtcblxuICBjb25zdHJ1Y3RvcigpIHsgfVxufVxuIl19 \ No newline at end of file diff --git a/dist/ngx-flowchart/esm5/ngx-flowchart.js b/dist/ngx-flowchart/esm5/ngx-flowchart.js new file mode 100644 index 0000000..05edc6b --- /dev/null +++ b/dist/ngx-flowchart/esm5/ngx-flowchart.js @@ -0,0 +1,9 @@ +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +/** + * Generated bundle index. Do not edit. + */ +export { NgxFlowchartService, NgxFlowchartComponent, NgxFlowchartModule } from './public-api'; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmd4LWZsb3djaGFydC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL25neC1mbG93Y2hhcnQvIiwic291cmNlcyI6WyJuZ3gtZmxvd2NoYXJ0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFJQSwrRUFBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0= \ No newline at end of file diff --git a/dist/ngx-flowchart/esm5/public-api.js b/dist/ngx-flowchart/esm5/public-api.js new file mode 100644 index 0000000..eab613d --- /dev/null +++ b/dist/ngx-flowchart/esm5/public-api.js @@ -0,0 +1,11 @@ +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +/* + * Public API Surface of ngx-flowchart + */ +export { NgxFlowchartService } from './lib/ngx-flowchart.service'; +export { NgxFlowchartComponent } from './lib/ngx-flowchart.component'; +export { NgxFlowchartModule } from './lib/ngx-flowchart.module'; +//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL25neC1mbG93Y2hhcnQvIiwic291cmNlcyI6WyJwdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7QUFJQSxvQ0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxzQ0FBYywrQkFBK0IsQ0FBQztBQUM5QyxtQ0FBYyw0QkFBNEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2Ygbmd4LWZsb3djaGFydFxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vbGliL25neC1mbG93Y2hhcnQuc2VydmljZSc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9uZ3gtZmxvd2NoYXJ0LmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9uZ3gtZmxvd2NoYXJ0Lm1vZHVsZSc7XG4iXX0= \ No newline at end of file diff --git a/dist/ngx-flowchart/fesm2015/ngx-flowchart.js b/dist/ngx-flowchart/fesm2015/ngx-flowchart.js new file mode 100644 index 0000000..e6d7e06 --- /dev/null +++ b/dist/ngx-flowchart/fesm2015/ngx-flowchart.js @@ -0,0 +1,69 @@ +import { Injectable, ɵɵdefineInjectable, Component, NgModule } from '@angular/core'; + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +class NgxFlowchartService { + constructor() { } +} +NgxFlowchartService.decorators = [ + { type: Injectable, args: [{ + providedIn: 'root' + },] } +]; +/** @nocollapse */ +NgxFlowchartService.ctorParameters = () => []; +/** @nocollapse */ NgxFlowchartService.ngInjectableDef = ɵɵdefineInjectable({ factory: function NgxFlowchartService_Factory() { return new NgxFlowchartService(); }, token: NgxFlowchartService, providedIn: "root" }); + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +class NgxFlowchartComponent { + constructor() { } + /** + * @return {?} + */ + ngOnInit() { + } +} +NgxFlowchartComponent.decorators = [ + { type: Component, args: [{ + selector: 'fc-canvas', + template: ` ++ ngx-flowchart works! +
+ ` + }] } +]; +/** @nocollapse */ +NgxFlowchartComponent.ctorParameters = () => []; + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +class NgxFlowchartModule { +} +NgxFlowchartModule.decorators = [ + { type: NgModule, args: [{ + declarations: [NgxFlowchartComponent], + imports: [], + exports: [NgxFlowchartComponent] + },] } +]; + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ + +export { NgxFlowchartComponent, NgxFlowchartModule, NgxFlowchartService }; +//# sourceMappingURL=ngx-flowchart.js.map diff --git a/dist/ngx-flowchart/fesm2015/ngx-flowchart.js.map b/dist/ngx-flowchart/fesm2015/ngx-flowchart.js.map new file mode 100644 index 0000000..77b13d3 --- /dev/null +++ b/dist/ngx-flowchart/fesm2015/ngx-flowchart.js.map @@ -0,0 +1 @@ +{"version":3,"file":"ngx-flowchart.js","sources":["ng://ngx-flowchart/lib/ngx-flowchart.service.ts","ng://ngx-flowchart/lib/ngx-flowchart.component.ts","ng://ngx-flowchart/lib/ngx-flowchart.module.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NgxFlowchartService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'fc-canvas',\n template: `\n\n ngx-flowchart works!\n
\n `,\n styles: []\n})\nexport class NgxFlowchartComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { NgxFlowchartComponent } from './ngx-flowchart.component';\n\n@NgModule({\n declarations: [NgxFlowchartComponent],\n imports: [\n ],\n exports: [NgxFlowchartComponent]\n})\nexport class NgxFlowchartModule { }\n"],"names":[],"mappings":";;;;;;AAAA,MAKa,mBAAmB;IAE9B,iBAAiB;;;YALlB,UAAU,SAAC;gBACV,UAAU,EAAE,MAAM;aACnB;;;;;;;;;;ACJD,MAWa,qBAAqB;IAEhC,iBAAiB;;;;IAEjB,QAAQ;KACP;;;YAdF,SAAS,SAAC;gBACT,QAAQ,EAAE,WAAW;gBACrB,QAAQ,EAAE;;;;GAIT;aAEF;;;;;;;;;ACVD,MASa,kBAAkB;;;YAN9B,QAAQ,SAAC;gBACR,YAAY,EAAE,CAAC,qBAAqB,CAAC;gBACrC,OAAO,EAAE,EACR;gBACD,OAAO,EAAE,CAAC,qBAAqB,CAAC;aACjC;;;;;;;;;;;;;;;"} \ No newline at end of file diff --git a/dist/ngx-flowchart/fesm5/ngx-flowchart.js b/dist/ngx-flowchart/fesm5/ngx-flowchart.js new file mode 100644 index 0000000..07e02cd --- /dev/null +++ b/dist/ngx-flowchart/fesm5/ngx-flowchart.js @@ -0,0 +1,75 @@ +import { Injectable, ɵɵdefineInjectable, Component, NgModule } from '@angular/core'; + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +var NgxFlowchartService = /** @class */ (function () { + function NgxFlowchartService() { + } + NgxFlowchartService.decorators = [ + { type: Injectable, args: [{ + providedIn: 'root' + },] } + ]; + /** @nocollapse */ + NgxFlowchartService.ctorParameters = function () { return []; }; + /** @nocollapse */ NgxFlowchartService.ngInjectableDef = ɵɵdefineInjectable({ factory: function NgxFlowchartService_Factory() { return new NgxFlowchartService(); }, token: NgxFlowchartService, providedIn: "root" }); + return NgxFlowchartService; +}()); + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +var NgxFlowchartComponent = /** @class */ (function () { + function NgxFlowchartComponent() { + } + /** + * @return {?} + */ + NgxFlowchartComponent.prototype.ngOnInit = /** + * @return {?} + */ + function () { + }; + NgxFlowchartComponent.decorators = [ + { type: Component, args: [{ + selector: 'fc-canvas', + template: "\n\n ngx-flowchart works!\n
\n " + }] } + ]; + /** @nocollapse */ + NgxFlowchartComponent.ctorParameters = function () { return []; }; + return NgxFlowchartComponent; +}()); + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ +var NgxFlowchartModule = /** @class */ (function () { + function NgxFlowchartModule() { + } + NgxFlowchartModule.decorators = [ + { type: NgModule, args: [{ + declarations: [NgxFlowchartComponent], + imports: [], + exports: [NgxFlowchartComponent] + },] } + ]; + return NgxFlowchartModule; +}()); + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ + +/** + * @fileoverview added by tsickle + * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc + */ + +export { NgxFlowchartComponent, NgxFlowchartModule, NgxFlowchartService }; +//# sourceMappingURL=ngx-flowchart.js.map diff --git a/dist/ngx-flowchart/fesm5/ngx-flowchart.js.map b/dist/ngx-flowchart/fesm5/ngx-flowchart.js.map new file mode 100644 index 0000000..ea43183 --- /dev/null +++ b/dist/ngx-flowchart/fesm5/ngx-flowchart.js.map @@ -0,0 +1 @@ +{"version":3,"file":"ngx-flowchart.js","sources":["ng://ngx-flowchart/lib/ngx-flowchart.service.ts","ng://ngx-flowchart/lib/ngx-flowchart.component.ts","ng://ngx-flowchart/lib/ngx-flowchart.module.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class NgxFlowchartService {\n\n constructor() { }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'fc-canvas',\n template: `\n\n ngx-flowchart works!\n
\n `,\n styles: []\n})\nexport class NgxFlowchartComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit() {\n }\n\n}\n","import { NgModule } from '@angular/core';\nimport { NgxFlowchartComponent } from './ngx-flowchart.component';\n\n@NgModule({\n declarations: [NgxFlowchartComponent],\n imports: [\n ],\n exports: [NgxFlowchartComponent]\n})\nexport class NgxFlowchartModule { }\n"],"names":[],"mappings":";;;;;;AAAA;IAOE;KAAiB;;gBALlB,UAAU,SAAC;oBACV,UAAU,EAAE,MAAM;iBACnB;;;;;8BAJD;CAEA;;;;;;ACFA;IAaE;KAAiB;;;;IAEjB,wCAAQ;;;IAAR;KACC;;gBAdF,SAAS,SAAC;oBACT,QAAQ,EAAE,WAAW;oBACrB,QAAQ,EAAE,qDAIT;iBAEF;;;;IAQD,4BAAC;CAhBD;;;;;;ACFA;IAGA;KAMmC;;gBANlC,QAAQ,SAAC;oBACR,YAAY,EAAE,CAAC,qBAAqB,CAAC;oBACrC,OAAO,EAAE,EACR;oBACD,OAAO,EAAE,CAAC,qBAAqB,CAAC;iBACjC;;IACiC,yBAAC;CANnC;;;;;;;;;;;;;;"} \ No newline at end of file diff --git a/dist/ngx-flowchart/lib/ngx-flowchart.component.d.ts b/dist/ngx-flowchart/lib/ngx-flowchart.component.d.ts new file mode 100644 index 0000000..e03b8e9 --- /dev/null +++ b/dist/ngx-flowchart/lib/ngx-flowchart.component.d.ts @@ -0,0 +1,5 @@ +import { OnInit } from '@angular/core'; +export declare class NgxFlowchartComponent implements OnInit { + constructor(); + ngOnInit(): void; +} diff --git a/dist/ngx-flowchart/lib/ngx-flowchart.module.d.ts b/dist/ngx-flowchart/lib/ngx-flowchart.module.d.ts new file mode 100644 index 0000000..2c8f05b --- /dev/null +++ b/dist/ngx-flowchart/lib/ngx-flowchart.module.d.ts @@ -0,0 +1,2 @@ +export declare class NgxFlowchartModule { +} diff --git a/dist/ngx-flowchart/lib/ngx-flowchart.service.d.ts b/dist/ngx-flowchart/lib/ngx-flowchart.service.d.ts new file mode 100644 index 0000000..1bb27f8 --- /dev/null +++ b/dist/ngx-flowchart/lib/ngx-flowchart.service.d.ts @@ -0,0 +1,3 @@ +export declare class NgxFlowchartService { + constructor(); +} diff --git a/dist/ngx-flowchart/ngx-flowchart.d.ts b/dist/ngx-flowchart/ngx-flowchart.d.ts new file mode 100644 index 0000000..e5daacf --- /dev/null +++ b/dist/ngx-flowchart/ngx-flowchart.d.ts @@ -0,0 +1,4 @@ +/** + * Generated bundle index. Do not edit. + */ +export * from './public-api'; diff --git a/dist/ngx-flowchart/ngx-flowchart.metadata.json b/dist/ngx-flowchart/ngx-flowchart.metadata.json new file mode 100644 index 0000000..89ab0de --- /dev/null +++ b/dist/ngx-flowchart/ngx-flowchart.metadata.json @@ -0,0 +1 @@ +{"__symbolic":"module","version":4,"metadata":{"NgxFlowchartService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":2,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]},"statics":{"ngInjectableDef":{}}},"NgxFlowchartComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"fc-canvas","template":"\n\n ngx-flowchart works!\n
\n ","styles":[]}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"NgxFlowchartModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":3,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"NgxFlowchartComponent"}],"imports":[],"exports":[{"__symbolic":"reference","name":"NgxFlowchartComponent"}]}]}],"members":{}}},"origins":{"NgxFlowchartService":"./lib/ngx-flowchart.service","NgxFlowchartComponent":"./lib/ngx-flowchart.component","NgxFlowchartModule":"./lib/ngx-flowchart.module"},"importAs":"ngx-flowchart"} \ No newline at end of file diff --git a/dist/ngx-flowchart/package.json b/dist/ngx-flowchart/package.json new file mode 100644 index 0000000..02b2d4b --- /dev/null +++ b/dist/ngx-flowchart/package.json @@ -0,0 +1,21 @@ +{ + "name": "ngx-flowchart", + "version": "0.0.1", + "peerDependencies": { + "@angular/common": "^8.0.3", + "@angular/core": "^8.0.3" + }, + "main": "bundles/ngx-flowchart.umd.js", + "module": "fesm5/ngx-flowchart.js", + "es2015": "fesm2015/ngx-flowchart.js", + "esm5": "esm5/ngx-flowchart.js", + "esm2015": "esm2015/ngx-flowchart.js", + "fesm5": "fesm5/ngx-flowchart.js", + "fesm2015": "fesm2015/ngx-flowchart.js", + "typings": "ngx-flowchart.d.ts", + "metadata": "ngx-flowchart.metadata.json", + "sideEffects": false, + "dependencies": { + "tslib": "^1.9.0" + } +} diff --git a/dist/ngx-flowchart/public-api.d.ts b/dist/ngx-flowchart/public-api.d.ts new file mode 100644 index 0000000..6ad14fe --- /dev/null +++ b/dist/ngx-flowchart/public-api.d.ts @@ -0,0 +1,3 @@ +export * from './lib/ngx-flowchart.service'; +export * from './lib/ngx-flowchart.component'; +export * from './lib/ngx-flowchart.module';