@cauca-911/material 21.1.0 → 21.1.1
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cauca-911/material",
|
|
3
|
-
"version": "21.1.
|
|
3
|
+
"version": "21.1.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=21.2.0",
|
|
6
6
|
"@angular/core": ">=21.2.0",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"material"
|
|
23
23
|
],
|
|
24
24
|
"module": "fesm2022/cauca-911-material.mjs",
|
|
25
|
-
"typings": "
|
|
25
|
+
"typings": "types/cauca-911-material.d.ts",
|
|
26
26
|
"exports": {
|
|
27
27
|
"./package.json": {
|
|
28
28
|
"default": "./package.json"
|
|
29
29
|
},
|
|
30
30
|
".": {
|
|
31
|
-
"types": "./
|
|
31
|
+
"types": "./types/cauca-911-material.d.ts",
|
|
32
32
|
"default": "./fesm2022/cauca-911-material.mjs"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
@@ -252,7 +252,7 @@ declare class SnackBarComponent {
|
|
|
252
252
|
showCloseButton: InputSignal<boolean>;
|
|
253
253
|
type: InputSignal<'info' | 'success' | 'warning' | 'error'>;
|
|
254
254
|
variant: InputSignal<'filled' | 'outlined' | 'standard'>;
|
|
255
|
-
appearanceClasses: Signal<("error" | "info" | "
|
|
255
|
+
appearanceClasses: Signal<("error" | "info" | "success" | "warning" | "filled" | "outlined" | "standard")[]>;
|
|
256
256
|
buttonSpecificColor: InputSignal<string>;
|
|
257
257
|
buttonIcon: InputSignal<string>;
|
|
258
258
|
inProgress: InputSignal<boolean>;
|
|
@@ -357,7 +357,7 @@ declare class PasswordInputComponent implements ControlValueAccessor {
|
|
|
357
357
|
passwordControl: FormControl;
|
|
358
358
|
disabled: WritableSignal<boolean>;
|
|
359
359
|
showPassword: WritableSignal<boolean>;
|
|
360
|
-
inputType: _angular_core.Signal<"
|
|
360
|
+
inputType: _angular_core.Signal<"password" | "text">;
|
|
361
361
|
constructor();
|
|
362
362
|
writeValue(value: string): void;
|
|
363
363
|
registerOnChange(fn: any): void;
|
|
@@ -561,6 +561,7 @@ declare class PageTitleComponent {
|
|
|
561
561
|
breadcrumbLocation: _angular_core.Signal<BreadcrumbLocation[]>;
|
|
562
562
|
currentBreadcrumb: _angular_core.Signal<string>;
|
|
563
563
|
mustTranslateBreadcrumb: _angular_core.Signal<boolean>;
|
|
564
|
+
hasBreadcrumb: _angular_core.Signal<boolean>;
|
|
564
565
|
private readonly breadcrumbService;
|
|
565
566
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PageTitleComponent, never>;
|
|
566
567
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PageTitleComponent, "cauca-page-title", never, { "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "showBreadcrumb": { "alias": "showBreadcrumb"; "required": false; "isSignal": true; }; "location": { "alias": "location"; "required": false; "isSignal": true; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; "isSignal": true; }; "baseCrumb": { "alias": "baseCrumb"; "required": false; "isSignal": true; }; "translateBreadcrumb": { "alias": "translateBreadcrumb"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|