@aplus-frontend/ui 0.0.1-beta.0 → 0.0.1-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/es/src/base-button/button.vue.d.ts +5 -5
  2. package/es/src/base-button/index.d.ts +45 -40
  3. package/es/src/base-button/modal-button.vue.d.ts +8 -6
  4. package/es/src/base-button/pop-confirm-button.vue.d.ts +4 -3
  5. package/es/src/basic/arrow.vue.d.ts +4 -3
  6. package/es/src/basic/help.vue.d.ts +5 -5
  7. package/es/src/basic/index.d.ts +196 -70
  8. package/es/src/basic/title.vue.d.ts +5 -4
  9. package/es/src/button/index.d.ts +20 -15
  10. package/es/src/config-provider/config-provider-props.d.ts +21 -15
  11. package/es/src/config-provider/config-provider.d.ts +78 -67
  12. package/es/src/config-provider/hooks/use-global-config.d.ts +41 -32
  13. package/es/src/config-provider/hooks/use-namespace.d.ts +3 -3
  14. package/es/src/config-provider/index.d.ts +504 -155
  15. package/es/src/constants/component-setting.d.ts +2 -2
  16. package/es/src/container/collapse/header.vue.d.ts +3 -3
  17. package/es/src/container/collapse/index.vue.d.ts +3 -3
  18. package/es/src/container/index.d.ts +118 -37
  19. package/es/src/container/scroll-container.vue.d.ts +5 -4
  20. package/es/src/count-down/button.vue.d.ts +5 -4
  21. package/es/src/count-down/index.d.ts +88 -41
  22. package/es/src/count-down/input.vue.d.ts +5 -4
  23. package/es/src/cropper/cropper-avatar.vue.d.ts +6 -5
  24. package/es/src/cropper/cropper-image.vue.d.ts +6 -6
  25. package/es/src/cropper/cropper-modal.vue.d.ts +4 -4
  26. package/es/src/cropper/index.d.ts +307 -92
  27. package/es/src/description/description.vue.d.ts +3 -3
  28. package/es/src/description/index.d.ts +167 -46
  29. package/es/src/dropdown/dropdown.vue.d.ts +6 -5
  30. package/es/src/dropdown/index.d.ts +35 -28
  31. package/es/src/hooks/useMessage.d.ts +9 -7
  32. package/es/src/icon/icon.vue.d.ts +5 -4
  33. package/es/src/icon/index.d.ts +175 -52
  34. package/es/src/icon/svg-icon.vue.d.ts +5 -4
  35. package/es/src/icon-picker/icon-picker.vue.d.ts +6 -5
  36. package/es/src/icon-picker/index.d.ts +155 -46
  37. package/es/src/modal/basic.vue.d.ts +68 -62
  38. package/es/src/modal/components/modal-close.vue.d.ts +6 -5
  39. package/es/src/modal/components/modal-footer.vue.d.ts +67 -62
  40. package/es/src/modal/components/modal-header.vue.d.ts +4 -3
  41. package/es/src/modal/components/modal-wrapper.vue.d.ts +4 -3
  42. package/es/src/modal/components/modal.d.ts +67 -61
  43. package/es/src/modal/hooks/use-moda-full-screen.d.ts +2 -2
  44. package/es/src/modal/index.d.ts +138 -128
  45. package/es/src/modal/props.d.ts +19 -16
  46. package/es/src/pro-form/component-map.d.ts +2 -2
  47. package/es/src/pro-form/components/api-cascader.vue.d.ts +6 -5
  48. package/es/src/pro-form/components/api-radio-group.vue.d.ts +6 -5
  49. package/es/src/pro-form/components/api-select.vue.d.ts +6 -5
  50. package/es/src/pro-form/components/api-transfer.vue.d.ts +6 -5
  51. package/es/src/pro-form/components/api-tree-select.vue.d.ts +6 -5
  52. package/es/src/pro-form/components/api-tree.vue.d.ts +6 -5
  53. package/es/src/pro-form/components/form-action.vue.d.ts +6 -5
  54. package/es/src/pro-form/components/form-item.vue.d.ts +3 -3
  55. package/es/src/pro-form/components/radio-button-group.vue.d.ts +5 -4
  56. package/es/src/pro-form/hooks/use-advanced.d.ts +2 -2
  57. package/es/src/pro-form/hooks/use-break-point.d.ts +4 -3
  58. package/es/src/pro-form/hooks/use-label-width.d.ts +42 -41
  59. package/es/src/pro-form/pro-form.vue.d.ts +15 -12
  60. package/es/src/pro-table/component-map.d.ts +2 -2
  61. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +3 -2
  62. package/es/src/pro-table/components/editable/cell-component.d.ts +2 -1
  63. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +19 -18
  64. package/es/src/pro-table/components/editable/index.d.ts +2 -2
  65. package/es/src/pro-table/components/header-cell.vue.d.ts +3 -3
  66. package/es/src/pro-table/components/settings/column-setting.vue.d.ts +3 -2
  67. package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -1
  68. package/es/src/pro-table/components/settings/index.vue.d.ts +4 -4
  69. package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -1
  70. package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -1
  71. package/es/src/pro-table/components/table-action.vue.d.ts +3 -3
  72. package/es/src/pro-table/components/table-footer.vue.d.ts +7 -5
  73. package/es/src/pro-table/components/table-header.vue.d.ts +4 -4
  74. package/es/src/pro-table/components/table-image.vue.d.ts +5 -4
  75. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +5 -4
  76. package/es/src/pro-table/components/table-title.vue.d.ts +3 -3
  77. package/es/src/pro-table/hooks/use-data-source.d.ts +2 -1
  78. package/es/src/pro-table/pro-table.vue.d.ts +42 -36
  79. package/es/src/prompt/dialog.vue.d.ts +4 -3
  80. package/es/src/prompt/index.d.ts +2 -2
  81. package/es/src/scroll-bar/bar-item.d.ts +4 -3
  82. package/es/src/scroll-bar/index.d.ts +52 -46
  83. package/es/src/scroll-bar/scroll-bar.vue.d.ts +8 -6
  84. package/es/src/strength-meter/index.d.ts +26 -21
  85. package/es/src/strength-meter/strength-meter.vue.d.ts +6 -5
  86. package/es/src/transition/collapse-transition.vue.d.ts +2 -1
  87. package/es/src/transition/create-transition.d.ts +5 -5
  88. package/es/src/transition/index.d.ts +97 -96
  89. package/es/src/utils/slot.d.ts +2 -2
  90. package/lib/src/base-button/button.vue.d.ts +5 -5
  91. package/lib/src/base-button/index.d.ts +45 -40
  92. package/lib/src/base-button/modal-button.vue.d.ts +8 -6
  93. package/lib/src/base-button/pop-confirm-button.vue.d.ts +4 -3
  94. package/lib/src/basic/arrow.vue.d.ts +4 -3
  95. package/lib/src/basic/help.vue.d.ts +5 -5
  96. package/lib/src/basic/index.d.ts +196 -70
  97. package/lib/src/basic/title.vue.d.ts +5 -4
  98. package/lib/src/button/index.d.ts +20 -15
  99. package/lib/src/config-provider/config-provider-props.d.ts +21 -15
  100. package/lib/src/config-provider/config-provider.d.ts +78 -67
  101. package/lib/src/config-provider/hooks/use-global-config.d.ts +41 -32
  102. package/lib/src/config-provider/hooks/use-namespace.d.ts +3 -3
  103. package/lib/src/config-provider/index.d.ts +504 -155
  104. package/lib/src/constants/component-setting.d.ts +2 -2
  105. package/lib/src/container/collapse/header.vue.d.ts +3 -3
  106. package/lib/src/container/collapse/index.vue.d.ts +3 -3
  107. package/lib/src/container/index.d.ts +118 -37
  108. package/lib/src/container/scroll-container.vue.d.ts +5 -4
  109. package/lib/src/count-down/button.vue.d.ts +5 -4
  110. package/lib/src/count-down/index.d.ts +88 -41
  111. package/lib/src/count-down/input.vue.d.ts +5 -4
  112. package/lib/src/cropper/cropper-avatar.vue.d.ts +6 -5
  113. package/lib/src/cropper/cropper-image.vue.d.ts +6 -6
  114. package/lib/src/cropper/cropper-modal.vue.d.ts +4 -4
  115. package/lib/src/cropper/index.d.ts +307 -92
  116. package/lib/src/description/description.vue.d.ts +3 -3
  117. package/lib/src/description/index.d.ts +167 -46
  118. package/lib/src/dropdown/dropdown.vue.d.ts +6 -5
  119. package/lib/src/dropdown/index.d.ts +35 -28
  120. package/lib/src/hooks/useMessage.d.ts +9 -7
  121. package/lib/src/icon/icon.vue.d.ts +5 -4
  122. package/lib/src/icon/index.d.ts +175 -52
  123. package/lib/src/icon/svg-icon.vue.d.ts +5 -4
  124. package/lib/src/icon-picker/icon-picker.vue.d.ts +6 -5
  125. package/lib/src/icon-picker/index.d.ts +155 -46
  126. package/lib/src/modal/basic.vue.d.ts +68 -62
  127. package/lib/src/modal/components/modal-close.vue.d.ts +6 -5
  128. package/lib/src/modal/components/modal-footer.vue.d.ts +67 -62
  129. package/lib/src/modal/components/modal-header.vue.d.ts +4 -3
  130. package/lib/src/modal/components/modal-wrapper.vue.d.ts +4 -3
  131. package/lib/src/modal/components/modal.d.ts +67 -61
  132. package/lib/src/modal/hooks/use-moda-full-screen.d.ts +2 -2
  133. package/lib/src/modal/index.d.ts +138 -128
  134. package/lib/src/modal/props.d.ts +19 -16
  135. package/lib/src/pro-form/component-map.d.ts +2 -2
  136. package/lib/src/pro-form/components/api-cascader.vue.d.ts +6 -5
  137. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +6 -5
  138. package/lib/src/pro-form/components/api-select.vue.d.ts +6 -5
  139. package/lib/src/pro-form/components/api-transfer.vue.d.ts +6 -5
  140. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +6 -5
  141. package/lib/src/pro-form/components/api-tree.vue.d.ts +6 -5
  142. package/lib/src/pro-form/components/form-action.vue.d.ts +6 -5
  143. package/lib/src/pro-form/components/form-item.vue.d.ts +3 -3
  144. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +5 -4
  145. package/lib/src/pro-form/hooks/use-advanced.d.ts +2 -2
  146. package/lib/src/pro-form/hooks/use-break-point.d.ts +4 -3
  147. package/lib/src/pro-form/hooks/use-label-width.d.ts +42 -41
  148. package/lib/src/pro-form/pro-form.vue.d.ts +15 -12
  149. package/lib/src/pro-table/component-map.d.ts +2 -2
  150. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +3 -2
  151. package/lib/src/pro-table/components/editable/cell-component.d.ts +2 -1
  152. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +19 -18
  153. package/lib/src/pro-table/components/editable/index.d.ts +2 -2
  154. package/lib/src/pro-table/components/header-cell.vue.d.ts +3 -3
  155. package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +3 -2
  156. package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -1
  157. package/lib/src/pro-table/components/settings/index.vue.d.ts +4 -4
  158. package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -1
  159. package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -1
  160. package/lib/src/pro-table/components/table-action.vue.d.ts +3 -3
  161. package/lib/src/pro-table/components/table-footer.vue.d.ts +7 -5
  162. package/lib/src/pro-table/components/table-header.vue.d.ts +4 -4
  163. package/lib/src/pro-table/components/table-image.vue.d.ts +5 -4
  164. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +5 -4
  165. package/lib/src/pro-table/components/table-title.vue.d.ts +3 -3
  166. package/lib/src/pro-table/hooks/use-data-source.d.ts +2 -1
  167. package/lib/src/pro-table/pro-table.vue.d.ts +42 -36
  168. package/lib/src/prompt/dialog.vue.d.ts +4 -3
  169. package/lib/src/prompt/index.d.ts +2 -2
  170. package/lib/src/scroll-bar/bar-item.d.ts +4 -3
  171. package/lib/src/scroll-bar/index.d.ts +52 -46
  172. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +8 -6
  173. package/lib/src/strength-meter/index.d.ts +26 -21
  174. package/lib/src/strength-meter/strength-meter.vue.d.ts +6 -5
  175. package/lib/src/transition/collapse-transition.vue.d.ts +2 -1
  176. package/lib/src/transition/create-transition.d.ts +5 -5
  177. package/lib/src/transition/index.d.ts +97 -96
  178. package/lib/src/utils/slot.d.ts +2 -2
  179. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  import { Recordable } from '../type';
2
- import { SorterResult } from '../pro-table/types/table';
2
+ import { SorterResult, SortOrder } from '../pro-table/types/table';
3
3
 
4
4
  declare const _default: {
5
5
  table: {
@@ -14,7 +14,7 @@ declare const _default: {
14
14
  defaultSize: string;
15
15
  defaultSortFn: (sortInfo: SorterResult) => {
16
16
  field: string;
17
- order: import('../pro-table/types/table').SortOrder;
17
+ order: SortOrder;
18
18
  } | {
19
19
  field?: undefined;
20
20
  order?: undefined;
@@ -1,4 +1,4 @@
1
- import { PropType, ExtractPropTypes } from 'vue';
1
+ import { PropType, ExtractPropTypes, DefineComponent, ComponentOptionsMixin, PublicProps } from 'vue';
2
2
 
3
3
  declare const collapseHeaderProps: {
4
4
  title: StringConstructor;
@@ -10,7 +10,7 @@ declare const collapseHeaderProps: {
10
10
  };
11
11
  };
12
12
  export type CollapseHeaderProps = ExtractPropTypes<typeof collapseHeaderProps>;
13
- declare const _default: import('vue').DefineComponent<{
13
+ declare const _default: DefineComponent<{
14
14
  title: StringConstructor;
15
15
  show: BooleanConstructor;
16
16
  canExpand: BooleanConstructor;
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<{
18
18
  type: PropType<string | string[]>;
19
19
  default: string;
20
20
  };
21
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "expand"[], "expand", import('vue').PublicProps, Readonly<ExtractPropTypes<{
21
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "expand"[], "expand", PublicProps, Readonly<ExtractPropTypes<{
22
22
  title: StringConstructor;
23
23
  show: BooleanConstructor;
24
24
  canExpand: BooleanConstructor;
@@ -1,4 +1,4 @@
1
- import { ExtractPropTypes, PropType } from 'vue';
1
+ import { ExtractPropTypes, PropType, DefineComponent, ComponentOptionsMixin, PublicProps } from 'vue';
2
2
 
3
3
  declare const collapseContainerProps: {
4
4
  title: {
@@ -38,7 +38,7 @@ declare const collapseContainerProps: {
38
38
  };
39
39
  };
40
40
  export type CollapseContainerProps = ExtractPropTypes<typeof collapseContainerProps>;
41
- declare const _default: import('vue').DefineComponent<{
41
+ declare const _default: DefineComponent<{
42
42
  title: {
43
43
  type: StringConstructor;
44
44
  default: string;
@@ -74,7 +74,7 @@ declare const _default: import('vue').DefineComponent<{
74
74
  type: NumberConstructor;
75
75
  default: number;
76
76
  };
77
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
77
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
78
78
  title: {
79
79
  type: StringConstructor;
80
80
  default: string;
@@ -1,15 +1,16 @@
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
1
2
  export * from './interface';
2
- export declare const ScrollContainer: import('@aplus-frontend/utils/src/vue/install').SFCWithInstall<{
3
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
3
+ export declare const ScrollContainer: {
4
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
4
5
  scrollHeight: {
5
- type: import('vue').PropType<number>;
6
+ type: PropType<number>;
6
7
  };
7
8
  }>>, {
8
9
  scrollTo: (to: number, duration?: number | undefined) => void;
9
10
  scrollBottom: () => void;
10
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
11
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
11
12
  scrollHeight: {
12
- type: import('vue').PropType<number>;
13
+ type: PropType<number>;
13
14
  };
14
15
  }>>, {}, true, {}, {}, {
15
16
  P: {};
@@ -18,9 +19,9 @@ export declare const ScrollContainer: import('@aplus-frontend/utils/src/vue/inst
18
19
  C: {};
19
20
  M: {};
20
21
  Defaults: {};
21
- }, Readonly<import('vue').ExtractPropTypes<{
22
+ }, Readonly< ExtractPropTypes<{
22
23
  scrollHeight: {
23
- type: import('vue').PropType<number>;
24
+ type: PropType<number>;
24
25
  };
25
26
  }>>, {
26
27
  scrollTo: (to: number, duration?: number | undefined) => void;
@@ -29,42 +30,118 @@ export declare const ScrollContainer: import('@aplus-frontend/utils/src/vue/inst
29
30
  __isFragment?: undefined;
30
31
  __isTeleport?: undefined;
31
32
  __isSuspense?: undefined;
32
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
33
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
33
34
  scrollHeight: {
34
- type: import('vue').PropType<number>;
35
+ type: PropType<number>;
35
36
  };
36
37
  }>>, {
37
38
  scrollTo: (to: number, duration?: number | undefined) => void;
38
39
  scrollBottom: () => void;
39
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
40
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
40
41
  $slots: {
41
42
  default?(_: {}): any;
42
43
  };
43
- })>;
44
- export declare const CollapseContainer: import('@aplus-frontend/utils/src/vue/install').SFCWithInstall<import('vue').DefineComponent<{
45
- title: {
46
- type: StringConstructor;
47
- default: string;
48
- };
49
- loading: {
50
- type: BooleanConstructor;
51
- };
52
- canExpand: {
53
- type: BooleanConstructor;
54
- default: boolean;
55
- };
56
- helpMessage: {
57
- type: import('vue').PropType<string | string[]>;
58
- default: string;
44
+ }) & Plugin<any[]> & (new (...args: any[]) => {
45
+ $props: {
46
+ onClick?: (() => void) | undefined;
59
47
  };
60
- triggerWindowResize: {
61
- type: BooleanConstructor;
62
- };
63
- lazyTime: {
64
- type: NumberConstructor;
65
- default: number;
66
- };
67
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
48
+ });
49
+ export declare const CollapseContainer: {
50
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
51
+ title: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ loading: {
56
+ type: BooleanConstructor;
57
+ };
58
+ canExpand: {
59
+ type: BooleanConstructor;
60
+ default: boolean;
61
+ };
62
+ helpMessage: {
63
+ type: PropType<string | string[]>;
64
+ default: string;
65
+ };
66
+ triggerWindowResize: {
67
+ type: BooleanConstructor;
68
+ };
69
+ lazyTime: {
70
+ type: NumberConstructor;
71
+ default: number;
72
+ };
73
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
74
+ title: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ loading: {
79
+ type: BooleanConstructor;
80
+ };
81
+ canExpand: {
82
+ type: BooleanConstructor;
83
+ default: boolean;
84
+ };
85
+ helpMessage: {
86
+ type: PropType<string | string[]>;
87
+ default: string;
88
+ };
89
+ triggerWindowResize: {
90
+ type: BooleanConstructor;
91
+ };
92
+ lazyTime: {
93
+ type: NumberConstructor;
94
+ default: number;
95
+ };
96
+ }>>, {
97
+ title: string;
98
+ loading: boolean;
99
+ helpMessage: string | string[];
100
+ canExpand: boolean;
101
+ triggerWindowResize: boolean;
102
+ lazyTime: number;
103
+ }, true, {}, {}, {
104
+ P: {};
105
+ B: {};
106
+ D: {};
107
+ C: {};
108
+ M: {};
109
+ Defaults: {};
110
+ }, Readonly< ExtractPropTypes<{
111
+ title: {
112
+ type: StringConstructor;
113
+ default: string;
114
+ };
115
+ loading: {
116
+ type: BooleanConstructor;
117
+ };
118
+ canExpand: {
119
+ type: BooleanConstructor;
120
+ default: boolean;
121
+ };
122
+ helpMessage: {
123
+ type: PropType<string | string[]>;
124
+ default: string;
125
+ };
126
+ triggerWindowResize: {
127
+ type: BooleanConstructor;
128
+ };
129
+ lazyTime: {
130
+ type: NumberConstructor;
131
+ default: number;
132
+ };
133
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
134
+ title: string;
135
+ loading: boolean;
136
+ helpMessage: string | string[];
137
+ canExpand: boolean;
138
+ triggerWindowResize: boolean;
139
+ lazyTime: number;
140
+ }>;
141
+ __isFragment?: undefined;
142
+ __isTeleport?: undefined;
143
+ __isSuspense?: undefined;
144
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
68
145
  title: {
69
146
  type: StringConstructor;
70
147
  default: string;
@@ -77,7 +154,7 @@ export declare const CollapseContainer: import('@aplus-frontend/utils/src/vue/in
77
154
  default: boolean;
78
155
  };
79
156
  helpMessage: {
80
- type: import('vue').PropType<string | string[]>;
157
+ type: PropType<string | string[]>;
81
158
  default: string;
82
159
  };
83
160
  triggerWindowResize: {
@@ -87,11 +164,15 @@ export declare const CollapseContainer: import('@aplus-frontend/utils/src/vue/in
87
164
  type: NumberConstructor;
88
165
  default: number;
89
166
  };
90
- }>>, {
167
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
91
168
  title: string;
92
169
  loading: boolean;
93
170
  helpMessage: string | string[];
94
171
  canExpand: boolean;
95
172
  triggerWindowResize: boolean;
96
173
  lazyTime: number;
97
- }, {}>>;
174
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
175
+ $props: {
176
+ onClick?: (() => void) | undefined;
177
+ };
178
+ });
@@ -1,18 +1,19 @@
1
1
  import { ScrollContainerProps } from './interface';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
3
 
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ScrollContainerProps>, {
4
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<ScrollContainerProps>, {
4
5
  scrollTo: (to: number, duration?: number | undefined) => void;
5
6
  scrollBottom: () => void;
6
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ScrollContainerProps>>>, {}, {}>, {
7
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ScrollContainerProps>>>, {}, {}>, {
7
8
  default?(_: {}): any;
8
9
  }>;
9
10
  export default _default;
10
11
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
12
  type __VLS_TypePropsToRuntimeProps<T> = {
12
13
  [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
14
15
  } : {
15
- type: import('vue').PropType<T[K]>;
16
+ type: PropType<T[K]>;
16
17
  required: true;
17
18
  };
18
19
  };
@@ -1,8 +1,9 @@
1
1
  import { CountdownButtonProps } from './interface';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
3
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CountdownButtonProps>, {
4
+ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CountdownButtonProps>, {
4
5
  count: number;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CountdownButtonProps>, {
6
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CountdownButtonProps>, {
6
7
  count: number;
7
8
  }>>>, {
8
9
  count: number;
@@ -11,9 +12,9 @@ export default _default;
11
12
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
13
  type __VLS_TypePropsToRuntimeProps<T> = {
13
14
  [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
15
16
  } : {
16
- type: import('vue').PropType<T[K]>;
17
+ type: PropType<T[K]>;
17
18
  required: true;
18
19
  };
19
20
  };
@@ -1,57 +1,100 @@
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from 'vue';
1
2
  export * from './interface';
2
- export declare const CountdownButton: import('@aplus-frontend/utils/src/vue/install').SFCWithInstall<import('vue').DefineComponent<{
3
- value: {
4
- type: import('vue').PropType<string | number | any[] | Record<string, any>>;
5
- };
6
- count: {
7
- type: import('vue').PropType<number>;
8
- default: number;
9
- };
10
- beforeStartFunc: {
11
- type: import('vue').PropType<() => Promise<boolean>>;
12
- };
13
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
3
+ export declare const CountdownButton: {
4
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
5
+ value: {
6
+ type: PropType<string | number | any[] | Record<string, any>>;
7
+ };
8
+ count: {
9
+ type: PropType<number>;
10
+ default: number;
11
+ };
12
+ beforeStartFunc: {
13
+ type: PropType<() => Promise<boolean>>;
14
+ };
15
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
16
+ value: {
17
+ type: PropType<string | number | any[] | Record<string, any>>;
18
+ };
19
+ count: {
20
+ type: PropType<number>;
21
+ default: number;
22
+ };
23
+ beforeStartFunc: {
24
+ type: PropType<() => Promise<boolean>>;
25
+ };
26
+ }>>, {
27
+ count: number;
28
+ }, true, {}, {}, {
29
+ P: {};
30
+ B: {};
31
+ D: {};
32
+ C: {};
33
+ M: {};
34
+ Defaults: {};
35
+ }, Readonly< ExtractPropTypes<{
36
+ value: {
37
+ type: PropType<string | number | any[] | Record<string, any>>;
38
+ };
39
+ count: {
40
+ type: PropType<number>;
41
+ default: number;
42
+ };
43
+ beforeStartFunc: {
44
+ type: PropType<() => Promise<boolean>>;
45
+ };
46
+ }>>, {}, {}, {}, {}, {
47
+ count: number;
48
+ }>;
49
+ __isFragment?: undefined;
50
+ __isTeleport?: undefined;
51
+ __isSuspense?: undefined;
52
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
14
53
  value: {
15
- type: import('vue').PropType<string | number | any[] | Record<string, any>>;
54
+ type: PropType<string | number | any[] | Record<string, any>>;
16
55
  };
17
56
  count: {
18
- type: import('vue').PropType<number>;
57
+ type: PropType<number>;
19
58
  default: number;
20
59
  };
21
60
  beforeStartFunc: {
22
- type: import('vue').PropType<() => Promise<boolean>>;
61
+ type: PropType<() => Promise<boolean>>;
23
62
  };
24
- }>>, {
63
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
25
64
  count: number;
26
- }, {}>>;
27
- export declare const CountdownInput: import('@aplus-frontend/utils/src/vue/install').SFCWithInstall<{
28
- new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
65
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
66
+ $props: {
67
+ onClick?: (() => void) | undefined;
68
+ };
69
+ });
70
+ export declare const CountdownInput: {
71
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
29
72
  size: {
30
- type: import('vue').PropType<"small" | "middle" | "large">;
73
+ type: PropType<"small" | "middle" | "large">;
31
74
  };
32
75
  value: {
33
- type: import('vue').PropType<string>;
76
+ type: PropType<string>;
34
77
  };
35
78
  count: {
36
- type: import('vue').PropType<number>;
79
+ type: PropType<number>;
37
80
  default: number;
38
81
  };
39
82
  sendCodeApi: {
40
- type: import('vue').PropType<() => Promise<boolean>>;
83
+ type: PropType<() => Promise<boolean>>;
41
84
  };
42
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
85
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
43
86
  size: {
44
- type: import('vue').PropType<"small" | "middle" | "large">;
87
+ type: PropType<"small" | "middle" | "large">;
45
88
  };
46
89
  value: {
47
- type: import('vue').PropType<string>;
90
+ type: PropType<string>;
48
91
  };
49
92
  count: {
50
- type: import('vue').PropType<number>;
93
+ type: PropType<number>;
51
94
  default: number;
52
95
  };
53
96
  sendCodeApi: {
54
- type: import('vue').PropType<() => Promise<boolean>>;
97
+ type: PropType<() => Promise<boolean>>;
55
98
  };
56
99
  }>>, {
57
100
  count: number;
@@ -62,19 +105,19 @@ export declare const CountdownInput: import('@aplus-frontend/utils/src/vue/insta
62
105
  C: {};
63
106
  M: {};
64
107
  Defaults: {};
65
- }, Readonly<import('vue').ExtractPropTypes<{
108
+ }, Readonly< ExtractPropTypes<{
66
109
  size: {
67
- type: import('vue').PropType<"small" | "middle" | "large">;
110
+ type: PropType<"small" | "middle" | "large">;
68
111
  };
69
112
  value: {
70
- type: import('vue').PropType<string>;
113
+ type: PropType<string>;
71
114
  };
72
115
  count: {
73
- type: import('vue').PropType<number>;
116
+ type: PropType<number>;
74
117
  default: number;
75
118
  };
76
119
  sendCodeApi: {
77
- type: import('vue').PropType<() => Promise<boolean>>;
120
+ type: PropType<() => Promise<boolean>>;
78
121
  };
79
122
  }>>, {}, {}, {}, {}, {
80
123
  count: number;
@@ -82,22 +125,26 @@ export declare const CountdownInput: import('@aplus-frontend/utils/src/vue/insta
82
125
  __isFragment?: undefined;
83
126
  __isTeleport?: undefined;
84
127
  __isSuspense?: undefined;
85
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
128
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
86
129
  size: {
87
- type: import('vue').PropType<"small" | "middle" | "large">;
130
+ type: PropType<"small" | "middle" | "large">;
88
131
  };
89
132
  value: {
90
- type: import('vue').PropType<string>;
133
+ type: PropType<string>;
91
134
  };
92
135
  count: {
93
- type: import('vue').PropType<number>;
136
+ type: PropType<number>;
94
137
  default: number;
95
138
  };
96
139
  sendCodeApi: {
97
- type: import('vue').PropType<() => Promise<boolean>>;
140
+ type: PropType<() => Promise<boolean>>;
98
141
  };
99
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
142
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
100
143
  count: number;
101
- }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
144
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
102
145
  $slots: Partial<Record<string, (_: any) => any>>;
103
- })>;
146
+ }) & Plugin<any[]> & (new (...args: any[]) => {
147
+ $props: {
148
+ onClick?: (() => void) | undefined;
149
+ };
150
+ });
@@ -1,8 +1,9 @@
1
1
  import { CountdownInputProps } 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<CountdownInputProps>, {
4
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CountdownInputProps>, {
4
5
  count: number;
5
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CountdownInputProps>, {
6
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CountdownInputProps>, {
6
7
  count: number;
7
8
  }>>>, {
8
9
  count: number;
@@ -11,9 +12,9 @@ export default _default;
11
12
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
13
  type __VLS_TypePropsToRuntimeProps<T> = {
13
14
  [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
15
16
  } : {
16
- type: import('vue').PropType<T[K]>;
17
+ type: PropType<T[K]>;
17
18
  required: true;
18
19
  };
19
20
  };
@@ -1,6 +1,7 @@
1
1
  import { CropperAvatarProps } from './interface';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
3
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CropperAvatarProps>, {
4
+ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CropperAvatarProps>, {
4
5
  width: string;
5
6
  showBtn: boolean;
6
7
  btnText: string;
@@ -8,10 +9,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
8
9
  }>, {
9
10
  openModal: (data?: unknown, openOnSet?: boolean | undefined) => void;
10
11
  closeModal: () => void;
11
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
13
  change: (...args: any[]) => void;
13
14
  "update:value": (...args: any[]) => void;
14
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CropperAvatarProps>, {
15
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CropperAvatarProps>, {
15
16
  width: string;
16
17
  showBtn: boolean;
17
18
  btnText: string;
@@ -29,9 +30,9 @@ export default _default;
29
30
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
31
  type __VLS_TypePropsToRuntimeProps<T> = {
31
32
  [K in keyof T]-?: {} extends Pick<T, K> ? {
32
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
33
34
  } : {
34
- type: import('vue').PropType<T[K]>;
35
+ type: PropType<T[K]>;
35
36
  required: true;
36
37
  };
37
38
  };
@@ -1,18 +1,18 @@
1
- import { CSSProperties } from 'vue';
1
+ import { CSSProperties, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
2
  import { CropperOptions, CropperImageProps } from './interface';
3
3
 
4
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CropperImageProps>, {
4
+ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CropperImageProps>, {
5
5
  circled: boolean;
6
6
  realTimePreview: boolean;
7
7
  height: string;
8
8
  crossorigin: undefined;
9
9
  imageStyle: () => {};
10
10
  options: () => {};
11
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
12
  cropend: (...args: any[]) => void;
13
13
  ready: (...args: any[]) => void;
14
14
  cropendError: (...args: any[]) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CropperImageProps>, {
15
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CropperImageProps>, {
16
16
  circled: boolean;
17
17
  realTimePreview: boolean;
18
18
  height: string;
@@ -35,9 +35,9 @@ export default _default;
35
35
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
36
  type __VLS_TypePropsToRuntimeProps<T> = {
37
37
  [K in keyof T]-?: {} extends Pick<T, K> ? {
38
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
39
39
  } : {
40
- type: import('vue').PropType<T[K]>;
40
+ type: PropType<T[K]>;
41
41
  required: true;
42
42
  };
43
43
  };
@@ -1,11 +1,11 @@
1
- import { PropType } from 'vue';
1
+ import { PropType, DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
2
 
3
3
  type apiFunParams = {
4
4
  file: Blob;
5
5
  name: string;
6
6
  filename: string;
7
7
  };
8
- declare const _default: import('vue').DefineComponent<{
8
+ declare const _default: DefineComponent<{
9
9
  circled: {
10
10
  type: BooleanConstructor;
11
11
  default: boolean;
@@ -19,11 +19,11 @@ declare const _default: import('vue').DefineComponent<{
19
19
  size: {
20
20
  type: NumberConstructor;
21
21
  };
22
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
23
23
  uploadSuccess: (...args: any[]) => void;
24
24
  register: (...args: any[]) => void;
25
25
  uploadError: (...args: any[]) => void;
26
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
26
+ }, string, PublicProps, Readonly< ExtractPropTypes<{
27
27
  circled: {
28
28
  type: BooleanConstructor;
29
29
  default: boolean;