Socket
Socket
Sign inDemoInstall

@opentiny/vue-common

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-common - npm Package Compare versions

Comparing version 3.10.0 to 3.11.0-alpha.0

10

package.json
{
"name": "@opentiny/vue-common",
"version": "3.10.0",
"version": "3.11.0-alpha.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.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"@opentiny/vue-theme": "~3.10.0",
"@opentiny/vue-theme-mobile": "~3.10.0",
"@opentiny/vue-locale": "~3.11.0-alpha.0",
"@opentiny/vue-renderless": "~3.11.0-alpha.0",
"@opentiny/vue-theme": "~3.11.0-alpha.0",
"@opentiny/vue-theme-mobile": "~3.11.0-alpha.0",
"tailwind-merge": "^1.8.0"

@@ -36,0 +36,0 @@ },

import Vue from 'vue';
import * as hooks from '@vue/composition-api';
import * as compositionHooks from '@vue/composition-api';
import { bindFilter, emitter, getElementCssClass, getElementStatusClass } from '../utils';
declare const hooks: typeof Vue | typeof compositionHooks;
declare const Teleport: any;

@@ -61,3 +62,3 @@ export { emitter, bindFilter, getElementCssClass, getElementStatusClass, Teleport };

parent: any;
nextTick: Vue__default;
nextTick: any;
constants: any;

@@ -78,3 +79,3 @@ mode: any;

export declare const parseVnode: (vnode: any) => any;
export declare const h: Vue$1.CreateElement;
export declare const h: any;
export declare const createComponentFn: (design: any) => ({ component, propsData, el }: {

@@ -85,3 +86,3 @@ component: any;

}) => any;
export declare const defineComponent: typeof hooks.defineComponent;
export declare const defineComponent: typeof Vue.defineComponent | typeof compositionHooks.defineComponent;
export default hooks;

@@ -88,0 +89,0 @@ export declare const isVue2 = true;

@@ -17,3 +17,3 @@ import hooks from './adapter';

};
export declare const props: string[];
export declare const props: Array<'tiny_mode' | 'tiny_mode_root' | 'tiny_template' | 'tiny_renderless' | '_constants' | 'tiny_theme' | 'tiny_chart_theme'>;
export declare const resolveMode: (props: any, context: any) => any;

@@ -109,3 +109,3 @@ export declare const $setup: ({ props, context, template, extend }: {

};
props: string[];
props: ("tiny_mode" | "tiny_mode_root" | "tiny_template" | "tiny_renderless" | "_constants" | "tiny_theme" | "tiny_chart_theme")[];
$setup: ({ props, context, template, extend }: {

@@ -112,0 +112,0 @@ props: any;

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc