@opentiny/vue-option
Advanced tools
Comparing version 2.8.0 to 2.8.2
import { renderless, api } from "@opentiny/vue-renderless/option/vue"; | ||
import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common"; | ||
import Checkbox from "@opentiny/vue-checkbox"; | ||
import { iconCheck, iconCheckedSur } from "@opentiny/vue-icon"; | ||
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) { | ||
@@ -64,4 +63,2 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports; | ||
components: { | ||
IconCheck: iconCheck(), | ||
IconCheckedSur: iconCheckedSur(), | ||
TinyCheckbox: Checkbox | ||
@@ -131,10 +128,4 @@ }, | ||
attrs: { | ||
"model-value": _vm.state.itemSelected, | ||
"disabled": _vm.disabled || _vm.state.groupDisabled || _vm.state.limitReached | ||
}, | ||
model: { | ||
value: _vm.state.itemSelected, | ||
callback: function callback($$v) { | ||
_vm.$set(_vm.state, "itemSelected", $$v); | ||
}, | ||
expression: "state.itemSelected" | ||
} | ||
@@ -141,0 +132,0 @@ })], 1) : _vm._e(), _vm._t("default", function() { |
{ | ||
"name": "@opentiny/vue-option", | ||
"version": "2.8.0", | ||
"version": "2.8.2", | ||
"description": "", | ||
@@ -8,5 +8,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.8.0", | ||
"@opentiny/vue-common": "~2.8.0", | ||
"@opentiny/vue-icon": "~2.8.0" | ||
"@opentiny/vue-renderless": "~3.8.2", | ||
"@opentiny/vue-common": "~2.8.2" | ||
}, | ||
@@ -13,0 +12,0 @@ "license": "MIT", |
@@ -1,70 +0,2 @@ | ||
declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}> & import("@vue/composition-api").Data, {}, {}, { | ||
value: { | ||
required: true; | ||
}; | ||
label: (StringConstructor | NumberConstructor)[]; | ||
created: BooleanConstructor; | ||
disabled: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
events: { | ||
type: ObjectConstructor; | ||
default: () => {}; | ||
}; | ||
visible: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
highlightClass: StringConstructor; | ||
}, { | ||
created: boolean; | ||
disabled: boolean; | ||
value: unknown; | ||
visible: boolean; | ||
events: Record<string, any>; | ||
} & { | ||
label?: string | number | undefined; | ||
highlightClass?: string | undefined; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ | ||
created: boolean; | ||
disabled: boolean; | ||
value: unknown; | ||
visible: boolean; | ||
events: Record<string, any>; | ||
} & { | ||
label?: string | number | undefined; | ||
highlightClass?: string | undefined; | ||
}, import("@vue/composition-api").ShallowUnwrapRef<{ | ||
t: (this: any, path: any, options?: any) => any; | ||
vm: any; | ||
f: (props: any, attrs?: {}) => {}; | ||
a: (attrs: any, filters: any, include: any) => {}; | ||
d: (props: any) => void; | ||
dp: (props: any) => void; | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}>, import("@vue/composition-api").Data, {}, {}, { | ||
created: boolean; | ||
disabled: boolean; | ||
value: unknown; | ||
visible: boolean; | ||
events: Record<string, any>; | ||
} & { | ||
label?: string | number | undefined; | ||
highlightClass?: string | undefined; | ||
}, { | ||
disabled: boolean; | ||
visible: boolean; | ||
events: Record<string, any>; | ||
}, true>); | ||
declare const _sfc_main: any; | ||
export default _sfc_main; |
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
2
6587
166
- Removed@opentiny/vue-icon@~2.8.0
- Removed@opentiny/vue-icon@2.8.3(transitive)
Updated@opentiny/vue-common@~2.8.2