webcimes-select
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -86,3 +86,3 @@ /** | ||
*/ | ||
constructor(options: Options); | ||
constructor(options: Partial<Options>); | ||
/** | ||
@@ -89,0 +89,0 @@ * Convert elements entry to an array of HTMLElement |
@@ -86,3 +86,3 @@ /** | ||
*/ | ||
constructor(options: Options); | ||
constructor(options: Partial<Options>); | ||
/** | ||
@@ -89,0 +89,0 @@ * Convert elements entry to an array of HTMLElement |
{ | ||
"name": "webcimes-select", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Just create beautiful select boxes, it supports search, single select, multiple select, keyboard control, clear options, dropdown can also be opened over an overflow parent, optgroup support, rtl support, and many other options. It works with vanilla javascript + html + css, no dependencies are required", | ||
@@ -5,0 +5,0 @@ "main": "./dist/js/webcimes-select.udm.js", |
@@ -86,3 +86,3 @@ /** | ||
*/ | ||
constructor(options: Options); | ||
constructor(options: Partial<Options>); | ||
/** | ||
@@ -89,0 +89,0 @@ * Convert elements entry to an array of HTMLElement |
@@ -96,3 +96,3 @@ /** | ||
*/ | ||
constructor(options: Options) | ||
constructor(options: Partial<Options>) | ||
{ | ||
@@ -99,0 +99,0 @@ // Defaults |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
244553