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

@featherds/autocomplete

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/autocomplete - npm Package Compare versions

Comparing version 0.12.32 to 0.12.33

13

dist/index.js

@@ -9,3 +9,3 @@ import { InputSubTextProps, InputWrapperProps, useInputSubText, useInputWrapper, useValidation, useInputInheritAttrs, InputWrapper, InputSubText } from "@featherds/input-helper";

import { FeatherList, FeatherListItem } from "@featherds/list";
import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, createCommentVNode, resolveComponent, createBlock, withCtx, Fragment, renderList, createVNode, withModifiers, normalizeClass, renderSlot, createTextVNode, pushScopeId, popScopeId, reactive, nextTick, markRaw, toRef, computed, toRefs, ref, mergeProps, toHandlers, withDirectives, vShow } from "vue";
import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, createCommentVNode, resolveComponent, createBlock, withCtx, Fragment, renderList, createVNode, withModifiers, normalizeClass, renderSlot, createTextVNode, pushScopeId, popScopeId, reactive, nextTick, markRaw, ref, toRef, computed, toRefs, mergeProps, toHandlers, withDirectives, vShow } from "vue";
import Cancel from "@featherds/icon/navigation/Cancel";

@@ -579,2 +579,6 @@ import { BaseChip, BaseChipLabel, BaseChipPreIcon } from "@featherds/chips";

},
absolutePositioned: {
type: Boolean,
default: false
},
...HighlightProps,

@@ -1231,2 +1235,3 @@ ...InputSubTextProps,

setup(props2, context) {
const absolutePositioned = ref(props2.absolutePositioned);
const labels = useLabelProperty(

@@ -1301,2 +1306,3 @@ toRef(props2, "labels"),

query,
absolutePositioned,
internalResults,

@@ -1360,2 +1366,3 @@ selectionLimitReached,

"no-expand": "",
"absolute-positioned": _ctx.absolutePositioned,
open: _ctx.showMenu,

@@ -1499,7 +1506,7 @@ onOutsideClick: _ctx.handleOutsideClick,

_: 3
}, 8, ["open", "onOutsideClick", "onTriggerClick", "class"]),
}, 8, ["absolute-positioned", "open", "onOutsideClick", "onTriggerClick", "class"]),
createVNode(_component_InputSubText, { id: _ctx.subTextId }, null, 8, ["id"])
], 16);
}
const FeatherAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-69916fd8"]]);
const FeatherAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a31dc448"]]);
export {

@@ -1506,0 +1513,0 @@ AutocompleteTypes,

{
"name": "@featherds/autocomplete",
"version": "0.12.32",
"version": "0.12.33",
"type": "module",

@@ -15,10 +15,10 @@ "publishConfig": {

"dependencies": {
"@featherds/chips": "^0.12.32",
"@featherds/composables": "^0.12.32",
"@featherds/icon": "^0.12.32",
"@featherds/input-helper": "^0.12.32",
"@featherds/list": "^0.12.32",
"@featherds/menu": "^0.12.32",
"@featherds/styles": "^0.12.32",
"@featherds/utils": "^0.12.32",
"@featherds/chips": "^0.12.33",
"@featherds/composables": "^0.12.33",
"@featherds/icon": "^0.12.33",
"@featherds/input-helper": "^0.12.33",
"@featherds/list": "^0.12.33",
"@featherds/menu": "^0.12.33",
"@featherds/styles": "^0.12.33",
"@featherds/utils": "^0.12.33",
"vue": "^3.1.0-0"

@@ -31,3 +31,3 @@ },

"types": "./src/index.d.ts",
"gitHead": "28f036ac2905bdb9020255e77578aa9135d9f210"
"gitHead": "582a24a74c24ded10dc0064ccf3b518707a675ad"
}

@@ -132,2 +132,6 @@ import { Ref, PropType } from "vue";

},
absolutePositioned: {
type: Boolean,
default: false,
},
...HighlightProps,

@@ -134,0 +138,0 @@ ...InputSubTextProps,

@@ -7,5 +7,5 @@ import { $, browser } from "@wdio/globals";

await browser.url(`${process.env.VUE_DEV_SERVER_URL}/Autocomplete-Demo`);
await browser.pause(10000);
// await browser.pause(10000);
await $("[data-ref-id=test]").waitForExist({ timeout: 60000 });
return new AutocompleteMulti("[data-ref-id=test]");
};

@@ -8,5 +8,5 @@ import { $, browser } from "@wdio/globals";

await browser.url(`${process.env.VUE_DEV_SERVER_URL}/Autocomplete-Single`);
await browser.pause(10000);
// await browser.pause(10000);
await $(".e2e-class").waitForExist({ timeout: 60000 });
return new AutocompleteSingle(".e2e-class");
};

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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