@sdata/web-vue 3.8.0 → 3.9.0
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.
|
@@ -137,6 +137,16 @@ var auto_complete_default = /* @__PURE__ */ defineComponent({
|
|
|
137
137
|
"dropdownReachBottom": (_ev) => true
|
|
138
138
|
},
|
|
139
139
|
/**
|
|
140
|
+
* @zh 前缀元素
|
|
141
|
+
* @en Prefix
|
|
142
|
+
* @slot prefix
|
|
143
|
+
*/
|
|
144
|
+
/**
|
|
145
|
+
* @zh 后缀元素
|
|
146
|
+
* @en Suffix
|
|
147
|
+
* @slot suffix
|
|
148
|
+
*/
|
|
149
|
+
/**
|
|
140
150
|
* @zh 弹出框的页脚
|
|
141
151
|
* @en The footer of the popup menu box
|
|
142
152
|
* @slot footer
|
package/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@sdata/web-vue",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.8.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -361,6 +361,14 @@
|
|
|
361
361
|
{
|
|
362
362
|
"name": "footer",
|
|
363
363
|
"description": "The footer of the popup menu box"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"name": "suffix",
|
|
367
|
+
"description": "Suffix"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "prefix",
|
|
371
|
+
"description": "Prefix"
|
|
364
372
|
}
|
|
365
373
|
]
|
|
366
374
|
},
|