@opentiny/vue-common
Advanced tools
Comparing version 3.11.0 to 3.12.0
{ | ||
"name": "@opentiny/vue-common", | ||
"version": "3.11.0", | ||
"version": "3.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": "~3.11.0", | ||
"@opentiny/vue-renderless": "~3.11.0", | ||
"@opentiny/vue-theme": "~3.11.0", | ||
"@opentiny/vue-theme-mobile": "~3.11.0", | ||
"@opentiny/vue-locale": "~3.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 @@ }, |
@@ -78,2 +78,3 @@ /** | ||
export declare const parseVnode: (vnode: any) => any; | ||
export declare const isEmptyVnode: (vnode: any) => boolean; | ||
export declare const h: typeof Vue.h; | ||
@@ -80,0 +81,0 @@ export declare const createComponentFn: (design: any) => ({ component, propsData, el }: { |
@@ -78,2 +78,3 @@ import Vue from 'vue'; | ||
export declare const parseVnode: (vnode: any) => any; | ||
export declare const isEmptyVnode: (vnode: any) => boolean; | ||
export declare const h: any; | ||
@@ -80,0 +81,0 @@ export declare const createComponentFn: (design: any) => ({ component, propsData, el }: { |
@@ -88,2 +88,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>; | ||
@@ -90,0 +91,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'; | ||
@@ -67,3 +67,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: { | ||
@@ -75,2 +75,3 @@ h: (component: any, propsData?: any, childData?: any) => hooks.VNode<hooks.RendererNode, hooks.RendererElement, { | ||
parseVnode: (vnode: any) => any; | ||
isEmptyVnode: (vnode: any) => boolean; | ||
useRouter: (instance?: hooks.ComponentInternalInstance | null) => { | ||
@@ -77,0 +78,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
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
120858
3913
+ Added@opentiny/vue-locale@3.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@3.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@~3.12.0
Updated@opentiny/vue-theme@~3.12.0