nxt-sortablejs
Advanced tools
Comparing version 19.0.1 to 19.0.2
@@ -6,1 +6,3 @@ /** | ||
export * from './public-api'; | ||
import * as _default from './public-api'; | ||
export default _default; |
@@ -1,2 +0,2 @@ | ||
import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChange } from '@angular/core'; | ||
import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, Renderer2, SimpleChange } from '@angular/core'; | ||
import { type AbstractControl, type FormArray } from '@angular/forms'; | ||
@@ -8,3 +8,3 @@ import Sortable, { Options } from 'sortablejs'; | ||
export type CloneFunction<T> = (item: T) => T; | ||
export declare class SortablejsDirective<T> implements OnInit, OnChanges, OnDestroy { | ||
export declare class SortablejsDirective<T> implements OnChanges, OnDestroy, AfterViewInit { | ||
private readonly globalConfig; | ||
@@ -33,3 +33,3 @@ private readonly service; | ||
/** @internal */ | ||
ngOnInit(): void; | ||
ngAfterViewInit(): void; | ||
/** @internal */ | ||
@@ -36,0 +36,0 @@ ngOnChanges(changes: { |
@@ -5,3 +5,3 @@ { | ||
"bugs": "https://github.com/Liquid-JS/nxt-components/issues", | ||
"version": "19.0.1", | ||
"version": "19.0.2", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37738
348