Socket
Socket
Sign inDemoInstall

ngx-ui-tour-core

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-ui-tour-core - npm Package Compare versions

Comparing version 12.0.2 to 12.1.0

esm2022/lib/utils/deep-merge.mjs

7

CHANGELOG.md

@@ -0,1 +1,8 @@

<a name="12.1.0"></a>
# [12.1.0](https://github.com/hakimio/ngx-ui-tour) (2024-06-06)
### Features
- Auto-detect anchor element's scroll container to fix smooth scroll issues.
<a name="12.0.2"></a>

@@ -2,0 +9,0 @@

3

lib/scrolling.service.d.ts

@@ -13,3 +13,4 @@ import * as i0 from "@angular/core";

private scrollOptions;
ensureVisible(htmlElement: HTMLElement, options: ScrollOptions): Promise<void>;
private anchorEl;
ensureVisible(anchorElement: HTMLElement, options: ScrollOptions): Promise<void>;
private get waitForScrollFinish$();

@@ -16,0 +17,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<ScrollingService, never>;

{
"name": "ngx-ui-tour-core",
"version": "12.0.2",
"version": "12.1.0",
"description": "UI tour library for Angular 12+",

@@ -5,0 +5,0 @@ "keywords": [

export { IStepOption, StepDimensions, TourState, TourService, Direction, StepChangeParams } from './lib/tour.service';
export { TourAnchorDirective } from './lib/tour-anchor.directive';
export { TourHotkeyListenerComponent } from './lib/tour-hotkey-listener.component';
export { isInViewport, ElementSides } from './lib/is-in-viewport';
export { isCovered } from './lib/is-covered';
export { isInViewport, ElementSides, isCovered } from './lib/utils';
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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc