Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-tag

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-tag - npm Package Compare versions

Comparing version 3.10.0 to 3.11.0-alpha.0

2

lib/index.js

@@ -64,3 +64,3 @@ function _extends() {

});
var version = "3.10.0";
var version = "3.11.0-alpha.0";
Tag.install = function(Vue) {

@@ -67,0 +67,0 @@ Vue.component(Tag.name, Tag);

{
"name": "@opentiny/vue-tag",
"version": "3.10.0",
"version": "3.11.0-alpha.0",
"description": "",

@@ -10,7 +10,7 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.10.0",
"@opentiny/vue-common": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"@opentiny/vue-theme": "~3.10.0",
"@opentiny/vue-theme-mobile": "~3.10.0"
"@opentiny/vue-renderless": "~3.11.0-alpha.0",
"@opentiny/vue-common": "~3.11.0-alpha.0",
"@opentiny/vue-icon": "~3.11.0-alpha.0",
"@opentiny/vue-theme": "~3.11.0-alpha.0",
"@opentiny/vue-theme-mobile": "~3.11.0-alpha.0"
},

@@ -17,0 +17,0 @@ "license": "MIT",

@@ -0,14 +1,44 @@

import type { ITagApi } from '@opentiny/vue-renderless/types/tag.type';
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
[x: string]: 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;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("close" | "click")[], "close" | "click", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
[x: string]: any;
text?: any;
type?: any;
value?: any;
color?: any;
disabled?: any;
tiny_mode?: any;
tiny_mode_root?: any;
tiny_template?: any;
tiny_renderless?: any;
_constants?: any;
tiny_theme?: any;
tiny_chart_theme?: any;
effect?: any;
size?: any;
customClass?: any;
closable?: any;
hit?: any;
theme?: any;
operable?: any;
selectable?: any;
}>, ITagApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("close" | "click")[], "close" | "click", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
text?: any;
type?: any;
value?: any;
color?: any;
disabled?: any;
tiny_mode?: any;
tiny_mode_root?: any;
tiny_template?: any;
tiny_renderless?: any;
_constants?: any;
tiny_theme?: any;
tiny_chart_theme?: any;
effect?: any;
size?: any;
customClass?: any;
closable?: any;
hit?: any;
theme?: any;
operable?: any;
selectable?: any;
}>>> & {

@@ -18,4 +48,23 @@ onClick?: ((...args: any[]) => any) | undefined;

}, {
[x: string]: any;
readonly text?: any;
readonly type?: any;
readonly value?: any;
readonly color?: any;
readonly disabled?: any;
readonly tiny_mode?: any;
readonly tiny_mode_root?: any;
readonly tiny_template?: any;
readonly tiny_renderless?: any;
readonly _constants?: any;
readonly tiny_theme?: any;
readonly tiny_chart_theme?: any;
readonly effect?: any;
readonly size?: any;
readonly customClass?: any;
readonly closable?: any;
readonly hit?: any;
readonly theme?: any;
readonly operable?: any;
readonly selectable?: any;
}, {}>;
export default _default;

@@ -0,14 +1,38 @@

import type { ITagApi } from '@opentiny/vue-renderless/types/tag.type';
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
[x: string]: 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;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("close" | "click")[], "close" | "click", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
[x: string]: any;
text?: any;
type?: any;
value?: any;
color?: any;
disabled?: any;
tiny_mode?: any;
tiny_mode_root?: any;
tiny_template?: any;
tiny_renderless?: any;
_constants?: any;
tiny_theme?: any;
tiny_chart_theme?: any;
effect?: any;
size?: any;
closable?: any;
hit?: any;
beforeDelete?: any;
}>, ITagApi, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("close" | "click")[], "close" | "click", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
text?: any;
type?: any;
value?: any;
color?: any;
disabled?: any;
tiny_mode?: any;
tiny_mode_root?: any;
tiny_template?: any;
tiny_renderless?: any;
_constants?: any;
tiny_theme?: any;
tiny_chart_theme?: any;
effect?: any;
size?: any;
closable?: any;
hit?: any;
beforeDelete?: any;
}>>> & {

@@ -18,4 +42,20 @@ onClick?: ((...args: any[]) => any) | undefined;

}, {
[x: string]: any;
readonly text?: any;
readonly type?: any;
readonly value?: any;
readonly color?: any;
readonly disabled?: any;
readonly tiny_mode?: any;
readonly tiny_mode_root?: any;
readonly tiny_template?: any;
readonly tiny_renderless?: any;
readonly _constants?: any;
readonly tiny_theme?: any;
readonly tiny_chart_theme?: any;
readonly effect?: any;
readonly size?: any;
readonly closable?: any;
readonly hit?: any;
readonly beforeDelete?: any;
}, {}>;
export default _default;
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