@reinosoft-ui/core 0.1.23 → 0.1.24
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/reinosoft-ui.es.js +2 -2
- package/dist/reinosoft-ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/reinosoft-ui.es.js
CHANGED
|
@@ -2826,7 +2826,7 @@ const z2 = {
|
|
|
2826
2826
|
"aria-describedby": R(Ne)(w.$props, w.$slots, h, k.value).value,
|
|
2827
2827
|
"aria-activedescendant": D.value,
|
|
2828
2828
|
"aria-disabled": w.$attrs.disabled ? "true" : void 0,
|
|
2829
|
-
disabled: w.$attrs.disabled
|
|
2829
|
+
disabled: Object.keys(w.$attrs).includes("disabled") || void 0,
|
|
2830
2830
|
onBlur: x,
|
|
2831
2831
|
onFocus: p,
|
|
2832
2832
|
onClick: I,
|
|
@@ -2893,7 +2893,7 @@ const z2 = {
|
|
|
2893
2893
|
}, null, 8, ["invalid", "errorMessage"])
|
|
2894
2894
|
], 2));
|
|
2895
2895
|
}
|
|
2896
|
-
}), yo = /* @__PURE__ */ U(r5, [["__scopeId", "data-v-
|
|
2896
|
+
}), yo = /* @__PURE__ */ U(r5, [["__scopeId", "data-v-09b641a8"]]), s5 = ["aria-label"], i5 = ["onKeydown"], u5 = {
|
|
2897
2897
|
key: 1,
|
|
2898
2898
|
class: "rs-gallery-thumbs"
|
|
2899
2899
|
}, c5 = ["aria-selected"], d5 = ["onClick"], v5 = /* @__PURE__ */ _({
|