@dynamicforms/vuetify-inputs 0.7.0 → 0.7.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.
|
@@ -1350,7 +1350,7 @@ class ye extends yt {
|
|
|
1350
1350
|
value: {
|
|
1351
1351
|
name: "close",
|
|
1352
1352
|
label: $.Close,
|
|
1353
|
-
icon: "close-outline",
|
|
1353
|
+
icon: "ion-close-outline",
|
|
1354
1354
|
renderAs: z.BUTTON,
|
|
1355
1355
|
showLabel: !0,
|
|
1356
1356
|
showIcon: !0
|
|
@@ -1365,7 +1365,7 @@ class ye extends yt {
|
|
|
1365
1365
|
value: {
|
|
1366
1366
|
name: "yes",
|
|
1367
1367
|
label: $.Yes,
|
|
1368
|
-
icon: "thumbs-up-outline",
|
|
1368
|
+
icon: "ion-thumbs-up-outline",
|
|
1369
1369
|
renderAs: z.BUTTON,
|
|
1370
1370
|
showLabel: !0,
|
|
1371
1371
|
showIcon: !0
|
|
@@ -1380,7 +1380,7 @@ class ye extends yt {
|
|
|
1380
1380
|
value: {
|
|
1381
1381
|
name: "no",
|
|
1382
1382
|
label: $.No,
|
|
1383
|
-
icon: "thumbs-down-outline",
|
|
1383
|
+
icon: "ion-thumbs-down-outline",
|
|
1384
1384
|
renderAs: z.BUTTON,
|
|
1385
1385
|
showLabel: !0,
|
|
1386
1386
|
showIcon: !0
|