@cuvp1225/antd 0.2.48 → 0.2.50

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 (149) hide show
  1. package/dist/designer.js +844 -21233
  2. package/dist/index.js +776 -21250
  3. package/lib/cjs/components/formily.d.ts +1 -1
  4. package/lib/cjs/components/index.d.ts +0 -13
  5. package/lib/cjs/components/index.js +14 -35
  6. package/lib/cjs/prototypes/affix.js +1 -1
  7. package/lib/cjs/prototypes/alert.js +2 -2
  8. package/lib/cjs/prototypes/anchor.js +2 -2
  9. package/lib/cjs/prototypes/auto-complete.js +1 -1
  10. package/lib/cjs/prototypes/avatar.js +2 -2
  11. package/lib/cjs/prototypes/back-top.js +1 -1
  12. package/lib/cjs/prototypes/badge.js +2 -2
  13. package/lib/cjs/prototypes/box.js +1 -1
  14. package/lib/cjs/prototypes/breadcrumb.js +3 -3
  15. package/lib/cjs/prototypes/button.js +1 -1
  16. package/lib/cjs/prototypes/calendar.js +1 -1
  17. package/lib/cjs/prototypes/card.js +3 -3
  18. package/lib/cjs/prototypes/carousel.js +1 -1
  19. package/lib/cjs/prototypes/cascader.js +1 -1
  20. package/lib/cjs/prototypes/checkbox.js +2 -2
  21. package/lib/cjs/prototypes/collapse.js +2 -2
  22. package/lib/cjs/prototypes/columns.js +2 -2
  23. package/lib/cjs/prototypes/comment.js +1 -1
  24. package/lib/cjs/prototypes/date-picker.js +5 -5
  25. package/lib/cjs/prototypes/descriptions.js +2 -2
  26. package/lib/cjs/prototypes/divider.js +1 -1
  27. package/lib/cjs/prototypes/drawer.js +1 -1
  28. package/lib/cjs/prototypes/dropdown.js +2 -2
  29. package/lib/cjs/prototypes/each.js +1 -1
  30. package/lib/cjs/prototypes/empty.js +1 -1
  31. package/lib/cjs/prototypes/form.js +4 -4
  32. package/lib/cjs/prototypes/formily.js +5 -5
  33. package/lib/cjs/prototypes/grid.js +2 -2
  34. package/lib/cjs/prototypes/iframe.js +1 -1
  35. package/lib/cjs/prototypes/image.js +2 -2
  36. package/lib/cjs/prototypes/input-number.js +1 -1
  37. package/lib/cjs/prototypes/input.js +5 -5
  38. package/lib/cjs/prototypes/interval.js +1 -1
  39. package/lib/cjs/prototypes/link.js +1 -1
  40. package/lib/cjs/prototypes/list.js +3 -3
  41. package/lib/cjs/prototypes/mentions.js +2 -2
  42. package/lib/cjs/prototypes/menu.js +5 -5
  43. package/lib/cjs/prototypes/modal.js +1 -1
  44. package/lib/cjs/prototypes/page-header.js +1 -1
  45. package/lib/cjs/prototypes/page.js +1 -1
  46. package/lib/cjs/prototypes/pagination.js +1 -1
  47. package/lib/cjs/prototypes/popconfirm.js +1 -1
  48. package/lib/cjs/prototypes/popover.js +1 -1
  49. package/lib/cjs/prototypes/progress.js +1 -1
  50. package/lib/cjs/prototypes/radio.js +2 -2
  51. package/lib/cjs/prototypes/rate.js +1 -1
  52. package/lib/cjs/prototypes/result.js +1 -1
  53. package/lib/cjs/prototypes/section.js +1 -1
  54. package/lib/cjs/prototypes/select.js +1 -1
  55. package/lib/cjs/prototypes/skeleton.js +6 -6
  56. package/lib/cjs/prototypes/slider.js +1 -1
  57. package/lib/cjs/prototypes/space.js +1 -1
  58. package/lib/cjs/prototypes/spin.js +1 -1
  59. package/lib/cjs/prototypes/statistic.js +2 -2
  60. package/lib/cjs/prototypes/steps.js +2 -2
  61. package/lib/cjs/prototypes/switch.js +1 -1
  62. package/lib/cjs/prototypes/table.js +2 -2
  63. package/lib/cjs/prototypes/tabs.js +2 -2
  64. package/lib/cjs/prototypes/tag.js +2 -2
  65. package/lib/cjs/prototypes/text.js +1 -1
  66. package/lib/cjs/prototypes/time-picker.js +2 -2
  67. package/lib/cjs/prototypes/timeline.js +2 -2
  68. package/lib/cjs/prototypes/toolbar.js +1 -1
  69. package/lib/cjs/prototypes/tooltip.js +1 -1
  70. package/lib/cjs/prototypes/transfer.js +2 -2
  71. package/lib/cjs/prototypes/tree-select.js +1 -1
  72. package/lib/cjs/prototypes/tree.js +3 -3
  73. package/lib/cjs/prototypes/typography.js +3 -3
  74. package/lib/cjs/prototypes/upload.js +2 -2
  75. package/lib/cjs/prototypes/when.js +1 -1
  76. package/lib/esm/components/formily.d.ts +1 -1
  77. package/lib/esm/components/index.d.ts +0 -13
  78. package/lib/esm/components/index.js +13 -13
  79. package/lib/esm/prototypes/affix.js +1 -1
  80. package/lib/esm/prototypes/alert.js +2 -2
  81. package/lib/esm/prototypes/anchor.js +2 -2
  82. package/lib/esm/prototypes/auto-complete.js +1 -1
  83. package/lib/esm/prototypes/avatar.js +2 -2
  84. package/lib/esm/prototypes/back-top.js +1 -1
  85. package/lib/esm/prototypes/badge.js +2 -2
  86. package/lib/esm/prototypes/box.js +1 -1
  87. package/lib/esm/prototypes/breadcrumb.js +3 -3
  88. package/lib/esm/prototypes/button.js +1 -1
  89. package/lib/esm/prototypes/calendar.js +1 -1
  90. package/lib/esm/prototypes/card.js +3 -3
  91. package/lib/esm/prototypes/carousel.js +1 -1
  92. package/lib/esm/prototypes/cascader.js +1 -1
  93. package/lib/esm/prototypes/checkbox.js +2 -2
  94. package/lib/esm/prototypes/collapse.js +2 -2
  95. package/lib/esm/prototypes/columns.js +2 -2
  96. package/lib/esm/prototypes/comment.js +1 -1
  97. package/lib/esm/prototypes/date-picker.js +5 -5
  98. package/lib/esm/prototypes/descriptions.js +2 -2
  99. package/lib/esm/prototypes/divider.js +1 -1
  100. package/lib/esm/prototypes/drawer.js +1 -1
  101. package/lib/esm/prototypes/dropdown.js +2 -2
  102. package/lib/esm/prototypes/each.js +1 -1
  103. package/lib/esm/prototypes/empty.js +1 -1
  104. package/lib/esm/prototypes/form.js +4 -4
  105. package/lib/esm/prototypes/formily.js +5 -5
  106. package/lib/esm/prototypes/grid.js +2 -2
  107. package/lib/esm/prototypes/iframe.js +1 -1
  108. package/lib/esm/prototypes/image.js +2 -2
  109. package/lib/esm/prototypes/input-number.js +1 -1
  110. package/lib/esm/prototypes/input.js +5 -5
  111. package/lib/esm/prototypes/interval.js +1 -1
  112. package/lib/esm/prototypes/link.js +1 -1
  113. package/lib/esm/prototypes/list.js +3 -3
  114. package/lib/esm/prototypes/mentions.js +2 -2
  115. package/lib/esm/prototypes/menu.js +5 -5
  116. package/lib/esm/prototypes/modal.js +1 -1
  117. package/lib/esm/prototypes/page-header.js +1 -1
  118. package/lib/esm/prototypes/page.js +1 -1
  119. package/lib/esm/prototypes/pagination.js +1 -1
  120. package/lib/esm/prototypes/popconfirm.js +1 -1
  121. package/lib/esm/prototypes/popover.js +1 -1
  122. package/lib/esm/prototypes/progress.js +1 -1
  123. package/lib/esm/prototypes/radio.js +2 -2
  124. package/lib/esm/prototypes/rate.js +1 -1
  125. package/lib/esm/prototypes/result.js +1 -1
  126. package/lib/esm/prototypes/section.js +1 -1
  127. package/lib/esm/prototypes/select.js +1 -1
  128. package/lib/esm/prototypes/skeleton.js +6 -6
  129. package/lib/esm/prototypes/slider.js +1 -1
  130. package/lib/esm/prototypes/space.js +1 -1
  131. package/lib/esm/prototypes/spin.js +1 -1
  132. package/lib/esm/prototypes/statistic.js +2 -2
  133. package/lib/esm/prototypes/steps.js +2 -2
  134. package/lib/esm/prototypes/switch.js +1 -1
  135. package/lib/esm/prototypes/table.js +2 -2
  136. package/lib/esm/prototypes/tabs.js +2 -2
  137. package/lib/esm/prototypes/tag.js +2 -2
  138. package/lib/esm/prototypes/text.js +1 -1
  139. package/lib/esm/prototypes/time-picker.js +2 -2
  140. package/lib/esm/prototypes/timeline.js +2 -2
  141. package/lib/esm/prototypes/toolbar.js +1 -1
  142. package/lib/esm/prototypes/tooltip.js +1 -1
  143. package/lib/esm/prototypes/transfer.js +2 -2
  144. package/lib/esm/prototypes/tree-select.js +1 -1
  145. package/lib/esm/prototypes/tree.js +3 -3
  146. package/lib/esm/prototypes/typography.js +3 -3
  147. package/lib/esm/prototypes/upload.js +2 -2
  148. package/lib/esm/prototypes/when.js +1 -1
  149. package/package.json +3 -3
@@ -4,7 +4,7 @@ export const Input = {
4
4
  title: '输入框',
5
5
  icon: 'icon-shurukuang',
6
6
  type: 'element',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  help: '通过鼠标或键盘输入内容,是最基础的表单域的包装',
9
9
  hasChildren: false,
10
10
  props: [
@@ -119,7 +119,7 @@ export const TextArea = {
119
119
  title: '文本框',
120
120
  icon: 'icon-wenbenyu',
121
121
  type: 'element',
122
- package: '@music163/antd',
122
+ package: '@cuvp1225/antd',
123
123
  help: '用于多行文本输入',
124
124
  hasChildren: false,
125
125
  props: [
@@ -202,7 +202,7 @@ export const Search = {
202
202
  title: '搜索框',
203
203
  icon: 'icon-sousuokuang',
204
204
  type: 'element',
205
- package: '@music163/antd',
205
+ package: '@cuvp1225/antd',
206
206
  help: '带有搜索按钮的输入框',
207
207
  hasChildren: false,
208
208
  props: [
@@ -233,7 +233,7 @@ export const Password = {
233
233
  title: '密码输入',
234
234
  icon: 'icon-password',
235
235
  type: 'element',
236
- package: '@music163/antd',
236
+ package: '@cuvp1225/antd',
237
237
  help: '需要输入密码的控件',
238
238
  hasChildren: false,
239
239
  props: [
@@ -255,7 +255,7 @@ export const InputGroup = {
255
255
  title: '输入框组合',
256
256
  icon: 'icon-shurukuang',
257
257
  type: 'element',
258
- package: '@music163/antd',
258
+ package: '@cuvp1225/antd',
259
259
  help: '输入框的组合展现',
260
260
  hasChildren: true,
261
261
  props: [
@@ -5,7 +5,7 @@ export const Interval = {
5
5
  exportType: 'namedExport',
6
6
  icon: 'icon-time-range',
7
7
  type: 'element',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  help: '用于周期性的执行某一个动作。',
10
10
  hasChildren: false,
11
11
  props: [
@@ -5,7 +5,7 @@ export const Link = {
5
5
  exportType: 'namedExport',
6
6
  icon: 'icon-link-button',
7
7
  type: 'element',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  help: '创建一个链接文本,支持跳转到指定的锚点地址。',
10
10
  hasChildren: true,
11
11
  props: [
@@ -3,7 +3,7 @@ import { Pagination } from './pagination';
3
3
  export const List = {
4
4
  name: 'List',
5
5
  title: '列表',
6
- package: '@music163/antd',
6
+ package: '@cuvp1225/antd',
7
7
  icon: 'icon-liebiao',
8
8
  help: '最基础的列表展示,可承载文字、列表、图片、段落,常用于后台数据展示页面',
9
9
  type: 'element',
@@ -89,7 +89,7 @@ export const List = {
89
89
  export const ListItem = {
90
90
  name: 'ListItem',
91
91
  title: '列表Item',
92
- package: '@music163/antd',
92
+ package: '@cuvp1225/antd',
93
93
  icon: 'icon-shujuzhanshiitem',
94
94
  type: 'element',
95
95
  hasChildren: true,
@@ -113,7 +113,7 @@ export const ListItem = {
113
113
  export const ListItemMeta = {
114
114
  name: 'ListItemMeta',
115
115
  title: '列表Item',
116
- package: '@music163/antd',
116
+ package: '@cuvp1225/antd',
117
117
  icon: '',
118
118
  type: 'element',
119
119
  relatedImports: ['Avatar'],
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Mentions = {
3
3
  name: 'Mentions',
4
4
  title: '提及',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-tiji',
7
7
  type: 'element',
8
8
  help: '提及组件,用于在输入中提及某人或某事,常用于发布、聊天或评论功能',
@@ -87,7 +87,7 @@ export const Mentions = {
87
87
  export const MentionsOption = {
88
88
  name: 'MentionsOption',
89
89
  title: '提及',
90
- package: '@music163/antd',
90
+ package: '@cuvp1225/antd',
91
91
  icon: 'icon-tijioption',
92
92
  type: 'element',
93
93
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Menu = {
3
3
  name: 'Menu',
4
4
  title: '导航菜单',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-daohangcaidan',
7
7
  type: 'element',
8
8
  help: '为页面和功能提供导航的菜单列表,一般分为顶部导航和侧边导航',
@@ -140,7 +140,7 @@ export const Menu = {
140
140
  export const MenuItem = {
141
141
  name: 'MenuItem',
142
142
  title: '导航菜单',
143
- package: '@music163/antd',
143
+ package: '@cuvp1225/antd',
144
144
  icon: '',
145
145
  type: 'element',
146
146
  props: [
@@ -167,7 +167,7 @@ export const MenuItem = {
167
167
  export const MenuSubMenu = {
168
168
  name: 'MenuSubMenu',
169
169
  title: '导航菜单',
170
- package: '@music163/antd',
170
+ package: '@cuvp1225/antd',
171
171
  icon: '',
172
172
  type: 'element',
173
173
  props: [
@@ -208,7 +208,7 @@ export const MenuSubMenu = {
208
208
  export const MenuItemGroup = {
209
209
  name: 'MenuItemGroup',
210
210
  title: '导航菜单',
211
- package: '@music163/antd',
211
+ package: '@cuvp1225/antd',
212
212
  icon: '',
213
213
  type: 'element',
214
214
  props: [
@@ -220,7 +220,7 @@ export const MenuItemGroup = {
220
220
  export const MenuDivider = {
221
221
  name: 'MenuDivider',
222
222
  title: '导航菜单',
223
- package: '@music163/antd',
223
+ package: '@cuvp1225/antd',
224
224
  icon: '',
225
225
  type: 'element',
226
226
  props: [
@@ -5,7 +5,7 @@ export const Modal = {
5
5
  exportType: 'namedExport',
6
6
  icon: 'icon-tanchuang',
7
7
  type: 'container',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  help: '需要用户处理事务,又不希望跳转页面以致打断工作流程时,可以使用 Modal 在当前页面正中打开一个浮层,承载相应的操作。',
10
10
  hasChildren: true,
11
11
  initChildren: '',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const PageHeader = {
3
3
  name: 'PageHeader',
4
4
  title: '页头',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-yetou',
7
7
  type: 'element',
8
8
  props: [
@@ -3,7 +3,7 @@ export const Page = {
3
3
  title: '页面容器',
4
4
  icon: 'icon-page',
5
5
  type: 'page',
6
- package: '@music163/antd',
6
+ package: '@cuvp1225/antd',
7
7
  hasChildren: true,
8
8
  props: [
9
9
  {
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Pagination = {
3
3
  name: 'Pagination',
4
4
  title: '分页',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-fenyeqi',
7
7
  help: '采用分页的形式分隔长列表,每次只加载一个页面',
8
8
  type: 'element',
@@ -3,7 +3,7 @@ import { Button as ButtonPrototype } from './button';
3
3
  export const Popconfirm = {
4
4
  name: 'Popconfirm',
5
5
  title: '气泡确认框',
6
- package: '@music163/antd',
6
+ package: '@cuvp1225/antd',
7
7
  icon: 'icon-qipaoqueren',
8
8
  help: '点击元素,弹出气泡式的确认框',
9
9
  type: 'element',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Popover = {
3
3
  name: 'Popover',
4
4
  title: '气泡卡片',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-qipao',
7
7
  help: '点击/鼠标移入元素,弹出气泡式的卡片浮层',
8
8
  type: 'element',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Progress = {
3
3
  name: 'Progress',
4
4
  title: '进度条',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-jindutiao',
7
7
  help: '展示操作的当前进度控件,在操作需要较长时间才能完成时,为用户显示该操作的当前进度和状态',
8
8
  type: 'element',
@@ -4,7 +4,7 @@ export const Radio = {
4
4
  title: '单选框',
5
5
  icon: 'icon-danxuankuang',
6
6
  type: 'element',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  help: '单选框,用于在多个备选项中选中单个状态',
9
9
  hasChildren: true,
10
10
  initChildren: '单项1',
@@ -53,7 +53,7 @@ export const RadioGroup = {
53
53
  title: '单选框组',
54
54
  icon: 'icon-danxuankuang',
55
55
  type: 'element',
56
- package: '@music163/antd',
56
+ package: '@cuvp1225/antd',
57
57
  hasChildren: true,
58
58
  help: '单选框组,一组互斥的 Radio 配合使用',
59
59
  props: [
@@ -2,7 +2,7 @@ import { InstancePrototypes, StylePrototypes } from './common';
2
2
  export const Rate = {
3
3
  name: 'Rate',
4
4
  title: '评分',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  help: '评分组件,用于对评价进行展示或对事物进行快速的评级操作',
7
7
  icon: 'icon-pingfen',
8
8
  type: 'element',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Result = {
3
3
  name: 'Result',
4
4
  title: '结果',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-jieguo',
7
7
  help: '用于反馈一系列操作任务的处理结果',
8
8
  type: 'element',
@@ -4,7 +4,7 @@ export const Section = {
4
4
  title: '布局区块',
5
5
  icon: 'icon-mianban',
6
6
  type: 'element',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  help: '区域容器,可以用来将页面划分成多个区域,每个区域放置具体的内容模块。',
9
9
  hasChildren: true,
10
10
  initChildren: '',
@@ -74,7 +74,7 @@ export const Select = {
74
74
  title: '下拉选择',
75
75
  icon: 'icon-xuanzeqi',
76
76
  type: 'element',
77
- package: '@music163/antd',
77
+ package: '@cuvp1225/antd',
78
78
  help: '下拉选择器,弹出一个下拉菜单给用户选择操作',
79
79
  hasChildren: true,
80
80
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const SkeletonAvatar = {
3
3
  name: 'SkeletonAvatar',
4
4
  title: '骨架屏(头像)',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-placeholder',
7
7
  type: 'element',
8
8
  hasChildren: true,
@@ -45,7 +45,7 @@ export const SkeletonAvatar = {
45
45
  export const SkeletonButton = {
46
46
  name: 'SkeletonButton',
47
47
  title: '骨架屏(按钮)',
48
- package: '@music163/antd',
48
+ package: '@cuvp1225/antd',
49
49
  icon: 'icon-placeholder',
50
50
  type: 'element',
51
51
  hasChildren: true,
@@ -93,7 +93,7 @@ export const SkeletonButton = {
93
93
  export const SkeletonInput = {
94
94
  name: 'SkeletonInput',
95
95
  title: '骨架屏(输入框)',
96
- package: '@music163/antd',
96
+ package: '@cuvp1225/antd',
97
97
  icon: 'icon-placeholder',
98
98
  type: 'element',
99
99
  hasChildren: true,
@@ -122,7 +122,7 @@ export const SkeletonInput = {
122
122
  export const SkeletonImage = {
123
123
  name: 'SkeletonImage',
124
124
  title: '骨架屏(图片)',
125
- package: '@music163/antd',
125
+ package: '@cuvp1225/antd',
126
126
  icon: 'icon-placeholder',
127
127
  type: 'element',
128
128
  hasChildren: true,
@@ -138,7 +138,7 @@ export const SkeletonImage = {
138
138
  export const SkeletonNode = {
139
139
  name: 'SkeletonNode',
140
140
  title: '骨架屏(结点)',
141
- package: '@music163/antd',
141
+ package: '@cuvp1225/antd',
142
142
  icon: 'icon-placeholder',
143
143
  type: 'element',
144
144
  hasChildren: true,
@@ -154,7 +154,7 @@ export const SkeletonNode = {
154
154
  export const Skeleton = {
155
155
  name: 'Skeleton',
156
156
  title: '骨架屏',
157
- package: '@music163/antd',
157
+ package: '@cuvp1225/antd',
158
158
  icon: 'icon-placeholder',
159
159
  help: '在需要等待加载内容的位置提供一个占位图形组合',
160
160
  type: 'element',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Slider = {
3
3
  name: 'Slider',
4
4
  title: '滑动输入条',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-huadongtiao',
7
7
  help: '滑动型输入器,展示当前值和可选范围',
8
8
  type: 'element',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Space = {
3
3
  name: 'Space',
4
4
  title: '间距',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-jianju',
7
7
  type: 'element',
8
8
  help: '设置组件之间的间距',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Spin = {
3
3
  name: 'Spin',
4
4
  title: '加载中',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-jiazaizhong',
7
7
  help: '用于页面和区块的加载中状态',
8
8
  type: 'element',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Statistic = {
3
3
  name: 'Statistic',
4
4
  title: '统计数值',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-tongjishuzhi',
7
7
  help: '展示统计数值组件,当需要突出某个或某组数字或展示带描述的统计类数据时使用',
8
8
  type: 'element',
@@ -47,7 +47,7 @@ export const Statistic = {
47
47
  export const StatisticCountdown = {
48
48
  name: 'StatisticCountdown',
49
49
  title: '统计数值',
50
- package: '@music163/antd',
50
+ package: '@cuvp1225/antd',
51
51
  icon: '',
52
52
  type: 'element',
53
53
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Steps = {
3
3
  name: 'Steps',
4
4
  title: '步骤条',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-buzhoutiao',
7
7
  type: 'element',
8
8
  help: '引导用户按照流程完成任务的导航条,当任务复杂或者存在先后关系时,将其分解成一系列步骤,从而简化任务。',
@@ -111,7 +111,7 @@ export const Steps = {
111
111
  export const StepsItem = {
112
112
  name: 'StepsItem',
113
113
  title: '步骤条',
114
- package: '@music163/antd',
114
+ package: '@cuvp1225/antd',
115
115
  icon: '',
116
116
  type: 'element',
117
117
  props: [
@@ -4,7 +4,7 @@ export const Switch = {
4
4
  title: '开关',
5
5
  icon: 'icon-kaiguan',
6
6
  type: 'element',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  help: '开关选择器,需要表示开关状态/两种状态之间的切换控件',
9
9
  hasChildren: false,
10
10
  props: [
@@ -16,7 +16,7 @@ export const Table = {
16
16
  exportType: 'namedExport',
17
17
  icon: 'icon-biaoge',
18
18
  type: 'element',
19
- package: '@music163/antd',
19
+ package: '@cuvp1225/antd',
20
20
  help: '最基本的表格组件,没有过多复杂的功能。',
21
21
  hasChildren: false,
22
22
  props: [
@@ -380,7 +380,7 @@ export const TableColumn = {
380
380
  exportType: 'namedExport',
381
381
  icon: 'icon-biaoge',
382
382
  type: 'element',
383
- package: '@music163/antd',
383
+ package: '@cuvp1225/antd',
384
384
  hasChildren: false,
385
385
  props: [
386
386
  {
@@ -5,7 +5,7 @@ export const Tabs = {
5
5
  exportType: 'namedExport',
6
6
  icon: 'icon-xuanxiangka',
7
7
  type: 'container',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  help: '提供平级的区域将大块内容进行收纳和展现,保持界面整洁',
10
10
  hasChildren: true,
11
11
  initChildren: '<TabPane key="1" tab="选项卡1"></TabPane><TabPane key="2" tab="选项卡2"></TabPane>',
@@ -79,7 +79,7 @@ export const TabPane = {
79
79
  exportType: 'namedExport',
80
80
  icon: 'icon-xuanxiangka',
81
81
  type: 'container',
82
- package: '@music163/antd',
82
+ package: '@cuvp1225/antd',
83
83
  hasChildren: true,
84
84
  props: [
85
85
  ...StylePrototypes,
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Tag = {
3
3
  name: 'Tag',
4
4
  title: '标签',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-biaoqian',
7
7
  type: 'element',
8
8
  help: '进行标记和分类的小标签,用于标记事物的属性和维度或分类',
@@ -54,7 +54,7 @@ export const Tag = {
54
54
  export const CheckableTag = {
55
55
  name: 'CheckableTag',
56
56
  title: '可选择标签',
57
- package: '@music163/antd',
57
+ package: '@cuvp1225/antd',
58
58
  icon: 'icon-kexuanzebiaoqian',
59
59
  help: '可点击选中的 Tag 控件',
60
60
  type: 'element',
@@ -5,7 +5,7 @@ export const Text = {
5
5
  exportType: 'namedExport',
6
6
  icon: 'icon-wenzi',
7
7
  type: 'element',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  help: '原子布局组件,创建一个行内的文本内容。',
10
10
  hasChildren: false,
11
11
  initChildren: '文本',
@@ -5,7 +5,7 @@ export const TimePicker = {
5
5
  title: '时间选择框',
6
6
  icon: 'icon-shijianxuanze',
7
7
  type: 'element',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  hasChildren: false,
10
10
  props: [
11
11
  ...StylePrototypes,
@@ -186,7 +186,7 @@ export const TimeRangePicker = {
186
186
  title: '时间选择框 Range',
187
187
  icon: 'icon-time-range',
188
188
  type: 'element',
189
- package: '@music163/antd',
189
+ package: '@cuvp1225/antd',
190
190
  hasChildren: false,
191
191
  props: [
192
192
  ...StylePrototypes,
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Timeline = {
3
3
  name: 'Timeline',
4
4
  title: '时间轴',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-shijianzhou',
7
7
  type: 'element',
8
8
  help: '垂直展示的时间流信息,用于一系列信息需按时间排列时',
@@ -47,7 +47,7 @@ export const Timeline = {
47
47
  export const TimelineItem = {
48
48
  name: 'TimelineItem',
49
49
  title: '时间轴',
50
- package: '@music163/antd',
50
+ package: '@cuvp1225/antd',
51
51
  icon: 'icon-shijianzhouitem',
52
52
  type: 'element',
53
53
  hasChildren: true,
@@ -4,7 +4,7 @@ export const Toolbar = {
4
4
  title: '工具栏',
5
5
  icon: 'icon-toolbar',
6
6
  type: 'element',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  hasChildren: true,
9
9
  props: [
10
10
  ...StylePrototypes,
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Tooltip = {
3
3
  name: 'Tooltip',
4
4
  title: '文字提示',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-wenzitishi',
7
7
  help: '简单的文字提示气泡框,气泡浮层不承载复杂文本和操作',
8
8
  type: 'element',
@@ -10,7 +10,7 @@ for (let i = 0; i < 5; i++) {
10
10
  export const Transfer = {
11
11
  name: 'Transfer',
12
12
  title: '穿梭框',
13
- package: '@music163/antd',
13
+ package: '@cuvp1225/antd',
14
14
  icon: 'icon-chuansuokuang1',
15
15
  type: 'element',
16
16
  help: '双栏穿梭选择框,需要在多个可选项中进行多选时使用的控件',
@@ -139,7 +139,7 @@ export const Transfer = {
139
139
  // export const Render: ComponentPrototypeType = {
140
140
  // name: 'Render',
141
141
  // title: '穿梭框',
142
- // package: '@music163/antd',
142
+ // package: '@cuvp1225/antd',
143
143
  // icon: '',
144
144
  // type: 'element',
145
145
  // // props: [
@@ -4,7 +4,7 @@ export const TreeSelect = {
4
4
  title: '树选择',
5
5
  icon: 'icon-shuxingjiegou',
6
6
  type: 'element',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  help: '树型选择控件,类似 Select 的选择控件,可选择的数据结构是一个树形结构时使用',
9
9
  hasChildren: true,
10
10
  childrenName: 'TreeNode',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Tree = {
3
3
  name: 'Tree',
4
4
  title: '树形控件',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-shuxingjiegou',
7
7
  help: '多层次的结构列表,如需要展示文件夹、组织架构、生物分类、国家地区数据等等',
8
8
  type: 'element',
@@ -261,7 +261,7 @@ export const Tree = {
261
261
  export const TreeNode = {
262
262
  name: 'TreeNode',
263
263
  title: '树形控件节点',
264
- package: '@music163/antd',
264
+ package: '@cuvp1225/antd',
265
265
  icon: 'icon-shuxingjiegou',
266
266
  type: 'element',
267
267
  props: [
@@ -306,7 +306,7 @@ export const TreeNode = {
306
306
  export const DirectoryTree = {
307
307
  name: 'DirectoryTree',
308
308
  title: '树形控件',
309
- package: '@music163/antd',
309
+ package: '@cuvp1225/antd',
310
310
  icon: '',
311
311
  type: 'element',
312
312
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Typography = {
3
3
  name: 'Typography',
4
4
  title: '排版容器',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-wenzi',
7
7
  type: 'element',
8
8
  hasChildren: true,
@@ -114,7 +114,7 @@ const commonTypographyProps = [
114
114
  export const Title = {
115
115
  name: 'Title',
116
116
  title: '标题',
117
- package: '@music163/antd',
117
+ package: '@cuvp1225/antd',
118
118
  icon: 'icon-header',
119
119
  help: '创建一个标题文本,可以展示不同级别的标题。',
120
120
  type: 'element',
@@ -144,7 +144,7 @@ export const Title = {
144
144
  export const Paragraph = {
145
145
  name: 'Paragraph',
146
146
  title: '段落',
147
- package: '@music163/antd',
147
+ package: '@cuvp1225/antd',
148
148
  icon: 'icon-paragraph',
149
149
  help: '创建一个文本段落,提供默认的布局和样式设置。',
150
150
  type: 'element',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Upload = {
3
3
  name: 'Upload',
4
4
  title: '上传',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-shangchuan',
7
7
  type: 'element',
8
8
  help: '基础的文件选择上传和拖拽上传控件',
@@ -182,7 +182,7 @@ export const Upload = {
182
182
  export const UploadDragger = {
183
183
  name: 'UploadDragger',
184
184
  title: '拖拽上传',
185
- package: '@music163/antd',
185
+ package: '@cuvp1225/antd',
186
186
  icon: '',
187
187
  type: 'element',
188
188
  props: [