From 7baf7b9e5f1dbd51b2885bd7907087efd4b409cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Udo=20Sch=C3=B6fer?= Date: Sun, 9 Jul 2017 20:31:41 +0200 Subject: [PATCH] 1.4.18 --- modules/core/package.json | 2 +- .../src/service/dynamic-form.service.spec.ts | 16 ++++++++-------- modules/ui-basic/package.json | 4 ++-- modules/ui-bootstrap/package.json | 4 ++-- modules/ui-foundation/package.json | 4 ++-- modules/ui-ionic/package.json | 4 ++-- modules/ui-kendo/package.json | 4 ++-- modules/ui-material/package.json | 4 ++-- modules/ui-ng-bootstrap/package.json | 4 ++-- modules/ui-primeng/package.json | 4 ++-- package.json | 2 +- 11 files changed, 26 insertions(+), 26 deletions(-) diff --git a/modules/core/package.json b/modules/core/package.json index 0ca382b2a..316e87223 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -1,6 +1,6 @@ { "name": "@ng2-dynamic-forms/core", - "version": "1.4.17", + "version": "1.4.18", "description": "A rapid form development library for Angular 2.x and higher", "main": "./bundles/core.umd.js", "module": "./bundles/core.es.js", diff --git a/modules/core/src/service/dynamic-form.service.spec.ts b/modules/core/src/service/dynamic-form.service.spec.ts index e86b6f9f7..051095760 100644 --- a/modules/core/src/service/dynamic-form.service.spec.ts +++ b/modules/core/src/service/dynamic-form.service.spec.ts @@ -365,8 +365,8 @@ describe("DynamicFormService test suite", () => { index = 3, step = 1; - (formArray.at(index) as FormGroup).controls["basicArrayGroupInput"].setValue("next test value 1"); - (formArray.at(index + step) as FormGroup).controls["basicArrayGroupInput"].setValue("next test value 2"); + (formArray.at(index) as FormGroup).controls["testFormArrayGroupInput"].setValue("next test value 1"); + (formArray.at(index + step) as FormGroup).controls["testFormArrayGroupInput"].setValue("next test value 2"); (model.get(index).get(0) as DynamicFormValueControlModel).valueUpdates.next("next test value 1"); (model.get(index + step).get(0) as DynamicFormValueControlModel).valueUpdates.next("next test value 2"); @@ -375,8 +375,8 @@ describe("DynamicFormService test suite", () => { expect(formArray.length).toBe(model.initialCount); - expect((formArray.at(index) as FormGroup).controls["basicArrayGroupInput"].value).toEqual("next test value 2"); - expect((formArray.at(index + step) as FormGroup).controls["basicArrayGroupInput"].value).toEqual("next test value 1"); + expect((formArray.at(index) as FormGroup).controls["testFormArrayGroupInput"].value).toEqual("next test value 2"); + expect((formArray.at(index + step) as FormGroup).controls["testFormArrayGroupInput"].value).toEqual("next test value 1"); expect((model.get(index).get(0) as DynamicFormValueControlModel).value).toEqual("next test value 2"); expect((model.get(index + step).get(0) as DynamicFormValueControlModel).value).toEqual("next test value 1"); @@ -390,8 +390,8 @@ describe("DynamicFormService test suite", () => { index = 3, step = -1; - (formArray.at(index) as FormGroup).controls["basicArrayGroupInput"].setValue("next test value 1"); - (formArray.at(index + step) as FormGroup).controls["basicArrayGroupInput"].setValue("next test value 2"); + (formArray.at(index) as FormGroup).controls["testFormArrayGroupInput"].setValue("next test value 1"); + (formArray.at(index + step) as FormGroup).controls["testFormArrayGroupInput"].setValue("next test value 2"); (model.get(index).get(0) as DynamicFormValueControlModel).valueUpdates.next("next test value 1"); (model.get(index + step).get(0) as DynamicFormValueControlModel).valueUpdates.next("next test value 2"); @@ -400,8 +400,8 @@ describe("DynamicFormService test suite", () => { expect(formArray.length).toBe(model.initialCount); - expect((formArray.at(index) as FormGroup).controls["basicArrayGroupInput"].value).toEqual("next test value 2"); - expect((formArray.at(index + step) as FormGroup).controls["basicArrayGroupInput"].value).toEqual("next test value 1"); + expect((formArray.at(index) as FormGroup).controls["testFormArrayGroupInput"].value).toEqual("next test value 2"); + expect((formArray.at(index + step) as FormGroup).controls["testFormArrayGroupInput"].value).toEqual("next test value 1"); expect((model.get(index).get(0) as DynamicFormValueControlModel).value).toEqual("next test value 2"); expect((model.get(index + step).get(0) as DynamicFormValueControlModel).value).toEqual("next test value 1"); diff --git a/modules/ui-basic/package.json b/modules/ui-basic/package.json index 98acf2a51..efd4ae70c 100644 --- a/modules/ui-basic/package.json +++ b/modules/ui-basic/package.json @@ -1,6 +1,6 @@ { "name": "@ng2-dynamic-forms/ui-basic", - "version": "1.4.17", + "version": "1.4.18", "description": "Basic UI package for ng2 Dynamic Forms", "main": "./bundles/ui-basic.umd.js", "module": "./bundles/ui-basic.es.js", @@ -32,7 +32,7 @@ "@angular/core": "^4.0.0", "@angular/common": "^4.0.0", "@angular/forms": "^4.0.0", - "@ng2-dynamic-forms/core": "^1.4.17", + "@ng2-dynamic-forms/core": "^1.4.18", "angular2-text-mask": "^8.0.1", "rxjs": "^5.2.0" } diff --git a/modules/ui-bootstrap/package.json b/modules/ui-bootstrap/package.json index ffc5df490..05cfa0ad2 100644 --- a/modules/ui-bootstrap/package.json +++ b/modules/ui-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@ng2-dynamic-forms/ui-bootstrap", - "version": "1.4.17", + "version": "1.4.18", "description": "Bootstrap UI package for ng2 Dynamic Forms", "main": "./bundles/ui-bootstrap.umd.js", "module": "./bundles/ui-bootstrap.es.js", @@ -33,7 +33,7 @@ "@angular/core": "^4.0.0", "@angular/forms": "^4.0.0", "@angular/common": "^4.0.0", - "@ng2-dynamic-forms/core": "^1.4.17", + "@ng2-dynamic-forms/core": "^1.4.18", "bootstrap": "^3.3.7", "angular2-text-mask": "^8.0.1", "rxjs": "^5.2.0" diff --git a/modules/ui-foundation/package.json b/modules/ui-foundation/package.json index f6c9a740d..f351110b5 100644 --- a/modules/ui-foundation/package.json +++ b/modules/ui-foundation/package.json @@ -1,6 +1,6 @@ { "name": "@ng2-dynamic-forms/ui-foundation", - "version": "1.4.17", + "version": "1.4.18", "description": "Foundation UI package for ng2 Dynamic Forms", "main": "./bundles/ui-foundation.umd.js", "module": "./bundles/ui-foundation.es.js", @@ -33,7 +33,7 @@ "@angular/core": "^4.0.0", "@angular/common": "^4.0.0", "@angular/forms": "^4.0.0", - "@ng2-dynamic-forms/core": "^1.4.17", + "@ng2-dynamic-forms/core": "^1.4.18", "angular2-text-mask": "^8.0.1", "foundation-sites": "^6.3.1", "rxjs": "^5.2.0" diff --git a/modules/ui-ionic/package.json b/modules/ui-ionic/package.json index 00050ad53..3e789fce2 100644 --- a/modules/ui-ionic/package.json +++ b/modules/ui-ionic/package.json @@ -1,6 +1,6 @@ { "name": "@ng2-dynamic-forms/ui-ionic", - "version": "1.4.17", + "version": "1.4.18", "description": "Ionic UI package for ng2 Dynamic Forms", "main": "./bundles/ui-ionic.umd.js", "module": "./bundles/ui-ionic.es.js", @@ -33,7 +33,7 @@ "@angular/core": "^4.0.0", "@angular/common": "^4.0.0", "@angular/forms": "^4.0.0", - "@ng2-dynamic-forms/core": "^1.4.17", + "@ng2-dynamic-forms/core": "^1.4.18", "angular2-text-mask": "^8.0.1", "ionic-angular": "^3.0.1", "rxjs": "^5.2.0" diff --git a/modules/ui-kendo/package.json b/modules/ui-kendo/package.json index 2c4a61448..50bf3935b 100644 --- a/modules/ui-kendo/package.json +++ b/modules/ui-kendo/package.json @@ -1,6 +1,6 @@ { "name": "@ng2-dynamic-forms/ui-kendo", - "version": "1.4.17", + "version": "1.4.18", "description": "Kendo UI package for ng2 Dynamic Forms", "main": "./bundles/ui-kendo.umd.js", "module": "./bundles/ui-kendo.es.js", @@ -33,7 +33,7 @@ "@angular/core": "^4.0.0", "@angular/common": "^4.0.0", "@angular/forms": "^4.0.0", - "@ng2-dynamic-forms/core": "^1.4.17", + "@ng2-dynamic-forms/core": "^1.4.18", "@progress/kendo-angular-dateinputs": "^1.0.0", "@progress/kendo-angular-dropdowns": "^1.0.0", "@progress/kendo-angular-inputs": "^1.0.0", diff --git a/modules/ui-material/package.json b/modules/ui-material/package.json index 2a6b36c12..796cf67ac 100644 --- a/modules/ui-material/package.json +++ b/modules/ui-material/package.json @@ -1,6 +1,6 @@ { "name": "@ng2-dynamic-forms/ui-material", - "version": "1.4.17", + "version": "1.4.18", "description": "Material UI package for ng2 Dynamic Forms", "main": "./bundles/ui-material.umd.js", "module": "./bundles/ui-material.es.js", @@ -34,7 +34,7 @@ "@angular/common": "^4.0.0", "@angular/forms": "^4.0.0", "@angular/material": "^2.0.0-beta.8", - "@ng2-dynamic-forms/core": "^1.4.17", + "@ng2-dynamic-forms/core": "^1.4.18", "rxjs": "^5.2.0" } } \ No newline at end of file diff --git a/modules/ui-ng-bootstrap/package.json b/modules/ui-ng-bootstrap/package.json index fe822b0cf..493532c2b 100644 --- a/modules/ui-ng-bootstrap/package.json +++ b/modules/ui-ng-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@ng2-dynamic-forms/ui-ng-bootstrap", - "version": "1.4.17", + "version": "1.4.18", "description": "NG Bootstrap UI package for ng2 Dynamic Forms", "main": "./bundles/ui-ng-bootstrap.umd.js", "module": "./bundles/ui-ng-bootstrap.es.js", @@ -35,7 +35,7 @@ "@angular/forms": "^4.0.0", "@angular/common": "^4.0.0", "@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.26", - "@ng2-dynamic-forms/core": "^1.4.17", + "@ng2-dynamic-forms/core": "^1.4.18", "angular2-text-mask": "^8.0.1", "bootstrap": "^4.0.0-alpha.6", "rxjs": "^5.2.0" diff --git a/modules/ui-primeng/package.json b/modules/ui-primeng/package.json index a6a92e6d0..9265fb1e8 100644 --- a/modules/ui-primeng/package.json +++ b/modules/ui-primeng/package.json @@ -1,6 +1,6 @@ { "name": "@ng2-dynamic-forms/ui-primeng", - "version": "1.4.17", + "version": "1.4.18", "description": "PrimeNG UI package for ng2 Dynamic Forms", "main": "./bundles/ui-primeng.umd.js", "module": "./bundles/ui-primeng.es.js", @@ -33,7 +33,7 @@ "@angular/core": "^4.0.0", "@angular/common": "^4.0.0", "@angular/forms": "^4.0.0", - "@ng2-dynamic-forms/core": "^1.4.17", + "@ng2-dynamic-forms/core": "^1.4.18", "primeng": "^4.0.0", "rxjs": "^5.2.0" }, diff --git a/package.json b/package.json index 728bbc21f..376236ebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-dynamic-forms", - "version": "1.4.17", + "version": "1.4.18", "description": "A rapid form development library for Angular", "scripts": { "compile:app:aot": "ngc -p tsconfig.app.ngc.json",