@rocketui/vue 0.2.90 → 0.2.91
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/rocket-ui-vue.js
CHANGED
|
@@ -7722,7 +7722,7 @@ const x2 = {
|
|
|
7722
7722
|
id: `${l.value}`,
|
|
7723
7723
|
class: "r-checkbox-texts__label",
|
|
7724
7724
|
"data-disabled": C.disabled,
|
|
7725
|
-
for:
|
|
7725
|
+
for: l.value
|
|
7726
7726
|
}, v(C.label), 9, l5),
|
|
7727
7727
|
C.hideDetails ? g("", !0) : (m(), a("div", {
|
|
7728
7728
|
key: 0,
|
|
@@ -9741,7 +9741,7 @@ const i3 = ["id", "aria-disabled"], A3 = ["innerHTML"], e3 = ["id"], d3 = ["id"]
|
|
|
9741
9741
|
Z("label", {
|
|
9742
9742
|
id: `${M.value}`,
|
|
9743
9743
|
class: "r-switch-texts__label",
|
|
9744
|
-
for:
|
|
9744
|
+
for: M.value
|
|
9745
9745
|
}, v(C.label), 9, j3),
|
|
9746
9746
|
C.hideDetails ? g("", !0) : (m(), a("div", {
|
|
9747
9747
|
key: 0,
|
|
@@ -9930,9 +9930,9 @@ const C0 = ["id", "aria-disabled", "aria-selected", "disabled"], H0 = { key: 0 }
|
|
|
9930
9930
|
key: 0,
|
|
9931
9931
|
id: `${M.value}`,
|
|
9932
9932
|
class: "r-textarea__label",
|
|
9933
|
-
for:
|
|
9933
|
+
for: M.value,
|
|
9934
9934
|
text: C.label
|
|
9935
|
-
}, null, 8, ["id", "text"])) : g("", !0),
|
|
9935
|
+
}, null, 8, ["id", "for", "text"])) : g("", !0),
|
|
9936
9936
|
Z("textarea", E1(e.$attrs, {
|
|
9937
9937
|
id: `${M.value}`,
|
|
9938
9938
|
class: ["r-textarea", {
|