@aplus-frontend/ui 0.3.8 → 0.3.9

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 (230) 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 +4 -3
  6. package/es/src/ap-button/ap-action-button.vue.mjs +11 -11
  7. package/es/src/ap-button/ap-button.vue.d.ts +4 -3
  8. package/es/src/ap-button/ap-button.vue.mjs +36 -36
  9. package/es/src/ap-button/interface.d.ts +4 -0
  10. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
  11. package/es/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
  12. package/es/src/ap-download/ap-download.vue.d.ts +5 -3
  13. package/es/src/ap-field/date/index.vue.d.ts +2 -1
  14. package/es/src/ap-field/date-range/index.vue.d.ts +2 -1
  15. package/es/src/ap-field/number/index.vue.d.ts +2 -1
  16. package/es/src/ap-field/rate/index.vue.d.ts +2 -1
  17. package/es/src/ap-field/segmented/index.vue.d.ts +2 -1
  18. package/es/src/ap-field/select/index.vue.d.ts +2 -1
  19. package/es/src/ap-field/slider/index.vue.d.ts +2 -1
  20. package/es/src/ap-field/switch/index.vue.d.ts +2 -1
  21. package/es/src/ap-field/text/index.vue.d.ts +2 -1
  22. package/es/src/ap-field/text/password.vue.d.ts +2 -1
  23. package/es/src/ap-form/ap-form.vue.d.ts +6 -4
  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 +3 -2
  26. package/es/src/ap-form/item/index.vue.d.ts +2 -1
  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 +2 -1
  32. package/es/src/ap-form/items/radio/index.vue.d.ts +2 -1
  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 +2 -1
  37. package/es/src/ap-form/items/text/password.vue.d.ts +2 -1
  38. package/es/src/ap-form/items/text-area/index.vue.d.ts +2 -1
  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 +3 -2
  41. package/es/src/ap-form/modal-form/index.vue.mjs +61 -57
  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 +3 -2
  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 +3 -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 +3 -5
  50. package/es/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +1 -1
  51. package/es/src/ap-scroll-bar/index.d.ts +1 -1
  52. package/es/src/ap-table/ap-table.vue.d.ts +3 -5
  53. package/es/src/ap-table/ap-table.vue2.mjs +23 -22
  54. package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
  55. package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
  56. package/es/src/ap-table/components/setting/modal/index.vue.d.ts +2 -1
  57. package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
  58. package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
  59. package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
  60. package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
  61. package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
  62. package/es/src/ap-table/constants.d.ts +1 -1
  63. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  64. package/es/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  65. package/es/src/ap-table/hooks/use-table-paging.mjs +131 -126
  66. package/es/src/ap-table/utils.d.ts +1 -0
  67. package/es/src/ap-table/utils.mjs +10 -5
  68. package/es/src/ap-tag/ap-tag-group.vue.d.ts +2 -1
  69. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
  70. package/es/src/ap-upload/apUpload.vue.d.ts +3 -2
  71. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  72. package/es/src/ap-upload/components/Picture.vue.d.ts +5 -9
  73. package/es/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
  74. package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
  75. package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  76. package/es/src/business/ap-appendix/index.d.ts +1 -1
  77. package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -2
  78. package/es/src/business/ap-batch-action/index.d.ts +1 -1
  79. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
  80. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
  81. package/es/src/business/ap-batch-action-group/index.d.ts +887 -5
  82. package/es/src/business/ap-card/ApCard.vue.d.ts +3 -2
  83. package/es/src/business/ap-card/index.d.ts +1 -1
  84. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -5
  85. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  86. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -2
  87. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +8 -346
  88. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  89. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  90. package/es/src/business/ap-group-search/index.d.ts +3 -3
  91. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +8 -346
  92. package/es/src/business/ap-image/ApImage.vue.d.ts +2 -1
  93. package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  94. package/es/src/business/ap-input-radio/index.d.ts +1 -1
  95. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +3 -2
  96. package/es/src/business/ap-ladder/index.d.ts +1 -1
  97. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  98. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +3 -5
  99. package/es/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
  100. package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  101. package/es/src/business/ap-table-modal/table-modal.vue.d.ts +3 -2
  102. package/es/src/business/ap-title/ApTitle.vue.d.ts +3 -2
  103. package/es/src/business/ap-title/index.d.ts +1 -1
  104. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
  105. package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  106. package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  107. package/es/src/business/batch-input-group/index.vue.d.ts +1 -1
  108. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
  109. package/es/src/check-card/group.vue.d.ts +2 -1
  110. package/es/src/check-card/index.vue.d.ts +3 -2
  111. package/es/src/editable-table/form-item.vue.d.ts +3 -5
  112. package/es/src/editable-table/index.vue.d.ts +3 -5
  113. package/es/src/tests/wrapper.d.ts +4 -4
  114. package/es/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  115. package/lib/src/ap-action/item/index.vue.d.ts +2 -1
  116. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
  117. package/lib/src/ap-action/item-modal/index.vue.d.ts +2 -1
  118. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
  119. package/lib/src/ap-button/ap-action-button.vue.d.ts +4 -3
  120. package/lib/src/ap-button/ap-action-button.vue.js +1 -1
  121. package/lib/src/ap-button/ap-button.vue.d.ts +4 -3
  122. package/lib/src/ap-button/ap-button.vue.js +1 -1
  123. package/lib/src/ap-button/interface.d.ts +4 -0
  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 +2 -1
  130. package/lib/src/ap-field/rate/index.vue.d.ts +2 -1
  131. package/lib/src/ap-field/segmented/index.vue.d.ts +2 -1
  132. package/lib/src/ap-field/select/index.vue.d.ts +2 -1
  133. package/lib/src/ap-field/slider/index.vue.d.ts +2 -1
  134. package/lib/src/ap-field/switch/index.vue.d.ts +2 -1
  135. package/lib/src/ap-field/text/index.vue.d.ts +2 -1
  136. package/lib/src/ap-field/text/password.vue.d.ts +2 -1
  137. package/lib/src/ap-form/ap-form.vue.d.ts +6 -4
  138. package/lib/src/ap-form/dependency/index.vue.d.ts +2 -1
  139. package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -2
  140. package/lib/src/ap-form/item/index.vue.d.ts +2 -1
  141. package/lib/src/ap-form/item-group/index.vue.d.ts +2 -1
  142. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
  143. package/lib/src/ap-form/items/date/index.vue.d.ts +2 -1
  144. package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -1
  145. package/lib/src/ap-form/items/number/index.vue.d.ts +2 -1
  146. package/lib/src/ap-form/items/radio/index.vue.d.ts +2 -1
  147. package/lib/src/ap-form/items/select/index.vue.d.ts +2 -1
  148. package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -1
  149. package/lib/src/ap-form/items/text/group.vue.d.ts +2 -1
  150. package/lib/src/ap-form/items/text/index.vue.d.ts +2 -1
  151. package/lib/src/ap-form/items/text/password.vue.d.ts +2 -1
  152. package/lib/src/ap-form/items/text-area/index.vue.d.ts +2 -1
  153. package/lib/src/ap-form/list/index.vue.d.ts +2 -1
  154. package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -2
  155. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  156. package/lib/src/ap-form/render/control.vue.d.ts +2 -1
  157. package/lib/src/ap-form/render/item.vue.d.ts +2 -1
  158. package/lib/src/ap-form/search-form/index.vue.d.ts +3 -2
  159. package/lib/src/ap-form/set/index.vue.d.ts +2 -1
  160. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
  161. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +3 -2
  162. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
  163. package/lib/src/ap-list/index.vue.d.ts +3 -5
  164. package/lib/src/ap-scroll-bar/ap-scroll-bar.vue.d.ts +1 -1
  165. package/lib/src/ap-scroll-bar/index.d.ts +1 -1
  166. package/lib/src/ap-table/ap-table.vue.d.ts +3 -5
  167. package/lib/src/ap-table/ap-table.vue2.js +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 +1 -1
  177. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  178. package/lib/src/ap-table/hooks/use-table-paging.d.ts +7 -3
  179. package/lib/src/ap-table/hooks/use-table-paging.js +1 -1
  180. package/lib/src/ap-table/utils.d.ts +1 -0
  181. package/lib/src/ap-table/utils.js +1 -1
  182. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +2 -1
  183. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
  184. package/lib/src/ap-upload/apUpload.vue.d.ts +3 -2
  185. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  186. package/lib/src/ap-upload/components/Picture.vue.d.ts +5 -9
  187. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +1 -1
  188. package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
  189. package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
  190. package/lib/src/business/ap-appendix/index.d.ts +1 -1
  191. package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +3 -2
  192. package/lib/src/business/ap-batch-action/index.d.ts +1 -1
  193. package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
  194. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
  195. package/lib/src/business/ap-batch-action-group/index.d.ts +887 -5
  196. package/lib/src/business/ap-card/ApCard.vue.d.ts +3 -2
  197. package/lib/src/business/ap-card/index.d.ts +1 -1
  198. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +3 -5
  199. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  200. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -2
  201. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +8 -346
  202. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
  203. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
  204. package/lib/src/business/ap-group-search/index.d.ts +3 -3
  205. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +8 -346
  206. package/lib/src/business/ap-image/ApImage.vue.d.ts +2 -1
  207. package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
  208. package/lib/src/business/ap-input-radio/index.d.ts +1 -1
  209. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +3 -2
  210. package/lib/src/business/ap-ladder/index.d.ts +1 -1
  211. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  212. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +3 -5
  213. package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
  214. package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
  215. package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +3 -2
  216. package/lib/src/business/ap-title/ApTitle.vue.d.ts +3 -2
  217. package/lib/src/business/ap-title/index.d.ts +1 -1
  218. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
  219. package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
  220. package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
  221. package/lib/src/business/batch-input-group/index.vue.d.ts +1 -1
  222. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +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 +3 -5
  226. package/lib/src/editable-table/index.vue.d.ts +3 -5
  227. package/lib/src/tests/wrapper.d.ts +4 -4
  228. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +1 -1
  229. package/package.json +1 -1
  230. package/index.ts +0 -19
@@ -1,14 +1,15 @@
1
1
  import { ApCardProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  default?(_: {}): any;
6
7
  };
7
8
  refs: {};
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLDivElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: DefineComponent<ApCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_component: DefineComponent<ApCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12
13
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
14
  export default _default;
14
15
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -2,7 +2,7 @@ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicP
2
2
  import { ApCardProps } from './interface';
3
3
  export * from './interface';
4
4
  declare const ApCard: {
5
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApCardProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
5
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ApCardProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
6
6
  P: {};
7
7
  B: {};
8
8
  D: {};
@@ -1,10 +1,10 @@
1
1
  import { ApExpandAlertProps } from './interface';
2
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
3
3
  declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly onExpand?: ((...args: any[]) => any) | undefined;
6
6
  readonly onChoose?: ((...args: any[]) => any) | undefined;
7
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onExpand" | "onChoose"> & ApExpandAlertProps<T>> & PublicProps;
7
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onExpand" | "onChoose"> & Partial<{}> & ApExpandAlertProps<T>> & PublicProps;
8
8
  expose(exposed: ShallowUnwrapRef<{
9
9
  setExpand: (state?: boolean) => void;
10
10
  }>): void;
@@ -23,9 +23,7 @@ declare const _default: <T extends Record<string, any>>(__VLS_props: NonNullable
23
23
  }): any;
24
24
  };
25
25
  emit: (event: "expand" | "choose", ...args: any[]) => void;
26
- }>) => VNode<RendererNode, RendererElement, {
27
- [key: string]: any;
28
- }> & {
26
+ }>) => VNode & {
29
27
  __ctx?: Awaited<typeof __VLS_setup>;
30
28
  };
31
29
  export default _default;
@@ -1,4 +1,4 @@
1
- import { Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef, RendererNode, RendererElement, Plugin } from 'vue';
1
+ import { Component, VNode, CSSProperties, PublicProps, ShallowUnwrapRef, Plugin } from 'vue';
2
2
  export * from './interface';
3
3
  declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
4
4
  attrs: any;
@@ -20,7 +20,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
20
20
  props: {
21
21
  readonly onExpand?: ((...args: any[]) => any) | undefined;
22
22
  readonly onChoose?: ((...args: any[]) => any) | undefined;
23
- type?: "warning" | "error" | "success" | "info" | "card" | undefined;
23
+ type?: "warning" | "error" | "success" | "info" | "card" | undefined | undefined;
24
24
  data?: string | T[] | undefined;
25
25
  prefix?: string | undefined;
26
26
  tipTitle?: string | undefined;
@@ -29,7 +29,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
29
29
  separatorStyle?: CSSProperties | undefined;
30
30
  contentStyle?: Omit< CSSProperties, "wordBreak" | "overflow" | "display" | "webkitLineClamp" | "webkitBoxOrient"> | undefined;
31
31
  prefixStyle?: CSSProperties | undefined;
32
- rows?: (string | number) | undefined;
32
+ rows?: string | number | undefined;
33
33
  defaultExpand?: boolean | undefined;
34
34
  showIcon?: boolean | undefined;
35
35
  } & PublicProps;
@@ -51,9 +51,7 @@ declare const ApExpandAlert: (<T extends Record<string, any>>(__VLS_props: NonNu
51
51
  }): any;
52
52
  };
53
53
  emit: (event: "expand" | "choose", ...args: any[]) => void;
54
- }>) => VNode<RendererNode, RendererElement, {
55
- [key: string]: any;
56
- }> & {
54
+ }>) => VNode & {
57
55
  __ctx?: Awaited<typeof __VLS_setup>;
58
56
  }) & ( Plugin & (new (...args: any[]) => {
59
57
  $props: {
@@ -2,6 +2,7 @@ import { SelectValue } from '@aplus-frontend/antdv/es/select';
2
2
  import { GroupSearchProps } from './interface';
3
3
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
4
  declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
5
6
  slots: {
6
7
  search?(_: {
7
8
  key: SelectValue;
@@ -12,7 +13,7 @@ declare function __VLS_template(): {
12
13
  refs: {
13
14
  containerRef: HTMLDivElement;
14
15
  };
15
- attrs: Partial<{}>;
16
+ rootEl: HTMLDivElement;
16
17
  };
17
18
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
19
  declare const __VLS_component: DefineComponent<GroupSearchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -22,7 +23,7 @@ declare const __VLS_component: DefineComponent<GroupSearchProps, {}, {}, {}, {},
22
23
  }>, {
23
24
  dropdownMatchSelectWidth: number | boolean;
24
25
  hasAll: boolean;
25
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
26
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
26
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
28
  export default _default;
28
29
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,350 +1,12 @@
1
- import { SelectValue, DefaultOptionType, LabeledValue } from '@aplus-frontend/antdv/es/select';
2
- import { DefineComponent, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- import { VueTypeValidableDef } from '../../../../node_modules/vue-types';
4
- import { ButtonSize } from '@aplus-frontend/antdv/es/button';
5
- import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
6
- import { SelectHandler, FieldNames, FilterFunc } from '@aplus-frontend/antdv/es/vc-select/Select';
7
- import { RenderDOMFunc, DropdownRender, CustomTagProps } from '@aplus-frontend/antdv/es/vc-select/BaseSelect';
8
- import { AlignType } from '@aplus-frontend/antdv/es/vc-trigger/interface';
9
- declare const _default: DefineComponent<Omit<Partial< ExtractPropTypes<{
10
- value: {
11
- type: PropType<SelectValue>;
12
- default: SelectValue;
13
- };
14
- defaultValue: {
15
- type: PropType<SelectValue>;
16
- default: SelectValue;
17
- };
18
- notFoundContent: VueTypeValidableDef<any>;
19
- suffixIcon: VueTypeValidableDef<any>;
20
- itemIcon: VueTypeValidableDef<any>;
21
- size: {
22
- type: PropType<ButtonSize>;
23
- default: ButtonSize;
24
- };
25
- mode: {
26
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
27
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
28
- };
29
- bordered: {
30
- type: BooleanConstructor;
31
- default: boolean;
32
- };
33
- transitionName: StringConstructor;
34
- choiceTransitionName: {
35
- type: PropType<"">;
36
- default: "";
37
- };
38
- popupClassName: StringConstructor;
39
- dropdownClassName: StringConstructor;
40
- placement: {
41
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
42
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
43
- };
44
- status: {
45
- type: PropType<"" | "error" | "warning">;
46
- default: "" | "error" | "warning";
47
- };
48
- 'onUpdate:value': {
49
- type: PropType<(val: SelectValue) => void>;
50
- default: (val: SelectValue) => void;
51
- };
52
- children: PropType< VueNode[]>;
53
- listHeight: NumberConstructor;
54
- onMouseenter: PropType<(e: MouseEvent) => void>;
55
- onMouseleave: PropType<(e: MouseEvent) => void>;
56
- tabindex: NumberConstructor;
57
- onClick: PropType<(e: MouseEvent) => void>;
58
- onFocus: {
59
- type: PropType<(e: FocusEvent) => void>;
60
- };
61
- onBlur: {
62
- type: PropType<(e: FocusEvent) => void>;
63
- };
64
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
65
- onKeydown: PropType<(e: KeyboardEvent) => void>;
66
- onKeyup: PropType<(e: KeyboardEvent) => void>;
67
- onMousedown: PropType<(e: MouseEvent) => void>;
68
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
69
- open: {
70
- type: BooleanConstructor;
71
- default: any;
72
- };
73
- animation: StringConstructor;
74
- direction: {
75
- type: PropType<"rtl" | "ltr">;
76
- };
77
- disabled: {
78
- type: BooleanConstructor;
79
- default: any;
80
- };
81
- prefixCls: StringConstructor;
82
- id: StringConstructor;
83
- autofocus: BooleanConstructor;
84
- getPopupContainer: {
85
- type: PropType<RenderDOMFunc>;
86
- };
87
- virtual: {
88
- type: BooleanConstructor;
89
- default: any;
90
- };
91
- dropdownMatchSelectWidth: {
92
- type: PropType<number | boolean>;
93
- default: any;
94
- };
95
- options: PropType< DefaultOptionType[]>;
96
- showAction: {
97
- type: PropType<("click" | "focus")[]>;
98
- };
99
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
100
- loading: {
101
- type: BooleanConstructor;
102
- default: any;
103
- };
104
- placeholder: VueTypeValidableDef<any>;
105
- clearIcon: VueTypeValidableDef<any>;
106
- allowClear: {
107
- type: BooleanConstructor;
108
- default: any;
109
- };
110
- onSearch: PropType<(value: string) => void>;
111
- fieldNames: PropType<FieldNames>;
112
- dropdownStyle: {
113
- type: PropType<CSSProperties>;
114
- };
115
- dropdownRender: {
116
- type: PropType<DropdownRender>;
117
- };
118
- dropdownAlign: PropType<AlignType>;
119
- showSearch: {
120
- type: BooleanConstructor;
121
- default: any;
122
- };
123
- searchValue: StringConstructor;
124
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
125
- removeIcon: VueTypeValidableDef<any>;
126
- maxTagCount: {
127
- type: PropType<number | "responsive">;
128
- };
129
- maxTagTextLength: NumberConstructor;
130
- maxTagPlaceholder: VueTypeValidableDef<any>;
131
- tokenSeparators: {
132
- type: PropType<string[]>;
133
- };
134
- tagRender: {
135
- type: PropType<(props: CustomTagProps) => any>;
136
- };
137
- optionLabelRender: {
138
- type: PropType<(option: Record<string, any>) => any>;
139
- };
140
- onClear: PropType<() => void>;
141
- defaultOpen: {
142
- type: BooleanConstructor;
143
- default: any;
144
- };
145
- onDropdownVisibleChange: {
146
- type: PropType<(open: boolean) => void>;
147
- };
148
- showArrow: {
149
- type: BooleanConstructor;
150
- default: any;
151
- };
152
- onPopupScroll: PropType<(e: UIEvent) => void>;
153
- menuItemSelectedIcon: VueTypeValidableDef<any>;
154
- listItemHeight: NumberConstructor;
155
- inputValue: StringConstructor;
156
- autoClearSearchValue: {
157
- type: BooleanConstructor;
158
- default: any;
159
- };
160
- filterOption: {
161
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
162
- default: any;
163
- };
164
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
165
- optionFilterProp: StringConstructor;
166
- optionLabelProp: StringConstructor;
167
- defaultActiveFirstOption: {
168
- type: BooleanConstructor;
169
- default: any;
170
- };
171
- labelInValue: {
172
- type: BooleanConstructor;
173
- default: any;
174
- };
175
- }>>, "mode" | "suffixIcon"> & {
1
+ import { SelectProps } from '@aplus-frontend/antdv';
2
+ import { SelectValue } from '@aplus-frontend/antdv/es/select';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ type __VLS_Props = Omit<SelectProps, 'mode' | 'suffixIcon'> & {
176
5
  __parentRef?: HTMLElement;
177
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
6
+ };
7
+ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
178
8
  change: (value: SelectValue) => any;
179
- }, string, PublicProps, Readonly<Omit<Partial< ExtractPropTypes<{
180
- value: {
181
- type: PropType<SelectValue>;
182
- default: SelectValue;
183
- };
184
- defaultValue: {
185
- type: PropType<SelectValue>;
186
- default: SelectValue;
187
- };
188
- notFoundContent: VueTypeValidableDef<any>;
189
- suffixIcon: VueTypeValidableDef<any>;
190
- itemIcon: VueTypeValidableDef<any>;
191
- size: {
192
- type: PropType<ButtonSize>;
193
- default: ButtonSize;
194
- };
195
- mode: {
196
- type: PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
197
- default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
198
- };
199
- bordered: {
200
- type: BooleanConstructor;
201
- default: boolean;
202
- };
203
- transitionName: StringConstructor;
204
- choiceTransitionName: {
205
- type: PropType<"">;
206
- default: "";
207
- };
208
- popupClassName: StringConstructor;
209
- dropdownClassName: StringConstructor;
210
- placement: {
211
- type: PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight">;
212
- default: "bottomLeft" | "bottomRight" | "topLeft" | "topRight";
213
- };
214
- status: {
215
- type: PropType<"" | "error" | "warning">;
216
- default: "" | "error" | "warning";
217
- };
218
- 'onUpdate:value': {
219
- type: PropType<(val: SelectValue) => void>;
220
- default: (val: SelectValue) => void;
221
- };
222
- children: PropType< VueNode[]>;
223
- listHeight: NumberConstructor;
224
- onMouseenter: PropType<(e: MouseEvent) => void>;
225
- onMouseleave: PropType<(e: MouseEvent) => void>;
226
- tabindex: NumberConstructor;
227
- onClick: PropType<(e: MouseEvent) => void>;
228
- onFocus: {
229
- type: PropType<(e: FocusEvent) => void>;
230
- };
231
- onBlur: {
232
- type: PropType<(e: FocusEvent) => void>;
233
- };
234
- onChange: PropType<(value: SelectValue, option: DefaultOptionType | DefaultOptionType[]) => void>;
235
- onKeydown: PropType<(e: KeyboardEvent) => void>;
236
- onKeyup: PropType<(e: KeyboardEvent) => void>;
237
- onMousedown: PropType<(e: MouseEvent) => void>;
238
- onSelect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
239
- open: {
240
- type: BooleanConstructor;
241
- default: any;
242
- };
243
- animation: StringConstructor;
244
- direction: {
245
- type: PropType<"rtl" | "ltr">;
246
- };
247
- disabled: {
248
- type: BooleanConstructor;
249
- default: any;
250
- };
251
- prefixCls: StringConstructor;
252
- id: StringConstructor;
253
- autofocus: BooleanConstructor;
254
- getPopupContainer: {
255
- type: PropType<RenderDOMFunc>;
256
- };
257
- virtual: {
258
- type: BooleanConstructor;
259
- default: any;
260
- };
261
- dropdownMatchSelectWidth: {
262
- type: PropType<number | boolean>;
263
- default: any;
264
- };
265
- options: PropType< DefaultOptionType[]>;
266
- showAction: {
267
- type: PropType<("click" | "focus")[]>;
268
- };
269
- onDeselect: PropType<SelectHandler<(string | number) | LabeledValue, DefaultOptionType>>;
270
- loading: {
271
- type: BooleanConstructor;
272
- default: any;
273
- };
274
- placeholder: VueTypeValidableDef<any>;
275
- clearIcon: VueTypeValidableDef<any>;
276
- allowClear: {
277
- type: BooleanConstructor;
278
- default: any;
279
- };
280
- onSearch: PropType<(value: string) => void>;
281
- fieldNames: PropType<FieldNames>;
282
- dropdownStyle: {
283
- type: PropType<CSSProperties>;
284
- };
285
- dropdownRender: {
286
- type: PropType<DropdownRender>;
287
- };
288
- dropdownAlign: PropType<AlignType>;
289
- showSearch: {
290
- type: BooleanConstructor;
291
- default: any;
292
- };
293
- searchValue: StringConstructor;
294
- onInputKeyDown: PropType<(e: KeyboardEvent) => void>;
295
- removeIcon: VueTypeValidableDef<any>;
296
- maxTagCount: {
297
- type: PropType<number | "responsive">;
298
- };
299
- maxTagTextLength: NumberConstructor;
300
- maxTagPlaceholder: VueTypeValidableDef<any>;
301
- tokenSeparators: {
302
- type: PropType<string[]>;
303
- };
304
- tagRender: {
305
- type: PropType<(props: CustomTagProps) => any>;
306
- };
307
- optionLabelRender: {
308
- type: PropType<(option: Record<string, any>) => any>;
309
- };
310
- onClear: PropType<() => void>;
311
- defaultOpen: {
312
- type: BooleanConstructor;
313
- default: any;
314
- };
315
- onDropdownVisibleChange: {
316
- type: PropType<(open: boolean) => void>;
317
- };
318
- showArrow: {
319
- type: BooleanConstructor;
320
- default: any;
321
- };
322
- onPopupScroll: PropType<(e: UIEvent) => void>;
323
- menuItemSelectedIcon: VueTypeValidableDef<any>;
324
- listItemHeight: NumberConstructor;
325
- inputValue: StringConstructor;
326
- autoClearSearchValue: {
327
- type: BooleanConstructor;
328
- default: any;
329
- };
330
- filterOption: {
331
- type: PropType<boolean | FilterFunc<DefaultOptionType>>;
332
- default: any;
333
- };
334
- filterSort: PropType<(optionA: DefaultOptionType, optionB: DefaultOptionType) => number>;
335
- optionFilterProp: StringConstructor;
336
- optionLabelProp: StringConstructor;
337
- defaultActiveFirstOption: {
338
- type: BooleanConstructor;
339
- default: any;
340
- };
341
- labelInValue: {
342
- type: BooleanConstructor;
343
- default: any;
344
- };
345
- }>>, "mode" | "suffixIcon"> & {
346
- __parentRef?: HTMLElement;
347
- }> & Readonly<{
9
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
348
10
  onChange?: ((value: SelectValue) => any) | undefined;
349
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
11
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
350
12
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3
3
  export default _default;
@@ -16,7 +16,7 @@ declare const ApGroupSearch: {
16
16
  }, PublicProps, {
17
17
  dropdownMatchSelectWidth: number | boolean;
18
18
  hasAll: boolean;
19
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
19
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
20
20
  P: {};
21
21
  B: {};
22
22
  D: {};
@@ -225,7 +225,7 @@ declare const ApExtensionSelect: {
225
225
  onChange?: ((value: SelectValue) => any) | undefined;
226
226
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
227
227
  change: (value: SelectValue) => any;
228
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
228
+ }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
229
229
  P: {};
230
230
  B: {};
231
231
  D: {};
@@ -758,7 +758,7 @@ declare const ApPopoverSelect: {
758
758
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
759
759
  submit: (value: SelectValue) => any;
760
760
  "open-change": (value: boolean) => any;
761
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
761
+ }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
762
762
  P: {};
763
763
  B: {};
764
764
  D: {};