@aplus-frontend/ui 0.6.7 → 6.9.0

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 (166) hide show
  1. package/es/index.mjs +187 -193
  2. package/es/src/ap-field/rate/index.vue.d.ts +1 -1
  3. package/es/src/ap-form/interface.d.ts +10 -5
  4. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +42 -36
  5. package/es/src/ap-form/search-form/hooks/use-collapse-input-count.d.ts +5 -0
  6. package/es/src/ap-form/search-form/hooks/use-collapse-input-count.mjs +24 -0
  7. package/es/src/ap-form/search-form/index.vue.d.ts +1 -0
  8. package/es/src/ap-form/search-form/index.vue.mjs +53 -48
  9. package/es/src/ap-grid/hooks/use-row-selection.mjs +57 -62
  10. package/es/src/ap-grid/utils/renderer.mjs +9 -9
  11. package/es/src/business/ap-label/ApLabel.d.ts +1 -1
  12. package/es/src/business/ap-label/index.d.ts +3 -3
  13. package/es/src/business/ap-radio-group/ap-radio-group.vue.d.ts +1 -1
  14. package/es/src/business/ap-radio-group/index.d.ts +3 -3
  15. package/es/src/business/ap-summary/interface.d.ts +1 -1
  16. package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
  17. package/es/src/business/ap-view/ap-view.vue2.mjs +122 -118
  18. package/es/src/business/ap-view/index.d.ts +3 -0
  19. package/es/src/business/ap-view/interface.d.ts +4 -0
  20. package/es/src/business/hooks/useKeepAliveFlag.d.ts +14 -0
  21. package/es/src/business/hooks/useKeepAliveFlag.mjs +18 -0
  22. package/es/src/business/hooks/usePageListApGrid.d.ts +4 -0
  23. package/es/src/business/hooks/usePageListApGrid.mjs +52 -48
  24. package/es/src/business/index.d.ts +0 -1
  25. package/es/src/business/index.mjs +42 -46
  26. package/es/src/index.d.ts +0 -1
  27. package/es/src/index.mjs +274 -281
  28. package/es/src/locale/lang/en.mjs +0 -7
  29. package/es/src/locale/lang/zh-cn.mjs +0 -7
  30. package/es/src/path-map.mjs +0 -2
  31. package/es/src/version.d.ts +1 -1
  32. package/es/src/version.mjs +1 -1
  33. package/lib/index.js +1 -1
  34. package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
  35. package/lib/src/ap-form/interface.d.ts +10 -5
  36. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  37. package/lib/src/ap-form/search-form/hooks/use-collapse-input-count.d.ts +5 -0
  38. package/lib/src/ap-form/search-form/hooks/use-collapse-input-count.js +1 -0
  39. package/lib/src/ap-form/search-form/index.vue.d.ts +1 -0
  40. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  41. package/lib/src/ap-grid/hooks/use-row-selection.js +1 -1
  42. package/lib/src/ap-grid/utils/renderer.js +1 -1
  43. package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
  44. package/lib/src/business/ap-label/index.d.ts +3 -3
  45. package/lib/src/business/ap-radio-group/ap-radio-group.vue.d.ts +1 -1
  46. package/lib/src/business/ap-radio-group/index.d.ts +3 -3
  47. package/lib/src/business/ap-summary/interface.d.ts +1 -1
  48. package/lib/src/business/ap-view/ap-view.vue.d.ts +1 -0
  49. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  50. package/lib/src/business/ap-view/index.d.ts +3 -0
  51. package/lib/src/business/ap-view/interface.d.ts +4 -0
  52. package/lib/src/business/hooks/useKeepAliveFlag.d.ts +14 -0
  53. package/lib/src/business/hooks/useKeepAliveFlag.js +1 -0
  54. package/lib/src/business/hooks/usePageListApGrid.d.ts +4 -0
  55. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  56. package/lib/src/business/index.d.ts +0 -1
  57. package/lib/src/business/index.js +1 -1
  58. package/lib/src/index.d.ts +0 -1
  59. package/lib/src/index.js +1 -1
  60. package/lib/src/locale/lang/en.js +1 -1
  61. package/lib/src/locale/lang/zh-cn.js +1 -1
  62. package/lib/src/path-map.js +1 -1
  63. package/lib/src/version.d.ts +1 -1
  64. package/lib/src/version.js +1 -1
  65. package/package.json +5 -10
  66. package/theme/ap-form/index.css +16 -0
  67. package/theme/ap-form/search-form.css +16 -0
  68. package/theme/ap-form/search-form.less +16 -0
  69. package/theme/ap-grid/index.css +20 -0
  70. package/theme/ap-grid/index.less +4 -0
  71. package/theme/ap-table/ap-table.css +16 -0
  72. package/theme/ap-table-modal/index.css +16 -0
  73. package/theme/editable-table/index.css +16 -0
  74. package/theme/index.css +20 -0
  75. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +0 -73
  76. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +0 -46
  77. package/es/src/ap-info-layout/ApInfoLayout.vue2.mjs +0 -4
  78. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -29
  79. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs +0 -4
  80. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +0 -41
  81. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -30
  82. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.mjs +0 -4
  83. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +0 -71
  84. package/es/src/ap-info-layout/index.d.ts +0 -3
  85. package/es/src/ap-info-layout/index.mjs +0 -2
  86. package/es/src/ap-info-layout/interface.d.ts +0 -10
  87. package/es/src/ap-info-layout/interface.mjs +0 -1
  88. package/es/src/ap-info-layout/style/css.d.ts +0 -0
  89. package/es/src/ap-info-layout/style/css.js +0 -1
  90. package/es/src/ap-info-layout/style/index.d.ts +0 -0
  91. package/es/src/ap-info-layout/style/index.js +0 -1
  92. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +0 -35
  93. package/es/src/business/ap-group-search/ap-group-search.vue.mjs +0 -4
  94. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +0 -202
  95. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +0 -14
  96. package/es/src/business/ap-group-search/extension-select/index.vue.mjs +0 -4
  97. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +0 -135
  98. package/es/src/business/ap-group-search/extension-select/style/css.d.ts +0 -0
  99. package/es/src/business/ap-group-search/extension-select/style/css.js +0 -1
  100. package/es/src/business/ap-group-search/extension-select/style/index.d.ts +0 -0
  101. package/es/src/business/ap-group-search/extension-select/style/index.js +0 -1
  102. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +0 -3
  103. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +0 -28
  104. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +0 -3
  105. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +0 -45
  106. package/es/src/business/ap-group-search/index.d.ts +0 -1536
  107. package/es/src/business/ap-group-search/index.mjs +0 -14
  108. package/es/src/business/ap-group-search/interface.d.ts +0 -11
  109. package/es/src/business/ap-group-search/interface.mjs +0 -1
  110. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +0 -424
  111. package/es/src/business/ap-group-search/popover-select/index.vue.mjs +0 -4
  112. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +0 -193
  113. package/es/src/business/ap-group-search/popover-select/style/css.d.ts +0 -0
  114. package/es/src/business/ap-group-search/popover-select/style/css.js +0 -1
  115. package/es/src/business/ap-group-search/popover-select/style/index.d.ts +0 -0
  116. package/es/src/business/ap-group-search/popover-select/style/index.js +0 -1
  117. package/es/src/business/ap-group-search/style/css.d.ts +0 -0
  118. package/es/src/business/ap-group-search/style/css.js +0 -1
  119. package/es/src/business/ap-group-search/style/index.d.ts +0 -0
  120. package/es/src/business/ap-group-search/style/index.js +0 -1
  121. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +0 -73
  122. package/lib/src/ap-info-layout/ApInfoLayout.vue.js +0 -1
  123. package/lib/src/ap-info-layout/ApInfoLayout.vue2.js +0 -1
  124. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -29
  125. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.js +0 -1
  126. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +0 -1
  127. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -30
  128. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.js +0 -1
  129. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +0 -1
  130. package/lib/src/ap-info-layout/index.d.ts +0 -3
  131. package/lib/src/ap-info-layout/index.js +0 -1
  132. package/lib/src/ap-info-layout/interface.d.ts +0 -10
  133. package/lib/src/ap-info-layout/interface.js +0 -1
  134. package/lib/src/ap-info-layout/style/css.cjs +0 -1
  135. package/lib/src/ap-info-layout/style/css.d.ts +0 -0
  136. package/lib/src/ap-info-layout/style/index.cjs +0 -1
  137. package/lib/src/ap-info-layout/style/index.d.ts +0 -0
  138. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +0 -35
  139. package/lib/src/business/ap-group-search/ap-group-search.vue.js +0 -1
  140. package/lib/src/business/ap-group-search/ap-group-search.vue2.js +0 -1
  141. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +0 -14
  142. package/lib/src/business/ap-group-search/extension-select/index.vue.js +0 -1
  143. package/lib/src/business/ap-group-search/extension-select/index.vue2.js +0 -1
  144. package/lib/src/business/ap-group-search/extension-select/style/css.cjs +0 -1
  145. package/lib/src/business/ap-group-search/extension-select/style/css.d.ts +0 -0
  146. package/lib/src/business/ap-group-search/extension-select/style/index.cjs +0 -1
  147. package/lib/src/business/ap-group-search/extension-select/style/index.d.ts +0 -0
  148. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +0 -3
  149. package/lib/src/business/ap-group-search/images/icon-down.vue.js +0 -1
  150. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +0 -3
  151. package/lib/src/business/ap-group-search/images/icon-line-select.vue.js +0 -1
  152. package/lib/src/business/ap-group-search/index.d.ts +0 -1536
  153. package/lib/src/business/ap-group-search/index.js +0 -1
  154. package/lib/src/business/ap-group-search/interface.d.ts +0 -11
  155. package/lib/src/business/ap-group-search/interface.js +0 -1
  156. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +0 -424
  157. package/lib/src/business/ap-group-search/popover-select/index.vue.js +0 -1
  158. package/lib/src/business/ap-group-search/popover-select/index.vue2.js +0 -2
  159. package/lib/src/business/ap-group-search/popover-select/style/css.cjs +0 -1
  160. package/lib/src/business/ap-group-search/popover-select/style/css.d.ts +0 -0
  161. package/lib/src/business/ap-group-search/popover-select/style/index.cjs +0 -1
  162. package/lib/src/business/ap-group-search/popover-select/style/index.d.ts +0 -0
  163. package/lib/src/business/ap-group-search/style/css.cjs +0 -1
  164. package/lib/src/business/ap-group-search/style/css.d.ts +0 -0
  165. package/lib/src/business/ap-group-search/style/index.cjs +0 -1
  166. package/lib/src/business/ap-group-search/style/index.d.ts +0 -0
@@ -1,1536 +0,0 @@
1
- import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin, ExtractPropTypes, PropType, CSSProperties } from 'vue';
2
- import { GroupSearchProps } from './interface';
3
- import { SelectValue, DefaultOptionType, LabeledValue } from '@aplus-frontend/antdv/es/select';
4
- import { VueTypeValidableDef } from '../../../node_modules/vue-types';
5
- import { ButtonSize } from '@aplus-frontend/antdv/es/button';
6
- import { VueNode, CustomSlotsType } from '@aplus-frontend/antdv/es/_util/type';
7
- import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
8
- import { RenderDOMFunc, DropdownRender, CustomTagProps } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
9
- import { AlignType } from '@aplus-frontend/antdv/es/vc-trigger/interface';
10
- export * from './interface';
11
- declare const ApGroupSearch: {
12
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< GroupSearchProps> & Readonly<{
13
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
14
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
- "update:value": (...args: any[]) => void;
16
- }, PublicProps, {
17
- dropdownMatchSelectWidth: number | boolean;
18
- hasAll: boolean;
19
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
20
- containerRef: HTMLDivElement;
21
- }, HTMLDivElement, ComponentProvideOptions, {
22
- P: {};
23
- B: {};
24
- D: {};
25
- C: {};
26
- M: {};
27
- Defaults: {};
28
- }, Readonly< GroupSearchProps> & Readonly<{
29
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
30
- }>, {}, {}, {}, {}, {
31
- dropdownMatchSelectWidth: number | boolean;
32
- hasAll: boolean;
33
- }>;
34
- __isFragment?: never;
35
- __isTeleport?: never;
36
- __isSuspense?: never;
37
- } & ComponentOptionsBase<Readonly< GroupSearchProps> & Readonly<{
38
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
39
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
40
- "update:value": (...args: any[]) => void;
41
- }, string, {
42
- dropdownMatchSelectWidth: number | boolean;
43
- hasAll: boolean;
44
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
45
- $slots: {
46
- search?(_: {
47
- key: SelectValue;
48
- value: any;
49
- change: (e: any) => void;
50
- }): any;
51
- };
52
- }) & ( Plugin & (new (...args: any[]) => {
53
- $props: {
54
- onClick?: () => void;
55
- };
56
- }));
57
- declare const ApExtensionSelect: {
58
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<Omit<Partial< ExtractPropTypes<{
59
- value: {
60
- type: PropType<SelectValue>;
61
- default: SelectValue;
62
- };
63
- defaultValue: {
64
- type: PropType<SelectValue>;
65
- default: SelectValue;
66
- };
67
- notFoundContent: VueTypeValidableDef<any>;
68
- suffixIcon: VueTypeValidableDef<any>;
69
- itemIcon: VueTypeValidableDef<any>;
70
- size: {
71
- type: PropType<ButtonSize>;
72
- default: ButtonSize;
73
- };
74
- mode: {
75
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
76
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
77
- };
78
- bordered: {
79
- type: BooleanConstructor;
80
- default: boolean;
81
- };
82
- transitionName: StringConstructor;
83
- choiceTransitionName: {
84
- type: PropType<"">;
85
- default: "";
86
- };
87
- popupClassName: StringConstructor;
88
- dropdownClassName: StringConstructor;
89
- placement: {
90
- type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
91
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
92
- };
93
- status: {
94
- type: PropType<"" | "error" | "warning">;
95
- default: "" | "error" | "warning";
96
- };
97
- 'onUpdate:value': {
98
- type: PropType<(val: SelectValue) => void>;
99
- default: (val: SelectValue) => void;
100
- };
101
- children: PropType< VueNode[]>;
102
- listHeight: NumberConstructor;
103
- onMouseenter: PropType<(e: MouseEvent) => void>;
104
- onMouseleave: PropType<(e: MouseEvent) => void>;
105
- tabindex: NumberConstructor;
106
- onClick: PropType<(e: MouseEvent) => void>;
107
- onFocus: {
108
- type: PropType<(e: FocusEvent) => void>;
109
- };
110
- onBlur: {
111
- type: PropType<(e: FocusEvent) => void>;
112
- };
113
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
114
- onKeydown: PropType<(e: KeyboardEvent) => void>;
115
- onKeyup: PropType<(e: KeyboardEvent) => void>;
116
- onMousedown: PropType<(e: MouseEvent) => void>;
117
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
118
- open: {
119
- type: BooleanConstructor;
120
- default: any;
121
- };
122
- animation: StringConstructor;
123
- direction: {
124
- type: PropType<"rtl" | "ltr">;
125
- };
126
- disabled: {
127
- type: BooleanConstructor;
128
- default: any;
129
- };
130
- prefixCls: StringConstructor;
131
- id: StringConstructor;
132
- autofocus: BooleanConstructor;
133
- getPopupContainer: {
134
- type: PropType<RenderDOMFunc>;
135
- };
136
- virtual: {
137
- type: BooleanConstructor;
138
- default: any;
139
- };
140
- dropdownMatchSelectWidth: {
141
- type: PropType<number | boolean>;
142
- default: any;
143
- };
144
- options: PropType< DefaultOptionType[]>;
145
- showAction: {
146
- type: PropType<("click" | "focus")[]>;
147
- };
148
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
149
- loading: {
150
- type: BooleanConstructor;
151
- default: any;
152
- };
153
- placeholder: VueTypeValidableDef<any>;
154
- clearIcon: VueTypeValidableDef<any>;
155
- allowClear: {
156
- type: BooleanConstructor;
157
- default: any;
158
- };
159
- onSearch: PropType<(value: string) => void>;
160
- fieldNames: PropType<FieldNames>;
161
- dropdownStyle: {
162
- type: PropType<CSSProperties>;
163
- };
164
- dropdownRender: {
165
- type: PropType<DropdownRender>;
166
- };
167
- dropdownAlign: PropType<AlignType>;
168
- showSearch: {
169
- type: BooleanConstructor;
170
- default: any;
171
- };
172
- searchValue: StringConstructor;
173
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
174
- removeIcon: VueTypeValidableDef<any>;
175
- maxTagCount: {
176
- type: PropType<number | "responsive">;
177
- };
178
- maxTagTextLength: NumberConstructor;
179
- maxTagPlaceholder: VueTypeValidableDef<any>;
180
- tokenSeparators: {
181
- type: PropType<string[]>;
182
- };
183
- tagRender: {
184
- type: PropType<(props: CustomTagProps) => any>;
185
- };
186
- optionLabelRender: {
187
- type: PropType<(option: Record<string, any>) => any>;
188
- };
189
- onClear: PropType<() => void>;
190
- defaultOpen: {
191
- type: BooleanConstructor;
192
- default: any;
193
- };
194
- onDropdownVisibleChange: {
195
- type: PropType<(open: boolean) => void>;
196
- };
197
- showArrow: {
198
- type: BooleanConstructor;
199
- default: any;
200
- };
201
- onPopupScroll: PropType<(e: UIEvent) => void>;
202
- menuItemSelectedIcon: VueTypeValidableDef<any>;
203
- listItemHeight: NumberConstructor;
204
- inputValue: StringConstructor;
205
- autoClearSearchValue: {
206
- type: BooleanConstructor;
207
- default: any;
208
- };
209
- filterOption: {
210
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
211
- default: any;
212
- };
213
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
214
- optionFilterProp: StringConstructor;
215
- optionLabelProp: StringConstructor;
216
- defaultActiveFirstOption: {
217
- type: BooleanConstructor;
218
- default: any;
219
- };
220
- onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
221
- labelInValue: {
222
- type: BooleanConstructor;
223
- default: any;
224
- };
225
- }>>, "mode" | "suffixIcon"> & {
226
- __parentRef?: HTMLElement;
227
- }> & Readonly<{
228
- onChange?: ((value: SelectValue) => any) | undefined;
229
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
230
- change: (value: SelectValue) => any;
231
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
232
- containerRef: HTMLDivElement;
233
- }, HTMLDivElement, ComponentProvideOptions, {
234
- P: {};
235
- B: {};
236
- D: {};
237
- C: {};
238
- M: {};
239
- Defaults: {};
240
- }, Readonly<Omit<Partial< ExtractPropTypes<{
241
- value: {
242
- type: PropType<SelectValue>;
243
- default: SelectValue;
244
- };
245
- defaultValue: {
246
- type: PropType<SelectValue>;
247
- default: SelectValue;
248
- };
249
- notFoundContent: VueTypeValidableDef<any>;
250
- suffixIcon: VueTypeValidableDef<any>;
251
- itemIcon: VueTypeValidableDef<any>;
252
- size: {
253
- type: PropType<ButtonSize>;
254
- default: ButtonSize;
255
- };
256
- mode: {
257
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
258
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
259
- };
260
- bordered: {
261
- type: BooleanConstructor;
262
- default: boolean;
263
- };
264
- transitionName: StringConstructor;
265
- choiceTransitionName: {
266
- type: PropType<"">;
267
- default: "";
268
- };
269
- popupClassName: StringConstructor;
270
- dropdownClassName: StringConstructor;
271
- placement: {
272
- type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
273
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
274
- };
275
- status: {
276
- type: PropType<"" | "error" | "warning">;
277
- default: "" | "error" | "warning";
278
- };
279
- 'onUpdate:value': {
280
- type: PropType<(val: SelectValue) => void>;
281
- default: (val: SelectValue) => void;
282
- };
283
- children: PropType< VueNode[]>;
284
- listHeight: NumberConstructor;
285
- onMouseenter: PropType<(e: MouseEvent) => void>;
286
- onMouseleave: PropType<(e: MouseEvent) => void>;
287
- tabindex: NumberConstructor;
288
- onClick: PropType<(e: MouseEvent) => void>;
289
- onFocus: {
290
- type: PropType<(e: FocusEvent) => void>;
291
- };
292
- onBlur: {
293
- type: PropType<(e: FocusEvent) => void>;
294
- };
295
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
296
- onKeydown: PropType<(e: KeyboardEvent) => void>;
297
- onKeyup: PropType<(e: KeyboardEvent) => void>;
298
- onMousedown: PropType<(e: MouseEvent) => void>;
299
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
300
- open: {
301
- type: BooleanConstructor;
302
- default: any;
303
- };
304
- animation: StringConstructor;
305
- direction: {
306
- type: PropType<"rtl" | "ltr">;
307
- };
308
- disabled: {
309
- type: BooleanConstructor;
310
- default: any;
311
- };
312
- prefixCls: StringConstructor;
313
- id: StringConstructor;
314
- autofocus: BooleanConstructor;
315
- getPopupContainer: {
316
- type: PropType<RenderDOMFunc>;
317
- };
318
- virtual: {
319
- type: BooleanConstructor;
320
- default: any;
321
- };
322
- dropdownMatchSelectWidth: {
323
- type: PropType<number | boolean>;
324
- default: any;
325
- };
326
- options: PropType< DefaultOptionType[]>;
327
- showAction: {
328
- type: PropType<("click" | "focus")[]>;
329
- };
330
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
331
- loading: {
332
- type: BooleanConstructor;
333
- default: any;
334
- };
335
- placeholder: VueTypeValidableDef<any>;
336
- clearIcon: VueTypeValidableDef<any>;
337
- allowClear: {
338
- type: BooleanConstructor;
339
- default: any;
340
- };
341
- onSearch: PropType<(value: string) => void>;
342
- fieldNames: PropType<FieldNames>;
343
- dropdownStyle: {
344
- type: PropType<CSSProperties>;
345
- };
346
- dropdownRender: {
347
- type: PropType<DropdownRender>;
348
- };
349
- dropdownAlign: PropType<AlignType>;
350
- showSearch: {
351
- type: BooleanConstructor;
352
- default: any;
353
- };
354
- searchValue: StringConstructor;
355
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
356
- removeIcon: VueTypeValidableDef<any>;
357
- maxTagCount: {
358
- type: PropType<number | "responsive">;
359
- };
360
- maxTagTextLength: NumberConstructor;
361
- maxTagPlaceholder: VueTypeValidableDef<any>;
362
- tokenSeparators: {
363
- type: PropType<string[]>;
364
- };
365
- tagRender: {
366
- type: PropType<(props: CustomTagProps) => any>;
367
- };
368
- optionLabelRender: {
369
- type: PropType<(option: Record<string, any>) => any>;
370
- };
371
- onClear: PropType<() => void>;
372
- defaultOpen: {
373
- type: BooleanConstructor;
374
- default: any;
375
- };
376
- onDropdownVisibleChange: {
377
- type: PropType<(open: boolean) => void>;
378
- };
379
- showArrow: {
380
- type: BooleanConstructor;
381
- default: any;
382
- };
383
- onPopupScroll: PropType<(e: UIEvent) => void>;
384
- menuItemSelectedIcon: VueTypeValidableDef<any>;
385
- listItemHeight: NumberConstructor;
386
- inputValue: StringConstructor;
387
- autoClearSearchValue: {
388
- type: BooleanConstructor;
389
- default: any;
390
- };
391
- filterOption: {
392
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
393
- default: any;
394
- };
395
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
396
- optionFilterProp: StringConstructor;
397
- optionLabelProp: StringConstructor;
398
- defaultActiveFirstOption: {
399
- type: BooleanConstructor;
400
- default: any;
401
- };
402
- onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
403
- labelInValue: {
404
- type: BooleanConstructor;
405
- default: any;
406
- };
407
- }>>, "mode" | "suffixIcon"> & {
408
- __parentRef?: HTMLElement;
409
- }> & Readonly<{
410
- onChange?: ((value: SelectValue) => any) | undefined;
411
- }>, {}, {}, {}, {}, {}>;
412
- __isFragment?: never;
413
- __isTeleport?: never;
414
- __isSuspense?: never;
415
- } & ComponentOptionsBase<Readonly<Omit<Partial< ExtractPropTypes<{
416
- value: {
417
- type: PropType<SelectValue>;
418
- default: SelectValue;
419
- };
420
- defaultValue: {
421
- type: PropType<SelectValue>;
422
- default: SelectValue;
423
- };
424
- notFoundContent: VueTypeValidableDef<any>;
425
- suffixIcon: VueTypeValidableDef<any>;
426
- itemIcon: VueTypeValidableDef<any>;
427
- size: {
428
- type: PropType<ButtonSize>;
429
- default: ButtonSize;
430
- };
431
- mode: {
432
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
433
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
434
- };
435
- bordered: {
436
- type: BooleanConstructor;
437
- default: boolean;
438
- };
439
- transitionName: StringConstructor;
440
- choiceTransitionName: {
441
- type: PropType<"">;
442
- default: "";
443
- };
444
- popupClassName: StringConstructor;
445
- dropdownClassName: StringConstructor;
446
- placement: {
447
- type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
448
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
449
- };
450
- status: {
451
- type: PropType<"" | "error" | "warning">;
452
- default: "" | "error" | "warning";
453
- };
454
- 'onUpdate:value': {
455
- type: PropType<(val: SelectValue) => void>;
456
- default: (val: SelectValue) => void;
457
- };
458
- children: PropType< VueNode[]>;
459
- listHeight: NumberConstructor;
460
- onMouseenter: PropType<(e: MouseEvent) => void>;
461
- onMouseleave: PropType<(e: MouseEvent) => void>;
462
- tabindex: NumberConstructor;
463
- onClick: PropType<(e: MouseEvent) => void>;
464
- onFocus: {
465
- type: PropType<(e: FocusEvent) => void>;
466
- };
467
- onBlur: {
468
- type: PropType<(e: FocusEvent) => void>;
469
- };
470
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
471
- onKeydown: PropType<(e: KeyboardEvent) => void>;
472
- onKeyup: PropType<(e: KeyboardEvent) => void>;
473
- onMousedown: PropType<(e: MouseEvent) => void>;
474
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
475
- open: {
476
- type: BooleanConstructor;
477
- default: any;
478
- };
479
- animation: StringConstructor;
480
- direction: {
481
- type: PropType<"rtl" | "ltr">;
482
- };
483
- disabled: {
484
- type: BooleanConstructor;
485
- default: any;
486
- };
487
- prefixCls: StringConstructor;
488
- id: StringConstructor;
489
- autofocus: BooleanConstructor;
490
- getPopupContainer: {
491
- type: PropType<RenderDOMFunc>;
492
- };
493
- virtual: {
494
- type: BooleanConstructor;
495
- default: any;
496
- };
497
- dropdownMatchSelectWidth: {
498
- type: PropType<number | boolean>;
499
- default: any;
500
- };
501
- options: PropType< DefaultOptionType[]>;
502
- showAction: {
503
- type: PropType<("click" | "focus")[]>;
504
- };
505
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
506
- loading: {
507
- type: BooleanConstructor;
508
- default: any;
509
- };
510
- placeholder: VueTypeValidableDef<any>;
511
- clearIcon: VueTypeValidableDef<any>;
512
- allowClear: {
513
- type: BooleanConstructor;
514
- default: any;
515
- };
516
- onSearch: PropType<(value: string) => void>;
517
- fieldNames: PropType<FieldNames>;
518
- dropdownStyle: {
519
- type: PropType<CSSProperties>;
520
- };
521
- dropdownRender: {
522
- type: PropType<DropdownRender>;
523
- };
524
- dropdownAlign: PropType<AlignType>;
525
- showSearch: {
526
- type: BooleanConstructor;
527
- default: any;
528
- };
529
- searchValue: StringConstructor;
530
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
531
- removeIcon: VueTypeValidableDef<any>;
532
- maxTagCount: {
533
- type: PropType<number | "responsive">;
534
- };
535
- maxTagTextLength: NumberConstructor;
536
- maxTagPlaceholder: VueTypeValidableDef<any>;
537
- tokenSeparators: {
538
- type: PropType<string[]>;
539
- };
540
- tagRender: {
541
- type: PropType<(props: CustomTagProps) => any>;
542
- };
543
- optionLabelRender: {
544
- type: PropType<(option: Record<string, any>) => any>;
545
- };
546
- onClear: PropType<() => void>;
547
- defaultOpen: {
548
- type: BooleanConstructor;
549
- default: any;
550
- };
551
- onDropdownVisibleChange: {
552
- type: PropType<(open: boolean) => void>;
553
- };
554
- showArrow: {
555
- type: BooleanConstructor;
556
- default: any;
557
- };
558
- onPopupScroll: PropType<(e: UIEvent) => void>;
559
- menuItemSelectedIcon: VueTypeValidableDef<any>;
560
- listItemHeight: NumberConstructor;
561
- inputValue: StringConstructor;
562
- autoClearSearchValue: {
563
- type: BooleanConstructor;
564
- default: any;
565
- };
566
- filterOption: {
567
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
568
- default: any;
569
- };
570
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
571
- optionFilterProp: StringConstructor;
572
- optionLabelProp: StringConstructor;
573
- defaultActiveFirstOption: {
574
- type: BooleanConstructor;
575
- default: any;
576
- };
577
- onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
578
- labelInValue: {
579
- type: BooleanConstructor;
580
- default: any;
581
- };
582
- }>>, "mode" | "suffixIcon"> & {
583
- __parentRef?: HTMLElement;
584
- }> & Readonly<{
585
- onChange?: ((value: SelectValue) => any) | undefined;
586
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
587
- change: (value: SelectValue) => any;
588
- }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
589
- $props: {
590
- onClick?: () => void;
591
- };
592
- }));
593
- declare const ApPopoverSelect: {
594
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<Omit<Partial< ExtractPropTypes<{
595
- value: {
596
- type: PropType<SelectValue>;
597
- default: SelectValue;
598
- };
599
- defaultValue: {
600
- type: PropType<SelectValue>;
601
- default: SelectValue;
602
- };
603
- notFoundContent: VueTypeValidableDef<any>;
604
- suffixIcon: VueTypeValidableDef<any>;
605
- itemIcon: VueTypeValidableDef<any>;
606
- size: {
607
- type: PropType<ButtonSize>;
608
- default: ButtonSize;
609
- };
610
- mode: {
611
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
612
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
613
- };
614
- bordered: {
615
- type: BooleanConstructor;
616
- default: boolean;
617
- };
618
- transitionName: StringConstructor;
619
- choiceTransitionName: {
620
- type: PropType<"">;
621
- default: "";
622
- };
623
- popupClassName: StringConstructor;
624
- dropdownClassName: StringConstructor;
625
- placement: {
626
- type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
627
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
628
- };
629
- status: {
630
- type: PropType<"" | "error" | "warning">;
631
- default: "" | "error" | "warning";
632
- };
633
- 'onUpdate:value': {
634
- type: PropType<(val: SelectValue) => void>;
635
- default: (val: SelectValue) => void;
636
- };
637
- children: PropType< VueNode[]>;
638
- listHeight: NumberConstructor;
639
- onMouseenter: PropType<(e: MouseEvent) => void>;
640
- onMouseleave: PropType<(e: MouseEvent) => void>;
641
- tabindex: NumberConstructor;
642
- onClick: PropType<(e: MouseEvent) => void>;
643
- onFocus: {
644
- type: PropType<(e: FocusEvent) => void>;
645
- };
646
- onBlur: {
647
- type: PropType<(e: FocusEvent) => void>;
648
- };
649
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
650
- onKeydown: PropType<(e: KeyboardEvent) => void>;
651
- onKeyup: PropType<(e: KeyboardEvent) => void>;
652
- onMousedown: PropType<(e: MouseEvent) => void>;
653
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
654
- open: {
655
- type: BooleanConstructor;
656
- default: any;
657
- };
658
- animation: StringConstructor;
659
- direction: {
660
- type: PropType<"rtl" | "ltr">;
661
- };
662
- disabled: {
663
- type: BooleanConstructor;
664
- default: any;
665
- };
666
- prefixCls: StringConstructor;
667
- id: StringConstructor;
668
- autofocus: BooleanConstructor;
669
- getPopupContainer: {
670
- type: PropType<RenderDOMFunc>;
671
- };
672
- virtual: {
673
- type: BooleanConstructor;
674
- default: any;
675
- };
676
- dropdownMatchSelectWidth: {
677
- type: PropType<number | boolean>;
678
- default: any;
679
- };
680
- options: PropType< DefaultOptionType[]>;
681
- showAction: {
682
- type: PropType<("click" | "focus")[]>;
683
- };
684
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
685
- loading: {
686
- type: BooleanConstructor;
687
- default: any;
688
- };
689
- placeholder: VueTypeValidableDef<any>;
690
- clearIcon: VueTypeValidableDef<any>;
691
- allowClear: {
692
- type: BooleanConstructor;
693
- default: any;
694
- };
695
- onSearch: PropType<(value: string) => void>;
696
- fieldNames: PropType<FieldNames>;
697
- dropdownStyle: {
698
- type: PropType<CSSProperties>;
699
- };
700
- dropdownRender: {
701
- type: PropType<DropdownRender>;
702
- };
703
- dropdownAlign: PropType<AlignType>;
704
- showSearch: {
705
- type: BooleanConstructor;
706
- default: any;
707
- };
708
- searchValue: StringConstructor;
709
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
710
- removeIcon: VueTypeValidableDef<any>;
711
- maxTagCount: {
712
- type: PropType<number | "responsive">;
713
- };
714
- maxTagTextLength: NumberConstructor;
715
- maxTagPlaceholder: VueTypeValidableDef<any>;
716
- tokenSeparators: {
717
- type: PropType<string[]>;
718
- };
719
- tagRender: {
720
- type: PropType<(props: CustomTagProps) => any>;
721
- };
722
- optionLabelRender: {
723
- type: PropType<(option: Record<string, any>) => any>;
724
- };
725
- onClear: PropType<() => void>;
726
- defaultOpen: {
727
- type: BooleanConstructor;
728
- default: any;
729
- };
730
- onDropdownVisibleChange: {
731
- type: PropType<(open: boolean) => void>;
732
- };
733
- showArrow: {
734
- type: BooleanConstructor;
735
- default: any;
736
- };
737
- onPopupScroll: PropType<(e: UIEvent) => void>;
738
- menuItemSelectedIcon: VueTypeValidableDef<any>;
739
- listItemHeight: NumberConstructor;
740
- inputValue: StringConstructor;
741
- autoClearSearchValue: {
742
- type: BooleanConstructor;
743
- default: any;
744
- };
745
- filterOption: {
746
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
747
- default: any;
748
- };
749
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
750
- optionFilterProp: StringConstructor;
751
- optionLabelProp: StringConstructor;
752
- defaultActiveFirstOption: {
753
- type: BooleanConstructor;
754
- default: any;
755
- };
756
- onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
757
- labelInValue: {
758
- type: BooleanConstructor;
759
- default: any;
760
- };
761
- }>>, "mode" | "suffixIcon"> & {
762
- __parentRef: HTMLElement;
763
- }> & Readonly<{
764
- onSubmit?: ((value: SelectValue) => any) | undefined;
765
- "onOpen-change"?: ((value: boolean) => any) | undefined;
766
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
767
- submit: (value: SelectValue) => any;
768
- "open-change": (value: boolean) => any;
769
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
770
- selectRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
771
- value: {
772
- type: PropType<SelectValue>;
773
- default: SelectValue;
774
- };
775
- defaultValue: {
776
- type: PropType<SelectValue>;
777
- default: SelectValue;
778
- };
779
- notFoundContent: VueTypeValidableDef<any>;
780
- suffixIcon: VueTypeValidableDef<any>;
781
- itemIcon: VueTypeValidableDef<any>;
782
- size: {
783
- type: PropType<ButtonSize>;
784
- default: ButtonSize;
785
- };
786
- mode: {
787
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
788
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
789
- };
790
- bordered: {
791
- type: BooleanConstructor;
792
- default: boolean;
793
- };
794
- transitionName: StringConstructor;
795
- choiceTransitionName: {
796
- type: PropType<"">;
797
- default: "";
798
- };
799
- popupClassName: StringConstructor;
800
- dropdownClassName: StringConstructor;
801
- placement: {
802
- type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
803
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
804
- };
805
- status: {
806
- type: PropType<"" | "error" | "warning">;
807
- default: "" | "error" | "warning";
808
- };
809
- 'onUpdate:value': {
810
- type: PropType<(val: SelectValue) => void>;
811
- default: (val: SelectValue) => void;
812
- };
813
- children: PropType< VueNode[]>;
814
- listHeight: NumberConstructor;
815
- onMouseenter: PropType<(e: MouseEvent) => void>;
816
- onMouseleave: PropType<(e: MouseEvent) => void>;
817
- tabindex: NumberConstructor;
818
- onClick: PropType<(e: MouseEvent) => void>;
819
- onFocus: {
820
- type: PropType<(e: FocusEvent) => void>;
821
- };
822
- onBlur: {
823
- type: PropType<(e: FocusEvent) => void>;
824
- };
825
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
826
- onKeydown: PropType<(e: KeyboardEvent) => void>;
827
- onKeyup: PropType<(e: KeyboardEvent) => void>;
828
- onMousedown: PropType<(e: MouseEvent) => void>;
829
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
830
- open: {
831
- type: BooleanConstructor;
832
- default: any;
833
- };
834
- animation: StringConstructor;
835
- direction: {
836
- type: PropType<"rtl" | "ltr">;
837
- };
838
- disabled: {
839
- type: BooleanConstructor;
840
- default: any;
841
- };
842
- prefixCls: StringConstructor;
843
- id: StringConstructor;
844
- autofocus: BooleanConstructor;
845
- getPopupContainer: {
846
- type: PropType<RenderDOMFunc>;
847
- };
848
- virtual: {
849
- type: BooleanConstructor;
850
- default: any;
851
- };
852
- dropdownMatchSelectWidth: {
853
- type: PropType<number | boolean>;
854
- default: any;
855
- };
856
- options: PropType< DefaultOptionType[]>;
857
- showAction: {
858
- type: PropType<("click" | "focus")[]>;
859
- };
860
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
861
- loading: {
862
- type: BooleanConstructor;
863
- default: any;
864
- };
865
- placeholder: VueTypeValidableDef<any>;
866
- clearIcon: VueTypeValidableDef<any>;
867
- allowClear: {
868
- type: BooleanConstructor;
869
- default: any;
870
- };
871
- onSearch: PropType<(value: string) => void>;
872
- fieldNames: PropType<FieldNames>;
873
- dropdownStyle: {
874
- type: PropType<CSSProperties>;
875
- };
876
- dropdownRender: {
877
- type: PropType<DropdownRender>;
878
- };
879
- dropdownAlign: PropType<AlignType>;
880
- showSearch: {
881
- type: BooleanConstructor;
882
- default: any;
883
- };
884
- searchValue: StringConstructor;
885
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
886
- removeIcon: VueTypeValidableDef<any>;
887
- maxTagCount: {
888
- type: PropType<number | "responsive">;
889
- };
890
- maxTagTextLength: NumberConstructor;
891
- maxTagPlaceholder: VueTypeValidableDef<any>;
892
- tokenSeparators: {
893
- type: PropType<string[]>;
894
- };
895
- tagRender: {
896
- type: PropType<(props: CustomTagProps) => any>;
897
- };
898
- optionLabelRender: {
899
- type: PropType<(option: Record<string, any>) => any>;
900
- };
901
- onClear: PropType<() => void>;
902
- defaultOpen: {
903
- type: BooleanConstructor;
904
- default: any;
905
- };
906
- onDropdownVisibleChange: {
907
- type: PropType<(open: boolean) => void>;
908
- };
909
- showArrow: {
910
- type: BooleanConstructor;
911
- default: any;
912
- };
913
- onPopupScroll: PropType<(e: UIEvent) => void>;
914
- menuItemSelectedIcon: VueTypeValidableDef<any>;
915
- listItemHeight: NumberConstructor;
916
- inputValue: StringConstructor;
917
- autoClearSearchValue: {
918
- type: BooleanConstructor;
919
- default: any;
920
- };
921
- filterOption: {
922
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
923
- default: any;
924
- };
925
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
926
- optionFilterProp: StringConstructor;
927
- optionLabelProp: StringConstructor;
928
- defaultActiveFirstOption: {
929
- type: BooleanConstructor;
930
- default: any;
931
- };
932
- onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
933
- labelInValue: {
934
- type: BooleanConstructor;
935
- default: any;
936
- };
937
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
938
- size: ButtonSize;
939
- value: SelectValue;
940
- mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
941
- open: boolean;
942
- disabled: boolean;
943
- autofocus: boolean;
944
- virtual: boolean;
945
- dropdownMatchSelectWidth: number | boolean;
946
- status: "" | "error" | "warning";
947
- defaultValue: SelectValue;
948
- 'onUpdate:value': (val: SelectValue) => void;
949
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
950
- loading: boolean;
951
- bordered: boolean;
952
- allowClear: boolean;
953
- showSearch: boolean;
954
- choiceTransitionName: "";
955
- defaultOpen: boolean;
956
- showArrow: boolean;
957
- autoClearSearchValue: boolean;
958
- filterOption: boolean | FilterFunc<DefaultOptionType>;
959
- defaultActiveFirstOption: boolean;
960
- labelInValue: boolean;
961
- }, true, {}, CustomSlotsType<{
962
- notFoundContent: any;
963
- suffixIcon: any;
964
- itemIcon: any;
965
- removeIcon: any;
966
- clearIcon: any;
967
- dropdownRender: any;
968
- option: any;
969
- placeholder: any;
970
- tagRender: any;
971
- maxTagPlaceholder: any;
972
- optionLabel: any;
973
- default: any;
974
- }>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
975
- P: {};
976
- B: {};
977
- D: {};
978
- C: {};
979
- M: {};
980
- Defaults: {};
981
- }, Readonly< ExtractPropTypes<{
982
- value: {
983
- type: PropType<SelectValue>;
984
- default: SelectValue;
985
- };
986
- defaultValue: {
987
- type: PropType<SelectValue>;
988
- default: SelectValue;
989
- };
990
- notFoundContent: VueTypeValidableDef<any>;
991
- suffixIcon: VueTypeValidableDef<any>;
992
- itemIcon: VueTypeValidableDef<any>;
993
- size: {
994
- type: PropType<ButtonSize>;
995
- default: ButtonSize;
996
- };
997
- mode: {
998
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
999
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
1000
- };
1001
- bordered: {
1002
- type: BooleanConstructor;
1003
- default: boolean;
1004
- };
1005
- transitionName: StringConstructor;
1006
- choiceTransitionName: {
1007
- type: PropType<"">;
1008
- default: "";
1009
- };
1010
- popupClassName: StringConstructor;
1011
- dropdownClassName: StringConstructor;
1012
- placement: {
1013
- type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
1014
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1015
- };
1016
- status: {
1017
- type: PropType<"" | "error" | "warning">;
1018
- default: "" | "error" | "warning";
1019
- };
1020
- 'onUpdate:value': {
1021
- type: PropType<(val: SelectValue) => void>;
1022
- default: (val: SelectValue) => void;
1023
- };
1024
- children: PropType< VueNode[]>;
1025
- listHeight: NumberConstructor;
1026
- onMouseenter: PropType<(e: MouseEvent) => void>;
1027
- onMouseleave: PropType<(e: MouseEvent) => void>;
1028
- tabindex: NumberConstructor;
1029
- onClick: PropType<(e: MouseEvent) => void>;
1030
- onFocus: {
1031
- type: PropType<(e: FocusEvent) => void>;
1032
- };
1033
- onBlur: {
1034
- type: PropType<(e: FocusEvent) => void>;
1035
- };
1036
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
1037
- onKeydown: PropType<(e: KeyboardEvent) => void>;
1038
- onKeyup: PropType<(e: KeyboardEvent) => void>;
1039
- onMousedown: PropType<(e: MouseEvent) => void>;
1040
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1041
- open: {
1042
- type: BooleanConstructor;
1043
- default: any;
1044
- };
1045
- animation: StringConstructor;
1046
- direction: {
1047
- type: PropType<"rtl" | "ltr">;
1048
- };
1049
- disabled: {
1050
- type: BooleanConstructor;
1051
- default: any;
1052
- };
1053
- prefixCls: StringConstructor;
1054
- id: StringConstructor;
1055
- autofocus: BooleanConstructor;
1056
- getPopupContainer: {
1057
- type: PropType<RenderDOMFunc>;
1058
- };
1059
- virtual: {
1060
- type: BooleanConstructor;
1061
- default: any;
1062
- };
1063
- dropdownMatchSelectWidth: {
1064
- type: PropType<number | boolean>;
1065
- default: any;
1066
- };
1067
- options: PropType< DefaultOptionType[]>;
1068
- showAction: {
1069
- type: PropType<("click" | "focus")[]>;
1070
- };
1071
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1072
- loading: {
1073
- type: BooleanConstructor;
1074
- default: any;
1075
- };
1076
- placeholder: VueTypeValidableDef<any>;
1077
- clearIcon: VueTypeValidableDef<any>;
1078
- allowClear: {
1079
- type: BooleanConstructor;
1080
- default: any;
1081
- };
1082
- onSearch: PropType<(value: string) => void>;
1083
- fieldNames: PropType<FieldNames>;
1084
- dropdownStyle: {
1085
- type: PropType<CSSProperties>;
1086
- };
1087
- dropdownRender: {
1088
- type: PropType<DropdownRender>;
1089
- };
1090
- dropdownAlign: PropType<AlignType>;
1091
- showSearch: {
1092
- type: BooleanConstructor;
1093
- default: any;
1094
- };
1095
- searchValue: StringConstructor;
1096
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
1097
- removeIcon: VueTypeValidableDef<any>;
1098
- maxTagCount: {
1099
- type: PropType<number | "responsive">;
1100
- };
1101
- maxTagTextLength: NumberConstructor;
1102
- maxTagPlaceholder: VueTypeValidableDef<any>;
1103
- tokenSeparators: {
1104
- type: PropType<string[]>;
1105
- };
1106
- tagRender: {
1107
- type: PropType<(props: CustomTagProps) => any>;
1108
- };
1109
- optionLabelRender: {
1110
- type: PropType<(option: Record<string, any>) => any>;
1111
- };
1112
- onClear: PropType<() => void>;
1113
- defaultOpen: {
1114
- type: BooleanConstructor;
1115
- default: any;
1116
- };
1117
- onDropdownVisibleChange: {
1118
- type: PropType<(open: boolean) => void>;
1119
- };
1120
- showArrow: {
1121
- type: BooleanConstructor;
1122
- default: any;
1123
- };
1124
- onPopupScroll: PropType<(e: UIEvent) => void>;
1125
- menuItemSelectedIcon: VueTypeValidableDef<any>;
1126
- listItemHeight: NumberConstructor;
1127
- inputValue: StringConstructor;
1128
- autoClearSearchValue: {
1129
- type: BooleanConstructor;
1130
- default: any;
1131
- };
1132
- filterOption: {
1133
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
1134
- default: any;
1135
- };
1136
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
1137
- optionFilterProp: StringConstructor;
1138
- optionLabelProp: StringConstructor;
1139
- defaultActiveFirstOption: {
1140
- type: BooleanConstructor;
1141
- default: any;
1142
- };
1143
- onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
1144
- labelInValue: {
1145
- type: BooleanConstructor;
1146
- default: any;
1147
- };
1148
- }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
1149
- size: ButtonSize;
1150
- value: SelectValue;
1151
- mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
1152
- open: boolean;
1153
- disabled: boolean;
1154
- autofocus: boolean;
1155
- virtual: boolean;
1156
- dropdownMatchSelectWidth: number | boolean;
1157
- status: "" | "error" | "warning";
1158
- defaultValue: SelectValue;
1159
- 'onUpdate:value': (val: SelectValue) => void;
1160
- placement: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1161
- loading: boolean;
1162
- bordered: boolean;
1163
- allowClear: boolean;
1164
- showSearch: boolean;
1165
- choiceTransitionName: "";
1166
- defaultOpen: boolean;
1167
- showArrow: boolean;
1168
- autoClearSearchValue: boolean;
1169
- filterOption: boolean | FilterFunc<DefaultOptionType>;
1170
- defaultActiveFirstOption: boolean;
1171
- labelInValue: boolean;
1172
- }> | null;
1173
- }, HTMLDivElement, ComponentProvideOptions, {
1174
- P: {};
1175
- B: {};
1176
- D: {};
1177
- C: {};
1178
- M: {};
1179
- Defaults: {};
1180
- }, Readonly<Omit<Partial< ExtractPropTypes<{
1181
- value: {
1182
- type: PropType<SelectValue>;
1183
- default: SelectValue;
1184
- };
1185
- defaultValue: {
1186
- type: PropType<SelectValue>;
1187
- default: SelectValue;
1188
- };
1189
- notFoundContent: VueTypeValidableDef<any>;
1190
- suffixIcon: VueTypeValidableDef<any>;
1191
- itemIcon: VueTypeValidableDef<any>;
1192
- size: {
1193
- type: PropType<ButtonSize>;
1194
- default: ButtonSize;
1195
- };
1196
- mode: {
1197
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
1198
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
1199
- };
1200
- bordered: {
1201
- type: BooleanConstructor;
1202
- default: boolean;
1203
- };
1204
- transitionName: StringConstructor;
1205
- choiceTransitionName: {
1206
- type: PropType<"">;
1207
- default: "";
1208
- };
1209
- popupClassName: StringConstructor;
1210
- dropdownClassName: StringConstructor;
1211
- placement: {
1212
- type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
1213
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1214
- };
1215
- status: {
1216
- type: PropType<"" | "error" | "warning">;
1217
- default: "" | "error" | "warning";
1218
- };
1219
- 'onUpdate:value': {
1220
- type: PropType<(val: SelectValue) => void>;
1221
- default: (val: SelectValue) => void;
1222
- };
1223
- children: PropType< VueNode[]>;
1224
- listHeight: NumberConstructor;
1225
- onMouseenter: PropType<(e: MouseEvent) => void>;
1226
- onMouseleave: PropType<(e: MouseEvent) => void>;
1227
- tabindex: NumberConstructor;
1228
- onClick: PropType<(e: MouseEvent) => void>;
1229
- onFocus: {
1230
- type: PropType<(e: FocusEvent) => void>;
1231
- };
1232
- onBlur: {
1233
- type: PropType<(e: FocusEvent) => void>;
1234
- };
1235
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
1236
- onKeydown: PropType<(e: KeyboardEvent) => void>;
1237
- onKeyup: PropType<(e: KeyboardEvent) => void>;
1238
- onMousedown: PropType<(e: MouseEvent) => void>;
1239
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1240
- open: {
1241
- type: BooleanConstructor;
1242
- default: any;
1243
- };
1244
- animation: StringConstructor;
1245
- direction: {
1246
- type: PropType<"rtl" | "ltr">;
1247
- };
1248
- disabled: {
1249
- type: BooleanConstructor;
1250
- default: any;
1251
- };
1252
- prefixCls: StringConstructor;
1253
- id: StringConstructor;
1254
- autofocus: BooleanConstructor;
1255
- getPopupContainer: {
1256
- type: PropType<RenderDOMFunc>;
1257
- };
1258
- virtual: {
1259
- type: BooleanConstructor;
1260
- default: any;
1261
- };
1262
- dropdownMatchSelectWidth: {
1263
- type: PropType<number | boolean>;
1264
- default: any;
1265
- };
1266
- options: PropType< DefaultOptionType[]>;
1267
- showAction: {
1268
- type: PropType<("click" | "focus")[]>;
1269
- };
1270
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1271
- loading: {
1272
- type: BooleanConstructor;
1273
- default: any;
1274
- };
1275
- placeholder: VueTypeValidableDef<any>;
1276
- clearIcon: VueTypeValidableDef<any>;
1277
- allowClear: {
1278
- type: BooleanConstructor;
1279
- default: any;
1280
- };
1281
- onSearch: PropType<(value: string) => void>;
1282
- fieldNames: PropType<FieldNames>;
1283
- dropdownStyle: {
1284
- type: PropType<CSSProperties>;
1285
- };
1286
- dropdownRender: {
1287
- type: PropType<DropdownRender>;
1288
- };
1289
- dropdownAlign: PropType<AlignType>;
1290
- showSearch: {
1291
- type: BooleanConstructor;
1292
- default: any;
1293
- };
1294
- searchValue: StringConstructor;
1295
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
1296
- removeIcon: VueTypeValidableDef<any>;
1297
- maxTagCount: {
1298
- type: PropType<number | "responsive">;
1299
- };
1300
- maxTagTextLength: NumberConstructor;
1301
- maxTagPlaceholder: VueTypeValidableDef<any>;
1302
- tokenSeparators: {
1303
- type: PropType<string[]>;
1304
- };
1305
- tagRender: {
1306
- type: PropType<(props: CustomTagProps) => any>;
1307
- };
1308
- optionLabelRender: {
1309
- type: PropType<(option: Record<string, any>) => any>;
1310
- };
1311
- onClear: PropType<() => void>;
1312
- defaultOpen: {
1313
- type: BooleanConstructor;
1314
- default: any;
1315
- };
1316
- onDropdownVisibleChange: {
1317
- type: PropType<(open: boolean) => void>;
1318
- };
1319
- showArrow: {
1320
- type: BooleanConstructor;
1321
- default: any;
1322
- };
1323
- onPopupScroll: PropType<(e: UIEvent) => void>;
1324
- menuItemSelectedIcon: VueTypeValidableDef<any>;
1325
- listItemHeight: NumberConstructor;
1326
- inputValue: StringConstructor;
1327
- autoClearSearchValue: {
1328
- type: BooleanConstructor;
1329
- default: any;
1330
- };
1331
- filterOption: {
1332
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
1333
- default: any;
1334
- };
1335
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
1336
- optionFilterProp: StringConstructor;
1337
- optionLabelProp: StringConstructor;
1338
- defaultActiveFirstOption: {
1339
- type: BooleanConstructor;
1340
- default: any;
1341
- };
1342
- onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
1343
- labelInValue: {
1344
- type: BooleanConstructor;
1345
- default: any;
1346
- };
1347
- }>>, "mode" | "suffixIcon"> & {
1348
- __parentRef: HTMLElement;
1349
- }> & Readonly<{
1350
- onSubmit?: ((value: SelectValue) => any) | undefined;
1351
- "onOpen-change"?: ((value: boolean) => any) | undefined;
1352
- }>, {}, {}, {}, {}, {}>;
1353
- __isFragment?: never;
1354
- __isTeleport?: never;
1355
- __isSuspense?: never;
1356
- } & ComponentOptionsBase<Readonly<Omit<Partial< ExtractPropTypes<{
1357
- value: {
1358
- type: PropType<SelectValue>;
1359
- default: SelectValue;
1360
- };
1361
- defaultValue: {
1362
- type: PropType<SelectValue>;
1363
- default: SelectValue;
1364
- };
1365
- notFoundContent: VueTypeValidableDef<any>;
1366
- suffixIcon: VueTypeValidableDef<any>;
1367
- itemIcon: VueTypeValidableDef<any>;
1368
- size: {
1369
- type: PropType<ButtonSize>;
1370
- default: ButtonSize;
1371
- };
1372
- mode: {
1373
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
1374
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
1375
- };
1376
- bordered: {
1377
- type: BooleanConstructor;
1378
- default: boolean;
1379
- };
1380
- transitionName: StringConstructor;
1381
- choiceTransitionName: {
1382
- type: PropType<"">;
1383
- default: "";
1384
- };
1385
- popupClassName: StringConstructor;
1386
- dropdownClassName: StringConstructor;
1387
- placement: {
1388
- type: PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
1389
- default: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
1390
- };
1391
- status: {
1392
- type: PropType<"" | "error" | "warning">;
1393
- default: "" | "error" | "warning";
1394
- };
1395
- 'onUpdate:value': {
1396
- type: PropType<(val: SelectValue) => void>;
1397
- default: (val: SelectValue) => void;
1398
- };
1399
- children: PropType< VueNode[]>;
1400
- listHeight: NumberConstructor;
1401
- onMouseenter: PropType<(e: MouseEvent) => void>;
1402
- onMouseleave: PropType<(e: MouseEvent) => void>;
1403
- tabindex: NumberConstructor;
1404
- onClick: PropType<(e: MouseEvent) => void>;
1405
- onFocus: {
1406
- type: PropType<(e: FocusEvent) => void>;
1407
- };
1408
- onBlur: {
1409
- type: PropType<(e: FocusEvent) => void>;
1410
- };
1411
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
1412
- onKeydown: PropType<(e: KeyboardEvent) => void>;
1413
- onKeyup: PropType<(e: KeyboardEvent) => void>;
1414
- onMousedown: PropType<(e: MouseEvent) => void>;
1415
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1416
- open: {
1417
- type: BooleanConstructor;
1418
- default: any;
1419
- };
1420
- animation: StringConstructor;
1421
- direction: {
1422
- type: PropType<"rtl" | "ltr">;
1423
- };
1424
- disabled: {
1425
- type: BooleanConstructor;
1426
- default: any;
1427
- };
1428
- prefixCls: StringConstructor;
1429
- id: StringConstructor;
1430
- autofocus: BooleanConstructor;
1431
- getPopupContainer: {
1432
- type: PropType<RenderDOMFunc>;
1433
- };
1434
- virtual: {
1435
- type: BooleanConstructor;
1436
- default: any;
1437
- };
1438
- dropdownMatchSelectWidth: {
1439
- type: PropType<number | boolean>;
1440
- default: any;
1441
- };
1442
- options: PropType< DefaultOptionType[]>;
1443
- showAction: {
1444
- type: PropType<("click" | "focus")[]>;
1445
- };
1446
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
1447
- loading: {
1448
- type: BooleanConstructor;
1449
- default: any;
1450
- };
1451
- placeholder: VueTypeValidableDef<any>;
1452
- clearIcon: VueTypeValidableDef<any>;
1453
- allowClear: {
1454
- type: BooleanConstructor;
1455
- default: any;
1456
- };
1457
- onSearch: PropType<(value: string) => void>;
1458
- fieldNames: PropType<FieldNames>;
1459
- dropdownStyle: {
1460
- type: PropType<CSSProperties>;
1461
- };
1462
- dropdownRender: {
1463
- type: PropType<DropdownRender>;
1464
- };
1465
- dropdownAlign: PropType<AlignType>;
1466
- showSearch: {
1467
- type: BooleanConstructor;
1468
- default: any;
1469
- };
1470
- searchValue: StringConstructor;
1471
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
1472
- removeIcon: VueTypeValidableDef<any>;
1473
- maxTagCount: {
1474
- type: PropType<number | "responsive">;
1475
- };
1476
- maxTagTextLength: NumberConstructor;
1477
- maxTagPlaceholder: VueTypeValidableDef<any>;
1478
- tokenSeparators: {
1479
- type: PropType<string[]>;
1480
- };
1481
- tagRender: {
1482
- type: PropType<(props: CustomTagProps) => any>;
1483
- };
1484
- optionLabelRender: {
1485
- type: PropType<(option: Record<string, any>) => any>;
1486
- };
1487
- onClear: PropType<() => void>;
1488
- defaultOpen: {
1489
- type: BooleanConstructor;
1490
- default: any;
1491
- };
1492
- onDropdownVisibleChange: {
1493
- type: PropType<(open: boolean) => void>;
1494
- };
1495
- showArrow: {
1496
- type: BooleanConstructor;
1497
- default: any;
1498
- };
1499
- onPopupScroll: PropType<(e: UIEvent) => void>;
1500
- menuItemSelectedIcon: VueTypeValidableDef<any>;
1501
- listItemHeight: NumberConstructor;
1502
- inputValue: StringConstructor;
1503
- autoClearSearchValue: {
1504
- type: BooleanConstructor;
1505
- default: any;
1506
- };
1507
- filterOption: {
1508
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
1509
- default: any;
1510
- };
1511
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
1512
- optionFilterProp: StringConstructor;
1513
- optionLabelProp: StringConstructor;
1514
- defaultActiveFirstOption: {
1515
- type: BooleanConstructor;
1516
- default: any;
1517
- };
1518
- onClickOption: PropType<(e: MouseEvent, value: SelectValue, selected: boolean) => boolean | Promise<boolean>>;
1519
- labelInValue: {
1520
- type: BooleanConstructor;
1521
- default: any;
1522
- };
1523
- }>>, "mode" | "suffixIcon"> & {
1524
- __parentRef: HTMLElement;
1525
- }> & Readonly<{
1526
- onSubmit?: ((value: SelectValue) => any) | undefined;
1527
- "onOpen-change"?: ((value: boolean) => any) | undefined;
1528
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1529
- submit: (value: SelectValue) => any;
1530
- "open-change": (value: boolean) => any;
1531
- }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
1532
- $props: {
1533
- onClick?: () => void;
1534
- };
1535
- }));
1536
- export { ApGroupSearch, ApExtensionSelect, ApPopoverSelect };