@opentiny/vue-year-range
Advanced tools
Comparing version 2.9.0 to 2.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"; | ||
@@ -177,3 +177,3 @@ import YearTable from "@opentiny/vue-year-table"; | ||
var staticRenderFns = []; | ||
var __vue2_script = { | ||
var __vue2_script = defineComponent({ | ||
name: $prefix + "YearRange", | ||
@@ -201,3 +201,3 @@ directives: directive({ | ||
} | ||
}; | ||
}); | ||
var __cssModules = {}; | ||
@@ -213,3 +213,3 @@ var __component__ = /* @__PURE__ */ normalizeComponent(__vue2_script, render, staticRenderFns, false, __vue2_injectStyles, null, null, null); | ||
}(); | ||
var version = "5.0.0-mf.0"; | ||
var version = "2.10.0"; | ||
YearRange.install = function(Vue) { | ||
@@ -216,0 +216,0 @@ Vue.component(YearRange.name, YearRange); |
{ | ||
"name": "@opentiny/vue-year-range", | ||
"version": "2.9.0", | ||
"version": "2.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": "~2.9.0", | ||
"@opentiny/vue-locale": "~2.9.0", | ||
"@opentiny/vue-year-table": "~2.9.0" | ||
"@opentiny/vue-renderless": "~3.10.0", | ||
"@opentiny/vue-common": "~2.10.0", | ||
"@opentiny/vue-locale": "~2.10.0", | ||
"@opentiny/vue-year-table": "~2.10.0" | ||
}, | ||
@@ -15,0 +16,0 @@ "license": "MIT", |
@@ -1,26 +0,55 @@ | ||
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").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").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/dist/vue-composition-api.js").Data, {}, {}, { | ||
emitter: ObjectConstructor; | ||
tiny_mode: StringConstructor; | ||
tiny_mode_root: BooleanConstructor; | ||
tiny_template: (ObjectConstructor | FunctionConstructor)[]; | ||
tiny_renderless: FunctionConstructor; | ||
tiny_theme: StringConstructor; | ||
tiny_chart_theme: ObjectConstructor; | ||
}, { | ||
tiny_mode_root: boolean; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
emitter?: Record<string, any> | undefined; | ||
}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{ | ||
tiny_mode_root: boolean; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
emitter?: Record<string, any> | undefined; | ||
}, import("@vue/composition-api/dist/vue-composition-api.js").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/dist/vue-composition-api.js").Data, {}, {}, { | ||
tiny_mode_root: boolean; | ||
} & { | ||
tiny_mode?: string | undefined; | ||
tiny_template?: unknown; | ||
tiny_renderless?: Function | undefined; | ||
tiny_theme?: string | undefined; | ||
tiny_chart_theme?: Record<string, any> | undefined; | ||
emitter?: Record<string, any> | undefined; | ||
}, {}, true>); | ||
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
10709
273
Yes
+ Added@opentiny/vue-common@2.10.0(transitive)
+ Added@opentiny/vue-locale@2.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@2.10.0(transitive)
- Removed@opentiny/vue-common@2.9.0(transitive)
- Removed@opentiny/vue-locale@2.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@2.9.0(transitive)
Updated@opentiny/vue-common@~2.10.0
Updated@opentiny/vue-locale@~2.10.0