@idds/vue 1.6.46 → 1.6.47

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/index.es.js CHANGED
@@ -4588,7 +4588,7 @@ const yi = async (e) => {
4588
4588
  emits: ["update:modelValue", "change", "focus", "blur"],
4589
4589
  setup(e, { expose: i, emit: t }) {
4590
4590
  const a = e, o = t, r = z([]), d = z(a.modelValue), u = v(
4591
- () => `radio-input-label-${Math.random().toString(36).substr(2, 9)}`
4591
+ () => a.name || `radio-input-label-${Math.random().toString(36).substr(2, 9)}`
4592
4592
  ), p = v(() => {
4593
4593
  const c = ["ina-radio-input"];
4594
4594
  return c.push(`ina-radio-input--size-${a.size}`), c.push(`ina-radio-input--orientation-${a.orientation}`), a.disabled && c.push("ina-radio-input--disabled"), a.error && c.push("ina-radio-input--error"), c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idds/vue",
3
- "version": "1.6.46",
3
+ "version": "1.6.47",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },