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

@featherds/autocomplete

Package Overview
Dependencies
Maintainers
2
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.10.1 to 0.10.2

9

dist/app.es.js

@@ -28,3 +28,3 @@ var __defProp = Object.defineProperty;

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, onBeforeUnmount, toRefs, ref, mergeProps, withDirectives, vShow, toHandlers } from "vue";
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, withDirectives, vShow, toHandlers } from "vue";
import Cancel from "@featherds/icon/navigation/Cancel";

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

});
onBeforeUnmount(() => {
removeValidation();
});
const { validate, removeValidation } = useValidation(inputId, toRef(props2, "modelValue"), props2.label, props2.schema);
const { validate } = useValidation(inputId, toRef(props2, "modelValue"), props2.label, props2.schema);
const { selectionLimit, modelValue, textProp, allowNew, type, minChar } = toRefs(props2);

@@ -1469,3 +1466,3 @@ const hasFocus = ref(false);

}
var FeatherAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-f5e3dcf0"]]);
var FeatherAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7a8fad28"]]);
export { AutocompleteTypes, FeatherAutocomplete };
{
"name": "@featherds/autocomplete",
"version": "0.10.1",
"version": "0.10.2",
"publishConfig": {

@@ -12,10 +12,10 @@ "access": "public"

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

@@ -28,3 +28,3 @@ },

"types": "./src/index.d.ts",
"gitHead": "a0bd85a4e26026d7fe582ccabf92a44ae85525ba"
"gitHead": "962dcee415575770eb0bc2781bfd29288873176e"
}

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