@cauca-911/material 20.2.11 → 21.0.0

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,14 +1,14 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "20.2.11",
3
+ "version": "21.0.0",
4
4
  "peerDependencies": {
5
- "@angular/common": ">=20.2.1",
6
- "@angular/core": ">=20.2.1",
7
- "@angular/material": ">=20.2.0",
8
- "@cauca-911/core": ">=20.2.0",
9
- "ngx-mat-select-search": ">=8.0.0",
5
+ "@angular/common": ">=21.2.0",
6
+ "@angular/core": ">=21.2.0",
7
+ "@angular/material": ">=21.2.0",
8
+ "@cauca-911/core": ">=21.0.0",
9
+ "ngx-mat-select-search": ">=8.0.4",
10
10
  "ngx-color-picker": ">=20.1.1",
11
- "@fortawesome/angular-fontawesome": "^3.0.0"
11
+ "@fortawesome/angular-fontawesome": "^4.0.0"
12
12
  },
13
13
  "homepage": "https://cauca.ca",
14
14
  "license": "SEE LICENSE IN LICENSE",
@@ -22,13 +22,13 @@
22
22
  "material"
23
23
  ],
24
24
  "module": "fesm2022/cauca-911-material.mjs",
25
- "typings": "index.d.ts",
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": "./index.d.ts",
31
+ "types": "./types/cauca-911-material.d.ts",
32
32
  "default": "./fesm2022/cauca-911-material.mjs"
33
33
  }
34
34
  },
@@ -148,16 +148,16 @@ declare class StrokedButtonComponent extends BaseButtonWithLabel {
148
148
  }
149
149
 
150
150
  declare class ButtonComponent {
151
- class: string | null;
152
- inProgress: boolean;
153
- disable: boolean;
154
- label: string;
155
- icon: string | null;
156
- color: string;
157
- type: 'basic' | 'raised' | 'stroked' | 'flat' | 'icon' | 'fab';
158
- buttonClick: EventEmitter<void>;
151
+ class: i0.InputSignal<string>;
152
+ inProgress: i0.InputSignal<boolean>;
153
+ disable: i0.InputSignal<boolean>;
154
+ label: i0.InputSignal<string>;
155
+ icon: i0.InputSignal<string>;
156
+ color: i0.InputSignal<string>;
157
+ type: i0.InputSignal<"flat" | "basic" | "raised" | "stroked" | "icon" | "fab">;
158
+ buttonClick: i0.OutputEmitterRef<void>;
159
159
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
160
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cauca-button", never, { "class": { "alias": "class"; "required": false; }; "inProgress": { "alias": "inProgress"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "color": { "alias": "color"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
160
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "cauca-button", never, { "class": { "alias": "class"; "required": false; "isSignal": true; }; "inProgress": { "alias": "inProgress"; "required": false; "isSignal": true; }; "disable": { "alias": "disable"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, { "buttonClick": "buttonClick"; }, never, never, true, never>;
161
161
  }
162
162
 
163
163
  declare class DialogService {
@@ -328,7 +328,7 @@ declare class PasswordCriteriaViewerComponent {
328
328
  declare class PasswordSelectionComponent implements ControlValueAccessor {
329
329
  form: UntypedFormGroup;
330
330
  passwordValidation: PasswordValidation;
331
- disabled: boolean;
331
+ disabled: i0.WritableSignal<boolean>;
332
332
  direction: 'row' | 'column';
333
333
  formWidth: string;
334
334
  showCriteriaOnlyWhenPasswordHasValue: i0.InputSignal<boolean>;
@@ -718,46 +718,6 @@ declare class CaucaInputMultipleLangueComponent implements OnInit {
718
718
  static ɵcmp: i0.ɵɵComponentDeclaration<CaucaInputMultipleLangueComponent, "cauca-input-multiple-langue", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
719
719
  }
720
720
 
721
- declare class MenuItem {
722
- label: string;
723
- path: string;
724
- icon: string | string[];
725
- activated: boolean;
726
- childs: MenuItem[];
727
- constructor(label: string, path: string, icon?: string | string[]);
728
- }
729
-
730
- declare class CaucaMenuSidebarComponent {
731
- menuItems: MenuItem[];
732
- version: string;
733
- private hostElement;
734
- private keepMenuExpanded;
735
- constructor();
736
- onResize(_e: any): void;
737
- onMenuItemClick(): void;
738
- hideOnMobile(): void;
739
- showOnMobile(): void;
740
- onToggleCollapse(): void;
741
- private setDisplayMenu;
742
- private onMouseOver;
743
- private onMouseOut;
744
- private onExpandedMenu;
745
- private onCollapseMenu;
746
- static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMenuSidebarComponent, never>;
747
- static ɵcmp: i0.ɵɵComponentDeclaration<CaucaMenuSidebarComponent, "cauca-menu-sidebar", never, { "menuItems": { "alias": "menuItems"; "required": false; }; "version": { "alias": "version"; "required": false; }; }, {}, never, ["[header]", "[beforeMenu]", "[afterMenu]", "[footer]"], true, never>;
748
- }
749
-
750
- declare class CaucaMenuVerticalComponent {
751
- itemClick: EventEmitter<any>;
752
- menuItems: MenuItem[];
753
- private readonly router;
754
- constructor();
755
- goTo(path: string, e: any): void;
756
- private selectActiveRoute;
757
- static ɵfac: i0.ɵɵFactoryDeclaration<CaucaMenuVerticalComponent, never>;
758
- static ɵcmp: i0.ɵɵComponentDeclaration<CaucaMenuVerticalComponent, "cauca-menu-vertical", never, { "menuItems": { "alias": "menuItems"; "required": false; }; }, { "itemClick": "itemClick"; }, never, never, true, never>;
759
- }
760
-
761
721
  declare class SimpleDialogData {
762
722
  title: string;
763
723
  message: string;
@@ -776,10 +736,10 @@ declare class CaucaSlideshowComponent implements OnInit {
776
736
  container: ElementRef;
777
737
  height: string;
778
738
  autoPlay: boolean;
739
+ states: any[];
740
+ selectedIndex: number;
779
741
  private timer;
780
742
  private items;
781
- private states;
782
- private selectedIndex;
783
743
  set images(list: string[]);
784
744
  get images(): string[];
785
745
  ngOnInit(): void;
@@ -791,5 +751,5 @@ declare class CaucaSlideshowComponent implements OnInit {
791
751
  static ɵcmp: i0.ɵɵComponentDeclaration<CaucaSlideshowComponent, "cauca-slideshow", never, { "height": { "alias": "height"; "required": false; }; "autoPlay": { "alias": "autoPlay"; "required": false; }; "images": { "alias": "images"; "required": false; }; }, {}, never, never, true, never>;
792
752
  }
793
753
 
794
- export { AutoTrimAndLowerDirective, BadgeComponent, BasicButtonComponent, BreadcrumbLocation, BreadcrumbService, ButtonComponent, CaucaDateTimePickerComponent, CaucaInputFileComponent, CaucaInputMultipleLangueComponent, CaucaMaterialComponent, CaucaMaterialService, CaucaMenuSidebarComponent, CaucaMenuVerticalComponent, CaucaSimpleDialogComponent, CaucaSlideshowComponent, ColorPickerComponent, ConfirmationResult, DateRangePickerComponent, DialogService, DropdownChipAutocompleteComponent, ExpandablePanelComponent, FabButtonComponent, FlatButtonComponent, FormErrorModule, GroupContainerComponent, HasErrorDirective, HasErrorRootDirective, IconButtonComponent, IconComponent, LinkButtonComponent, ListPaginatorComponent, LoadingErrorComponent, LoadingSpinnerIndicatorComponent, LoadingStateService, MainSectionComponent, MenuExpandablePanelComponent, MenuExpandablePanelItemComponent, MenuItem, MenuItemComponent, PageTitleComponent, PasswordCriteriaViewerComponent, PasswordInputComponent, PasswordSelectionComponent, RaisedButtonComponent, RefreshButtonComponent, RoundButtonComponent, SavingConfirmedBoxComponent, SavingErrorBoxComponent, SectionColumnComponent, SectionFieldComponent, SelectWithSearchComponent, SnackBarComponent, StrokedButtonComponent, provideCaucaMaterial };
754
+ export { AutoTrimAndLowerDirective, BadgeComponent, BasicButtonComponent, BreadcrumbLocation, BreadcrumbService, ButtonComponent, CaucaDateTimePickerComponent, CaucaInputFileComponent, CaucaInputMultipleLangueComponent, CaucaMaterialComponent, CaucaMaterialService, CaucaSimpleDialogComponent, CaucaSlideshowComponent, ColorPickerComponent, ConfirmationResult, DateRangePickerComponent, DialogService, DropdownChipAutocompleteComponent, ExpandablePanelComponent, FabButtonComponent, FlatButtonComponent, FormErrorModule, GroupContainerComponent, HasErrorDirective, HasErrorRootDirective, IconButtonComponent, IconComponent, LinkButtonComponent, ListPaginatorComponent, LoadingErrorComponent, LoadingSpinnerIndicatorComponent, LoadingStateService, MainSectionComponent, MenuExpandablePanelComponent, MenuExpandablePanelItemComponent, MenuItemComponent, PageTitleComponent, PasswordCriteriaViewerComponent, PasswordInputComponent, PasswordSelectionComponent, RaisedButtonComponent, RefreshButtonComponent, RoundButtonComponent, SavingConfirmedBoxComponent, SavingErrorBoxComponent, SectionColumnComponent, SectionFieldComponent, SelectWithSearchComponent, SnackBarComponent, StrokedButtonComponent, provideCaucaMaterial };
795
755
  export type { ConfirmationOptions, DateRange, HasErrorContext, InputOptions, Option };