@aplus-frontend/ui 0.0.1-beta.30 → 0.0.1-beta.31

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 (75) hide show
  1. package/es/src/ap-field/text/index.vue.d.ts +1 -1
  2. package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
  3. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +1 -0
  4. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.mjs +21 -20
  5. package/es/src/ap-layout/style/ap-info-layout.css +0 -45
  6. package/es/src/base-button/index.d.ts +137 -0
  7. package/es/src/basic/index.d.ts +278 -0
  8. package/es/src/button/index.d.ts +51 -0
  9. package/es/src/config-provider/config-provider-props.d.ts +1 -1
  10. package/es/src/config-provider/config-provider.d.ts +11 -11
  11. package/es/src/config-provider/hooks/use-global-config.d.ts +1 -1
  12. package/es/src/config-provider/index.d.ts +691 -0
  13. package/es/src/container/index.d.ts +178 -0
  14. package/es/src/count-down/index.d.ts +150 -0
  15. package/es/src/description/description.vue.d.ts +1 -1
  16. package/es/src/description/index.d.ts +214 -0
  17. package/es/src/dropdown/index.d.ts +113 -0
  18. package/es/src/icon/index.d.ts +208 -0
  19. package/es/src/icon-picker/icon-picker.vue.d.ts +2 -2
  20. package/es/src/icon-picker/index.d.ts +190 -0
  21. package/es/src/modal/basic.vue.d.ts +1 -1
  22. package/es/src/modal/components/modal-footer.vue.d.ts +1 -1
  23. package/es/src/pro-form/components/api-cascader.vue.d.ts +1 -1
  24. package/es/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
  25. package/es/src/pro-form/components/api-select.vue.d.ts +2 -2
  26. package/es/src/pro-form/components/api-transfer.vue.d.ts +1 -1
  27. package/es/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
  28. package/es/src/pro-form/components/api-tree.vue.d.ts +1 -1
  29. package/es/src/pro-form/hooks/use-label-width.d.ts +6 -6
  30. package/es/src/pro-form/pro-form.vue.d.ts +1 -1
  31. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  32. package/es/src/pro-table/pro-table.vue.d.ts +1 -1
  33. package/es/src/scroll-bar/index.d.ts +177 -0
  34. package/es/src/strength-meter/index.d.ts +89 -0
  35. package/es/src/theme/ap-layout/ap-info-layout.css +0 -13
  36. package/es/src/transition/index.d.ts +369 -0
  37. package/es/src/utils/config-provider-preset.d.ts +12 -12
  38. package/lib/src/ap-field/text/index.vue.d.ts +1 -1
  39. package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
  40. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +1 -0
  41. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.js +1 -1
  42. package/lib/src/ap-layout/style/ap-info-layout.css +0 -45
  43. package/lib/src/base-button/index.d.ts +137 -0
  44. package/lib/src/basic/index.d.ts +278 -0
  45. package/lib/src/button/index.d.ts +51 -0
  46. package/lib/src/config-provider/config-provider-props.d.ts +1 -1
  47. package/lib/src/config-provider/config-provider.d.ts +11 -11
  48. package/lib/src/config-provider/hooks/use-global-config.d.ts +1 -1
  49. package/lib/src/config-provider/index.d.ts +691 -0
  50. package/lib/src/container/index.d.ts +178 -0
  51. package/lib/src/count-down/index.d.ts +150 -0
  52. package/lib/src/description/description.vue.d.ts +1 -1
  53. package/lib/src/description/index.d.ts +214 -0
  54. package/lib/src/dropdown/index.d.ts +113 -0
  55. package/lib/src/icon/index.d.ts +208 -0
  56. package/lib/src/icon-picker/icon-picker.vue.d.ts +2 -2
  57. package/lib/src/icon-picker/index.d.ts +190 -0
  58. package/lib/src/modal/basic.vue.d.ts +1 -1
  59. package/lib/src/modal/components/modal-footer.vue.d.ts +1 -1
  60. package/lib/src/pro-form/components/api-cascader.vue.d.ts +1 -1
  61. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
  62. package/lib/src/pro-form/components/api-select.vue.d.ts +2 -2
  63. package/lib/src/pro-form/components/api-transfer.vue.d.ts +1 -1
  64. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
  65. package/lib/src/pro-form/components/api-tree.vue.d.ts +1 -1
  66. package/lib/src/pro-form/hooks/use-label-width.d.ts +6 -6
  67. package/lib/src/pro-form/pro-form.vue.d.ts +1 -1
  68. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
  69. package/lib/src/pro-table/pro-table.vue.d.ts +1 -1
  70. package/lib/src/scroll-bar/index.d.ts +177 -0
  71. package/lib/src/strength-meter/index.d.ts +89 -0
  72. package/lib/src/theme/ap-layout/ap-info-layout.css +0 -13
  73. package/lib/src/transition/index.d.ts +369 -0
  74. package/lib/src/utils/config-provider-preset.d.ts +12 -12
  75. package/package.json +1 -1
@@ -0,0 +1,177 @@
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '@vue/runtime-core';
2
+ import { StyleValue } from '../type';
3
+ import { Ref } from '@vue/reactivity';
4
+ export * from './interface';
5
+ export declare const Scrollbar: {
6
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
7
+ native: {
8
+ type: PropType<boolean>;
9
+ };
10
+ scrollHeight: {
11
+ type: PropType<number>;
12
+ default: number;
13
+ };
14
+ wrapStyle: {
15
+ type: PropType<StyleValue>;
16
+ default: string;
17
+ };
18
+ wrapClass: {
19
+ type: PropType<string | string[]>;
20
+ default: string;
21
+ };
22
+ viewClass: {
23
+ type: PropType<string | string[]>;
24
+ default: string;
25
+ };
26
+ viewStyle: {
27
+ type: PropType<string | string[]>;
28
+ default: string;
29
+ };
30
+ noresize: {
31
+ type: PropType<boolean>;
32
+ };
33
+ tag: {
34
+ type: PropType<string>;
35
+ default: string;
36
+ };
37
+ }>>, {
38
+ wrap: Ref<any>;
39
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
40
+ native: {
41
+ type: PropType<boolean>;
42
+ };
43
+ scrollHeight: {
44
+ type: PropType<number>;
45
+ default: number;
46
+ };
47
+ wrapStyle: {
48
+ type: PropType<StyleValue>;
49
+ default: string;
50
+ };
51
+ wrapClass: {
52
+ type: PropType<string | string[]>;
53
+ default: string;
54
+ };
55
+ viewClass: {
56
+ type: PropType<string | string[]>;
57
+ default: string;
58
+ };
59
+ viewStyle: {
60
+ type: PropType<string | string[]>;
61
+ default: string;
62
+ };
63
+ noresize: {
64
+ type: PropType<boolean>;
65
+ };
66
+ tag: {
67
+ type: PropType<string>;
68
+ default: string;
69
+ };
70
+ }>>, {
71
+ scrollHeight: number;
72
+ wrapStyle: StyleValue;
73
+ wrapClass: string | string[];
74
+ viewClass: string | string[];
75
+ viewStyle: string | string[];
76
+ tag: string;
77
+ }, true, {}, {}, {
78
+ P: {};
79
+ B: {};
80
+ D: {};
81
+ C: {};
82
+ M: {};
83
+ Defaults: {};
84
+ }, Readonly< ExtractPropTypes<{
85
+ native: {
86
+ type: PropType<boolean>;
87
+ };
88
+ scrollHeight: {
89
+ type: PropType<number>;
90
+ default: number;
91
+ };
92
+ wrapStyle: {
93
+ type: PropType<StyleValue>;
94
+ default: string;
95
+ };
96
+ wrapClass: {
97
+ type: PropType<string | string[]>;
98
+ default: string;
99
+ };
100
+ viewClass: {
101
+ type: PropType<string | string[]>;
102
+ default: string;
103
+ };
104
+ viewStyle: {
105
+ type: PropType<string | string[]>;
106
+ default: string;
107
+ };
108
+ noresize: {
109
+ type: PropType<boolean>;
110
+ };
111
+ tag: {
112
+ type: PropType<string>;
113
+ default: string;
114
+ };
115
+ }>>, {
116
+ wrap: Ref<any>;
117
+ }, {}, {}, {}, {
118
+ scrollHeight: number;
119
+ wrapStyle: StyleValue;
120
+ wrapClass: string | string[];
121
+ viewClass: string | string[];
122
+ viewStyle: string | string[];
123
+ tag: string;
124
+ }>;
125
+ __isFragment?: undefined;
126
+ __isTeleport?: undefined;
127
+ __isSuspense?: undefined;
128
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
129
+ native: {
130
+ type: PropType<boolean>;
131
+ };
132
+ scrollHeight: {
133
+ type: PropType<number>;
134
+ default: number;
135
+ };
136
+ wrapStyle: {
137
+ type: PropType<StyleValue>;
138
+ default: string;
139
+ };
140
+ wrapClass: {
141
+ type: PropType<string | string[]>;
142
+ default: string;
143
+ };
144
+ viewClass: {
145
+ type: PropType<string | string[]>;
146
+ default: string;
147
+ };
148
+ viewStyle: {
149
+ type: PropType<string | string[]>;
150
+ default: string;
151
+ };
152
+ noresize: {
153
+ type: PropType<boolean>;
154
+ };
155
+ tag: {
156
+ type: PropType<string>;
157
+ default: string;
158
+ };
159
+ }>>, {
160
+ wrap: Ref<any>;
161
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
162
+ scrollHeight: number;
163
+ wrapStyle: StyleValue;
164
+ wrapClass: string | string[];
165
+ viewClass: string | string[];
166
+ viewStyle: string | string[];
167
+ tag: string;
168
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
169
+ $slots: {
170
+ default?(_: {}): any;
171
+ };
172
+ }) & Plugin<any[]> & (new (...args: any[]) => {
173
+ $props: {
174
+ onClick?: (() => void) | undefined;
175
+ };
176
+ });
177
+ export default Scrollbar;
@@ -0,0 +1,89 @@
1
+ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Plugin } from '@vue/runtime-core';
2
+ export * from './interface';
3
+ export declare const StrengthMeter: {
4
+ new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
5
+ disabled: {
6
+ type: PropType<boolean>;
7
+ };
8
+ value: {
9
+ type: PropType<string>;
10
+ };
11
+ showInput: {
12
+ type: PropType<boolean>;
13
+ default: boolean;
14
+ };
15
+ }>> & {
16
+ onChange?: ((...args: any[]) => any) | undefined;
17
+ "onScore-change"?: ((...args: any[]) => any) | undefined;
18
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
19
+ change: (...args: any[]) => void;
20
+ "score-change": (...args: any[]) => void;
21
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
22
+ disabled: {
23
+ type: PropType<boolean>;
24
+ };
25
+ value: {
26
+ type: PropType<string>;
27
+ };
28
+ showInput: {
29
+ type: PropType<boolean>;
30
+ default: boolean;
31
+ };
32
+ }>> & {
33
+ onChange?: ((...args: any[]) => any) | undefined;
34
+ "onScore-change"?: ((...args: any[]) => any) | undefined;
35
+ }, {
36
+ showInput: boolean;
37
+ }, true, {}, {}, {
38
+ P: {};
39
+ B: {};
40
+ D: {};
41
+ C: {};
42
+ M: {};
43
+ Defaults: {};
44
+ }, Readonly< ExtractPropTypes<{
45
+ disabled: {
46
+ type: PropType<boolean>;
47
+ };
48
+ value: {
49
+ type: PropType<string>;
50
+ };
51
+ showInput: {
52
+ type: PropType<boolean>;
53
+ default: boolean;
54
+ };
55
+ }>> & {
56
+ onChange?: ((...args: any[]) => any) | undefined;
57
+ "onScore-change"?: ((...args: any[]) => any) | undefined;
58
+ }, {}, {}, {}, {}, {
59
+ showInput: boolean;
60
+ }>;
61
+ __isFragment?: undefined;
62
+ __isTeleport?: undefined;
63
+ __isSuspense?: undefined;
64
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
65
+ disabled: {
66
+ type: PropType<boolean>;
67
+ };
68
+ value: {
69
+ type: PropType<string>;
70
+ };
71
+ showInput: {
72
+ type: PropType<boolean>;
73
+ default: boolean;
74
+ };
75
+ }>> & {
76
+ onChange?: ((...args: any[]) => any) | undefined;
77
+ "onScore-change"?: ((...args: any[]) => any) | undefined;
78
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
79
+ change: (...args: any[]) => void;
80
+ "score-change": (...args: any[]) => void;
81
+ }, string, {
82
+ showInput: boolean;
83
+ }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
84
+ $slots: Partial<Record<string, (_: any) => any>>;
85
+ }) & Plugin<any[]> & (new (...args: any[]) => {
86
+ $props: {
87
+ onClick?: (() => void) | undefined;
88
+ };
89
+ });
@@ -3,11 +3,6 @@
3
3
  background-color: #fff;
4
4
  border-radius: 4px;
5
5
  }
6
- .aplus-info-layout-header {
7
- padding: 16px 24px;
8
- border-bottom-color: #fff;
9
- border-bottom-width: 1px;
10
- }
11
6
  .aplus-info-layout-header__contant {
12
7
  display: flex;
13
8
  align-items: center;
@@ -15,18 +10,10 @@
15
10
  }
16
11
  .aplus-info-layout-header__contant--title {
17
12
  display: inline-block;
18
- font-weight: 600;
19
- font-size: 16px;
20
- line-height: 1;
21
13
  }
22
14
  .aplus-info-layout-header__contant--actions {
23
15
  display: inline-block;
24
16
  }
25
- .aplus-info-layout-divider {
26
- padding-left: 24px;
27
- padding-right: 24px;
28
- }
29
17
  .aplus-info-layout-contant {
30
- padding: 24px;
31
18
  border-bottom-color: #fff;
32
19
  }
@@ -0,0 +1,369 @@
1
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from '@vue/runtime-core';
2
+ export { default as CollapseTransition } from './collapse-transition.vue';
3
+ export declare const FadeTransition: DefineComponent<{
4
+ group: {
5
+ type: PropType<boolean>;
6
+ default: boolean;
7
+ };
8
+ mode: {
9
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
10
+ default: "default" | "in-out" | "out-in" | undefined;
11
+ };
12
+ origin: {
13
+ type: PropType<string>;
14
+ default: string;
15
+ };
16
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
17
+ group: {
18
+ type: PropType<boolean>;
19
+ default: boolean;
20
+ };
21
+ mode: {
22
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
23
+ default: "default" | "in-out" | "out-in" | undefined;
24
+ };
25
+ origin: {
26
+ type: PropType<string>;
27
+ default: string;
28
+ };
29
+ }>>, {
30
+ mode: "default" | "in-out" | "out-in" | undefined;
31
+ group: boolean;
32
+ origin: string;
33
+ }, {}>;
34
+ export declare const ScaleTransition: DefineComponent<{
35
+ group: {
36
+ type: PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ mode: {
40
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
41
+ default: "default" | "in-out" | "out-in" | undefined;
42
+ };
43
+ origin: {
44
+ type: PropType<string>;
45
+ default: string;
46
+ };
47
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
48
+ group: {
49
+ type: PropType<boolean>;
50
+ default: boolean;
51
+ };
52
+ mode: {
53
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
54
+ default: "default" | "in-out" | "out-in" | undefined;
55
+ };
56
+ origin: {
57
+ type: PropType<string>;
58
+ default: string;
59
+ };
60
+ }>>, {
61
+ mode: "default" | "in-out" | "out-in" | undefined;
62
+ group: boolean;
63
+ origin: string;
64
+ }, {}>;
65
+ export declare const SlideYTransition: DefineComponent<{
66
+ group: {
67
+ type: PropType<boolean>;
68
+ default: boolean;
69
+ };
70
+ mode: {
71
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
72
+ default: "default" | "in-out" | "out-in" | undefined;
73
+ };
74
+ origin: {
75
+ type: PropType<string>;
76
+ default: string;
77
+ };
78
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
79
+ group: {
80
+ type: PropType<boolean>;
81
+ default: boolean;
82
+ };
83
+ mode: {
84
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
85
+ default: "default" | "in-out" | "out-in" | undefined;
86
+ };
87
+ origin: {
88
+ type: PropType<string>;
89
+ default: string;
90
+ };
91
+ }>>, {
92
+ mode: "default" | "in-out" | "out-in" | undefined;
93
+ group: boolean;
94
+ origin: string;
95
+ }, {}>;
96
+ export declare const ScrollYTransition: DefineComponent<{
97
+ group: {
98
+ type: PropType<boolean>;
99
+ default: boolean;
100
+ };
101
+ mode: {
102
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
103
+ default: "default" | "in-out" | "out-in" | undefined;
104
+ };
105
+ origin: {
106
+ type: PropType<string>;
107
+ default: string;
108
+ };
109
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
110
+ group: {
111
+ type: PropType<boolean>;
112
+ default: boolean;
113
+ };
114
+ mode: {
115
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
116
+ default: "default" | "in-out" | "out-in" | undefined;
117
+ };
118
+ origin: {
119
+ type: PropType<string>;
120
+ default: string;
121
+ };
122
+ }>>, {
123
+ mode: "default" | "in-out" | "out-in" | undefined;
124
+ group: boolean;
125
+ origin: string;
126
+ }, {}>;
127
+ export declare const SlideYReverseTransition: DefineComponent<{
128
+ group: {
129
+ type: PropType<boolean>;
130
+ default: boolean;
131
+ };
132
+ mode: {
133
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
134
+ default: "default" | "in-out" | "out-in" | undefined;
135
+ };
136
+ origin: {
137
+ type: PropType<string>;
138
+ default: string;
139
+ };
140
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
141
+ group: {
142
+ type: PropType<boolean>;
143
+ default: boolean;
144
+ };
145
+ mode: {
146
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
147
+ default: "default" | "in-out" | "out-in" | undefined;
148
+ };
149
+ origin: {
150
+ type: PropType<string>;
151
+ default: string;
152
+ };
153
+ }>>, {
154
+ mode: "default" | "in-out" | "out-in" | undefined;
155
+ group: boolean;
156
+ origin: string;
157
+ }, {}>;
158
+ export declare const ScrollYReverseTransition: DefineComponent<{
159
+ group: {
160
+ type: PropType<boolean>;
161
+ default: boolean;
162
+ };
163
+ mode: {
164
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
165
+ default: "default" | "in-out" | "out-in" | undefined;
166
+ };
167
+ origin: {
168
+ type: PropType<string>;
169
+ default: string;
170
+ };
171
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
172
+ group: {
173
+ type: PropType<boolean>;
174
+ default: boolean;
175
+ };
176
+ mode: {
177
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
178
+ default: "default" | "in-out" | "out-in" | undefined;
179
+ };
180
+ origin: {
181
+ type: PropType<string>;
182
+ default: string;
183
+ };
184
+ }>>, {
185
+ mode: "default" | "in-out" | "out-in" | undefined;
186
+ group: boolean;
187
+ origin: string;
188
+ }, {}>;
189
+ export declare const SlideXTransition: DefineComponent<{
190
+ group: {
191
+ type: PropType<boolean>;
192
+ default: boolean;
193
+ };
194
+ mode: {
195
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
196
+ default: "default" | "in-out" | "out-in" | undefined;
197
+ };
198
+ origin: {
199
+ type: PropType<string>;
200
+ default: string;
201
+ };
202
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
203
+ group: {
204
+ type: PropType<boolean>;
205
+ default: boolean;
206
+ };
207
+ mode: {
208
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
209
+ default: "default" | "in-out" | "out-in" | undefined;
210
+ };
211
+ origin: {
212
+ type: PropType<string>;
213
+ default: string;
214
+ };
215
+ }>>, {
216
+ mode: "default" | "in-out" | "out-in" | undefined;
217
+ group: boolean;
218
+ origin: string;
219
+ }, {}>;
220
+ export declare const ScrollXTransition: DefineComponent<{
221
+ group: {
222
+ type: PropType<boolean>;
223
+ default: boolean;
224
+ };
225
+ mode: {
226
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
227
+ default: "default" | "in-out" | "out-in" | undefined;
228
+ };
229
+ origin: {
230
+ type: PropType<string>;
231
+ default: string;
232
+ };
233
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
234
+ group: {
235
+ type: PropType<boolean>;
236
+ default: boolean;
237
+ };
238
+ mode: {
239
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
240
+ default: "default" | "in-out" | "out-in" | undefined;
241
+ };
242
+ origin: {
243
+ type: PropType<string>;
244
+ default: string;
245
+ };
246
+ }>>, {
247
+ mode: "default" | "in-out" | "out-in" | undefined;
248
+ group: boolean;
249
+ origin: string;
250
+ }, {}>;
251
+ export declare const SlideXReverseTransition: DefineComponent<{
252
+ group: {
253
+ type: PropType<boolean>;
254
+ default: boolean;
255
+ };
256
+ mode: {
257
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
258
+ default: "default" | "in-out" | "out-in" | undefined;
259
+ };
260
+ origin: {
261
+ type: PropType<string>;
262
+ default: string;
263
+ };
264
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
265
+ group: {
266
+ type: PropType<boolean>;
267
+ default: boolean;
268
+ };
269
+ mode: {
270
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
271
+ default: "default" | "in-out" | "out-in" | undefined;
272
+ };
273
+ origin: {
274
+ type: PropType<string>;
275
+ default: string;
276
+ };
277
+ }>>, {
278
+ mode: "default" | "in-out" | "out-in" | undefined;
279
+ group: boolean;
280
+ origin: string;
281
+ }, {}>;
282
+ export declare const ScrollXReverseTransition: DefineComponent<{
283
+ group: {
284
+ type: PropType<boolean>;
285
+ default: boolean;
286
+ };
287
+ mode: {
288
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
289
+ default: "default" | "in-out" | "out-in" | undefined;
290
+ };
291
+ origin: {
292
+ type: PropType<string>;
293
+ default: string;
294
+ };
295
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
296
+ group: {
297
+ type: PropType<boolean>;
298
+ default: boolean;
299
+ };
300
+ mode: {
301
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
302
+ default: "default" | "in-out" | "out-in" | undefined;
303
+ };
304
+ origin: {
305
+ type: PropType<string>;
306
+ default: string;
307
+ };
308
+ }>>, {
309
+ mode: "default" | "in-out" | "out-in" | undefined;
310
+ group: boolean;
311
+ origin: string;
312
+ }, {}>;
313
+ export declare const ScaleRotateTransition: DefineComponent<{
314
+ group: {
315
+ type: PropType<boolean>;
316
+ default: boolean;
317
+ };
318
+ mode: {
319
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
320
+ default: "default" | "in-out" | "out-in" | undefined;
321
+ };
322
+ origin: {
323
+ type: PropType<string>;
324
+ default: string;
325
+ };
326
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
327
+ group: {
328
+ type: PropType<boolean>;
329
+ default: boolean;
330
+ };
331
+ mode: {
332
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
333
+ default: "default" | "in-out" | "out-in" | undefined;
334
+ };
335
+ origin: {
336
+ type: PropType<string>;
337
+ default: string;
338
+ };
339
+ }>>, {
340
+ mode: "default" | "in-out" | "out-in" | undefined;
341
+ group: boolean;
342
+ origin: string;
343
+ }, {}>;
344
+ export declare const ExpandXTransition: DefineComponent<{
345
+ mode: {
346
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
347
+ default: "default" | "in-out" | "out-in";
348
+ };
349
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
350
+ mode: {
351
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
352
+ default: "default" | "in-out" | "out-in";
353
+ };
354
+ }>>, {
355
+ mode: "default" | "in-out" | "out-in" | undefined;
356
+ }, {}>;
357
+ export declare const ExpandTransition: DefineComponent<{
358
+ mode: {
359
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
360
+ default: "default" | "in-out" | "out-in";
361
+ };
362
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
363
+ mode: {
364
+ type: PropType<"default" | "in-out" | "out-in" | undefined>;
365
+ default: "default" | "in-out" | "out-in";
366
+ };
367
+ }>>, {
368
+ mode: "default" | "in-out" | "out-in" | undefined;
369
+ }, {}>;