@firestitch/activity
Advanced tools
Comparing version 18.0.24 to 18.0.25
@@ -5,13 +5,6 @@ import { OnInit, QueryList } from '@angular/core'; | ||
import { ActivityAction } from '../../enums'; | ||
import { Activity } from '../../interfaces'; | ||
import { Activity, ActivityConfig } from '../../interfaces'; | ||
import * as i0 from "@angular/core"; | ||
export declare class FsActivitiesComponent implements OnInit { | ||
apiPath: (string | number)[]; | ||
showDeleteAction: (activity: Activity) => boolean; | ||
activityClick: (activity: Activity, event: MouseEvent) => void; | ||
actions: { | ||
label: string; | ||
click: (activity: Activity) => void; | ||
show: (activity: Activity) => boolean; | ||
}[]; | ||
config: ActivityConfig; | ||
set setActivityObjects(templates: QueryList<FsActivityPreviewDirective>); | ||
@@ -32,5 +25,6 @@ filterConfig: FilterConfig; | ||
activityDelete(activity: any): void; | ||
activityClick(activity: Activity, event: MouseEvent): void; | ||
private _load; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsActivitiesComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsActivitiesComponent, "fs-activities", never, { "apiPath": { "alias": "apiPath"; "required": false; }; "showDeleteAction": { "alias": "showDeleteAction"; "required": false; }; "activityClick": { "alias": "activityClick"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, {}, ["setActivityObjects"], never, true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsActivitiesComponent, "fs-activities", never, { "config": { "alias": "config"; "required": false; }; }, {}, ["setActivityObjects"], never, true, never>; | ||
} |
@@ -0,1 +1,2 @@ | ||
export * from './activity-config'; | ||
export * from './activity'; |
{ | ||
"name": "@firestitch/activity", | ||
"version": "18.0.24", | ||
"version": "18.0.25", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
105277
32
640