ngx-ui-tour-core
Advanced tools
Comparing version 10.3.1 to 10.4.0
@@ -1,2 +0,2 @@ | ||
export declare enum ElementSides { | ||
export declare const enum ElementSides { | ||
Top = 0, | ||
@@ -6,2 +6,2 @@ Bottom = 1, | ||
} | ||
export declare function isInViewport(htlmElement: HTMLElement, sidesToCheck?: ElementSides): boolean; | ||
export declare function isInViewport(htmlElement: HTMLElement, sidesToCheck?: ElementSides): boolean; |
@@ -88,2 +88,3 @@ import type { UrlSegment } from '@angular/router'; | ||
pause(): void; | ||
private disableTour; | ||
resume(): void; | ||
@@ -90,0 +91,0 @@ toggle(pause?: boolean): void; |
{ | ||
"name": "ngx-ui-tour-core", | ||
"version": "10.3.1", | ||
"version": "10.4.0", | ||
"description": "UI tour library for Angular 12+", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,2 +5,3 @@ export { IStepOption, TourState, TourService, Direction, StepChangeParams } from './lib/tour.service'; | ||
export { isInViewport, ElementSides } from './lib/is-in-viewport'; | ||
export { isCovered } from './lib/is-covered'; | ||
export { BackdropConfig } from './lib/tour-backdrop.service'; |
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
355492
32
2669