@rocketui/vue 0.2.95 → 0.2.96
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
|
@@ -7695,7 +7695,7 @@ const E2 = {
|
|
|
7695
7695
|
class: "r-checkbox-container"
|
|
7696
7696
|
}, [
|
|
7697
7697
|
s("input", {
|
|
7698
|
-
id:
|
|
7698
|
+
id: l.value,
|
|
7699
7699
|
checked: A.checked,
|
|
7700
7700
|
class: "r-checkbox-container__input",
|
|
7701
7701
|
disabled: C.disabled,
|
|
@@ -7719,7 +7719,7 @@ const E2 = {
|
|
|
7719
7719
|
class: "r-checkbox-texts"
|
|
7720
7720
|
}, [
|
|
7721
7721
|
s("label", {
|
|
7722
|
-
id: `${l.value}`,
|
|
7722
|
+
id: `${l.value}-label`,
|
|
7723
7723
|
class: "r-checkbox-texts__label",
|
|
7724
7724
|
"data-disabled": C.disabled,
|
|
7725
7725
|
for: l.value
|
|
@@ -9783,7 +9783,7 @@ const e3 = ["id", "aria-disabled"], d3 = ["innerHTML"], t3 = ["id"], m3 = ["id"]
|
|
|
9783
9783
|
class: O(L.value)
|
|
9784
9784
|
}, [
|
|
9785
9785
|
s("input", {
|
|
9786
|
-
id:
|
|
9786
|
+
id: M.value,
|
|
9787
9787
|
checked: A.value.checked,
|
|
9788
9788
|
class: "r-switch__input",
|
|
9789
9789
|
disabled: C.disabled,
|
|
@@ -9799,7 +9799,7 @@ const e3 = ["id", "aria-disabled"], d3 = ["innerHTML"], t3 = ["id"], m3 = ["id"]
|
|
|
9799
9799
|
}])
|
|
9800
9800
|
}, [
|
|
9801
9801
|
s("label", {
|
|
9802
|
-
id: `${M.value}`,
|
|
9802
|
+
id: `${M.value}-label`,
|
|
9803
9803
|
class: "r-switch-texts__label",
|
|
9804
9804
|
for: M.value
|
|
9805
9805
|
}, v(C.label), 9, H0),
|
|
@@ -9988,7 +9988,7 @@ const i0 = ["id", "aria-disabled", "aria-selected", "disabled"], A0 = { key: 0 }
|
|
|
9988
9988
|
}, [
|
|
9989
9989
|
C.label ? (m(), R(y2, {
|
|
9990
9990
|
key: 0,
|
|
9991
|
-
id: `${M.value}`,
|
|
9991
|
+
id: `${M.value}-label`,
|
|
9992
9992
|
class: "r-textarea__label",
|
|
9993
9993
|
for: M.value,
|
|
9994
9994
|
text: C.label
|
|
@@ -10142,7 +10142,7 @@ const i0 = ["id", "aria-disabled", "aria-selected", "disabled"], A0 = { key: 0 }
|
|
|
10142
10142
|
}, [
|
|
10143
10143
|
C.label ? (m(), R(y2, {
|
|
10144
10144
|
key: 0,
|
|
10145
|
-
id: `${Z.value}`,
|
|
10145
|
+
id: `${Z.value}-label`,
|
|
10146
10146
|
class: "r-textfield__label",
|
|
10147
10147
|
for: Z.value,
|
|
10148
10148
|
text: C.label,
|
|
@@ -10588,7 +10588,7 @@ const i0 = ["id", "aria-disabled", "aria-selected", "disabled"], A0 = { key: 0 }
|
|
|
10588
10588
|
onChange: M[0] || (M[0] = (e) => L.$emit("update:modelValue"))
|
|
10589
10589
|
}), null, 16, K0),
|
|
10590
10590
|
s("span", {
|
|
10591
|
-
id: `${C.value}`,
|
|
10591
|
+
id: `${C.value}-label`,
|
|
10592
10592
|
class: O(["r-radio__label", [V.errorMsg && "r-radio__label--error"]]),
|
|
10593
10593
|
onClick: M[1] || (M[1] = (e) => L.$emit("update:modelValue"))
|
|
10594
10594
|
}, [
|