@vunk/form 2.9.3 → 2.10.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.
- package/components/editable-text/index.cjs +280 -0
- package/components/editable-text/index.css +6 -0
- package/components/editable-text/index.mjs +274 -0
- package/components/esri-input-geojson/index.mjs +1 -1
- package/components/form-item/index.cjs +3 -2
- package/components/form-item/index.mjs +4 -3
- package/components/index2.cjs +38 -0
- package/components/index2.mjs +37 -1
- package/components/input-collection/index.mjs +1 -1
- package/components/upload/index.mjs +1 -1
- package/components/upload-plus/index.mjs +1 -1
- package/index.css +7 -0
- package/package.json +9 -1
- package/shared/element-plus/ctx.d.ts +6 -6
- package/shared/element-plus/instances.d.ts +140 -28
- package/components/api-tables-select/index.d.ts +0 -4
- package/components/api-tables-select/src/ctx.d.ts +0 -337
- package/components/api-tables-select/src/index.vue.d.ts +0 -846
- package/components/api-tables-select/src/types.d.ts +0 -19
- package/components/button/index.d.ts +0 -4
- package/components/button/src/ctx.d.ts +0 -106
- package/components/button/src/index.vue.d.ts +0 -486
- package/components/button/src/types.d.ts +0 -13
- package/components/card-input-collection/index.d.ts +0 -4
- package/components/card-input-collection/src/ctx.d.ts +0 -84
- package/components/card-input-collection/src/index.vue.d.ts +0 -551
- package/components/card-input-collection/src/types.d.ts +0 -10
- package/components/cascader/index.d.ts +0 -6
- package/components/cascader/src/ctx.d.ts +0 -151
- package/components/cascader/src/index.vue.d.ts +0 -375
- package/components/cascader/src/types.d.ts +0 -19
- package/components/cascader/src/use.d.ts +0 -5
- package/components/checkbox/index.d.ts +0 -5
- package/components/checkbox/src/ctx.d.ts +0 -99
- package/components/checkbox/src/index.vue.d.ts +0 -1138
- package/components/checkbox/src/types.d.ts +0 -8
- package/components/color-picker/index.d.ts +0 -4
- package/components/color-picker/src/ctx.d.ts +0 -90
- package/components/color-picker/src/index.vue.d.ts +0 -215
- package/components/color-picker/src/types.d.ts +0 -7
- package/components/date-picker/index.d.ts +0 -5
- package/components/date-picker/src/ctx.d.ts +0 -176
- package/components/date-picker/src/index.vue.d.ts +0 -650
- package/components/date-picker/src/types.d.ts +0 -20
- package/components/date-picker-range/index.d.ts +0 -4
- package/components/date-picker-range/src/ctx.d.ts +0 -195
- package/components/date-picker-range/src/index.vue.d.ts +0 -452
- package/components/date-picker-range/src/types.d.ts +0 -12
- package/components/download-plus/index.d.ts +0 -4
- package/components/download-plus/src/api.d.ts +0 -13
- package/components/download-plus/src/const.d.ts +0 -9
- package/components/download-plus/src/ctx.d.ts +0 -94
- package/components/download-plus/src/index.vue.d.ts +0 -979
- package/components/download-plus/src/types.d.ts +0 -17
- package/components/esri-input-geojson/index.d.ts +0 -6
- package/components/esri-input-geojson/src/append.vue.d.ts +0 -828
- package/components/esri-input-geojson/src/const.d.ts +0 -12
- package/components/esri-input-geojson/src/ctx.d.ts +0 -239
- package/components/esri-input-geojson/src/default-view.vue.d.ts +0 -133
- package/components/esri-input-geojson/src/index.vue.d.ts +0 -1289
- package/components/esri-input-geojson/src/types.d.ts +0 -22
- package/components/esri-input-geojson/src/viewer.vue.d.ts +0 -427
- package/components/fieldset/index.d.ts +0 -4
- package/components/fieldset/src/ctx.d.ts +0 -12
- package/components/fieldset/src/index.vue.d.ts +0 -23
- package/components/fieldset/src/types.d.ts +0 -1
- package/components/fieldset/src/use.d.ts +0 -5
- package/components/form/index.d.ts +0 -5
- package/components/form/src/ctx.d.ts +0 -84
- package/components/form/src/index.vue.d.ts +0 -737
- package/components/form/src/types.d.ts +0 -25
- package/components/form/src/utils.d.ts +0 -15
- package/components/form-item/index.d.ts +0 -5
- package/components/form-item/src/ctx.d.ts +0 -72
- package/components/form-item/src/index.vue.d.ts +0 -618
- package/components/form-item/src/types.d.ts +0 -7
- package/components/form-item-renderer/index.d.ts +0 -4
- package/components/form-item-renderer/src/core.vue.d.ts +0 -38
- package/components/form-item-renderer/src/ctx.d.ts +0 -16
- package/components/form-item-renderer/src/index.vue.d.ts +0 -93
- package/components/form-item-renderer/src/types.d.ts +0 -5
- package/components/form-item-renderer/src/utils.d.ts +0 -5
- package/components/form-item-renderer-template/index.d.ts +0 -4
- package/components/form-item-renderer-template/src/ctx.d.ts +0 -7
- package/components/form-item-renderer-template/src/index.vue.d.ts +0 -16
- package/components/form-item-renderer-template/src/types.d.ts +0 -55
- package/components/information/index.d.ts +0 -4
- package/components/information/src/ctx.d.ts +0 -13
- package/components/information/src/index.vue.d.ts +0 -23
- package/components/information/src/types.d.ts +0 -3
- package/components/information-collection/index.d.ts +0 -4
- package/components/information-collection/src/ctx.d.ts +0 -112
- package/components/information-collection/src/index.vue.d.ts +0 -232
- package/components/information-collection/src/types.d.ts +0 -6
- package/components/information-tag/index.d.ts +0 -4
- package/components/information-tag/src/ctx.d.ts +0 -50
- package/components/information-tag/src/index.vue.d.ts +0 -106
- package/components/information-tag/src/types.d.ts +0 -1
- package/components/information-templates-default/index.d.ts +0 -4
- package/components/information-templates-default/src/ctx.d.ts +0 -2
- package/components/information-templates-default/src/index.vue.d.ts +0 -2
- package/components/information-templates-default/src/types.d.ts +0 -1
- package/components/input/index.d.ts +0 -5
- package/components/input/src/ctx.d.ts +0 -164
- package/components/input/src/index.vue.d.ts +0 -816
- package/components/input/src/types.d.ts +0 -13
- package/components/input-collection/index.d.ts +0 -4
- package/components/input-collection/src/ctx.d.ts +0 -102
- package/components/input-collection/src/index.vue.d.ts +0 -1176
- package/components/input-collection/src/types.d.ts +0 -29
- package/components/input-link/index.d.ts +0 -4
- package/components/input-link/src/ctx.d.ts +0 -195
- package/components/input-link/src/index.vue.d.ts +0 -421
- package/components/input-link/src/types.d.ts +0 -7
- package/components/input-number/index.d.ts +0 -4
- package/components/input-number/src/ctx.d.ts +0 -106
- package/components/input-number/src/index.vue.d.ts +0 -441
- package/components/input-number/src/types.d.ts +0 -12
- package/components/input-tag/index.d.ts +0 -5
- package/components/input-tag/src/ctx.d.ts +0 -123
- package/components/input-tag/src/index.vue.d.ts +0 -551
- package/components/input-tag/src/types.d.ts +0 -22
- package/components/monaco-editor/index.d.ts +0 -4
- package/components/monaco-editor/src/ctx.d.ts +0 -80
- package/components/monaco-editor/src/index.vue.d.ts +0 -233
- package/components/monaco-editor/src/types.d.ts +0 -7
- package/components/radio/index.d.ts +0 -4
- package/components/radio/src/ctx.d.ts +0 -92
- package/components/radio/src/index.vue.d.ts +0 -667
- package/components/radio/src/types.d.ts +0 -8
- package/components/renderer-data/index.d.ts +0 -4
- package/components/renderer-data/src/ctx.d.ts +0 -12
- package/components/renderer-data/src/index.vue.d.ts +0 -20
- package/components/renderer-data/src/types.d.ts +0 -1
- package/components/select/index.d.ts +0 -5
- package/components/select/src/ctx.d.ts +0 -175
- package/components/select/src/index.vue.d.ts +0 -602
- package/components/select/src/types.d.ts +0 -11
- package/components/slider/index.d.ts +0 -4
- package/components/slider/src/ctx.d.ts +0 -137
- package/components/slider/src/index.vue.d.ts +0 -363
- package/components/slider/src/types.d.ts +0 -7
- package/components/switch/index.d.ts +0 -4
- package/components/switch/src/ctx.d.ts +0 -124
- package/components/switch/src/index.vue.d.ts +0 -559
- package/components/switch/src/types.d.ts +0 -8
- package/components/tables-select/index.d.ts +0 -5
- package/components/tables-select/src/ctx.d.ts +0 -355
- package/components/tables-select/src/index.vue.d.ts +0 -4984
- package/components/tables-select/src/types.d.ts +0 -9
- package/components/template-instances-provider/index.d.ts +0 -3
- package/components/template-instances-provider/src/index.vue.d.ts +0 -6
- package/components/templates-default/index.d.ts +0 -4
- package/components/templates-default/src/ctx.d.ts +0 -19
- package/components/templates-default/src/index.vue.d.ts +0 -187
- package/components/templates-default/src/types.d.ts +0 -55
- package/components/templates-element-plus/index.d.ts +0 -4
- package/components/templates-element-plus/src/ctx.d.ts +0 -9
- package/components/templates-element-plus/src/index.vue.d.ts +0 -154
- package/components/templates-element-plus/src/types.d.ts +0 -13
- package/components/templates-esri/index.d.ts +0 -4
- package/components/templates-esri/src/ctx.d.ts +0 -11
- package/components/templates-esri/src/index.vue.d.ts +0 -43
- package/components/templates-esri/src/types.d.ts +0 -2
- package/components/templates-layout/index.d.ts +0 -4
- package/components/templates-layout/src/ctx.d.ts +0 -9
- package/components/templates-layout/src/index.vue.d.ts +0 -173
- package/components/templates-layout/src/types.d.ts +0 -32
- package/components/templates-variant/index.d.ts +0 -4
- package/components/templates-variant/src/ctx.d.ts +0 -11
- package/components/templates-variant/src/index.vue.d.ts +0 -43
- package/components/templates-variant/src/types.d.ts +0 -2
- package/components/upload/index.d.ts +0 -5
- package/components/upload/src/ctx.d.ts +0 -200
- package/components/upload/src/file.vue.d.ts +0 -306
- package/components/upload/src/index.vue.d.ts +0 -1321
- package/components/upload/src/types.d.ts +0 -13
- package/components/upload-plus/index.d.ts +0 -6
- package/components/upload-plus/src/api.d.ts +0 -38
- package/components/upload-plus/src/const.d.ts +0 -9
- package/components/upload-plus/src/ctx.d.ts +0 -113
- package/components/upload-plus/src/index.vue.d.ts +0 -1029
- package/components/upload-plus/src/types.d.ts +0 -32
- package/components/van-cascader/index.d.ts +0 -4
- package/components/van-cascader/src/ctx.d.ts +0 -147
- package/components/van-cascader/src/index.vue.d.ts +0 -908
- package/components/van-cascader/src/types.d.ts +0 -1
- package/components/var-datetime-picker/index.d.ts +0 -4
- package/components/var-datetime-picker/src/const.d.ts +0 -10
- package/components/var-datetime-picker/src/ctx.d.ts +0 -77
- package/components/var-datetime-picker/src/index.vue.d.ts +0 -740
- package/components/var-datetime-picker/src/types.d.ts +0 -22
- package/components/vditor/index.d.ts +0 -4
- package/components/vditor/src/ctx.d.ts +0 -87
- package/components/vditor/src/index.vue.d.ts +0 -348
- package/components/vditor/src/types.d.ts +0 -7
package/components/index2.mjs
CHANGED
|
@@ -60,6 +60,24 @@ var circle_close_filled_vue_vue_type_script_setup_true_lang_default = /* @__PURE
|
|
|
60
60
|
|
|
61
61
|
// src/components/circle-close-filled.vue
|
|
62
62
|
var circle_close_filled_default = circle_close_filled_vue_vue_type_script_setup_true_lang_default;
|
|
63
|
+
var close_bold_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
64
|
+
name: "CloseBold",
|
|
65
|
+
__name: "close-bold",
|
|
66
|
+
setup(__props) {
|
|
67
|
+
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
68
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
+
viewBox: "0 0 1024 1024"
|
|
70
|
+
}, [
|
|
71
|
+
createElementVNode("path", {
|
|
72
|
+
fill: "currentColor",
|
|
73
|
+
d: "M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"
|
|
74
|
+
})
|
|
75
|
+
]));
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
// src/components/close-bold.vue
|
|
80
|
+
var close_bold_default = close_bold_vue_vue_type_script_setup_true_lang_default;
|
|
63
81
|
var close_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
64
82
|
name: "Close",
|
|
65
83
|
__name: "close",
|
|
@@ -248,6 +266,24 @@ var right_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineCo
|
|
|
248
266
|
|
|
249
267
|
// src/components/right.vue
|
|
250
268
|
var right_default = right_vue_vue_type_script_setup_true_lang_default;
|
|
269
|
+
var select_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
270
|
+
name: "Select",
|
|
271
|
+
__name: "select",
|
|
272
|
+
setup(__props) {
|
|
273
|
+
return (_ctx, _cache) => (openBlock(), createElementBlock("svg", {
|
|
274
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
275
|
+
viewBox: "0 0 1024 1024"
|
|
276
|
+
}, [
|
|
277
|
+
createElementVNode("path", {
|
|
278
|
+
fill: "currentColor",
|
|
279
|
+
d: "M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496z"
|
|
280
|
+
})
|
|
281
|
+
]));
|
|
282
|
+
}
|
|
283
|
+
});
|
|
284
|
+
|
|
285
|
+
// src/components/select.vue
|
|
286
|
+
var select_default = select_vue_vue_type_script_setup_true_lang_default;
|
|
251
287
|
var success_filled_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
252
288
|
name: "SuccessFilled",
|
|
253
289
|
__name: "success-filled",
|
|
@@ -339,4 +375,4 @@ var zoom_in_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ define
|
|
|
339
375
|
// src/components/zoom-in.vue
|
|
340
376
|
var zoom_in_default = zoom_in_vue_vue_type_script_setup_true_lang_default;
|
|
341
377
|
|
|
342
|
-
export {
|
|
378
|
+
export { close_bold_default as a, document_checked_default as b, circle_close_filled_default as c, download_default as d, edit_default as e, minus_default as f, check_default as g, delete_default as h, close_default as i, circle_check_default as j, document_default as k, success_filled_default as l, map_location_default as m, upload_filled_default as n, plus_default as p, right_default as r, select_default as s, upload_default as u, warning_default as w, zoom_in_default as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, createVNode, Fragment, ref, resolveComponent, openBlock, createBlock, withCtx, normalizeProps, guardReactiveProps, createSlots, createElementBlock, createTextVNode, createCommentVNode, renderSlot } from 'vue';
|
|
2
|
-
import { p as plus_default,
|
|
2
|
+
import { p as plus_default, f as minus_default } from '../index2.mjs';
|
|
3
3
|
import { ensetData, getValue } from '@vunk/core';
|
|
4
4
|
import { VkfFieldset } from '@vunk/form/components/fieldset';
|
|
5
5
|
import { _VkfFormItemCtx, VkfFormItem } from '@vunk/form/components/form-item';
|
|
@@ -4,7 +4,7 @@ import { uploadProps, ElProgress, ElIcon, useNamespace, useLocale, ElUpload, ElL
|
|
|
4
4
|
import { defineComponent, resolveComponent, openBlock, createElementBlock, Fragment, createCommentVNode, normalizeClass, createBlock, createElementVNode, withModifiers, createVNode, withCtx, toDisplayString, normalizeStyle, shallowRef, normalizeProps, guardReactiveProps, mergeProps, createSlots, renderSlot, createTextVNode } from 'vue';
|
|
5
5
|
import { pickObject } from '@vunk/core/shared/utils-object';
|
|
6
6
|
import { createUploadBindProps } from '@vunk/form/shared/element-plus';
|
|
7
|
-
import {
|
|
7
|
+
import { g as check_default, z as zoom_in_default, h as delete_default, i as close_default, j as circle_check_default, k as document_default, d as download_default } from '../index2.mjs';
|
|
8
8
|
import { NOOP } from '@vunk/core/shared/utils-function';
|
|
9
9
|
import { RestFetch } from '@vunk/core/shared/utils-fetch';
|
|
10
10
|
import { _ as _export_sfc } from '../_plugin-vue_export-helper.mjs';
|
|
@@ -7,7 +7,7 @@ import '@vunk/core/shared/utils-promise';
|
|
|
7
7
|
import { isPlainObject as isPlainObject$1 } from '@vunk/core/shared/utils-object';
|
|
8
8
|
import { g as getToken } from '../index.mjs';
|
|
9
9
|
import { restFetch as restFetch$1 } from '@skzz/platform/shared/fetch/platform';
|
|
10
|
-
import {
|
|
10
|
+
import { l as success_filled_default, c as circle_close_filled_default, n as upload_filled_default } from '../index2.mjs';
|
|
11
11
|
import { useModelComputed } from '@vunk/core/composables';
|
|
12
12
|
import { ToggleHandler } from '@vunk/core/shared/utils-class';
|
|
13
13
|
import { _ as _export_sfc } from '../_plugin-vue_export-helper.mjs';
|
package/index.css
CHANGED
|
@@ -149,6 +149,13 @@
|
|
|
149
149
|
color: var(--el-color-danger);
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
+
.vkf-editable-text-actions{
|
|
153
|
+
display: flex;
|
|
154
|
+
}
|
|
155
|
+
.vkf-editable-text-actions .el-avatar {
|
|
156
|
+
cursor: pointer;
|
|
157
|
+
}
|
|
158
|
+
|
|
152
159
|
.el-button.vkf-esri-input-geojson__upload{
|
|
153
160
|
border-color: transparent;
|
|
154
161
|
background-color: transparent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vunk/form",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.esm.js",
|
|
6
6
|
"scripts": {
|
|
@@ -255,6 +255,11 @@
|
|
|
255
255
|
"types": "./components/esri-input-geojson/index.d.ts",
|
|
256
256
|
"require": "./components/esri-input-geojson/index.cjs"
|
|
257
257
|
},
|
|
258
|
+
"./components/editable-text": {
|
|
259
|
+
"import": "./components/editable-text/index.mjs",
|
|
260
|
+
"types": "./components/editable-text/index.d.ts",
|
|
261
|
+
"require": "./components/editable-text/index.cjs"
|
|
262
|
+
},
|
|
258
263
|
"./components/download-plus": {
|
|
259
264
|
"import": "./components/download-plus/index.mjs",
|
|
260
265
|
"types": "./components/download-plus/index.d.ts",
|
|
@@ -357,6 +362,9 @@
|
|
|
357
362
|
"./components/esri-input-geojson/index.css": {
|
|
358
363
|
"import": "./components/esri-input-geojson/index.css"
|
|
359
364
|
},
|
|
365
|
+
"./components/editable-text/index.css": {
|
|
366
|
+
"import": "./components/editable-text/index.css"
|
|
367
|
+
},
|
|
360
368
|
"./components/download-plus/index.css": {
|
|
361
369
|
"import": "./components/download-plus/index.css"
|
|
362
370
|
},
|
|
@@ -9,22 +9,22 @@ export declare const createSelectBindProps: <T2 extends import("@vunk/core").Nor
|
|
|
9
9
|
export declare const createSelectOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("clear" | "update:modelValue" | "change" | "focus" | "blur" | "remove-tag" | "visible-change")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"clear" | "update:modelValue" | "change" | "focus" | "blur" | "remove-tag" | "visible-change", KE> : "clear" | "update:modelValue" | "change" | "focus" | "blur" | "remove-tag" | "visible-change"]: { [k in "clear" | "update:modelValue" | "change" | "focus" | "blur" | "remove-tag" | "visible-change"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
10
10
|
export declare const createDatePickerBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"type", keyof T2> | Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"name", keyof T2> | Extract<"readonly", keyof T2> | Extract<"placement", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"showNow", keyof T2> | Extract<"emptyValues", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"disabledDate", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"shortcuts", keyof T2> | Extract<"arrowControl", keyof T2> | Extract<"unlinkPanels", keyof T2> | Extract<"fallbackPlacements", keyof T2> | Extract<"disabledHours", keyof T2> | Extract<"disabledMinutes", keyof T2> | Extract<"disabledSeconds", keyof T2> | Extract<"format", keyof T2> | Extract<"valueFormat", keyof T2> | Extract<"dateFormat", keyof T2> | Extract<"timeFormat", keyof T2> | Extract<"editable", keyof T2> | Extract<"popperOptions", keyof T2> | Extract<"rangeSeparator", keyof T2> | Extract<"startPlaceholder", keyof T2> | Extract<"endPlaceholder", keyof T2> | Extract<"defaultValue", keyof T2> | Extract<"defaultTime", keyof T2> | Extract<"isRange", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"type" | "size" | "disabled" | "name" | "readonly" | "placement" | "id" | "ariaLabel" | "modelValue" | "placeholder" | "clearable" | "prefixIcon" | "tabindex" | "validateEvent" | "popperClass" | "clearIcon" | "showNow" | "emptyValues" | "valueOnClear" | "disabledDate" | "cellClassName" | "shortcuts" | "arrowControl" | "unlinkPanels" | "fallbackPlacements" | "disabledHours" | "disabledMinutes" | "disabledSeconds" | "format" | "valueFormat" | "dateFormat" | "timeFormat" | "editable" | "popperOptions" | "rangeSeparator" | "startPlaceholder" | "endPlaceholder" | "defaultValue" | "defaultTime" | "isRange", keyof T2>, KE> : Extract<"type" | "size" | "disabled" | "name" | "readonly" | "placement" | "id" | "ariaLabel" | "modelValue" | "placeholder" | "clearable" | "prefixIcon" | "tabindex" | "validateEvent" | "popperClass" | "clearIcon" | "showNow" | "emptyValues" | "valueOnClear" | "disabledDate" | "cellClassName" | "shortcuts" | "arrowControl" | "unlinkPanels" | "fallbackPlacements" | "disabledHours" | "disabledMinutes" | "disabledSeconds" | "format" | "valueFormat" | "dateFormat" | "timeFormat" | "editable" | "popperOptions" | "rangeSeparator" | "startPlaceholder" | "endPlaceholder" | "defaultValue" | "defaultTime" | "isRange", keyof T2>]: { [k in Extract<"type" | "size" | "disabled" | "name" | "readonly" | "placement" | "id" | "ariaLabel" | "modelValue" | "placeholder" | "clearable" | "prefixIcon" | "tabindex" | "validateEvent" | "popperClass" | "clearIcon" | "showNow" | "emptyValues" | "valueOnClear" | "disabledDate" | "cellClassName" | "shortcuts" | "arrowControl" | "unlinkPanels" | "fallbackPlacements" | "disabledHours" | "disabledMinutes" | "disabledSeconds" | "format" | "valueFormat" | "dateFormat" | "timeFormat" | "editable" | "popperOptions" | "rangeSeparator" | "startPlaceholder" | "endPlaceholder" | "defaultValue" | "defaultTime" | "isRange", keyof T2>]: T2[k]; }[P]; }>;
|
|
11
11
|
export declare const createDatePickerOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("update:modelValue" | "change" | "focus" | "blur" | "keydown" | "visible-change" | "calendar-change" | "panel-change")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"update:modelValue" | "change" | "focus" | "blur" | "keydown" | "visible-change" | "calendar-change" | "panel-change", KE> : "update:modelValue" | "change" | "focus" | "blur" | "keydown" | "visible-change" | "calendar-change" | "panel-change"]: { [k in "update:modelValue" | "change" | "focus" | "blur" | "keydown" | "visible-change" | "calendar-change" | "panel-change"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
12
|
-
export declare const createInputNumberBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"name", keyof T2> | Extract<"readonly", keyof T2> | Extract<"id", keyof T2> | Extract<"precision", keyof T2> | Extract<"
|
|
12
|
+
export declare const createInputNumberBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"name", keyof T2> | Extract<"readonly", keyof T2> | Extract<"id", keyof T2> | Extract<"precision", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "name" | "readonly" | "id" | "precision" | "min" | "max" | "ariaLabel" | "modelValue" | "placeholder" | "validateEvent" | "valueOnClear" | "step" | "stepStrictly" | "controls" | "controlsPosition", keyof T2>, KE> : Extract<"size" | "disabled" | "name" | "readonly" | "id" | "precision" | "min" | "max" | "ariaLabel" | "modelValue" | "placeholder" | "validateEvent" | "valueOnClear" | "step" | "stepStrictly" | "controls" | "controlsPosition", keyof T2>]: { [k in Extract<"size" | "disabled" | "name" | "readonly" | "id" | "precision" | "min" | "max" | "ariaLabel" | "modelValue" | "placeholder" | "validateEvent" | "valueOnClear" | "step" | "stepStrictly" | "controls" | "controlsPosition", keyof T2>]: T2[k]; }[P]; }>;
|
|
13
13
|
export declare const createInputNumberOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("update:modelValue" | "input" | "change" | "focus" | "blur")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"update:modelValue" | "input" | "change" | "focus" | "blur", KE> : "update:modelValue" | "input" | "change" | "focus" | "blur"]: { [k in "update:modelValue" | "input" | "change" | "focus" | "blur"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
14
|
-
export declare const createRadioGroupBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"
|
|
14
|
+
export declare const createRadioGroupBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"fill", keyof T2> | Extract<"name", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"textColor", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "fill" | "name" | "id" | "ariaLabel" | "modelValue" | "validateEvent" | "textColor", keyof T2>, KE> : Extract<"size" | "disabled" | "fill" | "name" | "id" | "ariaLabel" | "modelValue" | "validateEvent" | "textColor", keyof T2>]: { [k in Extract<"size" | "disabled" | "fill" | "name" | "id" | "ariaLabel" | "modelValue" | "validateEvent" | "textColor", keyof T2>]: T2[k]; }[P]; }>;
|
|
15
15
|
export declare const createRadioGroupOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("update:modelValue" | "change")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"update:modelValue" | "change", KE> : "update:modelValue" | "change"]: { [k in "update:modelValue" | "change"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
16
|
-
export declare const createCheckboxGroupBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"tag", keyof T2> | Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"fill", keyof T2> | Extract<"
|
|
16
|
+
export declare const createCheckboxGroupBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"tag", keyof T2> | Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"fill", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"textColor", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"tag" | "size" | "disabled" | "fill" | "min" | "max" | "ariaLabel" | "modelValue" | "validateEvent" | "textColor", keyof T2>, KE> : Extract<"tag" | "size" | "disabled" | "fill" | "min" | "max" | "ariaLabel" | "modelValue" | "validateEvent" | "textColor", keyof T2>]: { [k in Extract<"tag" | "size" | "disabled" | "fill" | "min" | "max" | "ariaLabel" | "modelValue" | "validateEvent" | "textColor", keyof T2>]: T2[k]; }[P]; }>;
|
|
17
17
|
export declare const createCheckboxGroupOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("update:modelValue" | "change")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"update:modelValue" | "change", KE> : "update:modelValue" | "change"]: { [k in "update:modelValue" | "change"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
18
18
|
export declare const createUploadBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"disabled", keyof T2> | Extract<"name", keyof T2> | Extract<"data", keyof T2> | Extract<"beforeUpload", keyof T2> | Extract<"beforeRemove", keyof T2> | Extract<"onRemove", keyof T2> | Extract<"onChange", keyof T2> | Extract<"onPreview", keyof T2> | Extract<"onSuccess", keyof T2> | Extract<"onProgress", keyof T2> | Extract<"onError", keyof T2> | Extract<"onExceed", keyof T2> | Extract<"crossorigin", keyof T2> | Extract<"action", keyof T2> | Extract<"headers", keyof T2> | Extract<"method", keyof T2> | Extract<"multiple", keyof T2> | Extract<"drag", keyof T2> | Extract<"withCredentials", keyof T2> | Extract<"showFileList", keyof T2> | Extract<"accept", keyof T2> | Extract<"fileList", keyof T2> | Extract<"autoUpload", keyof T2> | Extract<"listType", keyof T2> | Extract<"httpRequest", keyof T2> | Extract<"limit", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"disabled" | "name" | "data" | "beforeUpload" | "beforeRemove" | "onRemove" | "onChange" | "onPreview" | "onSuccess" | "onProgress" | "onError" | "onExceed" | "crossorigin" | "action" | "headers" | "method" | "multiple" | "drag" | "withCredentials" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest" | "limit", keyof T2>, KE> : Extract<"disabled" | "name" | "data" | "beforeUpload" | "beforeRemove" | "onRemove" | "onChange" | "onPreview" | "onSuccess" | "onProgress" | "onError" | "onExceed" | "crossorigin" | "action" | "headers" | "method" | "multiple" | "drag" | "withCredentials" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest" | "limit", keyof T2>]: { [k in Extract<"disabled" | "name" | "data" | "beforeUpload" | "beforeRemove" | "onRemove" | "onChange" | "onPreview" | "onSuccess" | "onProgress" | "onError" | "onExceed" | "crossorigin" | "action" | "headers" | "method" | "multiple" | "drag" | "withCredentials" | "showFileList" | "accept" | "fileList" | "autoUpload" | "listType" | "httpRequest" | "limit", keyof T2>]: T2[k]; }[P]; }>;
|
|
19
19
|
export declare const createColorPickerBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"teleported", keyof T2> | Extract<"showAlpha", keyof T2> | Extract<"colorFormat", keyof T2> | Extract<"predefine", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "id" | "ariaLabel" | "modelValue" | "tabindex" | "validateEvent" | "popperClass" | "teleported" | "showAlpha" | "colorFormat" | "predefine", keyof T2>, KE> : Extract<"size" | "disabled" | "id" | "ariaLabel" | "modelValue" | "tabindex" | "validateEvent" | "popperClass" | "teleported" | "showAlpha" | "colorFormat" | "predefine", keyof T2>]: { [k in Extract<"size" | "disabled" | "id" | "ariaLabel" | "modelValue" | "tabindex" | "validateEvent" | "popperClass" | "teleported" | "showAlpha" | "colorFormat" | "predefine", keyof T2>]: T2[k]; }[P]; }>;
|
|
20
20
|
export declare const createColorPickerOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("update:modelValue" | "change" | "focus" | "blur" | "activeChange")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"update:modelValue" | "change" | "focus" | "blur" | "activeChange", KE> : "update:modelValue" | "change" | "focus" | "blur" | "activeChange"]: { [k in "update:modelValue" | "change" | "focus" | "blur" | "activeChange"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
21
21
|
export declare const createButtonBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"tag", keyof T2> | Extract<"type", keyof T2> | Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"icon", keyof T2> | Extract<"link", keyof T2> | Extract<"circle", keyof T2> | Extract<"text", keyof T2> | Extract<"dark", keyof T2> | Extract<"plain", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"loading", keyof T2> | Extract<"nativeType", keyof T2> | Extract<"loadingIcon", keyof T2> | Extract<"bg", keyof T2> | Extract<"round", keyof T2> | Extract<"color", keyof T2> | Extract<"autoInsertSpace", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"tag" | "type" | "size" | "disabled" | "icon" | "link" | "circle" | "text" | "dark" | "plain" | "autofocus" | "loading" | "nativeType" | "loadingIcon" | "bg" | "round" | "color" | "autoInsertSpace", keyof T2>, KE> : Extract<"tag" | "type" | "size" | "disabled" | "icon" | "link" | "circle" | "text" | "dark" | "plain" | "autofocus" | "loading" | "nativeType" | "loadingIcon" | "bg" | "round" | "color" | "autoInsertSpace", keyof T2>]: { [k in Extract<"tag" | "type" | "size" | "disabled" | "icon" | "link" | "circle" | "text" | "dark" | "plain" | "autofocus" | "loading" | "nativeType" | "loadingIcon" | "bg" | "round" | "color" | "autoInsertSpace", keyof T2>]: T2[k]; }[P]; }>;
|
|
22
22
|
export declare const createButtonOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends "click"[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"click", KE> : "click"]: { [k in "click"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
23
|
-
export declare const createCascaderBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"props", keyof T2> | Extract<"placement", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"filterable", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"teleported", keyof T2> | Extract<"persistent", keyof T2> | Extract<"tagType", keyof T2> | Extract<"emptyValues", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"fallbackPlacements", keyof T2> | Extract<"separator", keyof T2> | Extract<"showAllLevels", keyof T2> | Extract<"maxCollapseTags", keyof T2> | Extract<"
|
|
23
|
+
export declare const createCascaderBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"props", keyof T2> | Extract<"placement", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"options", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"filterable", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"teleported", keyof T2> | Extract<"persistent", keyof T2> | Extract<"tagType", keyof T2> | Extract<"emptyValues", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"fallbackPlacements", keyof T2> | Extract<"separator", keyof T2> | Extract<"showAllLevels", keyof T2> | Extract<"maxCollapseTags", keyof T2> | Extract<"maxCollapseTagsTooltipHeight", keyof T2> | Extract<"debounce", keyof T2> | Extract<"beforeFilter", keyof T2> | Extract<"tagEffect", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "props" | "placement" | "filterMethod" | "options" | "modelValue" | "placeholder" | "clearable" | "validateEvent" | "filterable" | "popperClass" | "collapseTags" | "collapseTagsTooltip" | "teleported" | "persistent" | "tagType" | "emptyValues" | "valueOnClear" | "fallbackPlacements" | "separator" | "showAllLevels" | "maxCollapseTags" | "maxCollapseTagsTooltipHeight" | "debounce" | "beforeFilter" | "tagEffect", keyof T2>, KE> : Extract<"size" | "disabled" | "props" | "placement" | "filterMethod" | "options" | "modelValue" | "placeholder" | "clearable" | "validateEvent" | "filterable" | "popperClass" | "collapseTags" | "collapseTagsTooltip" | "teleported" | "persistent" | "tagType" | "emptyValues" | "valueOnClear" | "fallbackPlacements" | "separator" | "showAllLevels" | "maxCollapseTags" | "maxCollapseTagsTooltipHeight" | "debounce" | "beforeFilter" | "tagEffect", keyof T2>]: { [k in Extract<"size" | "disabled" | "props" | "placement" | "filterMethod" | "options" | "modelValue" | "placeholder" | "clearable" | "validateEvent" | "filterable" | "popperClass" | "collapseTags" | "collapseTagsTooltip" | "teleported" | "persistent" | "tagType" | "emptyValues" | "valueOnClear" | "fallbackPlacements" | "separator" | "showAllLevels" | "maxCollapseTags" | "maxCollapseTagsTooltipHeight" | "debounce" | "beforeFilter" | "tagEffect", keyof T2>]: T2[k]; }[P]; }>;
|
|
24
24
|
export declare const createCascaderOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("clear" | "update:modelValue" | "change" | "focus" | "blur" | "visibleChange" | "expandChange" | "removeTag")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"clear" | "update:modelValue" | "change" | "focus" | "blur" | "visibleChange" | "expandChange" | "removeTag", KE> : "clear" | "update:modelValue" | "change" | "focus" | "blur" | "visibleChange" | "expandChange" | "removeTag"]: { [k in "clear" | "update:modelValue" | "change" | "focus" | "blur" | "visibleChange" | "expandChange" | "removeTag"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
25
|
-
export declare const createSliderBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"vertical", keyof T2> | Extract<"disabled", keyof T2> | Extract<"placement", keyof T2> | Extract<"id", keyof T2> | Extract<"
|
|
25
|
+
export declare const createSliderBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"vertical", keyof T2> | Extract<"disabled", keyof T2> | Extract<"placement", keyof T2> | Extract<"id", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"persistent", keyof T2> | Extract<"step", keyof T2> | Extract<"debounce", keyof T2> | Extract<"showInput", keyof T2> | Extract<"showInputControls", keyof T2> | Extract<"inputSize", keyof T2> | Extract<"showStops", keyof T2> | Extract<"showTooltip", keyof T2> | Extract<"formatTooltip", keyof T2> | Extract<"range", keyof T2> | Extract<"height", keyof T2> | Extract<"rangeStartLabel", keyof T2> | Extract<"rangeEndLabel", keyof T2> | Extract<"formatValueText", keyof T2> | Extract<"tooltipClass", keyof T2> | Extract<"marks", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "vertical" | "disabled" | "placement" | "id" | "min" | "max" | "ariaLabel" | "modelValue" | "validateEvent" | "persistent" | "step" | "debounce" | "showInput" | "showInputControls" | "inputSize" | "showStops" | "showTooltip" | "formatTooltip" | "range" | "height" | "rangeStartLabel" | "rangeEndLabel" | "formatValueText" | "tooltipClass" | "marks", keyof T2>, KE> : Extract<"size" | "vertical" | "disabled" | "placement" | "id" | "min" | "max" | "ariaLabel" | "modelValue" | "validateEvent" | "persistent" | "step" | "debounce" | "showInput" | "showInputControls" | "inputSize" | "showStops" | "showTooltip" | "formatTooltip" | "range" | "height" | "rangeStartLabel" | "rangeEndLabel" | "formatValueText" | "tooltipClass" | "marks", keyof T2>]: { [k in Extract<"size" | "vertical" | "disabled" | "placement" | "id" | "min" | "max" | "ariaLabel" | "modelValue" | "validateEvent" | "persistent" | "step" | "debounce" | "showInput" | "showInputControls" | "inputSize" | "showStops" | "showTooltip" | "formatTooltip" | "range" | "height" | "rangeStartLabel" | "rangeEndLabel" | "formatValueText" | "tooltipClass" | "marks", keyof T2>]: T2[k]; }[P]; }>;
|
|
26
26
|
export declare const createSliderOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("update:modelValue" | "input" | "change")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"update:modelValue" | "input" | "change", KE> : "update:modelValue" | "input" | "change"]: { [k in "update:modelValue" | "input" | "change"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
27
|
-
export declare const createInputTagBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"readonly", keyof T2> | Extract<"id", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"tagType", keyof T2> | Extract<"
|
|
27
|
+
export declare const createInputTagBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"readonly", keyof T2> | Extract<"id", keyof T2> | Extract<"trigger", keyof T2> | Extract<"max", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"tagType", keyof T2> | Extract<"tagEffect", keyof T2> | Extract<"draggable", keyof T2> | Extract<"delimiter", keyof T2> | Extract<"saveOnBlur", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "readonly" | "id" | "trigger" | "max" | "maxlength" | "minlength" | "ariaLabel" | "modelValue" | "autocomplete" | "placeholder" | "clearable" | "tabindex" | "validateEvent" | "autofocus" | "tagType" | "tagEffect" | "draggable" | "delimiter" | "saveOnBlur", keyof T2>, KE> : Extract<"size" | "disabled" | "readonly" | "id" | "trigger" | "max" | "maxlength" | "minlength" | "ariaLabel" | "modelValue" | "autocomplete" | "placeholder" | "clearable" | "tabindex" | "validateEvent" | "autofocus" | "tagType" | "tagEffect" | "draggable" | "delimiter" | "saveOnBlur", keyof T2>]: { [k in Extract<"size" | "disabled" | "readonly" | "id" | "trigger" | "max" | "maxlength" | "minlength" | "ariaLabel" | "modelValue" | "autocomplete" | "placeholder" | "clearable" | "tabindex" | "validateEvent" | "autofocus" | "tagType" | "tagEffect" | "draggable" | "delimiter" | "saveOnBlur", keyof T2>]: T2[k]; }[P]; }>;
|
|
28
28
|
export declare const createInputTagOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("clear" | "update:modelValue" | "input" | "change" | "focus" | "blur" | "remove-tag" | "add-tag")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"clear" | "update:modelValue" | "input" | "change" | "focus" | "blur" | "remove-tag" | "add-tag", KE> : "clear" | "update:modelValue" | "input" | "change" | "focus" | "blur" | "remove-tag" | "add-tag"]: { [k in "clear" | "update:modelValue" | "input" | "change" | "focus" | "blur" | "remove-tag" | "add-tag"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
29
29
|
export declare const createTagBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"type", keyof T2> | Extract<"size", keyof T2> | Extract<"effect", keyof T2> | Extract<"round", keyof T2> | Extract<"color", keyof T2> | Extract<"closable", keyof T2> | Extract<"disableTransitions", keyof T2> | Extract<"hit", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"type" | "size" | "effect" | "round" | "color" | "closable" | "disableTransitions" | "hit", keyof T2>, KE> : Extract<"type" | "size" | "effect" | "round" | "color" | "closable" | "disableTransitions" | "hit", keyof T2>]: { [k in Extract<"type" | "size" | "effect" | "round" | "color" | "closable" | "disableTransitions" | "hit", keyof T2>]: T2[k]; }[P]; }>;
|
|
30
30
|
export declare const createTagOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("click" | "close")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"click" | "close", KE> : "click" | "close"]: { [k in "click" | "close"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
|
|
@@ -5,95 +5,200 @@ export declare const datePickerProps: {
|
|
|
5
5
|
type: PropType<DatePickType>;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
|
-
showNow:
|
|
8
|
+
showNow: {
|
|
9
|
+
readonly type: PropType<boolean>;
|
|
10
|
+
readonly required: false;
|
|
11
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
|
+
__epPropKey: true;
|
|
13
|
+
} & {
|
|
14
|
+
readonly default: true;
|
|
15
|
+
};
|
|
9
16
|
ariaLabel: StringConstructor;
|
|
10
17
|
emptyValues: ArrayConstructor;
|
|
11
|
-
valueOnClear:
|
|
18
|
+
valueOnClear: {
|
|
19
|
+
readonly type: PropType<string | number | boolean | Function>;
|
|
20
|
+
readonly required: false;
|
|
21
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
|
+
__epPropKey: true;
|
|
23
|
+
} & {
|
|
24
|
+
readonly default: undefined;
|
|
25
|
+
};
|
|
12
26
|
disabledDate: {
|
|
13
|
-
readonly type:
|
|
27
|
+
readonly type: PropType<Function>;
|
|
14
28
|
readonly required: false;
|
|
15
29
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16
30
|
__epPropKey: true;
|
|
17
31
|
};
|
|
18
32
|
cellClassName: {
|
|
19
|
-
readonly type:
|
|
33
|
+
readonly type: PropType<Function>;
|
|
20
34
|
readonly required: false;
|
|
21
35
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
36
|
__epPropKey: true;
|
|
23
37
|
};
|
|
24
|
-
shortcuts:
|
|
38
|
+
shortcuts: {
|
|
39
|
+
readonly type: PropType<unknown[]>;
|
|
40
|
+
readonly required: false;
|
|
41
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
42
|
+
__epPropKey: true;
|
|
43
|
+
} & {
|
|
44
|
+
readonly default: () => never[];
|
|
45
|
+
};
|
|
25
46
|
arrowControl: BooleanConstructor;
|
|
26
|
-
tabindex:
|
|
27
|
-
|
|
47
|
+
tabindex: {
|
|
48
|
+
readonly type: PropType<string | number>;
|
|
49
|
+
readonly required: false;
|
|
50
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
|
+
__epPropKey: true;
|
|
52
|
+
} & {
|
|
53
|
+
readonly default: 0;
|
|
54
|
+
};
|
|
55
|
+
validateEvent: {
|
|
56
|
+
readonly type: PropType<boolean>;
|
|
57
|
+
readonly required: false;
|
|
58
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
|
+
__epPropKey: true;
|
|
60
|
+
} & {
|
|
61
|
+
readonly default: true;
|
|
62
|
+
};
|
|
28
63
|
unlinkPanels: BooleanConstructor;
|
|
29
|
-
placement:
|
|
30
|
-
|
|
64
|
+
placement: {
|
|
65
|
+
readonly type: PropType<import("element-plus").Placement>;
|
|
66
|
+
readonly required: false;
|
|
67
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
68
|
+
__epPropKey: true;
|
|
69
|
+
} & {
|
|
70
|
+
readonly default: "bottom";
|
|
71
|
+
};
|
|
72
|
+
fallbackPlacements: {
|
|
73
|
+
readonly type: PropType<import("element-plus").Placement[]>;
|
|
74
|
+
readonly required: false;
|
|
75
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
|
+
__epPropKey: true;
|
|
77
|
+
} & {
|
|
78
|
+
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
79
|
+
};
|
|
31
80
|
disabledHours: {
|
|
32
|
-
readonly type:
|
|
81
|
+
readonly type: PropType<import("element-plus").GetDisabledHours>;
|
|
33
82
|
readonly required: false;
|
|
34
83
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
84
|
__epPropKey: true;
|
|
36
85
|
};
|
|
37
86
|
disabledMinutes: {
|
|
38
|
-
readonly type:
|
|
87
|
+
readonly type: PropType<import("element-plus").GetDisabledMinutes>;
|
|
39
88
|
readonly required: false;
|
|
40
89
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
90
|
__epPropKey: true;
|
|
42
91
|
};
|
|
43
92
|
disabledSeconds: {
|
|
44
|
-
readonly type:
|
|
93
|
+
readonly type: PropType<import("element-plus").GetDisabledSeconds>;
|
|
45
94
|
readonly required: false;
|
|
46
95
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
47
96
|
__epPropKey: true;
|
|
48
97
|
};
|
|
49
98
|
id: {
|
|
50
|
-
readonly type:
|
|
99
|
+
readonly type: PropType<import("element-plus").SingleOrRange<string>>;
|
|
51
100
|
readonly required: false;
|
|
52
101
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
53
102
|
__epPropKey: true;
|
|
54
103
|
};
|
|
55
104
|
name: {
|
|
56
|
-
readonly type:
|
|
105
|
+
readonly type: PropType<import("element-plus").SingleOrRange<string>>;
|
|
106
|
+
readonly required: false;
|
|
107
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
108
|
+
__epPropKey: true;
|
|
109
|
+
};
|
|
110
|
+
popperClass: {
|
|
111
|
+
readonly type: PropType<string>;
|
|
57
112
|
readonly required: false;
|
|
58
113
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
114
|
__epPropKey: true;
|
|
115
|
+
} & {
|
|
116
|
+
readonly default: "";
|
|
60
117
|
};
|
|
61
|
-
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
62
118
|
format: StringConstructor;
|
|
63
119
|
valueFormat: StringConstructor;
|
|
64
120
|
dateFormat: StringConstructor;
|
|
65
121
|
timeFormat: StringConstructor;
|
|
66
|
-
clearable:
|
|
122
|
+
clearable: {
|
|
123
|
+
readonly type: PropType<boolean>;
|
|
124
|
+
readonly required: false;
|
|
125
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
126
|
+
__epPropKey: true;
|
|
127
|
+
} & {
|
|
128
|
+
readonly default: true;
|
|
129
|
+
};
|
|
67
130
|
clearIcon: {
|
|
68
|
-
readonly type:
|
|
131
|
+
readonly type: PropType<unknown>;
|
|
69
132
|
readonly required: false;
|
|
70
133
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
134
|
__epPropKey: true;
|
|
72
135
|
};
|
|
73
|
-
editable:
|
|
74
|
-
|
|
136
|
+
editable: {
|
|
137
|
+
readonly type: PropType<boolean>;
|
|
138
|
+
readonly required: false;
|
|
139
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
140
|
+
__epPropKey: true;
|
|
141
|
+
} & {
|
|
142
|
+
readonly default: true;
|
|
143
|
+
};
|
|
144
|
+
prefixIcon: {
|
|
145
|
+
readonly type: PropType<unknown>;
|
|
146
|
+
readonly required: false;
|
|
147
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
|
+
__epPropKey: true;
|
|
149
|
+
} & {
|
|
150
|
+
readonly default: "";
|
|
151
|
+
};
|
|
75
152
|
size: {
|
|
76
|
-
readonly type:
|
|
153
|
+
readonly type: PropType<"" | "default" | "small" | "large">;
|
|
77
154
|
readonly required: false;
|
|
78
155
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
79
156
|
__epPropKey: true;
|
|
80
157
|
};
|
|
81
158
|
readonly: BooleanConstructor;
|
|
82
159
|
disabled: BooleanConstructor;
|
|
83
|
-
placeholder:
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
160
|
+
placeholder: {
|
|
161
|
+
readonly type: PropType<string>;
|
|
162
|
+
readonly required: false;
|
|
163
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
164
|
+
__epPropKey: true;
|
|
165
|
+
} & {
|
|
166
|
+
readonly default: "";
|
|
167
|
+
};
|
|
168
|
+
popperOptions: {
|
|
169
|
+
readonly type: PropType<Partial<import("element-plus").Options>>;
|
|
170
|
+
readonly required: false;
|
|
171
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
172
|
+
__epPropKey: true;
|
|
173
|
+
} & {
|
|
174
|
+
readonly default: () => {};
|
|
175
|
+
};
|
|
176
|
+
modelValue: {
|
|
177
|
+
readonly type: PropType<import("element-plus").ModelValueType>;
|
|
178
|
+
readonly required: false;
|
|
179
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
180
|
+
__epPropKey: true;
|
|
181
|
+
} & {
|
|
182
|
+
readonly default: "";
|
|
183
|
+
};
|
|
184
|
+
rangeSeparator: {
|
|
185
|
+
readonly type: PropType<string>;
|
|
186
|
+
readonly required: false;
|
|
187
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
188
|
+
__epPropKey: true;
|
|
189
|
+
} & {
|
|
190
|
+
readonly default: "-";
|
|
191
|
+
};
|
|
87
192
|
startPlaceholder: StringConstructor;
|
|
88
193
|
endPlaceholder: StringConstructor;
|
|
89
194
|
defaultValue: {
|
|
90
|
-
readonly type:
|
|
195
|
+
readonly type: PropType<import("element-plus").SingleOrRange<Date>>;
|
|
91
196
|
readonly required: false;
|
|
92
197
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
93
198
|
__epPropKey: true;
|
|
94
199
|
};
|
|
95
200
|
defaultTime: {
|
|
96
|
-
readonly type:
|
|
201
|
+
readonly type: PropType<import("element-plus").SingleOrRange<Date>>;
|
|
97
202
|
readonly required: false;
|
|
98
203
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
204
|
__epPropKey: true;
|
|
@@ -166,7 +271,14 @@ export declare const selectProps: {
|
|
|
166
271
|
type: BooleanConstructor;
|
|
167
272
|
default: boolean;
|
|
168
273
|
};
|
|
169
|
-
teleported:
|
|
274
|
+
teleported: {
|
|
275
|
+
readonly type: PropType<boolean>;
|
|
276
|
+
readonly required: false;
|
|
277
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
278
|
+
__epPropKey: true;
|
|
279
|
+
} & {
|
|
280
|
+
readonly default: true;
|
|
281
|
+
};
|
|
170
282
|
persistent: {
|
|
171
283
|
type: BooleanConstructor;
|
|
172
284
|
default: boolean;
|
|
@@ -185,7 +297,7 @@ export declare const selectProps: {
|
|
|
185
297
|
};
|
|
186
298
|
tagType: {
|
|
187
299
|
default: string;
|
|
188
|
-
type: PropType<
|
|
300
|
+
type: PropType<"success" | "primary" | "warning" | "info" | "danger">;
|
|
189
301
|
required: false;
|
|
190
302
|
validator: ((val: unknown) => boolean) | undefined;
|
|
191
303
|
__epPropKey: true;
|