@tecnobank/componentes 1.0.0 → 1.0.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { EventEmitter, OnChanges, OnDestroy, ElementRef, SimpleChanges, InjectionToken, EnvironmentProviders, ChangeDetectorRef, AfterContentInit, TemplateRef, AfterViewInit, NgZone, OnInit, RendererFactory2, QueryList } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor, AbstractControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { ControlValueAccessor, AbstractControl, FormGroup, FormControl } from '@angular/forms';
|
|
4
4
|
import * as echarts from 'echarts';
|
|
5
5
|
import { ECElementEvent } from 'echarts/core';
|
|
6
6
|
import * as _tecnobank_componentes from '@tecnobank/componentes';
|
|
@@ -405,7 +405,7 @@ declare class IconsComponent {
|
|
|
405
405
|
* compatibilidade retroativa. Será removido em versão futura.
|
|
406
406
|
*/
|
|
407
407
|
readonly icon: _angular_core.InputSignal<IconName | null | undefined>;
|
|
408
|
-
readonly color: _angular_core.InputSignal<"
|
|
408
|
+
readonly color: _angular_core.InputSignal<"gradient" | "primary" | "secondary" | "blue" | "critical" | "warning" | "success" | "disabled" | "gray" | "white" | "ia" | null>;
|
|
409
409
|
readonly size: _angular_core.InputSignalWithTransform<number | undefined, string | number | null | undefined>;
|
|
410
410
|
readonly spin: _angular_core.InputSignalWithTransform<boolean | undefined, string | boolean | null | undefined>;
|
|
411
411
|
readonly decorative: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
@@ -590,7 +590,7 @@ declare class BannerComponent {
|
|
|
590
590
|
readonly role: _angular_core.InputSignal<"status" | "note" | "alert">;
|
|
591
591
|
readonly dismissed: _angular_core.OutputEmitterRef<BannerDismissEvent>;
|
|
592
592
|
readonly resolvedIconToken: _angular_core.Signal<"arrowDownArrowUpRegularFull" | "arrowDownToLineRegularFull" | "arrowLeftSolidRegular" | "arrowRightSolidRegular" | "arrowUpBigSmallRegularFull" | "arrowsRetweetRegular" | "barsRegular" | "bellRegularFull" | "bookOpenLinesRegularFull" | "bookSectionSharpRegular" | "buildingsRegular" | "calendarLightFull" | "calendarRegular" | "carBuildingRegular" | "carsRegular" | "chartMixedRegular" | "checkFormSectionStepper" | "chevronDownDatepicker" | "chevronLeftDatepicker" | "chevronRightDatepicker" | "chevronDownSolidFull" | "chevronUpSolidFull" | "circleInfoRegular" | "circleQuestionRegularFull" | "clockRegularFull" | "clockRotateRegular" | "cloneRegularFull" | "controlRegular" | "desktopRegularFull" | "dollarSignRegularFull" | "ellipsisSolid" | "envelopeRegular" | "errorFormSectionStepper" | "eyeClosedRegularFull" | "eyeRegularFull" | "fileChartColumnRegular" | "fileContractRegular" | "fileExclamationRegular" | "fileSignatureRegular" | "gavelRegularFull" | "gearRegular" | "gridRegularFull" | "layerGroupRegular" | "lineColumnsRegular" | "listCheckRegular" | "listRegularFull" | "lockRegular" | "magnifyingGlassSolid" | "memoRegular" | "messageQuestionRegularFull" | "notstartedFormSectionStepper" | "penRegularFull" | "penToSquareRegularFull" | "playRegularFull" | "plusSolid" | "printRegular" | "questionRegularFull" | "shieldUserRegularFull" | "sparkle" | "sparkleRegular" | "spinnerSolidFull" | "toggleOffRegularFull" | "trashRegular" | "triangleExclamationRegular" | "userLargeRegular" | "xmarkRegularFull">;
|
|
593
|
-
readonly resolvedIconColor: _angular_core.Signal<"
|
|
593
|
+
readonly resolvedIconColor: _angular_core.Signal<"gradient" | "primary" | "secondary" | "blue" | "critical" | "warning" | "success" | "disabled" | "gray" | "white" | "ia">;
|
|
594
594
|
readonly hostClasses: _angular_core.Signal<string[]>;
|
|
595
595
|
onDismiss(event: MouseEvent): void;
|
|
596
596
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BannerComponent, never>;
|
|
@@ -840,7 +840,7 @@ declare class ButtonComponent {
|
|
|
840
840
|
readonly ariaBusy: _angular_core.Signal<"true" | null>;
|
|
841
841
|
readonly labelTextSize: _angular_core.Signal<TextSize>;
|
|
842
842
|
readonly labelTextColor: _angular_core.Signal<TextColor>;
|
|
843
|
-
readonly iconColor: _angular_core.Signal<"
|
|
843
|
+
readonly iconColor: _angular_core.Signal<"gradient" | "primary" | "secondary" | "blue" | "critical" | "warning" | "success" | "disabled" | "gray" | "white" | "ia">;
|
|
844
844
|
readonly iconSize: _angular_core.Signal<number | undefined>;
|
|
845
845
|
readonly hostClasses: _angular_core.Signal<readonly string[]>;
|
|
846
846
|
constructor();
|
|
@@ -1339,7 +1339,7 @@ declare class ChipComponent {
|
|
|
1339
1339
|
readonly isInteractive: _angular_core.Signal<boolean>;
|
|
1340
1340
|
readonly ariaPressed: _angular_core.Signal<"false" | "true" | null>;
|
|
1341
1341
|
readonly resolvedTextColor: _angular_core.Signal<TextColor>;
|
|
1342
|
-
readonly resolvedIconColor: _angular_core.Signal<"
|
|
1342
|
+
readonly resolvedIconColor: _angular_core.Signal<"gradient" | "primary" | "secondary" | "blue" | "critical" | "warning" | "success" | "disabled" | "gray" | "white" | "ia">;
|
|
1343
1343
|
readonly resolvedIconName: _angular_core.Signal<"arrowDownArrowUpRegularFull" | "arrowDownToLineRegularFull" | "arrowLeftSolidRegular" | "arrowRightSolidRegular" | "arrowUpBigSmallRegularFull" | "arrowsRetweetRegular" | "barsRegular" | "bellRegularFull" | "bookOpenLinesRegularFull" | "bookSectionSharpRegular" | "buildingsRegular" | "calendarLightFull" | "calendarRegular" | "carBuildingRegular" | "carsRegular" | "chartMixedRegular" | "checkFormSectionStepper" | "chevronDownDatepicker" | "chevronLeftDatepicker" | "chevronRightDatepicker" | "chevronDownSolidFull" | "chevronUpSolidFull" | "circleInfoRegular" | "circleQuestionRegularFull" | "clockRegularFull" | "clockRotateRegular" | "cloneRegularFull" | "controlRegular" | "desktopRegularFull" | "dollarSignRegularFull" | "ellipsisSolid" | "envelopeRegular" | "errorFormSectionStepper" | "eyeClosedRegularFull" | "eyeRegularFull" | "fileChartColumnRegular" | "fileContractRegular" | "fileExclamationRegular" | "fileSignatureRegular" | "gavelRegularFull" | "gearRegular" | "gridRegularFull" | "layerGroupRegular" | "lineColumnsRegular" | "listCheckRegular" | "listRegularFull" | "lockRegular" | "magnifyingGlassSolid" | "memoRegular" | "messageQuestionRegularFull" | "notstartedFormSectionStepper" | "penRegularFull" | "penToSquareRegularFull" | "playRegularFull" | "plusSolid" | "printRegular" | "questionRegularFull" | "shieldUserRegularFull" | "sparkle" | "sparkleRegular" | "spinnerSolidFull" | "toggleOffRegularFull" | "trashRegular" | "triangleExclamationRegular" | "userLargeRegular" | "xmarkRegularFull" | null>;
|
|
1344
1344
|
readonly textSize: _angular_core.Signal<TextSize>;
|
|
1345
1345
|
readonly leadingIconSize: _angular_core.Signal<number>;
|
|
@@ -1507,7 +1507,7 @@ declare class ContentPanelComponent {
|
|
|
1507
1507
|
readonly ariaBusy: _angular_core.Signal<"true" | null>;
|
|
1508
1508
|
readonly ariaPressed: _angular_core.Signal<"false" | "true" | null>;
|
|
1509
1509
|
readonly statusIcon: _angular_core.Signal<"arrowDownArrowUpRegularFull" | "arrowDownToLineRegularFull" | "arrowLeftSolidRegular" | "arrowRightSolidRegular" | "arrowUpBigSmallRegularFull" | "arrowsRetweetRegular" | "barsRegular" | "bellRegularFull" | "bookOpenLinesRegularFull" | "bookSectionSharpRegular" | "buildingsRegular" | "calendarLightFull" | "calendarRegular" | "carBuildingRegular" | "carsRegular" | "chartMixedRegular" | "checkFormSectionStepper" | "chevronDownDatepicker" | "chevronLeftDatepicker" | "chevronRightDatepicker" | "chevronDownSolidFull" | "chevronUpSolidFull" | "circleInfoRegular" | "circleQuestionRegularFull" | "clockRegularFull" | "clockRotateRegular" | "cloneRegularFull" | "controlRegular" | "desktopRegularFull" | "dollarSignRegularFull" | "ellipsisSolid" | "envelopeRegular" | "errorFormSectionStepper" | "eyeClosedRegularFull" | "eyeRegularFull" | "fileChartColumnRegular" | "fileContractRegular" | "fileExclamationRegular" | "fileSignatureRegular" | "gavelRegularFull" | "gearRegular" | "gridRegularFull" | "layerGroupRegular" | "lineColumnsRegular" | "listCheckRegular" | "listRegularFull" | "lockRegular" | "magnifyingGlassSolid" | "memoRegular" | "messageQuestionRegularFull" | "notstartedFormSectionStepper" | "penRegularFull" | "penToSquareRegularFull" | "playRegularFull" | "plusSolid" | "printRegular" | "questionRegularFull" | "shieldUserRegularFull" | "sparkle" | "sparkleRegular" | "spinnerSolidFull" | "toggleOffRegularFull" | "trashRegular" | "triangleExclamationRegular" | "userLargeRegular" | "xmarkRegularFull">;
|
|
1510
|
-
readonly statusIconColor: _angular_core.Signal<"
|
|
1510
|
+
readonly statusIconColor: _angular_core.Signal<"gradient" | "primary" | "secondary" | "blue" | "critical" | "warning" | "success" | "disabled" | "gray" | "white" | "ia">;
|
|
1511
1511
|
readonly statusTextColor: _angular_core.Signal<TextColor>;
|
|
1512
1512
|
onTabChange(tabId: string): void;
|
|
1513
1513
|
onActionClick(action: ContentPanelAction, event: MouseEvent): void;
|
|
@@ -2656,7 +2656,7 @@ declare class GaugeChartComponent {
|
|
|
2656
2656
|
/** Valor máximo (limite superior). Default: 100. */
|
|
2657
2657
|
readonly max: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
2658
2658
|
/** Cor ativa do progresso. Default: 'blue'. */
|
|
2659
|
-
readonly color: _angular_core.InputSignal<"
|
|
2659
|
+
readonly color: _angular_core.InputSignal<"blue" | "green" | "cyan" | "purple" | "orange" | "navy" | "red" | "gray" | "yellow">;
|
|
2660
2660
|
/** Altura do container em pixels. Default: 180. */
|
|
2661
2661
|
readonly height: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
2662
2662
|
/** Quantidade de marcadores (ticks). Default: 40. */
|
|
@@ -3477,7 +3477,7 @@ declare class MapChartComponent {
|
|
|
3477
3477
|
readonly regions: _angular_core.InputSignal<readonly MapChartRegion[]>;
|
|
3478
3478
|
readonly statuses: _angular_core.InputSignal<readonly MapChartStatus[]>;
|
|
3479
3479
|
readonly pins: _angular_core.InputSignal<readonly MapChartPin[]>;
|
|
3480
|
-
readonly emptyTone: _angular_core.InputSignal<"
|
|
3480
|
+
readonly emptyTone: _angular_core.InputSignal<"blue" | "green" | "cyan" | "purple" | "orange" | "navy" | "red" | "gray" | "yellow">;
|
|
3481
3481
|
readonly showLegend: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
3482
3482
|
readonly showLabels: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
3483
3483
|
readonly height: _angular_core.InputSignalWithTransform<number, unknown>;
|
|
@@ -4759,5 +4759,1818 @@ declare class SidePanelTinaAiComponent {
|
|
|
4759
4759
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SidePanelTinaAiComponent, "tbk-side-panel-tina-ai", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "tabs": { "alias": "tabs"; "required": false; "isSignal": true; }; "activeTab": { "alias": "activeTab"; "required": false; "isSignal": true; }; "prompt": { "alias": "prompt"; "required": false; "isSignal": true; }; "prefix": { "alias": "prefix"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "primaryActionLabel": { "alias": "primaryActionLabel"; "required": false; "isSignal": true; }; "primaryActionIcon": { "alias": "primaryActionIcon"; "required": false; "isSignal": true; }; "secondaryActionLabel": { "alias": "secondaryActionLabel"; "required": false; "isSignal": true; }; "secondaryActionIcon": { "alias": "secondaryActionIcon"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "closable": { "alias": "closable"; "required": false; "isSignal": true; }; "gradient": { "alias": "gradient"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "requireValue": { "alias": "requireValue"; "required": false; "isSignal": true; }; "conversationStarted": { "alias": "conversationStarted"; "required": false; "isSignal": true; }; "panelId": { "alias": "panelId"; "required": false; "isSignal": true; }; "i18n": { "alias": "i18n"; "required": false; "isSignal": true; }; "quickActions": { "alias": "quickActions"; "required": false; "isSignal": true; }; "showSavedPrompts": { "alias": "showSavedPrompts"; "required": false; "isSignal": true; }; }, { "activeTab": "activeTabChange"; "prompt": "promptChange"; "open": "openChange"; "conversationStarted": "conversationStartedChange"; "submitted": "submitted"; "secondaryAction": "secondaryAction"; "tabChange": "tabChange"; "closed": "closed"; "quickActionClicked": "quickActionClicked"; }, never, ["[tbk-tina-messages]", "[tbk-tina-toolbar-start]", "[tbk-tina-attach]"], true, never>;
|
|
4760
4760
|
}
|
|
4761
4761
|
|
|
4762
|
-
|
|
4763
|
-
|
|
4762
|
+
/**
|
|
4763
|
+
* Tipos compartilhados pelos templates de exploração de conteúdo
|
|
4764
|
+
* (ContentExplorer, Imagens, Lotes).
|
|
4765
|
+
*
|
|
4766
|
+
* Manter este arquivo conservador: cada novo tipo aqui vira parte do
|
|
4767
|
+
* contrato público dos templates do design system.
|
|
4768
|
+
*/
|
|
4769
|
+
|
|
4770
|
+
interface ExplorerActiveChip {
|
|
4771
|
+
readonly sectionId: string | number;
|
|
4772
|
+
readonly value: string | number;
|
|
4773
|
+
readonly label: string;
|
|
4774
|
+
}
|
|
4775
|
+
type ExplorerDateValue = Date | [Date, Date] | null;
|
|
4776
|
+
interface ExplorerSearchSubmitEvent {
|
|
4777
|
+
readonly value: string;
|
|
4778
|
+
readonly type: string;
|
|
4779
|
+
readonly date: ExplorerDateValue;
|
|
4780
|
+
}
|
|
4781
|
+
interface ExplorerChipRemoveEvent {
|
|
4782
|
+
readonly sectionId: string | number;
|
|
4783
|
+
readonly value: string | number;
|
|
4784
|
+
}
|
|
4785
|
+
interface ExplorerSearchConfig {
|
|
4786
|
+
readonly label?: string;
|
|
4787
|
+
readonly placeholder?: string;
|
|
4788
|
+
readonly typeLabel?: string;
|
|
4789
|
+
/** Mutável — flui para `[selectOptions]` dos componentes-filhos. */
|
|
4790
|
+
readonly typeOptions?: string[];
|
|
4791
|
+
readonly dateLabel?: string;
|
|
4792
|
+
readonly datePlaceholder?: string;
|
|
4793
|
+
readonly buttonLabel?: string;
|
|
4794
|
+
readonly chipPrefix?: string;
|
|
4795
|
+
readonly dateChipPrefix?: string;
|
|
4796
|
+
}
|
|
4797
|
+
interface ExplorerI18n {
|
|
4798
|
+
readonly resultsLabel?: string;
|
|
4799
|
+
readonly resultsAriaLabel?: string;
|
|
4800
|
+
readonly activeFiltersLabel?: string;
|
|
4801
|
+
readonly resetFiltersLabel?: string;
|
|
4802
|
+
readonly resetFiltersAriaLabel?: string;
|
|
4803
|
+
readonly skipToContentLabel?: string;
|
|
4804
|
+
readonly mainAreaLabel?: string;
|
|
4805
|
+
readonly filtersAriaLabel?: string;
|
|
4806
|
+
readonly navAriaLabel?: string;
|
|
4807
|
+
readonly titleAriaLabel?: string;
|
|
4808
|
+
}
|
|
4809
|
+
|
|
4810
|
+
interface AcompanharProcessosTemplateBrand {
|
|
4811
|
+
readonly imageSrc: string;
|
|
4812
|
+
readonly imageAlt: string;
|
|
4813
|
+
}
|
|
4814
|
+
interface AcompanharProcessosTemplateAddAction {
|
|
4815
|
+
readonly label?: string;
|
|
4816
|
+
readonly icon?: IconName;
|
|
4817
|
+
readonly tooltip?: string;
|
|
4818
|
+
readonly ariaLabel?: string;
|
|
4819
|
+
readonly appearance?: ButtonAppearance;
|
|
4820
|
+
readonly disabled?: boolean;
|
|
4821
|
+
}
|
|
4822
|
+
declare class AcompanharProcessosTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
4823
|
+
brand: AcompanharProcessosTemplateBrand | null;
|
|
4824
|
+
headerActions: HeaderActionItem[];
|
|
4825
|
+
profile: HeaderProfileConfig | null;
|
|
4826
|
+
menuItems: MenuItem[];
|
|
4827
|
+
menuCollapsed: boolean;
|
|
4828
|
+
menuCollapsible: boolean;
|
|
4829
|
+
pageTitle: string;
|
|
4830
|
+
breadcrumbItems: string[];
|
|
4831
|
+
pageIcon: IconToken;
|
|
4832
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
4833
|
+
addAction: AcompanharProcessosTemplateAddAction | null;
|
|
4834
|
+
readonly addClick: EventEmitter<void>;
|
|
4835
|
+
readonly refreshClick: EventEmitter<void>;
|
|
4836
|
+
searchConfig: ExplorerSearchConfig;
|
|
4837
|
+
searchValue: string;
|
|
4838
|
+
searchType: string;
|
|
4839
|
+
searchDateValue: ExplorerDateValue;
|
|
4840
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
4841
|
+
showOptionCount: boolean;
|
|
4842
|
+
loading: boolean;
|
|
4843
|
+
totalRecords: number;
|
|
4844
|
+
totalPages: number;
|
|
4845
|
+
currentPage: number;
|
|
4846
|
+
pageSize: number;
|
|
4847
|
+
resultsLabel: string | null;
|
|
4848
|
+
resultsIcon: IconToken;
|
|
4849
|
+
columns: DataTableColumn<TRow>[];
|
|
4850
|
+
rows: TRow[];
|
|
4851
|
+
rowActionIcon: IconName;
|
|
4852
|
+
rowActionAriaLabel: string;
|
|
4853
|
+
selectable: boolean;
|
|
4854
|
+
accordion: boolean;
|
|
4855
|
+
showRowActions: boolean;
|
|
4856
|
+
accordionTemplate: TemplateRef<{
|
|
4857
|
+
row: TRow;
|
|
4858
|
+
rowIndex: number;
|
|
4859
|
+
}> | null;
|
|
4860
|
+
selectedKeys: any[];
|
|
4861
|
+
rowKeyField: string;
|
|
4862
|
+
i18n: ExplorerI18n;
|
|
4863
|
+
headerSlot: TemplateRef<void> | null;
|
|
4864
|
+
titleSlot: TemplateRef<void> | null;
|
|
4865
|
+
searchSlot: TemplateRef<void> | null;
|
|
4866
|
+
filtersSlot: TemplateRef<void> | null;
|
|
4867
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
4868
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
4869
|
+
readonly pageChange: EventEmitter<number>;
|
|
4870
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
4871
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
4872
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
4873
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
4874
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
4875
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
4876
|
+
readonly resetFilters: EventEmitter<void>;
|
|
4877
|
+
readonly selectionChange: EventEmitter<any>;
|
|
4878
|
+
readonly bulkActionClick: EventEmitter<BulkActionBarAction>;
|
|
4879
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
4880
|
+
readonly bulkActions: BulkActionBarAction[];
|
|
4881
|
+
get selectedCount(): number;
|
|
4882
|
+
private appliedSearchValue;
|
|
4883
|
+
private appliedSearchDateValue;
|
|
4884
|
+
ngOnDestroy(): void;
|
|
4885
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
4886
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
4887
|
+
get computedResultsLabel(): string;
|
|
4888
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
4889
|
+
get hasActiveChips(): boolean;
|
|
4890
|
+
get resolvedAddAction(): Required<Pick<AcompanharProcessosTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
4891
|
+
onAddClick(): void;
|
|
4892
|
+
onRefreshClick(): void;
|
|
4893
|
+
onPageChange(page: number): void;
|
|
4894
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
4895
|
+
onSearchValueChange(value: string): void;
|
|
4896
|
+
onSearchTypeChange(value: unknown): void;
|
|
4897
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
4898
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
4899
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
4900
|
+
resetAllChips(): void;
|
|
4901
|
+
onSelectionChange(event: any): void;
|
|
4902
|
+
onBulkDismiss(): void;
|
|
4903
|
+
onBulkActionClick(action: BulkActionBarAction): void;
|
|
4904
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
4905
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AcompanharProcessosTemplateComponent<any>, never>;
|
|
4906
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AcompanharProcessosTemplateComponent<any>, "tbk-template-acompanhar-processos", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; "showRowActions": { "alias": "showRowActions"; "required": false; }; "accordionTemplate": { "alias": "accordionTemplate"; "required": false; }; "selectedKeys": { "alias": "selectedKeys"; "required": false; }; "rowKeyField": { "alias": "rowKeyField"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "refreshClick": "refreshClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; "selectionChange": "selectionChange"; "bulkActionClick": "bulkActionClick"; }, never, never, true, never>;
|
|
4907
|
+
}
|
|
4908
|
+
|
|
4909
|
+
interface ContentExplorerCard {
|
|
4910
|
+
readonly id?: string | number;
|
|
4911
|
+
readonly title: string;
|
|
4912
|
+
readonly description?: string;
|
|
4913
|
+
readonly date?: string;
|
|
4914
|
+
readonly status?: CardStatus;
|
|
4915
|
+
/** Mutável — flui para `<tbk-card [tags]>` que espera `string[]`. */
|
|
4916
|
+
readonly tags?: string[];
|
|
4917
|
+
}
|
|
4918
|
+
interface ContentExplorerBrand {
|
|
4919
|
+
readonly imageSrc: string;
|
|
4920
|
+
readonly imageAlt: string;
|
|
4921
|
+
}
|
|
4922
|
+
declare class ContentExplorerTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
4923
|
+
brand: ContentExplorerBrand | null;
|
|
4924
|
+
headerActions: HeaderActionItem[];
|
|
4925
|
+
profile: HeaderProfileConfig | null;
|
|
4926
|
+
menuItems: MenuItem[];
|
|
4927
|
+
menuCollapsed: boolean;
|
|
4928
|
+
menuCollapsible: boolean;
|
|
4929
|
+
pageTitle: string;
|
|
4930
|
+
breadcrumbItems: string[];
|
|
4931
|
+
pageIcon: IconToken;
|
|
4932
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
4933
|
+
searchConfig: ExplorerSearchConfig;
|
|
4934
|
+
searchValue: string;
|
|
4935
|
+
searchType: string;
|
|
4936
|
+
searchDateValue: ExplorerDateValue;
|
|
4937
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
4938
|
+
showOptionCount: boolean;
|
|
4939
|
+
activeView: ViewSwitcherView;
|
|
4940
|
+
loading: boolean;
|
|
4941
|
+
totalRecords: number;
|
|
4942
|
+
totalPages: number;
|
|
4943
|
+
currentPage: number;
|
|
4944
|
+
pageSize: number;
|
|
4945
|
+
resultsLabel: string | null;
|
|
4946
|
+
resultsIcon: IconToken;
|
|
4947
|
+
showViewSwitcher: boolean;
|
|
4948
|
+
cards: readonly ContentExplorerCard[];
|
|
4949
|
+
defaultCardDescription: string;
|
|
4950
|
+
cardSkeletonCount: number;
|
|
4951
|
+
cardActionLabel: string;
|
|
4952
|
+
columns: DataTableColumn<TRow>[];
|
|
4953
|
+
rows: TRow[];
|
|
4954
|
+
rowActionIcon: IconName;
|
|
4955
|
+
rowActionAriaLabel: string;
|
|
4956
|
+
i18n: ExplorerI18n;
|
|
4957
|
+
headerSlot: TemplateRef<void> | null;
|
|
4958
|
+
titleSlot: TemplateRef<void> | null;
|
|
4959
|
+
searchSlot: TemplateRef<void> | null;
|
|
4960
|
+
filtersSlot: TemplateRef<void> | null;
|
|
4961
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
4962
|
+
cardTemplate: TemplateRef<{
|
|
4963
|
+
$implicit: ContentExplorerCard;
|
|
4964
|
+
index: number;
|
|
4965
|
+
}> | null;
|
|
4966
|
+
readonly viewChange: EventEmitter<ViewSwitcherView>;
|
|
4967
|
+
readonly pageChange: EventEmitter<number>;
|
|
4968
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
4969
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
4970
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
4971
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
4972
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
4973
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
4974
|
+
readonly resetFilters: EventEmitter<void>;
|
|
4975
|
+
readonly cardActionClick: EventEmitter<{
|
|
4976
|
+
card: ContentExplorerCard;
|
|
4977
|
+
index: number;
|
|
4978
|
+
}>;
|
|
4979
|
+
private appliedSearchValue;
|
|
4980
|
+
private appliedSearchDateValue;
|
|
4981
|
+
ngOnDestroy(): void;
|
|
4982
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
4983
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
4984
|
+
get cardSkeletonItems(): readonly number[];
|
|
4985
|
+
get computedResultsLabel(): string;
|
|
4986
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
4987
|
+
get hasActiveChips(): boolean;
|
|
4988
|
+
onViewChange(view: ViewSwitcherView): void;
|
|
4989
|
+
onPageChange(page: number): void;
|
|
4990
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
4991
|
+
onSearchValueChange(value: string): void;
|
|
4992
|
+
onSearchTypeChange(value: unknown): void;
|
|
4993
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
4994
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
4995
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
4996
|
+
resetAllChips(): void;
|
|
4997
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
4998
|
+
trackSkeleton: (index: number) => number;
|
|
4999
|
+
trackCard: (index: number, card: ContentExplorerCard) => string | number;
|
|
5000
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContentExplorerTemplateComponent<any>, never>;
|
|
5001
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ContentExplorerTemplateComponent<any>, "tbk-template-content-explorer", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "showViewSwitcher": { "alias": "showViewSwitcher"; "required": false; }; "cards": { "alias": "cards"; "required": false; }; "defaultCardDescription": { "alias": "defaultCardDescription"; "required": false; }; "cardSkeletonCount": { "alias": "cardSkeletonCount"; "required": false; }; "cardActionLabel": { "alias": "cardActionLabel"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "cardTemplate": { "alias": "cardTemplate"; "required": false; }; }, { "viewChange": "viewChange"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; "cardActionClick": "cardActionClick"; }, never, never, true, never>;
|
|
5002
|
+
}
|
|
5003
|
+
|
|
5004
|
+
interface ContratosTemplateBrand {
|
|
5005
|
+
readonly imageSrc: string;
|
|
5006
|
+
readonly imageAlt: string;
|
|
5007
|
+
}
|
|
5008
|
+
interface ContratosTemplateAddAction {
|
|
5009
|
+
readonly label?: string;
|
|
5010
|
+
readonly icon?: IconName;
|
|
5011
|
+
readonly tooltip?: string;
|
|
5012
|
+
readonly ariaLabel?: string;
|
|
5013
|
+
readonly appearance?: ButtonAppearance;
|
|
5014
|
+
readonly disabled?: boolean;
|
|
5015
|
+
}
|
|
5016
|
+
declare class ContratosTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
5017
|
+
brand: ContratosTemplateBrand | null;
|
|
5018
|
+
headerActions: HeaderActionItem[];
|
|
5019
|
+
profile: HeaderProfileConfig | null;
|
|
5020
|
+
menuItems: MenuItem[];
|
|
5021
|
+
menuCollapsed: boolean;
|
|
5022
|
+
menuCollapsible: boolean;
|
|
5023
|
+
pageTitle: string;
|
|
5024
|
+
breadcrumbItems: string[];
|
|
5025
|
+
pageIcon: IconToken;
|
|
5026
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
5027
|
+
addAction: ContratosTemplateAddAction | null;
|
|
5028
|
+
readonly addClick: EventEmitter<void>;
|
|
5029
|
+
searchConfig: ExplorerSearchConfig;
|
|
5030
|
+
searchValue: string;
|
|
5031
|
+
searchType: string;
|
|
5032
|
+
searchDateValue: ExplorerDateValue;
|
|
5033
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
5034
|
+
showOptionCount: boolean;
|
|
5035
|
+
loading: boolean;
|
|
5036
|
+
totalRecords: number;
|
|
5037
|
+
totalPages: number;
|
|
5038
|
+
currentPage: number;
|
|
5039
|
+
pageSize: number;
|
|
5040
|
+
resultsLabel: string | null;
|
|
5041
|
+
resultsIcon: IconToken;
|
|
5042
|
+
columns: DataTableColumn<TRow>[];
|
|
5043
|
+
rows: TRow[];
|
|
5044
|
+
rowActionIcon: IconName;
|
|
5045
|
+
rowActionAriaLabel: string;
|
|
5046
|
+
i18n: ExplorerI18n;
|
|
5047
|
+
headerSlot: TemplateRef<void> | null;
|
|
5048
|
+
titleSlot: TemplateRef<void> | null;
|
|
5049
|
+
searchSlot: TemplateRef<void> | null;
|
|
5050
|
+
filtersSlot: TemplateRef<void> | null;
|
|
5051
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
5052
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
5053
|
+
readonly pageChange: EventEmitter<number>;
|
|
5054
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
5055
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
5056
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
5057
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
5058
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
5059
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
5060
|
+
readonly resetFilters: EventEmitter<void>;
|
|
5061
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
5062
|
+
private appliedSearchValue;
|
|
5063
|
+
private appliedSearchDateValue;
|
|
5064
|
+
ngOnDestroy(): void;
|
|
5065
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
5066
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
5067
|
+
get computedResultsLabel(): string;
|
|
5068
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
5069
|
+
get hasActiveChips(): boolean;
|
|
5070
|
+
get resolvedAddAction(): Required<Pick<ContratosTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
5071
|
+
onAddClick(): void;
|
|
5072
|
+
onPageChange(page: number): void;
|
|
5073
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
5074
|
+
onSearchValueChange(value: string): void;
|
|
5075
|
+
onSearchTypeChange(value: unknown): void;
|
|
5076
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
5077
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
5078
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
5079
|
+
resetAllChips(): void;
|
|
5080
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
5081
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContratosTemplateComponent<any>, never>;
|
|
5082
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ContratosTemplateComponent<any>, "tbk-template-contratos", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; }, never, never, true, never>;
|
|
5083
|
+
}
|
|
5084
|
+
|
|
5085
|
+
interface CustasSolicitadasTemplateBrand {
|
|
5086
|
+
readonly imageSrc: string;
|
|
5087
|
+
readonly imageAlt: string;
|
|
5088
|
+
}
|
|
5089
|
+
interface CustasSolicitadasTemplateAddAction {
|
|
5090
|
+
readonly label?: string;
|
|
5091
|
+
readonly icon?: IconName;
|
|
5092
|
+
readonly tooltip?: string;
|
|
5093
|
+
readonly ariaLabel?: string;
|
|
5094
|
+
readonly appearance?: ButtonAppearance;
|
|
5095
|
+
readonly disabled?: boolean;
|
|
5096
|
+
}
|
|
5097
|
+
declare class CustasSolicitadasTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> {
|
|
5098
|
+
brand: CustasSolicitadasTemplateBrand | null;
|
|
5099
|
+
headerActions: HeaderActionItem[];
|
|
5100
|
+
profile: HeaderProfileConfig | null;
|
|
5101
|
+
menuItems: MenuItem[];
|
|
5102
|
+
menuCollapsed: boolean;
|
|
5103
|
+
menuCollapsible: boolean;
|
|
5104
|
+
pageTitle: string;
|
|
5105
|
+
breadcrumbItems: string[];
|
|
5106
|
+
pageIcon: IconToken;
|
|
5107
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
5108
|
+
addAction: CustasSolicitadasTemplateAddAction | null;
|
|
5109
|
+
readonly addClick: EventEmitter<void>;
|
|
5110
|
+
readonly refreshClick: EventEmitter<void>;
|
|
5111
|
+
loading: boolean;
|
|
5112
|
+
totalRecords: number;
|
|
5113
|
+
totalPages: number;
|
|
5114
|
+
currentPage: number;
|
|
5115
|
+
pageSize: number;
|
|
5116
|
+
resultsLabel: string | null;
|
|
5117
|
+
resultsIcon: IconToken;
|
|
5118
|
+
columns: DataTableColumn<TRow>[];
|
|
5119
|
+
rows: TRow[];
|
|
5120
|
+
rowActionIcon: IconName;
|
|
5121
|
+
rowActionAriaLabel: string;
|
|
5122
|
+
rowActionResolver: DataTableRowActionResolver<TRow> | null;
|
|
5123
|
+
selectable: boolean;
|
|
5124
|
+
accordion: boolean;
|
|
5125
|
+
showRowActions: boolean;
|
|
5126
|
+
fixedLastColumn: boolean;
|
|
5127
|
+
selectedKeys: any[];
|
|
5128
|
+
rowKeyField: string;
|
|
5129
|
+
i18n: ExplorerI18n;
|
|
5130
|
+
headerSlot: TemplateRef<void> | null;
|
|
5131
|
+
titleSlot: TemplateRef<void> | null;
|
|
5132
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
5133
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
5134
|
+
readonly pageChange: EventEmitter<number>;
|
|
5135
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
5136
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
5137
|
+
get computedResultsLabel(): string;
|
|
5138
|
+
get resolvedAddAction(): Required<Pick<CustasSolicitadasTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
5139
|
+
onAddClick(): void;
|
|
5140
|
+
onRefreshClick(): void;
|
|
5141
|
+
onPageChange(page: number): void;
|
|
5142
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CustasSolicitadasTemplateComponent<any>, never>;
|
|
5143
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CustasSolicitadasTemplateComponent<any>, "tbk-template-custas-solicitadas", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "rowActionResolver": { "alias": "rowActionResolver"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; "showRowActions": { "alias": "showRowActions"; "required": false; }; "fixedLastColumn": { "alias": "fixedLastColumn"; "required": false; }; "selectedKeys": { "alias": "selectedKeys"; "required": false; }; "rowKeyField": { "alias": "rowKeyField"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "refreshClick": "refreshClick"; "pageChange": "pageChange"; }, never, never, true, never>;
|
|
5144
|
+
}
|
|
5145
|
+
|
|
5146
|
+
interface DashboardEGarantiaTemplateBrand {
|
|
5147
|
+
readonly imageSrc: string;
|
|
5148
|
+
readonly imageAlt: string;
|
|
5149
|
+
}
|
|
5150
|
+
interface DashboardEGarantiaTemplateAddAction {
|
|
5151
|
+
readonly label?: string;
|
|
5152
|
+
readonly icon?: IconName;
|
|
5153
|
+
readonly tooltip?: string;
|
|
5154
|
+
readonly ariaLabel?: string;
|
|
5155
|
+
readonly appearance?: ButtonAppearance;
|
|
5156
|
+
readonly disabled?: boolean;
|
|
5157
|
+
}
|
|
5158
|
+
declare class DashboardEGarantiaTemplateComponent implements OnInit {
|
|
5159
|
+
brazilGeoJson: any;
|
|
5160
|
+
ngOnInit(): void;
|
|
5161
|
+
card1FilterValue: string;
|
|
5162
|
+
ufDropdownOpen: boolean;
|
|
5163
|
+
readonly ufOptions: string[];
|
|
5164
|
+
selectedUfs: string[];
|
|
5165
|
+
readonly card1Items60: readonly BarChartItem[];
|
|
5166
|
+
readonly card1Items90: readonly BarChartItem[];
|
|
5167
|
+
get selectedUfsText(): string;
|
|
5168
|
+
get card1ChartItems(): readonly BarChartItem[];
|
|
5169
|
+
setCard1Filter(value: string): void;
|
|
5170
|
+
toggleUfDropdown(event: MouseEvent): void;
|
|
5171
|
+
isUfSelected(uf: string): boolean;
|
|
5172
|
+
toggleUfSelection(uf: string): void;
|
|
5173
|
+
selectAllUfs(): void;
|
|
5174
|
+
selectNoneUfs(): void;
|
|
5175
|
+
onDocumentClick(event: MouseEvent): void;
|
|
5176
|
+
card2FilterValue: string;
|
|
5177
|
+
readonly card2Items60: readonly BarChartItem[];
|
|
5178
|
+
readonly card2Items90: readonly BarChartItem[];
|
|
5179
|
+
get card2ChartItems(): readonly BarChartItem[];
|
|
5180
|
+
setCard2Filter(value: string): void;
|
|
5181
|
+
card3FilterValue: string;
|
|
5182
|
+
card3UfDropdownOpen: boolean;
|
|
5183
|
+
readonly card3UfOptions: string[];
|
|
5184
|
+
selectedCard3Ufs: string[];
|
|
5185
|
+
readonly card3Items60: readonly StackedProgressItem[];
|
|
5186
|
+
readonly card3Items90: readonly StackedProgressItem[];
|
|
5187
|
+
get selectedCard3UfsText(): string;
|
|
5188
|
+
get card3ChartItems(): readonly StackedProgressItem[];
|
|
5189
|
+
setCard3Filter(value: string): void;
|
|
5190
|
+
toggleCard3UfDropdown(event: MouseEvent): void;
|
|
5191
|
+
isCard3UfSelected(uf: string): boolean;
|
|
5192
|
+
toggleCard3UfSelection(uf: string): void;
|
|
5193
|
+
selectAllCard3Ufs(): void;
|
|
5194
|
+
selectNoneCard3Ufs(): void;
|
|
5195
|
+
readonly mapStatuses: MapChartStatus[];
|
|
5196
|
+
readonly mapRegions: MapChartRegion[];
|
|
5197
|
+
readonly mapPins: MapChartPin[];
|
|
5198
|
+
statsHeaderTitle: string;
|
|
5199
|
+
statsMetricCards: StatsMetricCard[];
|
|
5200
|
+
statsActionTitle: string;
|
|
5201
|
+
statsActionDescription: string;
|
|
5202
|
+
statsActionLabel: string;
|
|
5203
|
+
statsActionIcon: IconName;
|
|
5204
|
+
statsTitleIcon: IconName;
|
|
5205
|
+
statsIllustrationSrc: string;
|
|
5206
|
+
statsFilterLabel: string;
|
|
5207
|
+
statsFilterOptions: {
|
|
5208
|
+
label: string;
|
|
5209
|
+
value: string;
|
|
5210
|
+
}[];
|
|
5211
|
+
statsFilterValue: string;
|
|
5212
|
+
readonly statsMetricCardClicked: EventEmitter<StatsMetricCard>;
|
|
5213
|
+
readonly statsFilterChange: EventEmitter<string>;
|
|
5214
|
+
onStatsMetricCardClicked(card: StatsMetricCard): void;
|
|
5215
|
+
onStatsFilterChange(filter: string): void;
|
|
5216
|
+
brand: DashboardEGarantiaTemplateBrand | null;
|
|
5217
|
+
headerActions: HeaderActionItem[];
|
|
5218
|
+
profile: HeaderProfileConfig | null;
|
|
5219
|
+
menuItems: MenuItem[];
|
|
5220
|
+
menuCollapsed: boolean;
|
|
5221
|
+
menuCollapsible: boolean;
|
|
5222
|
+
pageTitle: string;
|
|
5223
|
+
breadcrumbItems: string[];
|
|
5224
|
+
pageIcon: IconToken;
|
|
5225
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
5226
|
+
addAction: DashboardEGarantiaTemplateAddAction | null;
|
|
5227
|
+
readonly addClick: EventEmitter<void>;
|
|
5228
|
+
headerSlot: TemplateRef<void> | null;
|
|
5229
|
+
titleSlot: TemplateRef<void> | null;
|
|
5230
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
5231
|
+
contentSlot: TemplateRef<void> | null;
|
|
5232
|
+
readonly navAriaLabel = "Navega\u00E7\u00E3o principal";
|
|
5233
|
+
readonly titleAriaLabel = "Contexto da p\u00E1gina";
|
|
5234
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
5235
|
+
get resolvedAddAction(): Required<Pick<DashboardEGarantiaTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
5236
|
+
onAddClick(): void;
|
|
5237
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DashboardEGarantiaTemplateComponent, never>;
|
|
5238
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DashboardEGarantiaTemplateComponent, "tbk-template-dashboard-egarantia", never, { "card1FilterValue": { "alias": "card1FilterValue"; "required": false; }; "selectedUfs": { "alias": "selectedUfs"; "required": false; }; "card2FilterValue": { "alias": "card2FilterValue"; "required": false; }; "card3FilterValue": { "alias": "card3FilterValue"; "required": false; }; "selectedCard3Ufs": { "alias": "selectedCard3Ufs"; "required": false; }; "statsHeaderTitle": { "alias": "statsHeaderTitle"; "required": false; }; "statsMetricCards": { "alias": "statsMetricCards"; "required": false; }; "statsActionTitle": { "alias": "statsActionTitle"; "required": false; }; "statsActionDescription": { "alias": "statsActionDescription"; "required": false; }; "statsActionLabel": { "alias": "statsActionLabel"; "required": false; }; "statsActionIcon": { "alias": "statsActionIcon"; "required": false; }; "statsTitleIcon": { "alias": "statsTitleIcon"; "required": false; }; "statsIllustrationSrc": { "alias": "statsIllustrationSrc"; "required": false; }; "statsFilterLabel": { "alias": "statsFilterLabel"; "required": false; }; "statsFilterOptions": { "alias": "statsFilterOptions"; "required": false; }; "statsFilterValue": { "alias": "statsFilterValue"; "required": false; }; "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; "contentSlot": { "alias": "contentSlot"; "required": false; }; }, { "statsMetricCardClicked": "statsMetricCardClicked"; "statsFilterChange": "statsFilterChange"; "addClick": "addClick"; }, never, never, true, never>;
|
|
5239
|
+
}
|
|
5240
|
+
|
|
5241
|
+
interface FinanceiroPagamentosTemplateBrand {
|
|
5242
|
+
readonly imageSrc: string;
|
|
5243
|
+
readonly imageAlt: string;
|
|
5244
|
+
}
|
|
5245
|
+
interface FinanceiroPagamentosTemplateAddAction {
|
|
5246
|
+
readonly label?: string;
|
|
5247
|
+
readonly icon?: IconName;
|
|
5248
|
+
readonly tooltip?: string;
|
|
5249
|
+
readonly ariaLabel?: string;
|
|
5250
|
+
readonly appearance?: ButtonAppearance;
|
|
5251
|
+
readonly disabled?: boolean;
|
|
5252
|
+
}
|
|
5253
|
+
declare class FinanceiroPagamentosTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
5254
|
+
brand: FinanceiroPagamentosTemplateBrand | null;
|
|
5255
|
+
headerActions: HeaderActionItem[];
|
|
5256
|
+
profile: HeaderProfileConfig | null;
|
|
5257
|
+
menuItems: MenuItem[];
|
|
5258
|
+
menuCollapsed: boolean;
|
|
5259
|
+
menuCollapsible: boolean;
|
|
5260
|
+
pageTitle: string;
|
|
5261
|
+
breadcrumbItems: string[];
|
|
5262
|
+
pageIcon: IconToken;
|
|
5263
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
5264
|
+
addAction: FinanceiroPagamentosTemplateAddAction | null;
|
|
5265
|
+
readonly addClick: EventEmitter<void>;
|
|
5266
|
+
searchConfig: ExplorerSearchConfig;
|
|
5267
|
+
searchValue: string;
|
|
5268
|
+
searchType: string;
|
|
5269
|
+
searchDateValue: ExplorerDateValue;
|
|
5270
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
5271
|
+
showOptionCount: boolean;
|
|
5272
|
+
loading: boolean;
|
|
5273
|
+
totalRecords: number;
|
|
5274
|
+
totalPages: number;
|
|
5275
|
+
currentPage: number;
|
|
5276
|
+
pageSize: number;
|
|
5277
|
+
resultsLabel: string | null;
|
|
5278
|
+
resultsIcon: IconToken;
|
|
5279
|
+
columns: DataTableColumn<TRow>[];
|
|
5280
|
+
rows: TRow[];
|
|
5281
|
+
rowActionIcon: IconName;
|
|
5282
|
+
rowActionAriaLabel: string;
|
|
5283
|
+
selectable: boolean;
|
|
5284
|
+
accordion: boolean;
|
|
5285
|
+
showRowActions: boolean;
|
|
5286
|
+
fixedLastColumn: boolean;
|
|
5287
|
+
accordionTemplate: TemplateRef<{
|
|
5288
|
+
row: TRow;
|
|
5289
|
+
rowIndex: number;
|
|
5290
|
+
}> | null;
|
|
5291
|
+
selectedKeys: any[];
|
|
5292
|
+
rowKeyField: string;
|
|
5293
|
+
i18n: ExplorerI18n;
|
|
5294
|
+
headerSlot: TemplateRef<void> | null;
|
|
5295
|
+
titleSlot: TemplateRef<void> | null;
|
|
5296
|
+
searchSlot: TemplateRef<void> | null;
|
|
5297
|
+
filtersSlot: TemplateRef<void> | null;
|
|
5298
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
5299
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
5300
|
+
readonly pageChange: EventEmitter<number>;
|
|
5301
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
5302
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
5303
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
5304
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
5305
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
5306
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
5307
|
+
readonly resetFilters: EventEmitter<void>;
|
|
5308
|
+
readonly selectionChange: EventEmitter<any>;
|
|
5309
|
+
readonly bulkActionClick: EventEmitter<BulkActionBarAction>;
|
|
5310
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
5311
|
+
readonly bulkActions: BulkActionBarAction[];
|
|
5312
|
+
get selectedCount(): number;
|
|
5313
|
+
private appliedSearchValue;
|
|
5314
|
+
private appliedSearchDateValue;
|
|
5315
|
+
ngOnDestroy(): void;
|
|
5316
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
5317
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
5318
|
+
get computedResultsLabel(): string;
|
|
5319
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
5320
|
+
get hasActiveChips(): boolean;
|
|
5321
|
+
get resolvedAddAction(): Required<Pick<FinanceiroPagamentosTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
5322
|
+
onAddClick(): void;
|
|
5323
|
+
onPageChange(page: number): void;
|
|
5324
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
5325
|
+
onSearchValueChange(value: string): void;
|
|
5326
|
+
onSearchTypeChange(value: unknown): void;
|
|
5327
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
5328
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
5329
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
5330
|
+
resetAllChips(): void;
|
|
5331
|
+
onSelectionChange(event: any): void;
|
|
5332
|
+
onBulkActionClick(action: BulkActionBarAction): void;
|
|
5333
|
+
onBulkDismiss(): void;
|
|
5334
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
5335
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FinanceiroPagamentosTemplateComponent<any>, never>;
|
|
5336
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FinanceiroPagamentosTemplateComponent<any>, "tbk-template-financeiro-pagamentos", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; "showRowActions": { "alias": "showRowActions"; "required": false; }; "fixedLastColumn": { "alias": "fixedLastColumn"; "required": false; }; "accordionTemplate": { "alias": "accordionTemplate"; "required": false; }; "selectedKeys": { "alias": "selectedKeys"; "required": false; }; "rowKeyField": { "alias": "rowKeyField"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; "selectionChange": "selectionChange"; "bulkActionClick": "bulkActionClick"; }, never, never, true, never>;
|
|
5337
|
+
}
|
|
5338
|
+
|
|
5339
|
+
interface FinanceiroRelatoriosTemplateBrand {
|
|
5340
|
+
readonly imageSrc: string;
|
|
5341
|
+
readonly imageAlt: string;
|
|
5342
|
+
}
|
|
5343
|
+
interface FinanceiroRelatoriosTemplateAddAction {
|
|
5344
|
+
readonly label?: string;
|
|
5345
|
+
readonly icon?: IconName;
|
|
5346
|
+
readonly tooltip?: string;
|
|
5347
|
+
readonly ariaLabel?: string;
|
|
5348
|
+
readonly appearance?: ButtonAppearance;
|
|
5349
|
+
readonly disabled?: boolean;
|
|
5350
|
+
}
|
|
5351
|
+
declare class FinanceiroRelatoriosTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
5352
|
+
brand: FinanceiroRelatoriosTemplateBrand | null;
|
|
5353
|
+
headerActions: HeaderActionItem[];
|
|
5354
|
+
profile: HeaderProfileConfig | null;
|
|
5355
|
+
menuItems: MenuItem[];
|
|
5356
|
+
menuCollapsed: boolean;
|
|
5357
|
+
menuCollapsible: boolean;
|
|
5358
|
+
pageTitle: string;
|
|
5359
|
+
breadcrumbItems: string[];
|
|
5360
|
+
pageIcon: IconToken;
|
|
5361
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
5362
|
+
addAction: FinanceiroRelatoriosTemplateAddAction | null;
|
|
5363
|
+
readonly addClick: EventEmitter<void>;
|
|
5364
|
+
searchConfig: ExplorerSearchConfig;
|
|
5365
|
+
searchValue: string;
|
|
5366
|
+
searchType: string;
|
|
5367
|
+
searchDateValue: ExplorerDateValue;
|
|
5368
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
5369
|
+
showOptionCount: boolean;
|
|
5370
|
+
loading: boolean;
|
|
5371
|
+
totalRecords: number;
|
|
5372
|
+
totalPages: number;
|
|
5373
|
+
currentPage: number;
|
|
5374
|
+
pageSize: number;
|
|
5375
|
+
resultsLabel: string | null;
|
|
5376
|
+
resultsIcon: IconToken;
|
|
5377
|
+
columns: DataTableColumn<TRow>[];
|
|
5378
|
+
rows: TRow[];
|
|
5379
|
+
rowActionIcon: IconName;
|
|
5380
|
+
rowActionAriaLabel: string;
|
|
5381
|
+
rowActionResolver: DataTableRowActionResolver<TRow> | null;
|
|
5382
|
+
selectable: boolean;
|
|
5383
|
+
accordion: boolean;
|
|
5384
|
+
showRowActions: boolean;
|
|
5385
|
+
fixedLastColumn: boolean;
|
|
5386
|
+
accordionTemplate: TemplateRef<{
|
|
5387
|
+
row: TRow;
|
|
5388
|
+
rowIndex: number;
|
|
5389
|
+
}> | null;
|
|
5390
|
+
selectedKeys: any[];
|
|
5391
|
+
rowKeyField: string;
|
|
5392
|
+
i18n: ExplorerI18n;
|
|
5393
|
+
headerSlot: TemplateRef<void> | null;
|
|
5394
|
+
titleSlot: TemplateRef<void> | null;
|
|
5395
|
+
searchSlot: TemplateRef<void> | null;
|
|
5396
|
+
filtersSlot: TemplateRef<void> | null;
|
|
5397
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
5398
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
5399
|
+
readonly pageChange: EventEmitter<number>;
|
|
5400
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
5401
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
5402
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
5403
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
5404
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
5405
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
5406
|
+
readonly resetFilters: EventEmitter<void>;
|
|
5407
|
+
readonly selectionChange: EventEmitter<any>;
|
|
5408
|
+
readonly bulkActionClick: EventEmitter<BulkActionBarAction>;
|
|
5409
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
5410
|
+
readonly bulkActions: BulkActionBarAction[];
|
|
5411
|
+
get selectedCount(): number;
|
|
5412
|
+
private appliedSearchValue;
|
|
5413
|
+
private appliedSearchDateValue;
|
|
5414
|
+
ngOnDestroy(): void;
|
|
5415
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
5416
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
5417
|
+
get computedResultsLabel(): string;
|
|
5418
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
5419
|
+
get hasActiveChips(): boolean;
|
|
5420
|
+
get resolvedAddAction(): Required<Pick<FinanceiroRelatoriosTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
5421
|
+
onAddClick(): void;
|
|
5422
|
+
onPageChange(page: number): void;
|
|
5423
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
5424
|
+
onSearchValueChange(value: string): void;
|
|
5425
|
+
onSearchTypeChange(value: unknown): void;
|
|
5426
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
5427
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
5428
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
5429
|
+
resetAllChips(): void;
|
|
5430
|
+
onSelectionChange(event: any): void;
|
|
5431
|
+
onBulkActionClick(action: BulkActionBarAction): void;
|
|
5432
|
+
onBulkDismiss(): void;
|
|
5433
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
5434
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FinanceiroRelatoriosTemplateComponent<any>, never>;
|
|
5435
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FinanceiroRelatoriosTemplateComponent<any>, "tbk-template-financeiro-relatorios", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "rowActionResolver": { "alias": "rowActionResolver"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; "showRowActions": { "alias": "showRowActions"; "required": false; }; "fixedLastColumn": { "alias": "fixedLastColumn"; "required": false; }; "accordionTemplate": { "alias": "accordionTemplate"; "required": false; }; "selectedKeys": { "alias": "selectedKeys"; "required": false; }; "rowKeyField": { "alias": "rowKeyField"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; "selectionChange": "selectionChange"; "bulkActionClick": "bulkActionClick"; }, never, never, true, never>;
|
|
5436
|
+
}
|
|
5437
|
+
|
|
5438
|
+
interface GestaoRetomadaBaTemplateBrand {
|
|
5439
|
+
readonly imageSrc: string;
|
|
5440
|
+
readonly imageAlt: string;
|
|
5441
|
+
}
|
|
5442
|
+
interface GestaoRetomadaBaTemplateAddAction {
|
|
5443
|
+
readonly label?: string;
|
|
5444
|
+
readonly icon?: IconName;
|
|
5445
|
+
readonly tooltip?: string;
|
|
5446
|
+
readonly ariaLabel?: string;
|
|
5447
|
+
readonly appearance?: ButtonAppearance;
|
|
5448
|
+
readonly disabled?: boolean;
|
|
5449
|
+
}
|
|
5450
|
+
declare class GestaoRetomadaBaTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
5451
|
+
brand: GestaoRetomadaBaTemplateBrand | null;
|
|
5452
|
+
headerActions: HeaderActionItem[];
|
|
5453
|
+
profile: HeaderProfileConfig | null;
|
|
5454
|
+
menuItems: MenuItem[];
|
|
5455
|
+
menuCollapsed: boolean;
|
|
5456
|
+
menuCollapsible: boolean;
|
|
5457
|
+
pageTitle: string;
|
|
5458
|
+
breadcrumbItems: string[];
|
|
5459
|
+
pageIcon: IconToken;
|
|
5460
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
5461
|
+
addAction: GestaoRetomadaBaTemplateAddAction | null;
|
|
5462
|
+
readonly addClick: EventEmitter<void>;
|
|
5463
|
+
searchConfig: ExplorerSearchConfig;
|
|
5464
|
+
searchValue: string;
|
|
5465
|
+
searchType: string;
|
|
5466
|
+
searchDateValue: ExplorerDateValue;
|
|
5467
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
5468
|
+
showOptionCount: boolean;
|
|
5469
|
+
loading: boolean;
|
|
5470
|
+
totalRecords: number;
|
|
5471
|
+
totalPages: number;
|
|
5472
|
+
currentPage: number;
|
|
5473
|
+
pageSize: number;
|
|
5474
|
+
resultsLabel: string | null;
|
|
5475
|
+
resultsIcon: IconToken;
|
|
5476
|
+
columns: DataTableColumn<TRow>[];
|
|
5477
|
+
rows: TRow[];
|
|
5478
|
+
rowActionIcon: IconName;
|
|
5479
|
+
rowActionAriaLabel: string;
|
|
5480
|
+
selectable: boolean;
|
|
5481
|
+
accordion: boolean;
|
|
5482
|
+
showRowActions: boolean;
|
|
5483
|
+
fixedLastColumn: boolean;
|
|
5484
|
+
accordionTemplate: TemplateRef<{
|
|
5485
|
+
row: TRow;
|
|
5486
|
+
rowIndex: number;
|
|
5487
|
+
}> | null;
|
|
5488
|
+
selectedKeys: any[];
|
|
5489
|
+
rowKeyField: string;
|
|
5490
|
+
i18n: ExplorerI18n;
|
|
5491
|
+
headerSlot: TemplateRef<void> | null;
|
|
5492
|
+
titleSlot: TemplateRef<void> | null;
|
|
5493
|
+
searchSlot: TemplateRef<void> | null;
|
|
5494
|
+
filtersSlot: TemplateRef<void> | null;
|
|
5495
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
5496
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
5497
|
+
readonly pageChange: EventEmitter<number>;
|
|
5498
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
5499
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
5500
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
5501
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
5502
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
5503
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
5504
|
+
readonly resetFilters: EventEmitter<void>;
|
|
5505
|
+
readonly selectionChange: EventEmitter<any>;
|
|
5506
|
+
readonly bulkActionClick: EventEmitter<BulkActionBarAction>;
|
|
5507
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
5508
|
+
readonly bulkActions: BulkActionBarAction[];
|
|
5509
|
+
get selectedCount(): number;
|
|
5510
|
+
private appliedSearchValue;
|
|
5511
|
+
private appliedSearchDateValue;
|
|
5512
|
+
ngOnDestroy(): void;
|
|
5513
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
5514
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
5515
|
+
get computedResultsLabel(): string;
|
|
5516
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
5517
|
+
get hasActiveChips(): boolean;
|
|
5518
|
+
get resolvedAddAction(): Required<Pick<GestaoRetomadaBaTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
5519
|
+
onAddClick(): void;
|
|
5520
|
+
onPageChange(page: number): void;
|
|
5521
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
5522
|
+
onSearchValueChange(value: string): void;
|
|
5523
|
+
onSearchTypeChange(value: unknown): void;
|
|
5524
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
5525
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
5526
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
5527
|
+
resetAllChips(): void;
|
|
5528
|
+
onSelectionChange(event: any): void;
|
|
5529
|
+
onBulkActionClick(action: BulkActionBarAction): void;
|
|
5530
|
+
onBulkDismiss(): void;
|
|
5531
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
5532
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<GestaoRetomadaBaTemplateComponent<any>, never>;
|
|
5533
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GestaoRetomadaBaTemplateComponent<any>, "tbk-template-gestao-retomada-ba", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; "showRowActions": { "alias": "showRowActions"; "required": false; }; "fixedLastColumn": { "alias": "fixedLastColumn"; "required": false; }; "accordionTemplate": { "alias": "accordionTemplate"; "required": false; }; "selectedKeys": { "alias": "selectedKeys"; "required": false; }; "rowKeyField": { "alias": "rowKeyField"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; "selectionChange": "selectionChange"; "bulkActionClick": "bulkActionClick"; }, never, never, true, never>;
|
|
5534
|
+
}
|
|
5535
|
+
|
|
5536
|
+
interface ImagensTemplateBrand {
|
|
5537
|
+
readonly imageSrc: string;
|
|
5538
|
+
readonly imageAlt: string;
|
|
5539
|
+
}
|
|
5540
|
+
interface ImagensTemplateAddAction {
|
|
5541
|
+
readonly label?: string;
|
|
5542
|
+
readonly icon?: IconName;
|
|
5543
|
+
readonly tooltip?: string;
|
|
5544
|
+
readonly ariaLabel?: string;
|
|
5545
|
+
readonly appearance?: ButtonAppearance;
|
|
5546
|
+
readonly disabled?: boolean;
|
|
5547
|
+
}
|
|
5548
|
+
declare class ImagensTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
5549
|
+
brand: ImagensTemplateBrand | null;
|
|
5550
|
+
headerActions: HeaderActionItem[];
|
|
5551
|
+
profile: HeaderProfileConfig | null;
|
|
5552
|
+
menuItems: MenuItem[];
|
|
5553
|
+
menuCollapsed: boolean;
|
|
5554
|
+
menuCollapsible: boolean;
|
|
5555
|
+
pageTitle: string;
|
|
5556
|
+
breadcrumbItems: string[];
|
|
5557
|
+
pageIcon: IconToken;
|
|
5558
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
5559
|
+
addAction: ImagensTemplateAddAction | null;
|
|
5560
|
+
readonly addClick: EventEmitter<void>;
|
|
5561
|
+
tabs: TabsItem[];
|
|
5562
|
+
activeTabId: string;
|
|
5563
|
+
tabsAriaLabel: string;
|
|
5564
|
+
readonly tabChange: EventEmitter<string>;
|
|
5565
|
+
searchConfig: ExplorerSearchConfig;
|
|
5566
|
+
searchValue: string;
|
|
5567
|
+
searchType: string;
|
|
5568
|
+
searchDateValue: ExplorerDateValue;
|
|
5569
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
5570
|
+
showOptionCount: boolean;
|
|
5571
|
+
loading: boolean;
|
|
5572
|
+
totalRecords: number;
|
|
5573
|
+
totalPages: number;
|
|
5574
|
+
currentPage: number;
|
|
5575
|
+
pageSize: number;
|
|
5576
|
+
resultsLabel: string | null;
|
|
5577
|
+
resultsIcon: IconToken;
|
|
5578
|
+
columns: DataTableColumn<TRow>[];
|
|
5579
|
+
rows: TRow[];
|
|
5580
|
+
rowActionIcon: IconName;
|
|
5581
|
+
rowActionAriaLabel: string;
|
|
5582
|
+
i18n: ExplorerI18n;
|
|
5583
|
+
headerSlot: TemplateRef<void> | null;
|
|
5584
|
+
titleSlot: TemplateRef<void> | null;
|
|
5585
|
+
searchSlot: TemplateRef<void> | null;
|
|
5586
|
+
filtersSlot: TemplateRef<void> | null;
|
|
5587
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
5588
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
5589
|
+
readonly pageChange: EventEmitter<number>;
|
|
5590
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
5591
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
5592
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
5593
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
5594
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
5595
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
5596
|
+
readonly resetFilters: EventEmitter<void>;
|
|
5597
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
5598
|
+
private appliedSearchValue;
|
|
5599
|
+
private appliedSearchDateValue;
|
|
5600
|
+
ngOnDestroy(): void;
|
|
5601
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
5602
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
5603
|
+
get computedResultsLabel(): string;
|
|
5604
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
5605
|
+
get hasActiveChips(): boolean;
|
|
5606
|
+
get resolvedAddAction(): Required<Pick<ImagensTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
5607
|
+
onAddClick(): void;
|
|
5608
|
+
onTabChange(tabId: string): void;
|
|
5609
|
+
onPageChange(page: number): void;
|
|
5610
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
5611
|
+
onSearchValueChange(value: string): void;
|
|
5612
|
+
onSearchTypeChange(value: unknown): void;
|
|
5613
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
5614
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
5615
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
5616
|
+
resetAllChips(): void;
|
|
5617
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
5618
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ImagensTemplateComponent<any>, never>;
|
|
5619
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ImagensTemplateComponent<any>, "tbk-template-imagens", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; "activeTabId": { "alias": "activeTabId"; "required": false; }; "tabsAriaLabel": { "alias": "tabsAriaLabel"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "tabChange": "tabChange"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; }, never, never, true, never>;
|
|
5620
|
+
}
|
|
5621
|
+
|
|
5622
|
+
interface DevedorControls {
|
|
5623
|
+
credor: FormControl<string | null>;
|
|
5624
|
+
nomeCompleto: FormControl<string | null>;
|
|
5625
|
+
tipoDocumento: FormControl<string | null>;
|
|
5626
|
+
numeroCpf: FormControl<string | null>;
|
|
5627
|
+
dataNascimento: FormControl<string | null>;
|
|
5628
|
+
}
|
|
5629
|
+
interface EnderecoControls {
|
|
5630
|
+
ddd: FormControl<string | null>;
|
|
5631
|
+
celular: FormControl<string | null>;
|
|
5632
|
+
email: FormControl<string | null>;
|
|
5633
|
+
cep: FormControl<string | null>;
|
|
5634
|
+
logradouro: FormControl<string | null>;
|
|
5635
|
+
bairro: FormControl<string | null>;
|
|
5636
|
+
estado: FormControl<string | null>;
|
|
5637
|
+
cidade: FormControl<string | null>;
|
|
5638
|
+
}
|
|
5639
|
+
interface ContratoControls {
|
|
5640
|
+
numeroContrato: FormControl<string | null>;
|
|
5641
|
+
totalParcelas: FormControl<string | null>;
|
|
5642
|
+
dataAssinatura: FormControl<string | null>;
|
|
5643
|
+
produto: FormControl<string | null>;
|
|
5644
|
+
valorFinanciado: FormControl<string | null>;
|
|
5645
|
+
dataPrimeiraParcela: FormControl<string | null>;
|
|
5646
|
+
idInterno: FormControl<string | null>;
|
|
5647
|
+
possuiAditivo: FormControl<string | null>;
|
|
5648
|
+
}
|
|
5649
|
+
declare class KitExtrajudicialTemplateComponent implements OnInit {
|
|
5650
|
+
private readonly cdr;
|
|
5651
|
+
pageTitle: string;
|
|
5652
|
+
breadcrumbItems: string[];
|
|
5653
|
+
pageIcon: IconToken;
|
|
5654
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
5655
|
+
brand: {
|
|
5656
|
+
imageSrc: string;
|
|
5657
|
+
imageAlt: string;
|
|
5658
|
+
} | null;
|
|
5659
|
+
headerActions: HeaderActionItem[];
|
|
5660
|
+
profile: HeaderProfileConfig | null;
|
|
5661
|
+
menuItems: MenuItem[];
|
|
5662
|
+
prefilled: boolean;
|
|
5663
|
+
prefilledManual: boolean;
|
|
5664
|
+
readonly ufOptions: {
|
|
5665
|
+
label: "MG" | "PR" | "RJ" | "SP" | "RS";
|
|
5666
|
+
value: "MG" | "PR" | "RJ" | "SP" | "RS";
|
|
5667
|
+
}[];
|
|
5668
|
+
readonly escolhaOptions: {
|
|
5669
|
+
label: "Opção 1" | "Opção 2";
|
|
5670
|
+
value: "1" | "2";
|
|
5671
|
+
}[];
|
|
5672
|
+
readonly simNaoOptions: {
|
|
5673
|
+
label: "Sim" | "Não";
|
|
5674
|
+
value: "sim" | "nao";
|
|
5675
|
+
}[];
|
|
5676
|
+
readonly tipoDocumentoOptions: {
|
|
5677
|
+
label: string;
|
|
5678
|
+
value: string;
|
|
5679
|
+
}[];
|
|
5680
|
+
stepperSections: FormSectionStepperItem[];
|
|
5681
|
+
activeSectionId: string;
|
|
5682
|
+
showDevedorModal: boolean;
|
|
5683
|
+
isDevedorSelected: boolean;
|
|
5684
|
+
searchQuery: string;
|
|
5685
|
+
isContratoSelected: boolean;
|
|
5686
|
+
showContratoModal: boolean;
|
|
5687
|
+
contratoSearchQuery: string;
|
|
5688
|
+
showRascunhosPanel: boolean;
|
|
5689
|
+
rascunhosSearchQuery: string;
|
|
5690
|
+
showImportModal: boolean;
|
|
5691
|
+
isFileUploaded: boolean;
|
|
5692
|
+
fileName: string;
|
|
5693
|
+
readonly formatoOptions: {
|
|
5694
|
+
label: string;
|
|
5695
|
+
value: string;
|
|
5696
|
+
}[];
|
|
5697
|
+
readonly importForm: FormGroup<{
|
|
5698
|
+
formato: FormControl<string | null>;
|
|
5699
|
+
fileLoaded: FormControl<boolean | null>;
|
|
5700
|
+
}>;
|
|
5701
|
+
readonly produtoOptions: {
|
|
5702
|
+
label: string;
|
|
5703
|
+
value: string;
|
|
5704
|
+
}[];
|
|
5705
|
+
showParcelaModal: boolean;
|
|
5706
|
+
parcelasList: any[];
|
|
5707
|
+
parcelasPage: number;
|
|
5708
|
+
parcelasPageSize: number;
|
|
5709
|
+
get parcelasTotalPages(): number;
|
|
5710
|
+
get parcelasPagedList(): any[];
|
|
5711
|
+
onParcelasPageChange(page: number): void;
|
|
5712
|
+
onParcelasPageSizeChange(size: number): void;
|
|
5713
|
+
readonly tipoLancamentoOptions: {
|
|
5714
|
+
label: string;
|
|
5715
|
+
value: string;
|
|
5716
|
+
}[];
|
|
5717
|
+
readonly residualOptions: {
|
|
5718
|
+
label: string;
|
|
5719
|
+
value: string;
|
|
5720
|
+
}[];
|
|
5721
|
+
readonly parcelaForm: FormGroup<{
|
|
5722
|
+
tipoLancamento: FormControl<string | null>;
|
|
5723
|
+
numero: FormControl<string | null>;
|
|
5724
|
+
dataVencimento: FormControl<string | null>;
|
|
5725
|
+
valorOriginal: FormControl<string | null>;
|
|
5726
|
+
valorAtualizado: FormControl<string | null>;
|
|
5727
|
+
taxa: FormControl<string | null>;
|
|
5728
|
+
juros: FormControl<string | null>;
|
|
5729
|
+
multa: FormControl<string | null>;
|
|
5730
|
+
descontos: FormControl<string | null>;
|
|
5731
|
+
dataAtualizacaoValor: FormControl<string | null>;
|
|
5732
|
+
residual: FormControl<string | null>;
|
|
5733
|
+
}>;
|
|
5734
|
+
showDocumentoModal: boolean;
|
|
5735
|
+
isDocUploaded: boolean;
|
|
5736
|
+
docFileName: string;
|
|
5737
|
+
documentosList: any[];
|
|
5738
|
+
readonly tipoDocumentoAdicionalOptions: {
|
|
5739
|
+
label: string;
|
|
5740
|
+
value: string;
|
|
5741
|
+
}[];
|
|
5742
|
+
readonly documentoForm: FormGroup<{
|
|
5743
|
+
tipoDocumento: FormControl<string | null>;
|
|
5744
|
+
descricao: FormControl<string | null>;
|
|
5745
|
+
fileLoaded: FormControl<boolean | null>;
|
|
5746
|
+
}>;
|
|
5747
|
+
showVeiculoModal: boolean;
|
|
5748
|
+
veiculosList: any[];
|
|
5749
|
+
readonly tipoGarantiaOptions: {
|
|
5750
|
+
label: string;
|
|
5751
|
+
value: string;
|
|
5752
|
+
}[];
|
|
5753
|
+
readonly tipoGarantiaVeiculoOptions: {
|
|
5754
|
+
label: string;
|
|
5755
|
+
value: string;
|
|
5756
|
+
}[];
|
|
5757
|
+
readonly gravameBaixadoOptions: {
|
|
5758
|
+
label: string;
|
|
5759
|
+
value: string;
|
|
5760
|
+
}[];
|
|
5761
|
+
readonly remarcadoOptions: {
|
|
5762
|
+
label: string;
|
|
5763
|
+
value: string;
|
|
5764
|
+
}[];
|
|
5765
|
+
readonly veiculoForm: FormGroup<{
|
|
5766
|
+
tipoGarantia: FormControl<string | null>;
|
|
5767
|
+
tipo: FormControl<string | null>;
|
|
5768
|
+
buscaPlaca: FormControl<string | null>;
|
|
5769
|
+
valorMercado: FormControl<string | null>;
|
|
5770
|
+
chassi: FormControl<string | null>;
|
|
5771
|
+
renavam3: FormControl<string | null>;
|
|
5772
|
+
ufPlaca: FormControl<string | null>;
|
|
5773
|
+
numeroGravame: FormControl<string | null>;
|
|
5774
|
+
marca: FormControl<string | null>;
|
|
5775
|
+
modelo: FormControl<string | null>;
|
|
5776
|
+
renavam5: FormControl<string | null>;
|
|
5777
|
+
anoFabricacao: FormControl<string | null>;
|
|
5778
|
+
anoModelo: FormControl<string | null>;
|
|
5779
|
+
cor: FormControl<string | null>;
|
|
5780
|
+
combustivel: FormControl<string | null>;
|
|
5781
|
+
gravameBaixado: FormControl<string | null>;
|
|
5782
|
+
remarcado: FormControl<string | null>;
|
|
5783
|
+
}>;
|
|
5784
|
+
rascunhosList: {
|
|
5785
|
+
id: number;
|
|
5786
|
+
numeroContrato: string;
|
|
5787
|
+
uf: string;
|
|
5788
|
+
tempo: string;
|
|
5789
|
+
devedor: {
|
|
5790
|
+
nome: string;
|
|
5791
|
+
cpfCnpj: string;
|
|
5792
|
+
tipoDocumento: string;
|
|
5793
|
+
dataNascimento: string;
|
|
5794
|
+
ddd: string;
|
|
5795
|
+
celular: string;
|
|
5796
|
+
email: string;
|
|
5797
|
+
cep: string;
|
|
5798
|
+
logradouro: string;
|
|
5799
|
+
bairro: string;
|
|
5800
|
+
estado: string;
|
|
5801
|
+
cidade: string;
|
|
5802
|
+
};
|
|
5803
|
+
contrato: {
|
|
5804
|
+
numeroContrato: string;
|
|
5805
|
+
totalParcelas: string;
|
|
5806
|
+
dataAssinatura: string;
|
|
5807
|
+
produto: string;
|
|
5808
|
+
valorFinanciado: string;
|
|
5809
|
+
dataPrimeiraParcela: string;
|
|
5810
|
+
idInterno: string;
|
|
5811
|
+
possuiAditivo: string;
|
|
5812
|
+
};
|
|
5813
|
+
}[];
|
|
5814
|
+
readonly mockContratos: {
|
|
5815
|
+
nomeDevedor: string;
|
|
5816
|
+
numeroContrato: string;
|
|
5817
|
+
credor: string;
|
|
5818
|
+
totalParcelas: string;
|
|
5819
|
+
dataAssinatura: string;
|
|
5820
|
+
produto: string;
|
|
5821
|
+
valorFinanciado: string;
|
|
5822
|
+
dataPrimeiraParcela: string;
|
|
5823
|
+
idInterno: string;
|
|
5824
|
+
possuiAditivo: string;
|
|
5825
|
+
}[];
|
|
5826
|
+
readonly mockDevedores: {
|
|
5827
|
+
nome: string;
|
|
5828
|
+
cpfCnpj: string;
|
|
5829
|
+
tipoDocumento: string;
|
|
5830
|
+
dataNascimento: string;
|
|
5831
|
+
ddd: string;
|
|
5832
|
+
celular: string;
|
|
5833
|
+
email: string;
|
|
5834
|
+
cep: string;
|
|
5835
|
+
logradouro: string;
|
|
5836
|
+
bairro: string;
|
|
5837
|
+
estado: string;
|
|
5838
|
+
cidade: string;
|
|
5839
|
+
}[];
|
|
5840
|
+
constructor(cdr: ChangeDetectorRef);
|
|
5841
|
+
ngOnInit(): void;
|
|
5842
|
+
openSearchModal(): void;
|
|
5843
|
+
closeSearchModal(): void;
|
|
5844
|
+
selectDevedor(devedor: any): void;
|
|
5845
|
+
removeDevedor(): void;
|
|
5846
|
+
openContratoModal(): void;
|
|
5847
|
+
closeContratoModal(): void;
|
|
5848
|
+
selectContrato(contrato: any): void;
|
|
5849
|
+
removeContrato(): void;
|
|
5850
|
+
get filteredRascunhos(): {
|
|
5851
|
+
id: number;
|
|
5852
|
+
numeroContrato: string;
|
|
5853
|
+
uf: string;
|
|
5854
|
+
tempo: string;
|
|
5855
|
+
devedor: {
|
|
5856
|
+
nome: string;
|
|
5857
|
+
cpfCnpj: string;
|
|
5858
|
+
tipoDocumento: string;
|
|
5859
|
+
dataNascimento: string;
|
|
5860
|
+
ddd: string;
|
|
5861
|
+
celular: string;
|
|
5862
|
+
email: string;
|
|
5863
|
+
cep: string;
|
|
5864
|
+
logradouro: string;
|
|
5865
|
+
bairro: string;
|
|
5866
|
+
estado: string;
|
|
5867
|
+
cidade: string;
|
|
5868
|
+
};
|
|
5869
|
+
contrato: {
|
|
5870
|
+
numeroContrato: string;
|
|
5871
|
+
totalParcelas: string;
|
|
5872
|
+
dataAssinatura: string;
|
|
5873
|
+
produto: string;
|
|
5874
|
+
valorFinanciado: string;
|
|
5875
|
+
dataPrimeiraParcela: string;
|
|
5876
|
+
idInterno: string;
|
|
5877
|
+
possuiAditivo: string;
|
|
5878
|
+
};
|
|
5879
|
+
}[];
|
|
5880
|
+
openRascunhosPanel(): void;
|
|
5881
|
+
closeRascunhosPanel(): void;
|
|
5882
|
+
loadRascunho(rascunho: any): void;
|
|
5883
|
+
deleteRascunho(index: number, event: MouseEvent): void;
|
|
5884
|
+
openImportModal(): void;
|
|
5885
|
+
closeImportModal(): void;
|
|
5886
|
+
isImportDragOver: boolean;
|
|
5887
|
+
onImportDragOver(event: DragEvent): void;
|
|
5888
|
+
onImportDragLeave(event: DragEvent): void;
|
|
5889
|
+
onImportDrop(event: DragEvent): void;
|
|
5890
|
+
onParcelasFileSelected(event: Event): void;
|
|
5891
|
+
carregarArquivo(): void;
|
|
5892
|
+
removerArquivo(): void;
|
|
5893
|
+
confirmImport(): void;
|
|
5894
|
+
openParcelaModal(): void;
|
|
5895
|
+
closeParcelaModal(): void;
|
|
5896
|
+
confirmAddParcela(): void;
|
|
5897
|
+
deleteParcela(pageIndex: number): void;
|
|
5898
|
+
openDocumentoModal(): void;
|
|
5899
|
+
closeDocumentoModal(): void;
|
|
5900
|
+
isDocDragOver: boolean;
|
|
5901
|
+
onDocDragOver(event: DragEvent): void;
|
|
5902
|
+
onDocDragLeave(event: DragEvent): void;
|
|
5903
|
+
onDocDrop(event: DragEvent): void;
|
|
5904
|
+
onDocFileSelected(event: Event): void;
|
|
5905
|
+
carregarDocumento(): void;
|
|
5906
|
+
removerDocumento(): void;
|
|
5907
|
+
confirmAddDocumento(): void;
|
|
5908
|
+
deleteDocumento(index: number): void;
|
|
5909
|
+
openVeiculoModal(): void;
|
|
5910
|
+
closeVeiculoModal(): void;
|
|
5911
|
+
confirmAddVeiculo(): void;
|
|
5912
|
+
deleteVeiculo(index: number): void;
|
|
5913
|
+
prefillDemoScenario(): void;
|
|
5914
|
+
prefillManualScenario(): void;
|
|
5915
|
+
private setupStepperSubscriptions;
|
|
5916
|
+
private updateDevedorStepperStatus;
|
|
5917
|
+
private updateContratoStepperStatus;
|
|
5918
|
+
private calculateFormProgress;
|
|
5919
|
+
private flattenFormControls;
|
|
5920
|
+
get totalDivida(): string;
|
|
5921
|
+
isEnviarDisabled(): boolean;
|
|
5922
|
+
updateGarantiaStepperStatus(): void;
|
|
5923
|
+
onSectionChange(sectionId: string): void;
|
|
5924
|
+
setActiveSection(sectionId: string): void;
|
|
5925
|
+
private scrollToCard;
|
|
5926
|
+
readonly devedorForm: FormGroup<DevedorControls>;
|
|
5927
|
+
readonly enderecoForm: FormGroup<EnderecoControls>;
|
|
5928
|
+
readonly contratoForm: FormGroup<ContratoControls>;
|
|
5929
|
+
readonly devedorFullForm: FormGroup<{
|
|
5930
|
+
devedor: FormGroup<DevedorControls>;
|
|
5931
|
+
endereco: FormGroup<EnderecoControls>;
|
|
5932
|
+
}>;
|
|
5933
|
+
readonly stepperFormGroups: Record<string, FormGroup | null>;
|
|
5934
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<KitExtrajudicialTemplateComponent, never>;
|
|
5935
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<KitExtrajudicialTemplateComponent, "tbk-template-kit-extrajudicial", never, { "pageTitle": { "alias": "pageTitle"; "required": false; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "prefilled": { "alias": "prefilled"; "required": false; }; "prefilledManual": { "alias": "prefilledManual"; "required": false; }; "showDevedorModal": { "alias": "showDevedorModal"; "required": false; }; "showContratoModal": { "alias": "showContratoModal"; "required": false; }; "showRascunhosPanel": { "alias": "showRascunhosPanel"; "required": false; }; "showImportModal": { "alias": "showImportModal"; "required": false; }; "showParcelaModal": { "alias": "showParcelaModal"; "required": false; }; "showDocumentoModal": { "alias": "showDocumentoModal"; "required": false; }; "showVeiculoModal": { "alias": "showVeiculoModal"; "required": false; }; }, {}, never, never, true, never>;
|
|
5936
|
+
}
|
|
5937
|
+
|
|
5938
|
+
interface LotesTemplateBrand {
|
|
5939
|
+
readonly imageSrc: string;
|
|
5940
|
+
readonly imageAlt: string;
|
|
5941
|
+
}
|
|
5942
|
+
interface LotesTemplateAddMenuItem {
|
|
5943
|
+
readonly id: string;
|
|
5944
|
+
readonly label: string;
|
|
5945
|
+
}
|
|
5946
|
+
interface LotesTemplateAddAction {
|
|
5947
|
+
readonly label?: string;
|
|
5948
|
+
readonly icon?: IconName;
|
|
5949
|
+
readonly tooltip?: string;
|
|
5950
|
+
readonly ariaLabel?: string;
|
|
5951
|
+
readonly appearance?: ButtonAppearance;
|
|
5952
|
+
readonly disabled?: boolean;
|
|
5953
|
+
}
|
|
5954
|
+
declare class LotesTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
5955
|
+
brand: LotesTemplateBrand | null;
|
|
5956
|
+
headerActions: HeaderActionItem[];
|
|
5957
|
+
profile: HeaderProfileConfig | null;
|
|
5958
|
+
menuItems: MenuItem[];
|
|
5959
|
+
menuCollapsed: boolean;
|
|
5960
|
+
menuCollapsible: boolean;
|
|
5961
|
+
pageTitle: string;
|
|
5962
|
+
breadcrumbItems: string[];
|
|
5963
|
+
pageIcon: IconToken;
|
|
5964
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
5965
|
+
addAction: LotesTemplateAddAction | null;
|
|
5966
|
+
addMenuItems: LotesTemplateAddMenuItem[];
|
|
5967
|
+
readonly addClick: EventEmitter<void>;
|
|
5968
|
+
readonly refreshClick: EventEmitter<void>;
|
|
5969
|
+
readonly splitActionClick: EventEmitter<string>;
|
|
5970
|
+
searchConfig: ExplorerSearchConfig;
|
|
5971
|
+
searchValue: string;
|
|
5972
|
+
searchType: string;
|
|
5973
|
+
searchDateValue: ExplorerDateValue;
|
|
5974
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
5975
|
+
showOptionCount: boolean;
|
|
5976
|
+
loading: boolean;
|
|
5977
|
+
totalRecords: number;
|
|
5978
|
+
totalPages: number;
|
|
5979
|
+
currentPage: number;
|
|
5980
|
+
pageSize: number;
|
|
5981
|
+
resultsLabel: string | null;
|
|
5982
|
+
resultsIcon: IconToken;
|
|
5983
|
+
columns: DataTableColumn<TRow>[];
|
|
5984
|
+
rows: TRow[];
|
|
5985
|
+
rowActionIcon: IconName;
|
|
5986
|
+
rowActionAriaLabel: string;
|
|
5987
|
+
selectable: boolean;
|
|
5988
|
+
accordion: boolean;
|
|
5989
|
+
showRowActions: boolean;
|
|
5990
|
+
fixedLastColumn: boolean;
|
|
5991
|
+
accordionTemplate: TemplateRef<{
|
|
5992
|
+
row: TRow;
|
|
5993
|
+
rowIndex: number;
|
|
5994
|
+
}> | null;
|
|
5995
|
+
selectedKeys: any[];
|
|
5996
|
+
rowKeyField: string;
|
|
5997
|
+
i18n: ExplorerI18n;
|
|
5998
|
+
headerSlot: TemplateRef<void> | null;
|
|
5999
|
+
titleSlot: TemplateRef<void> | null;
|
|
6000
|
+
searchSlot: TemplateRef<void> | null;
|
|
6001
|
+
filtersSlot: TemplateRef<void> | null;
|
|
6002
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
6003
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
6004
|
+
readonly pageChange: EventEmitter<number>;
|
|
6005
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
6006
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
6007
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
6008
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
6009
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
6010
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
6011
|
+
readonly resetFilters: EventEmitter<void>;
|
|
6012
|
+
readonly selectionChange: EventEmitter<any>;
|
|
6013
|
+
readonly bulkActionClick: EventEmitter<BulkActionBarAction>;
|
|
6014
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
6015
|
+
readonly bulkActions: BulkActionBarAction[];
|
|
6016
|
+
get selectedCount(): number;
|
|
6017
|
+
private appliedSearchValue;
|
|
6018
|
+
private appliedSearchDateValue;
|
|
6019
|
+
ngOnDestroy(): void;
|
|
6020
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
6021
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
6022
|
+
get computedResultsLabel(): string;
|
|
6023
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
6024
|
+
get hasActiveChips(): boolean;
|
|
6025
|
+
get resolvedAddAction(): Required<Pick<LotesTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
6026
|
+
splitMenuOpen: boolean;
|
|
6027
|
+
onDocumentClick(): void;
|
|
6028
|
+
onAddClick(): void;
|
|
6029
|
+
onRefreshClick(): void;
|
|
6030
|
+
toggleSplitMenu(event: Event): void;
|
|
6031
|
+
onSplitActionClick(id: string, event: Event): void;
|
|
6032
|
+
onPageChange(page: number): void;
|
|
6033
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
6034
|
+
onSearchValueChange(value: string): void;
|
|
6035
|
+
onSearchTypeChange(value: unknown): void;
|
|
6036
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
6037
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
6038
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
6039
|
+
resetAllChips(): void;
|
|
6040
|
+
onSelectionChange(event: any): void;
|
|
6041
|
+
onBulkActionClick(action: BulkActionBarAction): void;
|
|
6042
|
+
onBulkDismiss(): void;
|
|
6043
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
6044
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LotesTemplateComponent<any>, never>;
|
|
6045
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LotesTemplateComponent<any>, "tbk-template-lotes", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "addMenuItems": { "alias": "addMenuItems"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; "showRowActions": { "alias": "showRowActions"; "required": false; }; "fixedLastColumn": { "alias": "fixedLastColumn"; "required": false; }; "accordionTemplate": { "alias": "accordionTemplate"; "required": false; }; "selectedKeys": { "alias": "selectedKeys"; "required": false; }; "rowKeyField": { "alias": "rowKeyField"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "refreshClick": "refreshClick"; "splitActionClick": "splitActionClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; "selectionChange": "selectionChange"; "bulkActionClick": "bulkActionClick"; }, never, never, true, never>;
|
|
6046
|
+
}
|
|
6047
|
+
|
|
6048
|
+
interface PerfisTemplateBrand {
|
|
6049
|
+
readonly imageSrc: string;
|
|
6050
|
+
readonly imageAlt: string;
|
|
6051
|
+
}
|
|
6052
|
+
interface PerfisTemplateAddAction {
|
|
6053
|
+
readonly label?: string;
|
|
6054
|
+
readonly icon?: IconName;
|
|
6055
|
+
readonly tooltip?: string;
|
|
6056
|
+
readonly ariaLabel?: string;
|
|
6057
|
+
readonly appearance?: ButtonAppearance;
|
|
6058
|
+
readonly disabled?: boolean;
|
|
6059
|
+
}
|
|
6060
|
+
declare class PerfisTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
6061
|
+
brand: PerfisTemplateBrand | null;
|
|
6062
|
+
headerActions: HeaderActionItem[];
|
|
6063
|
+
profile: HeaderProfileConfig | null;
|
|
6064
|
+
menuItems: MenuItem[];
|
|
6065
|
+
menuCollapsed: boolean;
|
|
6066
|
+
menuCollapsible: boolean;
|
|
6067
|
+
pageTitle: string;
|
|
6068
|
+
breadcrumbItems: string[];
|
|
6069
|
+
pageIcon: IconToken;
|
|
6070
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
6071
|
+
addAction: PerfisTemplateAddAction | null;
|
|
6072
|
+
readonly addClick: EventEmitter<void>;
|
|
6073
|
+
searchConfig: ExplorerSearchConfig;
|
|
6074
|
+
searchValue: string;
|
|
6075
|
+
searchType: string;
|
|
6076
|
+
searchDateValue: ExplorerDateValue;
|
|
6077
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
6078
|
+
showOptionCount: boolean;
|
|
6079
|
+
loading: boolean;
|
|
6080
|
+
totalRecords: number;
|
|
6081
|
+
totalPages: number;
|
|
6082
|
+
currentPage: number;
|
|
6083
|
+
pageSize: number;
|
|
6084
|
+
resultsLabel: string | null;
|
|
6085
|
+
resultsIcon: IconToken;
|
|
6086
|
+
columns: DataTableColumn<TRow>[];
|
|
6087
|
+
rows: TRow[];
|
|
6088
|
+
rowActionIcon: IconName;
|
|
6089
|
+
rowActionAriaLabel: string;
|
|
6090
|
+
i18n: ExplorerI18n;
|
|
6091
|
+
headerSlot: TemplateRef<void> | null;
|
|
6092
|
+
titleSlot: TemplateRef<void> | null;
|
|
6093
|
+
searchSlot: TemplateRef<void> | null;
|
|
6094
|
+
filtersSlot: TemplateRef<void> | null;
|
|
6095
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
6096
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
6097
|
+
readonly pageChange: EventEmitter<number>;
|
|
6098
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
6099
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
6100
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
6101
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
6102
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
6103
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
6104
|
+
readonly resetFilters: EventEmitter<void>;
|
|
6105
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
6106
|
+
private appliedSearchValue;
|
|
6107
|
+
private appliedSearchDateValue;
|
|
6108
|
+
ngOnDestroy(): void;
|
|
6109
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
6110
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
6111
|
+
get computedResultsLabel(): string;
|
|
6112
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
6113
|
+
get hasActiveChips(): boolean;
|
|
6114
|
+
get resolvedAddAction(): Required<Pick<PerfisTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
6115
|
+
onAddClick(): void;
|
|
6116
|
+
onPageChange(page: number): void;
|
|
6117
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
6118
|
+
onSearchValueChange(value: string): void;
|
|
6119
|
+
onSearchTypeChange(value: unknown): void;
|
|
6120
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
6121
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
6122
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
6123
|
+
resetAllChips(): void;
|
|
6124
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
6125
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PerfisTemplateComponent<any>, never>;
|
|
6126
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PerfisTemplateComponent<any>, "tbk-template-perfis", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; }, never, never, true, never>;
|
|
6127
|
+
}
|
|
6128
|
+
|
|
6129
|
+
interface PerfisEGarantiaTemplateBrand {
|
|
6130
|
+
readonly imageSrc: string;
|
|
6131
|
+
readonly imageAlt: string;
|
|
6132
|
+
}
|
|
6133
|
+
interface PerfisEGarantiaTemplateAddAction {
|
|
6134
|
+
readonly label?: string;
|
|
6135
|
+
readonly icon?: IconName;
|
|
6136
|
+
readonly tooltip?: string;
|
|
6137
|
+
readonly ariaLabel?: string;
|
|
6138
|
+
readonly appearance?: ButtonAppearance;
|
|
6139
|
+
readonly disabled?: boolean;
|
|
6140
|
+
}
|
|
6141
|
+
declare class PerfisEGarantiaTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
6142
|
+
brand: PerfisEGarantiaTemplateBrand | null;
|
|
6143
|
+
headerActions: HeaderActionItem[];
|
|
6144
|
+
profile: HeaderProfileConfig | null;
|
|
6145
|
+
menuItems: MenuItem[];
|
|
6146
|
+
menuCollapsed: boolean;
|
|
6147
|
+
menuCollapsible: boolean;
|
|
6148
|
+
pageTitle: string;
|
|
6149
|
+
breadcrumbItems: string[];
|
|
6150
|
+
pageIcon: IconToken;
|
|
6151
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
6152
|
+
addAction: PerfisEGarantiaTemplateAddAction | null;
|
|
6153
|
+
readonly addClick: EventEmitter<void>;
|
|
6154
|
+
searchConfig: ExplorerSearchConfig;
|
|
6155
|
+
searchValue: string;
|
|
6156
|
+
searchType: string;
|
|
6157
|
+
searchDateValue: ExplorerDateValue;
|
|
6158
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
6159
|
+
showOptionCount: boolean;
|
|
6160
|
+
loading: boolean;
|
|
6161
|
+
totalRecords: number;
|
|
6162
|
+
totalPages: number;
|
|
6163
|
+
currentPage: number;
|
|
6164
|
+
pageSize: number;
|
|
6165
|
+
resultsLabel: string | null;
|
|
6166
|
+
resultsIcon: IconToken;
|
|
6167
|
+
columns: DataTableColumn<TRow>[];
|
|
6168
|
+
rows: TRow[];
|
|
6169
|
+
rowActionIcon: IconName;
|
|
6170
|
+
rowActionAriaLabel: string;
|
|
6171
|
+
selectable: boolean;
|
|
6172
|
+
accordion: boolean;
|
|
6173
|
+
showRowActions: boolean;
|
|
6174
|
+
fixedLastColumn: boolean;
|
|
6175
|
+
accordionTemplate: TemplateRef<{
|
|
6176
|
+
row: TRow;
|
|
6177
|
+
rowIndex: number;
|
|
6178
|
+
}> | null;
|
|
6179
|
+
selectedKeys: any[];
|
|
6180
|
+
rowKeyField: string;
|
|
6181
|
+
i18n: ExplorerI18n;
|
|
6182
|
+
headerSlot: TemplateRef<void> | null;
|
|
6183
|
+
titleSlot: TemplateRef<void> | null;
|
|
6184
|
+
searchSlot: TemplateRef<void> | null;
|
|
6185
|
+
filtersSlot: TemplateRef<void> | null;
|
|
6186
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
6187
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
6188
|
+
readonly pageChange: EventEmitter<number>;
|
|
6189
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
6190
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
6191
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
6192
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
6193
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
6194
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
6195
|
+
readonly resetFilters: EventEmitter<void>;
|
|
6196
|
+
readonly selectionChange: EventEmitter<any>;
|
|
6197
|
+
readonly bulkActionClick: EventEmitter<BulkActionBarAction>;
|
|
6198
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
6199
|
+
readonly bulkActions: BulkActionBarAction[];
|
|
6200
|
+
get selectedCount(): number;
|
|
6201
|
+
private appliedSearchValue;
|
|
6202
|
+
private appliedSearchDateValue;
|
|
6203
|
+
ngOnDestroy(): void;
|
|
6204
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
6205
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
6206
|
+
get computedResultsLabel(): string;
|
|
6207
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
6208
|
+
get hasActiveChips(): boolean;
|
|
6209
|
+
get resolvedAddAction(): Required<Pick<PerfisEGarantiaTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
6210
|
+
onAddClick(): void;
|
|
6211
|
+
onPageChange(page: number): void;
|
|
6212
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
6213
|
+
onSearchValueChange(value: string): void;
|
|
6214
|
+
onSearchTypeChange(value: unknown): void;
|
|
6215
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
6216
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
6217
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
6218
|
+
resetAllChips(): void;
|
|
6219
|
+
onSelectionChange(event: any): void;
|
|
6220
|
+
onBulkActionClick(action: BulkActionBarAction): void;
|
|
6221
|
+
onBulkDismiss(): void;
|
|
6222
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
6223
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PerfisEGarantiaTemplateComponent<any>, never>;
|
|
6224
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PerfisEGarantiaTemplateComponent<any>, "tbk-template-perfis-egarantia", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; "showRowActions": { "alias": "showRowActions"; "required": false; }; "fixedLastColumn": { "alias": "fixedLastColumn"; "required": false; }; "accordionTemplate": { "alias": "accordionTemplate"; "required": false; }; "selectedKeys": { "alias": "selectedKeys"; "required": false; }; "rowKeyField": { "alias": "rowKeyField"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; "selectionChange": "selectionChange"; "bulkActionClick": "bulkActionClick"; }, never, never, true, never>;
|
|
6225
|
+
}
|
|
6226
|
+
|
|
6227
|
+
interface RelatoriosTemplateBrand {
|
|
6228
|
+
readonly imageSrc: string;
|
|
6229
|
+
readonly imageAlt: string;
|
|
6230
|
+
}
|
|
6231
|
+
interface RelatoriosTemplateAddAction {
|
|
6232
|
+
readonly label?: string;
|
|
6233
|
+
readonly icon?: IconName;
|
|
6234
|
+
readonly tooltip?: string;
|
|
6235
|
+
readonly ariaLabel?: string;
|
|
6236
|
+
readonly appearance?: ButtonAppearance;
|
|
6237
|
+
readonly disabled?: boolean;
|
|
6238
|
+
}
|
|
6239
|
+
declare class RelatoriosTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
6240
|
+
brand: RelatoriosTemplateBrand | null;
|
|
6241
|
+
headerActions: HeaderActionItem[];
|
|
6242
|
+
profile: HeaderProfileConfig | null;
|
|
6243
|
+
menuItems: MenuItem[];
|
|
6244
|
+
menuCollapsed: boolean;
|
|
6245
|
+
menuCollapsible: boolean;
|
|
6246
|
+
pageTitle: string;
|
|
6247
|
+
breadcrumbItems: string[];
|
|
6248
|
+
pageIcon: IconToken;
|
|
6249
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
6250
|
+
addAction: RelatoriosTemplateAddAction | null;
|
|
6251
|
+
readonly addClick: EventEmitter<void>;
|
|
6252
|
+
searchConfig: ExplorerSearchConfig;
|
|
6253
|
+
searchValue: string;
|
|
6254
|
+
searchType: string;
|
|
6255
|
+
searchDateValue: ExplorerDateValue;
|
|
6256
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
6257
|
+
showOptionCount: boolean;
|
|
6258
|
+
loading: boolean;
|
|
6259
|
+
totalRecords: number;
|
|
6260
|
+
totalPages: number;
|
|
6261
|
+
currentPage: number;
|
|
6262
|
+
pageSize: number;
|
|
6263
|
+
resultsLabel: string | null;
|
|
6264
|
+
resultsIcon: IconToken;
|
|
6265
|
+
columns: DataTableColumn<TRow>[];
|
|
6266
|
+
rows: TRow[];
|
|
6267
|
+
rowActionIcon: IconName;
|
|
6268
|
+
rowActionAriaLabel: string;
|
|
6269
|
+
i18n: ExplorerI18n;
|
|
6270
|
+
headerSlot: TemplateRef<void> | null;
|
|
6271
|
+
titleSlot: TemplateRef<void> | null;
|
|
6272
|
+
searchSlot: TemplateRef<void> | null;
|
|
6273
|
+
filtersSlot: TemplateRef<void> | null;
|
|
6274
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
6275
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
6276
|
+
readonly pageChange: EventEmitter<number>;
|
|
6277
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
6278
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
6279
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
6280
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
6281
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
6282
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
6283
|
+
readonly resetFilters: EventEmitter<void>;
|
|
6284
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
6285
|
+
private appliedSearchValue;
|
|
6286
|
+
private appliedSearchDateValue;
|
|
6287
|
+
ngOnDestroy(): void;
|
|
6288
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
6289
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
6290
|
+
get computedResultsLabel(): string;
|
|
6291
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
6292
|
+
get hasActiveChips(): boolean;
|
|
6293
|
+
get resolvedAddAction(): Required<Pick<RelatoriosTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
6294
|
+
onAddClick(): void;
|
|
6295
|
+
onPageChange(page: number): void;
|
|
6296
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
6297
|
+
onSearchValueChange(value: string): void;
|
|
6298
|
+
onSearchTypeChange(value: unknown): void;
|
|
6299
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
6300
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
6301
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
6302
|
+
resetAllChips(): void;
|
|
6303
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
6304
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RelatoriosTemplateComponent<any>, never>;
|
|
6305
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RelatoriosTemplateComponent<any>, "tbk-template-relatorios", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; }, never, never, true, never>;
|
|
6306
|
+
}
|
|
6307
|
+
|
|
6308
|
+
interface RelatoriosEGarantiaTemplateBrand {
|
|
6309
|
+
readonly imageSrc: string;
|
|
6310
|
+
readonly imageAlt: string;
|
|
6311
|
+
}
|
|
6312
|
+
interface RelatoriosEGarantiaTemplateAddAction {
|
|
6313
|
+
readonly label?: string;
|
|
6314
|
+
readonly icon?: IconName;
|
|
6315
|
+
readonly tooltip?: string;
|
|
6316
|
+
readonly ariaLabel?: string;
|
|
6317
|
+
readonly appearance?: ButtonAppearance;
|
|
6318
|
+
readonly disabled?: boolean;
|
|
6319
|
+
}
|
|
6320
|
+
declare class RelatoriosEGarantiaTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
6321
|
+
brand: RelatoriosEGarantiaTemplateBrand | null;
|
|
6322
|
+
headerActions: HeaderActionItem[];
|
|
6323
|
+
profile: HeaderProfileConfig | null;
|
|
6324
|
+
menuItems: MenuItem[];
|
|
6325
|
+
menuCollapsed: boolean;
|
|
6326
|
+
menuCollapsible: boolean;
|
|
6327
|
+
pageTitle: string;
|
|
6328
|
+
breadcrumbItems: string[];
|
|
6329
|
+
pageIcon: IconToken;
|
|
6330
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
6331
|
+
addAction: RelatoriosEGarantiaTemplateAddAction | null;
|
|
6332
|
+
readonly addClick: EventEmitter<void>;
|
|
6333
|
+
searchConfig: ExplorerSearchConfig;
|
|
6334
|
+
searchValue: string;
|
|
6335
|
+
searchType: string;
|
|
6336
|
+
searchDateValue: ExplorerDateValue;
|
|
6337
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
6338
|
+
showOptionCount: boolean;
|
|
6339
|
+
loading: boolean;
|
|
6340
|
+
totalRecords: number;
|
|
6341
|
+
totalPages: number;
|
|
6342
|
+
currentPage: number;
|
|
6343
|
+
pageSize: number;
|
|
6344
|
+
resultsLabel: string | null;
|
|
6345
|
+
resultsIcon: IconToken;
|
|
6346
|
+
columns: DataTableColumn<TRow>[];
|
|
6347
|
+
rows: TRow[];
|
|
6348
|
+
rowActionIcon: IconName;
|
|
6349
|
+
rowActionAriaLabel: string;
|
|
6350
|
+
rowActionResolver: DataTableRowActionResolver<TRow> | null;
|
|
6351
|
+
selectable: boolean;
|
|
6352
|
+
accordion: boolean;
|
|
6353
|
+
showRowActions: boolean;
|
|
6354
|
+
fixedLastColumn: boolean;
|
|
6355
|
+
i18n: ExplorerI18n;
|
|
6356
|
+
headerSlot: TemplateRef<void> | null;
|
|
6357
|
+
titleSlot: TemplateRef<void> | null;
|
|
6358
|
+
searchSlot: TemplateRef<void> | null;
|
|
6359
|
+
filtersSlot: TemplateRef<void> | null;
|
|
6360
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
6361
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
6362
|
+
readonly pageChange: EventEmitter<number>;
|
|
6363
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
6364
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
6365
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
6366
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
6367
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
6368
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
6369
|
+
readonly resetFilters: EventEmitter<void>;
|
|
6370
|
+
readonly rowActionClick: EventEmitter<TRow>;
|
|
6371
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
6372
|
+
private appliedSearchValue;
|
|
6373
|
+
private appliedSearchDateValue;
|
|
6374
|
+
ngOnDestroy(): void;
|
|
6375
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
6376
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
6377
|
+
get computedResultsLabel(): string;
|
|
6378
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
6379
|
+
get hasActiveChips(): boolean;
|
|
6380
|
+
get resolvedAddAction(): Required<Pick<RelatoriosEGarantiaTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
6381
|
+
onAddClick(): void;
|
|
6382
|
+
onPageChange(page: number): void;
|
|
6383
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
6384
|
+
onSearchValueChange(value: string): void;
|
|
6385
|
+
onSearchTypeChange(value: unknown): void;
|
|
6386
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
6387
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
6388
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
6389
|
+
resetAllChips(): void;
|
|
6390
|
+
onRowActionClick(row: TRow): void;
|
|
6391
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
6392
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RelatoriosEGarantiaTemplateComponent<any>, never>;
|
|
6393
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RelatoriosEGarantiaTemplateComponent<any>, "tbk-template-relatorios-egarantia", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "rowActionResolver": { "alias": "rowActionResolver"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; "showRowActions": { "alias": "showRowActions"; "required": false; }; "fixedLastColumn": { "alias": "fixedLastColumn"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; "rowActionClick": "rowActionClick"; }, never, never, true, never>;
|
|
6394
|
+
}
|
|
6395
|
+
|
|
6396
|
+
interface UsuariosTemplateBrand {
|
|
6397
|
+
readonly imageSrc: string;
|
|
6398
|
+
readonly imageAlt: string;
|
|
6399
|
+
}
|
|
6400
|
+
interface UsuariosTemplateAddAction {
|
|
6401
|
+
readonly label?: string;
|
|
6402
|
+
readonly icon?: IconName;
|
|
6403
|
+
readonly tooltip?: string;
|
|
6404
|
+
readonly ariaLabel?: string;
|
|
6405
|
+
readonly appearance?: ButtonAppearance;
|
|
6406
|
+
readonly disabled?: boolean;
|
|
6407
|
+
}
|
|
6408
|
+
declare class UsuariosTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
6409
|
+
brand: UsuariosTemplateBrand | null;
|
|
6410
|
+
headerActions: HeaderActionItem[];
|
|
6411
|
+
profile: HeaderProfileConfig | null;
|
|
6412
|
+
menuItems: MenuItem[];
|
|
6413
|
+
menuCollapsed: boolean;
|
|
6414
|
+
menuCollapsible: boolean;
|
|
6415
|
+
pageTitle: string;
|
|
6416
|
+
breadcrumbItems: string[];
|
|
6417
|
+
pageIcon: IconToken;
|
|
6418
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
6419
|
+
addAction: UsuariosTemplateAddAction | null;
|
|
6420
|
+
readonly addClick: EventEmitter<void>;
|
|
6421
|
+
searchConfig: ExplorerSearchConfig;
|
|
6422
|
+
searchValue: string;
|
|
6423
|
+
searchType: string;
|
|
6424
|
+
searchDateValue: ExplorerDateValue;
|
|
6425
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
6426
|
+
showOptionCount: boolean;
|
|
6427
|
+
loading: boolean;
|
|
6428
|
+
totalRecords: number;
|
|
6429
|
+
totalPages: number;
|
|
6430
|
+
currentPage: number;
|
|
6431
|
+
pageSize: number;
|
|
6432
|
+
resultsLabel: string | null;
|
|
6433
|
+
resultsIcon: IconToken;
|
|
6434
|
+
columns: DataTableColumn<TRow>[];
|
|
6435
|
+
rows: TRow[];
|
|
6436
|
+
rowActionIcon: IconName;
|
|
6437
|
+
rowActionAriaLabel: string;
|
|
6438
|
+
i18n: ExplorerI18n;
|
|
6439
|
+
headerSlot: TemplateRef<void> | null;
|
|
6440
|
+
titleSlot: TemplateRef<void> | null;
|
|
6441
|
+
searchSlot: TemplateRef<void> | null;
|
|
6442
|
+
filtersSlot: TemplateRef<void> | null;
|
|
6443
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
6444
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
6445
|
+
readonly pageChange: EventEmitter<number>;
|
|
6446
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
6447
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
6448
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
6449
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
6450
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
6451
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
6452
|
+
readonly resetFilters: EventEmitter<void>;
|
|
6453
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
6454
|
+
private appliedSearchValue;
|
|
6455
|
+
private appliedSearchDateValue;
|
|
6456
|
+
ngOnDestroy(): void;
|
|
6457
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
6458
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
6459
|
+
get computedResultsLabel(): string;
|
|
6460
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
6461
|
+
get hasActiveChips(): boolean;
|
|
6462
|
+
get resolvedAddAction(): Required<Pick<UsuariosTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
6463
|
+
onAddClick(): void;
|
|
6464
|
+
onPageChange(page: number): void;
|
|
6465
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
6466
|
+
onSearchValueChange(value: string): void;
|
|
6467
|
+
onSearchTypeChange(value: unknown): void;
|
|
6468
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
6469
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
6470
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
6471
|
+
resetAllChips(): void;
|
|
6472
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
6473
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UsuariosTemplateComponent<any>, never>;
|
|
6474
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UsuariosTemplateComponent<any>, "tbk-template-usuarios", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; }, never, never, true, never>;
|
|
6475
|
+
}
|
|
6476
|
+
|
|
6477
|
+
interface UsuariosEGarantiaTemplateBrand {
|
|
6478
|
+
readonly imageSrc: string;
|
|
6479
|
+
readonly imageAlt: string;
|
|
6480
|
+
}
|
|
6481
|
+
interface UsuariosEGarantiaTemplateAddAction {
|
|
6482
|
+
readonly label?: string;
|
|
6483
|
+
readonly icon?: IconName;
|
|
6484
|
+
readonly tooltip?: string;
|
|
6485
|
+
readonly ariaLabel?: string;
|
|
6486
|
+
readonly appearance?: ButtonAppearance;
|
|
6487
|
+
readonly disabled?: boolean;
|
|
6488
|
+
}
|
|
6489
|
+
declare class UsuariosEGarantiaTemplateComponent<TRow extends Record<string, unknown> = Record<string, unknown>> implements OnDestroy {
|
|
6490
|
+
brand: UsuariosEGarantiaTemplateBrand | null;
|
|
6491
|
+
headerActions: HeaderActionItem[];
|
|
6492
|
+
profile: HeaderProfileConfig | null;
|
|
6493
|
+
menuItems: MenuItem[];
|
|
6494
|
+
menuCollapsed: boolean;
|
|
6495
|
+
menuCollapsible: boolean;
|
|
6496
|
+
pageTitle: string;
|
|
6497
|
+
breadcrumbItems: string[];
|
|
6498
|
+
pageIcon: IconToken;
|
|
6499
|
+
pageIconColor: 'gradient' | 'primary' | 'secondary' | 'blue';
|
|
6500
|
+
addAction: UsuariosEGarantiaTemplateAddAction | null;
|
|
6501
|
+
readonly addClick: EventEmitter<void>;
|
|
6502
|
+
searchConfig: ExplorerSearchConfig;
|
|
6503
|
+
searchValue: string;
|
|
6504
|
+
searchType: string;
|
|
6505
|
+
searchDateValue: ExplorerDateValue;
|
|
6506
|
+
filterSections: AdvancedSelectSearchSection[];
|
|
6507
|
+
showOptionCount: boolean;
|
|
6508
|
+
loading: boolean;
|
|
6509
|
+
totalRecords: number;
|
|
6510
|
+
totalPages: number;
|
|
6511
|
+
currentPage: number;
|
|
6512
|
+
pageSize: number;
|
|
6513
|
+
resultsLabel: string | null;
|
|
6514
|
+
resultsIcon: IconToken;
|
|
6515
|
+
columns: DataTableColumn<TRow>[];
|
|
6516
|
+
rows: TRow[];
|
|
6517
|
+
rowActionIcon: IconName;
|
|
6518
|
+
rowActionAriaLabel: string;
|
|
6519
|
+
selectable: boolean;
|
|
6520
|
+
accordion: boolean;
|
|
6521
|
+
showRowActions: boolean;
|
|
6522
|
+
fixedLastColumn: boolean;
|
|
6523
|
+
accordionTemplate: TemplateRef<{
|
|
6524
|
+
row: TRow;
|
|
6525
|
+
rowIndex: number;
|
|
6526
|
+
}> | null;
|
|
6527
|
+
selectedKeys: any[];
|
|
6528
|
+
rowKeyField: string;
|
|
6529
|
+
i18n: ExplorerI18n;
|
|
6530
|
+
headerSlot: TemplateRef<void> | null;
|
|
6531
|
+
titleSlot: TemplateRef<void> | null;
|
|
6532
|
+
searchSlot: TemplateRef<void> | null;
|
|
6533
|
+
filtersSlot: TemplateRef<void> | null;
|
|
6534
|
+
emptyStateSlot: TemplateRef<void> | null;
|
|
6535
|
+
pageActionsSlot: TemplateRef<void> | null;
|
|
6536
|
+
readonly pageChange: EventEmitter<number>;
|
|
6537
|
+
readonly searchValueChange: EventEmitter<string>;
|
|
6538
|
+
readonly searchTypeChange: EventEmitter<string>;
|
|
6539
|
+
readonly searchDateChange: EventEmitter<ExplorerDateValue>;
|
|
6540
|
+
readonly searchSubmit: EventEmitter<ExplorerSearchSubmitEvent>;
|
|
6541
|
+
readonly filtersChange: EventEmitter<AdvancedSelectSearchSection[]>;
|
|
6542
|
+
readonly chipRemove: EventEmitter<ExplorerChipRemoveEvent>;
|
|
6543
|
+
readonly resetFilters: EventEmitter<void>;
|
|
6544
|
+
readonly selectionChange: EventEmitter<any>;
|
|
6545
|
+
readonly bulkActionClick: EventEmitter<BulkActionBarAction>;
|
|
6546
|
+
readonly defaultAddAppearance: ButtonAppearance;
|
|
6547
|
+
readonly bulkActions: BulkActionBarAction[];
|
|
6548
|
+
get selectedCount(): number;
|
|
6549
|
+
private appliedSearchValue;
|
|
6550
|
+
private appliedSearchDateValue;
|
|
6551
|
+
ngOnDestroy(): void;
|
|
6552
|
+
get resolvedI18n(): Required<ExplorerI18n>;
|
|
6553
|
+
get resolvedSearch(): Required<ExplorerSearchConfig>;
|
|
6554
|
+
get computedResultsLabel(): string;
|
|
6555
|
+
get activeChips(): readonly ExplorerActiveChip[];
|
|
6556
|
+
get hasActiveChips(): boolean;
|
|
6557
|
+
get resolvedAddAction(): Required<Pick<UsuariosEGarantiaTemplateAddAction, 'label' | 'icon' | 'tooltip' | 'ariaLabel' | 'appearance' | 'disabled'>> | null;
|
|
6558
|
+
onAddClick(): void;
|
|
6559
|
+
onPageChange(page: number): void;
|
|
6560
|
+
onFilterChange(sections: AdvancedSelectSearchSection[]): void;
|
|
6561
|
+
onSearchValueChange(value: string): void;
|
|
6562
|
+
onSearchTypeChange(value: unknown): void;
|
|
6563
|
+
onSearchDateChange(value: ExplorerDateValue): void;
|
|
6564
|
+
applyAdvancedFilters(submittedValue?: string): void;
|
|
6565
|
+
removeChip(sectionId: string | number, value: string | number): void;
|
|
6566
|
+
resetAllChips(): void;
|
|
6567
|
+
onSelectionChange(event: any): void;
|
|
6568
|
+
onBulkActionClick(action: BulkActionBarAction): void;
|
|
6569
|
+
onBulkDismiss(): void;
|
|
6570
|
+
trackChip: (_index: number, chip: ExplorerActiveChip) => string;
|
|
6571
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UsuariosEGarantiaTemplateComponent<any>, never>;
|
|
6572
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<UsuariosEGarantiaTemplateComponent<any>, "tbk-template-usuarios-egarantia", never, { "brand": { "alias": "brand"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menuCollapsed": { "alias": "menuCollapsed"; "required": false; }; "menuCollapsible": { "alias": "menuCollapsible"; "required": false; }; "pageTitle": { "alias": "pageTitle"; "required": true; }; "breadcrumbItems": { "alias": "breadcrumbItems"; "required": false; }; "pageIcon": { "alias": "pageIcon"; "required": false; }; "pageIconColor": { "alias": "pageIconColor"; "required": false; }; "addAction": { "alias": "addAction"; "required": false; }; "searchConfig": { "alias": "searchConfig"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "searchDateValue": { "alias": "searchDateValue"; "required": false; }; "filterSections": { "alias": "filterSections"; "required": false; }; "showOptionCount": { "alias": "showOptionCount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "resultsLabel": { "alias": "resultsLabel"; "required": false; }; "resultsIcon": { "alias": "resultsIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowActionIcon": { "alias": "rowActionIcon"; "required": false; }; "rowActionAriaLabel": { "alias": "rowActionAriaLabel"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "accordion": { "alias": "accordion"; "required": false; }; "showRowActions": { "alias": "showRowActions"; "required": false; }; "fixedLastColumn": { "alias": "fixedLastColumn"; "required": false; }; "accordionTemplate": { "alias": "accordionTemplate"; "required": false; }; "selectedKeys": { "alias": "selectedKeys"; "required": false; }; "rowKeyField": { "alias": "rowKeyField"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; "headerSlot": { "alias": "headerSlot"; "required": false; }; "titleSlot": { "alias": "titleSlot"; "required": false; }; "searchSlot": { "alias": "searchSlot"; "required": false; }; "filtersSlot": { "alias": "filtersSlot"; "required": false; }; "emptyStateSlot": { "alias": "emptyStateSlot"; "required": false; }; "pageActionsSlot": { "alias": "pageActionsSlot"; "required": false; }; }, { "addClick": "addClick"; "pageChange": "pageChange"; "searchValueChange": "searchValueChange"; "searchTypeChange": "searchTypeChange"; "searchDateChange": "searchDateChange"; "searchSubmit": "searchSubmit"; "filtersChange": "filtersChange"; "chipRemove": "chipRemove"; "resetFilters": "resetFilters"; "selectionChange": "selectionChange"; "bulkActionClick": "bulkActionClick"; }, never, never, true, never>;
|
|
6573
|
+
}
|
|
6574
|
+
|
|
6575
|
+
export { AcompanharProcessosTemplateComponent, AdvancedFillSearchComponent, AdvancedSelectSearchComponent, AutocompleteComponent, AvatarComponent, BAR_CHART_COLOR_OPTIONS, BOX_BORDER_OPTIONS, BOX_BORDER_STYLE_OPTIONS, BOX_DIRECTION_OPTIONS, BOX_DISPLAY_OPTIONS, BOX_ELEVATION_OPTIONS, BOX_JUSTIFY_CONTENT_OPTIONS, BOX_POSITION_OPTIONS, BOX_RADIUS_OPTIONS, BOX_SPACING_OPTIONS, BOX_SURFACE_OPTIONS, BadgeComponent, BannerComponent, BarChartComponent, BoxComponent, BreadcrumbComponent, BulkActionBarComponent, ButtonComponent, ButtonRadioComponent, CHART_COLOR_FAMILIES, CardComponent, ChassiInputComponent, CheckboxComponent, CheckboxListComponent, ChipComponent, ChipGroupComponent, ContentExplorerTemplateComponent, ContentPanelComponent, ContratosTemplateComponent, CurrencyInputComponent, CustasSolicitadasTemplateComponent, DEFAULT_ASSET_BASE_PATH, DEFAULT_BUTTON_LOADING_LABEL, DEFAULT_CARD_ACTION_LABEL, DEFAULT_CARD_LOADING_LABEL, DEFAULT_CARD_SECONDARY_ACTION_LABEL, DEFAULT_CARD_STATUS_LABELS, DEFAULT_CHECKBOX_CONFIG, DEFAULT_CHECKBOX_I18N, DEFAULT_CONTENT_PANEL_I18N, DEFAULT_DISMISS_LABEL, DEFAULT_DISMISS_LABEL_TEMPLATE, DEFAULT_HEADER_I18N, DEFAULT_ICON_TOKEN, DEFAULT_KPIS_ARIA_LABEL, DEFAULT_KPIS_EMPTY_LABEL, DEFAULT_MENU_I18N, DEFAULT_SIDE_PANEL_AI_RESUME_I18N, DEFAULT_SIDE_PANEL_AI_RESUME_ICONS, DEFAULT_SIDE_PANEL_TINA_AI_I18N, DEFAULT_SIDE_PANEL_TINA_AI_ICONS, DIVIDER_ORIENTATION_OPTIONS, DIVIDER_SPACING_OPTIONS, DIVIDER_TONE_OPTIONS, DIVIDER_WEIGHT_OPTIONS, DONUT_CHART_COLOR_OPTIONS, DashboardEGarantiaTemplateComponent, DataTableComponent, DatePickerComponent, DatePickerFilterBarCalendarComponent, DatePickerFilterBarComponent, DividerComponent, DonutChartComponent, FinanceiroPagamentosTemplateComponent, FinanceiroRelatoriosTemplateComponent, FormGroupComponent, FormGroupFieldType, FormSectionStepperComponent, GRID_ALIGN_ITEMS_OPTIONS, GRID_AUTO_FLOW_OPTIONS, GRID_SPACING_OPTIONS, GaugeChartComponent, GestaoRetomadaBaTemplateComponent, GravameInputComponent, GridComponent, HeaderActionsSlotDirective, HeaderBrandSlotDirective, HeaderComponent, ICON_COLOR_OPTIONS, ICON_OPTIONS, ICON_SIZE_DEFAULT, ICON_SIZE_MAX, ICON_SIZE_MIN, ICON_TOKEN_OPTIONS, IconsComponent, ImagensTemplateComponent, KPI_TONE_OPTIONS, KitExtrajudicialTemplateComponent, KpisComponent, LAYOUT_ALIGN_OPTIONS, LAYOUT_JUSTIFY_OPTIONS, LAYOUT_OVERFLOW_OPTIONS, LAYOUT_RADIUS_OPTIONS, LAYOUT_SPACE_OPTIONS, LAYOUT_SPACING_OPTIONS, LAYOUT_TAG_OPTIONS, LINE_CHART_COLOR_OPTIONS, LineChartComponent, LotesTemplateComponent, MAP_CHART_TONE_OPTIONS, MapChartComponent, MenuComponent, MenuFooterSlotDirective, MenuHeaderSlotDirective, PaginationComponent, PasswordInputComponent, PercentInputComponent, PerfisEGarantiaTemplateComponent, PerfisTemplateComponent, PinfieldComponent, PlacaInputComponent, RelatoriosEGarantiaTemplateComponent, RelatoriosTemplateComponent, RenavamInputComponent, SPACE_DISPLAY_OPTIONS, STACKED_PROGRESS_COLOR_OPTIONS, STACK_DIRECTION_OPTIONS, STACK_WRAP_OPTIONS, SearchComponent, SearchFilterBarComponent, SelectComponent, SelectFilterBarComponent, SidePanelAiResumeComponent, SidePanelTinaAiComponent, SpaceComponent, StackComponent, StackedProgressChartComponent, StatsOverviewCardComponent, TBK_BUTTON_CONFIG, TBK_CHECKBOX_CONFIG, TBK_ICONS_CONFIG, TBK_KPIS_CONFIG, TabsComponent, TextAreaComponent, TextComponent, TextInputComponent, ToggleComponent, TooltipComponent, UsuariosEGarantiaTemplateComponent, UsuariosTemplateComponent, ViewSwitcherComponent, YearInputComponent, getCurrentLayoutBreakpoint, provideTbkButton, provideTbkCheckbox, provideTbkIcons, provideTbkKpis, readChartThemeTokens, resolveBorderToken, resolveBoxSpacingValue, resolveDimensionValue, resolveDividerSpacingValue, resolveDividerThicknessToken, resolveDividerToneToken, resolveElevationToken, resolveFlexAlign, resolveFlexJustify, resolveGridAlignment, resolveGridJustify, resolveGridSpacingValue, resolveRadiusToken, resolveResponsiveValue, resolveShadowToken, resolveSpaceDisplay, resolveSpaceToken, resolveSurfaceToken };
|
|
6576
|
+
export type { AcompanharProcessosTemplateAddAction, AcompanharProcessosTemplateBrand, AdvancedSelectSearchOption, AdvancedSelectSearchSection, AutocompleteFetchReason, AutocompleteFetchRequest, AutocompleteFieldConfig, AutocompleteOption, AutocompleteOptionValue, BadgeIconPosition, BadgeRole, BadgeSize, BadgeTone, BadgeVariant, BannerDismissEvent, BannerVariant, BarChartColor, BarChartItem, BarChartOrientation, BaseOption, BoxBorder, BoxBorderStyle, BoxDirection, BoxDisplay, BoxElevation, BoxJustifyContent, BoxPosition, BoxRadius, BoxSpacing, BoxSurface, BulkActionBarAction, BulkActionBarActionEvent, BulkActionBarActionVariant, BulkActionBarStatus, ButtonAppearance, ButtonFill, ButtonIconPosition, ButtonRadioColorVariant, ButtonRadioFieldConfig, ButtonRadioLegacyStatus, ButtonRadioOption, ButtonRadioOptionValue, ButtonRadioOrientation, ButtonRadioSemanticStatus, ButtonRadioStatus, ButtonRadioVariant, ButtonSize, ButtonType, ButtonVariant, CardActionEvent, CardActionSource, CardStatus, CardStatusLabels, CardTag, CardTagInput, CardTagVariant, ChartColorFamily, ChartThemeTokens, ChassiInputFieldConfig, ChassiInputStatus, CheckboxChangeEvent, CheckboxListChangeEvent, CheckboxListOption, CheckboxOrientation, CheckboxSize, CheckboxStatus, CheckboxSurface, CheckboxValue, CheckboxVariant, ChipClickEvent, ChipDismissEvent, ChipGroupOrientation, ChipGroupSelectionMode, ChipOption, ChipSize, ChipVariant, ContentExplorerBrand, ContentExplorerCard, ContentPanelAction, ContentPanelActionEvent, ContentPanelActionSource, ContentPanelEmptyState, ContentPanelI18n, ContentPanelStatus, ContentPanelTab, ContentPanelVariant, ContratosTemplateAddAction, ContratosTemplateBrand, CurrencyInputFieldConfig, CurrencyInputStatus, CustasSolicitadasTemplateAddAction, CustasSolicitadasTemplateBrand, DashboardEGarantiaTemplateAddAction, DashboardEGarantiaTemplateBrand, DataTableCellTooltipResolver, DataTableColumn, DataTableColumnAlign, DataTableRowAriaLabelResolver, DataTableSelectionChange, DataTableSelectionKey, DataTableSortChange, DataTableSortDirection, DataTableStatus, DatePickerFieldConfig, DatePickerFilterBarPreset, DatePickerMode, DatePickerStatus, DatePickerValue, DividerOrientation, DividerSpacing, DividerTone, DividerWeight, DonutChartColor, DonutChartItem, DonutChartLegendPosition, DonutChartTrend, DonutChartTrendTone, DonutChartVariant, FinanceiroPagamentosTemplateAddAction, FinanceiroPagamentosTemplateBrand, FinanceiroRelatoriosTemplateAddAction, FinanceiroRelatoriosTemplateBrand, FormGroupControlName, FormGroupControls, FormGroupFieldConfig, FormGroupFieldStatus, FormGroupRowConfig, FormSectionStatus, FormSectionStepperItem, GaugeChartProps, GaugeColor, GestaoRetomadaBaTemplateAddAction, GestaoRetomadaBaTemplateBrand, GravameInputFieldConfig, GravameInputStatus, GridAlignItems, GridAutoFlow, GridSpacing, HeaderActionClickEvent, HeaderActionItem, HeaderActionVariant, HeaderI18nLabels, HeaderLandmarkRole, HeaderProfileClickEvent, HeaderProfileConfig, IconColor, IconName, IconToken, ImagensTemplateAddAction, ImagensTemplateBrand, KpiItem, KpiTone, LayoutAlign, LayoutBreakpoint, LayoutDimension, LayoutJustify, LayoutOverflow, LayoutRadiusToken, LayoutSpaceToken, LayoutSpacingToken, LayoutTag, LegacyIconName, LineChartColor, LineChartSeries, LineChartVariant, LineChartYAxisPosition, LotesTemplateAddAction, LotesTemplateAddMenuItem, LotesTemplateBrand, MapChartPin, MapChartRegion, MapChartStatus, MapChartTone, MenuBadgeTone, MenuChildExpandBehavior, MenuChildItem, MenuCollapsedMode, MenuCollapsedStateChangeEvent, MenuI18nLabels, MenuInteractionReason, MenuItem, MenuItemActivateEvent, MenuItemToggleEvent, MenuLinkTarget, MenuPeekBehavior, NormalizedBarChartItem, NormalizedDonutChartItem, NormalizedKpiItem, NormalizedStackedProgressItem, PaginationItem, PasswordInputStatus, PercentInputFieldConfig, PercentInputStatus, PerfisEGarantiaTemplateAddAction, PerfisEGarantiaTemplateBrand, PerfisTemplateAddAction, PerfisTemplateBrand, PinfieldFieldConfig, PinfieldInputType, PinfieldStatus, PlacaInputFieldConfig, PlacaInputStatus, RelatoriosEGarantiaTemplateAddAction, RelatoriosEGarantiaTemplateBrand, RelatoriosTemplateAddAction, RelatoriosTemplateBrand, RenavamInputFieldConfig, RenavamInputStatus, ResolvedMapChartPin, ResolvedMapChartRegion, ResolvedTooltipPlacement, SearchFieldConfig, SearchStatus, SelectFieldConfig, SelectFilterBarOption, SelectFilterBarOptionInput, SelectOption, SelectStatus, SidePanelAiResumeCloseEvent, SidePanelAiResumeCloseSource, SidePanelAiResumeI18n, SidePanelAiResumeMode, SidePanelAiResumePosition, SidePanelAiResumeToggleEvent, SidePanelTinaAiCloseEvent, SidePanelTinaAiCloseSource, SidePanelTinaAiI18n, SidePanelTinaAiMode, SidePanelTinaAiPosition, SidePanelTinaAiQuickAction, SidePanelTinaAiQuickActionEvent, SidePanelTinaAiSecondaryEvent, SidePanelTinaAiSubmitEvent, SidePanelTinaAiTab, SidePanelTinaAiTabChangeEvent, SpaceDisplay, StackDirection, StackWrap, StackedProgressColor, StackedProgressItem, StatsMetricCard, StepStatus, TabsItem, TbkButtonConfig, TbkCheckboxConfig, TbkCheckboxI18n, TbkIconsConfig, TbkKpisConfig, TextAlign, TextAreaFieldConfig, TextAreaStatus, TextAs, TextColor, TextInputFieldConfig, TextInputKeyFilter, TextInputStatus, TextSize, TextType, TextWeight, ToggleOption, ToggleOrientation, ToggleSurface, ToggleValue, ToggleVariant, TooltipPlacement, UsuariosEGarantiaTemplateAddAction, UsuariosEGarantiaTemplateBrand, UsuariosTemplateAddAction, UsuariosTemplateBrand, ViewSwitcherOption, ViewSwitcherView, YearInputFieldConfig };
|