z-ui-pc 1.1.8 → 1.1.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "z-ui-pc",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "适用于pc端的前端组件库",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/web-types.json CHANGED
@@ -65,6 +65,11 @@
65
65
  "name": "v-trim-emoji",
66
66
  "description": "## el-input emoji表情过滤 \n输入/粘贴emoji表情到 el-input 的时候,会自动把emoji表情过滤掉。\n指令依赖于第三方库 [emoji-regex](https://www.npmjs.com/package/emoji-regex)",
67
67
  "type": "string"
68
+ },
69
+ {
70
+ "name": "v-not-allow-blank",
71
+ "description": "## 不允许输入空格指令 \n只能输入非空格字符,包含复制的时候会过滤空格",
72
+ "type": "array"
68
73
  }
69
74
  ]
70
75
  }