@pequity/squirrel 1.0.26 → 1.0.28-beta.1

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.
@@ -26,7 +26,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
26
  }, [
27
27
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.tabs, (tabData) => {
28
28
  return openBlock(), createBlock(resolveDynamicComponent(tabData.to ? "RouterLink" : "div"), mergeProps({
29
- key: `tab-${tabData.name}`
29
+ key: `tab-${tabData.name}`,
30
+ ref_for: true
30
31
  }, tabData.to ? { to: tabData.to } : {}, {
31
32
  class: [[__props.activeTab === tabData.name ? "border-primary text-primary" : "border-transparent text-p-gray-40"], "group cursor-pointer border-b-2 pb-3 hover:border-primary hover:text-primary"],
32
33
  onClick: ($event) => _ctx.$emit("click:tab", tabData.name)
package/dist/es/index.js CHANGED
@@ -802,7 +802,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
802
802
  "show-filter-icon": col.filterable || col.sortable,
803
803
  "tooltip-text": col.tooltip,
804
804
  class: [{ "pl-2": i === 1 && _ctx.isFirstColFixed, "pr-2": i === _ctx.cols.length && _ctx.isLastColFixed }, "grow"],
805
- "text-color": headerCellTextColor(col)
805
+ "text-color": headerCellTextColor(col),
806
+ ref_for: true
806
807
  }, col.headerCellAttrs, {
807
808
  onClickFilterIcon: ($event) => _ctx.$emit("click-filter-icon", $event, col)
808
809
  }), null, 16, ["text", "filter-active", "show-filter-icon", "tooltip-text", "class", "text-color", "onClickFilterIcon"])