Socket
Socket
Sign inDemoInstall

@opentiny/vue-dropdown-item

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-dropdown-item - npm Package Compare versions

Comparing version 2.11.0 to 2.11.1

2

lib/index.js

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

});
var version = "2.11.0";
var version = "2.11.1";
DropdownItem.model = {

@@ -118,0 +118,0 @@ prop: "modelValue",

import { defineComponent, $prefix, props, setup as _setup } from "@opentiny/vue-common";
import { renderless, api } from "@opentiny/vue-renderless/dropdown-item/vue";
import { iconDeltaLeft } from "@opentiny/vue-icon";
import Tooltip from "@opentiny/vue-tooltip";
import TinyTooltip from "@opentiny/vue-tooltip";
import "@opentiny/vue-theme/dropdown-item/index.css";

@@ -67,3 +67,3 @@ function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

IconDeltaLeft: iconDeltaLeft(),
TinyTooltip: Tooltip
TinyTooltip
},

@@ -120,7 +120,9 @@ setup: function setup(props2, context) {

staticClass: "tiny-svg-size"
}) : _vm._e(), _vm._t("default", function() {
}) : _vm._e(), _c("span", {
staticClass: "tiny-dropdown-item__label"
}, [_vm._t("default", function() {
return [_c("span", [_vm._v(_vm._s(_vm.label))])];
}, {
"itemData": _vm.itemData
})], 2), _vm.itemData.children && _vm.itemData.children.length ? _c("ul", {
})], 2)], 1), _vm.itemData.children && _vm.itemData.children.length ? _c("ul", {
class: ["tiny-dropdown-menu", "tiny-dropdown-item--child tiny-dropdown-menu__item--child", _vm.state.popperClass]

@@ -127,0 +129,0 @@ }, _vm._l(_vm.itemData.children, function(item, index) {

{
"name": "@opentiny/vue-dropdown-item",
"version": "2.11.0",
"version": "2.11.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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