superlikers-dynamic-forms 0.4.2 → 0.4.3
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/index.d.ts +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -100,7 +100,7 @@ declare class ValidatorArrayMessageDirective implements OnInit, OnDestroy {
|
|
|
100
100
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ValidatorArrayMessageDirective, "[appValidatorArrayMessage]", never, {}, {}, never, never, true, never>;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
declare const sharedControlDeps: (typeof
|
|
103
|
+
declare const sharedControlDeps: (typeof ValidatorMessageDirective | typeof HelpTextDirective | typeof ValidatorArrayMessageDirective | typeof CommonModule | typeof AsyncPipe)[];
|
|
104
104
|
declare const controlProvider: StaticProvider;
|
|
105
105
|
declare class BaseControlComponent implements OnInit, OnDestroy {
|
|
106
106
|
hostClass: string;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "superlikers-dynamic-forms",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^20.3.1",
|
|
6
|
+
"@angular/core": "^20.3.1"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.3.0"
|