@opentiny/vue-radio-group
Advanced tools
Comparing version 2.14.0 to 2.15.0
@@ -71,3 +71,3 @@ function _extends() { | ||
}); | ||
var version = "2.14.0"; | ||
var version = "2.15.0"; | ||
RadioGroup.model = { | ||
@@ -74,0 +74,0 @@ prop: "modelValue", |
@@ -1,5 +0,6 @@ | ||
import { renderless, api } from "@opentiny/vue-renderless/radio-group/vue"; | ||
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
import Radio from "@opentiny/vue-radio"; | ||
import RadioButton from "@opentiny/vue-radio-button"; | ||
import { renderless, api } from '@opentiny/vue-renderless/radio-group/vue'; | ||
import { defineComponent, props, setup } from '@opentiny/vue-common'; | ||
import Radio from '@opentiny/vue-radio'; | ||
import RadioButton from '@opentiny/vue-radio-button'; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -67,4 +68,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
inheritAttrs: false, | ||
setup: function setup(props2, context) { | ||
return _setup({ | ||
setup: function setup$1(props2, context) { | ||
return setup({ | ||
props: props2, | ||
@@ -118,4 +119,3 @@ context, | ||
}(); | ||
export { | ||
mobileFirst as default | ||
}; | ||
export { mobileFirst as default }; |
@@ -1,5 +0,6 @@ | ||
import { renderless, api } from "@opentiny/vue-renderless/radio-group/vue"; | ||
import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
import Radio from "@opentiny/vue-radio"; | ||
import RadioButton from "@opentiny/vue-radio-button"; | ||
import { renderless, api } from '@opentiny/vue-renderless/radio-group/vue'; | ||
import { defineComponent, props, setup } from '@opentiny/vue-common'; | ||
import Radio from '@opentiny/vue-radio'; | ||
import RadioButton from '@opentiny/vue-radio-button'; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -66,4 +67,4 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
props: [].concat(props, ["options", "modelValue", "type", "size", "fill", "textColor", "disabled", "vertical", "displayOnly"]), | ||
setup: function setup(props2, context) { | ||
return _setup({ | ||
setup: function setup$1(props2, context) { | ||
return setup({ | ||
props: props2, | ||
@@ -117,4 +118,3 @@ context, | ||
}(); | ||
export { | ||
pc as default | ||
}; | ||
export { pc as default }; |
{ | ||
"name": "@opentiny/vue-radio-group", | ||
"version": "2.14.0", | ||
"version": "2.15.0", | ||
"description": "", | ||
@@ -10,7 +10,7 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.14.0", | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-radio": "~2.14.0", | ||
"@opentiny/vue-radio-button": "~2.14.0", | ||
"@opentiny/vue-theme": "~3.14.0" | ||
"@opentiny/vue-common": "~2.15.0", | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-radio": "~2.15.0", | ||
"@opentiny/vue-radio-button": "~2.15.0", | ||
"@opentiny/vue-theme": "~3.15.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "license": "MIT", |
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
13113
377
+ Added@opentiny/vue-common@2.15.0(transitive)
+ Added@opentiny/vue-icon@2.15.0(transitive)
+ Added@opentiny/vue-locale@2.15.0(transitive)
+ Added@opentiny/vue-radio@2.15.0(transitive)
+ Added@opentiny/vue-radio-button@2.15.0(transitive)
+ Added@opentiny/vue-renderless@3.15.1(transitive)
+ Added@opentiny/vue-theme@3.15.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.15.0(transitive)
+ Added@opentiny/vue-tooltip@2.15.0(transitive)
- Removed@opentiny/vue-common@2.14.0(transitive)
- Removed@opentiny/vue-icon@2.14.0(transitive)
- Removed@opentiny/vue-locale@2.14.0(transitive)
- Removed@opentiny/vue-radio@2.14.0(transitive)
- Removed@opentiny/vue-radio-button@2.14.0(transitive)
- Removed@opentiny/vue-renderless@3.14.1(transitive)
- Removed@opentiny/vue-theme@3.14.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.14.2(transitive)
- Removed@opentiny/vue-tooltip@2.14.0(transitive)
Updated@opentiny/vue-common@~2.15.0
Updated@opentiny/vue-radio@~2.15.0
Updated@opentiny/vue-theme@~3.15.0