@opentiny/vue-checkbox-group
Advanced tools
Comparing version 3.13.0 to 3.14.0
@@ -70,3 +70,7 @@ function _extends() { | ||
}, | ||
iconPosition: String | ||
iconPosition: String, | ||
shape: { | ||
type: String, | ||
default: "" | ||
} | ||
}), | ||
@@ -81,3 +85,3 @@ setup: function setup(props, context) { | ||
}); | ||
var version = "3.13.0"; | ||
var version = "3.14.0"; | ||
CheckboxGroup.model = { | ||
@@ -84,0 +88,0 @@ prop: "modelValue", |
@@ -52,3 +52,2 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox-group/vue"; | ||
var _sfc_main = /* @__PURE__ */ defineComponent({ | ||
inheritAttrs: false, | ||
components: { | ||
@@ -55,0 +54,0 @@ Checkbox |
@@ -57,3 +57,3 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox-group/vue"; | ||
}, | ||
props: [].concat(props, ["modelValue", "type", "options", "disabled", "min", "max", "size", "fill", "textColor", "vertical"]), | ||
props: [].concat(props, ["modelValue", "type", "options", "disabled", "min", "max", "size", "fill", "textColor", "vertical", "displayOnly", "shape"]), | ||
setup: function setup(props2, context) { | ||
@@ -60,0 +60,0 @@ return _setup({ |
{ | ||
"name": "@opentiny/vue-checkbox-group", | ||
"version": "3.13.0", | ||
"version": "3.14.0", | ||
"description": "", | ||
@@ -10,6 +10,8 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.13.0", | ||
"@opentiny/vue-renderless": "~3.13.0", | ||
"@opentiny/vue-checkbox": "~3.13.0", | ||
"@opentiny/vue-checkbox-button": "~3.13.0" | ||
"@opentiny/vue-common": "~3.14.0", | ||
"@opentiny/vue-renderless": "~3.14.0", | ||
"@opentiny/vue-checkbox": "~3.14.0", | ||
"@opentiny/vue-checkbox-button": "~3.14.0", | ||
"@opentiny/vue-theme-mobile": "~3.14.0", | ||
"@opentiny/vue-theme": "~3.14.0" | ||
}, | ||
@@ -16,0 +18,0 @@ "license": "MIT", |
@@ -32,2 +32,6 @@ import type { PropType } from '@opentiny/vue-common'; | ||
iconPosition: PropType<IconPosition>; | ||
shape: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
tiny_mode: StringConstructor; | ||
@@ -41,3 +45,3 @@ tiny_mode_root: BooleanConstructor; | ||
[key: string]: any; | ||
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
_constants: { | ||
@@ -71,2 +75,6 @@ type: ObjectConstructor; | ||
iconPosition: PropType<IconPosition>; | ||
shape: { | ||
type: StringConstructor; | ||
default: string; | ||
}; | ||
tiny_mode: StringConstructor; | ||
@@ -89,3 +97,4 @@ tiny_mode_root: BooleanConstructor; | ||
displayOnly: boolean; | ||
shape: string; | ||
}, {}>; | ||
export default _default; |
@@ -18,4 +18,4 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
max?: any; | ||
min?: any; | ||
textColor?: any; | ||
min?: any; | ||
}>, { | ||
@@ -46,4 +46,4 @@ t: (this: any, path: any, options?: any) => any; | ||
max?: any; | ||
min?: any; | ||
textColor?: any; | ||
min?: any; | ||
}>>>, { | ||
@@ -66,5 +66,5 @@ readonly type?: any; | ||
readonly max?: any; | ||
readonly min?: any; | ||
readonly textColor?: any; | ||
readonly min?: any; | ||
}, {}>; | ||
export default _default; |
@@ -16,5 +16,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
vertical?: any; | ||
displayOnly?: any; | ||
shape?: any; | ||
max?: any; | ||
min?: any; | ||
textColor?: any; | ||
min?: any; | ||
}>, { | ||
@@ -43,5 +45,7 @@ t: (this: any, path: any, options?: any) => any; | ||
vertical?: any; | ||
displayOnly?: any; | ||
shape?: any; | ||
max?: any; | ||
min?: any; | ||
textColor?: any; | ||
min?: any; | ||
}>>>, { | ||
@@ -62,6 +66,8 @@ readonly type?: any; | ||
readonly vertical?: any; | ||
readonly displayOnly?: any; | ||
readonly shape?: any; | ||
readonly max?: any; | ||
readonly min?: any; | ||
readonly textColor?: any; | ||
readonly min?: any; | ||
}, {}>; | ||
export default _default; |
25501
751
6
+ Added@opentiny/vue-theme@~3.14.0
+ Added@opentiny/vue-checkbox@3.14.1(transitive)
+ Added@opentiny/vue-checkbox-button@3.14.0(transitive)
+ Added@opentiny/vue-common@3.14.0(transitive)
+ Added@opentiny/vue-icon@3.14.0(transitive)
+ Added@opentiny/vue-locale@3.14.0(transitive)
+ Added@opentiny/vue-renderless@3.14.1(transitive)
+ Added@opentiny/vue-theme@3.14.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.14.2(transitive)
+ Added@opentiny/vue-tooltip@3.14.0(transitive)
- Removed@opentiny/vue-checkbox@3.13.0(transitive)
- Removed@opentiny/vue-checkbox-button@3.13.0(transitive)
- Removed@opentiny/vue-common@3.13.1(transitive)
- Removed@opentiny/vue-locale@3.13.0(transitive)
- Removed@opentiny/vue-renderless@3.13.2(transitive)
- Removed@opentiny/vue-theme@3.13.3(transitive)
- Removed@opentiny/vue-theme-mobile@3.13.0(transitive)
Updated@opentiny/vue-common@~3.14.0