svelte-headless-components
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -62,2 +62,3 @@ import { BROWSER } from 'esm-env'; | ||
triggerEvent: 'mouseup', | ||
validateAddition: () => true, | ||
...inputConfig, | ||
@@ -64,0 +65,0 @@ }; |
import { SvelteComponent } from "svelte"; | ||
import { type AddOption, type OptionItem, type Select } from '../../components/select/select.js'; | ||
import { AddOptionResult, type OptionItem, type Select } from '../../components/select/select.js'; | ||
declare const __propDef: { | ||
@@ -12,3 +12,3 @@ props: { | ||
change: CustomEvent<OptionItem>; | ||
add: CustomEvent<AddOption>; | ||
add: CustomEvent<AddOptionResult>; | ||
open: CustomEvent<void>; | ||
@@ -15,0 +15,0 @@ close: CustomEvent<void>; |
{ | ||
"name": "svelte-headless-components", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49060
1046