ca-components 0.0.78 → 0.0.81
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/ca-filters/ca-filter.component.mjs +59 -5
- package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +14 -35
- package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +10 -9
- package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +8 -8
- package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +28 -23
- package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +13 -9
- package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +62 -37
- package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/config/ca-trailer-type-filter.config.mjs +15 -0
- package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/config/index.mjs +2 -0
- package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +61 -37
- package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/config/ca-truck-type-filter.config.mjs +15 -0
- package/esm2022/lib/components/ca-filters/pipes/filter-popover-conditions.pipe.mjs +2 -1
- package/esm2022/lib/components/ca-filters/utils/constants/directive.constants.mjs +141 -141
- package/esm2022/lib/components/ca-filters/utils/helpers/filter.helper.mjs +13 -12
- package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +10 -5
- package/esm2022/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.mjs +1 -1
- package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +52 -153
- package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +139 -0
- package/esm2022/lib/components/ca-todo/config/column.config.mjs +18 -0
- package/esm2022/lib/components/ca-todo/config/index.mjs +2 -0
- package/esm2022/lib/components/ca-todo/enums/column.enum.mjs +7 -0
- package/esm2022/lib/components/ca-todo/enums/index.mjs +2 -0
- package/esm2022/lib/components/ca-todo/models/image-config.model.mjs +2 -0
- package/esm2022/lib/components/ca-todo/models/index.mjs +3 -1
- package/esm2022/lib/components/ca-todo/models/todo-card-config.model.mjs +2 -0
- package/esm2022/lib/components/ca-todo/models/todo-config.model.mjs +1 -1
- package/esm2022/lib/components/ca-todo/utils/svg-routes/todo.routes.mjs +1 -1
- package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +6 -3
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +8 -12
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/helpers/file.helper.mjs +5 -7
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/models/file-config.model.mjs +1 -1
- package/esm2022/lib/models/array-status.model.mjs +1 -1
- package/fesm2022/ca-components.mjs +2539 -2375
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-filters/ca-filter.component.d.ts +8 -1
- package/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.d.ts +4 -3
- package/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.d.ts +5 -5
- package/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.d.ts +12 -5
- package/lib/components/ca-filters/components/ca-trailer-type-filter/config/ca-trailer-type-filter.config.d.ts +4 -0
- package/lib/components/ca-filters/components/ca-trailer-type-filter/config/index.d.ts +1 -0
- package/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.d.ts +13 -6
- package/lib/components/ca-filters/components/ca-truck-type-filter/config/ca-truck-type-filter.config.d.ts +4 -0
- package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.d.ts +4 -2
- package/lib/components/ca-todo/ca-todo.component.d.ts +19 -57
- package/lib/components/ca-todo/components/ca-todo-card.component.d.ts +56 -0
- package/lib/components/ca-todo/config/column.config.d.ts +6 -0
- package/lib/components/ca-todo/config/index.d.ts +1 -0
- package/lib/components/ca-todo/enums/column.enum.d.ts +5 -0
- package/lib/components/ca-todo/enums/index.d.ts +1 -0
- package/lib/components/ca-todo/models/image-config.model.d.ts +8 -0
- package/lib/components/ca-todo/models/index.d.ts +2 -0
- package/lib/components/ca-todo/models/todo-card-config.model.d.ts +9 -0
- package/lib/components/ca-todo/models/todo-config.model.d.ts +21 -13
- package/lib/components/ca-upload-files/ca-upload-files.component.d.ts +2 -1
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/helpers/file.helper.d.ts +1 -1
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/models/file-config.model.d.ts +1 -1
- package/lib/models/array-status.model.d.ts +2 -1
- package/package.json +1 -1
- package/esm2022/lib/components/ca-todo/services/file-service.mjs +0 -20
- package/esm2022/lib/components/ca-todo/services/index.mjs +0 -2
- package/lib/components/ca-todo/services/file-service.d.ts +0 -10
- package/lib/components/ca-todo/services/index.d.ts +0 -1
|
@@ -53,6 +53,8 @@ export declare class CaFilterComponent implements OnDestroy {
|
|
|
53
53
|
isLoadType: boolean;
|
|
54
54
|
filterTitle: string;
|
|
55
55
|
icon: string;
|
|
56
|
+
usaStates: ArrayStatus[];
|
|
57
|
+
canadaStates: ArrayStatus[];
|
|
56
58
|
setFilter: EventEmitter<filterOutput | filterOutputWithParams>;
|
|
57
59
|
clearAll: EventEmitter<filterOutput | filterOutputWithParams>;
|
|
58
60
|
private destroy$;
|
|
@@ -65,9 +67,14 @@ export declare class CaFilterComponent implements OnDestroy {
|
|
|
65
67
|
isFilterHoveredOver: boolean;
|
|
66
68
|
rangeValue: number;
|
|
67
69
|
isAnimated: boolean;
|
|
70
|
+
isFilterActiveColor: boolean;
|
|
68
71
|
constructor(renderer: Renderer2);
|
|
69
72
|
getComponentInstance(): CaFilterComponent;
|
|
70
73
|
checkMouseOverConditions(): boolean;
|
|
74
|
+
hasActiveFilters(): boolean;
|
|
75
|
+
hasTimeOrRangeFilters(): string | number | boolean;
|
|
76
|
+
getFilterCount(): number;
|
|
77
|
+
hasClearableFilters(): number | boolean;
|
|
71
78
|
onFilterClose(): boolean;
|
|
72
79
|
onFilterShown(): void;
|
|
73
80
|
sortItems(): void;
|
|
@@ -79,5 +86,5 @@ export declare class CaFilterComponent implements OnDestroy {
|
|
|
79
86
|
getSvgPath(propertyName: keyof typeof CaFiltersSvgRoutes): string;
|
|
80
87
|
ngOnDestroy(): void;
|
|
81
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaFilterComponent, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaFilterComponent, "app-ca-filter", never, { "type": { "alias": "type"; "required": false; }; "timeSubType": { "alias": "timeSubType"; "required": false; }; "subType": { "alias": "subType"; "required": false; }; "unselectedUser": { "alias": "unselectedUser"; "required": false; }; "userGroup": { "alias": "userGroup"; "required": false; }; "loadStatusOptionsArray": { "alias": "loadStatusOptionsArray"; "required": false; }; "truckTypeArray": { "alias": "truckTypeArray"; "required": false; }; "trailerTypeArray": { "alias": "trailerTypeArray"; "required": false; }; "pmFilterArray": { "alias": "pmFilterArray"; "required": false; }; "isRepairFilter": { "alias": "isRepairFilter"; "required": false; }; "isDefFilterHolder": { "alias": "isDefFilterHolder"; "required": false; }; "hasNoLeftIcon": { "alias": "hasNoLeftIcon"; "required": false; }; "hasLeftSideIcon": { "alias": "hasLeftSideIcon"; "required": false; }; "hasLargeLeftIcon": { "alias": "hasLargeLeftIcon"; "required": false; }; "isMoneyFilter": { "alias": "isMoneyFilter"; "required": false; }; "isMilesFilter": { "alias": "isMilesFilter"; "required": false; }; "isFuelType": { "alias": "isFuelType"; "required": false; }; "isLoadType": { "alias": "isLoadType"; "required": false; }; "filterTitle": { "alias": "filterTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, { "setFilter": "setFilter"; "clearAll": "clearAll"; }, never, never, true, never>;
|
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaFilterComponent, "app-ca-filter", never, { "type": { "alias": "type"; "required": false; }; "timeSubType": { "alias": "timeSubType"; "required": false; }; "subType": { "alias": "subType"; "required": false; }; "unselectedUser": { "alias": "unselectedUser"; "required": false; }; "userGroup": { "alias": "userGroup"; "required": false; }; "loadStatusOptionsArray": { "alias": "loadStatusOptionsArray"; "required": false; }; "truckTypeArray": { "alias": "truckTypeArray"; "required": false; }; "trailerTypeArray": { "alias": "trailerTypeArray"; "required": false; }; "pmFilterArray": { "alias": "pmFilterArray"; "required": false; }; "isRepairFilter": { "alias": "isRepairFilter"; "required": false; }; "isDefFilterHolder": { "alias": "isDefFilterHolder"; "required": false; }; "hasNoLeftIcon": { "alias": "hasNoLeftIcon"; "required": false; }; "hasLeftSideIcon": { "alias": "hasLeftSideIcon"; "required": false; }; "hasLargeLeftIcon": { "alias": "hasLargeLeftIcon"; "required": false; }; "isMoneyFilter": { "alias": "isMoneyFilter"; "required": false; }; "isMilesFilter": { "alias": "isMilesFilter"; "required": false; }; "isFuelType": { "alias": "isFuelType"; "required": false; }; "isLoadType": { "alias": "isLoadType"; "required": false; }; "filterTitle": { "alias": "filterTitle"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "usaStates": { "alias": "usaStates"; "required": false; }; "canadaStates": { "alias": "canadaStates"; "required": false; }; }, { "setFilter": "setFilter"; "clearAll": "clearAll"; }, never, never, true, never>;
|
|
83
90
|
}
|
|
@@ -15,8 +15,9 @@ export declare class CaMoneyFilterComponent implements OnInit, OnDestroy {
|
|
|
15
15
|
subType: string;
|
|
16
16
|
isMoneyFilter: boolean;
|
|
17
17
|
isMilesFilter: boolean;
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
isFuelType: boolean;
|
|
19
|
+
isLoadType: boolean;
|
|
20
|
+
categoryType: boolean;
|
|
20
21
|
isRepairFilter: boolean;
|
|
21
22
|
isFilterActive: boolean;
|
|
22
23
|
private destroy$;
|
|
@@ -81,5 +82,5 @@ export declare class CaMoneyFilterComponent implements OnInit, OnDestroy {
|
|
|
81
82
|
ngOnDestroy(): void;
|
|
82
83
|
trackByIdentity: (index: number, _: any) => number;
|
|
83
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaMoneyFilterComponent, never>;
|
|
84
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaMoneyFilterComponent, "app-ca-money-filter", never, { "type": { "alias": "type"; "required": false; }; "subType": { "alias": "subType"; "required": false; }; "isMoneyFilter": { "alias": "isMoneyFilter"; "required": false; }; "isMilesFilter": { "alias": "isMilesFilter"; "required": false; }; "
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaMoneyFilterComponent, "app-ca-money-filter", never, { "type": { "alias": "type"; "required": false; }; "subType": { "alias": "subType"; "required": false; }; "isMoneyFilter": { "alias": "isMoneyFilter"; "required": false; }; "isMilesFilter": { "alias": "isMilesFilter"; "required": false; }; "isFuelType": { "alias": "isFuelType"; "required": false; }; "isLoadType": { "alias": "isLoadType"; "required": false; }; "categoryType": { "alias": "categoryType"; "required": false; }; "isRepairFilter": { "alias": "isRepairFilter"; "required": false; }; "isFilterActive": { "alias": "isFilterActive"; "required": false; }; }, {}, never, never, true, never>;
|
|
85
86
|
}
|
|
@@ -11,10 +11,10 @@ export declare class CaStateFilterComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
type: string;
|
|
12
12
|
isFilterActive: boolean;
|
|
13
13
|
isSearchExpanded: boolean;
|
|
14
|
-
private destroy$;
|
|
15
|
-
searchForm: UntypedFormGroup;
|
|
16
14
|
usaStates: ArrayStatus[];
|
|
17
15
|
canadaStates: ArrayStatus[];
|
|
16
|
+
private destroy$;
|
|
17
|
+
searchForm: UntypedFormGroup;
|
|
18
18
|
usaSelectedStates: ArrayStatus[];
|
|
19
19
|
canadaSelectedStates: ArrayStatus[];
|
|
20
20
|
searchInputValue: string | null;
|
|
@@ -34,7 +34,7 @@ export declare class CaStateFilterComponent implements OnInit, OnDestroy {
|
|
|
34
34
|
onFilterClose(): void;
|
|
35
35
|
addToSelectedUser(item: {
|
|
36
36
|
id?: number;
|
|
37
|
-
|
|
37
|
+
stateName?: string;
|
|
38
38
|
count?: number;
|
|
39
39
|
hidden?: boolean;
|
|
40
40
|
isSelected?: boolean;
|
|
@@ -42,7 +42,7 @@ export declare class CaStateFilterComponent implements OnInit, OnDestroy {
|
|
|
42
42
|
checkFilterActiveValue(): void;
|
|
43
43
|
removeFromSelectedUser(item: {
|
|
44
44
|
id?: number;
|
|
45
|
-
|
|
45
|
+
stateName?: string;
|
|
46
46
|
count?: number;
|
|
47
47
|
hidden?: boolean;
|
|
48
48
|
isSelected?: boolean;
|
|
@@ -52,5 +52,5 @@ export declare class CaStateFilterComponent implements OnInit, OnDestroy {
|
|
|
52
52
|
getSvgPath(propertyName: keyof typeof CaFiltersSvgRoutes): string;
|
|
53
53
|
ngOnDestroy(): void;
|
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaStateFilterComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaStateFilterComponent, "app-ca-state-filter", never, { "type": { "alias": "type"; "required": false; }; "isFilterActive": { "alias": "isFilterActive"; "required": false; }; "isSearchExpanded": { "alias": "isSearchExpanded"; "required": false; }; }, {}, never, never, true, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaStateFilterComponent, "app-ca-state-filter", never, { "type": { "alias": "type"; "required": false; }; "isFilterActive": { "alias": "isFilterActive"; "required": false; }; "isSearchExpanded": { "alias": "isSearchExpanded"; "required": false; }; "usaStates": { "alias": "usaStates"; "required": false; }; "canadaStates": { "alias": "canadaStates"; "required": false; }; }, {}, never, never, true, never>;
|
|
56
56
|
}
|
|
@@ -1,36 +1,43 @@
|
|
|
1
1
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
2
3
|
import { userSelected } from '../../../../models/user-selected.model';
|
|
3
4
|
import { ArrayStatus } from '../../../../models/array-status.model';
|
|
4
5
|
import { filterOutput } from '../../../../models/filter-output.model';
|
|
5
6
|
import { filterOutputWithParams } from '../../../../models/filter-output-params.model';
|
|
6
7
|
import { CaFiltersSvgRoutes } from '../../utils/svg-routes/ca-filters-svg-routes';
|
|
7
|
-
import {
|
|
8
|
+
import { ICaInput } from '../../../ca-input/config/ca-input.config';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class CaTrailerTypeFilterComponent implements OnInit, OnDestroy {
|
|
10
|
-
private
|
|
11
|
+
private formBuilder;
|
|
11
12
|
type: string;
|
|
12
13
|
isFilterActive: boolean;
|
|
13
14
|
hasLeftSideIcon: boolean;
|
|
14
15
|
trailerTypeArray: ArrayStatus[];
|
|
16
|
+
isSearchExpanded: boolean;
|
|
17
|
+
isRepairFilter: boolean;
|
|
15
18
|
private destroy$;
|
|
16
19
|
selectedTrailerTypeArray: ArrayStatus[];
|
|
17
20
|
isButtonAvailable: boolean;
|
|
18
21
|
isAscendingSortOrder: boolean;
|
|
19
22
|
filterActiveArray: ArrayStatus[];
|
|
20
23
|
unselectedVisibleCount: number;
|
|
21
|
-
|
|
24
|
+
searchForm: UntypedFormGroup;
|
|
25
|
+
searchInputValue: string;
|
|
26
|
+
constructor(formBuilder: UntypedFormBuilder);
|
|
22
27
|
ngOnInit(): void;
|
|
28
|
+
get trailerTypeSearch(): ICaInput;
|
|
23
29
|
trackByIdentity(index: number): number;
|
|
30
|
+
private createForm;
|
|
31
|
+
private watchSearchFormValueChanges;
|
|
24
32
|
onFilterClose(): void;
|
|
25
33
|
sortItems(): void;
|
|
26
34
|
addToSelectedUser(item: userSelected, indx: number): void;
|
|
27
35
|
removeFromSelectedUser(item: userSelected, indx: number): void;
|
|
28
|
-
private watchTableServiceValueChanges;
|
|
29
36
|
setFilterValue(): filterOutput | filterOutputWithParams;
|
|
30
37
|
clearAll(event?: Event): filterOutput | filterOutputWithParams;
|
|
31
38
|
checkFilterActiveValue(): void;
|
|
32
39
|
getSvgPath(propertyName: keyof typeof CaFiltersSvgRoutes): string;
|
|
33
40
|
ngOnDestroy(): void;
|
|
34
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaTrailerTypeFilterComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaTrailerTypeFilterComponent, "app-ca-trailer-type-filter", never, { "type": { "alias": "type"; "required": false; }; "isFilterActive": { "alias": "isFilterActive"; "required": false; }; "hasLeftSideIcon": { "alias": "hasLeftSideIcon"; "required": false; }; "trailerTypeArray": { "alias": "trailerTypeArray"; "required": false; }; }, {}, never, never, true, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaTrailerTypeFilterComponent, "app-ca-trailer-type-filter", never, { "type": { "alias": "type"; "required": false; }; "isFilterActive": { "alias": "isFilterActive"; "required": false; }; "hasLeftSideIcon": { "alias": "hasLeftSideIcon"; "required": false; }; "trailerTypeArray": { "alias": "trailerTypeArray"; "required": false; }; "isSearchExpanded": { "alias": "isSearchExpanded"; "required": false; }; "isRepairFilter": { "alias": "isRepairFilter"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
43
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ca-trailer-type-filter.config';
|
|
@@ -1,36 +1,43 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
2
3
|
import { userSelected } from '../../../../models/user-selected.model';
|
|
3
4
|
import { ArrayStatus } from '../../../../models/array-status.model';
|
|
4
5
|
import { filterOutput } from '../../../../models/filter-output.model';
|
|
5
6
|
import { filterOutputWithParams } from '../../../../models/filter-output-params.model';
|
|
6
7
|
import { CaFiltersSvgRoutes } from '../../utils/svg-routes/ca-filters-svg-routes';
|
|
7
|
-
import {
|
|
8
|
+
import { ICaInput } from '../../../ca-input/config/ca-input.config';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class CaTruckTypeFilterComponent implements OnInit, OnDestroy {
|
|
10
|
-
private
|
|
11
|
+
private formBuilder;
|
|
11
12
|
type: string;
|
|
12
13
|
isFilterActive: boolean;
|
|
13
14
|
hasLeftSideIcon: boolean;
|
|
14
15
|
truckTypeArray: ArrayStatus[];
|
|
16
|
+
isRepairFilter: boolean;
|
|
17
|
+
isSearchExpanded: boolean;
|
|
15
18
|
private destroy$;
|
|
16
19
|
selectedTruckTypeArray: ArrayStatus[];
|
|
17
20
|
isButtonAvailable: boolean;
|
|
18
21
|
isAscendingSortOrder: boolean;
|
|
19
22
|
filterActiveArray: ArrayStatus[];
|
|
20
23
|
unselectedVisibleCount: number;
|
|
21
|
-
|
|
24
|
+
searchForm: UntypedFormGroup;
|
|
25
|
+
searchInputValue: string;
|
|
26
|
+
constructor(formBuilder: UntypedFormBuilder);
|
|
22
27
|
ngOnInit(): void;
|
|
28
|
+
get truckTypeSearch(): ICaInput;
|
|
23
29
|
trackByIdentity(index: number): number;
|
|
30
|
+
private createForm;
|
|
31
|
+
private watchSearchFormValueChanges;
|
|
24
32
|
onFilterClose(): void;
|
|
25
33
|
sortItems(): void;
|
|
26
34
|
addToSelectedUser(item: userSelected, indx: number): void;
|
|
27
35
|
removeFromSelectedUser(item: userSelected, indx: number): void;
|
|
28
|
-
private watchTableServiceValueChanges;
|
|
29
36
|
setFilterValue(): filterOutput | filterOutputWithParams | undefined;
|
|
30
37
|
clearAll(event?: Event): filterOutput | filterOutputWithParams;
|
|
31
38
|
checkFilterActiveValue(): void;
|
|
32
39
|
getSvgPath(propertyName: keyof typeof CaFiltersSvgRoutes): string;
|
|
33
40
|
ngOnDestroy(): void;
|
|
34
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaTruckTypeFilterComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaTruckTypeFilterComponent, "app-ca-truck-type-filter", never, { "type": { "alias": "type"; "required": false; }; "isFilterActive": { "alias": "isFilterActive"; "required": false; }; "hasLeftSideIcon": { "alias": "hasLeftSideIcon"; "required": false; }; "truckTypeArray": { "alias": "truckTypeArray"; "required": false; }; }, {}, never, never, true, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaTruckTypeFilterComponent, "app-ca-truck-type-filter", never, { "type": { "alias": "type"; "required": false; }; "isFilterActive": { "alias": "isFilterActive"; "required": false; }; "hasLeftSideIcon": { "alias": "hasLeftSideIcon"; "required": false; }; "truckTypeArray": { "alias": "truckTypeArray"; "required": false; }; "isRepairFilter": { "alias": "isRepairFilter"; "required": false; }; "isSearchExpanded": { "alias": "isSearchExpanded"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
43
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { SvgRoutes } from '../../utils/svg-routes/payroll-list-summary-svg-routes';
|
|
3
3
|
import { PayrollListSummaryOverview } from '../../models/payroll-list-summary.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CaPayrollListSummaryOverviewComponent {
|
|
6
|
+
leftTemplate: TemplateRef<any>;
|
|
7
|
+
showLeftTemplate: boolean;
|
|
6
8
|
item: PayrollListSummaryOverview;
|
|
7
9
|
isItemExpanded: boolean;
|
|
8
10
|
isExpanded: boolean;
|
|
@@ -20,5 +22,5 @@ export declare class CaPayrollListSummaryOverviewComponent {
|
|
|
20
22
|
getSvgPath(propertyName: keyof typeof SvgRoutes): string;
|
|
21
23
|
toggleAccordion(): void;
|
|
22
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaPayrollListSummaryOverviewComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaPayrollListSummaryOverviewComponent, "app-ca-payroll-list-summary-overview", never, { "item": { "alias": "item"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "index": { "alias": "index"; "required": false; }; "animationMarginParams": { "alias": "animationMarginParams"; "required": false; }; }, { "toggle": "toggle"; }, never, ["*"], true, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaPayrollListSummaryOverviewComponent, "app-ca-payroll-list-summary-overview", never, { "leftTemplate": { "alias": "leftTemplate"; "required": false; }; "showLeftTemplate": { "alias": "showLeftTemplate"; "required": false; }; "item": { "alias": "item"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "index": { "alias": "index"; "required": false; }; "animationMarginParams": { "alias": "animationMarginParams"; "required": false; }; }, { "toggle": "toggle"; }, never, ["*"], true, never>;
|
|
24
26
|
}
|
|
@@ -1,62 +1,24 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { DropResult } from 'ngx-smooth-dnd';
|
|
2
3
|
import { ToDoConfig } from './models';
|
|
3
|
-
import { IItemList } from '../../models/dropdown.model';
|
|
4
|
-
import { ProgressExpiration } from '../ca-progress-expiration/models';
|
|
5
|
-
import { CommentConfig } from '../ca-comment/models';
|
|
6
|
-
import { FileOptionConfig, ReviewFileConfig, Slider } from '../ca-upload-files/models';
|
|
7
|
-
import { FilesCarouselConfig } from '../ca-upload-files/components/ca-upload-files-carousel/models';
|
|
8
|
-
import { FileConfig, FileEvent } from '../ca-upload-files/components/ca-upload-dropzone/models';
|
|
9
|
-
import { TodoSvgRoute } from './utils';
|
|
10
|
-
import { CaUploadFilesCarouselComponent } from '../ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component';
|
|
11
|
-
import { DropzoneConf } from '../ca-upload-files/components/ca-upload-dropzone/config';
|
|
12
|
-
import { FileService } from './services';
|
|
13
4
|
import * as i0 from "@angular/core";
|
|
14
|
-
export declare class CaTodoComponent
|
|
15
|
-
private
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
slider: Slider;
|
|
26
|
-
carouselConfig: FilesCarouselConfig;
|
|
27
|
-
review: ReviewFileConfig;
|
|
28
|
-
configFile: FileOptionConfig;
|
|
29
|
-
files: FileConfig[];
|
|
30
|
-
configDropzone: DropzoneConf;
|
|
31
|
-
onFileEvent: EventEmitter<FileEvent>;
|
|
32
|
-
private unsubscribe$;
|
|
33
|
-
svgTodo: typeof TodoSvgRoute;
|
|
34
|
-
isDropdownShown: boolean;
|
|
35
|
-
link: string;
|
|
36
|
-
isLinkVisible: boolean;
|
|
37
|
-
commentCounter: number;
|
|
38
|
-
documentCounter: number;
|
|
39
|
-
isCommentVisible: boolean;
|
|
40
|
-
isCommentsVisible: boolean;
|
|
41
|
-
isDocumentVisible: boolean;
|
|
42
|
-
isDropdownVisible: boolean;
|
|
43
|
-
isNewComment: boolean;
|
|
44
|
-
_files: FileConfig[];
|
|
45
|
-
_config: FileOptionConfig;
|
|
46
|
-
constructor(fileService: FileService, renderer: Renderer2);
|
|
5
|
+
export declare class CaTodoComponent {
|
|
6
|
+
private cdr;
|
|
7
|
+
todoConfig: ToDoConfig[];
|
|
8
|
+
inProgressConfig: ToDoConfig[];
|
|
9
|
+
completedConfig: ToDoConfig[];
|
|
10
|
+
columns: {
|
|
11
|
+
id: string;
|
|
12
|
+
title: string;
|
|
13
|
+
config: ToDoConfig[];
|
|
14
|
+
}[];
|
|
15
|
+
constructor(cdr: ChangeDetectorRef);
|
|
47
16
|
ngOnInit(): void;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
toggleDropdown(): void;
|
|
54
|
-
toggleNewComment(): void;
|
|
55
|
-
getCommentCounter(): void;
|
|
56
|
-
getDocumentCounter(): void;
|
|
57
|
-
saveAllFiles(): void;
|
|
58
|
-
downloadFile(url: string, filename: string): void;
|
|
59
|
-
identity(index: number): number;
|
|
17
|
+
initializeColumn(): void;
|
|
18
|
+
onDrop(dropResult: DropResult, targetColumnId: string): void;
|
|
19
|
+
getCardPayload(columnId: string): (index: number) => ToDoConfig | undefined;
|
|
20
|
+
updateTodoStates(): void;
|
|
21
|
+
trackById(index: number, item: ToDoConfig): number;
|
|
60
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaTodoComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaTodoComponent, "app-ca-todo", never, { "
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaTodoComponent, "app-ca-todo", never, { "todoConfig": { "alias": "todoConfig"; "required": false; }; "inProgressConfig": { "alias": "inProgressConfig"; "required": false; }; "completedConfig": { "alias": "completedConfig"; "required": false; }; }, {}, never, never, true, never>;
|
|
62
24
|
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ToDoCardConfig } from '../models';
|
|
3
|
+
import { IItemList } from '../../../models/dropdown.model';
|
|
4
|
+
import { ProgressExpiration } from '../../ca-progress-expiration/models';
|
|
5
|
+
import { CommentConfig } from '../../ca-comment/models';
|
|
6
|
+
import { FileOptionConfig, ReviewFileConfig, Slider } from '../../ca-upload-files/models';
|
|
7
|
+
import { FilesCarouselConfig } from '../../ca-upload-files/components/ca-upload-files-carousel/models';
|
|
8
|
+
import { FileConfig, FileEvent } from '../../ca-upload-files/components/ca-upload-dropzone/models';
|
|
9
|
+
import { TodoSvgRoute } from '../utils';
|
|
10
|
+
import { CaUploadFilesCarouselComponent } from '../../ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component';
|
|
11
|
+
import { DropzoneConf } from '../../ca-upload-files/components/ca-upload-dropzone/config';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class CaTodoCardComponent {
|
|
14
|
+
modalCarousel: CaUploadFilesCarouselComponent;
|
|
15
|
+
config: ToDoCardConfig;
|
|
16
|
+
commentConfig: CommentConfig[];
|
|
17
|
+
newCommentConfig: CommentConfig[];
|
|
18
|
+
itemList: IItemList[];
|
|
19
|
+
configProgress: ProgressExpiration[];
|
|
20
|
+
isVisibleCropAndDrop: boolean;
|
|
21
|
+
hasCrop: boolean;
|
|
22
|
+
slider: Slider;
|
|
23
|
+
carouselConfig: FilesCarouselConfig;
|
|
24
|
+
review: ReviewFileConfig;
|
|
25
|
+
configFile: FileOptionConfig;
|
|
26
|
+
files: FileConfig[];
|
|
27
|
+
configDropzone: DropzoneConf;
|
|
28
|
+
onFileEvent: EventEmitter<FileEvent>;
|
|
29
|
+
svgTodo: typeof TodoSvgRoute;
|
|
30
|
+
isDropdownShown: boolean;
|
|
31
|
+
link: string;
|
|
32
|
+
isLinkVisible: boolean;
|
|
33
|
+
commentCounter: number;
|
|
34
|
+
documentCounter: number;
|
|
35
|
+
isCommentVisible: boolean;
|
|
36
|
+
isCommentsVisible: boolean;
|
|
37
|
+
isDocumentVisible: boolean;
|
|
38
|
+
isDropdownVisible: boolean;
|
|
39
|
+
isNewComment: boolean;
|
|
40
|
+
_files: FileConfig[];
|
|
41
|
+
_config: FileOptionConfig;
|
|
42
|
+
ngOnInit(): void;
|
|
43
|
+
onDropdownItemClick(item: IItemList): void;
|
|
44
|
+
addLink(): void;
|
|
45
|
+
toggleComments(): void;
|
|
46
|
+
toggleDocument(): void;
|
|
47
|
+
toggleDropdown(): void;
|
|
48
|
+
toggleNewComment(): void;
|
|
49
|
+
getCommentCounter(): void;
|
|
50
|
+
getDocumentCounter(): void;
|
|
51
|
+
identity(index: number): number;
|
|
52
|
+
onFilesChanged(test: any): void;
|
|
53
|
+
saveAllFiles(): void;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaTodoCardComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaTodoCardComponent, "app-ca-todo-card", never, { "config": { "alias": "config"; "required": false; }; "commentConfig": { "alias": "commentConfig"; "required": false; }; "newCommentConfig": { "alias": "newCommentConfig"; "required": false; }; "itemList": { "alias": "itemList"; "required": false; }; "configProgress": { "alias": "configProgress"; "required": false; }; "isVisibleCropAndDrop": { "alias": "isVisibleCropAndDrop"; "required": false; }; "hasCrop": { "alias": "hasCrop"; "required": false; }; "slider": { "alias": "slider"; "required": false; }; "carouselConfig": { "alias": "carouselConfig"; "required": false; }; "review": { "alias": "review"; "required": false; }; "configFile": { "alias": "configFile"; "required": false; }; "files": { "alias": "files"; "required": false; }; "configDropzone": { "alias": "configDropzone"; "required": false; }; }, { "onFileEvent": "onFileEvent"; }, never, never, true, never>;
|
|
56
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './column.config';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './column.enum';
|
|
@@ -1,15 +1,23 @@
|
|
|
1
|
+
import { Slider } from './../../ca-upload-files/models/slider.model';
|
|
2
|
+
import { IItemList } from '../../../models/dropdown.model';
|
|
3
|
+
import { CommentConfig } from '../../ca-comment/models';
|
|
4
|
+
import { ProgressExpiration } from '../../ca-progress-expiration/models';
|
|
5
|
+
import { ToDoCardConfig } from './todo-card-config.model';
|
|
6
|
+
import { FilesCarouselConfig } from '../../ca-upload-files/components/ca-upload-files-carousel/models';
|
|
7
|
+
import { FileOptionConfig, ReviewFileConfig } from '../../ca-upload-files/models';
|
|
8
|
+
import { FileConfig } from '../../ca-upload-files/components/ca-upload-dropzone/models';
|
|
1
9
|
export interface ToDoConfig {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
id: number;
|
|
11
|
+
config?: ToDoCardConfig;
|
|
12
|
+
commentConfig?: CommentConfig[];
|
|
13
|
+
newCommentConfig?: CommentConfig[];
|
|
14
|
+
itemList?: IItemList[];
|
|
15
|
+
configProgress?: ProgressExpiration[];
|
|
16
|
+
isVisibleCropAndDrop?: boolean;
|
|
17
|
+
hasCrop?: boolean;
|
|
18
|
+
slider?: Slider;
|
|
19
|
+
carouselConfig?: FilesCarouselConfig;
|
|
20
|
+
review?: ReviewFileConfig;
|
|
21
|
+
configFile?: FileOptionConfig;
|
|
22
|
+
files?: FileConfig[];
|
|
15
23
|
}
|
|
@@ -22,6 +22,7 @@ export declare class CaUploadFilesComponent implements AfterViewInit {
|
|
|
22
22
|
carouselConfig: FilesCarouselConfig;
|
|
23
23
|
hasCrop: boolean;
|
|
24
24
|
isRoundCrop: boolean;
|
|
25
|
+
hasBlobUrl: boolean;
|
|
25
26
|
onlyOneTagFile: boolean;
|
|
26
27
|
dropzoneConf: DropzoneConf[];
|
|
27
28
|
dropzoneCustomWidth: string;
|
|
@@ -68,5 +69,5 @@ export declare class CaUploadFilesComponent implements AfterViewInit {
|
|
|
68
69
|
identity(index: number): number;
|
|
69
70
|
ngOnDestroy(): void;
|
|
70
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaUploadFilesComponent, never>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaUploadFilesComponent, "app-ca-upload-files", never, { "files": { "alias": "files"; "required": false; }; "slider": { "alias": "slider"; "required": false; }; "carouselConfig": { "alias": "carouselConfig"; "required": false; }; "hasCrop": { "alias": "hasCrop"; "required": false; }; "isRoundCrop": { "alias": "isRoundCrop"; "required": false; }; "onlyOneTagFile": { "alias": "onlyOneTagFile"; "required": false; }; "dropzoneConf": { "alias": "dropzoneConf"; "required": false; }; "dropzoneCustomWidth": { "alias": "dropzoneCustomWidth"; "required": false; }; "isVisibleCropAndDrop": { "alias": "isVisibleCropAndDrop"; "required": false; }; "initialCropperPosition": { "alias": "initialCropperPosition"; "required": false; }; "containWithinAspectRatio": { "alias": "containWithinAspectRatio"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "review": { "alias": "review"; "required": false; }; "configFile": { "alias": "configFile"; "required": false; }; "size": { "alias": "size"; "required": false; }; "slideWidth": { "alias": "slideWidth"; "required": false; }; }, { "documentReviewInputEvent": "documentReviewInputEvent"; "onFileEvent": "onFileEvent"; "closeDropzone": "closeDropzone"; "fileAdded": "fileAdded"; }, never, never, true, never>;
|
|
72
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaUploadFilesComponent, "app-ca-upload-files", never, { "files": { "alias": "files"; "required": false; }; "slider": { "alias": "slider"; "required": false; }; "carouselConfig": { "alias": "carouselConfig"; "required": false; }; "hasCrop": { "alias": "hasCrop"; "required": false; }; "isRoundCrop": { "alias": "isRoundCrop"; "required": false; }; "hasBlobUrl": { "alias": "hasBlobUrl"; "required": false; }; "onlyOneTagFile": { "alias": "onlyOneTagFile"; "required": false; }; "dropzoneConf": { "alias": "dropzoneConf"; "required": false; }; "dropzoneCustomWidth": { "alias": "dropzoneCustomWidth"; "required": false; }; "isVisibleCropAndDrop": { "alias": "isVisibleCropAndDrop"; "required": false; }; "initialCropperPosition": { "alias": "initialCropperPosition"; "required": false; }; "containWithinAspectRatio": { "alias": "containWithinAspectRatio"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "review": { "alias": "review"; "required": false; }; "configFile": { "alias": "configFile"; "required": false; }; "size": { "alias": "size"; "required": false; }; "slideWidth": { "alias": "slideWidth"; "required": false; }; }, { "documentReviewInputEvent": "documentReviewInputEvent"; "onFileEvent": "onFileEvent"; "closeDropzone": "closeDropzone"; "fileAdded": "fileAdded"; }, never, never, true, never>;
|
|
72
73
|
}
|
package/lib/components/ca-upload-files/components/ca-upload-dropzone/helpers/file.helper.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable } from "rxjs";
|
|
2
2
|
export declare class FileUtils {
|
|
3
|
-
static
|
|
3
|
+
static getBlob(file: File): Observable<Blob>;
|
|
4
4
|
static getFileExtension(fileName: string): string;
|
|
5
5
|
static getSupportedExtensions(supportedExtensionsConfig: string[]): string[];
|
|
6
6
|
static isSupportedExtension(extension: string, supportedExtensionsConfig: string[]): boolean;
|
package/package.json
CHANGED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common/http";
|
|
4
|
-
export class FileService {
|
|
5
|
-
constructor(http) {
|
|
6
|
-
this.http = http;
|
|
7
|
-
}
|
|
8
|
-
downloadFile(url) {
|
|
9
|
-
return this.http.get(url, { responseType: 'blob' });
|
|
10
|
-
}
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
12
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileService, providedIn: 'root' }); }
|
|
13
|
-
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileService, decorators: [{
|
|
15
|
-
type: Injectable,
|
|
16
|
-
args: [{
|
|
17
|
-
providedIn: 'root',
|
|
18
|
-
}]
|
|
19
|
-
}], ctorParameters: function () { return [{ type: i1.HttpClient }]; } });
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZS1zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtdG9kby9zZXJ2aWNlcy9maWxlLXNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBTTNDLE1BQU0sT0FBTyxXQUFXO0lBRXRCLFlBQW9CLElBQWdCO1FBQWhCLFNBQUksR0FBSixJQUFJLENBQVk7SUFBRyxDQUFDO0lBRWpDLFlBQVksQ0FBQyxHQUFXO1FBQzdCLE9BQU8sSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsR0FBRyxFQUFFLEVBQUUsWUFBWSxFQUFFLE1BQU0sRUFBRSxDQUFDLENBQUM7SUFDdEQsQ0FBQzsrR0FOVSxXQUFXO21IQUFYLFdBQVcsY0FGVixNQUFNOzs0RkFFUCxXQUFXO2tCQUh2QixVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0dHBDbGllbnQgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5cbkBJbmplY3RhYmxlKHtcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxufSlcbmV4cG9ydCBjbGFzcyBGaWxlU2VydmljZSB7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBodHRwOiBIdHRwQ2xpZW50KSB7fVxuXG4gIHB1YmxpYyBkb3dubG9hZEZpbGUodXJsOiBzdHJpbmcpOiBPYnNlcnZhYmxlPEJsb2I+IHtcbiAgICByZXR1cm4gdGhpcy5odHRwLmdldCh1cmwsIHsgcmVzcG9uc2VUeXBlOiAnYmxvYicgfSk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export * from './file-service';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS10b2RvL3NlcnZpY2VzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsZ0JBQWdCLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2ZpbGUtc2VydmljZSciXX0=
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FileService {
|
|
5
|
-
private http;
|
|
6
|
-
constructor(http: HttpClient);
|
|
7
|
-
downloadFile(url: string): Observable<Blob>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FileService>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './file-service';
|