@94ai/nf-virtual-select
Advanced tools
Comparing version 3.3.50 to 3.3.51
@@ -315,2 +315,3 @@ import { PluginObject } from 'vue-demi'; | ||
tag: string; | ||
multiple: boolean; | ||
offset: number; | ||
@@ -344,3 +345,2 @@ start: number; | ||
placeholder: string; | ||
multiple: boolean; | ||
width: string; | ||
@@ -844,2 +844,3 @@ maxWidth: string; | ||
tag: string; | ||
multiple: boolean; | ||
offset: number; | ||
@@ -873,3 +874,2 @@ start: number; | ||
placeholder: string; | ||
multiple: boolean; | ||
width: string; | ||
@@ -876,0 +876,0 @@ maxWidth: string; |
@@ -14,3 +14,5 @@ declare const _default: import("vue-demi").DefineComponent<{ | ||
}; | ||
}, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue-demi").ExtractPropTypes<{ | ||
}, {}, {}, {}, { | ||
setSort(): void; | ||
}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue-demi").ExtractPropTypes<{ | ||
tag: { | ||
@@ -17,0 +19,0 @@ type: StringConstructor; |
@@ -327,2 +327,3 @@ declare const _default: import("vue").DefineComponent<{ | ||
tag: string; | ||
multiple: boolean; | ||
offset: number; | ||
@@ -356,3 +357,2 @@ start: number; | ||
placeholder: string; | ||
multiple: boolean; | ||
width: string; | ||
@@ -359,0 +359,0 @@ maxWidth: string; |
{ | ||
"name": "@94ai/nf-virtual-select", | ||
"version": "3.3.50", | ||
"version": "3.3.51", | ||
"description": "> TODO: description", | ||
@@ -17,5 +17,6 @@ "keywords": [], | ||
"dependencies": { | ||
"@94ai/common-utils": "^3.3.50", | ||
"@94ai/nf-theme-chalk": "^3.3.50", | ||
"@94ai/common-utils": "^3.3.51", | ||
"@94ai/nf-theme-chalk": "^3.3.51", | ||
"lodash-es": "^4.17.21", | ||
"sortablejs": "^1.15.2", | ||
"vue-demi": "^0.14.5", | ||
@@ -37,3 +38,3 @@ "vue-virtual-scroll-list": "^2.3.5" | ||
"module": "lib/nf-virtual-select.esm-bundler.js", | ||
"gitHead": "85e4f8550755e534d3b2da8b16b253e848bff3e0" | ||
"gitHead": "d5b493e6b5681b244f3f182b4ffb99f5dd24d63c" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
257792
7421
9
+ Addedsortablejs@^1.15.2
+ Addedsortablejs@1.15.6(transitive)
Updated@94ai/common-utils@^3.3.51
Updated@94ai/nf-theme-chalk@^3.3.51