Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadir Balku authored and Kadir Balku committed Aug 2, 2024
1 parent f39984e commit 48fd35f
Show file tree
Hide file tree
Showing 10 changed files with 508 additions and 510 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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";
import { _ as C, u as b } from "./main-W6SHdPim.mjs";
import { _ as C, u as b } from "./main-Q-Hz121l.mjs";
import { useRoute as x } from "vue-router";
import "@viur/vue-utils";
import { I as L } from "./ItemCard-DKmHMm4I.mjs";
import { I as L } from "./ItemCard-BFSQY8Iy.mjs";
const V = (t) => (I("data-v-532e5cf3"), t = t(), S(), t), B = {
key: 0,
class: "viur-shop-loading-wrap"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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";
import { Request as _ } from "@viur/vue-utils";
import { _ as f, u as v } from "./main-W6SHdPim.mjs";
import { _ as f, u as v } from "./main-Q-Hz121l.mjs";
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 = {
class: "viur-shop-item-card-footer",
slot: "footer"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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";
import { Request as ut } from "@viur/vue-utils";
import { useRoute as oe } from "vue-router";
import { I as ne } from "./ItemCard-DKmHMm4I.mjs";
import { _ as ae } from "./main-W6SHdPim.mjs";
import { I as ne } from "./ItemCard-BFSQY8Iy.mjs";
import { _ as ae } from "./main-Q-Hz121l.mjs";
function pt(s, t, e) {
const i = (r) => Object.is(r, -0) ? 0 : r;
return s < t ? i(t) : s > e ? i(e) : i(s);
Expand Down
922 changes: 455 additions & 467 deletions source/dist/main-W6SHdPim.mjs → source/dist/main-Q-Hz121l.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/dist/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/dist/viur-shop-components.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { C as s, b as t, a as o, c as i, V as m, u } from "./main-W6SHdPim.mjs";
import { C as s, b as t, a as o, c as i, V as m, u } from "./main-Q-Hz121l.mjs";
import "vue";
export {
s as CartView,
Expand Down
40 changes: 20 additions & 20 deletions source/dist/viur-shop-components.umd.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viur/shop-components",
"version": "0.0.1-dev.53",
"version": "0.0.1-dev.54",
"description": "Frontend Vue components for the shop module of ViUR",
"repository": {
"type": "git",
Expand Down
36 changes: 23 additions & 13 deletions source/src/components/cart/CartLeaf.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
<h5 class="viur-shop-cart-leaf-artno">
{{ state.leaf.shop_art_no_or_gtin }}
</h5>
<div class="viur-shop-cart-leaf-description" v-html="state.leaf.shop_description">
</div>
<div
class="viur-shop-cart-leaf-description"
v-html="state.leaf.shop_description"
></div>
<div class="viur-shop-cart-leaf-actions">
<sl-button
size="small"
Expand Down Expand Up @@ -53,21 +55,29 @@
>
</sl-input>
</div>
<div class="viur-shop-cart-leaf-unitprice">
<div class="viur-shop-cart-leaf-unitprice">
<div class="viur-shop-cart-leaf-label">Stückpreis</div>
<sl-format-number class="viur-shop-cart-leaf-value viur-shop-cart-leaf-value--unitprice"
lang="de"
type="currency"
currency="EUR"
:value="leaf.price.retail"></sl-format-number>
<!-- <sl-format-number
class="viur-shop-cart-leaf-value viur-shop-cart-leaf-value--unitprice"
lang="de"
type="currency"
currency="EUR"
:value="leaf.price.retail"
>
</sl-format-number> -->
{{ leaf.price.retail }}
</div>
<div class="viur-shop-cart-leaf-price">
<div class="viur-shop-cart-leaf-label">Gesamtpreis</div>
<sl-format-number class="viur-shop-cart-leaf-value viur-shop-cart-leaf-value--price"
lang="de"
type="currency"
currency="EUR"
:value="leaf.price.retail * leaf.quantity"></sl-format-number>
<!-- <sl-format-number
class="viur-shop-cart-leaf-value viur-shop-cart-leaf-value--price"
lang="de"
type="currency"
currency="EUR"
:value="leaf.price.retail * leaf.quantity"
>
</sl-format-number> -->
{{ leaf.price.retail * leaf.quantity }}
</div>
</sl-card>
</template>
Expand Down

0 comments on commit 48fd35f

Please sign in to comment.