ngx-lottie
Advanced tools
Comparing version 8.2.0 to 8.2.1
@@ -69,3 +69,3 @@ import { OnDestroy, SimpleChanges, NgZone } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<BaseDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseDirective, "[lottie]", never, { "options": "options"; "containerClass": "containerClass"; "styles": "styles"; }, { "animationCreated": "animationCreated"; "complete": "complete"; "loopComplete": "loopComplete"; "enterFrame": "enterFrame"; "segmentStart": "segmentStart"; "configReady": "configReady"; "dataReady": "dataReady"; "domLoaded": "domLoaded"; "destroy": "destroy"; "error": "error"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseDirective, "[lottie]", never, { "options": "options"; "containerClass": "containerClass"; "styles": "styles"; }, { "animationCreated": "animationCreated"; "complete": "complete"; "loopComplete": "loopComplete"; "enterFrame": "enterFrame"; "segmentStart": "segmentStart"; "configReady": "configReady"; "dataReady": "dataReady"; "domLoaded": "domLoaded"; "destroy": "destroy"; "error": "error"; }, never, never, false>; | ||
} |
@@ -12,3 +12,3 @@ import { ElementRef, OnChanges, SimpleChanges, NgZone } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<LottieComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<LottieComponent, "ng-lottie", never, { "width": "width"; "height": "height"; }, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<LottieComponent, "ng-lottie", never, { "width": "width"; "height": "height"; }, {}, never, never, false>; | ||
} |
@@ -10,3 +10,3 @@ import { ElementRef, OnChanges, SimpleChanges, NgZone } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<LottieDirective, [null, null, { self: true; }, null]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LottieDirective, "[lottie]", never, {}, {}, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LottieDirective, "[lottie]", never, {}, {}, never, never, false>; | ||
} |
import { InjectionToken } from '@angular/core'; | ||
export interface BMEnterFrameEvent { | ||
type: 'enterFrame'; | ||
currentTime: number; | ||
totalTime: number; | ||
duration: number; | ||
totalTime: number; | ||
type: 'enterFrame'; | ||
} | ||
export interface BMCompleteLoopEvent { | ||
type: 'loopComplete'; | ||
loop: number; | ||
playCount: number; | ||
frameMult: number; | ||
currentLoop: boolean | number; | ||
totalLoops: number; | ||
direction: number; | ||
} | ||
export interface BMCompleteEvent { | ||
type: 'complete'; | ||
duration: number; | ||
direction: number; | ||
} | ||
@@ -18,0 +18,0 @@ export interface BMSegmentStartEvent { |
{ | ||
"name": "ngx-lottie", | ||
"version": "8.2.0", | ||
"version": "8.2.1", | ||
"repository": { | ||
@@ -45,3 +45,3 @@ "type": "git", | ||
"fesm2015": "fesm2015/ngx-lottie.mjs", | ||
"typings": "ngx-lottie.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -52,3 +52,3 @@ "./package.json": { | ||
".": { | ||
"types": "./ngx-lottie.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-lottie.mjs", | ||
@@ -61,3 +61,3 @@ "es2020": "./fesm2020/ngx-lottie.mjs", | ||
"./server": { | ||
"types": "./server/ngx-lottie-server.d.ts", | ||
"types": "./server/index.d.ts", | ||
"esm2020": "./esm2020/server/ngx-lottie-server.mjs", | ||
@@ -64,0 +64,0 @@ "es2020": "./fesm2020/ngx-lottie-server.mjs", |
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
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
235696
44
1729