@cauca-911/material 21.2.6 → 21.2.8
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/LICENSE +20 -20
- package/README.md +4 -4
- package/assets/i18n/cauca/en-material.json +108 -108
- package/assets/i18n/cauca/es-material.json +108 -108
- package/assets/i18n/cauca/fr-material.json +110 -110
- package/fesm2022/cauca-911-material.mjs +385 -103
- package/fesm2022/cauca-911-material.mjs.map +1 -1
- package/package.json +1 -1
- package/types/cauca-911-material.d.ts +49 -3
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
|
-
import { OnInit, InputSignal, OutputEmitterRef, Signal, WritableSignal, OnDestroy, DoCheck, ElementRef, TemplateRef, ModelSignal, AfterContentInit, ViewContainerRef, PipeTransform, Provider, EnvironmentProviders, EventEmitter } from '@angular/core';
|
|
2
|
+
import { OnInit, InputSignal, OutputEmitterRef, Signal, WritableSignal, OnDestroy, DoCheck, ElementRef, TemplateRef, AfterViewInit, ModelSignal, AfterContentInit, ViewContainerRef, PipeTransform, Provider, EnvironmentProviders, EventEmitter } from '@angular/core';
|
|
3
3
|
import * as i4 from '@angular/forms';
|
|
4
4
|
import { ControlValueAccessor, AbstractControl, ValidatorFn, UntypedFormGroup, FormControl, FormGroup, NgControl, FormControlDirective, FormControlName, UntypedFormControl } from '@angular/forms';
|
|
5
5
|
import { SubscriptSizing, MatFormFieldControl } from '@angular/material/form-field';
|
|
@@ -561,14 +561,60 @@ declare class PageTitleComponent {
|
|
|
561
561
|
breadcrumb: _angular_core.InputSignal<string>;
|
|
562
562
|
baseCrumb: _angular_core.InputSignal<string>;
|
|
563
563
|
translateBreadcrumb: _angular_core.InputSignal<boolean>;
|
|
564
|
+
isMobile: _angular_core.InputSignal<boolean>;
|
|
564
565
|
displayBreadcrumb: _angular_core.Signal<boolean>;
|
|
565
566
|
breadcrumbLocation: _angular_core.Signal<BreadcrumbLocation[]>;
|
|
566
567
|
currentBreadcrumb: _angular_core.Signal<string>;
|
|
567
568
|
mustTranslateBreadcrumb: _angular_core.Signal<boolean>;
|
|
568
569
|
hasBreadcrumb: _angular_core.Signal<boolean>;
|
|
570
|
+
hasLinkedBreadcrumb: _angular_core.Signal<boolean>;
|
|
571
|
+
displayCompactBreadcrumb: _angular_core.Signal<boolean>;
|
|
569
572
|
private readonly breadcrumbService;
|
|
573
|
+
private readonly router;
|
|
574
|
+
backToLastBreadcrumbLink(): void;
|
|
570
575
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PageTitleComponent, never>;
|
|
571
|
-
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>;
|
|
576
|
+
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; }; "isMobile": { "alias": "isMobile"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
declare class ResponsiveTabGroupWrapperComponent implements AfterViewInit {
|
|
580
|
+
readonly mobile: _angular_core.InputSignal<boolean>;
|
|
581
|
+
private readonly destroyRef;
|
|
582
|
+
private readonly elementRef;
|
|
583
|
+
private readonly tabGroup;
|
|
584
|
+
private readonly tabs;
|
|
585
|
+
private readonly swipeThreshold;
|
|
586
|
+
private readonly swipePreviewThreshold;
|
|
587
|
+
private readonly swipePreviewMaxOffsetPx;
|
|
588
|
+
private touchStartX;
|
|
589
|
+
private touchStartY;
|
|
590
|
+
private previousSelectedIndex;
|
|
591
|
+
ngAfterViewInit(): void;
|
|
592
|
+
onWindowResize(): void;
|
|
593
|
+
onTouchStart(event: TouchEvent): void;
|
|
594
|
+
onTouchMove(event: TouchEvent): void;
|
|
595
|
+
onTouchEnd(event: TouchEvent): void;
|
|
596
|
+
onTouchCancel(): void;
|
|
597
|
+
private subscribeToSelectedIndexChanges;
|
|
598
|
+
private goToNextTab;
|
|
599
|
+
private goToPreviousTab;
|
|
600
|
+
private resetTouchState;
|
|
601
|
+
private bindHeaderPaginationControls;
|
|
602
|
+
private handleHeaderPaginationPointerDown;
|
|
603
|
+
private syncHeaderPaginationState;
|
|
604
|
+
private scheduleHeaderPaginationStateSync;
|
|
605
|
+
private setHeaderPaginationDisabled;
|
|
606
|
+
private isFirstTabSelected;
|
|
607
|
+
private isLastTabSelected;
|
|
608
|
+
private getTabCount;
|
|
609
|
+
private isSwipeEnabled;
|
|
610
|
+
private isTouchInsideTabBody;
|
|
611
|
+
private getTabGroupElement;
|
|
612
|
+
private applyNavigationDirectionClass;
|
|
613
|
+
private applySwipePreview;
|
|
614
|
+
private clearSwipePreview;
|
|
615
|
+
private getHeaderPaginationButtons;
|
|
616
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResponsiveTabGroupWrapperComponent, never>;
|
|
617
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResponsiveTabGroupWrapperComponent, "cauca-responsive-tab-group-wrapper", never, { "mobile": { "alias": "mobile"; "required": false; "isSignal": true; }; }, {}, ["tabGroup", "tabs"], ["*"], true, never>;
|
|
572
618
|
}
|
|
573
619
|
|
|
574
620
|
declare class ExpandablePanelComponent {
|
|
@@ -780,5 +826,5 @@ declare class CaucaSlideshowComponent implements OnInit {
|
|
|
780
826
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CaucaSlideshowComponent, "cauca-slideshow", never, { "height": { "alias": "height"; "required": false; }; "autoPlay": { "alias": "autoPlay"; "required": false; }; "images": { "alias": "images"; "required": false; }; }, {}, never, never, true, never>;
|
|
781
827
|
}
|
|
782
828
|
|
|
783
|
-
export { AutoTrimAndLowerDirective, BadgeComponent, BasicButtonComponent, BreadcrumbLocation, BreadcrumbService, ButtonComponent, CaucaDateTimePickerComponent, CaucaInputFileComponent, CaucaInputMultipleLangueComponent, CaucaMaterialComponent, CaucaMaterialService, CaucaSimpleDialogComponent, CaucaSlideshowComponent, ColorPickerComponent, ConfirmationResult, DateRangePickerComponent, DialogService, DropdownChipAutocompleteComponent, ExpandablePanelAccordionComponent, ExpandablePanelComponent, FabButtonComponent, FlatButtonComponent, FormErrorModule, GroupContainerComponent, HasErrorDirective, HasErrorRootDirective, IconButtonComponent, IconComponent, Iso8601TimeSpanPipe, LinkButtonComponent, ListPaginatorComponent, LoadingErrorComponent, LoadingSpinnerIndicatorComponent, LoadingStateService, MainSectionComponent, MenuExpandablePanelComponent, MenuExpandablePanelItemComponent, MenuItemComponent, PageTitleComponent, PasswordCriteriaViewerComponent, PasswordInputComponent, PasswordSelectionComponent, RaisedButtonComponent, RefreshButtonComponent, RoundButtonComponent, SavingConfirmedBoxComponent, SavingErrorBoxComponent, SectionColumnComponent, SectionFieldComponent, SelectWithSearchComponent, SnackBarComponent, StatusMessageComponent, StrokedButtonComponent, provideCaucaMaterial };
|
|
829
|
+
export { AutoTrimAndLowerDirective, BadgeComponent, BasicButtonComponent, BreadcrumbLocation, BreadcrumbService, ButtonComponent, CaucaDateTimePickerComponent, CaucaInputFileComponent, CaucaInputMultipleLangueComponent, CaucaMaterialComponent, CaucaMaterialService, CaucaSimpleDialogComponent, CaucaSlideshowComponent, ColorPickerComponent, ConfirmationResult, DateRangePickerComponent, DialogService, DropdownChipAutocompleteComponent, ExpandablePanelAccordionComponent, ExpandablePanelComponent, FabButtonComponent, FlatButtonComponent, FormErrorModule, GroupContainerComponent, HasErrorDirective, HasErrorRootDirective, IconButtonComponent, IconComponent, Iso8601TimeSpanPipe, LinkButtonComponent, ListPaginatorComponent, LoadingErrorComponent, LoadingSpinnerIndicatorComponent, LoadingStateService, MainSectionComponent, MenuExpandablePanelComponent, MenuExpandablePanelItemComponent, MenuItemComponent, PageTitleComponent, PasswordCriteriaViewerComponent, PasswordInputComponent, PasswordSelectionComponent, RaisedButtonComponent, RefreshButtonComponent, ResponsiveTabGroupWrapperComponent, RoundButtonComponent, SavingConfirmedBoxComponent, SavingErrorBoxComponent, SectionColumnComponent, SectionFieldComponent, SelectWithSearchComponent, SnackBarComponent, StatusMessageComponent, StrokedButtonComponent, provideCaucaMaterial };
|
|
784
830
|
export type { ConfirmationOptions, DateRange, HasErrorContext, InputOptions, Option, StatusMessageType };
|