slick-components 17.0.68 → 17.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,7 +23,7 @@ class SlickInitParams {
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
class SlickInitService {
|
|
26
|
-
static { this.version = "17.0.
|
|
26
|
+
static { this.version = "17.0.72"; }
|
|
27
27
|
constructor() { }
|
|
28
28
|
static init(initParams) {
|
|
29
29
|
console.info(`Slick Components Version ${SlickInitService.version}`);
|
|
@@ -2261,6 +2261,9 @@ class SlickContextMenuComponent {
|
|
|
2261
2261
|
this.onClick(event.target);
|
|
2262
2262
|
}
|
|
2263
2263
|
}
|
|
2264
|
+
ngOnDestroy() {
|
|
2265
|
+
this.slickContextMenuRef?.nativeElement.remove();
|
|
2266
|
+
}
|
|
2264
2267
|
constructor() {
|
|
2265
2268
|
}
|
|
2266
2269
|
ngAfterViewInit() {
|