Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ build

# Debug chrome
out/chrome
/.vs
11,145 changes: 11,145 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

225 changes: 116 additions & 109 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,113 +1,120 @@
{
"name": "@qontu/ngx-inline-editor",
"version": "0.2.0-alpha.11",
"author": {
"name": "Carlos Caballero",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Carlos Caballero",
"email": "[email protected]"
"name": "@qontu/ngx-inline-editor",
"version": "0.09.0-alpha.01",
"author": {
"name": "Carlos Caballero",
"email": "[email protected]"
},
{
"name": "Toni Villena",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/qontu/ngx-inline-editor"
},
"bugs": {
"url": "https://github.com/qontu/ngx-inline-editor/issues"
},
"keywords": [
"angular",
"angular4"
],
"main": "ngx-inline-editor.umd.js",
"module": "ngx-inline-editor.es5.js",
"es2015": "ngx-inline-editor.es2015.js",
"typings": "ngx-inline-editor.d.ts",
"scripts": {
"gulp": "node_modules/.bin/gulp",
"build": "node_modules/.bin/gulp build && echo 'To publish a new version of library, please use npm run publish'",
"build:watch": "node_modules/.bin/gulp",
"debug": "node_modules/.bin/gulp watch:debug",
"clean": "node_modules/.bin/gulp clean",
"commit": "node_modules/.bin/git-cz",
"lint": "tslint --type-check --project ./src/tsconfig.json src/**/*.ts",
"publish": "cd dist && npm publish",
"test": "karma start"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
"maintainers": [
{
"name": "Carlos Caballero",
"email": "[email protected]"
},
{
"name": "Toni Villena",
"email": "[email protected]"
},
{
"name": "Simon Ward",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wardandpartners/ngx-inline-editor.git"
},
"bugs": {
"url": "https://github.com/qontu/ngx-inline-editor/issues"
},
"keywords": [
"angular",
"angular4",
"angular9"
],
"main": "ngx-inline-editor.umd.js",
"module": "ngx-inline-editor.es5.js",
"es2015": "ngx-inline-editor.es2015.js",
"typings": "ngx-inline-editor.d.ts",
"scripts": {
"gulp": "node_modules/.bin/gulp",
"build": "node_modules/.bin/gulp build && echo 'To publish a new version of library, please use npm run publish'",
"build:watch": "node_modules/.bin/gulp",
"debug": "node_modules/.bin/gulp watch:debug",
"clean": "node_modules/.bin/gulp clean",
"commit": "node_modules/.bin/git-cz",
"lint": "tslint --type-check --project ./src/tsconfig.json src/**/*.ts",
"publish": "cd dist && npm publish",
"test": "karma start"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@angular/cli": "^9.0.0"
},
"peerDependencies": {
"@angular/common": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0"
},
"devDependencies": {
"@angular/common": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@angular/platform-browser-dynamic": "^9.0.0",
"@types/del": "^2.2.32",
"@types/gulp": "4.0.3",
"@types/gulp-changed": "^0.0.31",
"@types/gulp-rename": "^0.0.32",
"@types/jasmine": "^2.5.47",
"@types/karma": "^0.13.36",
"@types/merge2": "^0.3.30",
"@types/node": "~7.0.13",
"@types/run-sequence": "^0.0.28",
"codelyzer": "^5.0.0",
"commitizen": "^2.9.6",
"conventional-changelog-lint": "^1.1.9",
"core-js": "^2.5.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-inline-ng2-template": "^4.0.0",
"gulp-ngc": "^0.3.2",
"gulp-rename": "^1.2.2",
"gulp-rollup": "2.14.0",
"gulp-typescript": "^3.2.2",
"jasmine-core": "^2.6.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-diff-reporter": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript": "^3.0.4",
"karma-typescript-angular2-transform": "^1.0.0",
"merge2": "^1.0.3",
"node-watch": "^0.5.2",
"phantomjs-prebuilt": "~2.1.14",
"protractor": "~5.1.0",
"reflect-metadata": "~0.1.10",
"rollup": "^0.47.2",
"run-sequence": "^1.2.2",
"rxjs": "^6.5.4",
"ts-node": "~3.3.0",
"tslint": "^5.7.0",
"typescript": "^4.0.2",
"zone.js": "^0.8.17"
},
"engines": {
"node": ">=9.0.0"
}
},
"dependencies": {},
"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0"
},
"devDependencies": {
"@angular/common": "^4.3.6",
"@angular/compiler": "^4.3.6",
"@angular/core": "^4.3.6",
"@angular/forms": "^4.3.6",
"@angular/platform-browser": "^4.3.6",
"@angular/platform-browser-dynamic": "^4.3.6",
"@types/del": "^2.2.32",
"@types/gulp": "4.0.3",
"@types/gulp-changed": "^0.0.31",
"@types/gulp-rename": "^0.0.32",
"@types/jasmine": "^2.5.47",
"@types/karma": "^0.13.36",
"@types/merge2": "^0.3.30",
"@types/node": "~7.0.13",
"@types/run-sequence": "^0.0.28",
"codelyzer": "^3.1.2",
"commitizen": "^2.9.6",
"conventional-changelog-lint": "^1.1.9",
"core-js": "^2.5.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-inline-ng2-template": "^4.0.0",
"gulp-ngc": "^0.3.2",
"gulp-rename": "^1.2.2",
"gulp-rollup": "2.14.0",
"gulp-typescript": "^3.2.2",
"jasmine-core": "^2.6.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-diff-reporter": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript": "^3.0.4",
"karma-typescript-angular2-transform": "^1.0.0",
"merge2": "^1.0.3",
"node-watch": "^0.5.2",
"phantomjs-prebuilt": "~2.1.14",
"protractor": "~5.1.0",
"reflect-metadata": "~0.1.10",
"rollup": "^0.47.2",
"run-sequence": "^1.2.2",
"rxjs": "^5.4.3",
"ts-node": "~3.3.0",
"tslint": "^5.7.0",
"typescript": "~2.4.2",
"zone.js": "^0.8.17"
},
"engines": {
"node": ">=6.0.0"
}
}
2 changes: 1 addition & 1 deletion src/inline-editor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { InputSelectComponent } from "./inputs/input-select.component";
import { InputDateComponent } from "./inputs/input-date.component";
import { InputTimeComponent } from "./inputs/input-time.component";
import { InputDatetimeComponent } from "./inputs/input-datetime.component";
import { Subscription } from "rxjs/Subscription";
import { Subscription } from "rxjs";
import { SelectOptions } from "./types/select-options.interface";
import { InlineEditorError } from "./types/inline-editor-error.interface";
import {
Expand Down
2 changes: 1 addition & 1 deletion src/inline-editor.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { InlineConfig } from "./types/inline-configs";
import { Subscription } from "rxjs/Subscription";
import { Subscription } from "rxjs";
import { Events } from "./types/inline-editor-events.class";
import { InlineEditorState } from "./types/inline-editor-state.class";
import { EventEmitter } from "@angular/core";
Expand Down
Loading