New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-ui-tour-console

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
14.0.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="14.0.0"></a>
# [14.0.0](https://github.com/hakimio/ngx-ui-tour) (2024-12-30)
### Features
- Support for Angular 19
### Breaking Changes
- Angular 18 is no longer supported
<a name="13.0.0"></a>

@@ -2,0 +12,0 @@

11

lib/tour-anchor.directive.d.ts

@@ -1,10 +0,9 @@

import { IStepOption, TourAnchorDirective, TourService } from 'ngx-ui-tour-core';
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
import type { IStepOption, TourAnchorDirective } from 'ngx-ui-tour-core';
import { ElementRef, type OnDestroy, type OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TourAnchorConsoleDirective implements OnInit, OnDestroy, TourAnchorDirective {
tourAnchor: string;
isActive: import("@angular/core").WritableSignal<boolean>;
readonly element: ElementRef<any>;
private readonly tourService;
readonly element: ElementRef;
tourAnchor: string;
isActive: boolean;
constructor(tourService: TourService, element: ElementRef);
ngOnInit(): void;

@@ -11,0 +10,0 @@ ngOnDestroy(): void;

{
"name": "ngx-ui-tour-console",
"version": "13.0.0",
"version": "14.0.0",
"repository": "https://github.com/hakimio/ngx-ui-tour.git",

@@ -18,8 +18,8 @@ "author": "Isaac Mann <isaacplmann@gmail.com>",

"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0"
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"dependencies": {
"tslib": "^2.0.0",
"ngx-ui-tour-core": "13.0.0"
"ngx-ui-tour-core": "14.0.0",
"tslib": "^2.0.0"
},

@@ -34,4 +34,2 @@ "module": "fesm2022/ngx-ui-tour-console.mjs",

"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-ui-tour-console.mjs",
"esm": "./esm2022/ngx-ui-tour-console.mjs",
"default": "./fesm2022/ngx-ui-tour-console.mjs"

@@ -38,0 +36,0 @@ }

@@ -42,2 +42,3 @@ ![Ngx UI Tour](https://user-images.githubusercontent.com/768105/130578626-8b6cbefb-217c-4943-8661-22459a7b67a3.png)

|---------|------|-------------|
| 19 | 7 | 14 |
| 18 | 7 | 13 |

@@ -55,2 +56,3 @@ | 17 | 7 | 12 |

|---------|------|-------------|
| 19 | 7 | 16 |
| 18 | 7 | 15 |

@@ -68,2 +70,4 @@ | 17 | 7 | 14 |

|---------|------|-------|-------------|
| 19 | 7 | 8 | 6 |
| 18 | 7 | 8 | 5 |
| 18 | 7 | 7, 8 | 4 |

@@ -78,2 +82,3 @@ | 17 | 7 | 7, 8 | 3 |

|---------|------|----------|-------------|
| 19 | 7 | 4 | 8 |
| 18 | 7 | 3 | 7 |

@@ -80,0 +85,0 @@ | 17 | 7 | 3 | 6 |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet