@termex21/ngx-joyride
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -24,2 +24,3 @@ import { AfterViewInit, ViewContainerRef, TemplateRef, EventEmitter, OnChanges, SimpleChanges, OnDestroy } from '@angular/core'; | ||
prevTemplate?: TemplateRef<any>; | ||
beforeNextClicked?: () => Observable<void>; | ||
nextTemplate?: TemplateRef<any>; | ||
@@ -42,3 +43,3 @@ doneTemplate?: TemplateRef<any>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<JoyrideDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<JoyrideDirective, "joyrideStep, [joyrideStep]", never, { "name": "joyrideStep"; "nextStep": "nextStep"; "title": "title"; "text": "text"; "stepPosition": "stepPosition"; "stepContent": "stepContent"; "stepContentParams": "stepContentParams"; "prevTemplate": "prevTemplate"; "nextTemplate": "nextTemplate"; "doneTemplate": "doneTemplate"; "counterTemplate": "counterTemplate"; }, { "prev": "prev"; "next": "next"; "done": "done"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<JoyrideDirective, "joyrideStep, [joyrideStep]", never, { "name": "joyrideStep"; "nextStep": "nextStep"; "title": "title"; "text": "text"; "stepPosition": "stepPosition"; "stepContent": "stepContent"; "stepContentParams": "stepContentParams"; "prevTemplate": "prevTemplate"; "beforeNextClicked": "beforeNextClicked"; "nextTemplate": "nextTemplate"; "doneTemplate": "doneTemplate"; "counterTemplate": "counterTemplate"; }, { "prev": "prev"; "next": "next"; "done": "done"; }, never>; | ||
} |
import { ViewContainerRef, TemplateRef, EventEmitter } from '@angular/core'; | ||
import { JoyrideStepComponent } from '../components/step/joyride-step.component'; | ||
import { ReplaySubject } from 'rxjs'; | ||
import { Observable, ReplaySubject } from 'rxjs'; | ||
export declare class JoyrideStep { | ||
@@ -13,2 +13,3 @@ constructor(); | ||
stepContentParams: Object; | ||
beforeNextClicked: () => Observable<void>; | ||
nextClicked: EventEmitter<any>; | ||
@@ -15,0 +16,0 @@ prevCliked: EventEmitter<any>; |
{ | ||
"name": "@termex21/ngx-joyride", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "An Angular Tour (Joyride) library built entirely in Angular, without using any heavy external dependencies like Bootstrap or JQuery. From now on you can easily guide your users through your site showing them all the sections and features.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
783578
5876