@wertzui/ngx-restworld-client 4.2.8 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/views/restworld-edit-form/restworld-edit-form.component.mjs +7 -4
- package/fesm2015/wertzui-ngx-restworld-client.mjs +6 -3
- package/fesm2015/wertzui-ngx-restworld-client.mjs.map +1 -1
- package/fesm2020/wertzui-ngx-restworld-client.mjs +6 -3
- package/fesm2020/wertzui-ngx-restworld-client.mjs.map +1 -1
- package/lib/views/restworld-edit-form/restworld-edit-form.component.d.ts +2 -1
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@ import { OnInit } from '@angular/core';
|
|
|
3
3
|
import { ChangeDetectorRef } from '@angular/core';
|
|
4
4
|
import { TemplateRef } from '@angular/core';
|
|
5
5
|
import { AbstractControl, FormArray, FormGroup } from '@angular/forms';
|
|
6
|
-
import { Property, PropertyType, Resource, Template } from '@wertzui/ngx-hal-client';
|
|
6
|
+
import { Property, PropertyPromptDisplayType, PropertyType, Resource, Template } from '@wertzui/ngx-hal-client';
|
|
7
7
|
import { MessageService } from 'primeng/api';
|
|
8
8
|
import { FormService } from '../../services/form.service';
|
|
9
9
|
import { RESTworldClientCollection } from '../../services/restworld-client-collection';
|
|
@@ -44,6 +44,7 @@ export declare class RestworldEditFormComponent implements OnInit {
|
|
|
44
44
|
inputCollectionRef?: TemplateRef<unknown>;
|
|
45
45
|
inputDefaultRef?: TemplateRef<unknown>;
|
|
46
46
|
get PropertyType(): typeof PropertyType;
|
|
47
|
+
get PropertyPromptDisplayType(): typeof PropertyPromptDisplayType;
|
|
47
48
|
get dateFormat(): string;
|
|
48
49
|
FormGroup: typeof FormGroup;
|
|
49
50
|
FormArray: typeof FormArray;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wertzui/ngx-restworld-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"author": "wertzui",
|
|
5
5
|
"description": "An Angular client to consume a RESTworld service that serves application/hal+json or hal-forms+json.",
|
|
6
6
|
"publishConfig": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@angular/router": "^13.2.5",
|
|
36
36
|
"@fortawesome/fontawesome-free": "^6.0.0",
|
|
37
37
|
"@jdrks/ngx-deep-linking": "^1.0.7",
|
|
38
|
-
"@wertzui/ngx-hal-client": "^2.1
|
|
38
|
+
"@wertzui/ngx-hal-client": "^2.2.1",
|
|
39
39
|
"cldr-dates-modern": "^40.0.0",
|
|
40
40
|
"cldr-numbers-modern": "^40.0.0",
|
|
41
41
|
"lodash": "^4.17.21",
|