ele-admin-plus 1.6.0-beta.1 → 1.6.0-beta.2

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 (173) hide show
  1. package/es/ele-admin-layout/components/layout-tabs.d.ts +5 -5
  2. package/es/ele-admin-layout/index.d.ts +6 -4
  3. package/es/ele-admin-layout/index.js +12 -12
  4. package/es/ele-admin-layout/props.d.ts +3 -1
  5. package/es/ele-admin-layout/props.js +2 -0
  6. package/es/ele-autocomplete/index.js +2 -0
  7. package/es/ele-basic-select/components/select-view.d.ts +3 -3
  8. package/es/ele-basic-select/index.d.ts +3 -3
  9. package/es/ele-breadcrumb/index.d.ts +2 -2
  10. package/es/ele-breadcrumb/props.d.ts +1 -1
  11. package/es/ele-cascader/index.js +4 -0
  12. package/es/ele-chat/index.js +7 -7
  13. package/es/ele-checkbox-group/index.d.ts +14 -14
  14. package/es/ele-checkbox-group/props.d.ts +6 -6
  15. package/es/ele-crud/components/edit-modal.d.ts +13 -1
  16. package/es/ele-crud/components/edit-modal.js +36 -2
  17. package/es/ele-crud/components/table-extra.d.ts +13 -1
  18. package/es/ele-crud/components/table-extra.js +22 -3
  19. package/es/ele-crud/index.d.ts +2 -0
  20. package/es/ele-crud/index.js +14 -0
  21. package/es/ele-crud/props.d.ts +3 -1
  22. package/es/ele-crud/props.js +2 -0
  23. package/es/ele-crud/types.d.ts +8 -0
  24. package/es/ele-crud-builder/util.js +20 -1
  25. package/es/ele-data-table/index.d.ts +3 -3
  26. package/es/ele-data-table/util.d.ts +1 -1
  27. package/es/ele-drawer/index.d.ts +59 -59
  28. package/es/ele-drawer/props.d.ts +21 -21
  29. package/es/ele-dropdown/components/pro-dropdown.d.ts +42 -42
  30. package/es/ele-dropdown/index.d.ts +42 -42
  31. package/es/ele-dropdown/props.d.ts +13 -13
  32. package/es/ele-dropdown-provider/util.d.ts +1 -1
  33. package/es/ele-icon/index.d.ts +2 -2
  34. package/es/ele-icon/props.d.ts +1 -1
  35. package/es/ele-icon-select/index.d.ts +1 -1
  36. package/es/ele-image-viewer/index.d.ts +20 -20
  37. package/es/ele-image-viewer/props.d.ts +9 -9
  38. package/es/ele-menus/components/menu-items.js +1 -1
  39. package/es/ele-menus/index.d.ts +30 -30
  40. package/es/ele-menus/props.d.ts +12 -12
  41. package/es/ele-modal/index.d.ts +52 -48
  42. package/es/ele-modal/props.d.ts +16 -16
  43. package/es/ele-pagination/index.d.ts +25 -25
  44. package/es/ele-pagination/props.d.ts +11 -11
  45. package/es/ele-popconfirm/index.d.ts +45 -45
  46. package/es/ele-popconfirm/props.d.ts +18 -18
  47. package/es/ele-popover/index.d.ts +47 -47
  48. package/es/ele-popover/props.d.ts +19 -19
  49. package/es/ele-pro-form/index.d.ts +19 -19
  50. package/es/ele-pro-form/props.d.ts +7 -7
  51. package/es/ele-pro-form-builder/style/index.scss +3 -3
  52. package/es/ele-pro-layout/index.d.ts +8 -6
  53. package/es/ele-pro-layout/index.js +2 -1
  54. package/es/ele-pro-layout/props.d.ts +1 -0
  55. package/es/ele-pro-layout/util.d.ts +5 -0
  56. package/es/ele-pro-layout/util.js +10 -3
  57. package/es/ele-pro-table/index.d.ts +4 -4
  58. package/es/ele-pro-table/style/index.scss +1 -0
  59. package/es/ele-qr-code-svg/qrcodegen.js +1 -1
  60. package/es/ele-radio-group/index.d.ts +21 -21
  61. package/es/ele-radio-group/props.d.ts +9 -9
  62. package/es/ele-select/index.d.ts +73 -73
  63. package/es/ele-select/props.d.ts +29 -29
  64. package/es/ele-select-tree/index.d.ts +91 -91
  65. package/es/ele-select-tree/props.d.ts +36 -36
  66. package/es/ele-steps/index.d.ts +18 -18
  67. package/es/ele-steps/props.d.ts +7 -7
  68. package/es/ele-tab-tool/index.d.ts +1 -1
  69. package/es/ele-table-select/index.d.ts +5 -5
  70. package/es/ele-tabs/index.d.ts +23 -23
  71. package/es/ele-tabs/props.d.ts +5 -5
  72. package/es/ele-tool/index.d.ts +1 -1
  73. package/es/ele-tooltip/index.d.ts +46 -46
  74. package/es/ele-tooltip/props.d.ts +18 -18
  75. package/es/ele-transfer/index.d.ts +20 -20
  76. package/es/ele-transfer/props.d.ts +9 -9
  77. package/es/ele-tree-select/index.d.ts +5 -5
  78. package/es/ele-upload-list/components/list-item.d.ts +2 -2
  79. package/es/ele-virtual-table/components/body-cell.d.ts +6 -6
  80. package/es/ele-virtual-table/components/cell-filter.d.ts +1 -1
  81. package/es/ele-virtual-table/components/header-cell.d.ts +2 -2
  82. package/es/ele-virtual-table/index.d.ts +6 -6
  83. package/es/utils/common.js +1 -1
  84. package/es/utils/hook.d.ts +7 -0
  85. package/es/utils/modal-hook.d.ts +1 -1
  86. package/es/utils/theme-util.d.ts +4 -0
  87. package/lib/ele-admin-layout/components/layout-tabs.d.ts +5 -5
  88. package/lib/ele-admin-layout/index.cjs +12 -12
  89. package/lib/ele-admin-layout/index.d.ts +6 -4
  90. package/lib/ele-admin-layout/props.cjs +2 -0
  91. package/lib/ele-admin-layout/props.d.ts +3 -1
  92. package/lib/ele-autocomplete/index.cjs +2 -0
  93. package/lib/ele-basic-select/components/select-view.d.ts +3 -3
  94. package/lib/ele-basic-select/index.d.ts +3 -3
  95. package/lib/ele-breadcrumb/index.d.ts +2 -2
  96. package/lib/ele-breadcrumb/props.d.ts +1 -1
  97. package/lib/ele-cascader/index.cjs +4 -0
  98. package/lib/ele-chat/index.cjs +6 -6
  99. package/lib/ele-checkbox-group/index.d.ts +14 -14
  100. package/lib/ele-checkbox-group/props.d.ts +6 -6
  101. package/lib/ele-crud/components/edit-modal.cjs +36 -2
  102. package/lib/ele-crud/components/edit-modal.d.ts +13 -1
  103. package/lib/ele-crud/components/table-extra.cjs +22 -3
  104. package/lib/ele-crud/components/table-extra.d.ts +13 -1
  105. package/lib/ele-crud/index.cjs +14 -0
  106. package/lib/ele-crud/index.d.ts +2 -0
  107. package/lib/ele-crud/props.cjs +2 -0
  108. package/lib/ele-crud/props.d.ts +3 -1
  109. package/lib/ele-crud/types.d.ts +8 -0
  110. package/lib/ele-crud-builder/util.cjs +20 -1
  111. package/lib/ele-data-table/index.d.ts +3 -3
  112. package/lib/ele-data-table/util.d.ts +1 -1
  113. package/lib/ele-drawer/index.d.ts +59 -59
  114. package/lib/ele-drawer/props.d.ts +21 -21
  115. package/lib/ele-dropdown/components/pro-dropdown.d.ts +42 -42
  116. package/lib/ele-dropdown/index.d.ts +42 -42
  117. package/lib/ele-dropdown/props.d.ts +13 -13
  118. package/lib/ele-dropdown-provider/util.d.ts +1 -1
  119. package/lib/ele-icon/index.d.ts +2 -2
  120. package/lib/ele-icon/props.d.ts +1 -1
  121. package/lib/ele-icon-select/index.d.ts +1 -1
  122. package/lib/ele-image-viewer/index.d.ts +20 -20
  123. package/lib/ele-image-viewer/props.d.ts +9 -9
  124. package/lib/ele-menus/components/menu-items.cjs +1 -1
  125. package/lib/ele-menus/index.d.ts +30 -30
  126. package/lib/ele-menus/props.d.ts +12 -12
  127. package/lib/ele-modal/index.d.ts +52 -48
  128. package/lib/ele-modal/props.d.ts +16 -16
  129. package/lib/ele-pagination/index.d.ts +25 -25
  130. package/lib/ele-pagination/props.d.ts +11 -11
  131. package/lib/ele-popconfirm/index.d.ts +45 -45
  132. package/lib/ele-popconfirm/props.d.ts +18 -18
  133. package/lib/ele-popover/index.d.ts +47 -47
  134. package/lib/ele-popover/props.d.ts +19 -19
  135. package/lib/ele-pro-form/index.d.ts +19 -19
  136. package/lib/ele-pro-form/props.d.ts +7 -7
  137. package/lib/ele-pro-form-builder/style/index.scss +3 -3
  138. package/lib/ele-pro-layout/index.cjs +2 -1
  139. package/lib/ele-pro-layout/index.d.ts +8 -6
  140. package/lib/ele-pro-layout/props.d.ts +1 -0
  141. package/lib/ele-pro-layout/util.cjs +10 -3
  142. package/lib/ele-pro-layout/util.d.ts +5 -0
  143. package/lib/ele-pro-table/index.d.ts +4 -4
  144. package/lib/ele-pro-table/style/index.scss +1 -0
  145. package/lib/ele-qr-code-svg/qrcodegen.cjs +1 -1
  146. package/lib/ele-radio-group/index.d.ts +21 -21
  147. package/lib/ele-radio-group/props.d.ts +9 -9
  148. package/lib/ele-select/index.d.ts +73 -73
  149. package/lib/ele-select/props.d.ts +29 -29
  150. package/lib/ele-select-tree/index.d.ts +91 -91
  151. package/lib/ele-select-tree/props.d.ts +36 -36
  152. package/lib/ele-steps/index.d.ts +18 -18
  153. package/lib/ele-steps/props.d.ts +7 -7
  154. package/lib/ele-tab-tool/index.d.ts +1 -1
  155. package/lib/ele-table-select/index.d.ts +5 -5
  156. package/lib/ele-tabs/index.d.ts +23 -23
  157. package/lib/ele-tabs/props.d.ts +5 -5
  158. package/lib/ele-tool/index.d.ts +1 -1
  159. package/lib/ele-tooltip/index.d.ts +46 -46
  160. package/lib/ele-tooltip/props.d.ts +18 -18
  161. package/lib/ele-transfer/index.d.ts +20 -20
  162. package/lib/ele-transfer/props.d.ts +9 -9
  163. package/lib/ele-tree-select/index.d.ts +5 -5
  164. package/lib/ele-upload-list/components/list-item.d.ts +2 -2
  165. package/lib/ele-virtual-table/components/body-cell.d.ts +6 -6
  166. package/lib/ele-virtual-table/components/cell-filter.d.ts +1 -1
  167. package/lib/ele-virtual-table/components/header-cell.d.ts +2 -2
  168. package/lib/ele-virtual-table/index.d.ts +6 -6
  169. package/lib/utils/common.cjs +1 -1
  170. package/lib/utils/hook.d.ts +7 -0
  171. package/lib/utils/modal-hook.d.ts +1 -1
  172. package/lib/utils/theme-util.d.ts +4 -0
  173. package/package.json +45 -4
@@ -82,7 +82,7 @@ export declare const modalProps: {
82
82
  customFooter: BooleanConstructor;
83
83
  /** 是否是表单弹窗 */
84
84
  form: BooleanConstructor;
85
- appendTo: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | (((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>)) | null)[], unknown, unknown, "body", boolean>;
85
+ appendTo: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown, "body", boolean>;
86
86
  beforeClose: {
87
87
  readonly type: PropType<import('element-plus').DialogBeforeCloseFn>;
88
88
  readonly required: false;
@@ -90,13 +90,13 @@ export declare const modalProps: {
90
90
  __epPropKey: true;
91
91
  };
92
92
  destroyOnClose: BooleanConstructor;
93
- closeOnClickModal: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
94
- closeOnPressEscape: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
95
- lockScroll: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
96
- modal: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
93
+ closeOnClickModal: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
94
+ closeOnPressEscape: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
95
+ lockScroll: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
96
+ modal: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
97
97
  modalPenetrable: BooleanConstructor;
98
- openDelay: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
99
- closeDelay: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
98
+ openDelay: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
99
+ closeDelay: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
100
100
  top: {
101
101
  readonly type: PropType<string>;
102
102
  readonly required: false;
@@ -109,7 +109,7 @@ export declare const modalProps: {
109
109
  bodyClass: StringConstructor;
110
110
  footerClass: StringConstructor;
111
111
  width: {
112
- readonly type: PropType<import('element-plus/es/utils/index').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
112
+ readonly type: PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
113
113
  readonly required: false;
114
114
  readonly validator: ((val: unknown) => boolean) | undefined;
115
115
  __epPropKey: true;
@@ -121,21 +121,21 @@ export declare const modalProps: {
121
121
  __epPropKey: true;
122
122
  };
123
123
  trapFocus: BooleanConstructor;
124
- headerAriaLevel: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
125
- transition: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>;
124
+ headerAriaLevel: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
125
+ transition: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>;
126
126
  center: BooleanConstructor;
127
- alignCenter: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
127
+ alignCenter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
128
128
  closeIcon: {
129
- readonly type: PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
129
+ readonly type: PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>;
130
130
  readonly required: false;
131
131
  readonly validator: ((val: unknown) => boolean) | undefined;
132
132
  __epPropKey: true;
133
133
  };
134
- overflow: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
134
+ overflow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
135
135
  fullscreen: BooleanConstructor;
136
- showClose: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
137
- title: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
138
- ariaLevel: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
136
+ showClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
137
+ title: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
138
+ ariaLevel: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
139
139
  };
140
140
  export type ModalProps = ExtractPropTypes<typeof modalProps>;
141
141
  /**
@@ -18,26 +18,26 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
18
18
  pageSize: NumberConstructor;
19
19
  defaultPageSize: NumberConstructor;
20
20
  pageCount: NumberConstructor;
21
- pagerCount: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
21
+ pagerCount: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
22
22
  currentPage: NumberConstructor;
23
23
  defaultCurrentPage: NumberConstructor;
24
- layout: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
25
- pageSizes: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | (((new (...args: any[]) => number[]) | (() => number[])) | null)[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
26
- popperClass: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
24
+ layout: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
25
+ pageSizes: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | (((new (...args: any[]) => number[]) | (() => number[])) | null)[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
26
+ popperClass: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
27
27
  popperStyle: {
28
- readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties) | (((new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties)) | null)[], unknown, unknown>>;
28
+ readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties) | (((new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties)) | null)[], unknown, unknown>>;
29
29
  readonly required: false;
30
30
  readonly validator: ((val: unknown) => boolean) | undefined;
31
31
  __epPropKey: true;
32
32
  };
33
- prevText: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
34
- prevIcon: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
35
- nextText: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
36
- nextIcon: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
37
- teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
33
+ prevText: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
34
+ prevIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
35
+ nextText: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
36
+ nextIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
37
+ teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
38
38
  small: BooleanConstructor;
39
39
  size: {
40
- readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
40
+ readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
41
41
  readonly required: false;
42
42
  readonly validator: ((val: unknown) => boolean) | undefined;
43
43
  __epPropKey: true;
@@ -68,26 +68,26 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
68
68
  pageSize: NumberConstructor;
69
69
  defaultPageSize: NumberConstructor;
70
70
  pageCount: NumberConstructor;
71
- pagerCount: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
71
+ pagerCount: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
72
72
  currentPage: NumberConstructor;
73
73
  defaultCurrentPage: NumberConstructor;
74
- layout: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
75
- pageSizes: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | (((new (...args: any[]) => number[]) | (() => number[])) | null)[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
76
- popperClass: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
74
+ layout: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
75
+ pageSizes: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | (((new (...args: any[]) => number[]) | (() => number[])) | null)[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
76
+ popperClass: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
77
77
  popperStyle: {
78
- readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties) | (((new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties)) | null)[], unknown, unknown>>;
78
+ readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties) | (((new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties)) | null)[], unknown, unknown>>;
79
79
  readonly required: false;
80
80
  readonly validator: ((val: unknown) => boolean) | undefined;
81
81
  __epPropKey: true;
82
82
  };
83
- prevText: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
84
- prevIcon: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
85
- nextText: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
86
- nextIcon: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
87
- teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
83
+ prevText: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
84
+ prevIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
85
+ nextText: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
86
+ nextIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
87
+ teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
88
88
  small: BooleanConstructor;
89
89
  size: {
90
- readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
90
+ readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
91
91
  readonly required: false;
92
92
  readonly validator: ((val: unknown) => boolean) | undefined;
93
93
  __epPropKey: true;
@@ -104,14 +104,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
104
104
  disabled: boolean;
105
105
  type: import('./types').PaginationType;
106
106
  popperClass: string;
107
- teleported: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
107
+ teleported: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
108
108
  pagerCount: number;
109
109
  layout: string;
110
110
  pageSizes: number[];
111
111
  prevText: string;
112
- prevIcon: import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | null)[], unknown, unknown>;
112
+ prevIcon: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | null)[], unknown, unknown>;
113
113
  nextText: string;
114
- nextIcon: import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | null)[], unknown, unknown>;
114
+ nextIcon: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | null)[], unknown, unknown>;
115
115
  background: boolean;
116
116
  hideOnSinglePage: boolean;
117
117
  hasNext: boolean;
@@ -25,26 +25,26 @@ export declare const paginationProps: {
25
25
  pageSize: NumberConstructor;
26
26
  defaultPageSize: NumberConstructor;
27
27
  pageCount: NumberConstructor;
28
- pagerCount: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
28
+ pagerCount: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
29
29
  currentPage: NumberConstructor;
30
30
  defaultCurrentPage: NumberConstructor;
31
- layout: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
32
- pageSizes: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | (((new (...args: any[]) => number[]) | (() => number[])) | null)[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
33
- popperClass: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
31
+ layout: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
32
+ pageSizes: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | (((new (...args: any[]) => number[]) | (() => number[])) | null)[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
33
+ popperClass: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
34
34
  popperStyle: {
35
- readonly type: PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties) | (((new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties)) | null)[], unknown, unknown>>;
35
+ readonly type: PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties) | (((new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties)) | null)[], unknown, unknown>>;
36
36
  readonly required: false;
37
37
  readonly validator: ((val: unknown) => boolean) | undefined;
38
38
  __epPropKey: true;
39
39
  };
40
- prevText: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
41
- prevIcon: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
42
- nextText: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
43
- nextIcon: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
44
- teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
40
+ prevText: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
41
+ prevIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
42
+ nextText: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
43
+ nextIcon: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown, () => import('vue').DefineComponent<{}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, boolean>;
44
+ teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
45
45
  small: BooleanConstructor;
46
46
  size: {
47
- readonly type: PropType<import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
47
+ readonly type: PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
48
48
  readonly required: false;
49
49
  readonly validator: ((val: unknown) => boolean) | undefined;
50
50
  __epPropKey: true;
@@ -53,38 +53,38 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
53
53
  titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
54
54
  contentStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
55
55
  title: StringConstructor;
56
- tabindex: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
57
- content: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
56
+ tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
57
+ content: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
58
58
  width: (NumberConstructor | StringConstructor)[];
59
59
  zIndex: NumberConstructor;
60
- offset: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
60
+ offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
61
61
  disabled: BooleanConstructor;
62
62
  ariaLabel: StringConstructor;
63
- visible: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
63
+ visible: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
64
64
  className: StringConstructor;
65
- effect: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown, "dark", boolean>;
66
- enterable: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
65
+ effect: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown, "dark", boolean>;
66
+ enterable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
67
67
  popperClass: StringConstructor;
68
68
  popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
69
69
  virtualTriggering: BooleanConstructor;
70
- fallbackPlacements: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | (((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[])) | null)[], unknown, unknown, undefined, boolean>;
71
- gpuAcceleration: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
72
- placement: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
73
- popperOptions: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => {}, boolean>;
74
- arrowOffset: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
75
- showArrow: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
70
+ fallbackPlacements: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | (((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[])) | null)[], unknown, unknown, undefined, boolean>;
71
+ gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
72
+ placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
73
+ popperOptions: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => {}, boolean>;
74
+ arrowOffset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
75
+ showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
76
76
  appendTo: {
77
- readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | (((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>)) | null)[], unknown, unknown>>;
77
+ readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
78
78
  readonly required: false;
79
79
  readonly validator: ((val: unknown) => boolean) | undefined;
80
80
  __epPropKey: true;
81
81
  };
82
82
  persistent: BooleanConstructor;
83
- teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
84
- showAfter: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
85
- hideAfter: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
86
- autoClose: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
87
- triggerKeys: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
83
+ teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
84
+ showAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
85
+ hideAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
86
+ autoClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
87
+ triggerKeys: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
88
88
  focusOnTarget: BooleanConstructor;
89
89
  virtualRef: {
90
90
  readonly type: import('vue').PropType<import('element-plus').Measurable>;
@@ -144,38 +144,38 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
144
144
  titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
145
145
  contentStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
146
146
  title: StringConstructor;
147
- tabindex: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
148
- content: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
147
+ tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
148
+ content: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
149
149
  width: (NumberConstructor | StringConstructor)[];
150
150
  zIndex: NumberConstructor;
151
- offset: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
151
+ offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
152
152
  disabled: BooleanConstructor;
153
153
  ariaLabel: StringConstructor;
154
- visible: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
154
+ visible: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
155
155
  className: StringConstructor;
156
- effect: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown, "dark", boolean>;
157
- enterable: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
156
+ effect: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown, "dark", boolean>;
157
+ enterable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
158
158
  popperClass: StringConstructor;
159
159
  popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
160
160
  virtualTriggering: BooleanConstructor;
161
- fallbackPlacements: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | (((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[])) | null)[], unknown, unknown, undefined, boolean>;
162
- gpuAcceleration: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
163
- placement: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
164
- popperOptions: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => {}, boolean>;
165
- arrowOffset: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
166
- showArrow: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
161
+ fallbackPlacements: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | (((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[])) | null)[], unknown, unknown, undefined, boolean>;
162
+ gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
163
+ placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
164
+ popperOptions: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => {}, boolean>;
165
+ arrowOffset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
166
+ showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
167
167
  appendTo: {
168
- readonly type: import('vue').PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | (((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>)) | null)[], unknown, unknown>>;
168
+ readonly type: import('vue').PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
169
169
  readonly required: false;
170
170
  readonly validator: ((val: unknown) => boolean) | undefined;
171
171
  __epPropKey: true;
172
172
  };
173
173
  persistent: BooleanConstructor;
174
- teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
175
- showAfter: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
176
- hideAfter: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
177
- autoClose: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
178
- triggerKeys: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
174
+ teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
175
+ showAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
176
+ hideAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
177
+ autoClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
178
+ triggerKeys: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
179
179
  focusOnTarget: BooleanConstructor;
180
180
  virtualRef: {
181
181
  readonly type: import('vue').PropType<import('element-plus').Measurable>;
@@ -199,23 +199,23 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
199
199
  offset: number;
200
200
  transition: string;
201
201
  disabled: boolean;
202
- tabindex: import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown>;
203
- visible: import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null) | null)[], unknown, unknown>;
204
- effect: import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | null)[], unknown, unknown>;
205
- enterable: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
202
+ tabindex: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown>;
203
+ visible: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null) | null)[], unknown, unknown>;
204
+ effect: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | null)[], unknown, unknown>;
205
+ enterable: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
206
206
  virtualTriggering: boolean;
207
207
  fallbackPlacements: import('element-plus').Placement[];
208
- gpuAcceleration: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
209
- placement: import('element-plus/es/utils/index').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown>;
208
+ gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
209
+ placement: import('element-plus/es/utils/vue/props/types').EpPropMergeType<StringConstructor, import('element-plus').Placement, unknown>;
210
210
  popperOptions: Partial<import('element-plus').Options>;
211
211
  arrowOffset: number;
212
- showArrow: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
212
+ showArrow: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
213
213
  persistent: boolean;
214
- teleported: import('element-plus/es/utils/index').EpPropMergeType<BooleanConstructor, unknown, unknown>;
214
+ teleported: import('element-plus/es/utils/vue/props/types').EpPropMergeType<BooleanConstructor, unknown, unknown>;
215
215
  showAfter: number;
216
216
  hideAfter: number;
217
217
  autoClose: number;
218
- trigger: import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>) | null)[], unknown, unknown> | undefined;
218
+ trigger: import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => "click" | "focus" | "hover" | "contextmenu" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>) | ((new (...args: any[]) => "click" | "focus" | "hover" | "contextmenu" | import('element-plus').TooltipTriggerType[]) | (() => import('element-plus/es/utils/typescript').Arrayable<import('element-plus').TooltipTriggerType>) | null)[], unknown, unknown> | undefined;
219
219
  triggerKeys: string[];
220
220
  focusOnTarget: boolean;
221
221
  confirmButtonType: "" | "default" | "text" | "info" | "primary" | "success" | "warning" | "danger" | undefined;
@@ -55,38 +55,38 @@ export declare const popconfirmProps: {
55
55
  bodyClass: StringConstructor;
56
56
  titleStyle: PropType<StyleValue>;
57
57
  contentStyle: PropType<StyleValue>;
58
- tabindex: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
58
+ tabindex: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
59
59
  title: StringConstructor;
60
60
  disabled: BooleanConstructor;
61
61
  ariaLabel: StringConstructor;
62
- visible: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
62
+ visible: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | (((new (...args: any[]) => boolean) | (() => boolean | null)) | null)[], unknown, unknown, null, boolean>;
63
63
  className: StringConstructor;
64
- effect: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown, "dark", boolean>;
65
- enterable: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
64
+ effect: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | (((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect)) | null)[], unknown, unknown, "dark", boolean>;
65
+ enterable: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
66
66
  popperClass: StringConstructor;
67
67
  popperStyle: PropType<StyleValue>;
68
68
  virtualTriggering: BooleanConstructor;
69
69
  zIndex: NumberConstructor;
70
- fallbackPlacements: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | (((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[])) | null)[], unknown, unknown, undefined, boolean>;
71
- gpuAcceleration: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
72
- offset: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
73
- placement: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
74
- popperOptions: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => {}, boolean>;
75
- arrowOffset: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
76
- showArrow: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
70
+ fallbackPlacements: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[]) | (((new (...args: any[]) => import('element-plus').Placement[]) | (() => import('element-plus').Placement[])) | null)[], unknown, unknown, undefined, boolean>;
71
+ gpuAcceleration: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
72
+ offset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
73
+ placement: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, import('element-plus').Placement, unknown, "bottom", boolean>;
74
+ popperOptions: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>) | (((new (...args: any[]) => Partial<import('element-plus').Options>) | (() => Partial<import('element-plus').Options>)) | null)[], unknown, unknown, () => {}, boolean>;
75
+ arrowOffset: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
76
+ showArrow: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
77
77
  appendTo: {
78
- readonly type: PropType<import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | (((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>)) | null)[], unknown, unknown>>;
78
+ readonly type: PropType<import('element-plus/es/utils/vue/props/types').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>>;
79
79
  readonly required: false;
80
80
  readonly validator: ((val: unknown) => boolean) | undefined;
81
81
  __epPropKey: true;
82
82
  };
83
- content: import('element-plus/es/utils/index').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
83
+ content: import('element-plus/es/utils/vue/props/types').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
84
84
  persistent: BooleanConstructor;
85
- teleported: import('element-plus/es/utils/index').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
86
- showAfter: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
87
- hideAfter: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
88
- autoClose: import('element-plus/es/utils/index').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
89
- triggerKeys: import('element-plus/es/utils/index').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
85
+ teleported: import('element-plus/es/utils/vue/props/types').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
86
+ showAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
87
+ hideAfter: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
88
+ autoClose: import('element-plus/es/utils/vue/props/types').EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
89
+ triggerKeys: import('element-plus/es/utils/vue/props/types').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
90
90
  focusOnTarget: BooleanConstructor;
91
91
  virtualRef: {
92
92
  readonly type: PropType<import('element-plus').Measurable>;