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/README.md +153 -28
- package/chrv-components-1.11.4.tgz +0 -0
- package/fesm2022/chrv-components.mjs +0 -1
- package/fesm2022/chrv-components.mjs.map +1 -1
- package/index.d.ts +1 -2
- package/package.json +1 -1
- package/chrv-components-1.11.2.tgz +0 -0
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<"
|
|
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
|
Binary file
|