@featherds/autocomplete
Advanced tools
Comparing version 0.12.29 to 0.12.30
@@ -75,3 +75,2 @@ import { InputSubTextProps, InputWrapperProps, useInputSubText, useInputWrapper, useValidation, useInputInheritAttrs, InputWrapper, InputSubText } from "@featherds/input-helper"; | ||
}); | ||
const Highlighter_vue_vue_type_style_index_0_scoped_a7baf085_lang = ""; | ||
const _export_sfc = (sfc, props2) => { | ||
@@ -169,4 +168,2 @@ const target = sfc.__vccOpts || sfc; | ||
}); | ||
const AutocompleteResults_vue_vue_type_style_index_0_scoped_6a6fa082_lang = ""; | ||
const AutocompleteResults_vue_vue_type_style_index_1_lang = ""; | ||
const _hoisted_1$3 = { | ||
@@ -316,4 +313,2 @@ key: 0, | ||
}); | ||
const AutocompleteResultsGrid_vue_vue_type_style_index_0_scoped_0f5c2a5b_lang = ""; | ||
const AutocompleteResultsGrid_vue_vue_type_style_index_1_lang = ""; | ||
const _hoisted_1$2 = { | ||
@@ -384,3 +379,2 @@ class: "feather-autocomplete-results-grid", | ||
}); | ||
const MenuMessage_vue_vue_type_style_index_0_scoped_c1d1d182_lang = ""; | ||
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) { | ||
@@ -442,3 +436,2 @@ const _component_FeatherListItem = resolveComponent("FeatherListItem"); | ||
}); | ||
const Chip_vue_vue_type_style_index_0_scoped_7b827b86_lang = ""; | ||
function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) { | ||
@@ -496,3 +489,2 @@ const _component_FeatherIcon = resolveComponent("FeatherIcon"); | ||
const Chip = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-7b827b86"]]); | ||
const Spinner_vue_vue_type_style_index_0_scoped_bfd18ecb_lang = ""; | ||
const _sfc_main$1 = {}; | ||
@@ -598,3 +590,5 @@ const _withScopeId = (n) => (pushScopeId("data-v-bfd18ecb"), n = n(), popScopeId(), n); | ||
"update:modelValue": (_value) => true, | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
new: (_value) => true, | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
search: (_value) => true | ||
@@ -1344,3 +1338,2 @@ }; | ||
}); | ||
const FeatherAutocomplete_vue_vue_type_style_index_0_scoped_69916fd8_lang = ""; | ||
const _hoisted_1 = { | ||
@@ -1347,0 +1340,0 @@ class: "alert", |
{ | ||
"name": "@featherds/autocomplete", | ||
"version": "0.12.29", | ||
"version": "0.12.30", | ||
"type": "module", | ||
@@ -15,10 +15,10 @@ "publishConfig": { | ||
"dependencies": { | ||
"@featherds/chips": "^0.12.29", | ||
"@featherds/composables": "^0.12.29", | ||
"@featherds/icon": "^0.12.29", | ||
"@featherds/input-helper": "^0.12.29", | ||
"@featherds/list": "^0.12.29", | ||
"@featherds/menu": "^0.12.29", | ||
"@featherds/styles": "^0.12.29", | ||
"@featherds/utils": "^0.12.29", | ||
"@featherds/chips": "^0.12.30", | ||
"@featherds/composables": "^0.12.30", | ||
"@featherds/icon": "^0.12.30", | ||
"@featherds/input-helper": "^0.12.30", | ||
"@featherds/list": "^0.12.30", | ||
"@featherds/menu": "^0.12.30", | ||
"@featherds/styles": "^0.12.30", | ||
"@featherds/utils": "^0.12.30", | ||
"vue": "^3.1.0-0" | ||
@@ -31,3 +31,3 @@ }, | ||
"types": "./src/index.d.ts", | ||
"gitHead": "308777f1e67abab52057e0b113e9aac8072565eb" | ||
"gitHead": "dcfdbfd121cb0a4dd20b86f635b26e85666f2672" | ||
} |
411515
4289
Updated@featherds/chips@^0.12.30
Updated@featherds/icon@^0.12.30
Updated@featherds/list@^0.12.30
Updated@featherds/menu@^0.12.30
Updated@featherds/styles@^0.12.30
Updated@featherds/utils@^0.12.30