readytech-ui-library-v2 1.0.145 → 1.0.146
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.
@@ -7064,6 +7064,10 @@ const tl = J({
|
|
7064
7064
|
type: String,
|
7065
7065
|
default: "primary"
|
7066
7066
|
// Default Vuetify color
|
7067
|
+
},
|
7068
|
+
ariaLabel: {
|
7069
|
+
type: String,
|
7070
|
+
default: null
|
7067
7071
|
}
|
7068
7072
|
},
|
7069
7073
|
computed: {
|
@@ -7104,10 +7108,11 @@ function vQ(e, t, n, r, a, i) {
|
|
7104
7108
|
color: n.color,
|
7105
7109
|
"aria-describedby": i.ariaErrorMessagesId,
|
7106
7110
|
"aria-checked": n.indeterminate ? "mixed" : i.checkedValue ? "true" : "false",
|
7107
|
-
"aria-disabled": n.disabled ? "true" : "false"
|
7108
|
-
|
7111
|
+
"aria-disabled": n.disabled ? "true" : "false",
|
7112
|
+
"aria-label": n.ariaLabel
|
7113
|
+
}, null, 8, ["modelValue", "id", "label", "disabled", "error", "error-messages", "indeterminate", "color", "aria-describedby", "aria-checked", "aria-disabled", "aria-label"]);
|
7109
7114
|
}
|
7110
|
-
const hQ = /* @__PURE__ */ je(fQ, [["render", vQ], ["__scopeId", "data-v-
|
7115
|
+
const hQ = /* @__PURE__ */ je(fQ, [["render", vQ], ["__scopeId", "data-v-442f767b"]]), gQ = J({
|
7111
7116
|
color: {
|
7112
7117
|
type: Object
|
7113
7118
|
},
|