@sankhyalabs/core
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -19,2 +19,3 @@ interface FloatingOptions { | ||
private static getFloatIndex; | ||
static isFloating(id: number): boolean; | ||
static float(content: HTMLElement, parent: HTMLElement, options?: FloatingOptions): number; | ||
@@ -21,0 +22,0 @@ static updateFloatPosition(content: HTMLElement, parent: HTMLElement, options?: FloatingOptions): void; |
@@ -70,2 +70,5 @@ class FloatingEntry { | ||
} | ||
static isFloating(id) { | ||
return FloatingManager.entries[id] !== undefined; | ||
} | ||
static float(content, parent, options = { autoClose: true }) { | ||
@@ -72,0 +75,0 @@ if (!FloatingManager.initialized) { |
{ | ||
"name": "@sankhyalabs/core", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "Modulo core JavaScript da Sankhya.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -101,2 +101,6 @@ interface FloatingOptions { | ||
public static isFloating(id: number){ | ||
return FloatingManager.entries[id] !== undefined; | ||
} | ||
public static float(content: HTMLElement, parent: HTMLElement, options: FloatingOptions = { autoClose: true }): number { | ||
@@ -103,0 +107,0 @@ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
174840
3407
2