@alternative-campus/uikit
Advanced tools
Comparing version 0.5.8 to 0.6.0
@@ -22,4 +22,4 @@ import { ButtonType } from "./ButtonType.enum"; | ||
type: ButtonType; | ||
isLoading: boolean; | ||
isDisabled: boolean; | ||
isLoading: boolean; | ||
}, {}>, { | ||
@@ -26,0 +26,0 @@ icon?(_: {}): any; |
@@ -27,4 +27,4 @@ import { LabelPosition } from "./LabelPosition.enum"; | ||
}>>>, { | ||
modelValue: boolean; | ||
label: string; | ||
modelValue: boolean; | ||
isSmall: boolean; | ||
@@ -31,0 +31,0 @@ labelPosition: LabelPosition; |
@@ -15,4 +15,6 @@ import Label from "./Label"; | ||
import Toggle from "./Toggle"; | ||
import { AutocompleteItem, Autocomplete } from "./Autocomplete"; | ||
import { AutocompleteItemInterface } from "./Autocomplete/src/AutocompleteItem.interface"; | ||
import { App } from "vue"; | ||
export { Label, Button, ButtonType, CheckBox, LabelPosition, Dropdown, DropdownPlacement, DropdownTrigger, Input, InputType, Select, type SelectItem, Pagination, Toggle, }; | ||
export { Label, Button, ButtonType, CheckBox, LabelPosition, Dropdown, DropdownPlacement, DropdownTrigger, Input, InputType, Select, type SelectItem, Pagination, Toggle, AutocompleteItem, type AutocompleteItemInterface, Autocomplete, }; | ||
declare const _default: { | ||
@@ -19,0 +21,0 @@ install: (App: App<any>) => void; |
@@ -53,8 +53,8 @@ import { InputType } from "./InputType.enum"; | ||
}, { | ||
isDisabled: boolean; | ||
isLoading: boolean; | ||
modelValue: string; | ||
label: string; | ||
modelValue: string; | ||
isError: boolean; | ||
isSuccess: boolean; | ||
isLoading: boolean; | ||
isDisabled: boolean; | ||
isTextarea: boolean; | ||
@@ -61,0 +61,0 @@ containerClass: string; |
@@ -50,4 +50,4 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{ | ||
}, { | ||
modelValue: boolean; | ||
disabled: boolean; | ||
modelValue: boolean; | ||
required: boolean; | ||
@@ -54,0 +54,0 @@ name: string; |
{ | ||
"name": "@alternative-campus/uikit", | ||
"private": false, | ||
"version": "0.5.8", | ||
"version": "0.6.0", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "campus-uikit" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
245958
33
4436