vxe-pc-ui 4.5.29 → 4.5.30

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 (137) hide show
  1. package/es/icon/style.css +1 -1
  2. package/es/input/src/input.js +27 -14
  3. package/es/input/style.css +27 -2
  4. package/es/input/style.min.css +1 -1
  5. package/es/number-input/src/number-input.js +5 -3
  6. package/es/number-input/src/util.js +1 -1
  7. package/es/style.css +1 -1
  8. package/es/style.min.css +1 -1
  9. package/es/ui/index.js +1 -1
  10. package/es/ui/src/log.js +1 -1
  11. package/es/vxe-input/style.css +27 -2
  12. package/es/vxe-input/style.min.css +1 -1
  13. package/lib/icon/style/style.css +1 -1
  14. package/lib/icon/style/style.min.css +1 -1
  15. package/lib/index.umd.js +38 -20
  16. package/lib/index.umd.min.js +1 -1
  17. package/lib/input/src/input.js +30 -15
  18. package/lib/input/src/input.min.js +1 -1
  19. package/lib/input/style/style.css +27 -2
  20. package/lib/input/style/style.min.css +1 -1
  21. package/lib/number-input/src/number-input.js +5 -2
  22. package/lib/number-input/src/number-input.min.js +1 -1
  23. package/lib/number-input/src/util.js +1 -1
  24. package/lib/number-input/src/util.min.js +1 -1
  25. package/lib/style.css +1 -1
  26. package/lib/style.min.css +1 -1
  27. package/lib/ui/index.js +1 -1
  28. package/lib/ui/index.min.js +1 -1
  29. package/lib/ui/src/log.js +1 -1
  30. package/lib/ui/src/log.min.js +1 -1
  31. package/lib/vxe-input/style/style.css +27 -2
  32. package/lib/vxe-input/style/style.min.css +1 -1
  33. package/package.json +2 -2
  34. package/packages/input/src/input.ts +26 -14
  35. package/packages/number-input/src/number-input.ts +5 -3
  36. package/packages/number-input/src/util.ts +1 -1
  37. package/styles/components/input.scss +23 -2
  38. package/types/components/alert.d.ts +1 -1
  39. package/types/components/anchor-link.d.ts +1 -1
  40. package/types/components/anchor.d.ts +1 -1
  41. package/types/components/avatar.d.ts +1 -1
  42. package/types/components/badge.d.ts +1 -1
  43. package/types/components/breadcrumb-item.d.ts +1 -1
  44. package/types/components/breadcrumb.d.ts +1 -1
  45. package/types/components/button-group.d.ts +1 -1
  46. package/types/components/button.d.ts +1 -1
  47. package/types/components/calendar.d.ts +1 -1
  48. package/types/components/card.d.ts +1 -1
  49. package/types/components/carousel-item.d.ts +1 -1
  50. package/types/components/carousel.d.ts +1 -1
  51. package/types/components/checkbox-group.d.ts +1 -1
  52. package/types/components/checkbox.d.ts +1 -1
  53. package/types/components/col.d.ts +1 -1
  54. package/types/components/colgroup.d.ts +1 -1
  55. package/types/components/collapse-pane.d.ts +1 -1
  56. package/types/components/collapse.d.ts +1 -1
  57. package/types/components/color-picker.d.ts +1 -1
  58. package/types/components/column.d.ts +1 -1
  59. package/types/components/countdown.d.ts +1 -1
  60. package/types/components/date-picker.d.ts +1 -1
  61. package/types/components/drawer.d.ts +1 -1
  62. package/types/components/empty.d.ts +1 -1
  63. package/types/components/flow-design.d.ts +1 -1
  64. package/types/components/flow-view.d.ts +1 -1
  65. package/types/components/form-design.d.ts +1 -1
  66. package/types/components/form-gather.d.ts +1 -1
  67. package/types/components/form-group.d.ts +1 -1
  68. package/types/components/form-item.d.ts +1 -1
  69. package/types/components/form-view.d.ts +1 -1
  70. package/types/components/form.d.ts +1 -1
  71. package/types/components/grid.d.ts +1 -1
  72. package/types/components/icon-picker.d.ts +1 -1
  73. package/types/components/icon.d.ts +1 -1
  74. package/types/components/image-group.d.ts +1 -1
  75. package/types/components/image-preview.d.ts +1 -1
  76. package/types/components/image.d.ts +1 -1
  77. package/types/components/input.d.ts +1 -1
  78. package/types/components/layout-aside.d.ts +1 -1
  79. package/types/components/layout-body.d.ts +1 -1
  80. package/types/components/layout-container.d.ts +1 -1
  81. package/types/components/layout-footer.d.ts +1 -1
  82. package/types/components/layout-header.d.ts +1 -1
  83. package/types/components/link.d.ts +1 -1
  84. package/types/components/list-design.d.ts +1 -1
  85. package/types/components/list-view.d.ts +1 -1
  86. package/types/components/list.d.ts +1 -1
  87. package/types/components/loading.d.ts +1 -1
  88. package/types/components/menu.d.ts +1 -1
  89. package/types/components/modal.d.ts +1 -1
  90. package/types/components/notice-bar.d.ts +2 -2
  91. package/types/components/number-input.d.ts +1 -1
  92. package/types/components/optgroup.d.ts +1 -1
  93. package/types/components/option.d.ts +1 -1
  94. package/types/components/pager.d.ts +1 -1
  95. package/types/components/password-input.d.ts +1 -1
  96. package/types/components/print-page-break.d.ts +1 -1
  97. package/types/components/print.d.ts +1 -1
  98. package/types/components/pulldown.d.ts +1 -1
  99. package/types/components/radio-button.d.ts +1 -1
  100. package/types/components/radio-group.d.ts +1 -1
  101. package/types/components/radio.d.ts +1 -1
  102. package/types/components/rate.d.ts +1 -1
  103. package/types/components/result.d.ts +1 -1
  104. package/types/components/row.d.ts +1 -1
  105. package/types/components/select.d.ts +1 -1
  106. package/types/components/slider.d.ts +1 -1
  107. package/types/components/split-pane.d.ts +1 -1
  108. package/types/components/split.d.ts +1 -1
  109. package/types/components/steps.d.ts +1 -1
  110. package/types/components/switch.d.ts +1 -1
  111. package/types/components/tab-pane.d.ts +1 -1
  112. package/types/components/table-select.d.ts +1 -1
  113. package/types/components/table.d.ts +1 -1
  114. package/types/components/tabs.d.ts +1 -1
  115. package/types/components/tag.d.ts +1 -1
  116. package/types/components/text-ellipsis.d.ts +1 -1
  117. package/types/components/text.d.ts +1 -1
  118. package/types/components/textarea.d.ts +1 -1
  119. package/types/components/tip.d.ts +1 -1
  120. package/types/components/toolbar.d.ts +1 -1
  121. package/types/components/tooltip.d.ts +1 -1
  122. package/types/components/tree-select.d.ts +1 -1
  123. package/types/components/tree.d.ts +1 -1
  124. package/types/components/upload.d.ts +1 -1
  125. package/types/components/watermark.d.ts +1 -1
  126. /package/es/icon/{iconfont.1745374152588.ttf → iconfont.1745573419941.ttf} +0 -0
  127. /package/es/icon/{iconfont.1745374152588.woff → iconfont.1745573419941.woff} +0 -0
  128. /package/es/icon/{iconfont.1745374152588.woff2 → iconfont.1745573419941.woff2} +0 -0
  129. /package/es/{iconfont.1745374152588.ttf → iconfont.1745573419941.ttf} +0 -0
  130. /package/es/{iconfont.1745374152588.woff → iconfont.1745573419941.woff} +0 -0
  131. /package/es/{iconfont.1745374152588.woff2 → iconfont.1745573419941.woff2} +0 -0
  132. /package/lib/icon/style/{iconfont.1745374152588.ttf → iconfont.1745573419941.ttf} +0 -0
  133. /package/lib/icon/style/{iconfont.1745374152588.woff → iconfont.1745573419941.woff} +0 -0
  134. /package/lib/icon/style/{iconfont.1745374152588.woff2 → iconfont.1745573419941.woff2} +0 -0
  135. /package/lib/{iconfont.1745374152588.ttf → iconfont.1745573419941.ttf} +0 -0
  136. /package/lib/{iconfont.1745374152588.woff → iconfont.1745573419941.woff} +0 -0
  137. /package/lib/{iconfont.1745374152588.woff2 → iconfont.1745573419941.woff2} +0 -0
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeCol: DefineVxeComponentApp<VxeColProps, VxeColEventProps, VxeColSlots>
6
+ export declare const VxeCol: DefineVxeComponentApp<VxeColProps, VxeColEventProps, VxeColSlots, VxeColMethods>
7
7
  export type VxeColComponent = DefineVxeComponentOptions<VxeColProps, VxeColEventProps>
8
8
 
9
9
  export type VxeColInstance = DefineVxeComponentInstance<VxeColProps, VxeColConstructor>
@@ -4,7 +4,7 @@ import { VxeColumnPropTypes, VxeColumnSlotTypes } from './column'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeColgroup: DefineVxeComponentApp<VxeColgroupProps, VxeColgroupEventProps, VxeColgroupSlots>
7
+ export declare const VxeColgroup: DefineVxeComponentApp<VxeColgroupProps, VxeColgroupEventProps, VxeColgroupSlots, VxeColgroupMethods>
8
8
  export type VxeColgroupComponent = DefineVxeComponentOptions<VxeColgroupProps, VxeColgroupEventProps>
9
9
 
10
10
  export type VxeColgroupInstance = DefineVxeComponentInstance<VxeColgroupProps, VxeColgroupConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeCollapsePane: DefineVxeComponentApp<VxeCollapsePaneProps, VxeCollapsePaneEventProps, VxeCollapsePaneSlots>
6
+ export declare const VxeCollapsePane: DefineVxeComponentApp<VxeCollapsePaneProps, VxeCollapsePaneEventProps, VxeCollapsePaneSlots, VxeCollapsePaneMethods>
7
7
  export type VxeCollapsePaneComponent = DefineVxeComponentOptions<VxeCollapsePaneProps, VxeCollapsePaneEventProps>
8
8
 
9
9
  export type VxeCollapsePaneInstance = DefineVxeComponentInstance<VxeCollapsePaneProps, VxeCollapsePaneConstructor>
@@ -4,7 +4,7 @@ import { VxeCollapsePaneProps, VxeCollapsePaneDefines, VxeCollapsePanePropTypes
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeCollapse: DefineVxeComponentApp<VxeCollapseProps, VxeCollapseEventProps, VxeCollapseSlots>
7
+ export declare const VxeCollapse: DefineVxeComponentApp<VxeCollapseProps, VxeCollapseEventProps, VxeCollapseSlots, VxeCollapseMethods>
8
8
  export type VxeCollapseComponent = DefineVxeComponentOptions<VxeCollapseProps, VxeCollapseEventProps>
9
9
 
10
10
  export type VxeCollapseInstance = DefineVxeComponentInstance<VxeCollapseProps, VxeCollapseConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeColorPicker: DefineVxeComponentApp<VxeColorPickerProps, VxeColorPickerEventProps, VxeColorPickerSlots>
6
+ export declare const VxeColorPicker: DefineVxeComponentApp<VxeColorPickerProps, VxeColorPickerEventProps, VxeColorPickerSlots, VxeColorPickerMethods>
7
7
  export type VxeColorPickerComponent = DefineVxeComponentOptions<VxeColorPickerProps, VxeColorPickerEventProps>
8
8
 
9
9
  export type VxeColorPickerInstance = DefineVxeComponentInstance<VxeColorPickerProps, VxeColorPickerConstructor>
@@ -6,7 +6,7 @@ import { VxeGlobalRendererHandles } from '../ui'
6
6
 
7
7
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
8
8
 
9
- export declare const VxeColumn: DefineVxeComponentApp<VxeColumnProps, VxeColumnEventProps, VxeColumnSlots>
9
+ export declare const VxeColumn: DefineVxeComponentApp<VxeColumnProps, VxeColumnEventProps, VxeColumnSlots, VxeColumnMethods>
10
10
  export type VxeColumnComponent = DefineVxeComponentOptions<VxeColumnProps, VxeColumnEventProps>
11
11
 
12
12
  export type VxeColumnInstance = DefineVxeComponentInstance<VxeColumnProps, VxeColumnConstructor>
@@ -4,7 +4,7 @@ import { DateDiffResult } from 'xe-utils'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeCountdown: DefineVxeComponentApp<VxeCountdownProps, VxeCountdownEventProps, VxeCountdownSlots>
7
+ export declare const VxeCountdown: DefineVxeComponentApp<VxeCountdownProps, VxeCountdownEventProps, VxeCountdownSlots, VxeCountdownMethods>
8
8
  export type VxeCountdownComponent = DefineVxeComponentOptions<VxeCountdownProps, VxeCountdownEventProps>
9
9
 
10
10
  export type VxeCountdownInstance = DefineVxeComponentInstance<VxeCountdownProps, VxeCountdownConstructor>
@@ -5,7 +5,7 @@ import { VxeButtonProps } from './button'
5
5
 
6
6
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
7
7
 
8
- export declare const VxeDatePicker: DefineVxeComponentApp<VxeDatePickerProps, VxeDatePickerEventProps, VxeDatePickerSlots>
8
+ export declare const VxeDatePicker: DefineVxeComponentApp<VxeDatePickerProps, VxeDatePickerEventProps, VxeDatePickerSlots, VxeDatePickerMethods>
9
9
  export type VxeDatePickerComponent = DefineVxeComponentOptions<VxeDatePickerProps, VxeDatePickerEventProps>
10
10
 
11
11
  export type VxeDatePickerInstance = DefineVxeComponentInstance<VxeDatePickerProps, VxeDatePickerConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeDrawer: DefineVxeComponentApp<VxeDrawerProps, VxeDrawerEventProps, VxeDrawerSlots>
6
+ export declare const VxeDrawer: DefineVxeComponentApp<VxeDrawerProps, VxeDrawerEventProps, VxeDrawerSlots, VxeDrawerMethods>
7
7
  export type VxeDrawerComponent = DefineVxeComponentOptions<VxeDrawerProps, VxeDrawerEventProps>
8
8
 
9
9
  export type VxeDrawerInstance = DefineVxeComponentInstance<VxeDrawerProps, VxeDrawerConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeEmpty: DefineVxeComponentApp<VxeEmptyProps, VxeEmptyEventProps, VxeEmptySlots>
6
+ export declare const VxeEmpty: DefineVxeComponentApp<VxeEmptyProps, VxeEmptyEventProps, VxeEmptySlots, VxeEmptyMethods>
7
7
  export type VxeEmptyComponent = DefineVxeComponentOptions<VxeEmptyProps, VxeEmptyEventProps>
8
8
 
9
9
  export type VxeEmptyInstance = DefineVxeComponentInstance<VxeEmptyProps, VxeEmptyConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeFlowDesign: DefineVxeComponentApp<VxeFlowDesignProps, VxeFlowDesignEventProps, VxeFlowDesignSlots>
6
+ export declare const VxeFlowDesign: DefineVxeComponentApp<VxeFlowDesignProps, VxeFlowDesignEventProps, VxeFlowDesignSlots, VxeFlowDesignMethods>
7
7
  export type VxeFlowDesignComponent = DefineVxeComponentOptions<VxeFlowDesignProps, VxeFlowDesignEventProps>
8
8
 
9
9
  export type VxeFlowDesignInstance = DefineVxeComponentInstance<VxeFlowDesignProps, VxeFlowDesignConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeFlowView: DefineVxeComponentApp<VxeFlowViewProps, VxeFlowViewEventProps, VxeFlowViewSlots>
6
+ export declare const VxeFlowView: DefineVxeComponentApp<VxeFlowViewProps, VxeFlowViewEventProps, VxeFlowViewSlots, VxeFlowViewMethods>
7
7
  export type VxeFlowViewComponent = DefineVxeComponentOptions<VxeFlowViewProps, VxeFlowViewEventProps>
8
8
 
9
9
  export type VxeFlowViewInstance = DefineVxeComponentInstance<VxeFlowViewProps, VxeFlowViewConstructor>
@@ -4,7 +4,7 @@ import { VxeFormPropTypes } from '../components/form'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeFormDesign: DefineVxeComponentApp<VxeFormDesignProps, VxeFormDesignEventProps, VxeFormDesignSlots>
7
+ export declare const VxeFormDesign: DefineVxeComponentApp<VxeFormDesignProps, VxeFormDesignEventProps, VxeFormDesignSlots, VxeFormDesignMethods>
8
8
  export type VxeFormDesignComponent = DefineVxeComponentOptions<VxeFormDesignProps, VxeFormDesignEventProps>
9
9
 
10
10
  export type VxeFormDesignInstance = DefineVxeComponentInstance<VxeFormDesignProps, VxeFormDesignConstructor>
@@ -7,7 +7,7 @@ import { VxeFormItemPropTypes } from './form-item'
7
7
  /**
8
8
  * @deprecated
9
9
  */
10
- export declare const VxeFormGather: DefineVxeComponentApp<VxeFormGatherProps, VxeFormGatherEventProps, VxeFormGatherSlots>
10
+ export declare const VxeFormGather: DefineVxeComponentApp<VxeFormGatherProps, VxeFormGatherEventProps, VxeFormGatherSlots, VxeFormGatherMethods>
11
11
  /**
12
12
  * @deprecated
13
13
  */
@@ -4,7 +4,7 @@ import { VxeFormItemPropTypes } from './form-item'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeFormGroup: DefineVxeComponentApp<VxeFormGroupProps, VxeFormGroupEventProps, VxeFormGroupSlots>
7
+ export declare const VxeFormGroup: DefineVxeComponentApp<VxeFormGroupProps, VxeFormGroupEventProps, VxeFormGroupSlots, VxeFormGroupMethods>
8
8
  export type VxeFormGroupComponent = DefineVxeComponentOptions<VxeFormGroupProps, VxeFormGroupEventProps>
9
9
 
10
10
  export interface VxeFormGroupConstructor extends VxeComponentBaseOptions, VxeFormGroupMethods {
@@ -6,7 +6,7 @@ import { VxeTooltipDefines } from './tooltip'
6
6
 
7
7
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
8
8
 
9
- export declare const VxeFormItem: DefineVxeComponentApp<VxeFormItemProps, VxeFormItemEventProps, VxeFormItemSlots>
9
+ export declare const VxeFormItem: DefineVxeComponentApp<VxeFormItemProps, VxeFormItemEventProps, VxeFormItemSlots, VxeFormItemMethods>
10
10
  export type VxeFormItemComponent = DefineVxeComponentOptions<VxeFormItemProps, VxeFormItemEventProps>
11
11
 
12
12
  export interface VxeFormItemConstructor extends VxeComponentBaseOptions, VxeFormItemMethods {
@@ -5,7 +5,7 @@ import { VxeFormProps, VxeFormPropTypes, VxeFormDefines } from './form'
5
5
 
6
6
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
7
7
 
8
- export declare const VxeFormView: DefineVxeComponentApp<VxeFormViewProps, VxeFormViewEventProps, VxeFormViewSlots>
8
+ export declare const VxeFormView: DefineVxeComponentApp<VxeFormViewProps, VxeFormViewEventProps, VxeFormViewSlots, VxeFormViewMethods>
9
9
  export type VxeFormViewComponent = DefineVxeComponentOptions<VxeFormViewProps, VxeFormViewEventProps>
10
10
 
11
11
  export type VxeFormViewInstance = DefineVxeComponentInstance<VxeFormViewProps, VxeFormViewConstructor>
@@ -5,7 +5,7 @@ import { VxeGridConstructor } from './grid'
5
5
 
6
6
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
7
7
 
8
- export declare const VxeForm: DefineVxeComponentApp<VxeFormProps, VxeFormEventProps, VxeFormSlots>
8
+ export declare const VxeForm: DefineVxeComponentApp<VxeFormProps, VxeFormEventProps, VxeFormSlots, VxeFormMethods>
9
9
  export type VxeFormComponent<D = any> = DefineVxeComponentOptions<VxeFormProps<D>, VxeFormEventProps>
10
10
 
11
11
  export type VxeFormInstance<D = any> = DefineVxeComponentInstance<VxeFormProps<D>, VxeFormConstructor<D>>
@@ -9,7 +9,7 @@ import { VxeFormItemProps } from './form-item'
9
9
 
10
10
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
11
11
 
12
- export declare const VxeGrid: DefineVxeComponentApp<VxeGridProps, VxeGridEventProps, VxeGridSlots>
12
+ export declare const VxeGrid: DefineVxeComponentApp<VxeGridProps, VxeGridEventProps, VxeGridSlots, VxeGridMethods>
13
13
  export type VxeGridComponent = DefineVxeComponentOptions<VxeGridProps, VxeGridEventProps>
14
14
 
15
15
  export type VxeGridInstance<D = any> = DefineVxeComponentInstance<VxeGridProps<D>, VxeGridConstructor<D>>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeIconPicker: DefineVxeComponentApp<VxeIconPickerProps, VxeIconPickerEventProps, VxeIconPickerSlots>
6
+ export declare const VxeIconPicker: DefineVxeComponentApp<VxeIconPickerProps, VxeIconPickerEventProps, VxeIconPickerSlots, VxeIconPickerMethods>
7
7
  export type VxeIconPickerComponent = DefineVxeComponentOptions<VxeIconPickerProps, VxeIconPickerEventProps>
8
8
 
9
9
  export type VxeIconPickerInstance = DefineVxeComponentInstance<VxeIconPickerProps, VxeIconPickerConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeIcon: DefineVxeComponentApp<VxeIconProps, VxeIconEventProps, VxeIconSlots>
6
+ export declare const VxeIcon: DefineVxeComponentApp<VxeIconProps, VxeIconEventProps, VxeIconSlots, VxeIconMethods>
7
7
  export type VxeIconComponent = DefineVxeComponentOptions<VxeIconProps, VxeIconEventProps>
8
8
 
9
9
  export type VxeIconInstance = DefineVxeComponentInstance<VxeIconProps, VxeIconConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeImageGroup: DefineVxeComponentApp<VxeImageGroupProps, VxeImageGroupEventProps, VxeImageGroupSlots>
6
+ export declare const VxeImageGroup: DefineVxeComponentApp<VxeImageGroupProps, VxeImageGroupEventProps, VxeImageGroupSlots, VxeImageGroupMethods>
7
7
  export type VxeImageGroupComponent = DefineVxeComponentOptions<VxeImageGroupProps, VxeImageGroupEventProps>
8
8
 
9
9
  export type VxeImageGroupInstance = DefineVxeComponentInstance<VxeImageGroupProps, VxeImageGroupConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeImagePreview: DefineVxeComponentApp<VxeImagePreviewProps, VxeImagePreviewEventProps, VxeImagePreviewSlots>
6
+ export declare const VxeImagePreview: DefineVxeComponentApp<VxeImagePreviewProps, VxeImagePreviewEventProps, VxeImagePreviewSlots, VxeImagePreviewMethods>
7
7
  export type VxeImagePreviewComponent = DefineVxeComponentOptions<VxeImagePreviewProps, VxeImagePreviewEventProps>
8
8
 
9
9
  export type VxeImagePreviewInstance = DefineVxeComponentInstance<VxeImagePreviewProps, VxeImagePreviewConstructor>
@@ -4,7 +4,7 @@ import { VxeImagePreviewProps, VxeImagePreviewPropTypes } from './image-preview'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeImage: DefineVxeComponentApp<VxeImageProps, VxeImageEventProps, VxeImageSlots>
7
+ export declare const VxeImage: DefineVxeComponentApp<VxeImageProps, VxeImageEventProps, VxeImageSlots, VxeImageMethods>
8
8
  export type VxeImageComponent = DefineVxeComponentOptions<VxeImageProps, VxeImageEventProps>
9
9
 
10
10
  export type VxeImageInstance = DefineVxeComponentInstance<VxeImageProps, VxeImageConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeInput: DefineVxeComponentApp<VxeInputProps, VxeInputEventProps, VxeInputSlots>
6
+ export declare const VxeInput: DefineVxeComponentApp<VxeInputProps, VxeInputEventProps, VxeInputSlots, VxeInputMethods>
7
7
  export type VxeInputComponent = DefineVxeComponentOptions<VxeInputProps, VxeInputEventProps>
8
8
 
9
9
  export type VxeInputInstance = DefineVxeComponentInstance<VxeInputProps, VxeInputConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeLayoutAside: DefineVxeComponentApp<VxeLayoutAsideProps, VxeLayoutAsideEventProps, VxeLayoutAsideSlots>
6
+ export declare const VxeLayoutAside: DefineVxeComponentApp<VxeLayoutAsideProps, VxeLayoutAsideEventProps, VxeLayoutAsideSlots, VxeLayoutAsideMethods>
7
7
  export type VxeLayoutAsideComponent = DefineVxeComponentOptions<VxeLayoutAsideProps, VxeLayoutAsideEventProps>
8
8
 
9
9
  export type VxeLayoutAsideInstance = DefineVxeComponentInstance<VxeLayoutAsideProps, VxeLayoutAsideConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeLayoutBody: DefineVxeComponentApp<VxeLayoutBodyProps, VxeLayoutBodyEventProps, VxeLayoutBodySlots>
6
+ export declare const VxeLayoutBody: DefineVxeComponentApp<VxeLayoutBodyProps, VxeLayoutBodyEventProps, VxeLayoutBodySlots, VxeLayoutBodyMethods>
7
7
  export type VxeLayoutBodyComponent = DefineVxeComponentOptions<VxeLayoutBodyProps, VxeLayoutBodyEventProps>
8
8
 
9
9
  export type VxeLayoutBodyInstance = DefineVxeComponentInstance<VxeLayoutBodyProps, VxeLayoutBodyConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeLayoutContainer: DefineVxeComponentApp<VxeLayoutContainerProps, VxeLayoutContainerEventProps, VxeLayoutContainerSlots>
6
+ export declare const VxeLayoutContainer: DefineVxeComponentApp<VxeLayoutContainerProps, VxeLayoutContainerEventProps, VxeLayoutContainerSlots, VxeLayoutContainerMethods>
7
7
  export type VxeLayoutContainerComponent = DefineVxeComponentOptions<VxeLayoutContainerProps, VxeLayoutContainerEventProps>
8
8
 
9
9
  export type VxeLayoutContainerInstance = DefineVxeComponentInstance<VxeLayoutContainerProps, VxeLayoutContainerConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeLayoutFooter: DefineVxeComponentApp<VxeLayoutFooterProps, VxeLayoutFooterEventProps, VxeLayoutFooterSlots>
6
+ export declare const VxeLayoutFooter: DefineVxeComponentApp<VxeLayoutFooterProps, VxeLayoutFooterEventProps, VxeLayoutFooterSlots, VxeLayoutFooterMethods>
7
7
  export type VxeLayoutFooterComponent = DefineVxeComponentOptions<VxeLayoutFooterProps, VxeLayoutFooterEventProps>
8
8
 
9
9
  export type VxeLayoutFooterInstance = DefineVxeComponentInstance<VxeLayoutFooterProps, VxeLayoutFooterConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, VxeComponentBaseOptio
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeLayoutHeader: DefineVxeComponentApp<VxeLayoutHeaderProps, VxeLayoutHeaderEventProps, VxeLayoutHeaderSlots>
6
+ export declare const VxeLayoutHeader: DefineVxeComponentApp<VxeLayoutHeaderProps, VxeLayoutHeaderEventProps, VxeLayoutHeaderSlots, VxeLayoutHeaderMethods>
7
7
  export type VxeLayoutHeaderComponent = DefineVxeComponentOptions<VxeLayoutHeaderProps, VxeLayoutHeaderEventProps>
8
8
 
9
9
  export interface VxeLayoutHeaderConstructor extends VxeComponentBaseOptions, VxeLayoutHeaderMethods {
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeLink: DefineVxeComponentApp<VxeLinkProps, VxeLinkEventProps, VxeLinkSlots>
6
+ export declare const VxeLink: DefineVxeComponentApp<VxeLinkProps, VxeLinkEventProps, VxeLinkSlots, VxeLinkMethods>
7
7
  export type VxeLinkComponent = DefineVxeComponentOptions<VxeLinkProps, VxeLinkEventProps>
8
8
 
9
9
  export type VxeLinkInstance = DefineVxeComponentInstance<VxeLinkProps, VxeLinkConstructor>
@@ -6,7 +6,7 @@ import { VxeFormItemPropTypes } from './form-item'
6
6
 
7
7
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
8
8
 
9
- export declare const VxeListDesign: DefineVxeComponentApp<VxeListDesignProps, VxeListDesignEventProps, VxeListDesignSlots>
9
+ export declare const VxeListDesign: DefineVxeComponentApp<VxeListDesignProps, VxeListDesignEventProps, VxeListDesignSlots, VxeListDesignMethods>
10
10
  export type VxeListDesignComponent = DefineVxeComponentOptions<VxeListDesignProps, VxeListDesignEventProps>
11
11
 
12
12
  export type VxeListDesignInstance = DefineVxeComponentInstance<VxeListDesignProps, VxeListDesignConstructor>
@@ -8,7 +8,7 @@ import { VxeButtonProps } from './button'
8
8
 
9
9
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
10
10
 
11
- export declare const VxeListView: DefineVxeComponentApp<VxeListViewProps, VxeListViewEventProps, VxeListViewSlots>
11
+ export declare const VxeListView: DefineVxeComponentApp<VxeListViewProps, VxeListViewEventProps, VxeListViewSlots, VxeListViewMethods>
12
12
  export type VxeListViewComponent = DefineVxeComponentOptions<VxeListViewProps, VxeListViewEventProps>
13
13
 
14
14
  export type VxeListViewInstance = DefineVxeComponentInstance<VxeListViewProps, VxeListViewConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeList: DefineVxeComponentApp<VxeListProps, VxeListEventProps, VxeListSlots>
6
+ export declare const VxeList: DefineVxeComponentApp<VxeListProps, VxeListEventProps, VxeListSlots, VxeListMethods>
7
7
  export type VxeListComponent = DefineVxeComponentOptions<VxeListProps, VxeListEventProps>
8
8
 
9
9
  export type VxeListInstance = DefineVxeComponentInstance<VxeListProps, VxeListConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeLoading: DefineVxeComponentApp<VxeLoadingProps, VxeLoadingEventProps, VxeLoadingSlots>
6
+ export declare const VxeLoading: DefineVxeComponentApp<VxeLoadingProps, VxeLoadingEventProps, VxeLoadingSlots, VxeLoadingMethods>
7
7
  export type VxeLoadingComponent = DefineVxeComponentOptions<VxeLoadingProps, VxeLoadingEventProps>
8
8
 
9
9
  export type VxeLoadingInstance = DefineVxeComponentInstance<VxeLoadingProps, VxeLoadingConstructor>
@@ -4,7 +4,7 @@ import { VxeLinkPropTypes } from './link'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeMenu: DefineVxeComponentApp<VxeMenuProps, VxeMenuEventProps, VxeMenuSlots>
7
+ export declare const VxeMenu: DefineVxeComponentApp<VxeMenuProps, VxeMenuEventProps, VxeMenuSlots, VxeMenuMethods>
8
8
  export type VxeMenuComponent = DefineVxeComponentOptions<VxeMenuProps, VxeMenuEventProps>
9
9
 
10
10
  export type VxeMenuInstance = DefineVxeComponentInstance<VxeMenuProps, VxeMenuConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeModal: DefineVxeComponentApp<VxeModalProps, VxeModalEventProps, VxeModalSlots>
6
+ export declare const VxeModal: DefineVxeComponentApp<VxeModalProps, VxeModalEventProps, VxeModalSlots, VxeModalMethods>
7
7
  export type VxeModalComponent = DefineVxeComponentOptions<VxeModalProps, VxeModalEventProps>
8
8
 
9
9
  export type VxeModalInstance = DefineVxeComponentInstance<VxeModalProps, VxeModalConstructor>
@@ -1,9 +1,9 @@
1
1
  import { RenderFunction, SetupContext, Ref } from 'vue'
2
- import { DefineVxeComponentApp, DefineVxeComponentOptions, VxeComponentBaseOptions, DefineVxeComponentInstance, VxeComponentEventParams, VxeComponentSizeType, VxeComponentStatusType, ValueOf } from '@vxe-ui/core'
2
+ import { DefineVxeComponentApp, DefineVxeComponentOptions, VxeComponentBaseOptions, DefineVxeComponentInstance, VxeComponentEventParams, VxeComponentSizeType, ValueOf } from '@vxe-ui/core'
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeNoticeBar: DefineVxeComponentApp<VxeNoticeBarProps, VxeNoticeBarEventProps, VxeNoticeBarSlots>
6
+ export declare const VxeNoticeBar: DefineVxeComponentApp<VxeNoticeBarProps, VxeNoticeBarEventProps, VxeNoticeBarSlots, VxeNoticeBarMethods>
7
7
  export type VxeNoticeBarComponent = DefineVxeComponentOptions<VxeNoticeBarProps, VxeNoticeBarEventProps>
8
8
 
9
9
  export type VxeNoticeBarInstance = DefineVxeComponentInstance<VxeNoticeBarProps, VxeNoticeBarConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeNumberInput: DefineVxeComponentApp<VxeNumberInputProps, VxeNumberInputEventProps, VxeNumberInputSlots>
6
+ export declare const VxeNumberInput: DefineVxeComponentApp<VxeNumberInputProps, VxeNumberInputEventProps, VxeNumberInputSlots, VxeNumberInputMethods>
7
7
  export type VxeNumberInputComponent = DefineVxeComponentOptions<VxeNumberInputProps, VxeNumberInputEventProps>
8
8
 
9
9
  export type VxeNumberInputInstance = DefineVxeComponentInstance<VxeNumberInputProps, VxeNumberInputConstructor>
@@ -4,7 +4,7 @@ import { VxeOptionPropTypes } from './option'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeOptgroup: DefineVxeComponentApp<VxeOptgroupProps, VxeOptgroupEventProps, VxeOptgroupSlots>
7
+ export declare const VxeOptgroup: DefineVxeComponentApp<VxeOptgroupProps, VxeOptgroupEventProps, VxeOptgroupSlots, VxeOptgroupMethods>
8
8
  export type VxeOptgroupComponent = DefineVxeComponentOptions<VxeOptgroupProps, VxeOptgroupEventProps>
9
9
 
10
10
  export type VxeOptgroupInstance = DefineVxeComponentInstance<VxeOptgroupProps, VxeOptgroupConstructor>
@@ -4,7 +4,7 @@ import { VxeSelectConstructor } from './select'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeOption: DefineVxeComponentApp<VxeOptionProps, VxeOptionEventProps, VxeOptionSlots>
7
+ export declare const VxeOption: DefineVxeComponentApp<VxeOptionProps, VxeOptionEventProps, VxeOptionSlots, VxeOptionMethods>
8
8
  export type VxeOptionComponent = DefineVxeComponentOptions<VxeOptionProps, VxeOptionEventProps>
9
9
 
10
10
  export type VxeOptionInstance = DefineVxeComponentInstance<VxeOptionProps, VxeOptionConstructor>
@@ -4,7 +4,7 @@ import { VxeSelectPropTypes } from './select'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxePager: DefineVxeComponentApp<VxePagerProps, VxePagerEventProps, VxePagerSlots>
7
+ export declare const VxePager: DefineVxeComponentApp<VxePagerProps, VxePagerEventProps, VxePagerSlots, VxePagerMethods>
8
8
  export type VxePagerComponent = DefineVxeComponentOptions<VxePagerProps, VxePagerEventProps>
9
9
 
10
10
  export type VxePagerInstance = DefineVxeComponentInstance<VxePagerProps, VxePagerConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxePasswordInput: DefineVxeComponentApp<VxePasswordInputProps, VxePasswordInputEventProps, VxePasswordInputSlots>
6
+ export declare const VxePasswordInput: DefineVxeComponentApp<VxePasswordInputProps, VxePasswordInputEventProps, VxePasswordInputSlots, VxePasswordInputMethods>
7
7
  export type VxePasswordInputComponent = DefineVxeComponentOptions<VxePasswordInputProps, VxePasswordInputEventProps>
8
8
 
9
9
  export type VxePasswordInputInstance = DefineVxeComponentInstance<VxePasswordInputProps, VxePasswordInputConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxePrintPageBreak: DefineVxeComponentApp<VxePrintPageBreakProps, VxePrintPageBreakEventProps, VxePrintPageBreakSlots>
6
+ export declare const VxePrintPageBreak: DefineVxeComponentApp<VxePrintPageBreakProps, VxePrintPageBreakEventProps, VxePrintPageBreakSlots, VxePrintPageBreakMethods>
7
7
  export type VxePrintPageBreakComponent = DefineVxeComponentOptions<VxePrintPageBreakProps, VxePrintPageBreakEventProps>
8
8
 
9
9
  export type VxePrintPageBreakInstance = DefineVxeComponentInstance<VxePrintPageBreakProps, VxePrintPageBreakConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxePrint: DefineVxeComponentApp<VxePrintProps, VxePrintEventProps, VxePrintSlots>
6
+ export declare const VxePrint: DefineVxeComponentApp<VxePrintProps, VxePrintEventProps, VxePrintSlots, VxePrintMethods>
7
7
  export type VxePrintComponent = DefineVxeComponentOptions<VxePrintProps, VxePrintEventProps>
8
8
 
9
9
  export type VxePrintInstance = DefineVxeComponentInstance<VxePrintProps, VxePrintConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxePulldown: DefineVxeComponentApp<VxePulldownProps, VxePulldownEventProps, VxePulldownSlots>
6
+ export declare const VxePulldown: DefineVxeComponentApp<VxePulldownProps, VxePulldownEventProps, VxePulldownSlots, VxePulldownMethods>
7
7
  export type VxePulldownComponent = DefineVxeComponentOptions<VxePulldownProps, VxePulldownEventProps>
8
8
 
9
9
  export type VxePulldownInstance = DefineVxeComponentInstance<VxePulldownProps, VxePulldownConstructor>
@@ -4,7 +4,7 @@ import { VxeRadioPropTypes } from './radio'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeRadioButton: DefineVxeComponentApp<VxeRadioButtonProps, VxeRadioButtonEventProps, VxeRadioButtonSlots>
7
+ export declare const VxeRadioButton: DefineVxeComponentApp<VxeRadioButtonProps, VxeRadioButtonEventProps, VxeRadioButtonSlots, VxeRadioButtonMethods>
8
8
  export type VxeRadioButtonComponent = DefineVxeComponentOptions<VxeRadioButtonProps, VxeRadioButtonEventProps>
9
9
 
10
10
  export type VxeRadioButtonInstance = DefineVxeComponentInstance<VxeRadioButtonProps, VxeRadioButtonConstructor>
@@ -4,7 +4,7 @@ import { VxeRadioPropTypes } from './radio'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeRadioGroup: DefineVxeComponentApp<VxeRadioGroupProps, VxeRadioGroupEventProps, VxeRadioGroupSlots>
7
+ export declare const VxeRadioGroup: DefineVxeComponentApp<VxeRadioGroupProps, VxeRadioGroupEventProps, VxeRadioGroupSlots, VxeRadioGroupMethods>
8
8
  export type VxeRadioGroupComponent = DefineVxeComponentOptions<VxeRadioGroupProps, VxeRadioGroupEventProps>
9
9
 
10
10
  export type VxeRadioGroupInstance = DefineVxeComponentInstance<VxeRadioGroupProps, VxeRadioGroupConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeRadio: DefineVxeComponentApp<VxeRadioProps, VxeRadioEventProps, VxeRadioSlots>
6
+ export declare const VxeRadio: DefineVxeComponentApp<VxeRadioProps, VxeRadioEventProps, VxeRadioSlots, VxeRadioMethods>
7
7
  export type VxeRadioComponent = DefineVxeComponentOptions<VxeRadioProps, VxeRadioEventProps>
8
8
 
9
9
  export type VxeRadioInstance = DefineVxeComponentInstance<VxeRadioProps, VxeRadioConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeRate: DefineVxeComponentApp<VxeRateProps, VxeRateEventProps, VxeRateSlots>
6
+ export declare const VxeRate: DefineVxeComponentApp<VxeRateProps, VxeRateEventProps, VxeRateSlots, VxeRateMethods>
7
7
  export type VxeRateComponent = DefineVxeComponentOptions<VxeRateProps, VxeRateEventProps>
8
8
 
9
9
  export type VxeRateInstance = DefineVxeComponentInstance<VxeRateProps, VxeRateConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeResult: DefineVxeComponentApp<VxeResultProps, VxeResultEventProps, VxeResultSlots>
6
+ export declare const VxeResult: DefineVxeComponentApp<VxeResultProps, VxeResultEventProps, VxeResultSlots, VxeResultMethods>
7
7
  export type VxeResultComponent = DefineVxeComponentOptions<VxeResultProps, VxeResultEventProps>
8
8
 
9
9
  export type VxeResultInstance = DefineVxeComponentInstance<VxeResultProps, VxeResultConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeRow: DefineVxeComponentApp<VxeRowProps, VxeRowEventProps, VxeRowSlots>
6
+ export declare const VxeRow: DefineVxeComponentApp<VxeRowProps, VxeRowEventProps, VxeRowSlots, VxeRowMethods>
7
7
  export type VxeRowComponent = DefineVxeComponentOptions<VxeRowProps, VxeRowEventProps>
8
8
 
9
9
  export type VxeRowInstance = DefineVxeComponentInstance<VxeRowProps, VxeRowConstructor>
@@ -5,7 +5,7 @@ import { VxeOptionProps, VxeOptionPropTypes } from './option'
5
5
 
6
6
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
7
7
 
8
- export declare const VxeSelect: DefineVxeComponentApp<VxeSelectProps, VxeSelectEventProps, VxeSelectSlots>
8
+ export declare const VxeSelect: DefineVxeComponentApp<VxeSelectProps, VxeSelectEventProps, VxeSelectSlots, VxeSelectMethods>
9
9
  export type VxeSelectComponent = DefineVxeComponentOptions<VxeSelectProps, VxeSelectEventProps>
10
10
 
11
11
  export type VxeSelectInstance = DefineVxeComponentInstance<VxeSelectProps, VxeSelectConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeSlider: DefineVxeComponentApp<VxeSliderProps, VxeSliderEventProps, VxeSliderSlots>
6
+ export declare const VxeSlider: DefineVxeComponentApp<VxeSliderProps, VxeSliderEventProps, VxeSliderSlots, VxeSliderMethods>
7
7
  export type VxeSliderComponent = DefineVxeComponentOptions<VxeSliderProps, VxeSliderEventProps>
8
8
 
9
9
  export type VxeSliderInstance = DefineVxeComponentInstance<VxeSliderProps, VxeSliderConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeSplitPane: DefineVxeComponentApp<VxeSplitPaneProps, VxeSplitPaneEventProps, VxeSplitPaneSlots>
6
+ export declare const VxeSplitPane: DefineVxeComponentApp<VxeSplitPaneProps, VxeSplitPaneEventProps, VxeSplitPaneSlots, VxeSplitPaneMethods>
7
7
  export type VxeSplitPaneComponent = DefineVxeComponentOptions<VxeSplitPaneProps, VxeSplitPaneEventProps>
8
8
 
9
9
  export type VxeSplitPaneInstance = DefineVxeComponentInstance<VxeSplitPaneProps, VxeSplitPaneConstructor>
@@ -4,7 +4,7 @@ import { VxeSplitPaneProps, VxeSplitPanePropTypes } from './split-pane'
4
4
 
5
5
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
6
6
 
7
- export declare const VxeSplit: DefineVxeComponentApp<VxeSplitProps, VxeSplitEventProps, VxeSplitSlots>
7
+ export declare const VxeSplit: DefineVxeComponentApp<VxeSplitProps, VxeSplitEventProps, VxeSplitSlots, VxeSplitMethods>
8
8
  export type VxeSplitComponent = DefineVxeComponentOptions<VxeSplitProps, VxeSplitEventProps>
9
9
 
10
10
  export type VxeSplitInstance = DefineVxeComponentInstance<VxeSplitProps, VxeSplitConstructor>
@@ -3,7 +3,7 @@ import { DefineVxeComponentApp, DefineVxeComponentOptions, DefineVxeComponentIns
3
3
 
4
4
  /* eslint-disable no-use-before-define,@typescript-eslint/ban-types */
5
5
 
6
- export declare const VxeSteps: DefineVxeComponentApp<VxeStepsProps, VxeStepsEventProps, VxeStepsSlots>
6
+ export declare const VxeSteps: DefineVxeComponentApp<VxeStepsProps, VxeStepsEventProps, VxeStepsSlots, VxeStepsMethods>
7
7
  export type VxeStepsComponent = DefineVxeComponentOptions<VxeStepsProps, VxeStepsEventProps>
8
8
 
9
9
  export type VxeStepsInstance = DefineVxeComponentInstance<VxeStepsProps, VxeStepsConstructor>