@slim-select/vue
Advanced tools
Comparing version 1.4.5 to 1.5.0
@@ -0,0 +0,0 @@ export declare function generateID(): string; |
@@ -0,0 +0,0 @@ import Settings, { SettingsPartial } from './settings'; |
@@ -119,2 +119,3 @@ import Settings from './settings'; | ||
putContent(): 'up' | 'down'; | ||
updateDeselectAll(): void; | ||
} |
@@ -0,0 +0,0 @@ import { DataArray, DataArrayPartial, Optgroup, OptgroupOptional, Option } from './store'; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -75,3 +75,4 @@ export type DataArray = DataObject[]; | ||
} | null, includeOptgroup: boolean): DataArray; | ||
getSelectType(): string; | ||
} | ||
export {}; |
declare const hello = "hello world"; | ||
export default hello; |
@@ -107,2 +107,3 @@ /// <reference types="node" /> | ||
filter: (filter: ((opt: Option) => boolean) | null, includeOptgroup: boolean) => import("../slim-select/store").DataArray; | ||
getSelectType: () => string; | ||
}; | ||
@@ -161,2 +162,3 @@ render: { | ||
filter: (filter: ((opt: Option) => boolean) | null, includeOptgroup: boolean) => import("../slim-select/store").DataArray; | ||
getSelectType: () => string; | ||
}; | ||
@@ -268,2 +270,3 @@ callbacks: { | ||
putContent: () => "up" | "down"; | ||
updateDeselectAll: () => void; | ||
}; | ||
@@ -270,0 +273,0 @@ events: { |
{ | ||
"name": "@slim-select/vue", | ||
"private": false, | ||
"version": "1.4.5", | ||
"version": "1.5.0", | ||
"description": "Vue integration", | ||
@@ -28,2 +28,2 @@ "repository": { | ||
} | ||
} | ||
} |
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 too big to display
6458
259157