@cauca-911/material 20.2.7 → 20.2.8-beta1

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
@@ -7,6 +7,7 @@ import { Clipboard } from '@angular/cdk/clipboard';
7
7
  import { ComponentType } from '@angular/cdk/portal';
8
8
  import * as rxjs from 'rxjs';
9
9
  import { Observable, Subject } from 'rxjs';
10
+ import { FaIconLibrary } from '@fortawesome/angular-fontawesome';
10
11
  import { BooleanInput } from '@angular/cdk/coercion';
11
12
  import { MatAutocomplete, MatAutocompleteTrigger, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
12
13
  import { MatSelect } from '@angular/material/select';
@@ -207,18 +208,6 @@ declare class BreadcrumbLocation {
207
208
  action?: () => void;
208
209
  }
209
210
 
210
- declare class BreadcrumbService {
211
- showBreadcrumb: Signal<boolean>;
212
- location: WritableSignal<BreadcrumbLocation[]>;
213
- breadcrumb: WritableSignal<string>;
214
- translateBreadcrumb: WritableSignal<boolean>;
215
- private readonly isShown;
216
- show(breadcrumb: string, location?: BreadcrumbLocation[], translateBreadcrumb?: boolean): void;
217
- hide(): void;
218
- static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbService, never>;
219
- static ɵprov: i0.ɵɵInjectableDeclaration<BreadcrumbService>;
220
- }
221
-
222
211
  declare class LoadingStateService {
223
212
  showLoadingIndicator: Signal<boolean>;
224
213
  showError: Signal<boolean>;
@@ -281,6 +270,7 @@ declare class IconComponent {
281
270
  faIcon: string[];
282
271
  image: string;
283
272
  set icon(value: string);
273
+ constructor(library: FaIconLibrary);
284
274
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
285
275
  static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "cauca-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
286
276
  }
@@ -360,7 +350,7 @@ declare class PasswordInputComponent implements ControlValueAccessor {
360
350
  passwordControl: FormControl;
361
351
  disabled: WritableSignal<boolean>;
362
352
  showPassword: WritableSignal<boolean>;
363
- inputType: i0.Signal<"password" | "text">;
353
+ inputType: i0.Signal<"text" | "password">;
364
354
  constructor();
365
355
  writeValue(value: string): void;
366
356
  registerOnChange(fn: any): void;
@@ -791,5 +781,5 @@ declare class CaucaSlideshowComponent implements OnInit {
791
781
  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
782
  }
793
783
 
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 };
784
+ export { AutoTrimAndLowerDirective, BadgeComponent, BasicButtonComponent, BreadcrumbLocation, 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 };
795
785
  export type { ConfirmationOptions, DateRange, HasErrorContext, InputOptions, Option };
package/package.json CHANGED
@@ -1,15 +1,19 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "20.2.7",
3
+ "version": "20.2.8-beta1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.2.1",
6
6
  "@angular/core": ">=20.2.1",
7
7
  "@angular/material": ">=20.2.0",
8
- "@fortawesome/angular-fontawesome": ">=2.0.0",
9
- "@fortawesome/fontawesome-svg-core": ">=7.0.0",
10
8
  "@cauca-911/core": ">=20.2.0",
11
9
  "ngx-mat-select-search": ">=8.0.0",
12
- "ngx-color-picker": ">=20.1.1"
10
+ "ngx-color-picker": ">=20.1.1",
11
+ "@fortawesome/angular-fontawesome": "^3.0.0",
12
+ "@fortawesome/fontawesome-common-types": "^7.0.0",
13
+ "@fortawesome/fontawesome-svg-core": "^7.0.0",
14
+ "@fortawesome/free-brands-svg-icons": "^7.0.0",
15
+ "@fortawesome/free-solid-svg-icons": "^7.0.0",
16
+ "@fortawesome/pro-light-svg-icons": "^7.0.0"
13
17
  },
14
18
  "homepage": "https://cauca.ca",
15
19
  "license": "SEE LICENSE IN LICENSE",