@aplus-frontend/ui 0.0.1-beta.32 → 0.0.1-beta.33
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.
- package/es/src/ap-custom-column/custom-column.vue.mjs +17 -14
- package/es/src/ap-field/text/index.vue.d.ts +1 -1
- package/es/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/interface.d.ts +10 -0
- package/es/src/ap-table/components/style/pagination.css +12 -0
- package/es/src/ap-table/interface.d.ts +152 -0
- package/es/src/base-button/index.d.ts +137 -0
- package/es/src/basic/index.d.ts +278 -0
- package/es/src/button/index.d.ts +51 -0
- package/es/src/config-provider/config-provider-props.d.ts +1 -1
- package/es/src/config-provider/config-provider.d.ts +11 -11
- package/es/src/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/src/config-provider/index.d.ts +691 -0
- package/es/src/container/index.d.ts +178 -0
- package/es/src/count-down/index.d.ts +150 -0
- package/es/src/cropper/index.d.ts +369 -0
- package/es/src/description/description.vue.d.ts +1 -1
- package/es/src/description/index.d.ts +214 -0
- package/es/src/dropdown/index.d.ts +113 -0
- package/es/src/icon/index.d.ts +208 -0
- package/es/src/icon-picker/icon-picker.vue.d.ts +2 -2
- package/es/src/icon-picker/index.d.ts +190 -0
- package/es/src/locale/lang/en.mjs +6 -0
- package/es/src/locale/lang/zh-cn.mjs +6 -0
- package/es/src/modal/basic.vue.d.ts +1 -1
- package/es/src/modal/components/modal-footer.vue.d.ts +1 -1
- package/es/src/modal/index.d.ts +963 -0
- package/es/src/pro-form/components/api-cascader.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-select.vue.d.ts +2 -2
- package/es/src/pro-form/components/api-transfer.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-tree.vue.d.ts +1 -1
- package/es/src/pro-form/hooks/use-label-width.d.ts +6 -6
- package/es/src/pro-form/pro-form.vue.d.ts +1 -1
- package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
- package/es/src/pro-table/pro-table.vue.d.ts +1 -1
- package/es/src/scroll-bar/index.d.ts +176 -0
- package/es/src/strength-meter/index.d.ts +89 -0
- package/es/src/theme/antd-global-overwrite/admin/form.css +17 -0
- package/es/src/theme/antd-global-overwrite/admin/index.css +58 -14
- package/es/src/theme/antd-global-overwrite/admin/modal.css +2 -5
- package/es/src/theme/antd-global-overwrite/admin/steps.css +20 -9
- package/es/src/theme/antd-global-overwrite/admin/table.css +19 -0
- package/es/src/theme/antd-global-overwrite/aplus/form.css +17 -0
- package/es/src/theme/antd-global-overwrite/aplus/index.css +41 -10
- package/es/src/theme/antd-global-overwrite/aplus/modal.css +3 -6
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +21 -4
- package/es/src/theme/ap-table/ap-table-pagination.css +12 -0
- package/es/src/transition/index.d.ts +369 -0
- package/es/src/utils/config-provider-preset.d.ts +12 -12
- package/lib/src/ap-custom-column/custom-column.vue.js +1 -1
- package/lib/src/ap-field/text/index.vue.d.ts +1 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/interface.d.ts +10 -0
- package/lib/src/ap-table/components/style/pagination.css +12 -0
- package/lib/src/ap-table/interface.d.ts +152 -0
- package/lib/src/base-button/index.d.ts +137 -0
- package/lib/src/basic/index.d.ts +278 -0
- package/lib/src/button/index.d.ts +51 -0
- package/lib/src/config-provider/config-provider-props.d.ts +1 -1
- package/lib/src/config-provider/config-provider.d.ts +11 -11
- package/lib/src/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/src/config-provider/index.d.ts +691 -0
- package/lib/src/container/index.d.ts +178 -0
- package/lib/src/count-down/index.d.ts +150 -0
- package/lib/src/cropper/index.d.ts +369 -0
- package/lib/src/description/description.vue.d.ts +1 -1
- package/lib/src/description/index.d.ts +214 -0
- package/lib/src/dropdown/index.d.ts +113 -0
- package/lib/src/icon/index.d.ts +208 -0
- package/lib/src/icon-picker/icon-picker.vue.d.ts +2 -2
- package/lib/src/icon-picker/index.d.ts +190 -0
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +1 -1
- package/lib/src/modal/components/modal-footer.vue.d.ts +1 -1
- package/lib/src/modal/index.d.ts +963 -0
- package/lib/src/pro-form/components/api-cascader.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-select.vue.d.ts +2 -2
- package/lib/src/pro-form/components/api-transfer.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-tree-select.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-tree.vue.d.ts +1 -1
- package/lib/src/pro-form/hooks/use-label-width.d.ts +6 -6
- package/lib/src/pro-form/pro-form.vue.d.ts +1 -1
- package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +1 -1
- package/lib/src/pro-table/pro-table.vue.d.ts +1 -1
- package/lib/src/scroll-bar/index.d.ts +176 -0
- package/lib/src/strength-meter/index.d.ts +89 -0
- package/lib/src/theme/antd-global-overwrite/admin/form.css +17 -0
- package/lib/src/theme/antd-global-overwrite/admin/index.css +58 -14
- package/lib/src/theme/antd-global-overwrite/admin/modal.css +2 -5
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +20 -9
- package/lib/src/theme/antd-global-overwrite/admin/table.css +19 -0
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +17 -0
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +41 -10
- package/lib/src/theme/antd-global-overwrite/aplus/modal.css +3 -6
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +21 -4
- package/lib/src/theme/ap-table/ap-table-pagination.css +12 -0
- package/lib/src/transition/index.d.ts +369 -0
- package/lib/src/utils/config-provider-preset.d.ts +12 -12
- package/package.json +1 -1
|
@@ -38,3 +38,20 @@
|
|
|
38
38
|
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
39
39
|
color: #abb7cc;
|
|
40
40
|
}
|
|
41
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.custom-form-action-container .ant-form-item-control-input-content {
|
|
42
|
+
display: flex;
|
|
43
|
+
justify-content: flex-end;
|
|
44
|
+
align-items: center;
|
|
45
|
+
}
|
|
46
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.custom-form-action-container .ant-form-item-control-input-content button.ant-btn-primary {
|
|
47
|
+
order: 1;
|
|
48
|
+
margin-right: 0.5rem;
|
|
49
|
+
}
|
|
50
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.custom-form-action-container .ant-form-item-control-input-content button.ant-btn-default {
|
|
51
|
+
order: 2;
|
|
52
|
+
margin-right: 0.5rem;
|
|
53
|
+
}
|
|
54
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.custom-form-action-container .ant-form-item-control-input-content button.ant-btn-link {
|
|
55
|
+
order: 3;
|
|
56
|
+
margin-right: 0.5rem;
|
|
57
|
+
}
|
|
@@ -101,6 +101,23 @@
|
|
|
101
101
|
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
102
102
|
color: #abb7cc;
|
|
103
103
|
}
|
|
104
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.custom-form-action-container .ant-form-item-control-input-content {
|
|
105
|
+
display: flex;
|
|
106
|
+
justify-content: flex-end;
|
|
107
|
+
align-items: center;
|
|
108
|
+
}
|
|
109
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.custom-form-action-container .ant-form-item-control-input-content button.ant-btn-primary {
|
|
110
|
+
order: 1;
|
|
111
|
+
margin-right: 0.5rem;
|
|
112
|
+
}
|
|
113
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.custom-form-action-container .ant-form-item-control-input-content button.ant-btn-default {
|
|
114
|
+
order: 2;
|
|
115
|
+
margin-right: 0.5rem;
|
|
116
|
+
}
|
|
117
|
+
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.custom-form-action-container .ant-form-item-control-input-content button.ant-btn-link {
|
|
118
|
+
order: 3;
|
|
119
|
+
margin-right: 0.5rem;
|
|
120
|
+
}
|
|
104
121
|
.ant-message .ant-message-notice-content {
|
|
105
122
|
padding: 10px 16px;
|
|
106
123
|
/* 文字颜色/一级-333333 */
|
|
@@ -168,20 +185,17 @@
|
|
|
168
185
|
line-height: 24px;
|
|
169
186
|
}
|
|
170
187
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
171
|
-
padding: 20px
|
|
172
|
-
}
|
|
173
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has(.scrollbar) {
|
|
174
|
-
padding: 0;
|
|
188
|
+
padding: 20px !important;
|
|
175
189
|
}
|
|
176
190
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
|
|
177
|
-
padding:
|
|
191
|
+
padding: 0;
|
|
178
192
|
}
|
|
179
193
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
|
|
180
194
|
margin-bottom: 0 !important;
|
|
181
195
|
}
|
|
182
196
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
183
197
|
margin-top: 0;
|
|
184
|
-
padding: 20px;
|
|
198
|
+
padding: 0 20px 20px;
|
|
185
199
|
border-top: none;
|
|
186
200
|
}
|
|
187
201
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
@@ -323,7 +337,10 @@
|
|
|
323
337
|
width: 28px;
|
|
324
338
|
height: 28px;
|
|
325
339
|
margin-top: 4px;
|
|
326
|
-
|
|
340
|
+
display: flex;
|
|
341
|
+
justify-content: center;
|
|
342
|
+
align-items: center;
|
|
343
|
+
flex-shrink: 0;
|
|
327
344
|
}
|
|
328
345
|
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
|
|
329
346
|
background-color: #ffffff;
|
|
@@ -343,7 +360,7 @@
|
|
|
343
360
|
color: #8896b0;
|
|
344
361
|
font-weight: 400;
|
|
345
362
|
font-size: 12px;
|
|
346
|
-
line-height:
|
|
363
|
+
line-height: 1rem;
|
|
347
364
|
}
|
|
348
365
|
.ant-steps .ant-steps-item-title {
|
|
349
366
|
height: 24px;
|
|
@@ -369,7 +386,7 @@
|
|
|
369
386
|
color: #8896b0;
|
|
370
387
|
font-weight: 400;
|
|
371
388
|
font-size: 12px;
|
|
372
|
-
line-height:
|
|
389
|
+
line-height: 1rem;
|
|
373
390
|
}
|
|
374
391
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
|
|
375
392
|
background-color: #ffffff;
|
|
@@ -386,11 +403,21 @@
|
|
|
386
403
|
color: #8896b0;
|
|
387
404
|
font-weight: 400;
|
|
388
405
|
font-size: 12px;
|
|
389
|
-
line-height:
|
|
406
|
+
line-height: 1rem;
|
|
407
|
+
}
|
|
408
|
+
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-tail {
|
|
409
|
+
inset-inline-start: 13px;
|
|
410
|
+
margin: 4px 0;
|
|
411
|
+
}
|
|
412
|
+
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
|
|
413
|
+
background-color: #ffffff;
|
|
390
414
|
}
|
|
391
415
|
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
|
|
392
416
|
margin-inline-end: 8px;
|
|
393
417
|
}
|
|
418
|
+
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
|
|
419
|
+
inset-inline-start: 13px;
|
|
420
|
+
}
|
|
394
421
|
.ant-steps.ant-steps-vertical .ant-steps-item-icon {
|
|
395
422
|
display: flex;
|
|
396
423
|
align-items: center;
|
|
@@ -399,6 +426,10 @@
|
|
|
399
426
|
height: 28px;
|
|
400
427
|
margin-top: 4px;
|
|
401
428
|
}
|
|
429
|
+
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
|
|
430
|
+
inset-inline-start: 13px;
|
|
431
|
+
margin: 6px 0;
|
|
432
|
+
}
|
|
402
433
|
.ant-table-wrapper .ant-table.ant-table.ant-table-small .ant-table-title,
|
|
403
434
|
.ant-table-wrapper .ant-table.ant-table.ant-table-middle .ant-table-title {
|
|
404
435
|
display: flex;
|
|
@@ -48,20 +48,17 @@
|
|
|
48
48
|
line-height: 24px;
|
|
49
49
|
}
|
|
50
50
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
|
|
51
|
-
padding: 20px
|
|
52
|
-
}
|
|
53
|
-
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has(.scrollbar) {
|
|
54
|
-
padding: 0;
|
|
51
|
+
padding: 20px !important;
|
|
55
52
|
}
|
|
56
53
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
|
|
57
|
-
padding:
|
|
54
|
+
padding: 0;
|
|
58
55
|
}
|
|
59
56
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
|
|
60
57
|
margin-bottom: 0 !important;
|
|
61
58
|
}
|
|
62
59
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
|
|
63
60
|
margin-top: 0;
|
|
64
|
-
padding: 20px;
|
|
61
|
+
padding: 0 20px 20px;
|
|
65
62
|
border-top: none;
|
|
66
63
|
}
|
|
67
64
|
.ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
|
|
@@ -8,7 +8,10 @@
|
|
|
8
8
|
width: 28px;
|
|
9
9
|
height: 28px;
|
|
10
10
|
margin-top: 4px;
|
|
11
|
-
|
|
11
|
+
display: flex;
|
|
12
|
+
justify-content: center;
|
|
13
|
+
align-items: center;
|
|
14
|
+
flex-shrink: 0;
|
|
12
15
|
}
|
|
13
16
|
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-icon {
|
|
14
17
|
background-color: #ffffff;
|
|
@@ -28,7 +31,7 @@
|
|
|
28
31
|
color: #8896b0;
|
|
29
32
|
font-weight: 400;
|
|
30
33
|
font-size: 12px;
|
|
31
|
-
line-height:
|
|
34
|
+
line-height: 1rem;
|
|
32
35
|
}
|
|
33
36
|
.ant-steps .ant-steps-item-title {
|
|
34
37
|
height: 24px;
|
|
@@ -54,7 +57,7 @@
|
|
|
54
57
|
color: #8896b0;
|
|
55
58
|
font-weight: 400;
|
|
56
59
|
font-size: 12px;
|
|
57
|
-
line-height:
|
|
60
|
+
line-height: 1rem;
|
|
58
61
|
}
|
|
59
62
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
|
|
60
63
|
background-color: #ffffff;
|
|
@@ -71,11 +74,21 @@
|
|
|
71
74
|
color: #8896b0;
|
|
72
75
|
font-weight: 400;
|
|
73
76
|
font-size: 12px;
|
|
74
|
-
line-height:
|
|
77
|
+
line-height: 1rem;
|
|
78
|
+
}
|
|
79
|
+
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-tail {
|
|
80
|
+
inset-inline-start: 13px;
|
|
81
|
+
margin: 4px 0;
|
|
82
|
+
}
|
|
83
|
+
.ant-steps-item.ant-steps-item-finish.ant-steps-item-active .ant-steps-item-container .ant-steps-item-icon {
|
|
84
|
+
background-color: #ffffff;
|
|
75
85
|
}
|
|
76
86
|
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-icon {
|
|
77
87
|
margin-inline-end: 8px;
|
|
78
88
|
}
|
|
89
|
+
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
|
|
90
|
+
inset-inline-start: 13px;
|
|
91
|
+
}
|
|
79
92
|
.ant-steps.ant-steps-vertical .ant-steps-item-icon {
|
|
80
93
|
display: flex;
|
|
81
94
|
align-items: center;
|
|
@@ -84,3 +97,7 @@
|
|
|
84
97
|
height: 28px;
|
|
85
98
|
margin-top: 4px;
|
|
86
99
|
}
|
|
100
|
+
.ant-steps.ant-steps-vertical.ant-steps-small .ant-steps-item .ant-steps-item-tail {
|
|
101
|
+
inset-inline-start: 13px;
|
|
102
|
+
margin: 6px 0;
|
|
103
|
+
}
|
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
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
|
+
}, {}>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TransformCellTextProps } from 'ant-design-vue/lib/table/interface';
|
|
2
2
|
import { ConfigProviderProps } from 'ant-design-vue';
|
|
3
3
|
import { ThemeConfig } from 'ant-design-vue/es/config-provider/context';
|
|
4
|
-
import { ValidateMessages } from 'ant-design-vue/es/form/interface';
|
|
5
|
-
import { RequiredMark } from 'ant-design-vue/es/form/Form';
|
|
6
4
|
import { CSPConfig } from 'ant-design-vue/es/config-provider';
|
|
7
5
|
import { Locale } from 'ant-design-vue/es/locale';
|
|
8
6
|
import { ButtonSize } from 'ant-design-vue/es/button';
|
|
7
|
+
import { ValidateMessages } from 'ant-design-vue/es/form/interface';
|
|
8
|
+
import { RequiredMark } from 'ant-design-vue/es/form/Form';
|
|
9
9
|
import { default as __DTS_DEFAULT_0__ } from 'ant-design-vue/es/config-provider/renderEmpty';
|
|
10
10
|
import { TransformCellTextProps } from 'ant-design-vue/es/table/interface';
|
|
11
11
|
|
|
@@ -39,18 +39,10 @@ export declare const antdConfigProviderPresets: Partial<ConfigProviderProps>;
|
|
|
39
39
|
export declare function mergeAntdProvideConfig(config: ConfigProviderProps): {
|
|
40
40
|
theme?: ThemeConfig | undefined;
|
|
41
41
|
direction?: "ltr" | "rtl" | undefined;
|
|
42
|
+
csp?: CSPConfig | undefined;
|
|
42
43
|
input?: {
|
|
43
44
|
autocomplete?: string | undefined;
|
|
44
45
|
} | undefined;
|
|
45
|
-
select?: {
|
|
46
|
-
showSearch?: boolean | undefined;
|
|
47
|
-
} | undefined;
|
|
48
|
-
form?: {
|
|
49
|
-
validateMessages?: ValidateMessages | undefined;
|
|
50
|
-
requiredMark?: RequiredMark | undefined;
|
|
51
|
-
colon?: boolean | undefined;
|
|
52
|
-
} | undefined;
|
|
53
|
-
csp?: CSPConfig | undefined;
|
|
54
46
|
locale?: Locale | undefined;
|
|
55
47
|
pageHeader?: {
|
|
56
48
|
ghost?: boolean | undefined;
|
|
@@ -59,16 +51,24 @@ export declare function mergeAntdProvideConfig(config: ConfigProviderProps): {
|
|
|
59
51
|
size?: number | ButtonSize;
|
|
60
52
|
} | undefined;
|
|
61
53
|
dropdownMatchSelectWidth?: number | boolean | undefined;
|
|
54
|
+
form?: {
|
|
55
|
+
validateMessages?: ValidateMessages | undefined;
|
|
56
|
+
requiredMark?: RequiredMark | undefined;
|
|
57
|
+
colon?: boolean | undefined;
|
|
58
|
+
} | undefined;
|
|
62
59
|
pagination?: {
|
|
63
60
|
showSizeChanger?: boolean | undefined;
|
|
64
61
|
} | undefined;
|
|
62
|
+
select?: {
|
|
63
|
+
showSearch?: boolean | undefined;
|
|
64
|
+
} | undefined;
|
|
65
65
|
wave?: {
|
|
66
66
|
disabled?: boolean | undefined;
|
|
67
67
|
} | undefined;
|
|
68
68
|
getPopupContainer?: ((triggerNode?: HTMLElement | undefined) => HTMLElement) | undefined;
|
|
69
69
|
prefixCls?: string | undefined;
|
|
70
70
|
iconPrefixCls?: string | undefined;
|
|
71
|
-
getTargetContainer?: (() =>
|
|
71
|
+
getTargetContainer?: (() => HTMLElement | Window) | undefined;
|
|
72
72
|
getPrefixCls?: ((suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string) | undefined;
|
|
73
73
|
renderEmpty?: __DTS_DEFAULT_0__ | undefined;
|
|
74
74
|
transformCellText?: ((tableProps: TransformCellTextProps) => any) | undefined;
|