@vunk/form 2.12.2 → 2.13.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/api-tables-select/src/ctx.d.ts +1 -1
- package/components/api-tables-select/src/index.vue.d.ts +5 -5
- package/components/api-tables-select/src/types.d.ts +2 -2
- package/components/button/index.cjs +1 -1
- package/components/button/index.mjs +1 -1
- package/components/button/src/ctx.d.ts +1 -6
- package/components/button/src/index.vue.d.ts +3 -12
- package/components/button/src/types.d.ts +2 -2
- package/components/card-input-collection/src/ctx.d.ts +1 -6
- package/components/card-input-collection/src/index.vue.d.ts +4 -18
- package/components/card-input-collection/src/types.d.ts +2 -2
- package/components/cascader/src/ctx.d.ts +2 -7
- package/components/cascader/src/index.vue.d.ts +3 -12
- package/components/cascader/src/types.d.ts +1 -1
- package/components/checkbox/src/ctx.d.ts +2 -7
- package/components/checkbox/src/index.vue.d.ts +3 -12
- package/components/checkbox/src/types.d.ts +1 -1
- package/components/color-picker/src/ctx.d.ts +1 -6
- package/components/color-picker/src/index.vue.d.ts +3 -12
- package/components/color-picker/src/types.d.ts +1 -1
- package/components/date-picker/src/ctx.d.ts +2 -7
- package/components/date-picker/src/index.vue.d.ts +3 -12
- package/components/date-picker/src/types.d.ts +2 -2
- package/components/date-picker-range/src/types.d.ts +3 -3
- package/components/dialog-input-collection/index.cjs +6 -2
- package/components/dialog-input-collection/index.mjs +6 -2
- package/components/dialog-input-collection/src/ctx.d.ts +1 -6
- package/components/dialog-input-collection/src/index.vue.d.ts +4 -18
- package/components/dialog-input-collection/src/types.d.ts +2 -2
- package/components/download-plus/src/ctx.d.ts +1 -6
- package/components/download-plus/src/index.vue.d.ts +3 -12
- package/components/editable-text/src/ctx.d.ts +1 -6
- package/components/editable-text/src/index.vue.d.ts +5 -19
- package/components/esri-input-geojson/src/ctx.d.ts +2 -7
- package/components/esri-input-geojson/src/index.vue.d.ts +4 -13
- package/components/esri-input-geojson/src/types.d.ts +2 -2
- package/components/form/src/types.d.ts +1 -1
- package/components/form-item/index.cjs +140 -144
- package/components/form-item/index.css +13 -16
- package/components/form-item/index.mjs +142 -146
- package/components/form-item/src/core.vue.d.ts +1847 -0
- package/components/form-item/src/ctx.d.ts +2 -7
- package/components/form-item/src/index.vue.d.ts +7 -757
- package/components/form-item/src/types.d.ts +1 -0
- package/components/information/src/types.d.ts +1 -1
- package/components/information-collection/src/ctx.d.ts +1 -6
- package/components/information-collection/src/index.vue.d.ts +3 -12
- package/components/input/src/ctx.d.ts +2 -7
- package/components/input/src/index.vue.d.ts +3 -12
- package/components/input/src/types.d.ts +2 -2
- package/components/input-collection/src/ctx.d.ts +1 -6
- package/components/input-collection/src/index.vue.d.ts +4 -18
- package/components/input-collection/src/types.d.ts +2 -2
- package/components/input-link/src/ctx.d.ts +1 -6
- package/components/input-link/src/index.vue.d.ts +3 -12
- package/components/input-link/src/types.d.ts +1 -1
- package/components/input-number/src/ctx.d.ts +2 -7
- package/components/input-number/src/index.vue.d.ts +3 -12
- package/components/input-number/src/types.d.ts +1 -1
- package/components/input-tag/src/ctx.d.ts +2 -7
- package/components/input-tag/src/index.vue.d.ts +3 -12
- package/components/input-tag/src/types.d.ts +2 -2
- package/components/monaco-editor/src/ctx.d.ts +1 -6
- package/components/monaco-editor/src/index.vue.d.ts +3 -12
- package/components/monaco-editor/src/types.d.ts +2 -2
- package/components/radio/src/ctx.d.ts +1 -6
- package/components/radio/src/index.vue.d.ts +3 -12
- package/components/radio/src/types.d.ts +1 -1
- package/components/select/src/ctx.d.ts +2 -7
- package/components/select/src/index.vue.d.ts +3 -12
- package/components/select/src/types.d.ts +1 -1
- package/components/slider/src/ctx.d.ts +1 -6
- package/components/slider/src/index.vue.d.ts +3 -12
- package/components/slider/src/types.d.ts +1 -1
- package/components/switch/src/ctx.d.ts +1 -6
- package/components/switch/src/index.vue.d.ts +3 -12
- package/components/switch/src/types.d.ts +1 -1
- package/components/tables-select/src/ctx.d.ts +1 -1
- package/components/tables-select/src/index.vue.d.ts +2 -2
- package/components/tables-select/src/types.d.ts +2 -2
- package/components/templates-default/src/types.d.ts +16 -16
- package/components/templates-esri/src/types.d.ts +1 -1
- package/components/templates-variant/src/types.d.ts +1 -1
- package/components/upload/src/ctx.d.ts +2 -7
- package/components/upload/src/index.vue.d.ts +3 -12
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +1 -6
- package/components/upload-plus/src/index.vue.d.ts +4 -18
- package/components/van-cascader/src/ctx.d.ts +1 -6
- package/components/van-cascader/src/index.vue.d.ts +3 -12
- package/components/var-datetime-picker/src/ctx.d.ts +1 -6
- package/components/var-datetime-picker/src/index.vue.d.ts +3 -12
- package/components/var-datetime-picker/src/types.d.ts +2 -2
- package/components/vditor/src/ctx.d.ts +1 -6
- package/components/vditor/src/index.vue.d.ts +3 -12
- package/components/vditor/src/types.d.ts +2 -2
- package/index.css +13 -16
- package/package.json +1 -1
- package/shared/types/source/index.d.ts +2 -2
|
@@ -359,7 +359,7 @@ export declare const props: {
|
|
|
359
359
|
readonly default: true;
|
|
360
360
|
};
|
|
361
361
|
};
|
|
362
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"small", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"teleported", keyof T2> | Extract<"className", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"fixed", keyof T2> | Extract<"data", keyof T2> | Extract<"filters", keyof T2> | Extract<"currentPage", keyof T2> | Extract<"pageSize", keyof T2> | Extract<"total", keyof T2> | Extract<"start", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"labelField", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"getRows", keyof T2> | Extract<"updateWhenCompleted", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"dialogClass", keyof T2> | Extract<"checkTrigger", keyof T2> | Extract<"oidField", keyof T2> | Extract<"selectionHidden", keyof T2> | Extract<"paginationDisabled", keyof T2> | Extract<"border", keyof T2> | Extract<"tableClass", keyof T2> | Extract<"tableStyle", keyof T2> | Extract<"layout", keyof T2> | Extract<"columns", keyof T2> | Extract<"modules", keyof T2> | Extract<"align", keyof T2> | Extract<"headerAlign", keyof T2> | Extract<"duplexFull", keyof T2> | Extract<"load", keyof T2> | Extract<"fit", keyof T2> | Extract<"height", keyof T2> | Extract<"width", keyof T2> | Extract<"showOverflowTooltip", keyof T2> | Extract<"rowKey", keyof T2> | Extract<"summaryMethod", keyof T2> | Extract<"rowClassName", keyof T2> | Extract<"rowStyle", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"cellStyle", keyof T2> | Extract<"headerRowClassName", keyof T2> | Extract<"headerRowStyle", keyof T2> | Extract<"headerCellClassName", keyof T2> | Extract<"headerCellStyle", keyof T2> | Extract<"expandRowKeys", keyof T2> | Extract<"defaultSort", keyof T2> | Extract<"tooltipOptions", keyof T2> | Extract<"spanMethod", keyof T2> | Extract<"treeProps", keyof T2> | Extract<"maxHeight", keyof T2> | Extract<"stripe", keyof T2> | Extract<"showHeader", keyof T2> | Extract<"showSummary", keyof T2> | Extract<"sumText", keyof T2> | Extract<"highlightCurrentRow", keyof T2> | Extract<"currentRowKey", keyof T2> | Extract<"emptyText", keyof T2> | Extract<"defaultExpandAll", keyof T2> | Extract<"tooltipEffect", keyof T2> | Extract<"selectOnIndeterminate", keyof T2> | Extract<"indent", keyof T2> | Extract<"lazy", keyof T2> | Extract<"tableLayout", keyof T2> | Extract<"scrollbarAlwaysOn", keyof T2> | Extract<"flexible", keyof T2> | Extract<"appendFilterPanelTo", keyof T2> | Extract<"scrollbarTabindex", keyof T2> | Extract<"defaultPageSize", keyof T2> | Extract<"pageCount", keyof T2> | Extract<"pagerCount", keyof T2> | Extract<"defaultCurrentPage", keyof T2> | Extract<"pageSizes", keyof T2> | Extract<"prevText", keyof T2> | Extract<"prevIcon", keyof T2> | Extract<"nextText", keyof T2> | Extract<"nextIcon", keyof T2> | Extract<"background", keyof T2> | Extract<"hideOnSinglePage", keyof T2> | Extract<"appendSizeTo", keyof T2> | Extract<"labelClassName", keyof T2> | Extract<"property", keyof T2> | Extract<"minWidth", keyof T2> | Extract<"renderHeader", keyof T2> | Extract<"sortable", keyof T2> | Extract<"sortMethod", keyof T2> | Extract<"sortBy", keyof T2> | Extract<"resizable", keyof T2> | Extract<"columnKey", keyof T2> | Extract<"showTooltipWhenOverflow", keyof T2> | Extract<"formatter", keyof T2> | Extract<"selectable", keyof T2> | Extract<"reserveSelection", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"filteredValue", keyof T2> | Extract<"filterPlacement", keyof T2> | Extract<"filterMultiple", keyof T2> | Extract<"index", keyof T2> | Extract<"sortOrders", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"type", keyof T2>, KE> | Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"small", keyof T2>, KE> | Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"formItemTip", keyof T2>, KE> | Exclude<Extract<"formItemTipClass", keyof T2>, KE> | Exclude<Extract<"labelTip", keyof T2>, KE> | Exclude<Extract<"information", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"teleported", keyof T2>, KE> | Exclude<Extract<"className", keyof T2>, KE> | Exclude<Extract<"popperClass", keyof T2>, KE> | Exclude<Extract<"fixed", keyof T2>, KE> | Exclude<Extract<"data", keyof T2>, KE> | Exclude<Extract<"filters", keyof T2>, KE> | Exclude<Extract<"currentPage", keyof T2>, KE> | Exclude<Extract<"pageSize", keyof T2>, KE> | Exclude<Extract<"total", keyof T2>, KE> | Exclude<Extract<"start", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"labelField", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"multiple", keyof T2>, KE> | Exclude<Extract<"getRows", keyof T2>, KE> | Exclude<Extract<"updateWhenCompleted", keyof T2>, KE> | Exclude<Extract<"stringify", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"dialogClass", keyof T2>, KE> | Exclude<Extract<"checkTrigger", keyof T2>, KE> | Exclude<Extract<"oidField", keyof T2>, KE> | Exclude<Extract<"selectionHidden", keyof T2>, KE> | Exclude<Extract<"paginationDisabled", keyof T2>, KE> | Exclude<Extract<"border", keyof T2>, KE> | Exclude<Extract<"tableClass", keyof T2>, KE> | Exclude<Extract<"tableStyle", keyof T2>, KE> | Exclude<Extract<"layout", keyof T2>, KE> | Exclude<Extract<"columns", keyof T2>, KE> | Exclude<Extract<"modules", keyof T2>, KE> | Exclude<Extract<"align", keyof T2>, KE> | Exclude<Extract<"headerAlign", keyof T2>, KE> | Exclude<Extract<"duplexFull", keyof T2>, KE> | Exclude<Extract<"load", keyof T2>, KE> | Exclude<Extract<"fit", keyof T2>, KE> | Exclude<Extract<"height", keyof T2>, KE> | Exclude<Extract<"width", keyof T2>, KE> | Exclude<Extract<"showOverflowTooltip", keyof T2>, KE> | Exclude<Extract<"rowKey", keyof T2>, KE> | Exclude<Extract<"summaryMethod", keyof T2>, KE> | Exclude<Extract<"rowClassName", keyof T2>, KE> | Exclude<Extract<"rowStyle", keyof T2>, KE> | Exclude<Extract<"cellClassName", keyof T2>, KE> | Exclude<Extract<"cellStyle", keyof T2>, KE> | Exclude<Extract<"headerRowClassName", keyof T2>, KE> | Exclude<Extract<"headerRowStyle", keyof T2>, KE> | Exclude<Extract<"headerCellClassName", keyof T2>, KE> | Exclude<Extract<"headerCellStyle", keyof T2>, KE> | Exclude<Extract<"expandRowKeys", keyof T2>, KE> | Exclude<Extract<"defaultSort", keyof T2>, KE> | Exclude<Extract<"tooltipOptions", keyof T2>, KE> | Exclude<Extract<"spanMethod", keyof T2>, KE> | Exclude<Extract<"treeProps", keyof T2>, KE> | Exclude<Extract<"maxHeight", keyof T2>, KE> | Exclude<Extract<"stripe", keyof T2>, KE> | Exclude<Extract<"showHeader", keyof T2>, KE> | Exclude<Extract<"showSummary", keyof T2>, KE> | Exclude<Extract<"sumText", keyof T2>, KE> | Exclude<Extract<"highlightCurrentRow", keyof T2>, KE> | Exclude<Extract<"currentRowKey", keyof T2>, KE> | Exclude<Extract<"emptyText", keyof T2>, KE> | Exclude<Extract<"defaultExpandAll", keyof T2>, KE> | Exclude<Extract<"tooltipEffect", keyof T2>, KE> | Exclude<Extract<"selectOnIndeterminate", keyof T2>, KE> | Exclude<Extract<"indent", keyof T2>, KE> | Exclude<Extract<"lazy", keyof T2>, KE> | Exclude<Extract<"tableLayout", keyof T2>, KE> | Exclude<Extract<"scrollbarAlwaysOn", keyof T2>, KE> | Exclude<Extract<"flexible", keyof T2>, KE> | Exclude<Extract<"appendFilterPanelTo", keyof T2>, KE> | Exclude<Extract<"scrollbarTabindex", keyof T2>, KE> | Exclude<Extract<"defaultPageSize", keyof T2>, KE> | Exclude<Extract<"pageCount", keyof T2>, KE> | Exclude<Extract<"pagerCount", keyof T2>, KE> | Exclude<Extract<"defaultCurrentPage", keyof T2>, KE> | Exclude<Extract<"pageSizes", keyof T2>, KE> | Exclude<Extract<"prevText", keyof T2>, KE> | Exclude<Extract<"prevIcon", keyof T2>, KE> | Exclude<Extract<"nextText", keyof T2>, KE> | Exclude<Extract<"nextIcon", keyof T2>, KE> | Exclude<Extract<"background", keyof T2>, KE> | Exclude<Extract<"hideOnSinglePage", keyof T2>, KE> | Exclude<Extract<"appendSizeTo", keyof T2>, KE> | Exclude<Extract<"labelClassName", keyof T2>, KE> | Exclude<Extract<"property", keyof T2>, KE> | Exclude<Extract<"minWidth", keyof T2>, KE> | Exclude<Extract<"renderHeader", keyof T2>, KE> | Exclude<Extract<"sortable", keyof T2>, KE> | Exclude<Extract<"sortMethod", keyof T2>, KE> | Exclude<Extract<"sortBy", keyof T2>, KE> | Exclude<Extract<"resizable", keyof T2>, KE> | Exclude<Extract<"columnKey", keyof T2>, KE> | Exclude<Extract<"showTooltipWhenOverflow", keyof T2>, KE> | Exclude<Extract<"formatter", keyof T2>, KE> | Exclude<Extract<"selectable", keyof T2>, KE> | Exclude<Extract<"reserveSelection", keyof T2>, KE> | Exclude<Extract<"filterMethod", keyof T2>, KE> | Exclude<Extract<"filteredValue", keyof T2>, KE> | Exclude<Extract<"filterPlacement", keyof T2>, KE> | Exclude<Extract<"filterMultiple", keyof T2>, KE> | Exclude<Extract<"index", keyof T2>, KE> | Exclude<Extract<"sortOrders", keyof T2>, KE> : Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"small", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"teleported", keyof T2> | Extract<"className", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"fixed", keyof T2> | Extract<"data", keyof T2> | Extract<"filters", keyof T2> | Extract<"currentPage", keyof T2> | Extract<"pageSize", keyof T2> | Extract<"total", keyof T2> | Extract<"start", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"labelField", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"getRows", keyof T2> | Extract<"updateWhenCompleted", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"dialogClass", keyof T2> | Extract<"checkTrigger", keyof T2> | Extract<"oidField", keyof T2> | Extract<"selectionHidden", keyof T2> | Extract<"paginationDisabled", keyof T2> | Extract<"border", keyof T2> | Extract<"tableClass", keyof T2> | Extract<"tableStyle", keyof T2> | Extract<"layout", keyof T2> | Extract<"columns", keyof T2> | Extract<"modules", keyof T2> | Extract<"align", keyof T2> | Extract<"headerAlign", keyof T2> | Extract<"duplexFull", keyof T2> | Extract<"load", keyof T2> | Extract<"fit", keyof T2> | Extract<"height", keyof T2> | Extract<"width", keyof T2> | Extract<"showOverflowTooltip", keyof T2> | Extract<"rowKey", keyof T2> | Extract<"summaryMethod", keyof T2> | Extract<"rowClassName", keyof T2> | Extract<"rowStyle", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"cellStyle", keyof T2> | Extract<"headerRowClassName", keyof T2> | Extract<"headerRowStyle", keyof T2> | Extract<"headerCellClassName", keyof T2> | Extract<"headerCellStyle", keyof T2> | Extract<"expandRowKeys", keyof T2> | Extract<"defaultSort", keyof T2> | Extract<"tooltipOptions", keyof T2> | Extract<"spanMethod", keyof T2> | Extract<"treeProps", keyof T2> | Extract<"maxHeight", keyof T2> | Extract<"stripe", keyof T2> | Extract<"showHeader", keyof T2> | Extract<"showSummary", keyof T2> | Extract<"sumText", keyof T2> | Extract<"highlightCurrentRow", keyof T2> | Extract<"currentRowKey", keyof T2> | Extract<"emptyText", keyof T2> | Extract<"defaultExpandAll", keyof T2> | Extract<"tooltipEffect", keyof T2> | Extract<"selectOnIndeterminate", keyof T2> | Extract<"indent", keyof T2> | Extract<"lazy", keyof T2> | Extract<"tableLayout", keyof T2> | Extract<"scrollbarAlwaysOn", keyof T2> | Extract<"flexible", keyof T2> | Extract<"appendFilterPanelTo", keyof T2> | Extract<"scrollbarTabindex", keyof T2> | Extract<"defaultPageSize", keyof T2> | Extract<"pageCount", keyof T2> | Extract<"pagerCount", keyof T2> | Extract<"defaultCurrentPage", keyof T2> | Extract<"pageSizes", keyof T2> | Extract<"prevText", keyof T2> | Extract<"prevIcon", keyof T2> | Extract<"nextText", keyof T2> | Extract<"nextIcon", keyof T2> | Extract<"background", keyof T2> | Extract<"hideOnSinglePage", keyof T2> | Extract<"appendSizeTo", keyof T2> | Extract<"labelClassName", keyof T2> | Extract<"property", keyof T2> | Extract<"minWidth", keyof T2> | Extract<"renderHeader", keyof T2> | Extract<"sortable", keyof T2> | Extract<"sortMethod", keyof T2> | Extract<"sortBy", keyof T2> | Extract<"resizable", keyof T2> | Extract<"columnKey", keyof T2> | Extract<"showTooltipWhenOverflow", keyof T2> | Extract<"formatter", keyof T2> | Extract<"selectable", keyof T2> | Extract<"reserveSelection", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"filteredValue", keyof T2> | Extract<"filterPlacement", keyof T2> | Extract<"filterMultiple", keyof T2> | Extract<"index", keyof T2> | Extract<"sortOrders", keyof T2>]: { [k in Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"small", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"teleported", keyof T2> | Extract<"className", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"fixed", keyof T2> | Extract<"data", keyof T2> | Extract<"filters", keyof T2> | Extract<"currentPage", keyof T2> | Extract<"pageSize", keyof T2> | Extract<"total", keyof T2> | Extract<"start", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"labelField", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"getRows", keyof T2> | Extract<"updateWhenCompleted", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"dialogClass", keyof T2> | Extract<"checkTrigger", keyof T2> | Extract<"oidField", keyof T2> | Extract<"selectionHidden", keyof T2> | Extract<"paginationDisabled", keyof T2> | Extract<"border", keyof T2> | Extract<"tableClass", keyof T2> | Extract<"tableStyle", keyof T2> | Extract<"layout", keyof T2> | Extract<"columns", keyof T2> | Extract<"modules", keyof T2> | Extract<"align", keyof T2> | Extract<"headerAlign", keyof T2> | Extract<"duplexFull", keyof T2> | Extract<"load", keyof T2> | Extract<"fit", keyof T2> | Extract<"height", keyof T2> | Extract<"width", keyof T2> | Extract<"showOverflowTooltip", keyof T2> | Extract<"rowKey", keyof T2> | Extract<"summaryMethod", keyof T2> | Extract<"rowClassName", keyof T2> | Extract<"rowStyle", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"cellStyle", keyof T2> | Extract<"headerRowClassName", keyof T2> | Extract<"headerRowStyle", keyof T2> | Extract<"headerCellClassName", keyof T2> | Extract<"headerCellStyle", keyof T2> | Extract<"expandRowKeys", keyof T2> | Extract<"defaultSort", keyof T2> | Extract<"tooltipOptions", keyof T2> | Extract<"spanMethod", keyof T2> | Extract<"treeProps", keyof T2> | Extract<"maxHeight", keyof T2> | Extract<"stripe", keyof T2> | Extract<"showHeader", keyof T2> | Extract<"showSummary", keyof T2> | Extract<"sumText", keyof T2> | Extract<"highlightCurrentRow", keyof T2> | Extract<"currentRowKey", keyof T2> | Extract<"emptyText", keyof T2> | Extract<"defaultExpandAll", keyof T2> | Extract<"tooltipEffect", keyof T2> | Extract<"selectOnIndeterminate", keyof T2> | Extract<"indent", keyof T2> | Extract<"lazy", keyof T2> | Extract<"tableLayout", keyof T2> | Extract<"scrollbarAlwaysOn", keyof T2> | Extract<"flexible", keyof T2> | Extract<"appendFilterPanelTo", keyof T2> | Extract<"scrollbarTabindex", keyof T2> | Extract<"defaultPageSize", keyof T2> | Extract<"pageCount", keyof T2> | Extract<"pagerCount", keyof T2> | Extract<"defaultCurrentPage", keyof T2> | Extract<"pageSizes", keyof T2> | Extract<"prevText", keyof T2> | Extract<"prevIcon", keyof T2> | Extract<"nextText", keyof T2> | Extract<"nextIcon", keyof T2> | Extract<"background", keyof T2> | Extract<"hideOnSinglePage", keyof T2> | Extract<"appendSizeTo", keyof T2> | Extract<"labelClassName", keyof T2> | Extract<"property", keyof T2> | Extract<"minWidth", keyof T2> | Extract<"renderHeader", keyof T2> | Extract<"sortable", keyof T2> | Extract<"sortMethod", keyof T2> | Extract<"sortBy", keyof T2> | Extract<"resizable", keyof T2> | Extract<"columnKey", keyof T2> | Extract<"showTooltipWhenOverflow", keyof T2> | Extract<"formatter", keyof T2> | Extract<"selectable", keyof T2> | Extract<"reserveSelection", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"filteredValue", keyof T2> | Extract<"filterPlacement", keyof T2> | Extract<"filterMultiple", keyof T2> | Extract<"index", keyof T2> | Extract<"sortOrders", keyof T2>]: T2[k]; }[P]; }>;
|
|
362
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"small", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"teleported", keyof T2> | Extract<"className", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"fixed", keyof T2> | Extract<"data", keyof T2> | Extract<"filters", keyof T2> | Extract<"currentPage", keyof T2> | Extract<"pageSize", keyof T2> | Extract<"total", keyof T2> | Extract<"start", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"labelField", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"getRows", keyof T2> | Extract<"updateWhenCompleted", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"dialogClass", keyof T2> | Extract<"checkTrigger", keyof T2> | Extract<"oidField", keyof T2> | Extract<"selectionHidden", keyof T2> | Extract<"paginationDisabled", keyof T2> | Extract<"border", keyof T2> | Extract<"tableClass", keyof T2> | Extract<"tableStyle", keyof T2> | Extract<"layout", keyof T2> | Extract<"columns", keyof T2> | Extract<"modules", keyof T2> | Extract<"align", keyof T2> | Extract<"headerAlign", keyof T2> | Extract<"duplexFull", keyof T2> | Extract<"load", keyof T2> | Extract<"fit", keyof T2> | Extract<"height", keyof T2> | Extract<"width", keyof T2> | Extract<"showOverflowTooltip", keyof T2> | Extract<"rowKey", keyof T2> | Extract<"summaryMethod", keyof T2> | Extract<"rowClassName", keyof T2> | Extract<"rowStyle", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"cellStyle", keyof T2> | Extract<"headerRowClassName", keyof T2> | Extract<"headerRowStyle", keyof T2> | Extract<"headerCellClassName", keyof T2> | Extract<"headerCellStyle", keyof T2> | Extract<"expandRowKeys", keyof T2> | Extract<"defaultSort", keyof T2> | Extract<"tooltipOptions", keyof T2> | Extract<"spanMethod", keyof T2> | Extract<"treeProps", keyof T2> | Extract<"maxHeight", keyof T2> | Extract<"stripe", keyof T2> | Extract<"showHeader", keyof T2> | Extract<"showSummary", keyof T2> | Extract<"sumText", keyof T2> | Extract<"highlightCurrentRow", keyof T2> | Extract<"currentRowKey", keyof T2> | Extract<"emptyText", keyof T2> | Extract<"defaultExpandAll", keyof T2> | Extract<"tooltipEffect", keyof T2> | Extract<"selectOnIndeterminate", keyof T2> | Extract<"indent", keyof T2> | Extract<"lazy", keyof T2> | Extract<"tableLayout", keyof T2> | Extract<"scrollbarAlwaysOn", keyof T2> | Extract<"flexible", keyof T2> | Extract<"appendFilterPanelTo", keyof T2> | Extract<"scrollbarTabindex", keyof T2> | Extract<"defaultPageSize", keyof T2> | Extract<"pageCount", keyof T2> | Extract<"pagerCount", keyof T2> | Extract<"defaultCurrentPage", keyof T2> | Extract<"pageSizes", keyof T2> | Extract<"prevText", keyof T2> | Extract<"prevIcon", keyof T2> | Extract<"nextText", keyof T2> | Extract<"nextIcon", keyof T2> | Extract<"background", keyof T2> | Extract<"hideOnSinglePage", keyof T2> | Extract<"appendSizeTo", keyof T2> | Extract<"labelClassName", keyof T2> | Extract<"property", keyof T2> | Extract<"minWidth", keyof T2> | Extract<"renderHeader", keyof T2> | Extract<"sortable", keyof T2> | Extract<"sortMethod", keyof T2> | Extract<"sortBy", keyof T2> | Extract<"resizable", keyof T2> | Extract<"columnKey", keyof T2> | Extract<"showTooltipWhenOverflow", keyof T2> | Extract<"formatter", keyof T2> | Extract<"selectable", keyof T2> | Extract<"reserveSelection", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"filteredValue", keyof T2> | Extract<"filterPlacement", keyof T2> | Extract<"filterMultiple", keyof T2> | Extract<"index", keyof T2> | Extract<"sortOrders", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"type", keyof T2>, KE> | Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"small", keyof T2>, KE> | Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"formItemTip", keyof T2>, KE> | Exclude<Extract<"formItemTipClass", keyof T2>, KE> | Exclude<Extract<"labelTip", keyof T2>, KE> | Exclude<Extract<"information", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"teleported", keyof T2>, KE> | Exclude<Extract<"className", keyof T2>, KE> | Exclude<Extract<"popperClass", keyof T2>, KE> | Exclude<Extract<"fixed", keyof T2>, KE> | Exclude<Extract<"data", keyof T2>, KE> | Exclude<Extract<"filters", keyof T2>, KE> | Exclude<Extract<"currentPage", keyof T2>, KE> | Exclude<Extract<"pageSize", keyof T2>, KE> | Exclude<Extract<"total", keyof T2>, KE> | Exclude<Extract<"start", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"labelField", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"multiple", keyof T2>, KE> | Exclude<Extract<"getRows", keyof T2>, KE> | Exclude<Extract<"updateWhenCompleted", keyof T2>, KE> | Exclude<Extract<"stringify", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"dialogClass", keyof T2>, KE> | Exclude<Extract<"checkTrigger", keyof T2>, KE> | Exclude<Extract<"oidField", keyof T2>, KE> | Exclude<Extract<"selectionHidden", keyof T2>, KE> | Exclude<Extract<"paginationDisabled", keyof T2>, KE> | Exclude<Extract<"border", keyof T2>, KE> | Exclude<Extract<"tableClass", keyof T2>, KE> | Exclude<Extract<"tableStyle", keyof T2>, KE> | Exclude<Extract<"layout", keyof T2>, KE> | Exclude<Extract<"columns", keyof T2>, KE> | Exclude<Extract<"modules", keyof T2>, KE> | Exclude<Extract<"align", keyof T2>, KE> | Exclude<Extract<"headerAlign", keyof T2>, KE> | Exclude<Extract<"duplexFull", keyof T2>, KE> | Exclude<Extract<"load", keyof T2>, KE> | Exclude<Extract<"fit", keyof T2>, KE> | Exclude<Extract<"height", keyof T2>, KE> | Exclude<Extract<"width", keyof T2>, KE> | Exclude<Extract<"showOverflowTooltip", keyof T2>, KE> | Exclude<Extract<"rowKey", keyof T2>, KE> | Exclude<Extract<"summaryMethod", keyof T2>, KE> | Exclude<Extract<"rowClassName", keyof T2>, KE> | Exclude<Extract<"rowStyle", keyof T2>, KE> | Exclude<Extract<"cellClassName", keyof T2>, KE> | Exclude<Extract<"cellStyle", keyof T2>, KE> | Exclude<Extract<"headerRowClassName", keyof T2>, KE> | Exclude<Extract<"headerRowStyle", keyof T2>, KE> | Exclude<Extract<"headerCellClassName", keyof T2>, KE> | Exclude<Extract<"headerCellStyle", keyof T2>, KE> | Exclude<Extract<"expandRowKeys", keyof T2>, KE> | Exclude<Extract<"defaultSort", keyof T2>, KE> | Exclude<Extract<"tooltipOptions", keyof T2>, KE> | Exclude<Extract<"spanMethod", keyof T2>, KE> | Exclude<Extract<"treeProps", keyof T2>, KE> | Exclude<Extract<"maxHeight", keyof T2>, KE> | Exclude<Extract<"stripe", keyof T2>, KE> | Exclude<Extract<"showHeader", keyof T2>, KE> | Exclude<Extract<"showSummary", keyof T2>, KE> | Exclude<Extract<"sumText", keyof T2>, KE> | Exclude<Extract<"highlightCurrentRow", keyof T2>, KE> | Exclude<Extract<"currentRowKey", keyof T2>, KE> | Exclude<Extract<"emptyText", keyof T2>, KE> | Exclude<Extract<"defaultExpandAll", keyof T2>, KE> | Exclude<Extract<"tooltipEffect", keyof T2>, KE> | Exclude<Extract<"selectOnIndeterminate", keyof T2>, KE> | Exclude<Extract<"indent", keyof T2>, KE> | Exclude<Extract<"lazy", keyof T2>, KE> | Exclude<Extract<"tableLayout", keyof T2>, KE> | Exclude<Extract<"scrollbarAlwaysOn", keyof T2>, KE> | Exclude<Extract<"flexible", keyof T2>, KE> | Exclude<Extract<"appendFilterPanelTo", keyof T2>, KE> | Exclude<Extract<"scrollbarTabindex", keyof T2>, KE> | Exclude<Extract<"defaultPageSize", keyof T2>, KE> | Exclude<Extract<"pageCount", keyof T2>, KE> | Exclude<Extract<"pagerCount", keyof T2>, KE> | Exclude<Extract<"defaultCurrentPage", keyof T2>, KE> | Exclude<Extract<"pageSizes", keyof T2>, KE> | Exclude<Extract<"prevText", keyof T2>, KE> | Exclude<Extract<"prevIcon", keyof T2>, KE> | Exclude<Extract<"nextText", keyof T2>, KE> | Exclude<Extract<"nextIcon", keyof T2>, KE> | Exclude<Extract<"background", keyof T2>, KE> | Exclude<Extract<"hideOnSinglePage", keyof T2>, KE> | Exclude<Extract<"appendSizeTo", keyof T2>, KE> | Exclude<Extract<"labelClassName", keyof T2>, KE> | Exclude<Extract<"property", keyof T2>, KE> | Exclude<Extract<"minWidth", keyof T2>, KE> | Exclude<Extract<"renderHeader", keyof T2>, KE> | Exclude<Extract<"sortable", keyof T2>, KE> | Exclude<Extract<"sortMethod", keyof T2>, KE> | Exclude<Extract<"sortBy", keyof T2>, KE> | Exclude<Extract<"resizable", keyof T2>, KE> | Exclude<Extract<"columnKey", keyof T2>, KE> | Exclude<Extract<"showTooltipWhenOverflow", keyof T2>, KE> | Exclude<Extract<"formatter", keyof T2>, KE> | Exclude<Extract<"selectable", keyof T2>, KE> | Exclude<Extract<"reserveSelection", keyof T2>, KE> | Exclude<Extract<"filterMethod", keyof T2>, KE> | Exclude<Extract<"filteredValue", keyof T2>, KE> | Exclude<Extract<"filterPlacement", keyof T2>, KE> | Exclude<Extract<"filterMultiple", keyof T2>, KE> | Exclude<Extract<"index", keyof T2>, KE> | Exclude<Extract<"sortOrders", keyof T2>, KE> : Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"small", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"teleported", keyof T2> | Extract<"className", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"fixed", keyof T2> | Extract<"data", keyof T2> | Extract<"filters", keyof T2> | Extract<"currentPage", keyof T2> | Extract<"pageSize", keyof T2> | Extract<"total", keyof T2> | Extract<"start", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"labelField", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"getRows", keyof T2> | Extract<"updateWhenCompleted", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"dialogClass", keyof T2> | Extract<"checkTrigger", keyof T2> | Extract<"oidField", keyof T2> | Extract<"selectionHidden", keyof T2> | Extract<"paginationDisabled", keyof T2> | Extract<"border", keyof T2> | Extract<"tableClass", keyof T2> | Extract<"tableStyle", keyof T2> | Extract<"layout", keyof T2> | Extract<"columns", keyof T2> | Extract<"modules", keyof T2> | Extract<"align", keyof T2> | Extract<"headerAlign", keyof T2> | Extract<"duplexFull", keyof T2> | Extract<"load", keyof T2> | Extract<"fit", keyof T2> | Extract<"height", keyof T2> | Extract<"width", keyof T2> | Extract<"showOverflowTooltip", keyof T2> | Extract<"rowKey", keyof T2> | Extract<"summaryMethod", keyof T2> | Extract<"rowClassName", keyof T2> | Extract<"rowStyle", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"cellStyle", keyof T2> | Extract<"headerRowClassName", keyof T2> | Extract<"headerRowStyle", keyof T2> | Extract<"headerCellClassName", keyof T2> | Extract<"headerCellStyle", keyof T2> | Extract<"expandRowKeys", keyof T2> | Extract<"defaultSort", keyof T2> | Extract<"tooltipOptions", keyof T2> | Extract<"spanMethod", keyof T2> | Extract<"treeProps", keyof T2> | Extract<"maxHeight", keyof T2> | Extract<"stripe", keyof T2> | Extract<"showHeader", keyof T2> | Extract<"showSummary", keyof T2> | Extract<"sumText", keyof T2> | Extract<"highlightCurrentRow", keyof T2> | Extract<"currentRowKey", keyof T2> | Extract<"emptyText", keyof T2> | Extract<"defaultExpandAll", keyof T2> | Extract<"tooltipEffect", keyof T2> | Extract<"selectOnIndeterminate", keyof T2> | Extract<"indent", keyof T2> | Extract<"lazy", keyof T2> | Extract<"tableLayout", keyof T2> | Extract<"scrollbarAlwaysOn", keyof T2> | Extract<"flexible", keyof T2> | Extract<"appendFilterPanelTo", keyof T2> | Extract<"scrollbarTabindex", keyof T2> | Extract<"defaultPageSize", keyof T2> | Extract<"pageCount", keyof T2> | Extract<"pagerCount", keyof T2> | Extract<"defaultCurrentPage", keyof T2> | Extract<"pageSizes", keyof T2> | Extract<"prevText", keyof T2> | Extract<"prevIcon", keyof T2> | Extract<"nextText", keyof T2> | Extract<"nextIcon", keyof T2> | Extract<"background", keyof T2> | Extract<"hideOnSinglePage", keyof T2> | Extract<"appendSizeTo", keyof T2> | Extract<"labelClassName", keyof T2> | Extract<"property", keyof T2> | Extract<"minWidth", keyof T2> | Extract<"renderHeader", keyof T2> | Extract<"sortable", keyof T2> | Extract<"sortMethod", keyof T2> | Extract<"sortBy", keyof T2> | Extract<"resizable", keyof T2> | Extract<"columnKey", keyof T2> | Extract<"showTooltipWhenOverflow", keyof T2> | Extract<"formatter", keyof T2> | Extract<"selectable", keyof T2> | Extract<"reserveSelection", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"filteredValue", keyof T2> | Extract<"filterPlacement", keyof T2> | Extract<"filterMultiple", keyof T2> | Extract<"index", keyof T2> | Extract<"sortOrders", keyof T2>]: { [k in Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"small", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"teleported", keyof T2> | Extract<"className", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"fixed", keyof T2> | Extract<"data", keyof T2> | Extract<"filters", keyof T2> | Extract<"currentPage", keyof T2> | Extract<"pageSize", keyof T2> | Extract<"total", keyof T2> | Extract<"start", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"labelField", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"getRows", keyof T2> | Extract<"updateWhenCompleted", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"dialogClass", keyof T2> | Extract<"checkTrigger", keyof T2> | Extract<"oidField", keyof T2> | Extract<"selectionHidden", keyof T2> | Extract<"paginationDisabled", keyof T2> | Extract<"border", keyof T2> | Extract<"tableClass", keyof T2> | Extract<"tableStyle", keyof T2> | Extract<"layout", keyof T2> | Extract<"columns", keyof T2> | Extract<"modules", keyof T2> | Extract<"align", keyof T2> | Extract<"headerAlign", keyof T2> | Extract<"duplexFull", keyof T2> | Extract<"load", keyof T2> | Extract<"fit", keyof T2> | Extract<"height", keyof T2> | Extract<"width", keyof T2> | Extract<"showOverflowTooltip", keyof T2> | Extract<"rowKey", keyof T2> | Extract<"summaryMethod", keyof T2> | Extract<"rowClassName", keyof T2> | Extract<"rowStyle", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"cellStyle", keyof T2> | Extract<"headerRowClassName", keyof T2> | Extract<"headerRowStyle", keyof T2> | Extract<"headerCellClassName", keyof T2> | Extract<"headerCellStyle", keyof T2> | Extract<"expandRowKeys", keyof T2> | Extract<"defaultSort", keyof T2> | Extract<"tooltipOptions", keyof T2> | Extract<"spanMethod", keyof T2> | Extract<"treeProps", keyof T2> | Extract<"maxHeight", keyof T2> | Extract<"stripe", keyof T2> | Extract<"showHeader", keyof T2> | Extract<"showSummary", keyof T2> | Extract<"sumText", keyof T2> | Extract<"highlightCurrentRow", keyof T2> | Extract<"currentRowKey", keyof T2> | Extract<"emptyText", keyof T2> | Extract<"defaultExpandAll", keyof T2> | Extract<"tooltipEffect", keyof T2> | Extract<"selectOnIndeterminate", keyof T2> | Extract<"indent", keyof T2> | Extract<"lazy", keyof T2> | Extract<"tableLayout", keyof T2> | Extract<"scrollbarAlwaysOn", keyof T2> | Extract<"flexible", keyof T2> | Extract<"appendFilterPanelTo", keyof T2> | Extract<"scrollbarTabindex", keyof T2> | Extract<"defaultPageSize", keyof T2> | Extract<"pageCount", keyof T2> | Extract<"pagerCount", keyof T2> | Extract<"defaultCurrentPage", keyof T2> | Extract<"pageSizes", keyof T2> | Extract<"prevText", keyof T2> | Extract<"prevIcon", keyof T2> | Extract<"nextText", keyof T2> | Extract<"nextIcon", keyof T2> | Extract<"background", keyof T2> | Extract<"hideOnSinglePage", keyof T2> | Extract<"appendSizeTo", keyof T2> | Extract<"labelClassName", keyof T2> | Extract<"property", keyof T2> | Extract<"minWidth", keyof T2> | Extract<"renderHeader", keyof T2> | Extract<"sortable", keyof T2> | Extract<"sortMethod", keyof T2> | Extract<"sortBy", keyof T2> | Extract<"resizable", keyof T2> | Extract<"columnKey", keyof T2> | Extract<"showTooltipWhenOverflow", keyof T2> | Extract<"formatter", keyof T2> | Extract<"selectable", keyof T2> | Extract<"reserveSelection", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"filteredValue", keyof T2> | Extract<"filterPlacement", keyof T2> | Extract<"filterMultiple", keyof T2> | Extract<"index", keyof T2> | Extract<"sortOrders", keyof T2>]: T2[k]; }[P]; }>;
|
|
363
363
|
export declare const emits: {
|
|
364
364
|
'update:modelValue': any;
|
|
365
365
|
'update:start': (val: number) => boolean;
|
|
@@ -348,8 +348,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
348
348
|
size: any;
|
|
349
349
|
elRef: import("@vunk/core").AnyFunc;
|
|
350
350
|
readonly: boolean;
|
|
351
|
-
label: string;
|
|
352
351
|
prop: any;
|
|
352
|
+
label: string;
|
|
353
353
|
disabled: boolean;
|
|
354
354
|
teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
355
355
|
className: string;
|
|
@@ -898,9 +898,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
898
898
|
formItemTipClass: any;
|
|
899
899
|
labelTip: string;
|
|
900
900
|
information: boolean;
|
|
901
|
+
prop: any;
|
|
901
902
|
labelWidth: string | number;
|
|
902
903
|
labelPosition: "" | "top" | "left" | "right";
|
|
903
|
-
prop: any;
|
|
904
904
|
inlineMessage: string | boolean;
|
|
905
905
|
showMessage: boolean;
|
|
906
906
|
disabled: boolean;
|
|
@@ -2,8 +2,8 @@ import { __VkTablesV1 } from '@vunk/plus/components/tables-v1';
|
|
|
2
2
|
import { VueComponentPropsType } from '@vunk/shared';
|
|
3
3
|
import Core from './index.vue';
|
|
4
4
|
import { BasicSource } from '@vunk/form/shared';
|
|
5
|
-
export interface Source<P
|
|
6
|
-
prop?: P
|
|
5
|
+
export interface Source<P = string> extends BasicSource, VueComponentPropsType<typeof Core> {
|
|
6
|
+
prop?: P;
|
|
7
7
|
templateType: 'VkfTablesSelect';
|
|
8
8
|
}
|
|
9
9
|
export type Column = __VkTablesV1.Column;
|
|
@@ -14,26 +14,26 @@ import { __VkfInputLink } from '@vunk/form/components/input-link';
|
|
|
14
14
|
import { __VkfSlider } from '@vunk/form/components/slider';
|
|
15
15
|
import { __VkfInputTag } from '@vunk/form/components/input-tag';
|
|
16
16
|
import { IntoUndefined, Func } from '@vunk/core';
|
|
17
|
-
export type VkfButtonSource<P
|
|
18
|
-
export type VkfInputSource<P
|
|
19
|
-
export type VkfDatePickerSource<P
|
|
20
|
-
export type VkfSelectSource<P
|
|
21
|
-
export type VkfSwitchSource<P
|
|
22
|
-
export type VkfInputNumberSource<P
|
|
23
|
-
export type VkfRadioSource<P
|
|
24
|
-
export type VkfCheckboxSource<P
|
|
25
|
-
export type VkfUploadSource<P
|
|
26
|
-
export type VkfColorPickerSource<P
|
|
27
|
-
export type VkfCascaderSource<P
|
|
28
|
-
export type VkfInputLinkSource<P
|
|
29
|
-
export type VkfSliderSource<P
|
|
30
|
-
export type VkfInputTagSource<P
|
|
17
|
+
export type VkfButtonSource<P = string> = __VkfButton.Source<P>;
|
|
18
|
+
export type VkfInputSource<P = string> = __VkfInput.Source<P>;
|
|
19
|
+
export type VkfDatePickerSource<P = string> = __VkfDatePicker.Source<P>;
|
|
20
|
+
export type VkfSelectSource<P = string> = __VkfSelect.Source<P>;
|
|
21
|
+
export type VkfSwitchSource<P = string> = __VkfSwitch.Source<P>;
|
|
22
|
+
export type VkfInputNumberSource<P = string> = __VkfInputNumber.Source<P>;
|
|
23
|
+
export type VkfRadioSource<P = string> = __VkfRadio.Source<P>;
|
|
24
|
+
export type VkfCheckboxSource<P = string> = __VkfCheckbox.Source<P>;
|
|
25
|
+
export type VkfUploadSource<P = string> = __VkfUpload.Source<P>;
|
|
26
|
+
export type VkfColorPickerSource<P = string> = __VkfColorPicker.Source<P>;
|
|
27
|
+
export type VkfCascaderSource<P = string> = __VkfCascader.Source<P>;
|
|
28
|
+
export type VkfInputLinkSource<P = string> = __VkfInputLink.Source<P>;
|
|
29
|
+
export type VkfSliderSource<P = string> = __VkfSlider.Source<P>;
|
|
30
|
+
export type VkfInputTagSource<P = string> = __VkfInputTag.Source<P>;
|
|
31
31
|
export interface ComponentSource extends BasicSource {
|
|
32
32
|
templateType: 'Component';
|
|
33
33
|
is: any;
|
|
34
34
|
}
|
|
35
|
-
export type CoreSource<P
|
|
36
|
-
export type Source<P
|
|
35
|
+
export type CoreSource<P = string> = VkfInputSource<P> | VkfSwitchSource<P> | VkfSelectSource<P> | VkfDatePickerSource<P> | VkfInputNumberSource<P> | VkfRadioSource<P> | VkfCheckboxSource<P> | VkfUploadSource<P> | VkfColorPickerSource<P> | VkfButtonSource<P> | VkfCascaderSource<P> | VkfInputLinkSource<P> | VkfSliderSource<P> | VkfInputTagSource<P>;
|
|
36
|
+
export type Source<P = string> = CoreSource<P> | ComponentSource;
|
|
37
37
|
/**
|
|
38
38
|
* @example
|
|
39
39
|
* ```ts
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { __VkfEsriInputGeojson } from '@vunk/form/components/esri-input-geojson';
|
|
2
|
-
export type Source<P
|
|
2
|
+
export type Source<P = string> = __VkfEsriInputGeojson.Source<P>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { __VkfDatePickerRange } from '@vunk/form/components/date-picker-range';
|
|
2
|
-
export type Source<P
|
|
2
|
+
export type Source<P = string> = __VkfDatePickerRange.Source<P>;
|
|
@@ -229,6 +229,7 @@ export declare const props: {
|
|
|
229
229
|
type: BooleanConstructor;
|
|
230
230
|
default: boolean;
|
|
231
231
|
};
|
|
232
|
+
prop: any;
|
|
232
233
|
label: StringConstructor;
|
|
233
234
|
labelWidth: {
|
|
234
235
|
readonly type: PropType<string | number>;
|
|
@@ -246,12 +247,6 @@ export declare const props: {
|
|
|
246
247
|
} & {
|
|
247
248
|
readonly default: "";
|
|
248
249
|
};
|
|
249
|
-
prop: {
|
|
250
|
-
readonly type: PropType<import("element-plus").FormItemProp>;
|
|
251
|
-
readonly required: false;
|
|
252
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
253
|
-
__epPropKey: true;
|
|
254
|
-
};
|
|
255
250
|
rules: {
|
|
256
251
|
readonly type: PropType<unknown>;
|
|
257
252
|
readonly required: false;
|
|
@@ -283,7 +278,7 @@ export declare const props: {
|
|
|
283
278
|
readonly default: true;
|
|
284
279
|
};
|
|
285
280
|
};
|
|
286
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"
|
|
281
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"name", keyof T2> | Extract<"data", keyof T2> | Extract<"multiple", keyof T2> | Extract<"onChange", keyof T2> | Extract<"beforeUpload", keyof T2> | Extract<"beforeRemove", keyof T2> | Extract<"onRemove", 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<"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> | Extract<"tip", keyof T2> | Extract<"preview", keyof T2> | Extract<"onDownload", keyof T2> | Extract<"exceedable", keyof T2> | Extract<"confirmExceed", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"formItemTip", keyof T2>, KE> | Exclude<Extract<"formItemTipClass", keyof T2>, KE> | Exclude<Extract<"labelTip", keyof T2>, KE> | Exclude<Extract<"information", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"name", keyof T2>, KE> | Exclude<Extract<"data", keyof T2>, KE> | Exclude<Extract<"multiple", keyof T2>, KE> | Exclude<Extract<"onChange", keyof T2>, KE> | Exclude<Extract<"beforeUpload", keyof T2>, KE> | Exclude<Extract<"beforeRemove", keyof T2>, KE> | Exclude<Extract<"onRemove", keyof T2>, KE> | Exclude<Extract<"onPreview", keyof T2>, KE> | Exclude<Extract<"onSuccess", keyof T2>, KE> | Exclude<Extract<"onProgress", keyof T2>, KE> | Exclude<Extract<"onError", keyof T2>, KE> | Exclude<Extract<"onExceed", keyof T2>, KE> | Exclude<Extract<"crossorigin", keyof T2>, KE> | Exclude<Extract<"action", keyof T2>, KE> | Exclude<Extract<"headers", keyof T2>, KE> | Exclude<Extract<"method", keyof T2>, KE> | Exclude<Extract<"drag", keyof T2>, KE> | Exclude<Extract<"withCredentials", keyof T2>, KE> | Exclude<Extract<"showFileList", keyof T2>, KE> | Exclude<Extract<"accept", keyof T2>, KE> | Exclude<Extract<"fileList", keyof T2>, KE> | Exclude<Extract<"autoUpload", keyof T2>, KE> | Exclude<Extract<"listType", keyof T2>, KE> | Exclude<Extract<"httpRequest", keyof T2>, KE> | Exclude<Extract<"limit", keyof T2>, KE> | Exclude<Extract<"tip", keyof T2>, KE> | Exclude<Extract<"preview", keyof T2>, KE> | Exclude<Extract<"onDownload", keyof T2>, KE> | Exclude<Extract<"exceedable", keyof T2>, KE> | Exclude<Extract<"confirmExceed", keyof T2>, KE> : Extract<"required", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"name", keyof T2> | Extract<"data", keyof T2> | Extract<"multiple", keyof T2> | Extract<"onChange", keyof T2> | Extract<"beforeUpload", keyof T2> | Extract<"beforeRemove", keyof T2> | Extract<"onRemove", 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<"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> | Extract<"tip", keyof T2> | Extract<"preview", keyof T2> | Extract<"onDownload", keyof T2> | Extract<"exceedable", keyof T2> | Extract<"confirmExceed", keyof T2>]: { [k in Extract<"required", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"name", keyof T2> | Extract<"data", keyof T2> | Extract<"multiple", keyof T2> | Extract<"onChange", keyof T2> | Extract<"beforeUpload", keyof T2> | Extract<"beforeRemove", keyof T2> | Extract<"onRemove", 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<"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> | Extract<"tip", keyof T2> | Extract<"preview", keyof T2> | Extract<"onDownload", keyof T2> | Extract<"exceedable", keyof T2> | Extract<"confirmExceed", keyof T2>]: T2[k]; }[P]; }>;
|
|
287
282
|
export declare const emits: {
|
|
288
283
|
'update:fileList': any;
|
|
289
284
|
remove: (e: UploadFile) => UploadFile;
|
|
@@ -222,6 +222,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
222
222
|
type: BooleanConstructor;
|
|
223
223
|
default: boolean;
|
|
224
224
|
};
|
|
225
|
+
prop: any;
|
|
225
226
|
label: StringConstructor;
|
|
226
227
|
labelWidth: {
|
|
227
228
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -239,12 +240,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
239
240
|
} & {
|
|
240
241
|
readonly default: "";
|
|
241
242
|
};
|
|
242
|
-
prop: {
|
|
243
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
244
|
-
readonly required: false;
|
|
245
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
246
|
-
__epPropKey: true;
|
|
247
|
-
};
|
|
248
243
|
rules: {
|
|
249
244
|
readonly type: import("vue").PropType<unknown>;
|
|
250
245
|
readonly required: false;
|
|
@@ -547,6 +542,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
547
542
|
type: BooleanConstructor;
|
|
548
543
|
default: boolean;
|
|
549
544
|
};
|
|
545
|
+
prop: any;
|
|
550
546
|
label: StringConstructor;
|
|
551
547
|
labelWidth: {
|
|
552
548
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -564,12 +560,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
564
560
|
} & {
|
|
565
561
|
readonly default: "";
|
|
566
562
|
};
|
|
567
|
-
prop: {
|
|
568
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
569
|
-
readonly required: false;
|
|
570
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
571
|
-
__epPropKey: true;
|
|
572
|
-
};
|
|
573
563
|
rules: {
|
|
574
564
|
readonly type: import("vue").PropType<unknown>;
|
|
575
565
|
readonly required: false;
|
|
@@ -613,6 +603,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
613
603
|
formItemTipClass: any;
|
|
614
604
|
labelTip: string;
|
|
615
605
|
information: boolean;
|
|
606
|
+
prop: any;
|
|
616
607
|
labelWidth: string | number;
|
|
617
608
|
labelPosition: "" | "top" | "left" | "right";
|
|
618
609
|
inlineMessage: string | boolean;
|
|
@@ -7,7 +7,7 @@ export type OnExceed = UploadProps['onExceed'];
|
|
|
7
7
|
export interface UploadRawFile extends _UploadRawFile {
|
|
8
8
|
progress: Setter;
|
|
9
9
|
}
|
|
10
|
-
export interface Source<P
|
|
10
|
+
export interface Source<P = string> extends VueComponentPropsType<typeof VkfUpload>, BasicSource {
|
|
11
11
|
prop: P;
|
|
12
12
|
templateType: 'VkfUpload';
|
|
13
13
|
}
|
|
@@ -87,6 +87,7 @@ export declare const props: {
|
|
|
87
87
|
type: BooleanConstructor;
|
|
88
88
|
default: boolean;
|
|
89
89
|
};
|
|
90
|
+
prop: any;
|
|
90
91
|
label: StringConstructor;
|
|
91
92
|
labelWidth: {
|
|
92
93
|
readonly type: PropType<string | number>;
|
|
@@ -104,12 +105,6 @@ export declare const props: {
|
|
|
104
105
|
} & {
|
|
105
106
|
readonly default: "";
|
|
106
107
|
};
|
|
107
|
-
prop: {
|
|
108
|
-
readonly type: PropType<import("element-plus").FormItemProp>;
|
|
109
|
-
readonly required: false;
|
|
110
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
111
|
-
__epPropKey: true;
|
|
112
|
-
};
|
|
113
108
|
rules: {
|
|
114
109
|
readonly type: PropType<unknown>;
|
|
115
110
|
readonly required: false;
|
|
@@ -71,6 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
71
|
type: BooleanConstructor;
|
|
72
72
|
default: boolean;
|
|
73
73
|
};
|
|
74
|
+
prop: any;
|
|
74
75
|
label: StringConstructor;
|
|
75
76
|
labelWidth: {
|
|
76
77
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -88,12 +89,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
88
89
|
} & {
|
|
89
90
|
readonly default: "";
|
|
90
91
|
};
|
|
91
|
-
prop: {
|
|
92
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
93
|
-
readonly required: false;
|
|
94
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
95
|
-
__epPropKey: true;
|
|
96
|
-
};
|
|
97
92
|
rules: {
|
|
98
93
|
readonly type: import("vue").PropType<unknown>;
|
|
99
94
|
readonly required: false;
|
|
@@ -197,6 +192,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
197
192
|
type: BooleanConstructor;
|
|
198
193
|
default: boolean;
|
|
199
194
|
};
|
|
195
|
+
prop: any;
|
|
200
196
|
label: StringConstructor;
|
|
201
197
|
labelWidth: {
|
|
202
198
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -214,12 +210,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
214
210
|
} & {
|
|
215
211
|
readonly default: "";
|
|
216
212
|
};
|
|
217
|
-
prop: {
|
|
218
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
219
|
-
readonly required: false;
|
|
220
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
221
|
-
__epPropKey: true;
|
|
222
|
-
};
|
|
223
213
|
rules: {
|
|
224
214
|
readonly type: import("vue").PropType<unknown>;
|
|
225
215
|
readonly required: false;
|
|
@@ -1702,6 +1692,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1702
1692
|
type: BooleanConstructor;
|
|
1703
1693
|
default: boolean;
|
|
1704
1694
|
};
|
|
1695
|
+
prop: any;
|
|
1705
1696
|
label: StringConstructor;
|
|
1706
1697
|
labelWidth: {
|
|
1707
1698
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -1719,12 +1710,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1719
1710
|
} & {
|
|
1720
1711
|
readonly default: "";
|
|
1721
1712
|
};
|
|
1722
|
-
prop: {
|
|
1723
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
1724
|
-
readonly required: false;
|
|
1725
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1726
|
-
__epPropKey: true;
|
|
1727
|
-
};
|
|
1728
1713
|
rules: {
|
|
1729
1714
|
readonly type: import("vue").PropType<unknown>;
|
|
1730
1715
|
readonly required: false;
|
|
@@ -1769,6 +1754,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1769
1754
|
formItemTipClass: any;
|
|
1770
1755
|
labelTip: string;
|
|
1771
1756
|
information: boolean;
|
|
1757
|
+
prop: any;
|
|
1772
1758
|
labelWidth: string | number;
|
|
1773
1759
|
labelPosition: "" | "top" | "left" | "right";
|
|
1774
1760
|
inlineMessage: string | boolean;
|
|
@@ -52,6 +52,7 @@ export declare const props: {
|
|
|
52
52
|
type: BooleanConstructor;
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
|
+
prop: any;
|
|
55
56
|
label: StringConstructor;
|
|
56
57
|
labelWidth: {
|
|
57
58
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -69,12 +70,6 @@ export declare const props: {
|
|
|
69
70
|
} & {
|
|
70
71
|
readonly default: "";
|
|
71
72
|
};
|
|
72
|
-
prop: {
|
|
73
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
74
|
-
readonly required: false;
|
|
75
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
|
-
__epPropKey: true;
|
|
77
|
-
};
|
|
78
73
|
rules: {
|
|
79
74
|
readonly type: import("vue").PropType<unknown>;
|
|
80
75
|
readonly required: false;
|
|
@@ -54,6 +54,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
54
54
|
type: BooleanConstructor;
|
|
55
55
|
default: boolean;
|
|
56
56
|
};
|
|
57
|
+
prop: any;
|
|
57
58
|
label: StringConstructor;
|
|
58
59
|
labelWidth: {
|
|
59
60
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -71,12 +72,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
72
|
} & {
|
|
72
73
|
readonly default: "";
|
|
73
74
|
};
|
|
74
|
-
prop: {
|
|
75
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
76
|
-
readonly required: false;
|
|
77
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
-
__epPropKey: true;
|
|
79
|
-
};
|
|
80
75
|
rules: {
|
|
81
76
|
readonly type: import("vue").PropType<unknown>;
|
|
82
77
|
readonly required: false;
|
|
@@ -339,6 +334,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
339
334
|
type: BooleanConstructor;
|
|
340
335
|
default: boolean;
|
|
341
336
|
};
|
|
337
|
+
prop: any;
|
|
342
338
|
label: StringConstructor;
|
|
343
339
|
labelWidth: {
|
|
344
340
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -356,12 +352,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
356
352
|
} & {
|
|
357
353
|
readonly default: "";
|
|
358
354
|
};
|
|
359
|
-
prop: {
|
|
360
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
361
|
-
readonly required: false;
|
|
362
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
363
|
-
__epPropKey: true;
|
|
364
|
-
};
|
|
365
355
|
rules: {
|
|
366
356
|
readonly type: import("vue").PropType<unknown>;
|
|
367
357
|
readonly required: false;
|
|
@@ -570,6 +560,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
570
560
|
formItemTipClass: any;
|
|
571
561
|
labelTip: string;
|
|
572
562
|
information: boolean;
|
|
563
|
+
prop: any;
|
|
573
564
|
labelWidth: string | number;
|
|
574
565
|
labelPosition: "" | "top" | "left" | "right";
|
|
575
566
|
inlineMessage: string | boolean;
|
|
@@ -53,6 +53,7 @@ export declare const props: {
|
|
|
53
53
|
type: BooleanConstructor;
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
|
+
prop: any;
|
|
56
57
|
label: StringConstructor;
|
|
57
58
|
labelWidth: {
|
|
58
59
|
readonly type: PropType<string | number>;
|
|
@@ -70,12 +71,6 @@ export declare const props: {
|
|
|
70
71
|
} & {
|
|
71
72
|
readonly default: "";
|
|
72
73
|
};
|
|
73
|
-
prop: {
|
|
74
|
-
readonly type: PropType<import("element-plus").FormItemProp>;
|
|
75
|
-
readonly required: false;
|
|
76
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
|
-
__epPropKey: true;
|
|
78
|
-
};
|
|
79
74
|
rules: {
|
|
80
75
|
readonly type: PropType<unknown>;
|
|
81
76
|
readonly required: false;
|
|
@@ -55,6 +55,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
type: BooleanConstructor;
|
|
56
56
|
default: boolean;
|
|
57
57
|
};
|
|
58
|
+
prop: any;
|
|
58
59
|
label: StringConstructor;
|
|
59
60
|
labelWidth: {
|
|
60
61
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -72,12 +73,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
72
73
|
} & {
|
|
73
74
|
readonly default: "";
|
|
74
75
|
};
|
|
75
|
-
prop: {
|
|
76
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
77
|
-
readonly required: false;
|
|
78
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
79
|
-
__epPropKey: true;
|
|
80
|
-
};
|
|
81
76
|
rules: {
|
|
82
77
|
readonly type: import("vue").PropType<unknown>;
|
|
83
78
|
readonly required: false;
|
|
@@ -174,6 +169,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
174
169
|
type: BooleanConstructor;
|
|
175
170
|
default: boolean;
|
|
176
171
|
};
|
|
172
|
+
prop: any;
|
|
177
173
|
label: StringConstructor;
|
|
178
174
|
labelWidth: {
|
|
179
175
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -191,12 +187,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
191
187
|
} & {
|
|
192
188
|
readonly default: "";
|
|
193
189
|
};
|
|
194
|
-
prop: {
|
|
195
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
196
|
-
readonly required: false;
|
|
197
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
198
|
-
__epPropKey: true;
|
|
199
|
-
};
|
|
200
190
|
rules: {
|
|
201
191
|
readonly type: import("vue").PropType<unknown>;
|
|
202
192
|
readonly required: false;
|
|
@@ -240,6 +230,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
240
230
|
formItemTipClass: any;
|
|
241
231
|
labelTip: string;
|
|
242
232
|
information: boolean;
|
|
233
|
+
prop: any;
|
|
243
234
|
labelWidth: string | number;
|
|
244
235
|
labelPosition: "" | "top" | "left" | "right";
|
|
245
236
|
inlineMessage: string | boolean;
|
|
@@ -15,8 +15,8 @@ export interface ElDatePickerTypeMedia {
|
|
|
15
15
|
isRange?: boolean;
|
|
16
16
|
hasTime?: boolean;
|
|
17
17
|
}
|
|
18
|
-
export interface Source<P
|
|
19
|
-
prop?: P
|
|
18
|
+
export interface Source<P = string> extends VueComponentPropsType<typeof CoreVue>, BasicSource {
|
|
19
|
+
prop?: P;
|
|
20
20
|
templateType: 'VkfVarDatetimePicker';
|
|
21
21
|
}
|
|
22
22
|
export {};
|
|
@@ -60,6 +60,7 @@ export declare const props: {
|
|
|
60
60
|
type: BooleanConstructor;
|
|
61
61
|
default: boolean;
|
|
62
62
|
};
|
|
63
|
+
prop: any;
|
|
63
64
|
label: StringConstructor;
|
|
64
65
|
labelWidth: {
|
|
65
66
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -77,12 +78,6 @@ export declare const props: {
|
|
|
77
78
|
} & {
|
|
78
79
|
readonly default: "";
|
|
79
80
|
};
|
|
80
|
-
prop: {
|
|
81
|
-
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
82
|
-
readonly required: false;
|
|
83
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
84
|
-
__epPropKey: true;
|
|
85
|
-
};
|
|
86
81
|
rules: {
|
|
87
82
|
readonly type: import("vue").PropType<unknown>;
|
|
88
83
|
readonly required: false;
|