sprintify-ui 0.8.30 → 0.8.31

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.
@@ -7312,7 +7312,8 @@ const Yx = {
7312
7312
  ]),
7313
7313
  j("div", rS, [
7314
7314
  ge(pi, {
7315
- ref: "confirm",
7315
+ ref_key: "confirmRef",
7316
+ ref: i,
7316
7317
  size: "sm",
7317
7318
  class: "mb-2 w-full sm:mb-0 sm:w-auto",
7318
7319
  color: n.color
@@ -26580,7 +26581,7 @@ const iM = ["align", "colspan"], ob = /* @__PURE__ */ ye({
26580
26581
  default: he(() => [
26581
26582
  Re(F.$slots, "default"),
26582
26583
  ge(eb, {
26583
- visible: _(C).length,
26584
+ visible: _(C).length > 0,
26584
26585
  toggle: !1,
26585
26586
  "ignore-row-interactions": "",
26586
26587
  "custom-key": "actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.8.30",
3
+ "version": "0.8.31",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -93,7 +93,7 @@
93
93
 
94
94
  <BaseTableColumn
95
95
  v-slot="{ row }"
96
- :visible="rowActionsInternal.length"
96
+ :visible="rowActionsInternal.length > 0"
97
97
  :toggle="false"
98
98
  ignore-row-interactions
99
99
  custom-key="actions"
@@ -98,7 +98,7 @@
98
98
 
99
99
  <div class="mt-5 || sm:mt-4 sm:flex sm:flex-row-reverse">
100
100
  <BaseButton
101
- ref="confirm"
101
+ ref="confirmRef"
102
102
  size="sm"
103
103
  class="mb-2 w-full sm:mb-0 sm:w-auto"
104
104
  :color="color"