ca-components 1.9.95 → 1.9.97
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.
|
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class CaVehicleListComponent {
|
|
8
8
|
set vehicleListConfig(data: IVehicleListConfig);
|
|
9
9
|
vehicleListActionsEmitter: EventEmitter<IVehicleListActionsEmit>;
|
|
10
|
+
onSearchActionEmit: EventEmitter<string>;
|
|
10
11
|
_vehicleListConfig: IVehicleListConfig;
|
|
11
12
|
vehicleListSvgRoutes: typeof VehicleListSvgRoutes;
|
|
12
13
|
eVehicleList: typeof eVehicleList;
|
|
@@ -16,7 +17,8 @@ export declare class CaVehicleListComponent {
|
|
|
16
17
|
constructor();
|
|
17
18
|
private getConstantData;
|
|
18
19
|
handleVehicleTypeHoverAction(vehicleIndex: number): void;
|
|
19
|
-
|
|
20
|
+
onClickActions(action?: IVehicleListActionsEmit): void;
|
|
21
|
+
onSearchAction(searchText: string): void;
|
|
20
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaVehicleListComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaVehicleListComponent, "app-ca-vehicle-list", never, { "vehicleListConfig": { "alias": "vehicleListConfig"; "required": false; }; }, { "vehicleListActionsEmitter": "vehicleListActionsEmitter"; }, never, never, true, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaVehicleListComponent, "app-ca-vehicle-list", never, { "vehicleListConfig": { "alias": "vehicleListConfig"; "required": false; }; }, { "vehicleListActionsEmitter": "vehicleListActionsEmitter"; "onSearchActionEmit": "onSearchActionEmit"; }, never, never, true, never>;
|
|
22
24
|
}
|