New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@phila/phila-ui-checkbox

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phila/phila-ui-checkbox - npm Package Compare versions

Comparing version

to
0.0.4

20

dist/types.d.ts
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;

4

package.json
{
"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"
}