@citruslime/ui 4.0.2-beta.14 → 4.0.2-beta.15

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.
@@ -2784,7 +2784,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
2784
2784
  "cl:cursor-pointer": (_ctx.options.highlightRowSelection || _ctx.options.rowSelectionEnabled) && !_ctx.editMode,
2785
2785
  "cl:bg-link-lighter!": index2 === selectedRowIndex.value && _ctx.options.highlightRowSelection === true,
2786
2786
  "cl:hover:bg-link-lighter": _ctx.options.rowSelectionEnabled && _ctx.options.highlightRowSelection === true && !_ctx.editMode,
2787
- "cl:border-b-4 cl:border-double": displayBorderForEndOfGroup(_ctx.data, index2)
2787
+ "cl:border-b-2 cl:border-solid cl:border-primary-dark": displayBorderForEndOfGroup(_ctx.data, index2)
2788
2788
  }]),
2789
2789
  "row-index": index2,
2790
2790
  "group-by": ((_a2 = _ctx.options) == null ? void 0 : _a2.groupByField) ?? "",
@@ -8481,12 +8481,12 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
8481
8481
  (openBlock(true), createElementBlock(Fragment, null, renderList(visibleColumns.value, (column, index2) => {
8482
8482
  return openBlock(), createElementBlock("tr", {
8483
8483
  key: index2,
8484
- class: "cl:border-b cl:border-grey-2 cl:text-sm"
8484
+ class: "active:cl:cursor-grabbing cl:border-b cl:border-grey-2 cl:cursor-grab cl:text-sm reorder-handle"
8485
8485
  }, [
8486
8486
  createElementVNode("td", null, [
8487
8487
  createVNode(unref(Icon), {
8488
8488
  icon: "ph:dots-six-vertical",
8489
- class: "cl:cursor-ns-resize cl:mb-0.5 cl:mx-1 cl:px-0.5 cl:py-1 cl:text-3xl reorder-handle"
8489
+ class: "cl:mb-0.5 cl:mx-1 cl:px-0.5 cl:py-1 cl:text-3xl"
8490
8490
  })
8491
8491
  ]),
8492
8492
  createElementVNode("td", _hoisted_7$4, toDisplayString(column.viewManagerCaption ? unref(t2)(column.viewManagerCaption) : unref(t2)(column.caption)), 1),