@aplus-frontend/ui 0.0.1-beta.1 → 0.0.1-beta.3

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 (253) hide show
  1. package/es/index.mjs +124 -118
  2. package/es/src/ap-field/checkbox/helper.d.ts +6 -0
  3. package/es/src/ap-field/date/constant.d.ts +1 -0
  4. package/es/src/ap-field/index.d.ts +5 -0
  5. package/es/src/ap-field/interface.d.ts +29 -0
  6. package/es/src/ap-form/ap-form-item-group/helper.d.ts +8 -0
  7. package/es/src/ap-form/ap-form-item-group/helper.mjs +14 -0
  8. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +45 -0
  9. package/es/src/ap-form/ap-form-item-group/index.vue.mjs +58 -0
  10. package/es/src/ap-form/ap-form-item-group/index.vue2.mjs +4 -0
  11. package/es/src/ap-form/ap-form-item.vue.d.ts +47 -0
  12. package/es/src/ap-form/ap-form-item.vue.mjs +76 -0
  13. package/es/src/ap-form/ap-form-item.vue2.mjs +4 -0
  14. package/es/src/ap-form/ap-form.d.ts +1681 -0
  15. package/es/src/ap-form/ap-form.mjs +5 -0
  16. package/es/src/ap-form/constant.d.ts +3 -0
  17. package/es/src/ap-form/constant.mjs +17 -0
  18. package/es/src/ap-form/index.d.ts +2593 -0
  19. package/es/src/ap-form/index.mjs +10 -0
  20. package/es/src/ap-form/interface.d.ts +7 -0
  21. package/es/src/ap-form/style/ap-form-item-group.css +9 -0
  22. package/es/src/base-button/button.vue.d.ts +5 -5
  23. package/es/src/base-button/index.d.ts +53 -48
  24. package/es/src/base-button/modal-button.vue.d.ts +8 -6
  25. package/es/src/base-button/pop-confirm-button.vue.d.ts +4 -3
  26. package/es/src/basic/arrow.vue.d.ts +4 -3
  27. package/es/src/basic/help.vue.d.ts +6 -6
  28. package/es/src/basic/index.d.ts +196 -70
  29. package/es/src/basic/title.vue.d.ts +5 -4
  30. package/es/src/button/index.d.ts +20 -15
  31. package/es/src/config-provider/config-provider-props.d.ts +28 -16
  32. package/es/src/config-provider/config-provider-props.mjs +8 -4
  33. package/es/src/config-provider/config-provider.d.ts +92 -68
  34. package/es/src/config-provider/constants.d.ts +3 -0
  35. package/es/src/config-provider/hooks/use-global-config.d.ts +47 -32
  36. package/es/src/config-provider/hooks/use-namespace.d.ts +3 -3
  37. package/es/src/config-provider/index.d.ts +532 -156
  38. package/es/src/container/collapse/header.vue.d.ts +3 -3
  39. package/es/src/container/collapse/index.vue.d.ts +4 -4
  40. package/es/src/container/index.d.ts +119 -38
  41. package/es/src/container/scroll-container.vue.d.ts +5 -4
  42. package/es/src/count-down/button.vue.d.ts +5 -4
  43. package/es/src/count-down/index.d.ts +88 -41
  44. package/es/src/count-down/input.vue.d.ts +5 -4
  45. package/es/src/cropper/cropper-avatar.vue.d.ts +6 -5
  46. package/es/src/cropper/cropper-image.vue.d.ts +7 -7
  47. package/es/src/cropper/cropper-modal.vue.d.ts +4 -4
  48. package/es/src/cropper/index.d.ts +308 -93
  49. package/es/src/description/description.vue.d.ts +6 -6
  50. package/es/src/description/index.d.ts +169 -48
  51. package/es/src/dropdown/dropdown.vue.d.ts +6 -5
  52. package/es/src/dropdown/index.d.ts +35 -28
  53. package/es/src/hooks/index.d.ts +1 -0
  54. package/es/src/hooks/useControllableValue.d.ts +13 -0
  55. package/es/src/hooks/useControllableValue.mjs +24 -0
  56. package/es/src/hooks/useMessage.d.ts +9 -7
  57. package/es/src/icon/icon.vue.d.ts +5 -4
  58. package/es/src/icon/index.d.ts +175 -52
  59. package/es/src/icon/svg-icon.vue.d.ts +5 -4
  60. package/es/src/icon-picker/icon-picker.vue.d.ts +9 -8
  61. package/es/src/icon-picker/index.d.ts +160 -51
  62. package/es/src/index.d.ts +1 -0
  63. package/es/src/index.mjs +79 -75
  64. package/es/src/modal/basic.vue.d.ts +70 -64
  65. package/es/src/modal/components/modal-close.vue.d.ts +6 -5
  66. package/es/src/modal/components/modal-footer.vue.d.ts +69 -64
  67. package/es/src/modal/components/modal-header.vue.d.ts +4 -3
  68. package/es/src/modal/components/modal-wrapper.vue.d.ts +5 -4
  69. package/es/src/modal/components/modal.d.ts +69 -63
  70. package/es/src/modal/hooks/use-moda-full-screen.d.ts +2 -2
  71. package/es/src/modal/index.d.ts +144 -134
  72. package/es/src/modal/props.d.ts +19 -16
  73. package/es/src/pro-form/component-map.d.ts +2 -2
  74. package/es/src/pro-form/components/api-cascader.vue.d.ts +6 -5
  75. package/es/src/pro-form/components/api-radio-group.vue.d.ts +7 -6
  76. package/es/src/pro-form/components/api-select.vue.d.ts +8 -7
  77. package/es/src/pro-form/components/api-transfer.vue.d.ts +6 -5
  78. package/es/src/pro-form/components/api-tree-select.vue.d.ts +6 -5
  79. package/es/src/pro-form/components/api-tree.vue.d.ts +7 -6
  80. package/es/src/pro-form/components/form-action.vue.d.ts +6 -5
  81. package/es/src/pro-form/components/form-item.vue.d.ts +3 -3
  82. package/es/src/pro-form/components/radio-button-group.vue.d.ts +5 -4
  83. package/es/src/pro-form/hooks/use-advanced.d.ts +2 -2
  84. package/es/src/pro-form/hooks/use-break-point.d.ts +4 -3
  85. package/es/src/pro-form/hooks/use-label-width.d.ts +51 -50
  86. package/es/src/pro-form/pro-form.vue.d.ts +16 -13
  87. package/es/src/pro-table/component-map.d.ts +2 -2
  88. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +3 -2
  89. package/es/src/pro-table/components/editable/cell-component.d.ts +2 -1
  90. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +19 -18
  91. package/es/src/pro-table/components/editable/index.d.ts +2 -2
  92. package/es/src/pro-table/components/header-cell.vue.d.ts +3 -3
  93. package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -2
  94. package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -1
  95. package/es/src/pro-table/components/settings/index.vue.d.ts +4 -4
  96. package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -1
  97. package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -1
  98. package/es/src/pro-table/components/table-action.vue.d.ts +3 -3
  99. package/es/src/pro-table/components/table-footer.vue.d.ts +7 -5
  100. package/es/src/pro-table/components/table-header.vue.d.ts +4 -4
  101. package/es/src/pro-table/components/table-image.vue.d.ts +5 -4
  102. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +5 -4
  103. package/es/src/pro-table/components/table-title.vue.d.ts +3 -3
  104. package/es/src/pro-table/const.d.ts +3 -0
  105. package/es/src/pro-table/const.mjs +10 -4
  106. package/es/src/pro-table/hooks/use-data-source.d.ts +2 -1
  107. package/es/src/pro-table/interface.d.ts +4 -0
  108. package/es/src/pro-table/pro-table.vue.d.ts +45 -36
  109. package/es/src/pro-table/pro-table.vue.mjs +221 -211
  110. package/es/src/pro-table/style/pro-table.css +10 -5
  111. package/es/src/prompt/dialog.vue.d.ts +4 -3
  112. package/es/src/prompt/index.d.ts +2 -2
  113. package/es/src/scroll-bar/bar-item.d.ts +4 -3
  114. package/es/src/scroll-bar/index.d.ts +52 -53
  115. package/es/src/scroll-bar/scroll-bar.vue.d.ts +8 -9
  116. package/es/src/scroll-bar/scroll-bar.vue.mjs +44 -44
  117. package/es/src/strength-meter/index.d.ts +26 -21
  118. package/es/src/strength-meter/strength-meter.vue.d.ts +6 -5
  119. package/es/src/theme/ap-form/ap-form-item-group.css +9 -0
  120. package/es/src/theme/pro-table/pro-table.css +10 -5
  121. package/es/src/transition/collapse-transition.vue.d.ts +2 -1
  122. package/es/src/transition/create-transition.d.ts +5 -5
  123. package/es/src/transition/index.d.ts +97 -96
  124. package/es/src/utils/slot.d.ts +2 -2
  125. package/lib/index.js +1 -1
  126. package/lib/src/ap-field/checkbox/helper.d.ts +6 -0
  127. package/lib/src/ap-field/date/constant.d.ts +1 -0
  128. package/lib/src/ap-field/index.d.ts +5 -0
  129. package/lib/src/ap-field/interface.d.ts +29 -0
  130. package/lib/src/ap-form/ap-form-item-group/helper.d.ts +8 -0
  131. package/lib/src/ap-form/ap-form-item-group/helper.js +1 -0
  132. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +45 -0
  133. package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -0
  134. package/lib/src/ap-form/ap-form-item-group/index.vue2.js +1 -0
  135. package/lib/src/ap-form/ap-form-item.vue.d.ts +47 -0
  136. package/lib/src/ap-form/ap-form-item.vue.js +1 -0
  137. package/lib/src/ap-form/ap-form-item.vue2.js +1 -0
  138. package/lib/src/ap-form/ap-form.d.ts +1681 -0
  139. package/lib/src/ap-form/ap-form.js +1 -0
  140. package/lib/src/ap-form/constant.d.ts +3 -0
  141. package/lib/src/ap-form/constant.js +1 -0
  142. package/lib/src/ap-form/index.d.ts +2593 -0
  143. package/lib/src/ap-form/index.js +1 -0
  144. package/lib/src/ap-form/interface.d.ts +7 -0
  145. package/lib/src/ap-form/style/ap-form-item-group.css +9 -0
  146. package/lib/src/base-button/button.vue.d.ts +5 -5
  147. package/lib/src/base-button/index.d.ts +53 -48
  148. package/lib/src/base-button/modal-button.vue.d.ts +8 -6
  149. package/lib/src/base-button/pop-confirm-button.vue.d.ts +4 -3
  150. package/lib/src/basic/arrow.vue.d.ts +4 -3
  151. package/lib/src/basic/help.vue.d.ts +6 -6
  152. package/lib/src/basic/index.d.ts +196 -70
  153. package/lib/src/basic/title.vue.d.ts +5 -4
  154. package/lib/src/button/index.d.ts +20 -15
  155. package/lib/src/config-provider/config-provider-props.d.ts +28 -16
  156. package/lib/src/config-provider/config-provider-props.js +1 -1
  157. package/lib/src/config-provider/config-provider.d.ts +92 -68
  158. package/lib/src/config-provider/constants.d.ts +3 -0
  159. package/lib/src/config-provider/hooks/use-global-config.d.ts +47 -32
  160. package/lib/src/config-provider/hooks/use-namespace.d.ts +3 -3
  161. package/lib/src/config-provider/index.d.ts +532 -156
  162. package/lib/src/container/collapse/header.vue.d.ts +3 -3
  163. package/lib/src/container/collapse/index.vue.d.ts +4 -4
  164. package/lib/src/container/index.d.ts +119 -38
  165. package/lib/src/container/scroll-container.vue.d.ts +5 -4
  166. package/lib/src/count-down/button.vue.d.ts +5 -4
  167. package/lib/src/count-down/index.d.ts +88 -41
  168. package/lib/src/count-down/input.vue.d.ts +5 -4
  169. package/lib/src/cropper/cropper-avatar.vue.d.ts +6 -5
  170. package/lib/src/cropper/cropper-image.vue.d.ts +7 -7
  171. package/lib/src/cropper/cropper-modal.vue.d.ts +4 -4
  172. package/lib/src/cropper/index.d.ts +308 -93
  173. package/lib/src/description/description.vue.d.ts +6 -6
  174. package/lib/src/description/index.d.ts +169 -48
  175. package/lib/src/dropdown/dropdown.vue.d.ts +6 -5
  176. package/lib/src/dropdown/index.d.ts +35 -28
  177. package/lib/src/hooks/index.d.ts +1 -0
  178. package/lib/src/hooks/useControllableValue.d.ts +13 -0
  179. package/lib/src/hooks/useControllableValue.js +1 -0
  180. package/lib/src/hooks/useMessage.d.ts +9 -7
  181. package/lib/src/icon/icon.vue.d.ts +5 -4
  182. package/lib/src/icon/index.d.ts +175 -52
  183. package/lib/src/icon/svg-icon.vue.d.ts +5 -4
  184. package/lib/src/icon-picker/icon-picker.vue.d.ts +9 -8
  185. package/lib/src/icon-picker/index.d.ts +160 -51
  186. package/lib/src/index.d.ts +1 -0
  187. package/lib/src/index.js +1 -1
  188. package/lib/src/modal/basic.vue.d.ts +70 -64
  189. package/lib/src/modal/components/modal-close.vue.d.ts +6 -5
  190. package/lib/src/modal/components/modal-footer.vue.d.ts +69 -64
  191. package/lib/src/modal/components/modal-header.vue.d.ts +4 -3
  192. package/lib/src/modal/components/modal-wrapper.vue.d.ts +5 -4
  193. package/lib/src/modal/components/modal.d.ts +69 -63
  194. package/lib/src/modal/hooks/use-moda-full-screen.d.ts +2 -2
  195. package/lib/src/modal/index.d.ts +144 -134
  196. package/lib/src/modal/props.d.ts +19 -16
  197. package/lib/src/pro-form/component-map.d.ts +2 -2
  198. package/lib/src/pro-form/components/api-cascader.vue.d.ts +6 -5
  199. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +7 -6
  200. package/lib/src/pro-form/components/api-select.vue.d.ts +8 -7
  201. package/lib/src/pro-form/components/api-transfer.vue.d.ts +6 -5
  202. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +6 -5
  203. package/lib/src/pro-form/components/api-tree.vue.d.ts +7 -6
  204. package/lib/src/pro-form/components/form-action.vue.d.ts +6 -5
  205. package/lib/src/pro-form/components/form-item.vue.d.ts +3 -3
  206. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +5 -4
  207. package/lib/src/pro-form/hooks/use-advanced.d.ts +2 -2
  208. package/lib/src/pro-form/hooks/use-break-point.d.ts +4 -3
  209. package/lib/src/pro-form/hooks/use-label-width.d.ts +51 -50
  210. package/lib/src/pro-form/pro-form.vue.d.ts +16 -13
  211. package/lib/src/pro-table/component-map.d.ts +2 -2
  212. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +3 -2
  213. package/lib/src/pro-table/components/editable/cell-component.d.ts +2 -1
  214. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +19 -18
  215. package/lib/src/pro-table/components/editable/index.d.ts +2 -2
  216. package/lib/src/pro-table/components/header-cell.vue.d.ts +3 -3
  217. package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -2
  218. package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -1
  219. package/lib/src/pro-table/components/settings/index.vue.d.ts +4 -4
  220. package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -1
  221. package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -1
  222. package/lib/src/pro-table/components/table-action.vue.d.ts +3 -3
  223. package/lib/src/pro-table/components/table-footer.vue.d.ts +7 -5
  224. package/lib/src/pro-table/components/table-header.vue.d.ts +4 -4
  225. package/lib/src/pro-table/components/table-image.vue.d.ts +5 -4
  226. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +5 -4
  227. package/lib/src/pro-table/components/table-title.vue.d.ts +3 -3
  228. package/lib/src/pro-table/const.d.ts +3 -0
  229. package/lib/src/pro-table/const.js +1 -1
  230. package/lib/src/pro-table/hooks/use-data-source.d.ts +2 -1
  231. package/lib/src/pro-table/interface.d.ts +4 -0
  232. package/lib/src/pro-table/pro-table.vue.d.ts +45 -36
  233. package/lib/src/pro-table/pro-table.vue.js +1 -1
  234. package/lib/src/pro-table/style/pro-table.css +10 -5
  235. package/lib/src/prompt/dialog.vue.d.ts +4 -3
  236. package/lib/src/prompt/index.d.ts +2 -2
  237. package/lib/src/scroll-bar/bar-item.d.ts +4 -3
  238. package/lib/src/scroll-bar/index.d.ts +52 -53
  239. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +8 -9
  240. package/lib/src/scroll-bar/scroll-bar.vue.js +1 -1
  241. package/lib/src/strength-meter/index.d.ts +26 -21
  242. package/lib/src/strength-meter/strength-meter.vue.d.ts +6 -5
  243. package/lib/src/theme/ap-form/ap-form-item-group.css +9 -0
  244. package/lib/src/theme/pro-table/pro-table.css +10 -5
  245. package/lib/src/transition/collapse-transition.vue.d.ts +2 -1
  246. package/lib/src/transition/create-transition.d.ts +5 -5
  247. package/lib/src/transition/index.d.ts +97 -96
  248. package/lib/src/utils/slot.d.ts +2 -2
  249. package/package.json +2 -2
  250. package/es/src/constants/component-setting.d.ts +0 -74
  251. package/es/src/constants/component-setting.mjs +0 -90
  252. package/lib/src/constants/component-setting.d.ts +0 -74
  253. package/lib/src/constants/component-setting.js +0 -1
@@ -1,75 +1,74 @@
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
2
+ import { StyleValue } from '../type';
1
3
  export * from './interface';
2
- export declare const Scrollbar: import('@aplus-frontend/utils/src/vue/install').SFCWithInstall<{
3
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
4
+ export declare const Scrollbar: {
5
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
4
6
  native: {
5
- type: import('vue').PropType<boolean>;
6
- default: boolean;
7
+ type: PropType<boolean>;
7
8
  };
8
9
  scrollHeight: {
9
- type: import('vue').PropType<number>;
10
+ type: PropType<number>;
10
11
  default: number;
11
12
  };
12
13
  wrapStyle: {
13
- type: import('vue').PropType<import('../type').StyleValue>;
14
+ type: PropType<StyleValue>;
14
15
  default: string;
15
16
  };
16
17
  wrapClass: {
17
- type: import('vue').PropType<string | string[]>;
18
+ type: PropType<string | string[]>;
18
19
  default: string;
19
20
  };
20
21
  viewClass: {
21
- type: import('vue').PropType<string | string[]>;
22
+ type: PropType<string | string[]>;
22
23
  default: string;
23
24
  };
24
25
  viewStyle: {
25
- type: import('vue').PropType<string | string[]>;
26
+ type: PropType<string | string[]>;
26
27
  default: string;
27
28
  };
28
29
  noresize: {
29
- type: import('vue').PropType<boolean>;
30
+ type: PropType<boolean>;
30
31
  };
31
32
  tag: {
32
- type: import('vue').PropType<string>;
33
+ type: PropType<string>;
33
34
  default: string;
34
35
  };
35
36
  }>>, {
36
- wrap: import('vue').Ref<any>;
37
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
37
+ wrap: Ref<any>;
38
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
38
39
  native: {
39
- type: import('vue').PropType<boolean>;
40
- default: boolean;
40
+ type: PropType<boolean>;
41
41
  };
42
42
  scrollHeight: {
43
- type: import('vue').PropType<number>;
43
+ type: PropType<number>;
44
44
  default: number;
45
45
  };
46
46
  wrapStyle: {
47
- type: import('vue').PropType<import('../type').StyleValue>;
47
+ type: PropType<StyleValue>;
48
48
  default: string;
49
49
  };
50
50
  wrapClass: {
51
- type: import('vue').PropType<string | string[]>;
51
+ type: PropType<string | string[]>;
52
52
  default: string;
53
53
  };
54
54
  viewClass: {
55
- type: import('vue').PropType<string | string[]>;
55
+ type: PropType<string | string[]>;
56
56
  default: string;
57
57
  };
58
58
  viewStyle: {
59
- type: import('vue').PropType<string | string[]>;
59
+ type: PropType<string | string[]>;
60
60
  default: string;
61
61
  };
62
62
  noresize: {
63
- type: import('vue').PropType<boolean>;
63
+ type: PropType<boolean>;
64
64
  };
65
65
  tag: {
66
- type: import('vue').PropType<string>;
66
+ type: PropType<string>;
67
67
  default: string;
68
68
  };
69
69
  }>>, {
70
- native: boolean;
71
70
  scrollHeight: number;
72
- wrapStyle: import('../type').StyleValue;
71
+ wrapStyle: StyleValue;
73
72
  wrapClass: string | string[];
74
73
  viewClass: string | string[];
75
74
  viewStyle: string | string[];
@@ -81,44 +80,42 @@ export declare const Scrollbar: import('@aplus-frontend/utils/src/vue/install').
81
80
  C: {};
82
81
  M: {};
83
82
  Defaults: {};
84
- }, Readonly<import('vue').ExtractPropTypes<{
83
+ }, Readonly< ExtractPropTypes<{
85
84
  native: {
86
- type: import('vue').PropType<boolean>;
87
- default: boolean;
85
+ type: PropType<boolean>;
88
86
  };
89
87
  scrollHeight: {
90
- type: import('vue').PropType<number>;
88
+ type: PropType<number>;
91
89
  default: number;
92
90
  };
93
91
  wrapStyle: {
94
- type: import('vue').PropType<import('../type').StyleValue>;
92
+ type: PropType<StyleValue>;
95
93
  default: string;
96
94
  };
97
95
  wrapClass: {
98
- type: import('vue').PropType<string | string[]>;
96
+ type: PropType<string | string[]>;
99
97
  default: string;
100
98
  };
101
99
  viewClass: {
102
- type: import('vue').PropType<string | string[]>;
100
+ type: PropType<string | string[]>;
103
101
  default: string;
104
102
  };
105
103
  viewStyle: {
106
- type: import('vue').PropType<string | string[]>;
104
+ type: PropType<string | string[]>;
107
105
  default: string;
108
106
  };
109
107
  noresize: {
110
- type: import('vue').PropType<boolean>;
108
+ type: PropType<boolean>;
111
109
  };
112
110
  tag: {
113
- type: import('vue').PropType<string>;
111
+ type: PropType<string>;
114
112
  default: string;
115
113
  };
116
114
  }>>, {
117
- wrap: import('vue').Ref<any>;
115
+ wrap: Ref<any>;
118
116
  }, {}, {}, {}, {
119
- native: boolean;
120
117
  scrollHeight: number;
121
- wrapStyle: import('../type').StyleValue;
118
+ wrapStyle: StyleValue;
122
119
  wrapClass: string | string[];
123
120
  viewClass: string | string[];
124
121
  viewStyle: string | string[];
@@ -127,51 +124,53 @@ export declare const Scrollbar: import('@aplus-frontend/utils/src/vue/install').
127
124
  __isFragment?: undefined;
128
125
  __isTeleport?: undefined;
129
126
  __isSuspense?: undefined;
130
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
127
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
131
128
  native: {
132
- type: import('vue').PropType<boolean>;
133
- default: boolean;
129
+ type: PropType<boolean>;
134
130
  };
135
131
  scrollHeight: {
136
- type: import('vue').PropType<number>;
132
+ type: PropType<number>;
137
133
  default: number;
138
134
  };
139
135
  wrapStyle: {
140
- type: import('vue').PropType<import('../type').StyleValue>;
136
+ type: PropType<StyleValue>;
141
137
  default: string;
142
138
  };
143
139
  wrapClass: {
144
- type: import('vue').PropType<string | string[]>;
140
+ type: PropType<string | string[]>;
145
141
  default: string;
146
142
  };
147
143
  viewClass: {
148
- type: import('vue').PropType<string | string[]>;
144
+ type: PropType<string | string[]>;
149
145
  default: string;
150
146
  };
151
147
  viewStyle: {
152
- type: import('vue').PropType<string | string[]>;
148
+ type: PropType<string | string[]>;
153
149
  default: string;
154
150
  };
155
151
  noresize: {
156
- type: import('vue').PropType<boolean>;
152
+ type: PropType<boolean>;
157
153
  };
158
154
  tag: {
159
- type: import('vue').PropType<string>;
155
+ type: PropType<string>;
160
156
  default: string;
161
157
  };
162
158
  }>>, {
163
- wrap: import('vue').Ref<any>;
164
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
165
- native: boolean;
159
+ wrap: Ref<any>;
160
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
166
161
  scrollHeight: number;
167
- wrapStyle: import('../type').StyleValue;
162
+ wrapStyle: StyleValue;
168
163
  wrapClass: string | string[];
169
164
  viewClass: string | string[];
170
165
  viewStyle: string | string[];
171
166
  tag: string;
172
- }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
167
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
173
168
  $slots: {
174
169
  default?(_: {}): any;
175
170
  };
176
- })>;
171
+ }) & Plugin<any[]> & (new (...args: any[]) => {
172
+ $props: {
173
+ onClick?: (() => void) | undefined;
174
+ };
175
+ });
177
176
  export default Scrollbar;
@@ -1,7 +1,8 @@
1
1
  import { ScrollbarProps } from './interface';
2
+ import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ import { StyleValue } from '../type';
2
4
 
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScrollbarProps>, {
4
- native: boolean;
5
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScrollbarProps>, {
5
6
  wrapStyle: string;
6
7
  wrapClass: string;
7
8
  viewStyle: string;
@@ -9,9 +10,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
9
10
  tag: string;
10
11
  scrollHeight: number;
11
12
  }>, {
12
- wrap: import('vue').Ref<any>;
13
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScrollbarProps>, {
14
- native: boolean;
13
+ wrap: Ref<any>;
14
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ScrollbarProps>, {
15
15
  wrapStyle: string;
16
16
  wrapClass: string;
17
17
  viewStyle: string;
@@ -19,9 +19,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
19
19
  tag: string;
20
20
  scrollHeight: number;
21
21
  }>>>, {
22
- native: boolean;
23
22
  scrollHeight: number;
24
- wrapStyle: import('../type').StyleValue;
23
+ wrapStyle: StyleValue;
25
24
  wrapClass: string | string[];
26
25
  viewClass: string | string[];
27
26
  viewStyle: string | string[];
@@ -33,9 +32,9 @@ export default _default;
33
32
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
33
  type __VLS_TypePropsToRuntimeProps<T> = {
35
34
  [K in keyof T]-?: {} extends Pick<T, K> ? {
36
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
37
36
  } : {
38
- type: import('vue').PropType<T[K]>;
37
+ type: PropType<T[K]>;
39
38
  required: true;
40
39
  };
41
40
  };
@@ -1,16 +1,15 @@
1
- import { defineComponent as L, ref as a, provide as E, watch as N, onMounted as W, nextTick as V, unref as e, onBeforeUnmount as P, openBlock as s, createElementBlock as f, normalizeClass as c, createElementVNode as R, normalizeStyle as h, createBlock as T, resolveDynamicComponent as A, withCtx as D, renderSlot as F, Fragment as M, createVNode as w, createCommentVNode as U } from "vue";
2
- import { addResizeListener as z, removeResizeListener as y } from "@aplus-frontend/utils";
3
- import X from "../constants/component-setting.mjs";
4
- import g from "./bar-item.mjs";
1
+ import { defineComponent as W, computed as V, ref as a, provide as _, watch as P, onMounted as R, nextTick as T, unref as e, onBeforeUnmount as A, openBlock as c, createElementBlock as w, normalizeClass as u, createElementVNode as D, normalizeStyle as z, createBlock as F, resolveDynamicComponent as G, withCtx as M, renderSlot as U, Fragment as X, createVNode as g, createCommentVNode as Y } from "vue";
2
+ import { addResizeListener as y, removeResizeListener as C } from "@aplus-frontend/utils";
3
+ import b from "./bar-item.mjs";
5
4
  import "./style/index.css";
6
5
  import "../config-provider/index.mjs";
7
- import { useNamespace as Y } from "../config-provider/hooks/use-namespace.mjs";
8
- var S;
9
- const K = /* @__PURE__ */ L({
6
+ import { useGlobalConfig as $ } from "../config-provider/hooks/use-global-config.mjs";
7
+ import { useNamespace as j } from "../config-provider/hooks/use-namespace.mjs";
8
+ const x = /* @__PURE__ */ W({
10
9
  name: "ApScrollbar",
11
10
  __name: "scroll-bar",
12
11
  props: {
13
- native: { type: Boolean, default: (S = X.scrollbar) == null ? void 0 : S.native },
12
+ native: { type: Boolean },
14
13
  wrapStyle: { default: "" },
15
14
  wrapClass: { default: "" },
16
15
  viewClass: { default: "" },
@@ -19,68 +18,69 @@ const K = /* @__PURE__ */ L({
19
18
  tag: { default: "div" },
20
19
  scrollHeight: { default: 0 }
21
20
  },
22
- setup(C, { expose: k }) {
23
- const o = C, m = a("0"), v = a("0"), d = a(0), p = a(0), t = a(), i = a(), { b: B, e: u, em: b } = Y("scrollbar");
24
- E("scroll-bar-wrap", t);
25
- const H = () => {
26
- o.native || (p.value = e(t).scrollTop * 100 / e(t).clientHeight, d.value = e(t).scrollLeft * 100 / e(t).clientWidth);
27
- }, l = () => {
21
+ setup(S, { expose: k }) {
22
+ var h;
23
+ const B = $(), s = S, H = !!((h = B.value.scrollbar) != null && h.native), r = V(() => s.native || H), v = a("0"), m = a("0"), d = a(0), f = a(0), t = a(), i = a(), { b: N, e: p, em: L } = j("scrollbar");
24
+ _("scroll-bar-wrap", t);
25
+ const E = () => {
26
+ r.value || (f.value = e(t).scrollTop * 100 / e(t).clientHeight, d.value = e(t).scrollLeft * 100 / e(t).clientWidth);
27
+ }, o = () => {
28
28
  if (!e(t))
29
29
  return;
30
- const r = e(t).clientHeight * 100 / e(t).scrollHeight, n = e(t).clientWidth * 100 / e(t).scrollWidth;
31
- v.value = r < 100 ? r + "%" : "", m.value = n < 100 ? n + "%" : "";
30
+ const l = e(t).clientHeight * 100 / e(t).scrollHeight, n = e(t).clientWidth * 100 / e(t).scrollWidth;
31
+ m.value = l < 100 ? l + "%" : "", v.value = n < 100 ? n + "%" : "";
32
32
  };
33
- return N(
34
- () => o.scrollHeight,
33
+ return P(
34
+ () => s.scrollHeight,
35
35
  () => {
36
- o.native || l();
36
+ r.value || o();
37
37
  }
38
38
  ), k({
39
39
  wrap: t
40
- }), W(() => {
41
- o.native || (V(l), o.noresize || (z(e(i), l), z(e(t), l), addEventListener("resize", l)));
42
- }), P(() => {
43
- o.native || o.noresize || (y(e(i), l), y(e(t), l), removeEventListener("resize", l));
44
- }), (r, n) => (s(), f("div", {
45
- class: c(e(B)())
40
+ }), R(() => {
41
+ r.value || (T(o), s.noresize || (y(e(i), o), y(e(t), o), addEventListener("resize", o)));
42
+ }), A(() => {
43
+ r.value || s.noresize || (C(e(i), o), C(e(t), o), removeEventListener("resize", o));
44
+ }), (l, n) => (c(), w("div", {
45
+ class: u(e(N)())
46
46
  }, [
47
- R("div", {
47
+ D("div", {
48
48
  ref_key: "wrap",
49
49
  ref: t,
50
- class: c([
51
- r.wrapClass,
52
- e(u)("wrap"),
53
- r.native ? "" : e(b)("wrap", "hidden-default")
50
+ class: u([
51
+ l.wrapClass,
52
+ e(p)("wrap"),
53
+ r.value ? "" : e(L)("wrap", "hidden-default")
54
54
  ]),
55
- style: h(r.wrapStyle),
56
- onScroll: H
55
+ style: z(l.wrapStyle),
56
+ onScroll: E
57
57
  }, [
58
- (s(), T(A(r.tag), {
58
+ (c(), F(G(l.tag), {
59
59
  ref_key: "resize",
60
60
  ref: i,
61
- class: c([e(u)("view"), r.viewClass]),
62
- style: h(r.viewStyle)
61
+ class: u([e(p)("view"), l.viewClass]),
62
+ style: z(l.viewStyle)
63
63
  }, {
64
- default: D(() => [
65
- F(r.$slots, "default")
64
+ default: M(() => [
65
+ U(l.$slots, "default")
66
66
  ]),
67
67
  _: 3
68
68
  }, 8, ["class", "style"]))
69
69
  ], 38),
70
- r.native ? U("", !0) : (s(), f(M, { key: 0 }, [
71
- w(e(g), {
70
+ r.value ? Y("", !0) : (c(), w(X, { key: 0 }, [
71
+ g(e(b), {
72
72
  move: d.value,
73
- size: m.value
73
+ size: v.value
74
74
  }, null, 8, ["move", "size"]),
75
- w(e(g), {
75
+ g(e(b), {
76
76
  vertical: "",
77
- move: p.value,
78
- size: v.value
77
+ move: f.value,
78
+ size: m.value
79
79
  }, null, 8, ["move", "size"])
80
80
  ], 64))
81
81
  ], 2));
82
82
  }
83
83
  });
84
84
  export {
85
- K as default
85
+ x as default
86
86
  };
@@ -1,31 +1,32 @@
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
1
2
  export * from './interface';
2
- export declare const StrengthMeter: import('@aplus-frontend/utils/src/vue/install').SFCWithInstall<{
3
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
+ export declare const StrengthMeter: {
4
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
4
5
  value: {
5
- type: import('vue').PropType<string>;
6
+ type: PropType<string>;
6
7
  };
7
8
  disabled: {
8
- type: import('vue').PropType<boolean>;
9
+ type: PropType<boolean>;
9
10
  };
10
11
  showInput: {
11
- type: import('vue').PropType<boolean>;
12
+ type: PropType<boolean>;
12
13
  default: boolean;
13
14
  };
14
15
  }>> & {
15
16
  onChange?: ((...args: any[]) => any) | undefined;
16
17
  "onScore-change"?: ((...args: any[]) => any) | undefined;
17
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
18
19
  change: (...args: any[]) => void;
19
20
  "score-change": (...args: any[]) => void;
20
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
21
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
21
22
  value: {
22
- type: import('vue').PropType<string>;
23
+ type: PropType<string>;
23
24
  };
24
25
  disabled: {
25
- type: import('vue').PropType<boolean>;
26
+ type: PropType<boolean>;
26
27
  };
27
28
  showInput: {
28
- type: import('vue').PropType<boolean>;
29
+ type: PropType<boolean>;
29
30
  default: boolean;
30
31
  };
31
32
  }>> & {
@@ -40,15 +41,15 @@ export declare const StrengthMeter: import('@aplus-frontend/utils/src/vue/instal
40
41
  C: {};
41
42
  M: {};
42
43
  Defaults: {};
43
- }, Readonly<import('vue').ExtractPropTypes<{
44
+ }, Readonly< ExtractPropTypes<{
44
45
  value: {
45
- type: import('vue').PropType<string>;
46
+ type: PropType<string>;
46
47
  };
47
48
  disabled: {
48
- type: import('vue').PropType<boolean>;
49
+ type: PropType<boolean>;
49
50
  };
50
51
  showInput: {
51
- type: import('vue').PropType<boolean>;
52
+ type: PropType<boolean>;
52
53
  default: boolean;
53
54
  };
54
55
  }>> & {
@@ -60,25 +61,29 @@ export declare const StrengthMeter: import('@aplus-frontend/utils/src/vue/instal
60
61
  __isFragment?: undefined;
61
62
  __isTeleport?: undefined;
62
63
  __isSuspense?: undefined;
63
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
64
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
64
65
  value: {
65
- type: import('vue').PropType<string>;
66
+ type: PropType<string>;
66
67
  };
67
68
  disabled: {
68
- type: import('vue').PropType<boolean>;
69
+ type: PropType<boolean>;
69
70
  };
70
71
  showInput: {
71
- type: import('vue').PropType<boolean>;
72
+ type: PropType<boolean>;
72
73
  default: boolean;
73
74
  };
74
75
  }>> & {
75
76
  onChange?: ((...args: any[]) => any) | undefined;
76
77
  "onScore-change"?: ((...args: any[]) => any) | undefined;
77
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
78
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
78
79
  change: (...args: any[]) => void;
79
80
  "score-change": (...args: any[]) => void;
80
81
  }, string, {
81
82
  showInput: boolean;
82
- }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
83
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
83
84
  $slots: Partial<Record<string, (_: any) => any>>;
84
- })>;
85
+ }) & Plugin<any[]> & (new (...args: any[]) => {
86
+ $props: {
87
+ onClick?: (() => void) | undefined;
88
+ };
89
+ });
@@ -1,11 +1,12 @@
1
1
  import { StrengthMeterProps } from './interface';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
3
 
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<StrengthMeterProps>, {
4
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<StrengthMeterProps>, {
4
5
  showInput: boolean;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6
7
  change: (...args: any[]) => void;
7
8
  "score-change": (...args: any[]) => void;
8
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<StrengthMeterProps>, {
9
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<StrengthMeterProps>, {
9
10
  showInput: boolean;
10
11
  }>>> & {
11
12
  onChange?: ((...args: any[]) => any) | undefined;
@@ -17,9 +18,9 @@ export default _default;
17
18
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
19
  type __VLS_TypePropsToRuntimeProps<T> = {
19
20
  [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
21
22
  } : {
22
- type: import('vue').PropType<T[K]>;
23
+ type: PropType<T[K]>;
23
24
  required: true;
24
25
  };
25
26
  };
@@ -0,0 +1,9 @@
1
+ .aplus-ap-form-item-group .ant-form-item-control .ant-picker {
2
+ display: flex;
3
+ }
4
+ .aplus-ap-form-item-group .ant-form-item-control .ant-input-number {
5
+ width: 100%;
6
+ }
7
+ .aplus-ap-form-item-group-col-hidden {
8
+ display: none !important;
9
+ }
@@ -1,20 +1,25 @@
1
1
  .aplus-pro-table {
2
2
  max-width: 100%;
3
3
  height: 100%;
4
+ padding: 16px;
5
+ }
6
+ .aplus-pro-table-no-divide .ant-table-wrapper {
7
+ border-top-left-radius: 0 !important;
8
+ border-top-right-radius: 0 !important;
4
9
  }
5
10
  .aplus-pro-table-row__striped td {
6
11
  background-color: #fafafa !important;
7
12
  }
8
- .aplus-pro-table-form-container {
9
- padding: 16px;
10
- }
11
13
  .aplus-pro-table-form-container .ant-form {
12
14
  width: 100%;
13
- margin-bottom: 16px;
14
- padding: 16px 16px 4px;
15
+ padding: 16px 16px 8px;
15
16
  border-radius: 2px;
16
17
  background-color: #fff;
17
18
  }
19
+ .aplus-pro-table-form-container-no-divide .ant-form {
20
+ border-bottom-left-radius: 0 !important;
21
+ border-bottom-right-radius: 0 !important;
22
+ }
18
23
  .aplus-pro-table .ant-table-cell .ant-tag {
19
24
  margin-right: 0;
20
25
  }
@@ -1,5 +1,6 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
1
2
 
2
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, {
3
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{}>>, {}, {}>, {
3
4
  default?(_: {}): any;
4
5
  }>;
5
6
  export default _default;
@@ -1,7 +1,7 @@
1
- import { PropType } from 'vue';
1
+ import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
2
 
3
3
  type Mode = 'in-out' | 'out-in' | 'default' | undefined;
4
- export declare function createSimpleTransition(name: string, origin?: string, mode?: Mode): import('vue').DefineComponent<{
4
+ export declare function createSimpleTransition(name: string, origin?: string, mode?: Mode): DefineComponent<{
5
5
  group: {
6
6
  type: PropType<boolean>;
7
7
  default: boolean;
@@ -14,7 +14,7 @@ export declare function createSimpleTransition(name: string, origin?: string, mo
14
14
  type: PropType<string>;
15
15
  default: string;
16
16
  };
17
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
18
18
  group: {
19
19
  type: PropType<boolean>;
20
20
  default: boolean;
@@ -32,12 +32,12 @@ export declare function createSimpleTransition(name: string, origin?: string, mo
32
32
  group: boolean;
33
33
  origin: string;
34
34
  }, {}>;
35
- export declare function createJavascriptTransition(name: string, functions: Record<string, any>, mode?: Mode): import('vue').DefineComponent<{
35
+ export declare function createJavascriptTransition(name: string, functions: Record<string, any>, mode?: Mode): DefineComponent<{
36
36
  mode: {
37
37
  type: PropType<Mode>;
38
38
  default: "default" | "in-out" | "out-in";
39
39
  };
40
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
40
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
41
41
  mode: {
42
42
  type: PropType<Mode>;
43
43
  default: "default" | "in-out" | "out-in";