ca-components 1.3.36 → 1.3.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/assets/scss/icons.scss +29 -4
  2. package/assets/scss/text-selection.scss +0 -14
  3. package/esm2022/lib/ca-components.module.mjs +7 -1
  4. package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +3 -3
  5. package/esm2022/lib/components/ca-chart/ca-chart.component.mjs +5 -4
  6. package/esm2022/lib/components/ca-checkbox/ca-checkbox.component.mjs +2 -2
  7. package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
  8. package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +2 -2
  9. package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
  10. package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +3 -3
  11. package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
  12. package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +3 -3
  13. package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +2 -2
  14. package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +2 -2
  15. package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -2
  16. package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
  17. package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
  18. package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
  19. package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
  20. package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +3 -3
  21. package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
  22. package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
  23. package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -2
  24. package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
  25. package/esm2022/lib/components/ca-input/ca-input.component.mjs +2 -2
  26. package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +2 -2
  27. package/esm2022/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.mjs +2 -2
  28. package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +2 -2
  29. package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
  30. package/esm2022/lib/components/ca-input-test/input-test.component.mjs +2 -2
  31. package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +3 -3
  32. package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +2 -2
  33. package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +3 -3
  34. package/esm2022/lib/components/ca-new-filter/ca-filter-dropdown.component.mjs +3 -3
  35. package/esm2022/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.mjs +3 -3
  36. package/esm2022/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.mjs +3 -3
  37. package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
  38. package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
  39. package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
  40. package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +2 -2
  41. package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +2 -2
  42. package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
  43. package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +2 -2
  44. package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
  45. package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
  46. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
  47. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
  48. package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
  49. package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
  50. package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +2 -2
  51. package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +2 -2
  52. package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
  53. package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
  54. package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +2 -2
  55. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
  56. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
  57. package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.mjs +3 -3
  58. package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +2 -2
  59. package/esm2022/lib/components/ca-search-multiple-states/models/tab-data.model.mjs +1 -1
  60. package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +2 -2
  61. package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
  62. package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
  63. package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
  64. package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
  65. package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
  66. package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
  67. package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +3 -3
  68. package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
  69. package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +2 -2
  70. package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
  71. package/esm2022/lib/components/ca-vehicle-list/ca-vehicle-list.component.mjs +75 -0
  72. package/esm2022/lib/components/ca-vehicle-list/enums/index.mjs +2 -0
  73. package/esm2022/lib/components/ca-vehicle-list/enums/vehicle-list.enum.mjs +6 -0
  74. package/esm2022/lib/components/ca-vehicle-list/interfaces/index.mjs +3 -0
  75. package/esm2022/lib/components/ca-vehicle-list/interfaces/vehicle-list-actions-emit.interface.mjs +2 -0
  76. package/esm2022/lib/components/ca-vehicle-list/interfaces/vehicle-list-config.interface.mjs +2 -0
  77. package/esm2022/lib/components/ca-vehicle-list/models/index.mjs +2 -0
  78. package/esm2022/lib/components/ca-vehicle-list/models/vehicle-list.model.mjs +2 -0
  79. package/esm2022/lib/components/ca-vehicle-list/types/index.mjs +2 -0
  80. package/esm2022/lib/components/ca-vehicle-list/types/vehicle-list.type.mjs +2 -0
  81. package/esm2022/lib/components/ca-vehicle-list/utils/constants/index.mjs +2 -0
  82. package/esm2022/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.mjs +4 -0
  83. package/esm2022/lib/components/ca-vehicle-list/utils/svg-routes/index.mjs +2 -0
  84. package/esm2022/lib/components/ca-vehicle-list/utils/svg-routes/vehicle-list-svg-routes.mjs +7 -0
  85. package/esm2022/lib/pipes/index.mjs +2 -1
  86. package/esm2022/lib/pipes/truck-trailer-color-finder.pipe.mjs +72 -0
  87. package/esm2022/public-api.mjs +6 -1
  88. package/fesm2022/ca-components.mjs +282 -134
  89. package/fesm2022/ca-components.mjs.map +1 -1
  90. package/lib/ca-components.module.d.ts +3 -2
  91. package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
  92. package/lib/components/ca-vehicle-list/ca-vehicle-list.component.d.ts +20 -0
  93. package/lib/components/ca-vehicle-list/enums/index.d.ts +1 -0
  94. package/lib/components/ca-vehicle-list/enums/vehicle-list.enum.d.ts +4 -0
  95. package/lib/components/ca-vehicle-list/interfaces/index.d.ts +2 -0
  96. package/lib/components/ca-vehicle-list/interfaces/vehicle-list-actions-emit.interface.d.ts +5 -0
  97. package/lib/components/ca-vehicle-list/interfaces/vehicle-list-config.interface.d.ts +7 -0
  98. package/lib/components/ca-vehicle-list/models/index.d.ts +1 -0
  99. package/lib/components/ca-vehicle-list/models/vehicle-list.model.d.ts +11 -0
  100. package/lib/components/ca-vehicle-list/types/index.d.ts +1 -0
  101. package/lib/components/ca-vehicle-list/types/vehicle-list.type.d.ts +2 -0
  102. package/lib/components/ca-vehicle-list/utils/constants/index.d.ts +1 -0
  103. package/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.d.ts +3 -0
  104. package/lib/components/ca-vehicle-list/utils/svg-routes/index.d.ts +1 -0
  105. package/lib/components/ca-vehicle-list/utils/svg-routes/vehicle-list-svg-routes.d.ts +6 -0
  106. package/lib/pipes/index.d.ts +1 -0
  107. package/lib/pipes/truck-trailer-color-finder.pipe.d.ts +7 -0
  108. package/package.json +1 -1
  109. package/public-api.d.ts +5 -0
  110. package/src/assets/ca-components/svg/common/fuel.svg +4 -0
@@ -41,9 +41,10 @@ import * as i39 from "./components/ca-right-side-panel/components/ca-right-side-
41
41
  import * as i40 from "./components/ca-progress-range/ca-progress-range.component";
42
42
  import * as i41 from "./components/ca-tooltip-list/ca-tooltip-list.component";
43
43
  import * as i42 from "./components/ca-input-test/input-test.component";
44
- import * as i43 from "./components/ca-checkbox/ca-checkbox.component";
44
+ import * as i43 from "./components/ca-vehicle-list/ca-vehicle-list.component";
45
+ import * as i44 from "./components/ca-checkbox/ca-checkbox.component";
45
46
  export declare class CaComponentsLibModule {
46
47
  static ɵfac: i0.ɵɵFactoryDeclaration<CaComponentsLibModule, never>;
47
- static ɵmod: i0.ɵɵNgModuleDeclaration<CaComponentsLibModule, never, [typeof i1.CommonModule, typeof i2.CaProfileImageComponent, typeof i3.CaRatingReviewComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSpinnerComponent, typeof i25.CaTodoComponent, typeof i26.CaTruckTrailerProgresBarComponent, typeof i27.CaPeriodContentComponent, typeof i28.CaInputNoteComponent, typeof i29.CaInputAddressDropdownComponent, typeof i30.CaMainTableComponent, typeof i31.CaActivityLogListComponent, typeof i32.CaRightSidePanelMenuComponent, typeof i33.CaRightSidePanelTopBarComponent, typeof i34.CaRightSidePanelComponent, typeof i35.CaChartComponent, typeof i36.CaChartManagerComponent, typeof i37.CaDropdownMenuComponent, typeof i38.CaUploadFilesComponent, typeof i39.CaRightSidePanelCompanyComponent, typeof i40.CaProgressRangeComponent, typeof i41.CaTooltipListComponent, typeof i42.InputTestComponent, typeof i43.CaCheckboxComponent], [typeof i2.CaProfileImageComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i3.CaRatingReviewComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSpinnerComponent, typeof i26.CaTruckTrailerProgresBarComponent, typeof i27.CaPeriodContentComponent, typeof i28.CaInputNoteComponent, typeof i30.CaMainTableComponent, typeof i31.CaActivityLogListComponent, typeof i32.CaRightSidePanelMenuComponent, typeof i33.CaRightSidePanelTopBarComponent, typeof i34.CaRightSidePanelComponent, typeof i35.CaChartComponent, typeof i36.CaChartManagerComponent, typeof i37.CaDropdownMenuComponent, typeof i38.CaUploadFilesComponent, typeof i39.CaRightSidePanelCompanyComponent, typeof i40.CaProgressRangeComponent, typeof i41.CaTooltipListComponent, typeof i29.CaInputAddressDropdownComponent, typeof i42.InputTestComponent, typeof i43.CaCheckboxComponent]>;
48
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CaComponentsLibModule, never, [typeof i1.CommonModule, typeof i2.CaProfileImageComponent, typeof i3.CaRatingReviewComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSpinnerComponent, typeof i25.CaTodoComponent, typeof i26.CaTruckTrailerProgresBarComponent, typeof i27.CaPeriodContentComponent, typeof i28.CaInputNoteComponent, typeof i29.CaInputAddressDropdownComponent, typeof i30.CaMainTableComponent, typeof i31.CaActivityLogListComponent, typeof i32.CaRightSidePanelMenuComponent, typeof i33.CaRightSidePanelTopBarComponent, typeof i34.CaRightSidePanelComponent, typeof i35.CaChartComponent, typeof i36.CaChartManagerComponent, typeof i37.CaDropdownMenuComponent, typeof i38.CaUploadFilesComponent, typeof i39.CaRightSidePanelCompanyComponent, typeof i40.CaProgressRangeComponent, typeof i41.CaTooltipListComponent, typeof i42.InputTestComponent, typeof i43.CaVehicleListComponent, typeof i44.CaCheckboxComponent], [typeof i2.CaProfileImageComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i3.CaRatingReviewComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSpinnerComponent, typeof i26.CaTruckTrailerProgresBarComponent, typeof i27.CaPeriodContentComponent, typeof i28.CaInputNoteComponent, typeof i30.CaMainTableComponent, typeof i31.CaActivityLogListComponent, typeof i32.CaRightSidePanelMenuComponent, typeof i33.CaRightSidePanelTopBarComponent, typeof i34.CaRightSidePanelComponent, typeof i35.CaChartComponent, typeof i36.CaChartManagerComponent, typeof i37.CaDropdownMenuComponent, typeof i38.CaUploadFilesComponent, typeof i39.CaRightSidePanelCompanyComponent, typeof i40.CaProgressRangeComponent, typeof i41.CaTooltipListComponent, typeof i29.CaInputAddressDropdownComponent, typeof i42.InputTestComponent, typeof i43.CaVehicleListComponent, typeof i44.CaCheckboxComponent]>;
48
49
  static ɵinj: i0.ɵɵInjectorDeclaration<CaComponentsLibModule>;
49
50
  }
@@ -60,8 +60,8 @@ export declare class CaFilterComponent implements OnDestroy {
60
60
  addressList: AddressList[];
61
61
  usaStates: ArrayStatus[];
62
62
  canadaStates: ArrayStatus[];
63
- setFilter: EventEmitter<filterOutputWithParams | filterOutput>;
64
- clearAll: EventEmitter<filterOutputWithParams | filterOutput>;
63
+ setFilter: EventEmitter<filterOutput | filterOutputWithParams>;
64
+ clearAll: EventEmitter<filterOutput | filterOutputWithParams>;
65
65
  private destroy$;
66
66
  isSearchExpanded: boolean;
67
67
  isFilterActive: boolean;
@@ -0,0 +1,20 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { eVehicleList } from './enums';
3
+ import { VehicleListSvgRoutes } from './utils/svg-routes';
4
+ import { IVehicleListConfig, IVehicleListActionsEmit } from './interfaces';
5
+ import * as i0 from "@angular/core";
6
+ export declare class CaVehicleListComponent {
7
+ set vehicleListConfig(data: IVehicleListConfig);
8
+ vehicleListActionsEmitter: EventEmitter<IVehicleListActionsEmit>;
9
+ _vehicleListConfig: IVehicleListConfig;
10
+ vehicleListSvgRoutes: typeof VehicleListSvgRoutes;
11
+ eVehicleList: typeof eVehicleList;
12
+ vehicleListHeaderItems: string[];
13
+ vehicleHoverIndex: number;
14
+ constructor();
15
+ private getConstantData;
16
+ handleVehicleTypeHoverAction(vehicleIndex: number): void;
17
+ handleClickActions(action?: IVehicleListActionsEmit): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CaVehicleListComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CaVehicleListComponent, "app-ca-vehicle-list", never, { "vehicleListConfig": { "alias": "vehicleListConfig"; "required": false; }; }, { "vehicleListActionsEmitter": "vehicleListActionsEmitter"; }, never, never, true, never>;
20
+ }
@@ -0,0 +1 @@
1
+ export * from './vehicle-list.enum';
@@ -0,0 +1,4 @@
1
+ export declare enum eVehicleList {
2
+ REPAIRED_VEHICLE_LIST = "repaired-vehicle-list",
3
+ FUELLED_VEHICLE_LIST = "fuelled-vehicle-list"
4
+ }
@@ -0,0 +1,2 @@
1
+ export * from './vehicle-list-config.interface';
2
+ export * from './vehicle-list-actions-emit.interface';
@@ -0,0 +1,5 @@
1
+ export interface IVehicleListActionsEmit {
2
+ unitType?: string;
3
+ unitId?: number | null;
4
+ isCloseSearch?: boolean;
5
+ }
@@ -0,0 +1,7 @@
1
+ import { VehicleListType } from '../types';
2
+ import { VehicleListResponse } from '../models';
3
+ export interface IVehicleListConfig {
4
+ type?: VehicleListType;
5
+ list: VehicleListResponse[];
6
+ isSearchActive?: boolean;
7
+ }
@@ -0,0 +1 @@
1
+ export * from './vehicle-list.model';
@@ -0,0 +1,11 @@
1
+ export interface VehicleListResponse {
2
+ unitId?: number | null;
3
+ unitType?: RepairUnitType;
4
+ unitNumber?: string | null;
5
+ totalCount?: number | null;
6
+ vehicleTypeId?: number;
7
+ vehicleName?: string;
8
+ logoName?: string | null;
9
+ totalCost?: number | null;
10
+ }
11
+ export type RepairUnitType = 'Truck' | 'Trailer';
@@ -0,0 +1 @@
1
+ export * from './vehicle-list.type';
@@ -0,0 +1,2 @@
1
+ import { eVehicleList } from '../enums';
2
+ export type VehicleListType = eVehicleList.REPAIRED_VEHICLE_LIST | eVehicleList.FUELLED_VEHICLE_LIST;
@@ -0,0 +1 @@
1
+ export * from './vehicle-list.constants';
@@ -0,0 +1,3 @@
1
+ export declare class VehicleListConstants {
2
+ static VEHICLE_LIST_HEADER_ITEMS: string[];
3
+ }
@@ -0,0 +1 @@
1
+ export * from './vehicle-list-svg-routes';
@@ -0,0 +1,6 @@
1
+ export declare class VehicleListSvgRoutes {
2
+ static repairedVehicleListSvgRoute: string;
3
+ static fuelledVehicleListSvgRoute: string;
4
+ static trucksRoute: string;
5
+ static trailersRoute: string;
6
+ }
@@ -16,3 +16,4 @@ export * from './to-lower-case.pipe';
16
16
  export * from './truncate-string.pipe';
17
17
  export * from './unit-position.pipe';
18
18
  export * from './user-initials.pipe';
19
+ export * from './truck-trailer-color-finder.pipe';
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TruckTrailerColorFinderPipe implements PipeTransform {
4
+ transform(id?: number, type?: string, isTooltip?: boolean): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TruckTrailerColorFinderPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<TruckTrailerColorFinderPipe, "truckTrailerColorFinder", true>;
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ca-components",
3
- "version": "1.3.36",
3
+ "version": "1.3.38",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13",
package/public-api.d.ts CHANGED
@@ -66,5 +66,10 @@ export * from './lib/components/ca-map/utils/services';
66
66
  export * from './lib/components/ca-input-test/input-test.component';
67
67
  export * from './lib/components/ca-checkbox/ca-checkbox.component';
68
68
  export * from './lib/components/ca-modal-button/enums';
69
+ export * from './lib/components/ca-vehicle-list/ca-vehicle-list.component';
70
+ export * from './lib/components/ca-vehicle-list/models';
71
+ export * from './lib/components/ca-vehicle-list/enums/vehicle-list.enum';
72
+ export * from './lib/pipes/truck-trailer-color-finder.pipe';
73
+ export * from './lib/components/ca-modal-button/enums';
69
74
  export * from './lib/components/ca-new-filter/enums';
70
75
  export * from './lib/components/ca-new-filter/interface';
@@ -0,0 +1,4 @@
1
+ <svg id="Group_78366" data-name="Group 78366" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
2
+ <rect id="Rectangle_63252" data-name="Rectangle 63252" width="18" height="18" fill="#aaa" opacity="0"/>
3
+ <path id="Path_36695" data-name="Path 36695" d="M10.631,15.075H.506A.512.512,0,0,0,0,15.581v1.013a.511.511,0,0,0,.506.506H10.631a.512.512,0,0,0,.507-.506V15.581a.512.512,0,0,0-.507-.506M15.6,4.3,13.045,1.732a.512.512,0,0,0-.715,0l-.357.357a.511.511,0,0,0,0,.716L13.166,4V5.96a1.77,1.77,0,0,0,1.519,1.746v5.087a.76.76,0,0,1-1.519,0V11.785A2.784,2.784,0,0,0,10.382,9h-.26V2.925A2.025,2.025,0,0,0,8.1.9H3.038A2.027,2.027,0,0,0,1.013,2.925V14.063h9.112V10.519h.256a1.265,1.265,0,0,1,1.265,1.265v.882a2.374,2.374,0,0,0,2.041,2.4,2.286,2.286,0,0,0,2.5-2.044c.007-.076.011-.151.011-.227V5.728A2.029,2.029,0,0,0,15.6,4.3M8.1,6.975H3.038V2.925H8.1Z" transform="translate(0 0)" fill="#aaa"/>
4
+ </svg>