@opentiny/vue-common
Advanced tools
Comparing version 2.11.0 to 2.12.0
{ | ||
"name": "@opentiny/vue-common", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.", | ||
@@ -30,6 +30,6 @@ "homepage": "https://opentiny.design/tiny-vue", | ||
"dependencies": { | ||
"@opentiny/vue-locale": "~2.11.0", | ||
"@opentiny/vue-renderless": "~3.11.0", | ||
"@opentiny/vue-theme": "~3.11.0", | ||
"@opentiny/vue-theme-mobile": "~3.11.0", | ||
"@opentiny/vue-locale": "~2.12.0", | ||
"@opentiny/vue-renderless": "~3.12.0", | ||
"@opentiny/vue-theme": "~3.12.0", | ||
"@opentiny/vue-theme-mobile": "~3.12.0", | ||
"tailwind-merge": "^1.8.0", | ||
@@ -36,0 +36,0 @@ "@vue/composition-api": "~1.2.2" |
@@ -76,2 +76,3 @@ /** | ||
export declare const parseVnode: (vnode: any) => any; | ||
export declare const isEmptyVnode: (vnode: any) => boolean; | ||
export declare const h: any; | ||
@@ -78,0 +79,0 @@ export declare const createComponentFn: (design: any) => ({ component, propsData, el }: { |
@@ -79,2 +79,3 @@ import Vue from 'vue'; | ||
export declare const parseVnode: (vnode: any) => any; | ||
export declare const isEmptyVnode: (vnode: any) => boolean; | ||
export declare const h: any; | ||
@@ -81,0 +82,0 @@ export declare const createComponentFn: (design: any) => ({ component, propsData, el }: { |
@@ -74,2 +74,3 @@ /** | ||
export declare const parseVnode: (vnode: any) => any; | ||
export declare const isEmptyVnode: (vnode: any) => boolean; | ||
type CreateElement = (component: any, propsData?: any, childData?: any) => ReturnType<typeof hooks.h>; | ||
@@ -76,0 +77,0 @@ export declare const h: CreateElement; |
import hooks from './adapter'; | ||
import { appProperties, getElementStatusClass } from './adapter'; | ||
import { defineAsyncComponent, directive, emitter, h, Teleport } from './adapter'; | ||
import { parseVnode, useRouter } from './adapter'; | ||
import { parseVnode, isEmptyVnode, useRouter } from './adapter'; | ||
import { defineComponent, isVue2, isVue3 } from './adapter'; | ||
@@ -63,3 +63,3 @@ export { version } from '../package.json'; | ||
export type { PropType, ExtractPropTypes, DefineComponent, ComponentPublicInstance, SetupContext, ComputedRef } from './adapter'; | ||
export { h, hooks, directive, parseVnode, useRouter, emitter, createComponent, defineAsyncComponent, getElementStatusClass, Teleport }; | ||
export { h, hooks, directive, parseVnode, isEmptyVnode, useRouter, emitter, createComponent, defineAsyncComponent, getElementStatusClass, Teleport }; | ||
declare const _default: { | ||
@@ -69,2 +69,3 @@ h: any; | ||
parseVnode: (vnode: any) => any; | ||
isEmptyVnode: (vnode: any) => boolean; | ||
useRouter: (instance?: any) => { | ||
@@ -71,0 +72,0 @@ route: any; |
Sorry, the diff of this file is too big to display
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
123849
4045
+ Added@opentiny/vue-locale@2.12.0(transitive)
+ Added@opentiny/vue-renderless@3.12.1(transitive)
+ Added@opentiny/vue-theme@3.12.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.12.0(transitive)
- Removed@opentiny/vue-locale@2.11.0(transitive)
- Removed@opentiny/vue-renderless@3.11.8(transitive)
- Removed@opentiny/vue-theme@3.11.6(transitive)
- Removed@opentiny/vue-theme-mobile@3.11.1(transitive)
Updated@opentiny/vue-locale@~2.12.0
Updated@opentiny/vue-theme@~3.12.0