@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
@@ -7,7 +7,7 @@ exports.When = {
7
7
  exportType: 'namedExport',
8
8
  icon: 'icon-shitu',
9
9
  type: 'container',
10
- package: '@music163/antd',
10
+ package: '@cuvp1225/antd',
11
11
  help: '创建一个条件执行容器,当条件为真时,渲染子节点。',
12
12
  hasChildren: true,
13
13
  initChildren: '',
@@ -3,7 +3,7 @@ export declare const FormilyFormItem: React.ForwardRefExoticComponent<Omit<any,
3
3
  export declare const FormilyForm: React.ForwardRefExoticComponent<import("@cuvp1225/formily/lib/esm/form").FormProps & import("@music163/tango-boot").TangoComponentProps & React.RefAttributes<unknown>>;
4
4
  export declare const FormilyFormFooter: React.ForwardRefExoticComponent<Omit<{
5
5
  children?: React.ReactNode | undefined;
6
- }, keyof import("@cuvp1225/formily").IFormItemProps | "gutter"> & import("@cuvp1225/formily").IFormItemProps & {
6
+ }, "gutter" | keyof import("@cuvp1225/formily").IFormItemProps> & import("@cuvp1225/formily").IFormItemProps & {
7
7
  gutter?: number;
8
8
  } & import("@music163/tango-boot").TangoComponentProps & React.RefAttributes<unknown>>;
9
9
  export declare const FormilySubmit: React.ForwardRefExoticComponent<import("@cuvp1225/formily").ISubmitProps & {
@@ -1,19 +1,6 @@
1
- export * from 'antd';
2
- export { Each, Link, Text, When } from '@cuvp1225/foundation';
3
1
  export { Box } from './box';
4
2
  export { Button, ButtonGroup } from './button';
5
- export * from './formily';
6
3
  export { InputNumber } from './input-number';
7
4
  export { Input, TextArea } from './input';
8
- export { Modal } from './modal';
9
5
  export * from './page';
10
6
  export * from './placeholder';
11
- export * from './section';
12
- export { Select } from './select';
13
- export { Space } from './space';
14
- export { Typography, Title, Paragraph } from './typography';
15
- export { Columns, Column } from './columns';
16
- export { MultiColumns } from './multiColumns';
17
- export { Row, Col } from './grid';
18
- export { RowCombination, ColCombination } from './gridCombination';
19
- export { Form, Fieldset, FormItem, FormFooter } from './form';
@@ -1,19 +1,19 @@
1
- export * from 'antd';
2
- export { Each, Link, Text, When } from '@cuvp1225/foundation';
1
+ //export * from 'antd';
2
+ //export { Each, Link, Text, When } from '@cuvp1225/foundation';
3
3
  export { Box } from './box';
4
4
  export { Button, ButtonGroup } from './button';
5
- export * from './formily';
5
+ //export * from './formily';
6
6
  export { InputNumber } from './input-number';
7
7
  export { Input, TextArea } from './input';
8
- export { Modal } from './modal';
8
+ //export { Modal } from './modal';
9
9
  export * from './page';
10
10
  export * from './placeholder';
11
- export * from './section';
12
- export { Select } from './select';
13
- export { Space } from './space';
14
- export { Typography, Title, Paragraph } from './typography';
15
- export { Columns, Column } from './columns';
16
- export { MultiColumns } from './multiColumns';
17
- export { Row, Col } from './grid';
18
- export { RowCombination, ColCombination } from './gridCombination';
19
- export { Form, Fieldset, FormItem, FormFooter } from './form';
11
+ //export * from './section';
12
+ //export { Select } from './select';
13
+ //export { Space } from './space';
14
+ //export { Typography, Title, Paragraph } from './typography';
15
+ //export { Columns, Column } from './columns'
16
+ //export { MultiColumns } from './multiColumns'
17
+ //export { Row,Col } from './grid'
18
+ //export { RowCombination,ColCombination } from './gridCombination'
19
+ //export { Form,Fieldset,FormItem,FormFooter } from './form'
@@ -1,7 +1,7 @@
1
1
  export const Affix = {
2
2
  name: 'Affix',
3
3
  title: '固钉',
4
- package: '@music163/antd',
4
+ package: '@cuvp1225/antd',
5
5
  icon: 'icon-guding',
6
6
  type: 'element',
7
7
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Alert = {
3
3
  name: 'Alert',
4
4
  title: '警告提示',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-xinxitishi',
7
7
  help: '警告提示,展现需要关注的信息',
8
8
  type: 'element',
@@ -77,7 +77,7 @@ export const Alert = {
77
77
  export const AlertErrorBoundary = {
78
78
  name: 'AlertErrorBoundary',
79
79
  title: '警告提示',
80
- package: '@music163/antd',
80
+ package: '@cuvp1225/antd',
81
81
  icon: '',
82
82
  type: 'element',
83
83
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Anchor = {
3
3
  name: 'Anchor',
4
4
  title: '锚点',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-maodian',
7
7
  type: 'element',
8
8
  props: [
@@ -62,7 +62,7 @@ export const Anchor = {
62
62
  export const AnchorLink = {
63
63
  name: 'Link',
64
64
  title: '锚点',
65
- package: '@music163/antd',
65
+ package: '@cuvp1225/antd',
66
66
  icon: 'icon-maodianlink',
67
67
  type: 'element',
68
68
  props: [
@@ -2,7 +2,7 @@ import { InstancePrototypes, StylePrototypes } from './common';
2
2
  export const AutoComplete = {
3
3
  name: 'AutoComplete',
4
4
  title: '自动完成',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-zidongwancheng',
7
7
  help: '输入框自动完成功能,可提供输入建议/辅助提示能力',
8
8
  type: 'element',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Avatar = {
3
3
  name: 'Avatar',
4
4
  title: '头像',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-touxiang',
7
7
  help: '用来代表用户或事物,支持图片、图标或字符展示',
8
8
  type: 'element',
@@ -84,7 +84,7 @@ export const Avatar = {
84
84
  export const AvatarGroup = {
85
85
  name: 'AvatarGroup',
86
86
  title: '头像',
87
- package: '@music163/antd',
87
+ package: '@cuvp1225/antd',
88
88
  icon: '',
89
89
  type: 'element',
90
90
  props: [
@@ -1,7 +1,7 @@
1
1
  export const BackTop = {
2
2
  name: 'BackTop',
3
3
  title: '回到顶部',
4
- package: '@music163/antd',
4
+ package: '@cuvp1225/antd',
5
5
  icon: 'icon-huidaodingbu',
6
6
  type: 'element',
7
7
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Badge = {
3
3
  name: 'Badge',
4
4
  title: '徽标数',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-huibiaoshu',
7
7
  help: '图标右上角的圆形徽标数字,用于显示需要处理的消息条数',
8
8
  type: 'element',
@@ -83,7 +83,7 @@ export const Badge = {
83
83
  export const RibbonBadge = {
84
84
  name: 'RibbonBadge',
85
85
  title: '缎带徽标',
86
- package: '@music163/antd',
86
+ package: '@cuvp1225/antd',
87
87
  icon: 'icon-duandaihuibiao',
88
88
  type: 'element',
89
89
  help: '使用缎带型的徽标',
@@ -4,7 +4,7 @@ export const Box = {
4
4
  title: '盒子',
5
5
  icon: 'icon-mianban',
6
6
  type: 'container',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  hasChildren: true,
9
9
  siblingNames: ['Box'],
10
10
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Breadcrumb = {
3
3
  name: 'Breadcrumb',
4
4
  title: '面包屑',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-mianbaoxie',
7
7
  type: 'element',
8
8
  help: '显示当前页面在系统层级结构中的位置,并能向上返回',
@@ -30,7 +30,7 @@ export const Breadcrumb = {
30
30
  export const BreadcrumbItem = {
31
31
  name: 'BreadcrumbItem',
32
32
  title: '单个面包屑',
33
- package: '@music163/antd',
33
+ package: '@cuvp1225/antd',
34
34
  icon: '',
35
35
  type: 'element',
36
36
  hasChildren: false,
@@ -56,7 +56,7 @@ export const BreadcrumbItem = {
56
56
  export const BreadcrumbSeparator = {
57
57
  name: 'BreadcrumbSeparator',
58
58
  title: '面包屑',
59
- package: '@music163/antd',
59
+ package: '@cuvp1225/antd',
60
60
  icon: '',
61
61
  type: 'element',
62
62
  props: [
@@ -5,7 +5,7 @@ export const Button = {
5
5
  exportType: 'namedExport',
6
6
  icon: 'icon-anniu',
7
7
  type: 'element',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  help: '按钮用于开始一个即时操作。',
10
10
  hasChildren: false,
11
11
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Calendar = {
3
3
  name: 'Calendar',
4
4
  title: '日历',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-riqixuanze',
7
7
  help: '按照日历形式展示数据的容器控件',
8
8
  type: 'element',
@@ -4,7 +4,7 @@ import { omitProps } from '../helpers';
4
4
  export const Card = {
5
5
  name: 'Card',
6
6
  title: '卡片',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  icon: 'icon-card',
9
9
  help: '最基础的卡片容器,可承载文字、列表、图片、段落,常用于后台概览页面',
10
10
  type: 'element',
@@ -120,7 +120,7 @@ export const Card = {
120
120
  export const CardGrid = {
121
121
  name: 'CardGrid',
122
122
  title: '卡片Grid',
123
- package: '@music163/antd',
123
+ package: '@cuvp1225/antd',
124
124
  icon: 'icon-kapiangrid',
125
125
  type: 'element',
126
126
  props: [
@@ -135,7 +135,7 @@ export const CardGrid = {
135
135
  export const CardMeta = {
136
136
  name: 'CardMeta',
137
137
  title: '卡片',
138
- package: '@music163/antd',
138
+ package: '@cuvp1225/antd',
139
139
  icon: '',
140
140
  type: 'element',
141
141
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Carousel = {
3
3
  name: 'Carousel',
4
4
  title: '走马灯',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-zoumadeng',
7
7
  type: 'element',
8
8
  help: '旋转木马,一组轮播的区域',
@@ -5,7 +5,7 @@ export const Cascader = {
5
5
  exportType: 'namedExport',
6
6
  icon: 'icon-jilianxuanze',
7
7
  type: 'element',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  help: '级联选择框,从一组相关联的数据集合进行选择,如省市区,公司层级,事物分类等',
10
10
  hasChildren: false,
11
11
  props: [
@@ -4,7 +4,7 @@ export const Checkbox = {
4
4
  title: '多选框',
5
5
  icon: 'icon-duoxuankuang',
6
6
  type: 'element',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  help: '多选框,单独使用可以表示两种状态之间的切换,和 Switch 类似',
9
9
  hasChildren: true,
10
10
  initChildren: '选项1',
@@ -62,7 +62,7 @@ export const CheckboxGroup = {
62
62
  title: '多选框组',
63
63
  icon: 'icon-duoxuankuang',
64
64
  type: 'element',
65
- package: '@music163/antd',
65
+ package: '@cuvp1225/antd',
66
66
  help: '多选框,在一组可选项中进行多项选择时',
67
67
  props: [
68
68
  ...StylePrototypes,
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Collapse = {
3
3
  name: 'Collapse',
4
4
  title: '折叠面板',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-zhediemianban',
7
7
  help: '可以折叠/展开的内容区域,对复杂区域进行分组和隐藏,保持页面的整洁',
8
8
  type: 'element',
@@ -84,7 +84,7 @@ export const Collapse = {
84
84
  export const CollapsePanel = {
85
85
  name: 'CollapsePanel',
86
86
  title: '折叠面板Panel',
87
- package: '@music163/antd',
87
+ package: '@cuvp1225/antd',
88
88
  icon: 'icon-zhediemianban',
89
89
  type: 'element',
90
90
  props: [
@@ -3,7 +3,7 @@ export const Columns = {
3
3
  name: 'Columns',
4
4
  type: 'container',
5
5
  icon: 'icon-column-4',
6
- package: '@music163/antd',
6
+ package: '@cuvp1225/antd',
7
7
  hasChildren: true,
8
8
  childrenName: ['Column'],
9
9
  props: [...StylePrototypes],
@@ -12,7 +12,7 @@ export const Column = {
12
12
  name: 'Column',
13
13
  type: 'container',
14
14
  icon: 'icon-column-4',
15
- package: '@music163/antd',
15
+ package: '@cuvp1225/antd',
16
16
  hasChildren: true,
17
17
  props: [...StylePrototypes],
18
18
  };
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Comment = {
3
3
  name: 'Comment',
4
4
  title: '评论',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-pinglun',
7
7
  type: 'element',
8
8
  help: '对网站内容的反馈、评价和讨论,可用于对事物的讨论,例如页面、博客文章、问题等等',
@@ -249,7 +249,7 @@ export const DatePicker = {
249
249
  title: '日期选择框',
250
250
  icon: 'icon-riqishijian',
251
251
  type: 'element',
252
- package: '@music163/antd',
252
+ package: '@cuvp1225/antd',
253
253
  help: '当需要输入或选择具体日期的控件',
254
254
  hasChildren: false,
255
255
  props: [
@@ -302,7 +302,7 @@ export const MonthPicker = {
302
302
  title: '月选择器',
303
303
  icon: 'icon-month',
304
304
  type: 'element',
305
- package: '@music163/antd',
305
+ package: '@cuvp1225/antd',
306
306
  help: '当需要输入或选择具体月份的控件',
307
307
  hasChildren: false,
308
308
  props: [
@@ -325,7 +325,7 @@ export const YearPicker = {
325
325
  title: '年选择器',
326
326
  icon: 'icon-year',
327
327
  type: 'element',
328
- package: '@music163/antd',
328
+ package: '@cuvp1225/antd',
329
329
  help: '当需要输入或选择具体年份的控件',
330
330
  hasChildren: false,
331
331
  props: [...PickerCommonProps],
@@ -335,7 +335,7 @@ export const WeekPicker = {
335
335
  title: '周选择框',
336
336
  icon: 'icon-week',
337
337
  type: 'element',
338
- package: '@music163/antd',
338
+ package: '@cuvp1225/antd',
339
339
  help: '当需要输入或选择具体周的控件',
340
340
  hasChildren: false,
341
341
  props: [...PickerCommonProps],
@@ -345,7 +345,7 @@ export const DateRangePicker = {
345
345
  title: '日期选择框 Range',
346
346
  icon: 'icon-date-range',
347
347
  type: 'element',
348
- package: '@music163/antd',
348
+ package: '@cuvp1225/antd',
349
349
  help: '当需要输入或选择具体日期范围的控件',
350
350
  hasChildren: false,
351
351
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Descriptions = {
3
3
  name: 'Descriptions',
4
4
  title: '描述列表',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-miaoshu',
7
7
  help: '成组展示多个只读字段,常见于详情页的信息展示',
8
8
  type: 'element',
@@ -97,7 +97,7 @@ export const Descriptions = {
97
97
  export const DescriptionItem = {
98
98
  name: 'DescriptionItem',
99
99
  title: '描述列表子项',
100
- package: '@music163/antd',
100
+ package: '@cuvp1225/antd',
101
101
  icon: 'icon-miaoshuliebiaoitem',
102
102
  type: 'element',
103
103
  hasChildren: false,
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Divider = {
3
3
  name: 'Divider',
4
4
  title: '分割线',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-fengexian',
7
7
  type: 'element',
8
8
  props: [
@@ -5,7 +5,7 @@ export const Drawer = {
5
5
  exportType: 'namedExport',
6
6
  icon: 'icon-chouti',
7
7
  type: 'container',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  help: '屏幕边缘滑出的浮层面板。',
10
10
  hasChildren: true,
11
11
  initChildren: '',
@@ -1,7 +1,7 @@
1
1
  export const Dropdown = {
2
2
  name: 'Dropdown',
3
3
  title: '下拉菜单',
4
- package: '@music163/antd',
4
+ package: '@cuvp1225/antd',
5
5
  icon: 'icon-xialacaidan',
6
6
  type: 'element',
7
7
  initChildren: '<a>Hover me <Icon type="DownOutlined" /></a>',
@@ -76,7 +76,7 @@ export const Dropdown = {
76
76
  export const DropdownButton = {
77
77
  name: 'DropdownButton',
78
78
  title: '下拉菜单',
79
- package: '@music163/antd',
79
+ package: '@cuvp1225/antd',
80
80
  icon: '',
81
81
  type: 'element',
82
82
  props: [
@@ -23,7 +23,7 @@ const renderOptions = [
23
23
  export const Each = {
24
24
  name: 'Each',
25
25
  title: '循环渲染',
26
- package: '@music163/antd',
26
+ package: '@cuvp1225/antd',
27
27
  help: '用于快速循环渲染一组数据。',
28
28
  icon: 'icon-xunhuan',
29
29
  type: 'element',
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Empty = {
3
3
  name: 'Empty',
4
4
  title: '空状态',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  help: '空状态时的展示占位图',
7
7
  icon: 'icon-kongzhuangtai',
8
8
  type: 'element',
@@ -37,7 +37,7 @@ export const Form = {
37
37
  exportType: 'namedExport',
38
38
  icon: 'icon-biaodan',
39
39
  type: 'element',
40
- package: '@music163/antd',
40
+ package: '@cuvp1225/antd',
41
41
  help: '最基本的表单组件,可以创建一个轻量级表单。',
42
42
  hasChildren: true,
43
43
  initChildren: `<Form.Item label="Username" name="username" rules={[{ required: true, message: "Please input your username!" }]}>
@@ -154,7 +154,7 @@ export const Fieldset = {
154
154
  exportType: 'namedExport',
155
155
  icon: 'icon-biaodan',
156
156
  type: 'element',
157
- package: '@music163/antd',
157
+ package: '@cuvp1225/antd',
158
158
  hasChildren: true,
159
159
  initChildren: '<FormItem component="Input" label="表单项" /><FormItem component="Input" label="表单项" />',
160
160
  relatedImports: ['FormItem'],
@@ -178,7 +178,7 @@ export const FormItem = {
178
178
  exportType: 'namedExport',
179
179
  icon: 'icon-biaodan',
180
180
  type: 'element',
181
- package: '@music163/antd',
181
+ package: '@cuvp1225/antd',
182
182
  help: '一个基本的表单项',
183
183
  hasChildren: true,
184
184
  props: [
@@ -296,7 +296,7 @@ export const FormFooter = {
296
296
  exportType: 'namedExport',
297
297
  icon: 'icon-biaodan',
298
298
  type: 'element',
299
- package: '@music163/antd',
299
+ package: '@cuvp1225/antd',
300
300
  hasChildren: true,
301
301
  initChildren: '<Button type="primary" htmlType="submit">提交</Button>',
302
302
  relatedImports: ['Button'],
@@ -31,7 +31,7 @@ export const FormilyForm = {
31
31
  exportType: 'namedExport',
32
32
  icon: 'icon-biaodan',
33
33
  type: 'element',
34
- package: '@music163/antd',
34
+ package: '@cuvp1225/antd',
35
35
  help: 'Formily 表单',
36
36
  hasChildren: true,
37
37
  initChildren: '<FormilyFormItem name="input1" component="Input" label="表单项" /><FormilyFormItem name="select1" component="Select" label="表单项" />',
@@ -70,7 +70,7 @@ export const FormilyFormItem = {
70
70
  exportType: 'namedExport',
71
71
  icon: 'icon-biaodan',
72
72
  type: 'element',
73
- package: '@music163/antd',
73
+ package: '@cuvp1225/antd',
74
74
  help: 'Formily 表单项',
75
75
  hasChildren: false,
76
76
  props: [
@@ -151,7 +151,7 @@ export const FormilyFormFooter = {
151
151
  exportType: 'namedExport',
152
152
  icon: 'icon-biaodan',
153
153
  type: 'element',
154
- package: '@music163/antd',
154
+ package: '@cuvp1225/antd',
155
155
  hasChildren: true,
156
156
  initChildren: `<FormilySubmit>提交</FormilySubmit><FormilyReset>重置</FormilyReset>`,
157
157
  relatedImports: ['FormilySubmit', 'FormilyReset'],
@@ -162,7 +162,7 @@ export const FormilySubmit = {
162
162
  exportType: 'namedExport',
163
163
  icon: 'icon-anniu',
164
164
  type: 'element',
165
- package: '@music163/antd',
165
+ package: '@cuvp1225/antd',
166
166
  help: '提交表单',
167
167
  hasChildren: false,
168
168
  props: [
@@ -199,7 +199,7 @@ export const FormilyReset = {
199
199
  exportType: 'namedExport',
200
200
  icon: 'icon-anniu',
201
201
  type: 'element',
202
- package: '@music163/antd',
202
+ package: '@cuvp1225/antd',
203
203
  help: '重置表单。',
204
204
  hasChildren: false,
205
205
  props: [
@@ -2,7 +2,7 @@ import { StylePrototypes } from './common';
2
2
  export const Col = {
3
3
  name: 'Col',
4
4
  title: '栅格列',
5
- package: '@music163/antd',
5
+ package: '@cuvp1225/antd',
6
6
  icon: 'icon-column',
7
7
  //type: 'element',
8
8
  type: 'container',
@@ -28,7 +28,7 @@ export const Col = {
28
28
  export const Row = {
29
29
  name: 'Row',
30
30
  title: '栅格行',
31
- package: '@music163/antd',
31
+ package: '@cuvp1225/antd',
32
32
  icon: 'icon-column',
33
33
  //type: 'element',
34
34
  type: 'container',
@@ -5,7 +5,7 @@ export const IFrame = {
5
5
  exportType: 'namedExport',
6
6
  icon: 'icon-iframe',
7
7
  type: 'element',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  hasChildren: false,
10
10
  props: [
11
11
  ...StylePrototypes,
@@ -6,7 +6,7 @@ export const Image = {
6
6
  icon: 'icon-tupian',
7
7
  type: 'element',
8
8
  help: '展示一种图片,并且可以进入快捷预览态。',
9
- package: '@music163/antd',
9
+ package: '@cuvp1225/antd',
10
10
  hasChildren: false,
11
11
  props: [
12
12
  ...StylePrototypes,
@@ -58,7 +58,7 @@ export const ImageList = {
58
58
  icon: 'icon-tupian',
59
59
  type: 'element',
60
60
  help: '当需要展示一组图片时,从一张图片点开相册,可在 Table 的单元格或描述列表中使用',
61
- package: '@music163/antd',
61
+ package: '@cuvp1225/antd',
62
62
  hasChildren: false,
63
63
  props: [
64
64
  ...StylePrototypes,
@@ -4,7 +4,7 @@ export const InputNumber = {
4
4
  title: '数字输入框',
5
5
  icon: 'icon-jishuqi',
6
6
  type: 'element',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  help: '通过鼠标或键盘,输入范围内的数值',
9
9
  hasChildren: false,
10
10
  props: [