@cauca-911/material 20.0.4 → 20.0.6

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
@@ -434,6 +434,61 @@ declare class DropdownChipAutocompleteComponent implements ControlValueAccessor,
434
434
  static ɵcmp: i0.ɵɵComponentDeclaration<DropdownChipAutocompleteComponent, "cauca-dropdown-chip-autocomplete", never, { "listAutoComplete": { "alias": "listAutoComplete"; "required": false; }; "keyValue": { "alias": "keyValue"; "required": false; }; "displayValue": { "alias": "displayValue"; "required": false; }; "allowRemove": { "alias": "allowRemove"; "required": false; }; "ariaDescribedBy": { "alias": "ariaDescribedBy"; "required": false; }; "canRemoveAll": { "alias": "canRemoveAll"; "required": false; "isSignal": true; }; "hasOptionTemplate": { "alias": "hasOptionTemplate"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "clearAll": "clearAll"; }, ["optionTemplate"], never, true, never>;
435
435
  }
436
436
 
437
+ declare class GroupContainerComponent {
438
+ caption: i0.InputSignal<string>;
439
+ static ɵfac: i0.ɵɵFactoryDeclaration<GroupContainerComponent, never>;
440
+ static ɵcmp: i0.ɵɵComponentDeclaration<GroupContainerComponent, "cauca-group-container", never, { "caption": { "alias": "caption"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
441
+ }
442
+
443
+ declare class MainSectionComponent {
444
+ title: InputSignal<string>;
445
+ static ɵfac: i0.ɵɵFactoryDeclaration<MainSectionComponent, never>;
446
+ static ɵcmp: i0.ɵɵComponentDeclaration<MainSectionComponent, "cauca-main-section", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
447
+ }
448
+
449
+ declare class SectionColumnComponent {
450
+ showBigGap: i0.InputSignal<boolean>;
451
+ static ɵfac: i0.ɵɵFactoryDeclaration<SectionColumnComponent, never>;
452
+ static ɵcmp: i0.ɵɵComponentDeclaration<SectionColumnComponent, "cauca-section-column", never, { "showBigGap": { "alias": "showBigGap"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
453
+ }
454
+
455
+ declare class SectionFieldComponent {
456
+ autoTranslateLabel: i0.InputSignal<boolean>;
457
+ label: i0.InputSignal<string>;
458
+ value: i0.InputSignal<unknown>;
459
+ values: i0.InputSignal<unknown[]>;
460
+ fieldName: i0.InputSignal<string>;
461
+ useMultipleValues: i0.Signal<boolean>;
462
+ showLink: i0.InputSignal<boolean>;
463
+ linkClick: i0.OutputEmitterRef<void>;
464
+ splitEqually: i0.InputSignal<boolean>;
465
+ static ɵfac: i0.ɵɵFactoryDeclaration<SectionFieldComponent, never>;
466
+ static ɵcmp: i0.ɵɵComponentDeclaration<SectionFieldComponent, "cauca-section-field", never, { "autoTranslateLabel": { "alias": "autoTranslateLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "values": { "alias": "values"; "required": false; "isSignal": true; }; "fieldName": { "alias": "fieldName"; "required": false; "isSignal": true; }; "showLink": { "alias": "showLink"; "required": false; "isSignal": true; }; "splitEqually": { "alias": "splitEqually"; "required": false; "isSignal": true; }; }, { "linkClick": "linkClick"; }, never, never, true, never>;
467
+ }
468
+
469
+ declare class BreadcrumbLocation {
470
+ link?: string;
471
+ title: string;
472
+ translate?: boolean;
473
+ action?: () => void;
474
+ }
475
+
476
+ declare class PageTitleComponent {
477
+ caption: i0.InputSignal<string>;
478
+ showBreadcrumb: i0.InputSignal<boolean>;
479
+ location: i0.InputSignal<BreadcrumbLocation[]>;
480
+ breadcrumb: i0.InputSignal<string>;
481
+ baseCrumb: i0.InputSignal<string>;
482
+ translateBreadcrumb: i0.InputSignal<boolean>;
483
+ displayBreadcrumb: i0.Signal<boolean>;
484
+ breadcrumbLocation: i0.Signal<BreadcrumbLocation[]>;
485
+ currentBreadcrumb: i0.Signal<string>;
486
+ mustTranslateBreadcrumb: i0.Signal<boolean>;
487
+ private readonly breadcrumbService;
488
+ static ɵfac: i0.ɵɵFactoryDeclaration<PageTitleComponent, never>;
489
+ static ɵcmp: i0.ɵɵ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>;
490
+ }
491
+
437
492
  declare class CaucaInputFileComponent implements OnInit {
438
493
  file: ElementRef;
439
494
  readend: EventEmitter<any>;
@@ -542,5 +597,5 @@ declare class CaucaSlideshowComponent implements OnInit {
542
597
  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>;
543
598
  }
544
599
 
545
- export { BadgeComponent, BasicButtonComponent, ButtonComponent, CaucaDateTimePickerComponent, CaucaInputFileComponent, CaucaInputMultipleLangueComponent, CaucaMaterialComponent, CaucaMaterialService, CaucaMenuSidebarComponent, CaucaMenuVerticalComponent, CaucaSimpleDialogComponent, CaucaSlideshowComponent, ConfirmationResult, DateRangePickerComponent, DialogService, DropdownChipAutocompleteComponent, FabButtonComponent, FlatButtonComponent, IconButtonComponent, IconComponent, LinkButtonComponent, ListPaginatorComponent, LoadingErrorComponent, LoadingSpinnerIndicatorComponent, LoadingStateService, MenuItem, MenuItemComponent, PasswordCriteriaViewerComponent, PasswordInputComponent, PasswordSelectionComponent, RaisedButtonComponent, RefreshButtonComponent, RoundButtonComponent, SnackBarComponent, StrokedButtonComponent };
600
+ export { BadgeComponent, BasicButtonComponent, ButtonComponent, CaucaDateTimePickerComponent, CaucaInputFileComponent, CaucaInputMultipleLangueComponent, CaucaMaterialComponent, CaucaMaterialService, CaucaMenuSidebarComponent, CaucaMenuVerticalComponent, CaucaSimpleDialogComponent, CaucaSlideshowComponent, ConfirmationResult, DateRangePickerComponent, DialogService, DropdownChipAutocompleteComponent, FabButtonComponent, FlatButtonComponent, GroupContainerComponent, IconButtonComponent, IconComponent, LinkButtonComponent, ListPaginatorComponent, LoadingErrorComponent, LoadingSpinnerIndicatorComponent, LoadingStateService, MainSectionComponent, MenuItem, MenuItemComponent, PageTitleComponent, PasswordCriteriaViewerComponent, PasswordInputComponent, PasswordSelectionComponent, RaisedButtonComponent, RefreshButtonComponent, RoundButtonComponent, SectionColumnComponent, SectionFieldComponent, SnackBarComponent, StrokedButtonComponent };
546
601
  export type { ConfirmationOptions, DateRange, InputOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cauca-911/material",
3
- "version": "20.0.4",
3
+ "version": "20.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.1.3",
6
6
  "@angular/core": ">=20.1.3",