@opentiny/vue-loading
Advanced tools
Comparing version 3.15.0 to 3.16.0
@@ -302,3 +302,3 @@ function _extends() { | ||
}).vLoading; | ||
var version = "3.15.0"; | ||
var version = "3.16.0"; | ||
var Loadings = { | ||
@@ -305,0 +305,0 @@ install: function install(app) { |
{ | ||
"name": "@opentiny/vue-loading", | ||
"version": "3.15.0", | ||
"version": "3.16.0", | ||
"description": "", | ||
@@ -10,6 +10,6 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.15.0", | ||
"@opentiny/vue-renderless": "~3.15.0", | ||
"@opentiny/vue-theme": "~3.15.0", | ||
"@opentiny/vue-theme-mobile": "~3.15.0" | ||
"@opentiny/vue-common": "~3.16.0", | ||
"@opentiny/vue-renderless": "~3.16.0", | ||
"@opentiny/vue-theme": "~3.16.0", | ||
"@opentiny/vue-theme-mobile": "~3.16.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "license": "MIT", |
@@ -74,3 +74,3 @@ export declare const loadingProps: { | ||
[key: string]: any; | ||
}>, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, never[], never, 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, never[], never, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
type: { | ||
@@ -111,7 +111,7 @@ type: StringConstructor; | ||
}>> & {}, { | ||
size: string; | ||
tiny_mode_root: boolean; | ||
_constants: Record<string, any>; | ||
size: string; | ||
loadtext: string; | ||
}, {}>; | ||
export default _default; |
import type { ILoadingApi } from '@opentiny/vue-renderless/types/loading.type'; | ||
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
size?: any; | ||
tiny_mode?: any; | ||
@@ -10,5 +11,5 @@ tiny_mode_root?: any; | ||
tiny_chart_theme?: any; | ||
loadingImg?: any; | ||
}>, ILoadingApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "after-leave"[], "after-leave", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
size?: any; | ||
loadingImg?: any; | ||
}>, ILoadingApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "after-leave"[], "after-leave", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
tiny_mode?: any; | ||
@@ -21,3 +22,2 @@ tiny_mode_root?: any; | ||
tiny_chart_theme?: any; | ||
size?: any; | ||
loadingImg?: any; | ||
@@ -27,2 +27,3 @@ }>>> & { | ||
}, { | ||
readonly size?: any; | ||
readonly tiny_mode?: any; | ||
@@ -35,5 +36,4 @@ readonly tiny_mode_root?: any; | ||
readonly tiny_chart_theme?: any; | ||
readonly size?: any; | ||
readonly loadingImg?: any; | ||
}, {}>; | ||
export default _default; |
@@ -24,3 +24,3 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
gcls: (key: any) => any; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "after-leave"[], "after-leave", 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, "after-leave"[], "after-leave", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{ | ||
_constants: ObjectConstructor; | ||
@@ -27,0 +27,0 @@ loadingImg: { |
import type { ILoadingApi } from '@opentiny/vue-renderless/types/loading.type'; | ||
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
size?: any; | ||
tiny_mode?: any; | ||
@@ -10,5 +11,5 @@ tiny_mode_root?: any; | ||
tiny_chart_theme?: any; | ||
loadingImg?: any; | ||
}>, ILoadingApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "after-leave"[], "after-leave", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
size?: any; | ||
loadingImg?: any; | ||
}>, ILoadingApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, "after-leave"[], "after-leave", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
tiny_mode?: any; | ||
@@ -21,3 +22,2 @@ tiny_mode_root?: any; | ||
tiny_chart_theme?: any; | ||
size?: any; | ||
loadingImg?: any; | ||
@@ -27,2 +27,3 @@ }>>> & { | ||
}, { | ||
readonly size?: any; | ||
readonly tiny_mode?: any; | ||
@@ -35,5 +36,4 @@ readonly tiny_mode_root?: any; | ||
readonly tiny_chart_theme?: any; | ||
readonly size?: any; | ||
readonly loadingImg?: any; | ||
}, {}>; | ||
export default _default; |
38783
1061
+ Added@opentiny/vue-common@3.16.0(transitive)
+ Added@opentiny/vue-locale@3.16.0(transitive)
+ Added@opentiny/vue-renderless@3.16.2(transitive)
+ Added@opentiny/vue-theme@3.16.4(transitive)
+ Added@opentiny/vue-theme-mobile@3.16.0(transitive)
- Removed@opentiny/vue-common@3.15.0(transitive)
- Removed@opentiny/vue-locale@3.15.0(transitive)
- Removed@opentiny/vue-renderless@3.15.1(transitive)
- Removed@opentiny/vue-theme@3.15.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.15.0(transitive)
Updated@opentiny/vue-common@~3.16.0
Updated@opentiny/vue-theme@~3.16.0