@recursyve/nice-ui-kit.v2 20.0.0-beta.146 → 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": "20.0.0-beta.146",
3
+ "version": "21.0.0-beta.147",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./_index.scss",
7
- "types": "./index.d.ts",
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": "^20.0.0",
16
- "@angular/common": "^20.0.0",
17
- "@angular/core": "^20.0.0",
18
- "@angular/forms": "^20.0.0",
19
- "@angular/material": "^20.0.0",
20
- "@recursyve/ngx-form-generator": ">= 20.0.0-beta.50",
21
- "ngx-mask": "^20.0.0",
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": "index.d.ts",
31
+ "typings": "types/recursyve-nice-ui-kit.v2.d.ts",
32
32
  "sideEffects": false
33
33
  }
@@ -262,8 +262,8 @@ $palettes: ();
262
262
 
263
263
  $dark-theme: map.merge($base-dark-theme, (
264
264
  density: null,
265
- foreground: $foreground-light,
266
- background: $background-light
265
+ foreground: $foreground-dark,
266
+ background: $background-dark
267
267
  ));
268
268
 
269
269
  @return $dark-theme;
@@ -1456,6 +1456,13 @@ table {
1456
1456
  }
1457
1457
  }
1458
1458
 
1459
+ // -----------------------------------------------------------------------------------------------------
1460
+ // Sort
1461
+ // -----------------------------------------------------------------------------------------------------
1462
+ .mat-sort-header-arrow {
1463
+ --mat-sort-arrow-color: var(--nice-text-secondary);
1464
+ }
1465
+
1459
1466
  // -----------------------------------------------------------------------------------------------------
1460
1467
  // Checkbox
1461
1468
  // -----------------------------------------------------------------------------------------------------
@@ -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.HttpProgressEvent | _angular_common_http.HttpSentEvent | _angular_common_http.HttpHeaderResponse | HttpResponse<any> | _angular_common_http.HttpUserEvent<any>>;
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
- private _onMouseenter;
1087
+ _onMouseenter(): void;
1090
1088
  /**
1091
1089
  * On mouseleave
1092
- *
1093
- * @private
1094
1090
  */
1095
- private _onMouseleave;
1091
+ _onMouseleave(): void;
1096
1092
  /**
1097
1093
  * On changes
1098
1094
  *
@@ -2998,6 +2994,7 @@ declare abstract class TranslationFormComponent implements OnInit, OnDestroy, Ma
2998
2994
  writeValue(value: any): void;
2999
2995
  ngOnInit(): void;
3000
2996
  ngOnDestroy(): void;
2997
+ onFocusChange(focus: boolean): void;
3001
2998
  setLanguage(language: string): void;
3002
2999
  private setupFormControls;
3003
3000
  private handleDisabledState;
@@ -3175,7 +3172,7 @@ declare class NiceAutogrowDirective implements OnChanges, OnInit, OnDestroy {
3175
3172
  private _height;
3176
3173
  private _unsubscribeAll;
3177
3174
  padding: number;
3178
- private _rows;
3175
+ _rows: number;
3179
3176
  /**
3180
3177
  * Constructor
3181
3178
  */
@@ -3199,7 +3196,7 @@ declare class NiceAutogrowDirective implements OnChanges, OnInit, OnDestroy {
3199
3196
  /**
3200
3197
  * Resize on 'input' and 'ngModelChange' events
3201
3198
  */
3202
- private _resize;
3199
+ _resize(): void;
3203
3200
  static ɵfac: i0.ɵɵFactoryDeclaration<NiceAutogrowDirective, never>;
3204
3201
  static ɵdir: i0.ɵɵDirectiveDeclaration<NiceAutogrowDirective, "textarea[niceAutogrow]", ["niceAutogrow"], { "padding": { "alias": "niceAutogrowVerticalPadding"; "required": false; }; }, {}, never, never, false, never>;
3205
3202
  }