fds-vue-core 2.0.11 → 2.0.14

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.
@@ -1 +1 @@
1
- {"version":3,"file":"FdsPagination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FdsPagination/FdsPagination.vue"],"names":[],"mappings":"AAyLA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;;;gBASZ;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;gBAAU,MAAM;;;;gBAA9B;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;gBAAU,MAAM;;;;;;AAmZnE,wBAIG"}
1
+ {"version":3,"file":"FdsPagination.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FdsPagination/FdsPagination.vue"],"names":[],"mappings":"AA6LA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;;;gBASZ;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;gBAAU,MAAM;;;;gBAA9B;YAAE,EAAE,EAAE,MAAM,CAAA;SAAE;gBAAU,MAAM;;;;;;AA2anE,wBAIG"}
@@ -3532,7 +3532,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
3532
3532
  size: "24px",
3533
3533
  disabled: _ctx.current === 1,
3534
3534
  ariaDisabled: _ctx.current === 1,
3535
- class: vue.normalizeClass({ hidden: _ctx.current === 1 }),
3535
+ class: vue.normalizeClass([{ hidden: _ctx.current === 1 }, "w-8 h-8 sm:w-12 sm:h-12"]),
3536
3536
  onClick: _cache[0] || (_cache[0] = ($event) => handlePagination("start"))
3537
3537
  }, null, 8, ["disabled", "ariaDisabled", "class"])),
3538
3538
  _ctx.loading && loadingIndicator.value === "prev" ? (vue.openBlock(), vue.createBlock(_sfc_main$o, {
@@ -3545,7 +3545,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
3545
3545
  size: "24px",
3546
3546
  disabled: _ctx.current === 1,
3547
3547
  ariaDisabled: _ctx.current === 1,
3548
- class: vue.normalizeClass({ hidden: _ctx.current === 1 }),
3548
+ class: vue.normalizeClass([{ hidden: _ctx.current === 1 }, "w-8 h-8 sm:w-12 sm:h-12"]),
3549
3549
  onClick: _cache[1] || (_cache[1] = ($event) => handlePagination("prev"))
3550
3550
  }, null, 8, ["disabled", "ariaDisabled", "class"]))
3551
3551
  ]),
@@ -3579,7 +3579,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
3579
3579
  size: "24px",
3580
3580
  disabled: _ctx.current === _ctx.max,
3581
3581
  ariaDisabled: _ctx.current === _ctx.max,
3582
- class: vue.normalizeClass({ hidden: _ctx.current === _ctx.max }),
3582
+ class: vue.normalizeClass([{ hidden: _ctx.current === _ctx.max }, "w-8 h-8 sm:w-12 sm:h-12"]),
3583
3583
  onClick: _cache[2] || (_cache[2] = ($event) => handlePagination("next"))
3584
3584
  }, null, 8, ["disabled", "ariaDisabled", "class"])),
3585
3585
  _ctx.loading && loadingIndicator.value === "end" ? (vue.openBlock(), vue.createBlock(_sfc_main$o, {
@@ -3592,7 +3592,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
3592
3592
  size: "24px",
3593
3593
  disabled: _ctx.current === _ctx.max,
3594
3594
  ariaDisabled: _ctx.current === _ctx.max,
3595
- class: vue.normalizeClass({ hidden: _ctx.current === _ctx.max }),
3595
+ class: vue.normalizeClass([{ hidden: _ctx.current === _ctx.max }, "w-8 h-8 sm:w-12 sm:h-12"]),
3596
3596
  onClick: _cache[3] || (_cache[3] = ($event) => handlePagination("end"))
3597
3597
  }, null, 8, ["disabled", "ariaDisabled", "class"]))
3598
3598
  ])
@@ -3600,7 +3600,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
3600
3600
  };
3601
3601
  }
3602
3602
  });
3603
- const FdsPagination = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-9f29d3a4"]]);
3603
+ const FdsPagination = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-a10b418a"]]);
3604
3604
  const _hoisted_1$2 = { class: "block mb-4" };
3605
3605
  const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
3606
3606
  __name: "FdsTruncatedText",