@typlog/ui 0.12.2 → 0.13.0

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.
package/addons.js CHANGED
@@ -324,11 +324,10 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
324
324
  color: "gray",
325
325
  onClick: withModifiers(reset, ["prevent"])
326
326
  }, {
327
- default: withCtx(() => _cache[5] || (_cache[5] = [
327
+ default: withCtx(() => [..._cache[5] || (_cache[5] = [
328
328
  createTextVNode(" Back ", -1)
329
- ])),
330
- _: 1,
331
- __: [5]
329
+ ])]),
330
+ _: 1
332
331
  }),
333
332
  shouldDisplay.value === "search" ? (openBlock(), createBlock(unref(TextField), {
334
333
  key: 0,
@@ -387,9 +386,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
387
386
  page: page.value,
388
387
  "onUpdate:page": _cache[4] || (_cache[4] = ($event) => page.value = $event),
389
388
  total: allIcons.value.length,
390
- perpage: _ctx.perpage,
391
- size: "2"
392
- }, null, 8, ["page", "total", "perpage"])
389
+ "items-per-page": _ctx.perpage
390
+ }, null, 8, ["page", "total", "items-per-page"])
393
391
  ])) : createCommentVNode("", true)
394
392
  ]);
395
393
  };