@rocketui/vue 0.2.89 → 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 +10 -10
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.js
CHANGED
|
@@ -7695,7 +7695,7 @@ const x2 = {
|
|
|
7695
7695
|
class: "r-checkbox-container"
|
|
7696
7696
|
}, [
|
|
7697
7697
|
Z("input", {
|
|
7698
|
-
id: `${l.value}
|
|
7698
|
+
id: `${l.value}`,
|
|
7699
7699
|
checked: A.checked,
|
|
7700
7700
|
class: "r-checkbox-container__input",
|
|
7701
7701
|
disabled: C.disabled,
|
|
@@ -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,
|
|
@@ -9251,7 +9251,7 @@ const i3 = ["id", "aria-disabled"], A3 = ["innerHTML"], e3 = ["id"], d3 = ["id"]
|
|
|
9251
9251
|
], 8, r3)
|
|
9252
9252
|
]),
|
|
9253
9253
|
n2(Z("input", {
|
|
9254
|
-
id: `${t.id}
|
|
9254
|
+
id: `${t.id}`,
|
|
9255
9255
|
ref_key: "input",
|
|
9256
9256
|
ref: y,
|
|
9257
9257
|
"onUpdate:modelValue": s[0] || (s[0] = (p) => e.value = p),
|
|
@@ -9723,7 +9723,7 @@ const i3 = ["id", "aria-disabled"], A3 = ["innerHTML"], e3 = ["id"], d3 = ["id"]
|
|
|
9723
9723
|
class: O(L.value)
|
|
9724
9724
|
}, [
|
|
9725
9725
|
Z("input", {
|
|
9726
|
-
id: `${M.value}
|
|
9726
|
+
id: `${M.value}`,
|
|
9727
9727
|
checked: A.value.checked,
|
|
9728
9728
|
class: "r-switch__input",
|
|
9729
9729
|
disabled: C.disabled,
|
|
@@ -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,11 +9930,11 @@ 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
|
-
id: `${M.value}
|
|
9937
|
+
id: `${M.value}`,
|
|
9938
9938
|
class: ["r-textarea", {
|
|
9939
9939
|
"r-textarea--error": C.errorMsg,
|
|
9940
9940
|
"r-textarea--disabled": C.disabled
|
|
@@ -10111,7 +10111,7 @@ const C0 = ["id", "aria-disabled", "aria-selected", "disabled"], H0 = { key: 0 }
|
|
|
10111
10111
|
}, null, 8, ["id", "class", "name"])) : g("", !0)
|
|
10112
10112
|
]),
|
|
10113
10113
|
Z("input", E1(h.$attrs, {
|
|
10114
|
-
id: `${c.value}
|
|
10114
|
+
id: `${c.value}`,
|
|
10115
10115
|
ref_key: "inputRef",
|
|
10116
10116
|
ref: A,
|
|
10117
10117
|
disabled: C.disabled,
|
|
@@ -10518,7 +10518,7 @@ const C0 = ["id", "aria-disabled", "aria-selected", "disabled"], H0 = { key: 0 }
|
|
|
10518
10518
|
class: O(A.value)
|
|
10519
10519
|
}, [
|
|
10520
10520
|
Z("input", E1(L.$attrs, {
|
|
10521
|
-
id: `${C.value}
|
|
10521
|
+
id: `${C.value}`,
|
|
10522
10522
|
checked: i.value,
|
|
10523
10523
|
class: "r-radio__input",
|
|
10524
10524
|
disabled: V.disabled,
|