fds-vue-core 8.6.1 → 8.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fds-vue-core.cjs.js +4 -4
- package/dist/fds-vue-core.cjs.js.map +1 -1
- package/dist/fds-vue-core.css +1 -1
- package/dist/fds-vue-core.es.js +4 -4
- package/dist/fds-vue-core.es.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/FdsSearchSelect/FdsSearchSelect.vue +4 -3
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -12279,9 +12279,9 @@ const _hoisted_8$4 = ["id", "onKeydown"];
|
|
|
12279
12279
|
const _hoisted_9$3 = ["for", "innerHTML"];
|
|
12280
12280
|
const _hoisted_10$2 = {
|
|
12281
12281
|
key: 2,
|
|
12282
|
-
class: "block m-0 list-none p-0"
|
|
12282
|
+
class: "block m-0 list-none p-0!"
|
|
12283
12283
|
};
|
|
12284
|
-
const _hoisted_11$2 = { class: "p-4" };
|
|
12284
|
+
const _hoisted_11$2 = { class: "p-4!" };
|
|
12285
12285
|
const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
12286
12286
|
__name: "FdsSearchSelect",
|
|
12287
12287
|
props: {
|
|
@@ -12722,7 +12722,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
12722
12722
|
class: vue.normalizeClass(headerClasses.value)
|
|
12723
12723
|
}, vue.toDisplayString(totalCount.value) + " " + vue.toDisplayString(__props.searchContext.context), 3)) : vue.createCommentVNode("", true),
|
|
12724
12724
|
vue.createElementVNode("ul", {
|
|
12725
|
-
class: "block m-0 list-none p-0",
|
|
12725
|
+
class: "block m-0 list-none p-0!",
|
|
12726
12726
|
role: "listbox",
|
|
12727
12727
|
id: listboxId,
|
|
12728
12728
|
onKeydown: handleListKeyDown
|
|
@@ -12731,7 +12731,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
12731
12731
|
return vue.openBlock(), vue.createElementBlock("li", {
|
|
12732
12732
|
key: index,
|
|
12733
12733
|
id: `search-select-item-${index}`,
|
|
12734
|
-
class: vue.normalizeClass(listItemWrapperClasses.value),
|
|
12734
|
+
class: vue.normalizeClass([listItemWrapperClasses.value, "pb-0!"]),
|
|
12735
12735
|
role: "option",
|
|
12736
12736
|
onMouseup: (e) => handleClick2(e, item)
|
|
12737
12737
|
}, [
|