@dev-tcloud/tcloud-ui 6.28.3-beta.0 → 6.29.0

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.
Files changed (54) hide show
  1. package/docs/tcloud-ui-dialog.md +20 -1
  2. package/docs/tcloud-ui-el-copy.md +10 -0
  3. package/docs/tcloud-ui-popover.md +54 -0
  4. package/fesm2022/dev-tcloud-tcloud-ui.mjs +2175 -128
  5. package/fesm2022/dev-tcloud-tcloud-ui.mjs.map +1 -1
  6. package/js/tcloud-ui-app.js +1 -1
  7. package/lib/_modules/tcloud-ui-dialog/models/tcloud-ui-dialog.model.d.ts +3 -1
  8. package/lib/_modules/tcloud-ui-dialog/tcloud-ui-dialog.component.d.ts +2 -0
  9. package/lib/_modules/tcloud-ui-popover/tcloud-ui-popover.component.d.ts +24 -0
  10. package/lib/_modules/tcloud-ui-popover/tcloud-ui-popover.d.ts +3 -0
  11. package/lib/revitalizacao/components/tc-rev-breadcrumb/tc-rev-breadcrumb.component.d.ts +12 -0
  12. package/lib/revitalizacao/components/tc-rev-breadcrumb/tc-rev-breadcrumb.service.d.ts +16 -0
  13. package/lib/revitalizacao/components/tc-rev-button/tc-rev-button.directive.d.ts +13 -0
  14. package/lib/revitalizacao/components/tc-rev-calendar/tc-rev-calendar.component.d.ts +43 -0
  15. package/lib/revitalizacao/components/tc-rev-card/tc-rev-card.component.d.ts +12 -0
  16. package/lib/revitalizacao/components/tc-rev-card-accordion/tc-rev-card-accordion.component.d.ts +23 -0
  17. package/lib/revitalizacao/components/tc-rev-card-title/tc-rev-card-title.component.d.ts +6 -0
  18. package/lib/revitalizacao/components/tc-rev-checkbox/tc-rev-checkbox.directive.d.ts +6 -0
  19. package/lib/revitalizacao/components/tc-rev-components.module.d.ts +41 -0
  20. package/lib/revitalizacao/components/tc-rev-dropdown/tc-rev-dropdown.component.d.ts +46 -0
  21. package/lib/revitalizacao/components/tc-rev-dropdown-grouped/tc-rev-dropdown-grouped.component.d.ts +54 -0
  22. package/lib/revitalizacao/components/tc-rev-dropdown-multi/tc-rev-dropdown-multi.component.d.ts +44 -0
  23. package/lib/revitalizacao/components/tc-rev-dropdown-multi-level/tc-rev-dropdown-multi-level.component.d.ts +42 -0
  24. package/lib/revitalizacao/components/tc-rev-dropdown-multi-level/tc-rev-dropdown-sub-menu/tc-rev-dropdown-sub-menu.component.d.ts +17 -0
  25. package/lib/revitalizacao/components/tc-rev-empty-content/tc-rev-empty-content.component.d.ts +5 -0
  26. package/lib/revitalizacao/components/tc-rev-faq/tc-rev-faq.component.d.ts +12 -0
  27. package/lib/revitalizacao/components/tc-rev-icon-button/tc-rev-icon-button.directive.d.ts +12 -0
  28. package/lib/revitalizacao/components/tc-rev-input/tc-rev-input.directive.d.ts +10 -0
  29. package/lib/revitalizacao/components/tc-rev-input-container/tc-rev-input-container.component.d.ts +10 -0
  30. package/lib/revitalizacao/components/tc-rev-loading/tc-rev-loading.component.d.ts +6 -0
  31. package/lib/revitalizacao/components/tc-rev-message/tc-rev-message.component.d.ts +7 -0
  32. package/lib/revitalizacao/components/tc-rev-multi-input/tc-rev-multi-input.component.d.ts +24 -0
  33. package/lib/revitalizacao/components/tc-rev-pagination/tc-rev-pagination.component.d.ts +14 -0
  34. package/lib/revitalizacao/components/tc-rev-progress-status-bar/tc-rev-progress-status-bar.component.d.ts +23 -0
  35. package/lib/revitalizacao/components/tc-rev-radio/tc-rev-radio.directive.d.ts +6 -0
  36. package/lib/revitalizacao/components/tc-rev-search-input/tc-rev-search-input.component.d.ts +17 -0
  37. package/lib/revitalizacao/components/tc-rev-side-drawer/tc-rev-side-drawer.component.d.ts +24 -0
  38. package/lib/revitalizacao/components/tc-rev-skeleton-loading/tc-rev-skeleton-loading.component.d.ts +17 -0
  39. package/lib/revitalizacao/components/tc-rev-slide-toggle/tc-rev-slide-toggle.directive.d.ts +5 -0
  40. package/lib/revitalizacao/components/tc-rev-small-loading/tc-rev-small-loading.component.d.ts +26 -0
  41. package/lib/revitalizacao/components/tc-rev-tab-group/tc-rev-tab-group.component.d.ts +12 -0
  42. package/lib/revitalizacao/components/tc-rev-tab-group/tc-rev-tab-item/tc-rev-tab-item.component.d.ts +10 -0
  43. package/lib/revitalizacao/components/tc-rev-tag/tag-colors.enum.d.ts +29 -0
  44. package/lib/revitalizacao/components/tc-rev-tag/tc-rev-tag.component.d.ts +10 -0
  45. package/lib/revitalizacao/components/tc-rev-toast/tc-rev-toast.component.d.ts +8 -0
  46. package/lib/revitalizacao/components/tc-rev-tooltip/tc-rev-tooltip.directive.d.ts +19 -0
  47. package/lib/revitalizacao/components/tc-rev-wizard-steps/tc-rev-wizard-steps.component.d.ts +19 -0
  48. package/lib/revitalizacao/components/tc-sub-navbar/component/tc-sub-navbar-item/tc-sub-navbar-item.component.d.ts +13 -0
  49. package/lib/revitalizacao/components/tc-sub-navbar/tc-sub-navbar.component.d.ts +12 -0
  50. package/lib/tcloud-ui.module.d.ts +85 -84
  51. package/package.json +1 -1
  52. package/public-api.d.ts +40 -2
  53. /package/lib/{util → revitalizacao/charts}/echarts.d.ts +0 -0
  54. /package/lib/{util → revitalizacao/util}/ellipsed-text.d.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  import { TCloudUiDialogTextConfirmationEnum } from '../enums/tcloud-ui-dialog-text-confirmation.enum';
2
2
  export declare class TCloudUiDialogModel {
3
- constructor(_title: string, _description: string, _loading: boolean, _disable: boolean, _disableClickOutside: boolean, _inputConfirmationText: TCloudUiDialogTextConfirmationEnum, _buttonConfirmText: string, _buttonCancelText: string);
3
+ constructor(_title: string, _description: string, _loading: boolean, _disable: boolean, _disableClickOutside: boolean, _inputConfirmationText: TCloudUiDialogTextConfirmationEnum, _buttonConfirmText: string, _buttonCancelText: string, _showInputConfirmation?: boolean);
4
4
  title?: string;
5
5
  message?: string;
6
6
  loading?: boolean;
@@ -9,4 +9,6 @@ export declare class TCloudUiDialogModel {
9
9
  disableClickOutside?: boolean;
10
10
  buttonConfirmText?: string;
11
11
  buttonCancelText?: string;
12
+ /** Quando `false`, o input de confirmação não é exibido — apenas os botões. Padrão `true`. */
13
+ showInputConfirmation?: boolean;
12
14
  }
@@ -13,6 +13,8 @@ export declare class TCloudUiDialogComponent implements DoCheck {
13
13
  private cancelFunction;
14
14
  private isClosing;
15
15
  private readonly i18n;
16
+ /** `true` quando o input de confirmação deve ser exibido/validado (flag + texto definidos). */
17
+ get hasInputConfirmation(): boolean;
16
18
  onKeydownHandler(event: Event): void;
17
19
  ngDoCheck(): void;
18
20
  /**
@@ -0,0 +1,24 @@
1
+ import { ElementRef, EventEmitter } from '@angular/core';
2
+ import { TCloudUiPopoverAlign, TCloudUiPopoverMaxWidth, TCloudUiPopoverPosition } from './tcloud-ui-popover';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TCloudUiPopoverComponent {
5
+ private elementRef;
6
+ position: TCloudUiPopoverPosition;
7
+ align: TCloudUiPopoverAlign;
8
+ maxWidth: TCloudUiPopoverMaxWidth;
9
+ disabled: boolean;
10
+ showCloseIcon: boolean;
11
+ private _open;
12
+ set open(open: boolean);
13
+ get open(): boolean;
14
+ openChange: EventEmitter<boolean>;
15
+ constructor(elementRef: ElementRef<HTMLElement>);
16
+ get maxWidthValue(): string;
17
+ toToggle(event: MouseEvent): void;
18
+ toClose(event?: Event): void;
19
+ private setOpen;
20
+ onDocumentClick(event: MouseEvent): void;
21
+ onEscape(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<TCloudUiPopoverComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<TCloudUiPopoverComponent, "tcloud-ui-popover", never, { "position": { "alias": "position"; "required": false; }; "align": { "alias": "align"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "openChange": "openChange"; }, never, ["[popover-trigger]", "[popover-content]"], true, never>;
24
+ }
@@ -0,0 +1,3 @@
1
+ export type TCloudUiPopoverPosition = 'top' | 'right' | 'bottom' | 'left';
2
+ export type TCloudUiPopoverAlign = 'start' | 'center' | 'end';
3
+ export type TCloudUiPopoverMaxWidth = number | string;
@@ -0,0 +1,12 @@
1
+ import { BreadcrumbItem } from './tc-rev-breadcrumb.service';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TcRevBreadcrumbComponent {
4
+ breadcrumbs: BreadcrumbItem[];
5
+ private router;
6
+ private breadcrumbService;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ navigate(url?: string, index?: number): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevBreadcrumbComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevBreadcrumbComponent, "tc-rev-breadcrumb", never, {}, {}, never, never, true, never>;
12
+ }
@@ -0,0 +1,16 @@
1
+ import * as i0 from "@angular/core";
2
+ export interface BreadcrumbItem {
3
+ label: string;
4
+ url?: string;
5
+ }
6
+ export declare class TcRevBreadcrumbService {
7
+ private breadcrumbsSubject;
8
+ breadcrumbs$: import("rxjs").Observable<BreadcrumbItem[]>;
9
+ constructor();
10
+ setBreadcrumb(items: BreadcrumbItem[]): void;
11
+ addLevel(item: BreadcrumbItem): void;
12
+ removeLastLevel(): void;
13
+ clear(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevBreadcrumbService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<TcRevBreadcrumbService>;
16
+ }
@@ -0,0 +1,13 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TcRevButtonDirective {
4
+ private _el;
5
+ color: import("@angular/core").InputSignal<"danger" | "primary" | "light" | "dark">;
6
+ size: import("@angular/core").InputSignal<"lg" | "md" | "sm">;
7
+ fullWidth: import("@angular/core").InputSignal<boolean>;
8
+ tcRevButton: import("@angular/core").InputSignal<"link" | "filled" | "outline">;
9
+ constructor(_el: ElementRef<HTMLButtonElement>);
10
+ private setClasses;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevButtonDirective, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TcRevButtonDirective, "button[tcRevButton]", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "tcRevButton": { "alias": "tcRevButton"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
13
+ }
@@ -0,0 +1,43 @@
1
+ import * as i0 from "@angular/core";
2
+ export interface CalendarAppointment {
3
+ appointmentDate: string;
4
+ type: 'info' | 'alert' | 'danger' | 'success';
5
+ description: string;
6
+ }
7
+ export declare class TcRevCalendarComponent {
8
+ appointments: CalendarAppointment[];
9
+ /** Active date format
10
+ * @format YYYY-MM-DD
11
+ * @example 2023-10-01
12
+ */
13
+ activeDate: import("@angular/core").InputSignal<string>;
14
+ innerActiveDate: import("@angular/core").Signal<"" | Date>;
15
+ onSelectDate: import("@angular/core").OutputEmitterRef<Date>;
16
+ currentDate: Date;
17
+ viewMode: 'days' | 'months' | 'years';
18
+ yearOffset: number;
19
+ month: string;
20
+ year: number;
21
+ daysOfWeek: string[];
22
+ calendarDays: {
23
+ date: Date;
24
+ isCurrentMonth: boolean;
25
+ }[];
26
+ calendarMonths: string[];
27
+ calendarYears: number[];
28
+ ngOnInit(): void;
29
+ updateMonth(): void;
30
+ updateYear(): void;
31
+ updateDaysOfWeek(): void;
32
+ updateCalendarDays(): void;
33
+ updateCalendarMonths(): void;
34
+ updateCalendarYears(): void;
35
+ changeMonth(offset: number): void;
36
+ selectMonth(monthIndex: number): void;
37
+ changeYearOffset(offset: number): void;
38
+ selectYear(year: number): void;
39
+ toggleViewMode(mode: 'months' | 'years'): void;
40
+ isAppointment(date: Date): CalendarAppointment | undefined;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevCalendarComponent, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevCalendarComponent, "tc-rev-calendar", never, { "appointments": { "alias": "appointments"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; "isSignal": true; }; }, { "onSelectDate": "onSelectDate"; }, never, never, true, never>;
43
+ }
@@ -0,0 +1,12 @@
1
+ import { TCloudUiDeviceUtilsService } from '../../../_services/tcloud-ui-device-utils.service';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TcRevCardComponent {
4
+ _viewPort: TCloudUiDeviceUtilsService;
5
+ isDesktop: import("@angular/core").Signal<boolean>;
6
+ /**
7
+ * APPLY FUNCTIONS RESPONSIVE < 480PX
8
+ */
9
+ get extraClasses(): string[];
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevCardComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevCardComponent, "tc-rev-card", never, {}, {}, never, ["*"], true, never>;
12
+ }
@@ -0,0 +1,23 @@
1
+ import { TCloudUiDeviceUtilsService } from '../../../_services/tcloud-ui-device-utils.service';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TcRevCardAccordionComponent {
4
+ _viewPort: TCloudUiDeviceUtilsService;
5
+ toggle: import("@angular/core").OutputEmitterRef<boolean>;
6
+ title: import("@angular/core").InputSignal<string>;
7
+ iconClass: import("@angular/core").InputSignal<string>;
8
+ showMoreText: import("@angular/core").InputSignal<string>;
9
+ showLessText: import("@angular/core").InputSignal<string>;
10
+ badge: import("@angular/core").InputSignal<{
11
+ text: string;
12
+ class: string;
13
+ }>;
14
+ isOpen: import("@angular/core").ModelSignal<boolean>;
15
+ isDesktop: import("@angular/core").Signal<boolean>;
16
+ toggleAccordion(): void;
17
+ /**
18
+ * APPLY FUNCTIONS RESPONSIVE < 500PX
19
+ */
20
+ get accordionExtraClasses(): string[];
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevCardAccordionComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevCardAccordionComponent, "tc-rev-card-accordion", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "iconClass": { "alias": "iconClass"; "required": false; "isSignal": true; }; "showMoreText": { "alias": "showMoreText"; "required": false; "isSignal": true; }; "showLessText": { "alias": "showLessText"; "required": false; "isSignal": true; }; "badge": { "alias": "badge"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; }, { "toggle": "toggle"; "isOpen": "isOpenChange"; }, never, ["*"], true, never>;
23
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TcRevCardTitleComponent {
3
+ title: import("@angular/core").InputSignal<string>;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevCardTitleComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevCardTitleComponent, "tc-rev-card-title", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; }, {}, never, ["[icon]", "*"], true, never>;
6
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TcRevCheckboxDirective {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevCheckboxDirective, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TcRevCheckboxDirective, "input[type=\"checkbox\"][tcRevCheckbox]", never, {}, {}, never, never, true, never>;
6
+ }
@@ -0,0 +1,41 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./tc-rev-breadcrumb/tc-rev-breadcrumb.component";
3
+ import * as i2 from "./tc-rev-button/tc-rev-button.directive";
4
+ import * as i3 from "./tc-rev-calendar/tc-rev-calendar.component";
5
+ import * as i4 from "./tc-rev-card/tc-rev-card.component";
6
+ import * as i5 from "./tc-rev-card-accordion/tc-rev-card-accordion.component";
7
+ import * as i6 from "./tc-rev-card-title/tc-rev-card-title.component";
8
+ import * as i7 from "./tc-rev-checkbox/tc-rev-checkbox.directive";
9
+ import * as i8 from "./tc-rev-dropdown/tc-rev-dropdown.component";
10
+ import * as i9 from "./tc-rev-dropdown-grouped/tc-rev-dropdown-grouped.component";
11
+ import * as i10 from "./tc-rev-dropdown-multi/tc-rev-dropdown-multi.component";
12
+ import * as i11 from "./tc-rev-dropdown-multi-level/tc-rev-dropdown-multi-level.component";
13
+ import * as i12 from "./tc-rev-empty-content/tc-rev-empty-content.component";
14
+ import * as i13 from "./tc-rev-faq/tc-rev-faq.component";
15
+ import * as i14 from "./tc-rev-icon-button/tc-rev-icon-button.directive";
16
+ import * as i15 from "./tc-rev-input-container/tc-rev-input-container.component";
17
+ import * as i16 from "./tc-rev-input/tc-rev-input.directive";
18
+ import * as i17 from "./tc-rev-loading/tc-rev-loading.component";
19
+ import * as i18 from "./tc-rev-message/tc-rev-message.component";
20
+ import * as i19 from "./tc-rev-multi-input/tc-rev-multi-input.component";
21
+ import * as i20 from "./tc-rev-pagination/tc-rev-pagination.component";
22
+ import * as i21 from "./tc-rev-progress-status-bar/tc-rev-progress-status-bar.component";
23
+ import * as i22 from "./tc-rev-radio/tc-rev-radio.directive";
24
+ import * as i23 from "./tc-rev-search-input/tc-rev-search-input.component";
25
+ import * as i24 from "./tc-rev-side-drawer/tc-rev-side-drawer.component";
26
+ import * as i25 from "./tc-rev-skeleton-loading/tc-rev-skeleton-loading.component";
27
+ import * as i26 from "./tc-rev-slide-toggle/tc-rev-slide-toggle.directive";
28
+ import * as i27 from "./tc-rev-small-loading/tc-rev-small-loading.component";
29
+ import * as i28 from "./tc-rev-tab-group/tc-rev-tab-group.component";
30
+ import * as i29 from "./tc-rev-tab-group/tc-rev-tab-item/tc-rev-tab-item.component";
31
+ import * as i30 from "./tc-rev-tag/tc-rev-tag.component";
32
+ import * as i31 from "./tc-rev-toast/tc-rev-toast.component";
33
+ import * as i32 from "./tc-rev-tooltip/tc-rev-tooltip.directive";
34
+ import * as i33 from "./tc-sub-navbar/tc-sub-navbar.component";
35
+ import * as i34 from "./tc-sub-navbar/component/tc-sub-navbar-item/tc-sub-navbar-item.component";
36
+ import * as i35 from "./tc-rev-wizard-steps/tc-rev-wizard-steps.component";
37
+ export declare class TcRevComponentsLibModule {
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevComponentsLibModule, never>;
39
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TcRevComponentsLibModule, never, [typeof i1.TcRevBreadcrumbComponent, typeof i2.TcRevButtonDirective, typeof i3.TcRevCalendarComponent, typeof i4.TcRevCardComponent, typeof i5.TcRevCardAccordionComponent, typeof i6.TcRevCardTitleComponent, typeof i7.TcRevCheckboxDirective, typeof i8.TcRevDropdownComponent, typeof i9.TcRevDropdownGroupedComponent, typeof i10.TcRevDropdownMultiComponent, typeof i11.TcRevDropdownMultiLevelComponent, typeof i12.TcRevEmptyContentComponent, typeof i13.TcRevFaqComponent, typeof i14.TcRevIconButtonDirective, typeof i15.TcRevInputContainerComponent, typeof i16.TcRevInputDirective, typeof i17.TcRevLoadingComponent, typeof i18.TcRevMessageComponent, typeof i19.TcRevMultiInputComponent, typeof i20.TcRevPaginationComponent, typeof i21.TcRevProgressStatusBarComponent, typeof i22.TcRevRadioDirective, typeof i23.TcRevSearchInputComponent, typeof i24.TcRevSideDrawerComponent, typeof i25.TcRevSkeletonLoadingComponent, typeof i26.TcRevSlideToggleDirective, typeof i27.TcRevSmallLoadingComponent, typeof i28.TcRevTabGroupComponent, typeof i29.TcRevTabItemComponent, typeof i30.TcRevTagComponent, typeof i31.TcRevToastComponent, typeof i32.TcRevTooltipDirective, typeof i33.TcRevSubNavbarComponent, typeof i34.TcRevSubNavbarItemComponent, typeof i35.TcRevWizardStepsComponent], [typeof i2.TcRevButtonDirective, typeof i3.TcRevCalendarComponent, typeof i4.TcRevCardComponent, typeof i5.TcRevCardAccordionComponent, typeof i6.TcRevCardTitleComponent, typeof i7.TcRevCheckboxDirective, typeof i8.TcRevDropdownComponent, typeof i9.TcRevDropdownGroupedComponent, typeof i10.TcRevDropdownMultiComponent, typeof i11.TcRevDropdownMultiLevelComponent, typeof i12.TcRevEmptyContentComponent, typeof i13.TcRevFaqComponent, typeof i14.TcRevIconButtonDirective, typeof i15.TcRevInputContainerComponent, typeof i16.TcRevInputDirective, typeof i17.TcRevLoadingComponent, typeof i18.TcRevMessageComponent, typeof i19.TcRevMultiInputComponent, typeof i20.TcRevPaginationComponent, typeof i21.TcRevProgressStatusBarComponent, typeof i27.TcRevSmallLoadingComponent, typeof i22.TcRevRadioDirective, typeof i23.TcRevSearchInputComponent, typeof i24.TcRevSideDrawerComponent, typeof i25.TcRevSkeletonLoadingComponent, typeof i26.TcRevSlideToggleDirective, typeof i28.TcRevTabGroupComponent, typeof i29.TcRevTabItemComponent, typeof i30.TcRevTagComponent, typeof i31.TcRevToastComponent, typeof i32.TcRevTooltipDirective, typeof i33.TcRevSubNavbarComponent, typeof i34.TcRevSubNavbarItemComponent, typeof i35.TcRevWizardStepsComponent]>;
40
+ static ɵinj: i0.ɵɵInjectorDeclaration<TcRevComponentsLibModule>;
41
+ }
@@ -0,0 +1,46 @@
1
+ import { ElementRef, SimpleChanges, TemplateRef } from '@angular/core';
2
+ import { TCloudUiDeviceUtilsService } from '../../../_services/tcloud-ui-device-utils.service';
3
+ import * as i0 from "@angular/core";
4
+ export interface DropdownOption {
5
+ id?: any;
6
+ value: any;
7
+ displayValue: string;
8
+ disabled?: boolean;
9
+ }
10
+ export declare enum DropdownSize {
11
+ sm = "sm",
12
+ md = "md",
13
+ lg = "lg"
14
+ }
15
+ export declare class TcRevDropdownComponent {
16
+ private elementRef;
17
+ menuTemplate: TemplateRef<any>;
18
+ onDocumentClick(event: MouseEvent): void;
19
+ _deviceService: TCloudUiDeviceUtilsService;
20
+ label: import("@angular/core").InputSignal<string>;
21
+ disabled: import("@angular/core").InputSignal<boolean>;
22
+ options: import("@angular/core").InputSignal<DropdownOption[]>;
23
+ initialValue: import("@angular/core").InputSignal<any>;
24
+ value: import("@angular/core").ModelSignal<any>;
25
+ size: import("@angular/core").InputSignal<DropdownSize>;
26
+ width: import("@angular/core").InputSignal<string>;
27
+ optionSelected: import("@angular/core").OutputEmitterRef<any>;
28
+ selectedOption: import("@angular/core").WritableSignal<DropdownOption>;
29
+ isOpen: boolean;
30
+ dropdownSize: typeof DropdownSize;
31
+ isDesktop: import("@angular/core").Signal<boolean>;
32
+ isMobile: import("@angular/core").Signal<boolean>;
33
+ constructor(elementRef: ElementRef);
34
+ ngOnChanges(_simpleChanges: SimpleChanges): void;
35
+ ngOnInit(): void;
36
+ toggleDropdown(): void;
37
+ selectOption(option: DropdownOption): void;
38
+ /**
39
+ * Verifica se o texto de uma opção na lista está elipsado
40
+ * @param text - Texto a ser verificado
41
+ * @returns true se o texto estiver elipsado
42
+ */
43
+ isOptionEllipsed(text: string): boolean;
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevDropdownComponent, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevDropdownComponent, "tc-rev-dropdown", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": true; "isSignal": true; }; "initialValue": { "alias": "initialValue"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "optionSelected": "optionSelected"; }, never, never, true, never>;
46
+ }
@@ -0,0 +1,54 @@
1
+ import { ElementRef, SimpleChanges, TemplateRef } from '@angular/core';
2
+ import { TCloudUiDeviceUtilsService } from '../../../_services/tcloud-ui-device-utils.service';
3
+ import * as i0 from "@angular/core";
4
+ export interface DropdownGroupedOption {
5
+ id?: any;
6
+ value: any;
7
+ displayValue: string;
8
+ disabled?: boolean;
9
+ group?: string;
10
+ }
11
+ export interface DropdownGroup {
12
+ groupName: string;
13
+ options: DropdownGroupedOption[];
14
+ }
15
+ export declare enum DropdownGroupedSize {
16
+ sm = "sm",
17
+ md = "md",
18
+ lg = "lg"
19
+ }
20
+ export declare class TcRevDropdownGroupedComponent {
21
+ private elementRef;
22
+ menuTemplate: TemplateRef<any>;
23
+ onDocumentClick(event: MouseEvent): void;
24
+ _deviceService: TCloudUiDeviceUtilsService;
25
+ label: import("@angular/core").InputSignal<string>;
26
+ disabled: import("@angular/core").InputSignal<boolean>;
27
+ options: import("@angular/core").InputSignal<DropdownGroupedOption[]>;
28
+ initialValue: import("@angular/core").InputSignal<any>;
29
+ value: import("@angular/core").ModelSignal<any>;
30
+ size: import("@angular/core").InputSignal<DropdownGroupedSize>;
31
+ placeholder: import("@angular/core").InputSignal<string>;
32
+ searchPlaceholder: import("@angular/core").InputSignal<string>;
33
+ showSearch: import("@angular/core").InputSignal<boolean>;
34
+ width: import("@angular/core").InputSignal<string>;
35
+ optionSelected: import("@angular/core").OutputEmitterRef<any>;
36
+ selectedOption: import("@angular/core").WritableSignal<DropdownGroupedOption>;
37
+ isOpen: boolean;
38
+ searchTerm: import("@angular/core").WritableSignal<string>;
39
+ dropdownSize: typeof DropdownGroupedSize;
40
+ isDesktop: import("@angular/core").Signal<boolean>;
41
+ isMobile: import("@angular/core").Signal<boolean>;
42
+ constructor(elementRef: ElementRef);
43
+ ngOnChanges(_simpleChanges: SimpleChanges): void;
44
+ ngOnInit(): void;
45
+ toggleDropdown(): void;
46
+ selectOption(option: DropdownGroupedOption): void;
47
+ onSearchChange(searchText: string): void;
48
+ getGroupedOptions(): DropdownGroup[];
49
+ private getFilteredOptions;
50
+ clearSearch(): void;
51
+ hasResults(): boolean;
52
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevDropdownGroupedComponent, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevDropdownGroupedComponent, "tc-rev-dropdown-grouped", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": true; "isSignal": true; }; "initialValue": { "alias": "initialValue"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; "isSignal": true; }; "showSearch": { "alias": "showSearch"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "optionSelected": "optionSelected"; }, never, never, true, never>;
54
+ }
@@ -0,0 +1,44 @@
1
+ import { ElementRef, SimpleChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export interface DropdownMultiOption {
4
+ id?: any;
5
+ value: any;
6
+ displayValue: string;
7
+ disabled?: boolean;
8
+ }
9
+ export declare enum DropdownMultiSize {
10
+ sm = "sm",
11
+ md = "md",
12
+ lg = "lg"
13
+ }
14
+ export declare class TcRevDropdownMultiComponent {
15
+ private elementRef;
16
+ onDocumentClick(event: MouseEvent): void;
17
+ label: import("@angular/core").InputSignal<string>;
18
+ disabled: import("@angular/core").InputSignal<boolean>;
19
+ options: import("@angular/core").InputSignal<DropdownMultiOption[]>;
20
+ initialValues: import("@angular/core").InputSignal<any[]>;
21
+ values: import("@angular/core").ModelSignal<any[]>;
22
+ size: import("@angular/core").InputSignal<DropdownMultiSize>;
23
+ width: import("@angular/core").InputSignal<string>;
24
+ placeholder: import("@angular/core").InputSignal<string>;
25
+ maxDisplayItems: import("@angular/core").InputSignal<number>;
26
+ optionsSelected: import("@angular/core").OutputEmitterRef<any[]>;
27
+ selectedOptions: import("@angular/core").WritableSignal<DropdownMultiOption[]>;
28
+ isOpen: boolean;
29
+ dropdownSize: typeof DropdownMultiSize;
30
+ constructor(elementRef: ElementRef);
31
+ ngOnChanges(_simpleChanges: SimpleChanges): void;
32
+ ngOnInit(): void;
33
+ toggleDropdown(): void;
34
+ toggleOption(option: DropdownMultiOption, event: Event): void;
35
+ isOptionSelected(option: DropdownMultiOption): boolean;
36
+ getDisplayText(): string;
37
+ clearAll(): void;
38
+ selectAll(): void;
39
+ isAllSelected(): boolean;
40
+ isSomeSelected(): boolean;
41
+ toggleSelectAll(event: Event): void;
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevDropdownMultiComponent, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevDropdownMultiComponent, "tc-rev-dropdown-multi", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": true; "isSignal": true; }; "initialValues": { "alias": "initialValues"; "required": false; "isSignal": true; }; "values": { "alias": "values"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "maxDisplayItems": { "alias": "maxDisplayItems"; "required": false; "isSignal": true; }; }, { "values": "valuesChange"; "optionsSelected": "optionsSelected"; }, never, never, true, never>;
44
+ }
@@ -0,0 +1,42 @@
1
+ import { ElementRef, SimpleChanges } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ interface MultiLevelDropdownOption {
4
+ id?: any;
5
+ value: any;
6
+ displayValue: string;
7
+ disabled?: boolean;
8
+ children?: MultiLevelDropdownOption[];
9
+ }
10
+ declare enum MultiLevelDropdownSize {
11
+ sm = "sm",
12
+ md = "md",
13
+ lg = "lg"
14
+ }
15
+ export declare class TcRevDropdownMultiLevelComponent {
16
+ private elementRef;
17
+ onDocumentClick(event: MouseEvent): void;
18
+ menuRoot: ElementRef<HTMLUListElement>;
19
+ readonly dropdownSize: typeof MultiLevelDropdownSize;
20
+ menu: import("@angular/core").InputSignal<MultiLevelDropdownOption[]>;
21
+ subMenuPosition: import("@angular/core").InputSignal<"right" | "left">;
22
+ disabled: import("@angular/core").InputSignal<boolean>;
23
+ size: import("@angular/core").InputSignal<MultiLevelDropdownSize>;
24
+ initialValue: import("@angular/core").InputSignal<MultiLevelDropdownOption>;
25
+ optionSelected: import("@angular/core").OutputEmitterRef<{
26
+ option: MultiLevelDropdownOption;
27
+ parentOption: MultiLevelDropdownOption;
28
+ }>;
29
+ selectedOption: import("@angular/core").WritableSignal<MultiLevelDropdownOption>;
30
+ selectedParentOption: import("@angular/core").WritableSignal<MultiLevelDropdownOption>;
31
+ hoveredIndex: number | null;
32
+ isOpen: boolean;
33
+ constructor(elementRef: ElementRef);
34
+ ngOnChanges(_simpleChanges: SimpleChanges): void;
35
+ getItemOffsetTop(index: number): number;
36
+ toggleDropdown(): void;
37
+ selectOption(option: MultiLevelDropdownOption, parentOption: MultiLevelDropdownOption): void;
38
+ selectParentItem($event: MouseEvent, option: MultiLevelDropdownOption, parentOption: MultiLevelDropdownOption): void;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevDropdownMultiLevelComponent, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevDropdownMultiLevelComponent, "tc-rev-dropdown-multi-level", never, { "menu": { "alias": "menu"; "required": true; "isSignal": true; }; "subMenuPosition": { "alias": "subMenuPosition"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "initialValue": { "alias": "initialValue"; "required": false; "isSignal": true; }; }, { "optionSelected": "optionSelected"; }, never, ["*"], true, never>;
41
+ }
42
+ export {};
@@ -0,0 +1,17 @@
1
+ import * as i0 from "@angular/core";
2
+ export interface MultiLevelDropdownOption {
3
+ id?: any;
4
+ value: any;
5
+ displayValue: string;
6
+ disabled?: boolean;
7
+ children?: MultiLevelDropdownOption[];
8
+ }
9
+ export declare class TcRevDropdownSubMenuComponent {
10
+ items: import("@angular/core").InputSignal<MultiLevelDropdownOption[]>;
11
+ position: import("@angular/core").InputSignal<"right" | "left">;
12
+ parentOffsetTop: import("@angular/core").InputSignal<number>;
13
+ selectedOption: import("@angular/core").InputSignal<MultiLevelDropdownOption>;
14
+ onOptionSelected: import("@angular/core").OutputEmitterRef<MultiLevelDropdownOption>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevDropdownSubMenuComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevDropdownSubMenuComponent, "tc-rev-dropdown-sub-menu", never, { "items": { "alias": "items"; "required": true; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "parentOffsetTop": { "alias": "parentOffsetTop"; "required": true; "isSignal": true; }; "selectedOption": { "alias": "selectedOption"; "required": false; "isSignal": true; }; }, { "onOptionSelected": "onOptionSelected"; }, never, never, true, never>;
17
+ }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TcRevEmptyContentComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevEmptyContentComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevEmptyContentComponent, "tc-rev-empty-content", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TcRevFaqComponent {
3
+ title: string;
4
+ questions: {
5
+ question: string;
6
+ answer: string;
7
+ }[];
8
+ openIndex: import("@angular/core").WritableSignal<number>;
9
+ toggle(index: number): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevFaqComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevFaqComponent, "tc-rev-faq", never, { "title": { "alias": "title"; "required": false; }; "questions": { "alias": "questions"; "required": false; }; }, {}, never, never, true, never>;
12
+ }
@@ -0,0 +1,12 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TcRevIconButtonDirective {
4
+ private _el;
5
+ color: import("@angular/core").InputSignal<"danger" | "primary" | "light" | "dark">;
6
+ size: import("@angular/core").InputSignal<"lg" | "md" | "sm">;
7
+ tcRevIconButton: import("@angular/core").InputSignal<"link" | "filled" | "outline">;
8
+ constructor(_el: ElementRef<HTMLButtonElement>);
9
+ private setClasses;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevIconButtonDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TcRevIconButtonDirective, "button[tcRevIconButton]", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "tcRevIconButton": { "alias": "tcRevIconButton"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
12
+ }
@@ -0,0 +1,10 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TcRevInputDirective {
4
+ private _el;
5
+ fullWidth: import("@angular/core").InputSignal<boolean>;
6
+ constructor(_el: ElementRef<HTMLInputElement>);
7
+ private setClasses;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevInputDirective, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TcRevInputDirective, "input[tcRevInput], select[tcRevInput]", never, { "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
10
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TcRevInputContainerComponent {
3
+ fullWidth: import("@angular/core").InputSignal<boolean>;
4
+ inputId: import("@angular/core").InputSignal<string>;
5
+ label: import("@angular/core").InputSignal<string>;
6
+ labelPosition: import("@angular/core").InputSignal<"top" | "right" | "bottom" | "left">;
7
+ required: import("@angular/core").InputSignal<boolean>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevInputContainerComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevInputContainerComponent, "tc-rev-input-container", never, { "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "inputId": { "alias": "inputId"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "labelPosition": { "alias": "labelPosition"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
10
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TcRevLoadingComponent {
3
+ message: import("@angular/core").InputSignal<string>;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevLoadingComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevLoadingComponent, "tc-rev-loading", never, { "message": { "alias": "message"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
6
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TcRevMessageComponent {
3
+ message: string;
4
+ type: 'success' | 'error' | 'info' | 'warning';
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevMessageComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevMessageComponent, "tc-rev-message", never, { "message": { "alias": "message"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1,24 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class TcRevMultiInputComponent {
5
+ autoFocus: boolean;
6
+ initialValue: import("@angular/core").InputSignal<string>;
7
+ description: import("@angular/core").InputSignal<string>;
8
+ initialList: import("@angular/core").InputSignal<any[]>;
9
+ items: import("@angular/core").ModelSignal<string[]>;
10
+ validators: import("@angular/core").InputSignal<any[]>;
11
+ disabled: import("@angular/core").InputSignal<boolean>;
12
+ itemsList: import("@angular/core").WritableSignal<string[]>;
13
+ onChangeList: import("@angular/core").OutputEmitterRef<string[]>;
14
+ multiInputForm: FormGroup | undefined;
15
+ multiInputRef: ElementRef<HTMLInputElement>;
16
+ constructor();
17
+ ngOnInit(): void;
18
+ ngAfterViewInit(): void;
19
+ isEllipsed(text: string): boolean;
20
+ addItem(): void;
21
+ removeItem(index: number): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevMultiInputComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevMultiInputComponent, "tc-rev-multi-input", never, { "autoFocus": { "alias": "autoFocus"; "required": false; }; "initialValue": { "alias": "initialValue"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "initialList": { "alias": "initialList"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "validators": { "alias": "validators"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "items": "itemsChange"; "onChangeList": "onChangeList"; }, never, never, true, never>;
24
+ }
@@ -0,0 +1,14 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TcRevPaginationComponent {
4
+ currentPage: number;
5
+ totalPages: number;
6
+ pageChange: EventEmitter<number>;
7
+ pageInputError: boolean;
8
+ previous(): void;
9
+ next(): void;
10
+ goToPage(event: Event): void;
11
+ formatPage(page: number): string;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevPaginationComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevPaginationComponent, "tc-rev-pagination", never, { "currentPage": { "alias": "currentPage"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; }, { "pageChange": "pageChange"; }, never, never, true, never>;
14
+ }
@@ -0,0 +1,23 @@
1
+ import * as i0 from "@angular/core";
2
+ type ProgressStatusConfig = {
3
+ start: number;
4
+ end: number;
5
+ gradientStatus: ProgressStatusBarGradientStatus;
6
+ };
7
+ declare enum ProgressStatusBarGradientStatus {
8
+ info = "info",
9
+ danger = "danger",
10
+ success = "success",
11
+ alert = "alert"
12
+ }
13
+ export declare class TcRevProgressStatusBarComponent {
14
+ currentValue: import("@angular/core").InputSignal<number>;
15
+ progressStatusConfig: import("@angular/core").InputSignal<ProgressStatusConfig[]>;
16
+ backgroundStyle: string;
17
+ constructor();
18
+ private getBackgroundStyle;
19
+ private getProgressStatusBarRangeColor;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevProgressStatusBarComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<TcRevProgressStatusBarComponent, "tc-rev-progress-status-bar", never, { "currentValue": { "alias": "currentValue"; "required": true; "isSignal": true; }; "progressStatusConfig": { "alias": "progressStatusConfig"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
22
+ }
23
+ export {};
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TcRevRadioDirective {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TcRevRadioDirective, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TcRevRadioDirective, "input[type=\"radio\"][tcRevRadio]", never, {}, {}, never, never, true, never>;
6
+ }