readytech-ui-library-v2 1.0.144 → 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
|
},
|
@@ -12835,10 +12840,7 @@ const ate = /* @__PURE__ */ je(nte, [["render", rte], ["__scopeId", "data-v-61d3
|
|
12835
12840
|
this.$emit("clear");
|
12836
12841
|
}
|
12837
12842
|
}
|
12838
|
-
}, ote = {
|
12839
|
-
class: "rt-input",
|
12840
|
-
role: "main"
|
12841
|
-
};
|
12843
|
+
}, ote = { class: "rt-input" };
|
12842
12844
|
function lte(e, t, n, r, a, i) {
|
12843
12845
|
return Y(), Ke("div", ote, [
|
12844
12846
|
w(ro, re(i.inputProps, {
|
@@ -12864,7 +12866,7 @@ function lte(e, t, n, r, a, i) {
|
|
12864
12866
|
}), null, 16, ["modelValue", "id", "hint", "label", "aria-label", "aria-describedby", "aria-invalid", "placeholder", "disabled", "error", "error-messages", "append-icon", "append-inner-icon", "prepend-icon", "prepend-inner-icon", "autocomplete", "onClick:clear"])
|
12865
12867
|
]);
|
12866
12868
|
}
|
12867
|
-
const Z3 = /* @__PURE__ */ je(ite, [["render", lte], ["__scopeId", "data-v-
|
12869
|
+
const Z3 = /* @__PURE__ */ je(ite, [["render", lte], ["__scopeId", "data-v-4f557003"]]), ute = {
|
12868
12870
|
name: "RtConfirmEdit",
|
12869
12871
|
components: {
|
12870
12872
|
RtInput: Z3,
|
@@ -21939,7 +21941,7 @@ function Wie(e, t, n, r, a, i) {
|
|
21939
21941
|
_: 3
|
21940
21942
|
});
|
21941
21943
|
}
|
21942
|
-
const Gie = /* @__PURE__ */ je($ie, [["render", Wie], ["__scopeId", "data-v-
|
21944
|
+
const Gie = /* @__PURE__ */ je($ie, [["render", Wie], ["__scopeId", "data-v-20ba61ff"]]), i_ = Symbol.for("vuetify:v-tabs"), qie = J({
|
21943
21945
|
fixed: Boolean,
|
21944
21946
|
sliderColor: String,
|
21945
21947
|
hideSlider: Boolean,
|