fds-vue-core 2.0.21 → 2.0.22

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.
@@ -3555,7 +3555,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
3555
3555
  size: "24px",
3556
3556
  disabled: _ctx.current === 1,
3557
3557
  ariaDisabled: _ctx.current === 1,
3558
- class: vue.normalizeClass([{ hidden: _ctx.current === 1 }, "w-8 h-8 sm:w-12 sm:h-12"]),
3558
+ class: vue.normalizeClass([{ "hidden!": _ctx.current === 1 }, "w-8 h-8 sm:w-12 sm:h-12"]),
3559
3559
  onClick: _cache[0] || (_cache[0] = ($event) => handlePagination("start"))
3560
3560
  }, null, 8, ["disabled", "ariaDisabled", "class"])),
3561
3561
  _ctx.loading && loadingIndicator.value === "prev" ? (vue.openBlock(), vue.createBlock(_sfc_main$p, {
@@ -3568,7 +3568,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
3568
3568
  size: "24px",
3569
3569
  disabled: _ctx.current === 1,
3570
3570
  ariaDisabled: _ctx.current === 1,
3571
- class: vue.normalizeClass([{ hidden: _ctx.current === 1 }, "w-8 h-8 sm:w-12 sm:h-12"]),
3571
+ class: vue.normalizeClass([{ "hidden!": _ctx.current === 1 }, "w-8 h-8 sm:w-12 sm:h-12"]),
3572
3572
  onClick: _cache[1] || (_cache[1] = ($event) => handlePagination("prev"))
3573
3573
  }, null, 8, ["disabled", "ariaDisabled", "class"]))
3574
3574
  ]),
@@ -3602,7 +3602,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
3602
3602
  size: "24px",
3603
3603
  disabled: _ctx.current === _ctx.max,
3604
3604
  ariaDisabled: _ctx.current === _ctx.max,
3605
- class: vue.normalizeClass([{ hidden: _ctx.current === _ctx.max }, "w-8 h-8 sm:w-12 sm:h-12"]),
3605
+ class: vue.normalizeClass([{ "hidden!": _ctx.current === _ctx.max }, "w-8 h-8 sm:w-12 sm:h-12"]),
3606
3606
  onClick: _cache[2] || (_cache[2] = ($event) => handlePagination("next"))
3607
3607
  }, null, 8, ["disabled", "ariaDisabled", "class"])),
3608
3608
  _ctx.loading && loadingIndicator.value === "end" ? (vue.openBlock(), vue.createBlock(_sfc_main$p, {
@@ -3615,7 +3615,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
3615
3615
  size: "24px",
3616
3616
  disabled: _ctx.current === _ctx.max,
3617
3617
  ariaDisabled: _ctx.current === _ctx.max,
3618
- class: vue.normalizeClass([{ hidden: _ctx.current === _ctx.max }, "w-8 h-8 sm:w-12 sm:h-12"]),
3618
+ class: vue.normalizeClass([{ "hidden!": _ctx.current === _ctx.max }, "w-8 h-8 sm:w-12 sm:h-12"]),
3619
3619
  onClick: _cache[3] || (_cache[3] = ($event) => handlePagination("end"))
3620
3620
  }, null, 8, ["disabled", "ariaDisabled", "class"]))
3621
3621
  ])