@cauca-911/material 21.1.6 → 21.2.1
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 -104
- package/assets/i18n/cauca/es-material.json +108 -104
- package/assets/i18n/cauca/fr-material.json +110 -106
- package/fesm2022/cauca-911-material.mjs +97 -40
- package/fesm2022/cauca-911-material.mjs.map +1 -1
- package/package.json +1 -1
- package/types/cauca-911-material.d.ts +16 -5
package/package.json
CHANGED
|
@@ -537,8 +537,8 @@ declare class SectionColumnComponent {
|
|
|
537
537
|
}
|
|
538
538
|
|
|
539
539
|
declare class SectionFieldComponent {
|
|
540
|
-
|
|
541
|
-
|
|
540
|
+
autoTranslateCaption: _angular_core.InputSignal<boolean>;
|
|
541
|
+
caption: _angular_core.InputSignal<string>;
|
|
542
542
|
value: _angular_core.InputSignal<unknown>;
|
|
543
543
|
values: _angular_core.InputSignal<unknown[]>;
|
|
544
544
|
fieldName: _angular_core.InputSignal<string>;
|
|
@@ -547,7 +547,7 @@ declare class SectionFieldComponent {
|
|
|
547
547
|
linkClick: _angular_core.OutputEmitterRef<void>;
|
|
548
548
|
splitEqually: _angular_core.InputSignal<boolean>;
|
|
549
549
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionFieldComponent, never>;
|
|
550
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionFieldComponent, "cauca-section-field", never, { "
|
|
550
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionFieldComponent, "cauca-section-field", never, { "autoTranslateCaption": { "alias": "autoTranslateCaption"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "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>;
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
declare class PageTitleComponent {
|
|
@@ -643,6 +643,17 @@ declare class SavingErrorBoxComponent {
|
|
|
643
643
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SavingErrorBoxComponent, "cauca-saving-error-box", never, { "show": { "alias": "show"; "required": false; "isSignal": true; }; "specificError": { "alias": "specificError"; "required": false; "isSignal": true; }; }, { "show": "showChange"; }, never, never, true, never>;
|
|
644
644
|
}
|
|
645
645
|
|
|
646
|
+
type StatusMessageType = 'error' | 'noData' | 'custom';
|
|
647
|
+
declare class StatusMessageComponent {
|
|
648
|
+
type: _angular_core.InputSignal<StatusMessageType>;
|
|
649
|
+
textKey: _angular_core.InputSignal<string>;
|
|
650
|
+
icon: _angular_core.InputSignal<string>;
|
|
651
|
+
readonly resolvedTextKey: _angular_core.Signal<string>;
|
|
652
|
+
readonly resolvedIcon: _angular_core.Signal<string>;
|
|
653
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StatusMessageComponent, never>;
|
|
654
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StatusMessageComponent, "cauca-status-message", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "textKey": { "alias": "textKey"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
655
|
+
}
|
|
656
|
+
|
|
646
657
|
declare class AutoTrimAndLowerDirective {
|
|
647
658
|
private readonly el;
|
|
648
659
|
constructor(el: ElementRef);
|
|
@@ -765,5 +776,5 @@ declare class CaucaSlideshowComponent implements OnInit {
|
|
|
765
776
|
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>;
|
|
766
777
|
}
|
|
767
778
|
|
|
768
|
-
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, StrokedButtonComponent, provideCaucaMaterial };
|
|
769
|
-
export type { ConfirmationOptions, DateRange, HasErrorContext, InputOptions, Option };
|
|
779
|
+
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 };
|
|
780
|
+
export type { ConfirmationOptions, DateRange, HasErrorContext, InputOptions, Option, StatusMessageType };
|