@agendize/vue-tools 1.17.2 → 1.18.1
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/vue-tools.es.js +2 -0
- package/package.json +1 -1
package/dist/vue-tools.es.js
CHANGED
|
@@ -5350,6 +5350,7 @@ const Ju = { class: "az-bg-secondary az-flex az-flex-col az-gap-4 az-rounded-200
|
|
|
5350
5350
|
id: E.id + "_iframe_card",
|
|
5351
5351
|
title: Q(n)("common.share.cards.iframe.title"),
|
|
5352
5352
|
subTitle: Q(n)("common.share.cards.iframe.description"),
|
|
5353
|
+
imgHeight: "150px",
|
|
5353
5354
|
ariaLabel: Q(n)("common.share.cards.iframe.title"),
|
|
5354
5355
|
selectable: "",
|
|
5355
5356
|
onAction: T[0] || (T[0] = (O) => d(Q(un).IFRAME))
|
|
@@ -5368,6 +5369,7 @@ const Ju = { class: "az-bg-secondary az-flex az-flex-col az-gap-4 az-rounded-200
|
|
|
5368
5369
|
id: E.id + "_qrcode_card",
|
|
5369
5370
|
title: Q(n)("common.share.cards.qrcode.title"),
|
|
5370
5371
|
subTitle: Q(n)("common.share.cards.qrcode.description"),
|
|
5372
|
+
imgHeight: "150px",
|
|
5371
5373
|
ariaLabel: Q(n)("common.share.cards.qrcode.title"),
|
|
5372
5374
|
selectable: "",
|
|
5373
5375
|
onAction: T[1] || (T[1] = (O) => d(Q(un).QR_CODE))
|