@ebfe/vantkit-doc 0.0.13 → 0.0.14
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/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/lib/@ebfe/vant-kit.cjs.js +1 -1
- package/lib/@ebfe/vant-kit.es.js +1 -1
- package/lib/@ebfe/vant-kit.js +1 -1
- package/lib/@ebfe/vant-kit.min.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/web-types.json +30 -1
- package/package.json +3 -3
package/es/index.d.ts
CHANGED
package/es/index.js
CHANGED
package/lib/@ebfe/vant-kit.es.js
CHANGED
package/lib/@ebfe/vant-kit.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
: n(((e = 'undefined' != typeof globalThis ? globalThis : e || self)['@ebfe/vant-kit'] = {}));
|
|
7
7
|
})(this, function (e) {
|
|
8
8
|
'use strict';
|
|
9
|
-
const n = '0.0.
|
|
9
|
+
const n = '0.0.13';
|
|
10
10
|
function t(e) {
|
|
11
11
|
[].forEach((n) => {
|
|
12
12
|
n.install ? e.use(n) : n.name && e.component(n.name, n);
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
package/lib/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": "@ebfe/vant-kit",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.13",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"tags": [
|
|
@@ -142,6 +142,23 @@
|
|
|
142
142
|
}
|
|
143
143
|
]
|
|
144
144
|
},
|
|
145
|
+
{
|
|
146
|
+
"name": "field-textarea",
|
|
147
|
+
"attributes": [
|
|
148
|
+
{
|
|
149
|
+
"name": "modelValue",
|
|
150
|
+
"default": "-",
|
|
151
|
+
"description": "双向绑定值",
|
|
152
|
+
"value": { "type": "`string`", "kind": "expression" }
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "fieldProps",
|
|
156
|
+
"default": "-",
|
|
157
|
+
"description": "field props",
|
|
158
|
+
"value": { "type": "`Partial<Omit<FieldProps, 'modelValue'>>`", "kind": "expression" }
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
145
162
|
{
|
|
146
163
|
"name": "mask-txt",
|
|
147
164
|
"attributes": [
|
|
@@ -224,6 +241,12 @@
|
|
|
224
241
|
"default": "300",
|
|
225
242
|
"description": "搜索防抖时间(ms)",
|
|
226
243
|
"value": { "type": "number", "kind": "expression" }
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "processing-fallback-show-value",
|
|
247
|
+
"default": "-",
|
|
248
|
+
"description": "处理 id 未匹配到选项时展示的值",
|
|
249
|
+
"value": { "type": "`processingFallbackShowValue?: () => string[]`", "kind": "expression" }
|
|
227
250
|
}
|
|
228
251
|
],
|
|
229
252
|
"events": [
|
|
@@ -255,6 +278,12 @@
|
|
|
255
278
|
"description": "[vant Picker 组件的 props](https://vant-ui.github.io/vant/#/zh-CN/picker#props)",
|
|
256
279
|
"value": { "type": "", "kind": "expression" }
|
|
257
280
|
},
|
|
281
|
+
{
|
|
282
|
+
"name": "processing-fallback-opt",
|
|
283
|
+
"default": "-",
|
|
284
|
+
"description": "处理 id 未匹配到选项时展示的值",
|
|
285
|
+
"value": { "type": "`(p: TSPProcessingFallbackOptsPayload) => any`", "kind": "expression" }
|
|
286
|
+
},
|
|
258
287
|
{
|
|
259
288
|
"name": "show-search",
|
|
260
289
|
"default": "false",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebfe/vantkit-doc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"description": "A project that includes common components from the H5 project (dependent on vant) and some utility functions",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"dayjs": "^1.11.13",
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
46
|
"vant": "^4.9.21",
|
|
47
|
+
"@ebfe/vant-kit": "0.0.17",
|
|
47
48
|
"@ebfe/utils": "0.0.3",
|
|
48
|
-
"@ebfe/vhooks": "0.0.3"
|
|
49
|
-
"@ebfe/vant-kit": "0.0.16"
|
|
49
|
+
"@ebfe/vhooks": "0.0.3"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"dev": "vant-cli dev",
|