@opentiny/vue-year-range
Advanced tools
Comparing version 3.9.0 to 3.10.0
@@ -16,3 +16,3 @@ function _extends() { | ||
import { renderless, api } from "@opentiny/vue-renderless/year-range/vue"; | ||
import { $prefix, directive, $props, setup as _setup } from "@opentiny/vue-common"; | ||
import { defineComponent, $prefix, directive, $props, setup as _setup } from "@opentiny/vue-common"; | ||
import Clickoutside from "@opentiny/vue-renderless/common/deps/clickoutside"; | ||
@@ -67,3 +67,3 @@ import YearTable from "@opentiny/vue-year-table"; | ||
var _sfc_main = { | ||
var _sfc_main = defineComponent({ | ||
name: $prefix + "YearRange", | ||
@@ -91,3 +91,3 @@ directives: directive({ | ||
} | ||
}; | ||
}); | ||
var _hoisted_1 = { | ||
@@ -210,3 +210,3 @@ class: "tiny-picker-panel__body-wrapper" | ||
var YearRange = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var version = "5.0.0-mf.0"; | ||
var version = "3.10.0"; | ||
YearRange.install = function(Vue) { | ||
@@ -213,0 +213,0 @@ Vue.component(YearRange.name, YearRange); |
{ | ||
"name": "@opentiny/vue-year-range", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "", | ||
@@ -8,7 +8,8 @@ "main": "./lib/index.js", | ||
"sideEffects": false, | ||
"type": "module", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.9.0", | ||
"@opentiny/vue-common": "~3.9.0", | ||
"@opentiny/vue-locale": "~3.9.0", | ||
"@opentiny/vue-year-table": "~3.9.0" | ||
"@opentiny/vue-renderless": "~3.10.0", | ||
"@opentiny/vue-common": "~3.10.0", | ||
"@opentiny/vue-locale": "~3.10.0", | ||
"@opentiny/vue-year-table": "~3.10.0" | ||
}, | ||
@@ -15,0 +16,0 @@ "license": "MIT", |
@@ -1,26 +0,32 @@ | ||
export default _sfc_main; | ||
declare namespace _sfc_main { | ||
const name: string; | ||
const directives: any; | ||
const components: undefined; | ||
const props: { | ||
emitter: ObjectConstructor; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}; | ||
const emits: string[]; | ||
function setup(props: any, context: any): { | ||
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; | ||
}; | ||
} | ||
declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
emitter: ObjectConstructor; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, { | ||
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; | ||
}, any, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("pick" | "dodestroy")[], "pick" | "dodestroy", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
emitter: ObjectConstructor; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}>> & { | ||
onPick?: ((...args: any[]) => any) | undefined; | ||
onDodestroy?: ((...args: any[]) => any) | undefined; | ||
}, { | ||
tiny_mode_root: boolean; | ||
}, {}>; | ||
export default _default; |
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
11381
248
Yes
+ Added@opentiny/vue-common@3.10.0(transitive)
+ Added@opentiny/vue-locale@3.10.0(transitive)
+ Added@opentiny/vue-renderless@3.10.7(transitive)
+ Added@opentiny/vue-theme@3.10.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.10.1(transitive)
+ Added@opentiny/vue-year-table@3.10.0(transitive)
- Removed@opentiny/vue-common@3.9.0(transitive)
- Removed@opentiny/vue-locale@3.9.0(transitive)
- Removed@opentiny/vue-renderless@3.9.3(transitive)
- Removed@opentiny/vue-theme@3.9.4(transitive)
- Removed@opentiny/vue-theme-mobile@3.9.0(transitive)
- Removed@opentiny/vue-year-table@3.9.0(transitive)
Updated@opentiny/vue-common@~3.10.0
Updated@opentiny/vue-locale@~3.10.0