@whitesev/pops 2.4.0 → 2.4.1

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.
@@ -4,10 +4,6 @@ export type PopsSearchSuggestionData<T = any> = {
4
4
  * 值
5
5
  */
6
6
  value: T;
7
- /**
8
- * 显示的文本
9
- */
10
- text: string;
11
7
  /**
12
8
  * 是否启用右侧的删除按钮
13
9
  * @default true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whitesev/pops",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "弹窗库",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/WhiteSevs/TamperMonkeyScript/tree/master/lib/pops#readme",