@recursyve/nice-ui-kit.v2 20.0.0-beta.147 → 21.0.0-beta.147
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/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recursyve/nice-ui-kit.v2",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0-beta.147",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"sass": "./_index.scss",
|
|
7
|
-
"types": "./
|
|
7
|
+
"types": "./types/recursyve-nice-ui-kit.v2.d.ts",
|
|
8
8
|
"default": "./fesm2022/recursyve-nice-ui-kit.v2.mjs"
|
|
9
9
|
},
|
|
10
10
|
"./package.json": {
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@angular/cdk": "^
|
|
16
|
-
"@angular/common": "^
|
|
17
|
-
"@angular/core": "^
|
|
18
|
-
"@angular/forms": "^
|
|
19
|
-
"@angular/material": "^
|
|
20
|
-
"@recursyve/ngx-form-generator": ">=
|
|
21
|
-
"ngx-mask": "^
|
|
15
|
+
"@angular/cdk": "^21.0.0",
|
|
16
|
+
"@angular/common": "^21.0.0",
|
|
17
|
+
"@angular/core": "^21.0.0",
|
|
18
|
+
"@angular/forms": "^21.0.0",
|
|
19
|
+
"@angular/material": "^21.0.0",
|
|
20
|
+
"@recursyve/ngx-form-generator": ">= 21.0.0-beta.50",
|
|
21
|
+
"ngx-mask": "^21.0.0",
|
|
22
22
|
"perfect-scrollbar": "^1.5.5",
|
|
23
23
|
"uuid": ">= 9.0.0"
|
|
24
24
|
},
|
|
@@ -28,6 +28,6 @@
|
|
|
28
28
|
"class-transformer": "^0.5.1"
|
|
29
29
|
},
|
|
30
30
|
"module": "fesm2022/recursyve-nice-ui-kit.v2.mjs",
|
|
31
|
-
"typings": "
|
|
31
|
+
"typings": "types/recursyve-nice-ui-kit.v2.d.ts",
|
|
32
32
|
"sideEffects": false
|
|
33
33
|
}
|
|
@@ -74,7 +74,7 @@ declare abstract class NiceHttpExceptionFactory<Code = any> {
|
|
|
74
74
|
|
|
75
75
|
declare const TRANSFORM_TYPE: HttpContextToken<Type<any>>;
|
|
76
76
|
declare class NiceTransformResponseInterceptor implements HttpInterceptor {
|
|
77
|
-
intercept(req: HttpRequest<any>, next: HttpHandler): rxjs.Observable<_angular_common_http.
|
|
77
|
+
intercept(req: HttpRequest<any>, next: HttpHandler): rxjs.Observable<_angular_common_http.HttpDownloadProgressEvent | _angular_common_http.HttpUploadProgressEvent | _angular_common_http.HttpSentEvent | _angular_common_http.HttpHeaderResponse | HttpResponse<any> | _angular_common_http.HttpUserEvent<any>>;
|
|
78
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceTransformResponseInterceptor, never>;
|
|
79
79
|
static ɵprov: i0.ɵɵInjectableDeclaration<NiceTransformResponseInterceptor>;
|
|
80
80
|
}
|
|
@@ -1083,16 +1083,12 @@ declare class NiceDrawerComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
1083
1083
|
get styleList(): any;
|
|
1084
1084
|
/**
|
|
1085
1085
|
* On mouseenter
|
|
1086
|
-
*
|
|
1087
|
-
* @private
|
|
1088
1086
|
*/
|
|
1089
|
-
|
|
1087
|
+
_onMouseenter(): void;
|
|
1090
1088
|
/**
|
|
1091
1089
|
* On mouseleave
|
|
1092
|
-
*
|
|
1093
|
-
* @private
|
|
1094
1090
|
*/
|
|
1095
|
-
|
|
1091
|
+
_onMouseleave(): void;
|
|
1096
1092
|
/**
|
|
1097
1093
|
* On changes
|
|
1098
1094
|
*
|
|
@@ -3176,7 +3172,7 @@ declare class NiceAutogrowDirective implements OnChanges, OnInit, OnDestroy {
|
|
|
3176
3172
|
private _height;
|
|
3177
3173
|
private _unsubscribeAll;
|
|
3178
3174
|
padding: number;
|
|
3179
|
-
|
|
3175
|
+
_rows: number;
|
|
3180
3176
|
/**
|
|
3181
3177
|
* Constructor
|
|
3182
3178
|
*/
|
|
@@ -3200,7 +3196,7 @@ declare class NiceAutogrowDirective implements OnChanges, OnInit, OnDestroy {
|
|
|
3200
3196
|
/**
|
|
3201
3197
|
* Resize on 'input' and 'ngModelChange' events
|
|
3202
3198
|
*/
|
|
3203
|
-
|
|
3199
|
+
_resize(): void;
|
|
3204
3200
|
static ɵfac: i0.ɵɵFactoryDeclaration<NiceAutogrowDirective, never>;
|
|
3205
3201
|
static ɵdir: i0.ɵɵDirectiveDeclaration<NiceAutogrowDirective, "textarea[niceAutogrow]", ["niceAutogrow"], { "padding": { "alias": "niceAutogrowVerticalPadding"; "required": false; }; }, {}, never, never, false, never>;
|
|
3206
3202
|
}
|