@ebfe/vantkit-doc 0.0.12 → 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 CHANGED
@@ -4,4 +4,4 @@ declare namespace _default {
4
4
  }
5
5
  export default _default;
6
6
  export function install(app: any): void;
7
- export const version: '0.0.2';
7
+ export const version: '0.0.13';
package/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const version = '0.0.2';
1
+ const version = '0.0.13';
2
2
  function install(app) {
3
3
  const components = [];
4
4
  components.forEach((item) => {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
3
- const version = '0.0.2';
3
+ const version = '0.0.13';
4
4
  function install(app) {
5
5
  const components = [];
6
6
  components.forEach((item) => {
@@ -1,4 +1,4 @@
1
- const version = '0.0.2';
1
+ const version = '0.0.13';
2
2
  function install(app) {
3
3
  const components = [];
4
4
  components.forEach((item) => {
@@ -7,7 +7,7 @@
7
7
  factory((global['@ebfe/vant-kit'] = {})));
8
8
  })(this, function (exports2) {
9
9
  'use strict';
10
- const version = '0.0.2';
10
+ const version = '0.0.13';
11
11
  function install(app) {
12
12
  const components = [];
13
13
  components.forEach((item) => {
@@ -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.2';
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
@@ -4,4 +4,4 @@ declare namespace _default {
4
4
  }
5
5
  export default _default;
6
6
  export function install(app: any): void;
7
- export const version: '0.0.2';
7
+ export const version: '0.0.13';
package/lib/index.js CHANGED
@@ -24,7 +24,7 @@ __export(stdin_exports, {
24
24
  version: () => version,
25
25
  });
26
26
  module.exports = __toCommonJS(stdin_exports);
27
- const version = '0.0.2';
27
+ const version = '0.0.13';
28
28
  function install(app) {
29
29
  const components = [];
30
30
  components.forEach((item) => {
@@ -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.2",
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.12",
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.15"
49
+ "@ebfe/vhooks": "0.0.3"
50
50
  },
51
51
  "scripts": {
52
52
  "dev": "vant-cli dev",