@opentiny/vue-renderless 3.9.1 → 3.9.2

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.
Files changed (2) hide show
  1. package/input/vue.js +1 -1
  2. package/package.json +1 -1
package/input/vue.js CHANGED
@@ -91,7 +91,7 @@ const initState = ({ reactive, computed, mode, props, parent, constants }) => {
91
91
  validateIcon: computed(() => constants.VALIDATE_ICON[state.validateState]),
92
92
  showWordLimit: computed(() => props.showWordLimit && parent.$attrs.maxlength),
93
93
  inputDisabled: computed(
94
- () => props.disabled || (parent.auiForm || {}).disabled || state.isDisplayOnly || (parent.tinyForm || {}).displayOnly
94
+ () => props.disabled || (parent.tinyForm || {}).disabled || state.isDisplayOnly || (parent.tinyForm || {}).displayOnly
95
95
  ),
96
96
  validateState: computed(() => parent.formItem ? parent.formItem.validateState : ""),
97
97
  textareaStyle: computed(() => __spreadProps(__spreadValues({}, state.textareaCalcStyle), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/vue-renderless",
3
- "version": "3.9.1",
3
+ "version": "3.9.2",
4
4
  "description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
5
5
  "homepage": "https://opentiny.design/tiny-vue",
6
6
  "keywords": [