@julingbase/jly-arco-design 0.0.5 → 0.0.6

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/README.md CHANGED
@@ -1,4 +1,11 @@
1
1
  # 更新日志
2
+
3
+ ## 0.0.6
4
+ ### 新增功能
5
+
6
+ - **Input组件**
7
+ - 新增普通输入框气泡悬浮入参
8
+
2
9
  ## 0.0.5
3
10
  ### 新增功能
4
11
 
package/dist/arco-vue.js CHANGED
@@ -4124,6 +4124,11 @@
4124
4124
  enableToolTip: {
4125
4125
  type: Boolean,
4126
4126
  default: false
4127
+ },
4128
+ toolTipProps: {
4129
+ type: Object,
4130
+ default: () => {
4131
+ }
4127
4132
  }
4128
4133
  },
4129
4134
  emits: {
@@ -4331,9 +4336,7 @@
4331
4336
  "onMousedown": handleMousedown
4332
4337
  }, !hasOuter ? wrapperAttrs.value : void 0), [slots.prefix && vue.createVNode("span", {
4333
4338
  "class": `${prefixCls}-prefix`
4334
- }, [slots.prefix()]), vue.createVNode(Tooltip, vue.mergeProps({
4335
- "content": props.placeholder
4336
- }, inputToolTipAttrs.value), {
4339
+ }, [slots.prefix()]), vue.createVNode(Tooltip, vue.mergeProps(inputToolTipAttrs.value, props.toolTipProps), {
4337
4340
  default: () => [vue.createVNode("input", vue.mergeProps({
4338
4341
  "ref": inputRef,
4339
4342
  "class": cls.value,