@vunk/form 2.10.0 → 2.10.3

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.
Files changed (88) hide show
  1. package/components/api-tables-select/index.cjs +37 -36
  2. package/components/api-tables-select/index.mjs +37 -36
  3. package/components/api-tables-select/src/ctx.d.ts +48 -13
  4. package/components/api-tables-select/src/index.vue.d.ts +568 -80
  5. package/components/button/src/ctx.d.ts +101 -17
  6. package/components/button/src/index.vue.d.ts +437 -101
  7. package/components/card-input-collection/index.cjs +67 -70
  8. package/components/card-input-collection/index.mjs +68 -71
  9. package/components/card-input-collection/src/ctx.d.ts +43 -8
  10. package/components/card-input-collection/src/index.vue.d.ts +718 -226
  11. package/components/cascader/src/ctx.d.ts +192 -46
  12. package/components/cascader/src/index.vue.d.ts +393 -118
  13. package/components/checkbox/index.cjs +2 -3
  14. package/components/checkbox/index.mjs +2 -3
  15. package/components/checkbox/src/ctx.d.ts +65 -13
  16. package/components/checkbox/src/index.vue.d.ts +339 -115
  17. package/components/color-picker/src/ctx.d.ts +76 -13
  18. package/components/color-picker/src/index.vue.d.ts +160 -34
  19. package/components/date-picker/src/ctx.d.ts +185 -36
  20. package/components/date-picker/src/index.vue.d.ts +974 -202
  21. package/components/date-picker-range/src/ctx.d.ts +168 -35
  22. package/components/date-picker-range/src/index.vue.d.ts +347 -82
  23. package/components/download-plus/index.cjs +4 -4
  24. package/components/download-plus/index.mjs +4 -4
  25. package/components/download-plus/src/ctx.d.ts +43 -8
  26. package/components/download-plus/src/index.vue.d.ts +618 -165
  27. package/components/editable-text/index.cjs +29 -15
  28. package/components/editable-text/index.mjs +29 -15
  29. package/components/editable-text/src/ctx.d.ts +51 -8
  30. package/components/editable-text/src/index.vue.d.ts +2827 -251
  31. package/components/esri-input-geojson/src/append.vue.d.ts +769 -418
  32. package/components/esri-input-geojson/src/ctx.d.ts +133 -32
  33. package/components/esri-input-geojson/src/index.vue.d.ts +262 -92
  34. package/components/esri-input-geojson/src/viewer.vue.d.ts +1 -1
  35. package/components/form/src/ctx.d.ts +59 -11
  36. package/components/form/src/index.vue.d.ts +3456 -186
  37. package/components/form-item/src/ctx.d.ts +45 -10
  38. package/components/form-item/src/index.vue.d.ts +484 -141
  39. package/components/information-collection/src/ctx.d.ts +45 -10
  40. package/components/information-collection/src/index.vue.d.ts +96 -26
  41. package/components/information-tag/src/ctx.d.ts +17 -3
  42. package/components/information-tag/src/index.vue.d.ts +38 -10
  43. package/components/input/src/ctx.d.ts +138 -33
  44. package/components/input/src/index.vue.d.ts +528 -152
  45. package/components/input-collection/index.cjs +105 -74
  46. package/components/input-collection/index.mjs +107 -76
  47. package/components/input-collection/src/ctx.d.ts +43 -8
  48. package/components/input-collection/src/index.vue.d.ts +756 -793
  49. package/components/input-link/src/ctx.d.ts +103 -25
  50. package/components/input-link/src/index.vue.d.ts +219 -63
  51. package/components/input-number/src/ctx.d.ts +123 -21
  52. package/components/input-number/src/index.vue.d.ts +468 -93
  53. package/components/input-tag/src/ctx.d.ts +141 -25
  54. package/components/input-tag/src/index.vue.d.ts +566 -126
  55. package/components/monaco-editor/src/ctx.d.ts +43 -8
  56. package/components/monaco-editor/src/index.vue.d.ts +91 -21
  57. package/components/radio/index.cjs +2 -3
  58. package/components/radio/index.mjs +2 -3
  59. package/components/radio/src/ctx.d.ts +84 -14
  60. package/components/radio/src/index.vue.d.ts +812 -168
  61. package/components/select/src/ctx.d.ts +63 -13
  62. package/components/select/src/index.vue.d.ts +549 -108
  63. package/components/slider/src/ctx.d.ts +170 -54
  64. package/components/slider/src/index.vue.d.ts +362 -137
  65. package/components/switch/src/ctx.d.ts +105 -21
  66. package/components/switch/src/index.vue.d.ts +453 -117
  67. package/components/tables-select/src/ctx.d.ts +72 -9
  68. package/components/tables-select/src/index.vue.d.ts +386 -82
  69. package/components/templates-element-plus/src/index.vue.d.ts +187 -40
  70. package/components/templates-layout/src/index.vue.d.ts +337 -64
  71. package/components/upload/index.cjs +2 -2
  72. package/components/upload/index.mjs +2 -2
  73. package/components/upload/src/ctx.d.ts +183 -89
  74. package/components/upload/src/file.vue.d.ts +269 -83
  75. package/components/upload/src/index.vue.d.ts +1246 -632
  76. package/components/upload-plus/index.cjs +79 -86
  77. package/components/upload-plus/index.mjs +79 -86
  78. package/components/upload-plus/src/ctx.d.ts +43 -8
  79. package/components/upload-plus/src/index.vue.d.ts +1008 -283
  80. package/components/van-cascader/src/ctx.d.ts +181 -44
  81. package/components/van-cascader/src/index.vue.d.ts +1532 -324
  82. package/components/var-datetime-picker/src/ctx.d.ts +43 -8
  83. package/components/var-datetime-picker/src/index.vue.d.ts +932 -190
  84. package/components/vditor/src/ctx.d.ts +43 -8
  85. package/components/vditor/src/index.vue.d.ts +91 -21
  86. package/package.json +1 -1
  87. package/shared/element-plus/ctx.d.ts +111 -30
  88. package/shared/element-plus/instances.d.ts +140 -28
@@ -279,7 +279,14 @@ export declare const props: {
279
279
  default: () => (string | null)[];
280
280
  validator: (val: ("ascending" | "descending" | null)[]) => boolean;
281
281
  };
282
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
282
+ required: {
283
+ readonly type: PropType<boolean>;
284
+ readonly required: false;
285
+ readonly validator: ((val: unknown) => boolean) | undefined;
286
+ __epPropKey: true;
287
+ } & {
288
+ readonly default: undefined;
289
+ };
283
290
  formItemSize: {
284
291
  type: PropType<"default" | "small" | "large">;
285
292
  default: "default" | "small" | "large";
@@ -305,26 +312,54 @@ export declare const props: {
305
312
  type: BooleanConstructor;
306
313
  default: boolean;
307
314
  };
308
- labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
309
- labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
315
+ labelWidth: {
316
+ readonly type: PropType<string | number>;
317
+ readonly required: false;
318
+ readonly validator: ((val: unknown) => boolean) | undefined;
319
+ __epPropKey: true;
320
+ } & {
321
+ readonly default: "";
322
+ };
323
+ labelPosition: {
324
+ readonly type: PropType<"" | "top" | "left" | "right">;
325
+ readonly required: false;
326
+ readonly validator: ((val: unknown) => boolean) | undefined;
327
+ __epPropKey: true;
328
+ } & {
329
+ readonly default: "";
330
+ };
310
331
  rules: {
311
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>))[], unknown, unknown>>;
332
+ readonly type: PropType<unknown>;
312
333
  readonly required: false;
313
334
  readonly validator: ((val: unknown) => boolean) | undefined;
314
335
  __epPropKey: true;
315
336
  };
316
337
  error: StringConstructor;
317
338
  validateStatus: {
318
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
339
+ readonly type: PropType<"" | "error" | "success" | "validating">;
319
340
  readonly required: false;
320
341
  readonly validator: ((val: unknown) => boolean) | undefined;
321
342
  __epPropKey: true;
322
343
  };
323
344
  for: StringConstructor;
324
- inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
325
- showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
345
+ inlineMessage: {
346
+ readonly type: PropType<string | boolean>;
347
+ readonly required: false;
348
+ readonly validator: ((val: unknown) => boolean) | undefined;
349
+ __epPropKey: true;
350
+ } & {
351
+ readonly default: "";
352
+ };
353
+ showMessage: {
354
+ readonly type: PropType<boolean>;
355
+ readonly required: false;
356
+ readonly validator: ((val: unknown) => boolean) | undefined;
357
+ __epPropKey: true;
358
+ } & {
359
+ readonly default: true;
360
+ };
326
361
  };
327
- export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"small", 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<"size" | "type" | "required" | "small" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "information" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "teleported" | "className" | "popperClass" | "fixed" | "data" | "filters" | "currentPage" | "pageSize" | "total" | "start" | "modelValue" | "labelField" | "clearable" | "multiple" | "getRows" | "updateWhenCompleted" | "stringify" | "placeholder" | "dialogClass" | "checkTrigger" | "oidField" | "selectionHidden" | "paginationDisabled" | "border" | "tableClass" | "tableStyle" | "layout" | "columns" | "modules" | "align" | "headerAlign" | "duplexFull" | "load" | "fit" | "height" | "width" | "showOverflowTooltip" | "rowKey" | "summaryMethod" | "rowClassName" | "rowStyle" | "cellClassName" | "cellStyle" | "headerRowClassName" | "headerRowStyle" | "headerCellClassName" | "headerCellStyle" | "expandRowKeys" | "defaultSort" | "tooltipOptions" | "spanMethod" | "treeProps" | "maxHeight" | "stripe" | "showHeader" | "showSummary" | "sumText" | "highlightCurrentRow" | "currentRowKey" | "emptyText" | "defaultExpandAll" | "tooltipEffect" | "selectOnIndeterminate" | "indent" | "lazy" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "appendFilterPanelTo" | "scrollbarTabindex" | "defaultPageSize" | "pageCount" | "pagerCount" | "defaultCurrentPage" | "pageSizes" | "prevText" | "prevIcon" | "nextText" | "nextIcon" | "background" | "hideOnSinglePage" | "appendSizeTo" | "labelClassName" | "property" | "minWidth" | "renderHeader" | "sortable" | "sortMethod" | "sortBy" | "resizable" | "columnKey" | "showTooltipWhenOverflow" | "formatter" | "selectable" | "reserveSelection" | "filterMethod" | "filteredValue" | "filterPlacement" | "filterMultiple" | "index" | "sortOrders", keyof T2>, KE> : Extract<"size" | "type" | "required" | "small" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "information" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "teleported" | "className" | "popperClass" | "fixed" | "data" | "filters" | "currentPage" | "pageSize" | "total" | "start" | "modelValue" | "labelField" | "clearable" | "multiple" | "getRows" | "updateWhenCompleted" | "stringify" | "placeholder" | "dialogClass" | "checkTrigger" | "oidField" | "selectionHidden" | "paginationDisabled" | "border" | "tableClass" | "tableStyle" | "layout" | "columns" | "modules" | "align" | "headerAlign" | "duplexFull" | "load" | "fit" | "height" | "width" | "showOverflowTooltip" | "rowKey" | "summaryMethod" | "rowClassName" | "rowStyle" | "cellClassName" | "cellStyle" | "headerRowClassName" | "headerRowStyle" | "headerCellClassName" | "headerCellStyle" | "expandRowKeys" | "defaultSort" | "tooltipOptions" | "spanMethod" | "treeProps" | "maxHeight" | "stripe" | "showHeader" | "showSummary" | "sumText" | "highlightCurrentRow" | "currentRowKey" | "emptyText" | "defaultExpandAll" | "tooltipEffect" | "selectOnIndeterminate" | "indent" | "lazy" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "appendFilterPanelTo" | "scrollbarTabindex" | "defaultPageSize" | "pageCount" | "pagerCount" | "defaultCurrentPage" | "pageSizes" | "prevText" | "prevIcon" | "nextText" | "nextIcon" | "background" | "hideOnSinglePage" | "appendSizeTo" | "labelClassName" | "property" | "minWidth" | "renderHeader" | "sortable" | "sortMethod" | "sortBy" | "resizable" | "columnKey" | "showTooltipWhenOverflow" | "formatter" | "selectable" | "reserveSelection" | "filterMethod" | "filteredValue" | "filterPlacement" | "filterMultiple" | "index" | "sortOrders", keyof T2>]: { [k in Extract<"size" | "type" | "required" | "small" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "information" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "teleported" | "className" | "popperClass" | "fixed" | "data" | "filters" | "currentPage" | "pageSize" | "total" | "start" | "modelValue" | "labelField" | "clearable" | "multiple" | "getRows" | "updateWhenCompleted" | "stringify" | "placeholder" | "dialogClass" | "checkTrigger" | "oidField" | "selectionHidden" | "paginationDisabled" | "border" | "tableClass" | "tableStyle" | "layout" | "columns" | "modules" | "align" | "headerAlign" | "duplexFull" | "load" | "fit" | "height" | "width" | "showOverflowTooltip" | "rowKey" | "summaryMethod" | "rowClassName" | "rowStyle" | "cellClassName" | "cellStyle" | "headerRowClassName" | "headerRowStyle" | "headerCellClassName" | "headerCellStyle" | "expandRowKeys" | "defaultSort" | "tooltipOptions" | "spanMethod" | "treeProps" | "maxHeight" | "stripe" | "showHeader" | "showSummary" | "sumText" | "highlightCurrentRow" | "currentRowKey" | "emptyText" | "defaultExpandAll" | "tooltipEffect" | "selectOnIndeterminate" | "indent" | "lazy" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "appendFilterPanelTo" | "scrollbarTabindex" | "defaultPageSize" | "pageCount" | "pagerCount" | "defaultCurrentPage" | "pageSizes" | "prevText" | "prevIcon" | "nextText" | "nextIcon" | "background" | "hideOnSinglePage" | "appendSizeTo" | "labelClassName" | "property" | "minWidth" | "renderHeader" | "sortable" | "sortMethod" | "sortBy" | "resizable" | "columnKey" | "showTooltipWhenOverflow" | "formatter" | "selectable" | "reserveSelection" | "filterMethod" | "filteredValue" | "filterPlacement" | "filterMultiple" | "index" | "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<"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]; }>;
328
363
  export declare const emits: {
329
364
  'update:modelValue': any;
330
365
  'update:start': (val: number) => boolean;
@@ -354,4 +389,32 @@ export declare const emits: {
354
389
  'prev-click': (val: number) => boolean;
355
390
  'next-click': (val: number) => boolean;
356
391
  };
357
- export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("update:modelValue" | "update:start" | "select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "scroll" | "update:current-page" | "update:page-size" | "size-change" | "change" | "prev-click" | "next-click")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"update:modelValue" | "update:start" | "select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "scroll" | "update:current-page" | "update:page-size" | "size-change" | "change" | "prev-click" | "next-click", KE> : "update:modelValue" | "update:start" | "select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "scroll" | "update:current-page" | "update:page-size" | "size-change" | "change" | "prev-click" | "next-click"]: { [k in "update:modelValue" | "update:start" | "select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "scroll" | "update:current-page" | "update:page-size" | "size-change" | "change" | "prev-click" | "next-click"]: (...e: import("@vunk/core").RestParameters<T2>) => void; }[P]; };
392
+ export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("update:modelValue" | "update:start" | "select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "scroll" | "update:current-page" | "update:page-size" | "size-change" | "change" | "prev-click" | "next-click")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"update:modelValue", KE> | Exclude<"update:start", KE> | Exclude<"select", KE> | Exclude<"select-all", KE> | Exclude<"selection-change", KE> | Exclude<"cell-mouse-enter", KE> | Exclude<"cell-mouse-leave", KE> | Exclude<"cell-contextmenu", KE> | Exclude<"cell-click", KE> | Exclude<"cell-dblclick", KE> | Exclude<"row-click", KE> | Exclude<"row-contextmenu", KE> | Exclude<"row-dblclick", KE> | Exclude<"header-click", KE> | Exclude<"header-contextmenu", KE> | Exclude<"sort-change", KE> | Exclude<"filter-change", KE> | Exclude<"current-change", KE> | Exclude<"header-dragend", KE> | Exclude<"expand-change", KE> | Exclude<"scroll", KE> | Exclude<"update:current-page", KE> | Exclude<"update:page-size", KE> | Exclude<"size-change", KE> | Exclude<"change", KE> | Exclude<"prev-click", KE> | Exclude<"next-click", KE> : "update:modelValue" | "update:start" | "select" | "select-all" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "current-change" | "header-dragend" | "expand-change" | "scroll" | "update:current-page" | "update:page-size" | "size-change" | "change" | "prev-click" | "next-click"]: {
393
+ 'update:modelValue': (...e: import("@vunk/core").RestParameters<T2>) => void;
394
+ 'update:start': (...e: import("@vunk/core").RestParameters<T2>) => void;
395
+ select: (...e: import("@vunk/core").RestParameters<T2>) => void;
396
+ 'select-all': (...e: import("@vunk/core").RestParameters<T2>) => void;
397
+ 'selection-change': (...e: import("@vunk/core").RestParameters<T2>) => void;
398
+ 'cell-mouse-enter': (...e: import("@vunk/core").RestParameters<T2>) => void;
399
+ 'cell-mouse-leave': (...e: import("@vunk/core").RestParameters<T2>) => void;
400
+ 'cell-contextmenu': (...e: import("@vunk/core").RestParameters<T2>) => void;
401
+ 'cell-click': (...e: import("@vunk/core").RestParameters<T2>) => void;
402
+ 'cell-dblclick': (...e: import("@vunk/core").RestParameters<T2>) => void;
403
+ 'row-click': (...e: import("@vunk/core").RestParameters<T2>) => void;
404
+ 'row-contextmenu': (...e: import("@vunk/core").RestParameters<T2>) => void;
405
+ 'row-dblclick': (...e: import("@vunk/core").RestParameters<T2>) => void;
406
+ 'header-click': (...e: import("@vunk/core").RestParameters<T2>) => void;
407
+ 'header-contextmenu': (...e: import("@vunk/core").RestParameters<T2>) => void;
408
+ 'sort-change': (...e: import("@vunk/core").RestParameters<T2>) => void;
409
+ 'filter-change': (...e: import("@vunk/core").RestParameters<T2>) => void;
410
+ 'current-change': (...e: import("@vunk/core").RestParameters<T2>) => void;
411
+ 'header-dragend': (...e: import("@vunk/core").RestParameters<T2>) => void;
412
+ 'expand-change': (...e: import("@vunk/core").RestParameters<T2>) => void;
413
+ scroll: (...e: import("@vunk/core").RestParameters<T2>) => void;
414
+ 'update:current-page': (...e: import("@vunk/core").RestParameters<T2>) => void;
415
+ 'update:page-size': (...e: import("@vunk/core").RestParameters<T2>) => void;
416
+ 'size-change': (...e: import("@vunk/core").RestParameters<T2>) => void;
417
+ change: (...e: import("@vunk/core").RestParameters<T2>) => void;
418
+ 'prev-click': (...e: import("@vunk/core").RestParameters<T2>) => void;
419
+ 'next-click': (...e: import("@vunk/core").RestParameters<T2>) => void;
420
+ }[P]; };