readytech-ui-library-v2 1.0.30 → 1.0.31
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.
@@ -13149,13 +13149,16 @@ const lm = /* @__PURE__ */ ce(tm, [["render", nm]]), am = {
|
|
13149
13149
|
id() {
|
13150
13150
|
return `rt-checkbox-${this.uid}`;
|
13151
13151
|
},
|
13152
|
+
id() {
|
13153
|
+
return `rt-checkbox-${this.uid}`;
|
13154
|
+
},
|
13152
13155
|
// Compute the unique ID for the checkbox label
|
13153
13156
|
ariaLabelId() {
|
13154
|
-
return `checkbox-label-${this.
|
13157
|
+
return `checkbox-label-${this.uid}`;
|
13155
13158
|
},
|
13156
13159
|
// If error messages exist, generate a unique ID to associate with aria-describedby
|
13157
13160
|
ariaErrorMessagesId() {
|
13158
|
-
return this.errorMessages.length ? `checkbox-error-${this.
|
13161
|
+
return this.errorMessages.length ? `checkbox-error-${this.uid}` : null;
|
13159
13162
|
}
|
13160
13163
|
}
|
13161
13164
|
};
|
@@ -13175,7 +13178,7 @@ function im(e, n, t, l, a, i) {
|
|
13175
13178
|
"aria-disabled": t.disabled ? "true" : "false"
|
13176
13179
|
}, null, 8, ["modelValue", "id", "label", "disabled", "error", "error-messages", "indeterminate", "aria-labelledby", "aria-describedby", "aria-checked", "aria-disabled"]);
|
13177
13180
|
}
|
13178
|
-
const om = /* @__PURE__ */ ce(am, [["render", im], ["__scopeId", "data-v-
|
13181
|
+
const om = /* @__PURE__ */ ce(am, [["render", im], ["__scopeId", "data-v-68ef714f"]]), rm = R({
|
13179
13182
|
color: {
|
13180
13183
|
type: Object
|
13181
13184
|
},
|