@agendize/vue-tools 1.13.0 → 1.14.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/dist/vue-tools.es.js +8 -8
- package/package.json +1 -1
package/dist/vue-tools.es.js
CHANGED
|
@@ -5024,8 +5024,8 @@ const Si = { class: "az-bg-secondary az-flex az-flex-col az-gap-4 az-rounded-200
|
|
|
5024
5024
|
column1: Xe(() => [
|
|
5025
5025
|
Qe(H(Nr), {
|
|
5026
5026
|
class: "az-h-full az-p-4",
|
|
5027
|
-
title:
|
|
5028
|
-
subTitle:
|
|
5027
|
+
title: H(a)("common.share.iframe.title"),
|
|
5028
|
+
subTitle: H(a)("common.share.iframe.description"),
|
|
5029
5029
|
bodyStretch: "",
|
|
5030
5030
|
color: "secondary",
|
|
5031
5031
|
border: !1
|
|
@@ -5163,8 +5163,8 @@ const Si = { class: "az-bg-secondary az-flex az-flex-col az-gap-4 az-rounded-200
|
|
|
5163
5163
|
column1: Xe(() => [
|
|
5164
5164
|
Qe(H(Nr), {
|
|
5165
5165
|
class: "az-h-full az-p-4",
|
|
5166
|
-
title:
|
|
5167
|
-
subTitle:
|
|
5166
|
+
title: H(a)("common.share.qrcode.title"),
|
|
5167
|
+
subTitle: H(a)("common.share.qrcode.description"),
|
|
5168
5168
|
color: "secondary",
|
|
5169
5169
|
bodyStretch: "",
|
|
5170
5170
|
border: !1
|
|
@@ -5275,8 +5275,8 @@ const Si = { class: "az-bg-secondary az-flex az-flex-col az-gap-4 az-rounded-200
|
|
|
5275
5275
|
Qe(H(ua)),
|
|
5276
5276
|
Qe(H(zn), {
|
|
5277
5277
|
id: C.id + "_iframe_card",
|
|
5278
|
-
title:
|
|
5279
|
-
subTitle:
|
|
5278
|
+
title: H(r)("common.share.cards.iframe.title"),
|
|
5279
|
+
subTitle: H(r)("common.share.cards.iframe.description"),
|
|
5280
5280
|
ariaLabel: H(r)("common.share.cards.iframe.title"),
|
|
5281
5281
|
selectable: "",
|
|
5282
5282
|
onClick: P[0] || (P[0] = (M) => b(H(Dt).IFRAME))
|
|
@@ -5293,8 +5293,8 @@ const Si = { class: "az-bg-secondary az-flex az-flex-col az-gap-4 az-rounded-200
|
|
|
5293
5293
|
column2: Xe(() => [
|
|
5294
5294
|
Qe(H(zn), {
|
|
5295
5295
|
id: C.id + "_qrcode_card",
|
|
5296
|
-
title:
|
|
5297
|
-
subTitle:
|
|
5296
|
+
title: H(r)("common.share.cards.qrcode.title"),
|
|
5297
|
+
subTitle: H(r)("common.share.cards.qrcode.description"),
|
|
5298
5298
|
ariaLabel: H(r)("common.share.cards.qrcode.title"),
|
|
5299
5299
|
selectable: "",
|
|
5300
5300
|
onClick: P[1] || (P[1] = (M) => b(H(Dt).QR_CODE))
|