@voicenter-team/voicenter-ui-plus 3.0.10 → 3.0.11

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.
@@ -82,7 +82,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
82
82
  label: radioItem.label,
83
83
  value: toPrimitive(radioItem.value),
84
84
  class: normalizeClass([[getColor(radioItem), __props.itemClass], "vc-radio-buttons-group__button"]),
85
- disabled: radioItem.disabled
85
+ disabled: __props.disabled || radioItem.disabled
86
86
  }, {
87
87
  default: withCtx(() => [
88
88
  _ctx.$slots.item ? renderSlot(_ctx.$slots, "item", {
@@ -86,7 +86,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
86
86
  radios: unref(systemUserPromptOptions),
87
87
  config: unref(systemUserPromptEnum),
88
88
  size: __props.navigationSize,
89
- color: __props.navigationColor
89
+ color: __props.navigationColor,
90
+ disabled: __props.disabled
90
91
  }, {
91
92
  item: withCtx(({ option }) => [
92
93
  createElementVNode("div", _hoisted_3, [
@@ -98,7 +99,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
98
99
  ])
99
100
  ]),
100
101
  _: 1
101
- }, 8, ["modelValue", "radios", "config", "size", "color"])
102
+ }, 8, ["modelValue", "radios", "config", "size", "color", "disabled"])
102
103
  ]),
103
104
  createElementVNode("div", _hoisted_5, [
104
105
  withDirectives(createElementVNode("div", _hoisted_6, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voicenter-team/voicenter-ui-plus",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vite build",