chrv-components 1.11.2 → 1.11.4

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 CHANGED
@@ -14,7 +14,6 @@ import { SafeHtml, DomSanitizer } from '@angular/platform-browser';
14
14
  import { HttpClient, HttpInterceptorFn, HttpEvent, HttpFeature } from '@angular/common/http';
15
15
  import * as _angular_animations from '@angular/animations';
16
16
  export * from 'chrv-pipes';
17
- export * from 'ngx-mask';
18
17
 
19
18
  interface Breadcrumb {
20
19
  display: string;
@@ -936,7 +935,7 @@ declare class ChrTableHeaderCellComponent {
936
935
 
937
936
  declare class ChrCheckboxComponent {
938
937
  checked: boolean;
939
- readonly type: _angular_core.InputSignal<"info" | "success">;
938
+ readonly type: _angular_core.InputSignal<"success" | "info">;
940
939
  readonly disabled: _angular_core.InputSignal<boolean>;
941
940
  readonly change: _angular_core.OutputEmitterRef<{
942
941
  checked: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrv-components",
3
- "version": "1.11.2",
3
+ "version": "1.11.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0",
6
6
  "@angular/core": ">=17.0.0",
Binary file