@phila/phila-ui-checkbox
Advanced tools
Comparing version
import Checkbox from "./Checkbox.vue"; | ||
import { InputOptions } from "@phila/phila-ui-core"; | ||
declare module "@vue/runtime-core" { | ||
declare module "vue" { | ||
interface GlobalComponents { | ||
/** | ||
* PhilaUI Checkbox is a Vue3 component that renders a checkbox input. | ||
* @example | ||
* <checkbox | ||
* v-model="modelValue" | ||
* label="Label" | ||
* desc="Description" | ||
* textKey="text" | ||
* valueKey="value" | ||
* :options="[ | ||
* { | ||
* value: '1', | ||
* text: 'Option 1', | ||
* }, | ||
* ]" | ||
* /> | ||
* */ | ||
Checkbox: typeof Checkbox; | ||
@@ -18,1 +35,2 @@ } | ||
} | ||
export default Checkbox; |
{ | ||
"name": "@phila/phila-ui-checkbox", | ||
"private": false, | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"type": "module", | ||
@@ -46,3 +46,3 @@ "files": [ | ||
}, | ||
"gitHead": "41f3602a8182b747db366652993576f74555dd20" | ||
"gitHead": "17ea0e29f4566d58fe5eccba43c916d4453129ad" | ||
} |
228
2.7%3
-25%7
16.67%2
100%2
100%1
Infinity%7
16.67%11206
-18.19%6
-14.29%