lib-portal-angular 0.0.86 → 0.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/components.module.mjs +65 -40
- package/esm2022/lib/components/csv-importer/csv-importer.component.mjs +92 -0
- package/esm2022/lib/components/data-excel-exporter/IExcelExportConfig.mjs +2 -0
- package/esm2022/lib/components/data-excel-exporter/data-excel-exporter.component.mjs +126 -0
- package/esm2022/lib/components/data-excel-import/data-excel-importer.component.mjs +198 -0
- package/esm2022/lib/components/multi-select/multi-select.component.mjs +162 -114
- package/esm2022/lib/components/pdf-data-handler/argenta-pdf-data-handler.component.mjs +147 -0
- package/esm2022/lib/components/pdf-data-handler/function/formatToBrazilianNumber.mjs +7 -0
- package/esm2022/lib/components/pdf-data-handler/function/parseBrazilianNumber.mjs +9 -0
- package/esm2022/lib/components/pdf-data-handler/interface/DataRow.mjs +2 -0
- package/esm2022/lib/components/pdf-data-handler/interface/PdfExportConfig.mjs +2 -0
- package/esm2022/lib/components/pdf-data-handler/interface/PdfTableStyles.mjs +2 -0
- package/esm2022/lib/components/pdf-data-handler/interface/RowCalculation.mjs +2 -0
- package/esm2022/lib/components/pdf-data-handler/interface/TotalizerConfig.mjs +2 -0
- package/esm2022/lib/components/pdf-download/argenta-pdf-download.component.mjs +51 -0
- package/esm2022/public-api.mjs +36 -5
- package/fesm2022/lib-portal-angular.mjs +1093 -422
- package/fesm2022/lib-portal-angular.mjs.map +1 -1
- package/lib/components/components.module.d.ts +10 -5
- package/lib/components/csv-importer/csv-importer.component.d.ts +19 -0
- package/lib/components/data-excel-exporter/IExcelExportConfig.d.ts +21 -0
- package/lib/components/data-excel-exporter/data-excel-exporter.component.d.ts +9 -0
- package/lib/components/data-excel-import/data-excel-importer.component.d.ts +44 -0
- package/lib/components/multi-select/multi-select.component.d.ts +20 -9
- package/lib/components/pdf-data-handler/argenta-pdf-data-handler.component.d.ts +15 -0
- package/lib/components/pdf-data-handler/function/formatToBrazilianNumber.d.ts +1 -0
- package/lib/components/pdf-data-handler/function/parseBrazilianNumber.d.ts +1 -0
- package/lib/components/pdf-data-handler/interface/DataRow.d.ts +3 -0
- package/lib/components/pdf-data-handler/interface/PdfExportConfig.d.ts +12 -0
- package/lib/components/pdf-data-handler/interface/PdfTableStyles.d.ts +28 -0
- package/lib/components/pdf-data-handler/interface/RowCalculation.d.ts +4 -0
- package/lib/components/pdf-data-handler/interface/TotalizerConfig.d.ts +8 -0
- package/lib/components/pdf-download/argenta-pdf-download.component.d.ts +13 -0
- package/package.json +1 -1
- package/public-api.d.ts +34 -3
@@ -33,12 +33,17 @@ import * as i31 from "./modal/modal.component";
|
|
33
33
|
import * as i32 from "./drag-drop-list/drag-drop-list.component";
|
34
34
|
import * as i33 from "./dynamic-modal/dynamic-modal.component";
|
35
35
|
import * as i34 from "./dynamic-table/dynamic-table.component";
|
36
|
-
import * as i35 from "
|
37
|
-
import * as i36 from "
|
38
|
-
import * as i37 from "
|
39
|
-
import * as i38 from "
|
36
|
+
import * as i35 from "./pdf-data-handler/argenta-pdf-data-handler.component";
|
37
|
+
import * as i36 from "./pdf-download/argenta-pdf-download.component";
|
38
|
+
import * as i37 from "./data-excel-exporter/data-excel-exporter.component";
|
39
|
+
import * as i38 from "./data-excel-import/data-excel-importer.component";
|
40
|
+
import * as i39 from "./csv-importer/csv-importer.component";
|
41
|
+
import * as i40 from "@angular/common";
|
42
|
+
import * as i41 from "@angular/forms";
|
43
|
+
import * as i42 from "@ng-select/ng-select";
|
44
|
+
import * as i43 from "../icons/lucide-icons.module";
|
40
45
|
export declare class ComponentsModule {
|
41
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
|
42
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.ButtonComponent, typeof i2.CardComponent, typeof i3.InputComponent, typeof i4.CheckboxComponent, typeof i5.TextareaComponent, typeof i6.SelectComponent, typeof i7.RadioComponent, typeof i8.MultiSelectComponent, typeof i9.DataTableComponent, typeof i10.CodeHighlightComponent, typeof i11.BadgeComponent, typeof i12.AlertComponent, typeof i13.ConfirmationComponent, typeof i14.AutofocusDirective, typeof i15.CepMaskDirective, typeof i16.CnpjMaskDirective, typeof i17.CpfMaskDirective, typeof i18.CustomPaginationComponent, typeof i19.TreeNodeComponent, typeof i20.SearchInputComponent, typeof i21.AppBackgroundComponent, typeof i22.BasicRegistrationComponent, typeof i23.CustomSwitchComponent, typeof i24.SearchCustomerComponent, typeof i25.TabComponent, typeof i26.FileUploadComponent, typeof i27.MultiSelectCategoryComponent, typeof i28.CalendarArgentaComponent, typeof i29.AccordionArgentaComponent, typeof i30.JsonViewerComponent, typeof i31.ModalComponent, typeof i32.DragDropListComponent, typeof i33.DynamicModalComponent, typeof i34.DynamicTableComponent], [typeof
|
47
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.ButtonComponent, typeof i2.CardComponent, typeof i3.InputComponent, typeof i4.CheckboxComponent, typeof i5.TextareaComponent, typeof i6.SelectComponent, typeof i7.RadioComponent, typeof i8.MultiSelectComponent, typeof i9.DataTableComponent, typeof i10.CodeHighlightComponent, typeof i11.BadgeComponent, typeof i12.AlertComponent, typeof i13.ConfirmationComponent, typeof i14.AutofocusDirective, typeof i15.CepMaskDirective, typeof i16.CnpjMaskDirective, typeof i17.CpfMaskDirective, typeof i18.CustomPaginationComponent, typeof i19.TreeNodeComponent, typeof i20.SearchInputComponent, typeof i21.AppBackgroundComponent, typeof i22.BasicRegistrationComponent, typeof i23.CustomSwitchComponent, typeof i24.SearchCustomerComponent, typeof i25.TabComponent, typeof i26.FileUploadComponent, typeof i27.MultiSelectCategoryComponent, typeof i28.CalendarArgentaComponent, typeof i29.AccordionArgentaComponent, typeof i30.JsonViewerComponent, typeof i31.ModalComponent, typeof i32.DragDropListComponent, typeof i33.DynamicModalComponent, typeof i34.DynamicTableComponent, typeof i35.ArgentaPdfDataHandlerComponent, typeof i36.ArgentaPdfDownloadComponent, typeof i37.DataExcelExporterComponent, typeof i38.DataExcelImporterComponent, typeof i39.CsvImporterComponent], [typeof i40.CommonModule, typeof i41.FormsModule, typeof i41.ReactiveFormsModule, typeof i42.NgSelectModule, typeof i43.LucideIconsModule], [typeof i1.ButtonComponent, typeof i2.CardComponent, typeof i3.InputComponent, typeof i4.CheckboxComponent, typeof i5.TextareaComponent, typeof i6.SelectComponent, typeof i7.RadioComponent, typeof i8.MultiSelectComponent, typeof i41.FormsModule, typeof i41.ReactiveFormsModule, typeof i42.NgSelectModule, typeof i9.DataTableComponent, typeof i10.CodeHighlightComponent, typeof i11.BadgeComponent, typeof i12.AlertComponent, typeof i13.ConfirmationComponent, typeof i14.AutofocusDirective, typeof i15.CepMaskDirective, typeof i16.CnpjMaskDirective, typeof i17.CpfMaskDirective, typeof i18.CustomPaginationComponent, typeof i19.TreeNodeComponent, typeof i20.SearchInputComponent, typeof i43.LucideIconsModule, typeof i21.AppBackgroundComponent, typeof i22.BasicRegistrationComponent, typeof i23.CustomSwitchComponent, typeof i24.SearchCustomerComponent, typeof i25.TabComponent, typeof i26.FileUploadComponent, typeof i27.MultiSelectCategoryComponent, typeof i28.CalendarArgentaComponent, typeof i29.AccordionArgentaComponent, typeof i30.JsonViewerComponent, typeof i31.ModalComponent, typeof i32.DragDropListComponent, typeof i33.DynamicModalComponent, typeof i34.DynamicTableComponent, typeof i35.ArgentaPdfDataHandlerComponent, typeof i36.ArgentaPdfDownloadComponent, typeof i37.DataExcelExporterComponent, typeof i38.DataExcelImporterComponent, typeof i39.CsvImporterComponent]>;
|
43
48
|
static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
|
44
49
|
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export interface CsvExcelImporterConfig {
|
3
|
+
acceptedFileTypes?: string[];
|
4
|
+
detectHeaders?: boolean;
|
5
|
+
customHeaders?: string[];
|
6
|
+
delimiter?: string;
|
7
|
+
onImport: (data: any[]) => void;
|
8
|
+
}
|
9
|
+
export declare class CsvImporterComponent {
|
10
|
+
config: CsvExcelImporterConfig;
|
11
|
+
handleFileInput(event: any): void;
|
12
|
+
private parseCSV;
|
13
|
+
private processData;
|
14
|
+
private getHeaders;
|
15
|
+
private formatData;
|
16
|
+
private normalizeHeader;
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CsvImporterComponent, never>;
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CsvImporterComponent, "argenta-csv-importer", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>;
|
19
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
export interface IExcelExportConfig {
|
2
|
+
buttonLabel: string;
|
3
|
+
fileName: string;
|
4
|
+
sheetName?: string;
|
5
|
+
title?: string;
|
6
|
+
titleWidths?: number[];
|
7
|
+
tableHeaders?: string[];
|
8
|
+
tableKeys?: string[];
|
9
|
+
numericColumns?: string[];
|
10
|
+
columnWidths?: number[];
|
11
|
+
multipleSheets?: {
|
12
|
+
sheetName: string;
|
13
|
+
title?: string;
|
14
|
+
titleWidths?: number[];
|
15
|
+
tableHeaders: string[];
|
16
|
+
tableKeys: string[];
|
17
|
+
numericColumns?: string[];
|
18
|
+
columnWidths?: number[];
|
19
|
+
data: any[];
|
20
|
+
}[];
|
21
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { IExcelExportConfig } from "./IExcelExportConfig";
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class DataExcelExporterComponent {
|
4
|
+
config: IExcelExportConfig;
|
5
|
+
data: any[];
|
6
|
+
exportToExcel(): void;
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataExcelExporterComponent, never>;
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataExcelExporterComponent, "argenta-excel-exporter", never, { "config": { "alias": "config"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
9
|
+
}
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export interface ExcelImporterConfig {
|
4
|
+
acceptedFileTypes: string[];
|
5
|
+
onImport: (data: any[]) => void;
|
6
|
+
excludeRows?: number[];
|
7
|
+
excludeColumns?: number[];
|
8
|
+
hasHeader?: boolean;
|
9
|
+
headerRowIndex?: number;
|
10
|
+
titleRowIndex?: number;
|
11
|
+
}
|
12
|
+
export declare class DataExcelImporterComponent {
|
13
|
+
excelData: EventEmitter<any[]>;
|
14
|
+
config: ExcelImporterConfig;
|
15
|
+
userConfig: {
|
16
|
+
acceptedFileTypes: string[];
|
17
|
+
onImport: (data: any[]) => void;
|
18
|
+
excludeRows?: number[] | undefined;
|
19
|
+
excludeColumns?: number[] | undefined;
|
20
|
+
hasHeader?: boolean | undefined;
|
21
|
+
headerRowIndex?: number | undefined;
|
22
|
+
titleRowIndex?: number | undefined;
|
23
|
+
};
|
24
|
+
excludeRowsInput: string;
|
25
|
+
excludeColumnsInput: string;
|
26
|
+
showConfigModal: boolean;
|
27
|
+
buttonLabel: string;
|
28
|
+
openModal(): void;
|
29
|
+
closeModal(): void;
|
30
|
+
saveConfig(): void;
|
31
|
+
validateRowInput(field: "headerRow" | "titleRow"): void;
|
32
|
+
handleFileInput(event: any): void;
|
33
|
+
private processExcelFile;
|
34
|
+
private processCSVFile;
|
35
|
+
private processData;
|
36
|
+
private adjustRange;
|
37
|
+
private normalizeHeader;
|
38
|
+
private filterColumns;
|
39
|
+
private columnLetterToIndex;
|
40
|
+
private defaultImportHandler;
|
41
|
+
transformToUppercase(): void;
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DataExcelImporterComponent, never>;
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataExcelImporterComponent, "argenta-excel-importer", never, {}, { "excelData": "excelData"; }, never, never, false, never>;
|
44
|
+
}
|
@@ -1,12 +1,14 @@
|
|
1
|
-
import { HttpClient } from
|
2
|
-
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from
|
3
|
-
import { ControlValueAccessor } from
|
4
|
-
import { Observable } from
|
5
|
-
import { AuthService } from
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
2
|
+
import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core";
|
3
|
+
import { ControlValueAccessor } from "@angular/forms";
|
4
|
+
import { Observable } from "rxjs";
|
5
|
+
import { AuthService } from "../../service/auth-service.service";
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
export declare class MultiSelectComponent implements ControlValueAccessor, OnInit, OnChanges {
|
8
8
|
private authService;
|
9
9
|
private http;
|
10
|
+
private cdr;
|
11
|
+
onClickOutside(event: Event): void;
|
10
12
|
label: string;
|
11
13
|
data: any[];
|
12
14
|
placeholder: string;
|
@@ -22,15 +24,19 @@ export declare class MultiSelectComponent implements ControlValueAccessor, OnIni
|
|
22
24
|
[key: string]: string;
|
23
25
|
};
|
24
26
|
keyupEvent: EventEmitter<any>;
|
27
|
+
private lastSearchTerm;
|
25
28
|
private backupData;
|
26
29
|
private allItems;
|
27
30
|
items: Observable<any[]>;
|
28
31
|
filteredItems: Observable<any[]>;
|
29
32
|
private searchTerms;
|
30
|
-
|
33
|
+
isOpen: boolean;
|
34
|
+
constructor(authService: AuthService, http: HttpClient, cdr: ChangeDetectorRef);
|
31
35
|
ngOnInit(): void;
|
32
|
-
|
36
|
+
onInputChange(event: any): void;
|
37
|
+
search(term: string): Observable<any[]>;
|
33
38
|
private fetchInitialData;
|
39
|
+
ngOnChanges(changes: SimpleChanges): void;
|
34
40
|
private updateData;
|
35
41
|
private addSelectedItemsToData;
|
36
42
|
private onChangeCallback;
|
@@ -40,14 +46,19 @@ export declare class MultiSelectComponent implements ControlValueAccessor, OnIni
|
|
40
46
|
onBlur(): void;
|
41
47
|
onKeyUp(event: KeyboardEvent): void;
|
42
48
|
onSelectedChange(event: any): void;
|
43
|
-
onInputChange(event: any): void;
|
44
|
-
search(term: string): Observable<any[]>;
|
45
49
|
writeValue(value: any): void;
|
46
50
|
registerOnChange(fn: any): void;
|
47
51
|
registerOnTouched(fn: any): void;
|
48
52
|
setDisabledState?(isDisabled: boolean): void;
|
49
53
|
compareFn: (item1: any, item2: any) => boolean;
|
50
54
|
hasPermission(): boolean;
|
55
|
+
toggleDropdown(): void;
|
56
|
+
closeDropdown(): void;
|
57
|
+
isSelected(item: any): boolean;
|
58
|
+
selectItem(item: any, event: Event): void;
|
59
|
+
private filterByTerm;
|
60
|
+
private filterOutSelected;
|
61
|
+
removeSelectedItem(item: any, event: Event): void;
|
51
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
52
63
|
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "argenta-custom-multi-select", never, { "label": { "alias": "label"; "required": false; }; "data": { "alias": "data"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "id": { "alias": "id"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "permissions": { "alias": "permissions"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "searchUrl": { "alias": "searchUrl"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "searchParams": { "alias": "searchParams"; "required": false; }; }, { "keyupEvent": "keyupEvent"; }, never, never, false, never>;
|
53
64
|
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import "jspdf-autotable";
|
2
|
+
import { PdfExportConfig } from "./interface/PdfExportConfig";
|
3
|
+
import { PdfTableStyles } from "./interface/PdfTableStyles";
|
4
|
+
import { DataRow } from "./interface/DataRow";
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export declare class ArgentaPdfDataHandlerComponent {
|
7
|
+
config: PdfExportConfig;
|
8
|
+
data: DataRow[];
|
9
|
+
styles: PdfTableStyles;
|
10
|
+
private isNumericColumn;
|
11
|
+
private processData;
|
12
|
+
exportToPdf(): void;
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArgentaPdfDataHandlerComponent, never>;
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArgentaPdfDataHandlerComponent, "argenta-pdf-data-handler", never, { "config": { "alias": "config"; "required": false; }; "data": { "alias": "data"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; }, {}, never, never, false, never>;
|
15
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare function formatToBrazilianNumber(value: number): string;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare function parseBrazilianNumber(value: string | number): number;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { RowCalculation } from "./RowCalculation";
|
2
|
+
import { TotalizerConfig } from "./TotalizerConfig";
|
3
|
+
export interface PdfExportConfig {
|
4
|
+
buttonLabel: string;
|
5
|
+
fileName: string;
|
6
|
+
pdfTitle: string;
|
7
|
+
tableHeaders: string[];
|
8
|
+
tableKeys: string[];
|
9
|
+
rowCalculations?: RowCalculation[];
|
10
|
+
totalizer?: TotalizerConfig;
|
11
|
+
numericColumns?: string[];
|
12
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
export interface PdfTableStyles {
|
2
|
+
titleStyle?: {
|
3
|
+
fontSize?: number;
|
4
|
+
fontColor?: string;
|
5
|
+
fontFamily?: string;
|
6
|
+
align?: "left" | "center" | "right";
|
7
|
+
};
|
8
|
+
tableStyle?: {
|
9
|
+
fontSize?: number;
|
10
|
+
fontColor?: string;
|
11
|
+
backgroundColor?: string;
|
12
|
+
borderColor?: string;
|
13
|
+
};
|
14
|
+
headerStyle?: {
|
15
|
+
fontSize?: number;
|
16
|
+
fontColor?: string;
|
17
|
+
backgroundColor?: string;
|
18
|
+
fontFamily?: string;
|
19
|
+
};
|
20
|
+
dataStyle?: {
|
21
|
+
fontSize?: number;
|
22
|
+
fontColor?: string;
|
23
|
+
};
|
24
|
+
buttonStyle?: {
|
25
|
+
backgroundColor?: string;
|
26
|
+
color?: string;
|
27
|
+
};
|
28
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class ArgentaPdfDownloadComponent {
|
4
|
+
private http;
|
5
|
+
apiEndpoint: string;
|
6
|
+
buttonText: string;
|
7
|
+
loadingText: string;
|
8
|
+
isLoading: boolean;
|
9
|
+
constructor(http: HttpClient);
|
10
|
+
downloadPdf(): void;
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArgentaPdfDownloadComponent, never>;
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArgentaPdfDownloadComponent, "argenta-pdf-download", never, { "apiEndpoint": { "alias": "apiEndpoint"; "required": false; }; "buttonText": { "alias": "buttonText"; "required": false; }; "loadingText": { "alias": "loadingText"; "required": false; }; }, {}, never, never, false, never>;
|
13
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
@@ -11,9 +11,29 @@ export * from "./lib/components/code-highlight/code-highlight.component";
|
|
11
11
|
export * from "./lib/components/confirmation/confirmation.component";
|
12
12
|
export * from "./lib/components/custom-pagination/custom-pagination.component";
|
13
13
|
export * from "./lib/components/custom-switch/custom-switch.component";
|
14
|
-
export * from "./lib/components/
|
15
|
-
export * from "./lib/components/
|
16
|
-
export * from "./lib/components/
|
14
|
+
export * from "./lib/components/file-upload/file-upload.component";
|
15
|
+
export * from "./lib/components/imput/input.component";
|
16
|
+
export * from "./lib/components/multi-select-category/multi-select-category.component";
|
17
|
+
export * from "./lib/components/multi-select/multi-select.component";
|
18
|
+
export * from "./lib/components/radio/radio.component";
|
19
|
+
export * from "./lib/components/search-customer/search-customer.component";
|
20
|
+
export * from "./lib/components/search-input/search-input.component";
|
21
|
+
export * from "./lib/components/select/select.component";
|
22
|
+
export * from "./lib/components/tab/tab.component";
|
23
|
+
export * from "./lib/components/tables/data-table.component";
|
24
|
+
export * from "./lib/components/textarea/textarea.component";
|
25
|
+
export * from "./lib/components/tree-node/tree-node.component";
|
26
|
+
export * from "./lib/components/alert/alert.component";
|
27
|
+
export * from "./lib/components/app-background/app-background.component";
|
28
|
+
export * from "./lib/components/badge/badge.component";
|
29
|
+
export * from "./lib/components/basic-registration/basic-registration.component";
|
30
|
+
export * from "./lib/components/button/button.component";
|
31
|
+
export * from "./lib/components/card/card.component";
|
32
|
+
export * from "./lib/components/checkbox/checkbox.component";
|
33
|
+
export * from "./lib/components/code-highlight/code-highlight.component";
|
34
|
+
export * from "./lib/components/confirmation/confirmation.component";
|
35
|
+
export * from "./lib/components/custom-pagination/custom-pagination.component";
|
36
|
+
export * from "./lib/components/custom-switch/custom-switch.component";
|
17
37
|
export * from "./lib/components/file-upload/file-upload.component";
|
18
38
|
export * from "./lib/components/imput/input.component";
|
19
39
|
export * from "./lib/components/json-viewer/json-viewer.component";
|
@@ -28,7 +48,18 @@ export * from "./lib/components/tab/tab.component";
|
|
28
48
|
export * from "./lib/components/tables/data-table.component";
|
29
49
|
export * from "./lib/components/textarea/textarea.component";
|
30
50
|
export * from "./lib/components/tree-node/tree-node.component";
|
51
|
+
export * from "./lib/components/dynamic-modal/dynamic-modal.component";
|
52
|
+
export * from "./lib/components/dynamic-table/dynamic-table.component";
|
53
|
+
export * from "./lib/components/pdf-data-handler/argenta-pdf-data-handler.component";
|
54
|
+
export * from "./lib/components/pdf-download/argenta-pdf-download.component";
|
55
|
+
export * from "./lib/components/drag-drop-list/drag-drop-list.component";
|
56
|
+
export * from "./lib/components/data-excel-exporter/data-excel-exporter.component";
|
57
|
+
export * from "./lib/components/data-excel-import/data-excel-importer.component";
|
58
|
+
export * from "./lib/components/csv-importer/csv-importer.component";
|
31
59
|
export * from "./lib/components/dynamic-table/dynamic-table-config";
|
60
|
+
export * from "./lib/components/pdf-data-handler/interface/PdfExportConfig";
|
61
|
+
export * from "./lib/components/pdf-data-handler/interface/PdfTableStyles";
|
62
|
+
export * from "./lib/components/data-excel-exporter/IExcelExportConfig";
|
32
63
|
export * from "./lib/directive/autofocus-directive/autofocus.directive";
|
33
64
|
export * from "./lib/directive/cep-mask.directive";
|
34
65
|
export * from "./lib/directive/cnpj-mask.directive";
|