@viur/shop-components 0.0.1-dev.54 → 0.0.1-dev.57
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/dist/{CategoryView-DLR9I242.mjs → CategoryView-Cgu_GBLc.mjs} +2 -2
- package/dist/{ItemCard-BFSQY8Iy.mjs → ItemCard-_VC1K2XM.mjs} +1 -1
- package/dist/{ItemView-DRYuO8SK.mjs → ItemView-B0Xs22Nz.mjs} +2 -2
- package/dist/{main-Q-Hz121l.mjs → main-dh3x2JlS.mjs} +467 -455
- package/dist/main.css +1 -1
- package/dist/viur-shop-components.es.js +1 -1
- package/dist/viur-shop-components.umd.js +20 -20
- package/package.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { reactive as p, computed as m, onMounted as f, openBlock as a, createElementBlock as i, createElementVNode as o, toDisplayString as g, renderSlot as _, createTextVNode as h, createCommentVNode as k, Fragment as y, renderList as v, createBlock as w, pushScopeId as I, popScopeId as S } from "vue";
|
|
2
|
-
import { _ as C, u as b } from "./main-
|
|
2
|
+
import { _ as C, u as b } from "./main-dh3x2JlS.mjs";
|
|
3
3
|
import { useRoute as x } from "vue-router";
|
|
4
4
|
import "@viur/vue-utils";
|
|
5
|
-
import { I as L } from "./ItemCard-
|
|
5
|
+
import { I as L } from "./ItemCard-_VC1K2XM.mjs";
|
|
6
6
|
const V = (t) => (I("data-v-532e5cf3"), t = t(), S(), t), B = {
|
|
7
7
|
key: 0,
|
|
8
8
|
class: "viur-shop-loading-wrap"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { openBlock as l, createElementBlock as n, createElementVNode as e, toDisplayString as r, withModifiers as m, unref as d, createTextVNode as p, pushScopeId as u, popScopeId as h } from "vue";
|
|
2
2
|
import { Request as _ } from "@viur/vue-utils";
|
|
3
|
-
import { _ as f, u as v } from "./main-
|
|
3
|
+
import { _ as f, u as v } from "./main-dh3x2JlS.mjs";
|
|
4
4
|
const i = (t) => (u("data-v-dc32dd0b"), t = t(), h(), t), b = { class: "viur-shop-item-card-card" }, g = ["src", "alt"], k = { class: "viur-shop-item-card-headline" }, x = /* @__PURE__ */ i(() => /* @__PURE__ */ e("h4", { class: "viur-shop-item-card-subline" }, "B 21 x H 6,5 x T 19 cm", -1)), I = { class: "viur-shop-item-card-price" }, y = {
|
|
5
5
|
class: "viur-shop-item-card-footer",
|
|
6
6
|
slot: "footer"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { reactive as Yt, onBeforeMount as Gt, openBlock as Qt, createElementBlock as Xt, Fragment as te, createElementVNode as p, toDisplayString as dt, withModifiers as ee, createTextVNode as It, createVNode as se, pushScopeId as ie, popScopeId as re } from "vue";
|
|
2
2
|
import { Request as ut } from "@viur/vue-utils";
|
|
3
3
|
import { useRoute as oe } from "vue-router";
|
|
4
|
-
import { I as ne } from "./ItemCard-
|
|
5
|
-
import { _ as ae } from "./main-
|
|
4
|
+
import { I as ne } from "./ItemCard-_VC1K2XM.mjs";
|
|
5
|
+
import { _ as ae } from "./main-dh3x2JlS.mjs";
|
|
6
6
|
function pt(s, t, e) {
|
|
7
7
|
const i = (r) => Object.is(r, -0) ? 0 : r;
|
|
8
8
|
return s < t ? i(t) : s > e ? i(e) : i(s);
|