@aplus-frontend/ui 0.4.19 → 0.4.21

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 (235) hide show
  1. package/es/src/ap-action/item/index.vue.d.ts +2 -1
  2. package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
  3. package/es/src/ap-action/item-modal/index.vue.d.ts +2 -1
  4. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
  5. package/es/src/ap-button/ap-action-button.vue.d.ts +2 -1
  6. package/es/src/ap-button/ap-button.vue.d.ts +2 -1
  7. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
  8. package/es/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
  9. package/es/src/ap-download/ap-download.vue.d.ts +5 -3
  10. package/es/src/ap-field/date/index.vue.d.ts +2 -1
  11. package/es/src/ap-field/date-range/index.vue.d.ts +2 -1
  12. package/es/src/ap-field/number/index.vue.d.ts +324 -2
  13. package/es/src/ap-field/radio/index.vue.d.ts +98 -2
  14. package/es/src/ap-field/rate/index.vue.d.ts +84 -2
  15. package/es/src/ap-field/segmented/index.vue.d.ts +2 -1
  16. package/es/src/ap-field/select/index.vue.d.ts +409 -2
  17. package/es/src/ap-field/select/index.vue.mjs +7 -6
  18. package/es/src/ap-field/slider/index.vue.d.ts +259 -2
  19. package/es/src/ap-field/switch/index.vue.d.ts +2 -1
  20. package/es/src/ap-field/text/index.vue.d.ts +2 -1
  21. package/es/src/ap-field/text/password.vue.d.ts +2 -1
  22. package/es/src/ap-field/text-area/index.vue.d.ts +267 -2
  23. package/es/src/ap-form/ap-form.vue.d.ts +638 -2
  24. package/es/src/ap-form/dependency/index.vue.d.ts +2 -1
  25. package/es/src/ap-form/drawer-form/index.vue.d.ts +1458 -6
  26. package/es/src/ap-form/item/index.vue.d.ts +779 -2
  27. package/es/src/ap-form/item-group/index.vue.d.ts +2 -1
  28. package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
  29. package/es/src/ap-form/items/date/index.vue.d.ts +2 -1
  30. package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -1
  31. package/es/src/ap-form/items/number/index.vue.d.ts +785 -3
  32. package/es/src/ap-form/items/radio/index.vue.d.ts +223 -4
  33. package/es/src/ap-form/items/select/index.vue.d.ts +2 -1
  34. package/es/src/ap-form/items/switch/index.vue.d.ts +2 -1
  35. package/es/src/ap-form/items/text/group.vue.d.ts +2 -1
  36. package/es/src/ap-form/items/text/index.vue.d.ts +141 -3
  37. package/es/src/ap-form/items/text/password.vue.d.ts +150 -2
  38. package/es/src/ap-form/items/text-area/index.vue.d.ts +568 -4
  39. package/es/src/ap-form/list/index.vue.d.ts +2 -1
  40. package/es/src/ap-form/modal-form/index.vue.d.ts +1458 -7
  41. package/es/src/ap-form/provider/index.vue.d.ts +2 -1
  42. package/es/src/ap-form/render/control.vue.d.ts +2 -1
  43. package/es/src/ap-form/render/item.vue.d.ts +2 -1
  44. package/es/src/ap-form/search-form/index.vue.d.ts +1458 -5
  45. package/es/src/ap-form/set/index.vue.d.ts +2 -1
  46. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
  47. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +6 -2
  48. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
  49. package/es/src/ap-list/index.vue.d.ts +1 -1
  50. package/es/src/ap-table/ap-table.vue.d.ts +1 -1
  51. package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
  52. package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  53. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +2 -1
  54. package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  55. package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  56. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  57. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  58. package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  59. package/es/src/ap-table/constants.d.ts +2264 -14
  60. package/es/src/ap-table/utils.d.ts +1180 -8
  61. package/es/src/ap-tag/ap-tag-group.vue.d.ts +5 -2
  62. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
  63. package/es/src/ap-upload/apUpload.vue.d.ts +5 -2
  64. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
  65. package/es/src/ap-upload/components/Picture.vue.d.ts +5 -2
  66. package/es/src/ap-upload/components/SingleFile.vue.d.ts +3 -1
  67. package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
  68. package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  69. package/es/src/business/ap-appendix/index.d.ts +1 -1
  70. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +5 -2
  71. package/es/src/business/ap-batch-action/index.d.ts +3 -1
  72. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
  73. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
  74. package/es/src/business/ap-batch-action-group/index.d.ts +887 -5
  75. package/es/src/business/ap-card/ApCard.vue.d.ts +3 -2
  76. package/es/src/business/ap-card/index.d.ts +1 -1
  77. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +1 -1
  78. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +5 -2
  79. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +9 -8
  80. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +10 -346
  81. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +8 -7
  82. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  83. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  84. package/es/src/business/ap-group-search/index.d.ts +418 -4
  85. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +412 -340
  86. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +15 -14
  87. package/es/src/business/ap-image/ApImage.vue.d.ts +2 -1
  88. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  89. package/es/src/business/ap-input-radio/index.d.ts +1 -1
  90. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +6 -2
  91. package/es/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  92. package/es/src/business/ap-ladder/index.d.ts +4 -1
  93. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
  94. package/es/src/business/ap-table-modal/index.d.ts +27 -2
  95. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
  96. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  97. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +30 -4
  98. package/es/src/business/ap-title/ApTitle.vue.d.ts +3 -2
  99. package/es/src/business/ap-title/index.d.ts +1 -1
  100. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
  101. package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  102. package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  103. package/es/src/business/batch-input-group/index.vue.d.ts +146 -3
  104. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
  105. package/es/src/business/hooks/useTableRefresh.mjs +43 -24
  106. package/es/src/check-card/group.vue.d.ts +2 -1
  107. package/es/src/check-card/index.vue.d.ts +3 -2
  108. package/es/src/editable-table/form-item.vue.d.ts +1 -1
  109. package/es/src/editable-table/index.vue.d.ts +1 -1
  110. package/es/src/full-screen/index.vue.d.ts +6 -2
  111. package/es/src/portal/index.vue.d.ts +2 -1
  112. package/es/src/resize-observer/index.vue.d.ts +2 -1
  113. package/es/src/scroll-bar/index.vue.d.ts +42 -3
  114. package/es/src/scroll-bar/internal.vue.d.ts +5 -1
  115. package/es/src/scroll-bar/internal.vue.mjs +11 -10
  116. package/es/src/scroll-view/index.vue.d.ts +92 -4
  117. package/es/src/work-order-modal/work-order-modal.vue.d.ts +828 -2
  118. package/lib/src/ap-action/item/index.vue.d.ts +2 -1
  119. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
  120. package/lib/src/ap-action/item-modal/index.vue.d.ts +2 -1
  121. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
  122. package/lib/src/ap-button/ap-action-button.vue.d.ts +2 -1
  123. package/lib/src/ap-button/ap-button.vue.d.ts +2 -1
  124. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
  125. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
  126. package/lib/src/ap-download/ap-download.vue.d.ts +5 -3
  127. package/lib/src/ap-field/date/index.vue.d.ts +2 -1
  128. package/lib/src/ap-field/date-range/index.vue.d.ts +2 -1
  129. package/lib/src/ap-field/number/index.vue.d.ts +324 -2
  130. package/lib/src/ap-field/radio/index.vue.d.ts +98 -2
  131. package/lib/src/ap-field/rate/index.vue.d.ts +84 -2
  132. package/lib/src/ap-field/segmented/index.vue.d.ts +2 -1
  133. package/lib/src/ap-field/select/index.vue.d.ts +409 -2
  134. package/lib/src/ap-field/select/index.vue.js +1 -1
  135. package/lib/src/ap-field/slider/index.vue.d.ts +259 -2
  136. package/lib/src/ap-field/switch/index.vue.d.ts +2 -1
  137. package/lib/src/ap-field/text/index.vue.d.ts +2 -1
  138. package/lib/src/ap-field/text/password.vue.d.ts +2 -1
  139. package/lib/src/ap-field/text-area/index.vue.d.ts +267 -2
  140. package/lib/src/ap-form/ap-form.vue.d.ts +638 -2
  141. package/lib/src/ap-form/dependency/index.vue.d.ts +2 -1
  142. package/lib/src/ap-form/drawer-form/index.vue.d.ts +1458 -6
  143. package/lib/src/ap-form/item/index.vue.d.ts +779 -2
  144. package/lib/src/ap-form/item-group/index.vue.d.ts +2 -1
  145. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
  146. package/lib/src/ap-form/items/date/index.vue.d.ts +2 -1
  147. package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -1
  148. package/lib/src/ap-form/items/number/index.vue.d.ts +785 -3
  149. package/lib/src/ap-form/items/radio/index.vue.d.ts +223 -4
  150. package/lib/src/ap-form/items/select/index.vue.d.ts +2 -1
  151. package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -1
  152. package/lib/src/ap-form/items/text/group.vue.d.ts +2 -1
  153. package/lib/src/ap-form/items/text/index.vue.d.ts +141 -3
  154. package/lib/src/ap-form/items/text/password.vue.d.ts +150 -2
  155. package/lib/src/ap-form/items/text-area/index.vue.d.ts +568 -4
  156. package/lib/src/ap-form/list/index.vue.d.ts +2 -1
  157. package/lib/src/ap-form/modal-form/index.vue.d.ts +1458 -7
  158. package/lib/src/ap-form/provider/index.vue.d.ts +2 -1
  159. package/lib/src/ap-form/render/control.vue.d.ts +2 -1
  160. package/lib/src/ap-form/render/item.vue.d.ts +2 -1
  161. package/lib/src/ap-form/search-form/index.vue.d.ts +1458 -5
  162. package/lib/src/ap-form/set/index.vue.d.ts +2 -1
  163. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
  164. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +6 -2
  165. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
  166. package/lib/src/ap-list/index.vue.d.ts +1 -1
  167. package/lib/src/ap-table/ap-table.vue.d.ts +1 -1
  168. package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
  169. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  170. package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +2 -1
  171. package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  172. package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  173. package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  174. package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  175. package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  176. package/lib/src/ap-table/constants.d.ts +2264 -14
  177. package/lib/src/ap-table/utils.d.ts +1180 -8
  178. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +5 -2
  179. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
  180. package/lib/src/ap-upload/apUpload.vue.d.ts +5 -2
  181. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
  182. package/lib/src/ap-upload/components/Picture.vue.d.ts +5 -2
  183. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +3 -1
  184. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
  185. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  186. package/lib/src/business/ap-appendix/index.d.ts +1 -1
  187. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +5 -2
  188. package/lib/src/business/ap-batch-action/index.d.ts +3 -1
  189. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
  190. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
  191. package/lib/src/business/ap-batch-action-group/index.d.ts +887 -5
  192. package/lib/src/business/ap-card/ApCard.vue.d.ts +3 -2
  193. package/lib/src/business/ap-card/index.d.ts +1 -1
  194. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +1 -1
  195. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +5 -2
  196. package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
  197. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +10 -346
  198. package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
  199. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  200. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  201. package/lib/src/business/ap-group-search/index.d.ts +418 -4
  202. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +412 -340
  203. package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
  204. package/lib/src/business/ap-image/ApImage.vue.d.ts +2 -1
  205. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  206. package/lib/src/business/ap-input-radio/index.d.ts +1 -1
  207. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +6 -2
  208. package/lib/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
  209. package/lib/src/business/ap-ladder/index.d.ts +4 -1
  210. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
  211. package/lib/src/business/ap-table-modal/index.d.ts +27 -2
  212. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
  213. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  214. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +30 -4
  215. package/lib/src/business/ap-title/ApTitle.vue.d.ts +3 -2
  216. package/lib/src/business/ap-title/index.d.ts +1 -1
  217. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
  218. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  219. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  220. package/lib/src/business/batch-input-group/index.vue.d.ts +146 -3
  221. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
  222. package/lib/src/business/hooks/useTableRefresh.js +1 -1
  223. package/lib/src/check-card/group.vue.d.ts +2 -1
  224. package/lib/src/check-card/index.vue.d.ts +3 -2
  225. package/lib/src/editable-table/form-item.vue.d.ts +1 -1
  226. package/lib/src/editable-table/index.vue.d.ts +1 -1
  227. package/lib/src/full-screen/index.vue.d.ts +6 -2
  228. package/lib/src/portal/index.vue.d.ts +2 -1
  229. package/lib/src/resize-observer/index.vue.d.ts +2 -1
  230. package/lib/src/scroll-bar/index.vue.d.ts +42 -3
  231. package/lib/src/scroll-bar/internal.vue.d.ts +5 -1
  232. package/lib/src/scroll-bar/internal.vue.js +1 -1
  233. package/lib/src/scroll-view/index.vue.d.ts +92 -4
  234. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +828 -2
  235. package/package.json +1 -1
@@ -1,10 +1,17 @@
1
1
  import { ApFormItemTextAreaProps } from '../interface';
2
2
  import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
3
3
  import { ApFormItemSlots } from '../../interface';
4
- import { CreateComponentPublicInstanceWithMixins, ComputedRef, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DefineComponent } from 'vue';
4
+ import { CreateComponentPublicInstanceWithMixins, ComputedRef, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ExtractPropTypes, PropType, ComponentProvideOptions, DefineComponent } from 'vue';
5
5
  import { ApFieldTextAreaProps, FieldMode } from '../../..';
6
+ import { AutoSizeType } from '@aplus-frontend/antdv/es/input/inputProps';
7
+ import { CompositionEventHandler, FocusEventHandler, ChangeEventHandler, KeyboardEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
8
+ import { SizeType } from '@aplus-frontend/antdv/es/button';
9
+ import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
10
+ import { VueTypeValidableDef } from '../../../../node_modules/vue-types';
11
+ import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
6
12
  type ApFormItemTextAreaSlots = Omit<ApFormItemSlots, 'default'>;
7
13
  declare function __VLS_template(): {
14
+ attrs: Partial<{}>;
8
15
  slots: Readonly<ApFormItemTextAreaSlots> & ApFormItemTextAreaSlots;
9
16
  refs: {
10
17
  textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldTextAreaProps> & Readonly<{
@@ -23,7 +30,266 @@ declare function __VLS_template(): {
23
30
  lazy: boolean;
24
31
  allowClear: boolean;
25
32
  emptyText: string;
26
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
33
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
34
+ textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
35
+ rows: NumberConstructor;
36
+ autosize: {
37
+ type: PropType<boolean | AutoSizeType>;
38
+ default: any;
39
+ };
40
+ autoSize: {
41
+ type: PropType<boolean | AutoSizeType>;
42
+ default: any;
43
+ };
44
+ onResize: {
45
+ type: PropType<(size: {
46
+ width: number;
47
+ height: number;
48
+ }) => void>;
49
+ };
50
+ onCompositionstart: {
51
+ type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
52
+ };
53
+ onCompositionend: {
54
+ type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
55
+ };
56
+ valueModifiers: ObjectConstructor;
57
+ size: {
58
+ type: PropType<SizeType>;
59
+ };
60
+ value: {
61
+ type: PropType<string | number>;
62
+ default: any;
63
+ };
64
+ name: StringConstructor;
65
+ type: {
66
+ type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
67
+ default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
68
+ };
69
+ onFocus: PropType<FocusEventHandler>;
70
+ onBlur: PropType<FocusEventHandler>;
71
+ onChange: PropType<ChangeEventHandler>;
72
+ onInput: PropType<ChangeEventHandler>;
73
+ onKeydown: PropType<KeyboardEventHandler>;
74
+ onKeyup: PropType<KeyboardEventHandler>;
75
+ onMousedown: {
76
+ type: PropType<MouseEventHandler>;
77
+ default: any;
78
+ };
79
+ focused: {
80
+ type: BooleanConstructor;
81
+ default: any;
82
+ };
83
+ hidden: {
84
+ type: BooleanConstructor;
85
+ default: any;
86
+ };
87
+ disabled: {
88
+ type: BooleanConstructor;
89
+ default: any;
90
+ };
91
+ prefixCls: StringConstructor;
92
+ id: StringConstructor;
93
+ autofocus: {
94
+ type: BooleanConstructor;
95
+ default: any;
96
+ };
97
+ autocomplete: StringConstructor;
98
+ readonly: {
99
+ type: BooleanConstructor;
100
+ default: any;
101
+ };
102
+ status: PropType<"" | "error" | "warning">;
103
+ defaultValue: {
104
+ type: PropType<string | number>;
105
+ default: any;
106
+ };
107
+ 'onUpdate:value': PropType<(val: string) => void>;
108
+ loading: {
109
+ type: BooleanConstructor;
110
+ default: any;
111
+ };
112
+ placeholder: {
113
+ type: PropType<string | number>;
114
+ };
115
+ lazy: {
116
+ type: BooleanConstructor;
117
+ default: boolean;
118
+ };
119
+ maxlength: NumberConstructor;
120
+ bordered: {
121
+ type: BooleanConstructor;
122
+ default: any;
123
+ };
124
+ showCount: {
125
+ type: PropType<boolean | ShowCountProps>;
126
+ };
127
+ htmlSize: NumberConstructor;
128
+ onPressEnter: PropType<KeyboardEventHandler>;
129
+ onMouseUp: {
130
+ type: PropType<MouseEventHandler>;
131
+ default: any;
132
+ };
133
+ onRawInput: PropType<ChangeEventHandler>;
134
+ inputElement: VueTypeValidableDef<any>;
135
+ triggerFocus: PropType<() => void>;
136
+ handleReset: PropType<MouseEventHandler>;
137
+ clearIcon: VueTypeValidableDef<any>;
138
+ allowClear: {
139
+ type: BooleanConstructor;
140
+ default: any;
141
+ };
142
+ }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
143
+ value: string | number;
144
+ type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
145
+ onMousedown: MouseEventHandler;
146
+ focused: boolean;
147
+ hidden: boolean;
148
+ disabled: boolean;
149
+ autofocus: boolean;
150
+ readonly: boolean;
151
+ defaultValue: string | number;
152
+ loading: boolean;
153
+ lazy: boolean;
154
+ bordered: boolean;
155
+ onMouseUp: MouseEventHandler;
156
+ allowClear: boolean;
157
+ autosize: any;
158
+ autoSize: any;
159
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
160
+ P: {};
161
+ B: {};
162
+ D: {};
163
+ C: {};
164
+ M: {};
165
+ Defaults: {};
166
+ }, Readonly< ExtractPropTypes<{
167
+ rows: NumberConstructor;
168
+ autosize: {
169
+ type: PropType<boolean | AutoSizeType>;
170
+ default: any;
171
+ };
172
+ autoSize: {
173
+ type: PropType<boolean | AutoSizeType>;
174
+ default: any;
175
+ };
176
+ onResize: {
177
+ type: PropType<(size: {
178
+ width: number;
179
+ height: number;
180
+ }) => void>;
181
+ };
182
+ onCompositionstart: {
183
+ type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
184
+ };
185
+ onCompositionend: {
186
+ type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
187
+ };
188
+ valueModifiers: ObjectConstructor;
189
+ size: {
190
+ type: PropType<SizeType>;
191
+ };
192
+ value: {
193
+ type: PropType<string | number>;
194
+ default: any;
195
+ };
196
+ name: StringConstructor;
197
+ type: {
198
+ type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
199
+ default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
200
+ };
201
+ onFocus: PropType<FocusEventHandler>;
202
+ onBlur: PropType<FocusEventHandler>;
203
+ onChange: PropType<ChangeEventHandler>;
204
+ onInput: PropType<ChangeEventHandler>;
205
+ onKeydown: PropType<KeyboardEventHandler>;
206
+ onKeyup: PropType<KeyboardEventHandler>;
207
+ onMousedown: {
208
+ type: PropType<MouseEventHandler>;
209
+ default: any;
210
+ };
211
+ focused: {
212
+ type: BooleanConstructor;
213
+ default: any;
214
+ };
215
+ hidden: {
216
+ type: BooleanConstructor;
217
+ default: any;
218
+ };
219
+ disabled: {
220
+ type: BooleanConstructor;
221
+ default: any;
222
+ };
223
+ prefixCls: StringConstructor;
224
+ id: StringConstructor;
225
+ autofocus: {
226
+ type: BooleanConstructor;
227
+ default: any;
228
+ };
229
+ autocomplete: StringConstructor;
230
+ readonly: {
231
+ type: BooleanConstructor;
232
+ default: any;
233
+ };
234
+ status: PropType<"" | "error" | "warning">;
235
+ defaultValue: {
236
+ type: PropType<string | number>;
237
+ default: any;
238
+ };
239
+ 'onUpdate:value': PropType<(val: string) => void>;
240
+ loading: {
241
+ type: BooleanConstructor;
242
+ default: any;
243
+ };
244
+ placeholder: {
245
+ type: PropType<string | number>;
246
+ };
247
+ lazy: {
248
+ type: BooleanConstructor;
249
+ default: boolean;
250
+ };
251
+ maxlength: NumberConstructor;
252
+ bordered: {
253
+ type: BooleanConstructor;
254
+ default: any;
255
+ };
256
+ showCount: {
257
+ type: PropType<boolean | ShowCountProps>;
258
+ };
259
+ htmlSize: NumberConstructor;
260
+ onPressEnter: PropType<KeyboardEventHandler>;
261
+ onMouseUp: {
262
+ type: PropType<MouseEventHandler>;
263
+ default: any;
264
+ };
265
+ onRawInput: PropType<ChangeEventHandler>;
266
+ inputElement: VueTypeValidableDef<any>;
267
+ triggerFocus: PropType<() => void>;
268
+ handleReset: PropType<MouseEventHandler>;
269
+ clearIcon: VueTypeValidableDef<any>;
270
+ allowClear: {
271
+ type: BooleanConstructor;
272
+ default: any;
273
+ };
274
+ }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
275
+ value: string | number;
276
+ type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
277
+ onMousedown: MouseEventHandler;
278
+ focused: boolean;
279
+ hidden: boolean;
280
+ disabled: boolean;
281
+ autofocus: boolean;
282
+ readonly: boolean;
283
+ defaultValue: string | number;
284
+ loading: boolean;
285
+ lazy: boolean;
286
+ bordered: boolean;
287
+ onMouseUp: MouseEventHandler;
288
+ allowClear: boolean;
289
+ autosize: any;
290
+ autoSize: any;
291
+ }> | null;
292
+ }, any, ComponentProvideOptions, {
27
293
  P: {};
28
294
  B: {};
29
295
  D: {};
@@ -46,7 +312,7 @@ declare function __VLS_template(): {
46
312
  emptyText: string;
47
313
  }> | null;
48
314
  };
49
- attrs: Partial<{}>;
315
+ rootEl: any;
50
316
  };
51
317
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
52
318
  declare const __VLS_component: DefineComponent<ApFormItemTextAreaProps, {
@@ -61,7 +327,305 @@ declare const __VLS_component: DefineComponent<ApFormItemTextAreaProps, {
61
327
  hasFeedback: boolean;
62
328
  autoLink: boolean;
63
329
  validateFirst: boolean;
64
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
330
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
331
+ textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ApFieldTextAreaProps> & Readonly<{
332
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
333
+ }>, {
334
+ focus: (options?: InputFocusOptions) => void;
335
+ blur: () => void;
336
+ resizableTextArea: ComputedRef<any>;
337
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
338
+ "update:value": (...args: any[]) => void;
339
+ }, PublicProps, {
340
+ type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
341
+ mode: FieldMode;
342
+ disabled: boolean;
343
+ bordered: boolean;
344
+ lazy: boolean;
345
+ allowClear: boolean;
346
+ emptyText: string;
347
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
348
+ textAreaRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
349
+ rows: NumberConstructor;
350
+ autosize: {
351
+ type: PropType<boolean | AutoSizeType>;
352
+ default: any;
353
+ };
354
+ autoSize: {
355
+ type: PropType<boolean | AutoSizeType>;
356
+ default: any;
357
+ };
358
+ onResize: {
359
+ type: PropType<(size: {
360
+ width: number;
361
+ height: number;
362
+ }) => void>;
363
+ };
364
+ onCompositionstart: {
365
+ type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
366
+ };
367
+ onCompositionend: {
368
+ type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
369
+ };
370
+ valueModifiers: ObjectConstructor;
371
+ size: {
372
+ type: PropType<SizeType>;
373
+ };
374
+ value: {
375
+ type: PropType<string | number>;
376
+ default: any;
377
+ };
378
+ name: StringConstructor;
379
+ type: {
380
+ type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
381
+ default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
382
+ };
383
+ onFocus: PropType<FocusEventHandler>;
384
+ onBlur: PropType<FocusEventHandler>;
385
+ onChange: PropType<ChangeEventHandler>;
386
+ onInput: PropType<ChangeEventHandler>;
387
+ onKeydown: PropType<KeyboardEventHandler>;
388
+ onKeyup: PropType<KeyboardEventHandler>;
389
+ onMousedown: {
390
+ type: PropType<MouseEventHandler>;
391
+ default: any;
392
+ };
393
+ focused: {
394
+ type: BooleanConstructor;
395
+ default: any;
396
+ };
397
+ hidden: {
398
+ type: BooleanConstructor;
399
+ default: any;
400
+ };
401
+ disabled: {
402
+ type: BooleanConstructor;
403
+ default: any;
404
+ };
405
+ prefixCls: StringConstructor;
406
+ id: StringConstructor;
407
+ autofocus: {
408
+ type: BooleanConstructor;
409
+ default: any;
410
+ };
411
+ autocomplete: StringConstructor;
412
+ readonly: {
413
+ type: BooleanConstructor;
414
+ default: any;
415
+ };
416
+ status: PropType<"" | "error" | "warning">;
417
+ defaultValue: {
418
+ type: PropType<string | number>;
419
+ default: any;
420
+ };
421
+ 'onUpdate:value': PropType<(val: string) => void>;
422
+ loading: {
423
+ type: BooleanConstructor;
424
+ default: any;
425
+ };
426
+ placeholder: {
427
+ type: PropType<string | number>;
428
+ };
429
+ lazy: {
430
+ type: BooleanConstructor;
431
+ default: boolean;
432
+ };
433
+ maxlength: NumberConstructor;
434
+ bordered: {
435
+ type: BooleanConstructor;
436
+ default: any;
437
+ };
438
+ showCount: {
439
+ type: PropType<boolean | ShowCountProps>;
440
+ };
441
+ htmlSize: NumberConstructor;
442
+ onPressEnter: PropType<KeyboardEventHandler>;
443
+ onMouseUp: {
444
+ type: PropType<MouseEventHandler>;
445
+ default: any;
446
+ };
447
+ onRawInput: PropType<ChangeEventHandler>;
448
+ inputElement: VueTypeValidableDef<any>;
449
+ triggerFocus: PropType<() => void>;
450
+ handleReset: PropType<MouseEventHandler>;
451
+ clearIcon: VueTypeValidableDef<any>;
452
+ allowClear: {
453
+ type: BooleanConstructor;
454
+ default: any;
455
+ };
456
+ }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
457
+ value: string | number;
458
+ type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
459
+ onMousedown: MouseEventHandler;
460
+ focused: boolean;
461
+ hidden: boolean;
462
+ disabled: boolean;
463
+ autofocus: boolean;
464
+ readonly: boolean;
465
+ defaultValue: string | number;
466
+ loading: boolean;
467
+ lazy: boolean;
468
+ bordered: boolean;
469
+ onMouseUp: MouseEventHandler;
470
+ allowClear: boolean;
471
+ autosize: any;
472
+ autoSize: any;
473
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
474
+ P: {};
475
+ B: {};
476
+ D: {};
477
+ C: {};
478
+ M: {};
479
+ Defaults: {};
480
+ }, Readonly< ExtractPropTypes<{
481
+ rows: NumberConstructor;
482
+ autosize: {
483
+ type: PropType<boolean | AutoSizeType>;
484
+ default: any;
485
+ };
486
+ autoSize: {
487
+ type: PropType<boolean | AutoSizeType>;
488
+ default: any;
489
+ };
490
+ onResize: {
491
+ type: PropType<(size: {
492
+ width: number;
493
+ height: number;
494
+ }) => void>;
495
+ };
496
+ onCompositionstart: {
497
+ type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
498
+ };
499
+ onCompositionend: {
500
+ type: PropType< CompositionEventHandler | CompositionEventHandler[]>;
501
+ };
502
+ valueModifiers: ObjectConstructor;
503
+ size: {
504
+ type: PropType<SizeType>;
505
+ };
506
+ value: {
507
+ type: PropType<string | number>;
508
+ default: any;
509
+ };
510
+ name: StringConstructor;
511
+ type: {
512
+ type: PropType<"number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel">;
513
+ default: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
514
+ };
515
+ onFocus: PropType<FocusEventHandler>;
516
+ onBlur: PropType<FocusEventHandler>;
517
+ onChange: PropType<ChangeEventHandler>;
518
+ onInput: PropType<ChangeEventHandler>;
519
+ onKeydown: PropType<KeyboardEventHandler>;
520
+ onKeyup: PropType<KeyboardEventHandler>;
521
+ onMousedown: {
522
+ type: PropType<MouseEventHandler>;
523
+ default: any;
524
+ };
525
+ focused: {
526
+ type: BooleanConstructor;
527
+ default: any;
528
+ };
529
+ hidden: {
530
+ type: BooleanConstructor;
531
+ default: any;
532
+ };
533
+ disabled: {
534
+ type: BooleanConstructor;
535
+ default: any;
536
+ };
537
+ prefixCls: StringConstructor;
538
+ id: StringConstructor;
539
+ autofocus: {
540
+ type: BooleanConstructor;
541
+ default: any;
542
+ };
543
+ autocomplete: StringConstructor;
544
+ readonly: {
545
+ type: BooleanConstructor;
546
+ default: any;
547
+ };
548
+ status: PropType<"" | "error" | "warning">;
549
+ defaultValue: {
550
+ type: PropType<string | number>;
551
+ default: any;
552
+ };
553
+ 'onUpdate:value': PropType<(val: string) => void>;
554
+ loading: {
555
+ type: BooleanConstructor;
556
+ default: any;
557
+ };
558
+ placeholder: {
559
+ type: PropType<string | number>;
560
+ };
561
+ lazy: {
562
+ type: BooleanConstructor;
563
+ default: boolean;
564
+ };
565
+ maxlength: NumberConstructor;
566
+ bordered: {
567
+ type: BooleanConstructor;
568
+ default: any;
569
+ };
570
+ showCount: {
571
+ type: PropType<boolean | ShowCountProps>;
572
+ };
573
+ htmlSize: NumberConstructor;
574
+ onPressEnter: PropType<KeyboardEventHandler>;
575
+ onMouseUp: {
576
+ type: PropType<MouseEventHandler>;
577
+ default: any;
578
+ };
579
+ onRawInput: PropType<ChangeEventHandler>;
580
+ inputElement: VueTypeValidableDef<any>;
581
+ triggerFocus: PropType<() => void>;
582
+ handleReset: PropType<MouseEventHandler>;
583
+ clearIcon: VueTypeValidableDef<any>;
584
+ allowClear: {
585
+ type: BooleanConstructor;
586
+ default: any;
587
+ };
588
+ }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
589
+ value: string | number;
590
+ type: "number" | "reset" | "submit" | "button" | "time" | "image" | "text" | "search" | "hidden" | "color" | "checkbox" | "radio" | "range" | "date" | "url" | "email" | "week" | "month" | "datetime-local" | "file" | "password" | "tel";
591
+ onMousedown: MouseEventHandler;
592
+ focused: boolean;
593
+ hidden: boolean;
594
+ disabled: boolean;
595
+ autofocus: boolean;
596
+ readonly: boolean;
597
+ defaultValue: string | number;
598
+ loading: boolean;
599
+ lazy: boolean;
600
+ bordered: boolean;
601
+ onMouseUp: MouseEventHandler;
602
+ allowClear: boolean;
603
+ autosize: any;
604
+ autoSize: any;
605
+ }> | null;
606
+ }, any, ComponentProvideOptions, {
607
+ P: {};
608
+ B: {};
609
+ D: {};
610
+ C: {};
611
+ M: {};
612
+ Defaults: {};
613
+ }, Readonly< ApFieldTextAreaProps> & Readonly<{
614
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
615
+ }>, {
616
+ focus: (options?: InputFocusOptions) => void;
617
+ blur: () => void;
618
+ resizableTextArea: ComputedRef<any>;
619
+ }, {}, {}, {}, {
620
+ type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
621
+ mode: FieldMode;
622
+ disabled: boolean;
623
+ bordered: boolean;
624
+ lazy: boolean;
625
+ allowClear: boolean;
626
+ emptyText: string;
627
+ }> | null;
628
+ }, any>;
65
629
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
66
630
  export default _default;
67
631
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -17,9 +17,10 @@ type ApFormListSlots = {
17
17
  }): any;
18
18
  };
19
19
  declare function __VLS_template(): {
20
+ attrs: Partial<{}>;
20
21
  slots: Readonly<ApFormListSlots> & ApFormListSlots;
21
22
  refs: {};
22
- attrs: Partial<{}>;
23
+ rootEl: any;
23
24
  };
24
25
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
26
  declare const __VLS_component: DefineComponent<ApFormListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApFormListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;