@dolusoft/vue3-datatable 1.8.45 → 1.8.46

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.
@@ -6036,7 +6036,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
6036
6036
  };
6037
6037
  }
6038
6038
  });
6039
- const _hoisted_1$1 = ["data-tooltip"];
6039
+ const _hoisted_1$1 = ["title"];
6040
6040
  const _hoisted_2$1 = ["innerHTML"];
6041
6041
  const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
6042
6042
  __name: "truncated-cell",
@@ -6092,7 +6092,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
6092
6092
  "bh-truncate-multi": _ctx.truncate && _ctx.truncateLines > 1
6093
6093
  }]),
6094
6094
  style: vue.normalizeStyle(cellStyle.value),
6095
- "data-tooltip": shouldShowTooltip.value ? tooltipContent.value : null
6095
+ title: shouldShowTooltip.value ? tooltipContent.value : ""
6096
6096
  }, [
6097
6097
  _ctx.html ? (vue.openBlock(), vue.createElementBlock("span", {
6098
6098
  key: 0,
@@ -6035,7 +6035,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
6035
6035
  };
6036
6036
  }
6037
6037
  });
6038
- const _hoisted_1$1 = ["data-tooltip"];
6038
+ const _hoisted_1$1 = ["title"];
6039
6039
  const _hoisted_2$1 = ["innerHTML"];
6040
6040
  const _sfc_main$1 = /* @__PURE__ */ defineComponent({
6041
6041
  __name: "truncated-cell",
@@ -6091,7 +6091,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
6091
6091
  "bh-truncate-multi": _ctx.truncate && _ctx.truncateLines > 1
6092
6092
  }]),
6093
6093
  style: normalizeStyle(cellStyle.value),
6094
- "data-tooltip": shouldShowTooltip.value ? tooltipContent.value : null
6094
+ title: shouldShowTooltip.value ? tooltipContent.value : ""
6095
6095
  }, [
6096
6096
  _ctx.html ? (openBlock(), createElementBlock("span", {
6097
6097
  key: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dolusoft/vue3-datatable",
3
- "version": "1.8.45",
3
+ "version": "1.8.46",
4
4
  "description": "Vue3 Datatable - fully customizable & easy to use datatable library",
5
5
  "private": false,
6
6
  "type": "module",