@opentiny/vue-checkbox-group
Advanced tools
Comparing version 3.10.0 to 3.11.0-alpha.0
@@ -77,3 +77,3 @@ function _extends() { | ||
}); | ||
var version = "3.10.0"; | ||
var version = "3.11.0-alpha.0"; | ||
CheckboxGroup.model = { | ||
@@ -80,0 +80,0 @@ prop: "modelValue", |
@@ -6,3 +6,3 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox-group/vue"; | ||
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, Fragment, renderList, createBlock, mergeProps, createCommentVNode } from "vue"; | ||
function _createForOfIteratorHelperLoose(o, allowArrayLike) { | ||
function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) { | ||
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; | ||
@@ -45,3 +45,3 @@ if (it) | ||
var target = sfc.__vccOpts || sfc; | ||
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) { | ||
for (var _iterator = _createForOfIteratorHelperLoose_tiny(props), _step; !(_step = _iterator()).done; ) { | ||
var _step$value = _step.value, key = _step$value[0], val = _step$value[1]; | ||
@@ -48,0 +48,0 @@ target[key] = val; |
@@ -6,3 +6,3 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox-group/vue"; | ||
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, Fragment, renderList, createBlock, mergeProps, createCommentVNode } from "vue"; | ||
function _createForOfIteratorHelperLoose(o, allowArrayLike) { | ||
function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) { | ||
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; | ||
@@ -45,3 +45,3 @@ if (it) | ||
var target = sfc.__vccOpts || sfc; | ||
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) { | ||
for (var _iterator = _createForOfIteratorHelperLoose_tiny(props), _step; !(_step = _iterator()).done; ) { | ||
var _step$value = _step.value, key = _step$value[0], val = _step$value[1]; | ||
@@ -48,0 +48,0 @@ target[key] = val; |
@@ -7,3 +7,3 @@ import { renderless, api } from "@opentiny/vue-renderless/checkbox-group/vue"; | ||
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, Fragment, renderList, createBlock, mergeProps, createCommentVNode } from "vue"; | ||
function _createForOfIteratorHelperLoose(o, allowArrayLike) { | ||
function _createForOfIteratorHelperLoose_tiny(o, allowArrayLike) { | ||
var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; | ||
@@ -46,3 +46,3 @@ if (it) | ||
var target = sfc.__vccOpts || sfc; | ||
for (var _iterator = _createForOfIteratorHelperLoose(props), _step; !(_step = _iterator()).done; ) { | ||
for (var _iterator = _createForOfIteratorHelperLoose_tiny(props), _step; !(_step = _iterator()).done; ) { | ||
var _step$value = _step.value, key = _step$value[0], val = _step$value[1]; | ||
@@ -49,0 +49,0 @@ target[key] = val; |
{ | ||
"name": "@opentiny/vue-checkbox-group", | ||
"version": "3.10.0", | ||
"version": "3.11.0-alpha.0", | ||
"description": "", | ||
@@ -10,6 +10,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.10.0", | ||
"@opentiny/vue-renderless": "~3.10.0", | ||
"@opentiny/vue-checkbox": "~3.10.0", | ||
"@opentiny/vue-checkbox-button": "~3.10.0" | ||
"@opentiny/vue-common": "~3.11.0-alpha.0", | ||
"@opentiny/vue-renderless": "~3.11.0-alpha.0", | ||
"@opentiny/vue-checkbox": "~3.11.0-alpha.0", | ||
"@opentiny/vue-checkbox-button": "~3.11.0-alpha.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "license": "MIT", |
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
type?: any; | ||
fill?: any; | ||
disabled?: any; | ||
tiny_mode?: any; | ||
tiny_mode_root?: any; | ||
tiny_template?: any; | ||
tiny_renderless?: any; | ||
_constants?: any; | ||
tiny_theme?: any; | ||
tiny_chart_theme?: any; | ||
modelValue?: any; | ||
size?: any; | ||
options?: any; | ||
vertical?: any; | ||
max?: any; | ||
textColor?: any; | ||
min?: any; | ||
}>, { | ||
@@ -13,6 +29,38 @@ t: (this: any, path: any, options?: any) => any; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
[x: string]: any; | ||
type?: any; | ||
fill?: any; | ||
disabled?: any; | ||
tiny_mode?: any; | ||
tiny_mode_root?: any; | ||
tiny_template?: any; | ||
tiny_renderless?: any; | ||
_constants?: any; | ||
tiny_theme?: any; | ||
tiny_chart_theme?: any; | ||
modelValue?: any; | ||
size?: any; | ||
options?: any; | ||
vertical?: any; | ||
max?: any; | ||
textColor?: any; | ||
min?: any; | ||
}>>>, { | ||
[x: string]: any; | ||
readonly type?: any; | ||
readonly fill?: any; | ||
readonly disabled?: any; | ||
readonly tiny_mode?: any; | ||
readonly tiny_mode_root?: any; | ||
readonly tiny_template?: any; | ||
readonly tiny_renderless?: any; | ||
readonly _constants?: any; | ||
readonly tiny_theme?: any; | ||
readonly tiny_chart_theme?: any; | ||
readonly modelValue?: any; | ||
readonly size?: any; | ||
readonly options?: any; | ||
readonly vertical?: any; | ||
readonly max?: any; | ||
readonly textColor?: any; | ||
readonly min?: any; | ||
}, {}>; | ||
export default _default; |
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
type?: any; | ||
disabled?: any; | ||
tiny_mode?: any; | ||
tiny_mode_root?: any; | ||
tiny_template?: any; | ||
tiny_renderless?: any; | ||
_constants?: any; | ||
tiny_theme?: any; | ||
tiny_chart_theme?: any; | ||
modelValue?: any; | ||
options?: any; | ||
vertical?: any; | ||
max?: any; | ||
min?: any; | ||
}>, { | ||
@@ -13,6 +26,32 @@ t: (this: any, path: any, options?: any) => any; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
[x: string]: any; | ||
type?: any; | ||
disabled?: any; | ||
tiny_mode?: any; | ||
tiny_mode_root?: any; | ||
tiny_template?: any; | ||
tiny_renderless?: any; | ||
_constants?: any; | ||
tiny_theme?: any; | ||
tiny_chart_theme?: any; | ||
modelValue?: any; | ||
options?: any; | ||
vertical?: any; | ||
max?: any; | ||
min?: any; | ||
}>>>, { | ||
[x: string]: any; | ||
readonly type?: any; | ||
readonly disabled?: any; | ||
readonly tiny_mode?: any; | ||
readonly tiny_mode_root?: any; | ||
readonly tiny_template?: any; | ||
readonly tiny_renderless?: any; | ||
readonly _constants?: any; | ||
readonly tiny_theme?: any; | ||
readonly tiny_chart_theme?: any; | ||
readonly modelValue?: any; | ||
readonly options?: any; | ||
readonly vertical?: any; | ||
readonly max?: any; | ||
readonly min?: any; | ||
}, {}>; | ||
export default _default; |
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
[x: string]: any; | ||
type?: any; | ||
fill?: any; | ||
disabled?: any; | ||
tiny_mode?: any; | ||
tiny_mode_root?: any; | ||
tiny_template?: any; | ||
tiny_renderless?: any; | ||
_constants?: any; | ||
tiny_theme?: any; | ||
tiny_chart_theme?: any; | ||
modelValue?: any; | ||
size?: any; | ||
options?: any; | ||
vertical?: any; | ||
max?: any; | ||
textColor?: any; | ||
min?: any; | ||
}>, { | ||
@@ -13,6 +29,38 @@ t: (this: any, path: any, options?: any) => any; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
[x: string]: any; | ||
type?: any; | ||
fill?: any; | ||
disabled?: any; | ||
tiny_mode?: any; | ||
tiny_mode_root?: any; | ||
tiny_template?: any; | ||
tiny_renderless?: any; | ||
_constants?: any; | ||
tiny_theme?: any; | ||
tiny_chart_theme?: any; | ||
modelValue?: any; | ||
size?: any; | ||
options?: any; | ||
vertical?: any; | ||
max?: any; | ||
textColor?: any; | ||
min?: any; | ||
}>>>, { | ||
[x: string]: any; | ||
readonly type?: any; | ||
readonly fill?: any; | ||
readonly disabled?: any; | ||
readonly tiny_mode?: any; | ||
readonly tiny_mode_root?: any; | ||
readonly tiny_template?: any; | ||
readonly tiny_renderless?: any; | ||
readonly _constants?: any; | ||
readonly tiny_theme?: any; | ||
readonly tiny_chart_theme?: any; | ||
readonly modelValue?: any; | ||
readonly size?: any; | ||
readonly options?: any; | ||
readonly vertical?: any; | ||
readonly max?: any; | ||
readonly textColor?: any; | ||
readonly min?: any; | ||
}, {}>; | ||
export default _default; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24576
722
2
+ Added@opentiny/vue-checkbox@3.11.0(transitive)
+ Added@opentiny/vue-checkbox-button@3.11.0(transitive)
+ Added@opentiny/vue-common@3.11.0(transitive)
+ Added@opentiny/vue-locale@3.11.0(transitive)
+ Added@opentiny/vue-renderless@3.11.8(transitive)
+ Added@opentiny/vue-theme@3.11.6(transitive)
+ Added@opentiny/vue-theme-mobile@3.11.1(transitive)
+ Addedcolor@4.2.3(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcolor-string@1.9.1(transitive)
+ Addedis-arrayish@0.3.2(transitive)
+ Addedsimple-swizzle@0.2.2(transitive)
- Removed@opentiny/vue-checkbox@3.10.0(transitive)
- Removed@opentiny/vue-checkbox-button@3.10.0(transitive)
- Removed@opentiny/vue-common@3.10.0(transitive)
- Removed@opentiny/vue-locale@3.10.0(transitive)
- Removed@opentiny/vue-renderless@3.10.7(transitive)
- Removed@opentiny/vue-theme@3.10.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.10.1(transitive)