degree-picker
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "degree-picker", | ||
"private": false, | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"type": "module", | ||
@@ -9,2 +9,15 @@ "files": [ | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/MatijaNovosel/vue-date-picker.git" | ||
}, | ||
"keywords": [ | ||
"degrees", | ||
"vue3", | ||
"vue", | ||
"vuejs", | ||
"degree-picker", | ||
"radial-picker", | ||
"radial" | ||
], | ||
"main": "./dist/degree-picker.umd.js", | ||
@@ -11,0 +24,0 @@ "module": "./dist/degree-picker.es.js", |
@@ -42,9 +42,9 @@ <div align="center"> | ||
| ID | Type | Default | Description | | ||
| ----------- | --------- | ------- | ------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- | | ||
| `color` | `string` | | Background color of the active value and clock hand | | ||
| `v-model` | `number` | | Standard two way input | | ||
| `width` | `number | string` | | Sets the width of the element - can be provided as a string like "290px" or "290" or a number, defaults to 290px | | ||
| `fullWidth` | `boolean` | | Ignores the previous `width` prop and sets the width to 100% of the parent container | | ||
| `disabled` | `boolean` | | Makes the component unclickable | | ||
| `readonly` | `boolean` | | Makes the component unclickable, but does not make it seem disabled | | ||
| ID | Type | Default | Description | | ||
| ----------- | --------------- | ------- | ---------------------------------------------------------------------------------------------------------------- | | ||
| `color` | `string` | | Background color of the active value and clock hand | | ||
| `v-model` | `number` | | Standard two way input | | ||
| `width` | `number/string` | | Sets the width of the element - can be provided as a string like "290px" or "290" or a number, defaults to 290px | | ||
| `fullWidth` | `boolean` | | Ignores the previous `width` prop and sets the width to 100% of the parent container | | ||
| `disabled` | `boolean` | | Makes the component unclickable | | ||
| `readonly` | `boolean` | | Makes the component unclickable, but does not make it seem disabled | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
28952
0