@cauca-911/material 21.2.6 → 21.2.7
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 +304 -53
- package/fesm2022/cauca-911-material.mjs.map +1 -1
- package/package.json +1 -1
- package/types/cauca-911-material.d.ts +43 -2
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';
|
|
@@ -571,6 +571,47 @@ declare class PageTitleComponent {
|
|
|
571
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>;
|
|
572
572
|
}
|
|
573
573
|
|
|
574
|
+
declare class ResponsiveTabGroupWrapperComponent implements AfterViewInit {
|
|
575
|
+
readonly mobile: _angular_core.InputSignal<boolean>;
|
|
576
|
+
private readonly destroyRef;
|
|
577
|
+
private readonly elementRef;
|
|
578
|
+
private readonly tabGroup;
|
|
579
|
+
private readonly tabs;
|
|
580
|
+
private readonly swipeThreshold;
|
|
581
|
+
private readonly swipePreviewThreshold;
|
|
582
|
+
private readonly swipePreviewMaxOffsetPx;
|
|
583
|
+
private touchStartX;
|
|
584
|
+
private touchStartY;
|
|
585
|
+
private previousSelectedIndex;
|
|
586
|
+
ngAfterViewInit(): void;
|
|
587
|
+
onWindowResize(): void;
|
|
588
|
+
onTouchStart(event: TouchEvent): void;
|
|
589
|
+
onTouchMove(event: TouchEvent): void;
|
|
590
|
+
onTouchEnd(event: TouchEvent): void;
|
|
591
|
+
onTouchCancel(): void;
|
|
592
|
+
private subscribeToSelectedIndexChanges;
|
|
593
|
+
private goToNextTab;
|
|
594
|
+
private goToPreviousTab;
|
|
595
|
+
private resetTouchState;
|
|
596
|
+
private bindHeaderPaginationControls;
|
|
597
|
+
private handleHeaderPaginationPointerDown;
|
|
598
|
+
private syncHeaderPaginationState;
|
|
599
|
+
private scheduleHeaderPaginationStateSync;
|
|
600
|
+
private setHeaderPaginationDisabled;
|
|
601
|
+
private isFirstTabSelected;
|
|
602
|
+
private isLastTabSelected;
|
|
603
|
+
private getTabCount;
|
|
604
|
+
private isSwipeEnabled;
|
|
605
|
+
private isTouchInsideTabBody;
|
|
606
|
+
private getTabGroupElement;
|
|
607
|
+
private applyNavigationDirectionClass;
|
|
608
|
+
private applySwipePreview;
|
|
609
|
+
private clearSwipePreview;
|
|
610
|
+
private getHeaderPaginationButtons;
|
|
611
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResponsiveTabGroupWrapperComponent, never>;
|
|
612
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResponsiveTabGroupWrapperComponent, "cauca-responsive-tab-group-wrapper", never, { "mobile": { "alias": "mobile"; "required": false; "isSignal": true; }; }, {}, ["tabGroup", "tabs"], ["*"], true, never>;
|
|
613
|
+
}
|
|
614
|
+
|
|
574
615
|
declare class ExpandablePanelComponent {
|
|
575
616
|
isCollapsed: ModelSignal<boolean>;
|
|
576
617
|
caption: InputSignal<string>;
|
|
@@ -780,5 +821,5 @@ declare class CaucaSlideshowComponent implements OnInit {
|
|
|
780
821
|
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
822
|
}
|
|
782
823
|
|
|
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 };
|
|
824
|
+
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
825
|
export type { ConfirmationOptions, DateRange, HasErrorContext, InputOptions, Option, StatusMessageType };
|