Socket
Socket
Sign inDemoInstall

@opentiny/vue-filter-panel

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-filter-panel - npm Package Compare versions

Comparing version 3.13.0 to 3.14.0

13

lib/index.js

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

label: String,
value: String,
value: [String, Number],
tip: String,

@@ -97,2 +97,6 @@ popperClass: {

default: true
},
blank: {
type: Boolean,
default: false
}

@@ -140,4 +144,5 @@ }),

value: _ctx.value,
"drop-down-visible": _ctx.state.visible
}, null, 8, ["onClick", "onHandleClear", "show-close", "disabled", "label", "tip", "value", "drop-down-visible"])])];
"drop-down-visible": _ctx.state.visible,
blank: _ctx.blank
}, null, 8, ["onClick", "onHandleClear", "show-close", "disabled", "label", "tip", "value", "drop-down-visible", "blank"])])];
}),

@@ -152,3 +157,3 @@ default: withCtx(function() {

var FilterPanel = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "3.13.0";
var version = "3.14.0";
FilterPanel.install = function(Vue) {

@@ -155,0 +160,0 @@ Vue.component(FilterPanel.name, FilterPanel);

{
"name": "@opentiny/vue-filter-panel",
"version": "3.13.0",
"version": "3.14.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.13.0",
"@opentiny/vue-common": "~3.13.0",
"@opentiny/vue-filter-box": "~3.13.0",
"@opentiny/vue-popover": "~3.13.0"
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-common": "~3.14.0",
"@opentiny/vue-filter-box": "~3.14.0",
"@opentiny/vue-popover": "~3.14.0",
"@opentiny/vue-theme": "~3.14.0"
},

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

declare const _default: import("@vue/runtime-core").DefineComponent<{
label: StringConstructor;
value: StringConstructor;
value: (StringConstructor | NumberConstructor)[];
tip: StringConstructor;

@@ -25,2 +25,6 @@ popperClass: {

};
blank: {
type: BooleanConstructor;
default: boolean;
};
tiny_mode: StringConstructor;

@@ -42,3 +46,3 @@ tiny_mode_root: BooleanConstructor;

label: StringConstructor;
value: StringConstructor;
value: (StringConstructor | NumberConstructor)[];
tip: StringConstructor;

@@ -65,2 +69,6 @@ popperClass: {

};
blank: {
type: BooleanConstructor;
default: boolean;
};
tiny_mode: StringConstructor;

@@ -82,3 +90,4 @@ tiny_mode_root: BooleanConstructor;

clearable: boolean;
blank: boolean;
}, {}>;
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