@wikicasa-dev/components 1.9.28 → 1.9.29

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.
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./chunks/BaseBreadcrumb.vue_vue_type_script_setup_true_lang.BmvX56Gc.js";
1
+ import { _ as f } from "./chunks/BaseBreadcrumb.vue_vue_type_script_setup_true_lang.B0owkt0c.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -4,6 +4,7 @@ type BreadcrumbItemsType = {
4
4
  link: string;
5
5
  label: string;
6
6
  active?: boolean;
7
+ dataTooltip?: string;
7
8
  };
8
9
  type BreadcrumbItemsTypeWithIdx = BreadcrumbItemsType & {
9
10
  idx: number;
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as m, computed as d, openBlock as s, createElementBlock as i, createElementVNode as o, normalizeClass as a, Fragment as n, renderList as k, renderSlot as u, toDisplayString as p, createVNode as h, unref as f } from "vue";
2
2
  import { d as b } from "./ArrowIcon.B7Oqov4Y.js";
3
3
  import "./PharmacyIcon.qIkuSERu.js";
4
- const C = { "aria-label": "Breadcrumb" }, g = ["data-tooltip"], w = ["href"], v = /* @__PURE__ */ m({
4
+ const C = { "aria-label": "Breadcrumb" }, g = ["data-tooltip"], w = ["href"], _ = /* @__PURE__ */ m({
5
5
  __name: "BaseBreadcrumb",
6
6
  props: {
7
7
  items: {},
@@ -24,7 +24,7 @@ const C = { "aria-label": "Breadcrumb" }, g = ["data-tooltip"], w = ["href"], v
24
24
  t?.label ? (s(), i("li", {
25
25
  key: 0,
26
26
  class: a(["uikit-list-none", e.listItemClasses]),
27
- "data-tooltip": e.$attrs["data-tooltip"]
27
+ "data-tooltip": t.dataTooltip
28
28
  }, [
29
29
  u(e.$slots, "item", {
30
30
  item: t
@@ -54,5 +54,5 @@ const C = { "aria-label": "Breadcrumb" }, g = ["data-tooltip"], w = ["href"], v
54
54
  }
55
55
  });
56
56
  export {
57
- v as _
57
+ _
58
58
  };
package/dist/index.js CHANGED
@@ -40,7 +40,7 @@ import { _ as Ie } from "./chunks/IntersectionObserver.vue_vue_type_script_setup
40
40
  import { S as we } from "./chunks/SwiperCarousel.BV6QiwmC.js";
41
41
  import { default as ke } from "./SwiperSlide.js";
42
42
  import { useValidator as De } from "./useValidator.js";
43
- import { _ as Ge } from "./chunks/BaseBreadcrumb.vue_vue_type_script_setup_true_lang.BmvX56Gc.js";
43
+ import { _ as Ge } from "./chunks/BaseBreadcrumb.vue_vue_type_script_setup_true_lang.B0owkt0c.js";
44
44
  import './assets/index.css';export {
45
45
  I as AccessibleSelect,
46
46
  r as BaseAccordion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "1.9.28",
3
+ "version": "1.9.29",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",