forked from alibaba-fusion/next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
86 lines (86 loc) · 1.83 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
module.exports = {
child2parent: {
// Overlay.Popup inherent from Overlay, add this to generate entire d.ts files
'Overlay.Popup': 'Overlay',
Dropdown: 'Overlay.Popup',
'Form.Submit': 'Button',
'Form.Reset': 'Button',
Nav: 'Menu',
'Nav.Group': 'Menu.Group',
'Nav.Item': 'Menu.Item',
'Nav.PopupItem': 'Menu.PopupItem',
'Nav.SubMenu': 'Menu.SubMenu',
Search: 'Select.AutoComplete',
'Upload.Card': 'Upload',
'Upload.Drager': 'Upload',
},
components: [
'list',
'box',
'responsive-grid',
'avatar',
'divider',
'affix',
'animate',
'badge',
'balloon',
'breadcrumb',
'button',
'calendar',
'calendar2',
'card',
'cascader',
'cascader-select',
'checkbox',
'collapse',
'config-provider',
'core',
'date-picker',
'date-picker2',
'dialog',
'drawer',
'dropdown',
'field',
'form',
'grid',
'icon',
'input',
'loading',
'locale',
'menu',
'menu-button',
'message',
'mixin-ui-state',
'nav',
'number-picker',
'overlay',
'pagination',
'paragraph',
'progress',
'radio',
'range',
'rating',
'search',
'select',
'slider',
'split-button',
'step',
'switch',
'tab',
'table',
'tag',
'time-picker',
'time-picker2',
'timeline',
'transfer',
'tree',
'tree-select',
'util',
'upload',
'validate',
'virtual-list',
'shell',
'notification',
'typography',
],
};