@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
@@ -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,50 +1,29 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FormFooter = exports.FormItem = exports.Fieldset = exports.Form = exports.ColCombination = exports.RowCombination = exports.Col = exports.Row = exports.MultiColumns = exports.Column = exports.Columns = exports.Paragraph = exports.Title = exports.Typography = exports.Space = exports.Select = exports.Modal = exports.TextArea = exports.Input = exports.InputNumber = exports.ButtonGroup = exports.Button = exports.Box = exports.When = exports.Text = exports.Link = exports.Each = void 0;
3
+ exports.TextArea = exports.Input = exports.InputNumber = exports.ButtonGroup = exports.Button = exports.Box = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("antd"), exports);
6
- var foundation_1 = require("@cuvp1225/foundation");
7
- Object.defineProperty(exports, "Each", { enumerable: true, get: function () { return foundation_1.Each; } });
8
- Object.defineProperty(exports, "Link", { enumerable: true, get: function () { return foundation_1.Link; } });
9
- Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return foundation_1.Text; } });
10
- Object.defineProperty(exports, "When", { enumerable: true, get: function () { return foundation_1.When; } });
5
+ //export * from 'antd';
6
+ //export { Each, Link, Text, When } from '@cuvp1225/foundation';
11
7
  var box_1 = require("./box");
12
8
  Object.defineProperty(exports, "Box", { enumerable: true, get: function () { return box_1.Box; } });
13
9
  var button_1 = require("./button");
14
10
  Object.defineProperty(exports, "Button", { enumerable: true, get: function () { return button_1.Button; } });
15
11
  Object.defineProperty(exports, "ButtonGroup", { enumerable: true, get: function () { return button_1.ButtonGroup; } });
16
- tslib_1.__exportStar(require("./formily"), exports);
12
+ //export * from './formily';
17
13
  var input_number_1 = require("./input-number");
18
14
  Object.defineProperty(exports, "InputNumber", { enumerable: true, get: function () { return input_number_1.InputNumber; } });
19
15
  var input_1 = require("./input");
20
16
  Object.defineProperty(exports, "Input", { enumerable: true, get: function () { return input_1.Input; } });
21
17
  Object.defineProperty(exports, "TextArea", { enumerable: true, get: function () { return input_1.TextArea; } });
22
- var modal_1 = require("./modal");
23
- Object.defineProperty(exports, "Modal", { enumerable: true, get: function () { return modal_1.Modal; } });
18
+ //export { Modal } from './modal';
24
19
  tslib_1.__exportStar(require("./page"), exports);
25
20
  tslib_1.__exportStar(require("./placeholder"), exports);
26
- tslib_1.__exportStar(require("./section"), exports);
27
- var select_1 = require("./select");
28
- Object.defineProperty(exports, "Select", { enumerable: true, get: function () { return select_1.Select; } });
29
- var space_1 = require("./space");
30
- Object.defineProperty(exports, "Space", { enumerable: true, get: function () { return space_1.Space; } });
31
- var typography_1 = require("./typography");
32
- Object.defineProperty(exports, "Typography", { enumerable: true, get: function () { return typography_1.Typography; } });
33
- Object.defineProperty(exports, "Title", { enumerable: true, get: function () { return typography_1.Title; } });
34
- Object.defineProperty(exports, "Paragraph", { enumerable: true, get: function () { return typography_1.Paragraph; } });
35
- var columns_1 = require("./columns");
36
- Object.defineProperty(exports, "Columns", { enumerable: true, get: function () { return columns_1.Columns; } });
37
- Object.defineProperty(exports, "Column", { enumerable: true, get: function () { return columns_1.Column; } });
38
- var multiColumns_1 = require("./multiColumns");
39
- Object.defineProperty(exports, "MultiColumns", { enumerable: true, get: function () { return multiColumns_1.MultiColumns; } });
40
- var grid_1 = require("./grid");
41
- Object.defineProperty(exports, "Row", { enumerable: true, get: function () { return grid_1.Row; } });
42
- Object.defineProperty(exports, "Col", { enumerable: true, get: function () { return grid_1.Col; } });
43
- var gridCombination_1 = require("./gridCombination");
44
- Object.defineProperty(exports, "RowCombination", { enumerable: true, get: function () { return gridCombination_1.RowCombination; } });
45
- Object.defineProperty(exports, "ColCombination", { enumerable: true, get: function () { return gridCombination_1.ColCombination; } });
46
- var form_1 = require("./form");
47
- Object.defineProperty(exports, "Form", { enumerable: true, get: function () { return form_1.Form; } });
48
- Object.defineProperty(exports, "Fieldset", { enumerable: true, get: function () { return form_1.Fieldset; } });
49
- Object.defineProperty(exports, "FormItem", { enumerable: true, get: function () { return form_1.FormItem; } });
50
- Object.defineProperty(exports, "FormFooter", { enumerable: true, get: function () { return form_1.FormFooter; } });
21
+ //export * from './section';
22
+ //export { Select } from './select';
23
+ //export { Space } from './space';
24
+ //export { Typography, Title, Paragraph } from './typography';
25
+ //export { Columns, Column } from './columns'
26
+ //export { MultiColumns } from './multiColumns'
27
+ //export { Row,Col } from './grid'
28
+ //export { RowCombination,ColCombination } from './gridCombination'
29
+ //export { Form,Fieldset,FormItem,FormFooter } from './form'
@@ -4,7 +4,7 @@ exports.Affix = void 0;
4
4
  exports.Affix = {
5
5
  name: 'Affix',
6
6
  title: '固钉',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  icon: 'icon-guding',
9
9
  type: 'element',
10
10
  props: [
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Alert = {
6
6
  name: 'Alert',
7
7
  title: '警告提示',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-xinxitishi',
10
10
  help: '警告提示,展现需要关注的信息',
11
11
  type: 'element',
@@ -80,7 +80,7 @@ exports.Alert = {
80
80
  exports.AlertErrorBoundary = {
81
81
  name: 'AlertErrorBoundary',
82
82
  title: '警告提示',
83
- package: '@music163/antd',
83
+ package: '@cuvp1225/antd',
84
84
  icon: '',
85
85
  type: 'element',
86
86
  props: [
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Anchor = {
6
6
  name: 'Anchor',
7
7
  title: '锚点',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-maodian',
10
10
  type: 'element',
11
11
  props: [
@@ -65,7 +65,7 @@ exports.Anchor = {
65
65
  exports.AnchorLink = {
66
66
  name: 'Link',
67
67
  title: '锚点',
68
- package: '@music163/antd',
68
+ package: '@cuvp1225/antd',
69
69
  icon: 'icon-maodianlink',
70
70
  type: 'element',
71
71
  props: [
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.AutoComplete = {
6
6
  name: 'AutoComplete',
7
7
  title: '自动完成',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-zidongwancheng',
10
10
  help: '输入框自动完成功能,可提供输入建议/辅助提示能力',
11
11
  type: 'element',
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Avatar = {
6
6
  name: 'Avatar',
7
7
  title: '头像',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-touxiang',
10
10
  help: '用来代表用户或事物,支持图片、图标或字符展示',
11
11
  type: 'element',
@@ -87,7 +87,7 @@ exports.Avatar = {
87
87
  exports.AvatarGroup = {
88
88
  name: 'AvatarGroup',
89
89
  title: '头像',
90
- package: '@music163/antd',
90
+ package: '@cuvp1225/antd',
91
91
  icon: '',
92
92
  type: 'element',
93
93
  props: [
@@ -4,7 +4,7 @@ exports.BackTop = void 0;
4
4
  exports.BackTop = {
5
5
  name: 'BackTop',
6
6
  title: '回到顶部',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  icon: 'icon-huidaodingbu',
9
9
  type: 'element',
10
10
  props: [
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Badge = {
6
6
  name: 'Badge',
7
7
  title: '徽标数',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-huibiaoshu',
10
10
  help: '图标右上角的圆形徽标数字,用于显示需要处理的消息条数',
11
11
  type: 'element',
@@ -86,7 +86,7 @@ exports.Badge = {
86
86
  exports.RibbonBadge = {
87
87
  name: 'RibbonBadge',
88
88
  title: '缎带徽标',
89
- package: '@music163/antd',
89
+ package: '@cuvp1225/antd',
90
90
  icon: 'icon-duandaihuibiao',
91
91
  type: 'element',
92
92
  help: '使用缎带型的徽标',
@@ -7,7 +7,7 @@ exports.Box = {
7
7
  title: '盒子',
8
8
  icon: 'icon-mianban',
9
9
  type: 'container',
10
- package: '@music163/antd',
10
+ package: '@cuvp1225/antd',
11
11
  hasChildren: true,
12
12
  siblingNames: ['Box'],
13
13
  props: [
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Breadcrumb = {
6
6
  name: 'Breadcrumb',
7
7
  title: '面包屑',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-mianbaoxie',
10
10
  type: 'element',
11
11
  help: '显示当前页面在系统层级结构中的位置,并能向上返回',
@@ -33,7 +33,7 @@ exports.Breadcrumb = {
33
33
  exports.BreadcrumbItem = {
34
34
  name: 'BreadcrumbItem',
35
35
  title: '单个面包屑',
36
- package: '@music163/antd',
36
+ package: '@cuvp1225/antd',
37
37
  icon: '',
38
38
  type: 'element',
39
39
  hasChildren: false,
@@ -59,7 +59,7 @@ exports.BreadcrumbItem = {
59
59
  exports.BreadcrumbSeparator = {
60
60
  name: 'BreadcrumbSeparator',
61
61
  title: '面包屑',
62
- package: '@music163/antd',
62
+ package: '@cuvp1225/antd',
63
63
  icon: '',
64
64
  type: 'element',
65
65
  props: [
@@ -8,7 +8,7 @@ exports.Button = {
8
8
  exportType: 'namedExport',
9
9
  icon: 'icon-anniu',
10
10
  type: 'element',
11
- package: '@music163/antd',
11
+ package: '@cuvp1225/antd',
12
12
  help: '按钮用于开始一个即时操作。',
13
13
  hasChildren: false,
14
14
  props: [
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Calendar = {
6
6
  name: 'Calendar',
7
7
  title: '日历',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-riqixuanze',
10
10
  help: '按照日历形式展示数据的容器控件',
11
11
  type: 'element',
@@ -7,7 +7,7 @@ const helpers_1 = require("../helpers");
7
7
  exports.Card = {
8
8
  name: 'Card',
9
9
  title: '卡片',
10
- package: '@music163/antd',
10
+ package: '@cuvp1225/antd',
11
11
  icon: 'icon-card',
12
12
  help: '最基础的卡片容器,可承载文字、列表、图片、段落,常用于后台概览页面',
13
13
  type: 'element',
@@ -123,7 +123,7 @@ exports.Card = {
123
123
  exports.CardGrid = {
124
124
  name: 'CardGrid',
125
125
  title: '卡片Grid',
126
- package: '@music163/antd',
126
+ package: '@cuvp1225/antd',
127
127
  icon: 'icon-kapiangrid',
128
128
  type: 'element',
129
129
  props: [
@@ -138,7 +138,7 @@ exports.CardGrid = {
138
138
  exports.CardMeta = {
139
139
  name: 'CardMeta',
140
140
  title: '卡片',
141
- package: '@music163/antd',
141
+ package: '@cuvp1225/antd',
142
142
  icon: '',
143
143
  type: 'element',
144
144
  props: [
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Carousel = {
6
6
  name: 'Carousel',
7
7
  title: '走马灯',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-zoumadeng',
10
10
  type: 'element',
11
11
  help: '旋转木马,一组轮播的区域',
@@ -8,7 +8,7 @@ exports.Cascader = {
8
8
  exportType: 'namedExport',
9
9
  icon: 'icon-jilianxuanze',
10
10
  type: 'element',
11
- package: '@music163/antd',
11
+ package: '@cuvp1225/antd',
12
12
  help: '级联选择框,从一组相关联的数据集合进行选择,如省市区,公司层级,事物分类等',
13
13
  hasChildren: false,
14
14
  props: [
@@ -7,7 +7,7 @@ exports.Checkbox = {
7
7
  title: '多选框',
8
8
  icon: 'icon-duoxuankuang',
9
9
  type: 'element',
10
- package: '@music163/antd',
10
+ package: '@cuvp1225/antd',
11
11
  help: '多选框,单独使用可以表示两种状态之间的切换,和 Switch 类似',
12
12
  hasChildren: true,
13
13
  initChildren: '选项1',
@@ -65,7 +65,7 @@ exports.CheckboxGroup = {
65
65
  title: '多选框组',
66
66
  icon: 'icon-duoxuankuang',
67
67
  type: 'element',
68
- package: '@music163/antd',
68
+ package: '@cuvp1225/antd',
69
69
  help: '多选框,在一组可选项中进行多项选择时',
70
70
  props: [
71
71
  ...common_1.StylePrototypes,
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Collapse = {
6
6
  name: 'Collapse',
7
7
  title: '折叠面板',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-zhediemianban',
10
10
  help: '可以折叠/展开的内容区域,对复杂区域进行分组和隐藏,保持页面的整洁',
11
11
  type: 'element',
@@ -87,7 +87,7 @@ exports.Collapse = {
87
87
  exports.CollapsePanel = {
88
88
  name: 'CollapsePanel',
89
89
  title: '折叠面板Panel',
90
- package: '@music163/antd',
90
+ package: '@cuvp1225/antd',
91
91
  icon: 'icon-zhediemianban',
92
92
  type: 'element',
93
93
  props: [
@@ -6,7 +6,7 @@ exports.Columns = {
6
6
  name: 'Columns',
7
7
  type: 'container',
8
8
  icon: 'icon-column-4',
9
- package: '@music163/antd',
9
+ package: '@cuvp1225/antd',
10
10
  hasChildren: true,
11
11
  childrenName: ['Column'],
12
12
  props: [...common_1.StylePrototypes],
@@ -15,7 +15,7 @@ exports.Column = {
15
15
  name: 'Column',
16
16
  type: 'container',
17
17
  icon: 'icon-column-4',
18
- package: '@music163/antd',
18
+ package: '@cuvp1225/antd',
19
19
  hasChildren: true,
20
20
  props: [...common_1.StylePrototypes],
21
21
  };
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Comment = {
6
6
  name: 'Comment',
7
7
  title: '评论',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-pinglun',
10
10
  type: 'element',
11
11
  help: '对网站内容的反馈、评价和讨论,可用于对事物的讨论,例如页面、博客文章、问题等等',
@@ -252,7 +252,7 @@ exports.DatePicker = {
252
252
  title: '日期选择框',
253
253
  icon: 'icon-riqishijian',
254
254
  type: 'element',
255
- package: '@music163/antd',
255
+ package: '@cuvp1225/antd',
256
256
  help: '当需要输入或选择具体日期的控件',
257
257
  hasChildren: false,
258
258
  props: [
@@ -305,7 +305,7 @@ exports.MonthPicker = {
305
305
  title: '月选择器',
306
306
  icon: 'icon-month',
307
307
  type: 'element',
308
- package: '@music163/antd',
308
+ package: '@cuvp1225/antd',
309
309
  help: '当需要输入或选择具体月份的控件',
310
310
  hasChildren: false,
311
311
  props: [
@@ -328,7 +328,7 @@ exports.YearPicker = {
328
328
  title: '年选择器',
329
329
  icon: 'icon-year',
330
330
  type: 'element',
331
- package: '@music163/antd',
331
+ package: '@cuvp1225/antd',
332
332
  help: '当需要输入或选择具体年份的控件',
333
333
  hasChildren: false,
334
334
  props: [...exports.PickerCommonProps],
@@ -338,7 +338,7 @@ exports.WeekPicker = {
338
338
  title: '周选择框',
339
339
  icon: 'icon-week',
340
340
  type: 'element',
341
- package: '@music163/antd',
341
+ package: '@cuvp1225/antd',
342
342
  help: '当需要输入或选择具体周的控件',
343
343
  hasChildren: false,
344
344
  props: [...exports.PickerCommonProps],
@@ -348,7 +348,7 @@ exports.DateRangePicker = {
348
348
  title: '日期选择框 Range',
349
349
  icon: 'icon-date-range',
350
350
  type: 'element',
351
- package: '@music163/antd',
351
+ package: '@cuvp1225/antd',
352
352
  help: '当需要输入或选择具体日期范围的控件',
353
353
  hasChildren: false,
354
354
  props: [
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Descriptions = {
6
6
  name: 'Descriptions',
7
7
  title: '描述列表',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-miaoshu',
10
10
  help: '成组展示多个只读字段,常见于详情页的信息展示',
11
11
  type: 'element',
@@ -100,7 +100,7 @@ exports.Descriptions = {
100
100
  exports.DescriptionItem = {
101
101
  name: 'DescriptionItem',
102
102
  title: '描述列表子项',
103
- package: '@music163/antd',
103
+ package: '@cuvp1225/antd',
104
104
  icon: 'icon-miaoshuliebiaoitem',
105
105
  type: 'element',
106
106
  hasChildren: false,
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Divider = {
6
6
  name: 'Divider',
7
7
  title: '分割线',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-fengexian',
10
10
  type: 'element',
11
11
  props: [
@@ -8,7 +8,7 @@ exports.Drawer = {
8
8
  exportType: 'namedExport',
9
9
  icon: 'icon-chouti',
10
10
  type: 'container',
11
- package: '@music163/antd',
11
+ package: '@cuvp1225/antd',
12
12
  help: '屏幕边缘滑出的浮层面板。',
13
13
  hasChildren: true,
14
14
  initChildren: '',
@@ -4,7 +4,7 @@ exports.DropdownButton = exports.Dropdown = void 0;
4
4
  exports.Dropdown = {
5
5
  name: 'Dropdown',
6
6
  title: '下拉菜单',
7
- package: '@music163/antd',
7
+ package: '@cuvp1225/antd',
8
8
  icon: 'icon-xialacaidan',
9
9
  type: 'element',
10
10
  initChildren: '<a>Hover me <Icon type="DownOutlined" /></a>',
@@ -79,7 +79,7 @@ exports.Dropdown = {
79
79
  exports.DropdownButton = {
80
80
  name: 'DropdownButton',
81
81
  title: '下拉菜单',
82
- package: '@music163/antd',
82
+ package: '@cuvp1225/antd',
83
83
  icon: '',
84
84
  type: 'element',
85
85
  props: [
@@ -26,7 +26,7 @@ const renderOptions = [
26
26
  exports.Each = {
27
27
  name: 'Each',
28
28
  title: '循环渲染',
29
- package: '@music163/antd',
29
+ package: '@cuvp1225/antd',
30
30
  help: '用于快速循环渲染一组数据。',
31
31
  icon: 'icon-xunhuan',
32
32
  type: 'element',
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Empty = {
6
6
  name: 'Empty',
7
7
  title: '空状态',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  help: '空状态时的展示占位图',
10
10
  icon: 'icon-kongzhuangtai',
11
11
  type: 'element',
@@ -40,7 +40,7 @@ exports.Form = {
40
40
  exportType: 'namedExport',
41
41
  icon: 'icon-biaodan',
42
42
  type: 'element',
43
- package: '@music163/antd',
43
+ package: '@cuvp1225/antd',
44
44
  help: '最基本的表单组件,可以创建一个轻量级表单。',
45
45
  hasChildren: true,
46
46
  initChildren: `<Form.Item label="Username" name="username" rules={[{ required: true, message: "Please input your username!" }]}>
@@ -157,7 +157,7 @@ exports.Fieldset = {
157
157
  exportType: 'namedExport',
158
158
  icon: 'icon-biaodan',
159
159
  type: 'element',
160
- package: '@music163/antd',
160
+ package: '@cuvp1225/antd',
161
161
  hasChildren: true,
162
162
  initChildren: '<FormItem component="Input" label="表单项" /><FormItem component="Input" label="表单项" />',
163
163
  relatedImports: ['FormItem'],
@@ -181,7 +181,7 @@ exports.FormItem = {
181
181
  exportType: 'namedExport',
182
182
  icon: 'icon-biaodan',
183
183
  type: 'element',
184
- package: '@music163/antd',
184
+ package: '@cuvp1225/antd',
185
185
  help: '一个基本的表单项',
186
186
  hasChildren: true,
187
187
  props: [
@@ -299,7 +299,7 @@ exports.FormFooter = {
299
299
  exportType: 'namedExport',
300
300
  icon: 'icon-biaodan',
301
301
  type: 'element',
302
- package: '@music163/antd',
302
+ package: '@cuvp1225/antd',
303
303
  hasChildren: true,
304
304
  initChildren: '<Button type="primary" htmlType="submit">提交</Button>',
305
305
  relatedImports: ['Button'],
@@ -34,7 +34,7 @@ exports.FormilyForm = {
34
34
  exportType: 'namedExport',
35
35
  icon: 'icon-biaodan',
36
36
  type: 'element',
37
- package: '@music163/antd',
37
+ package: '@cuvp1225/antd',
38
38
  help: 'Formily 表单',
39
39
  hasChildren: true,
40
40
  initChildren: '<FormilyFormItem name="input1" component="Input" label="表单项" /><FormilyFormItem name="select1" component="Select" label="表单项" />',
@@ -73,7 +73,7 @@ exports.FormilyFormItem = {
73
73
  exportType: 'namedExport',
74
74
  icon: 'icon-biaodan',
75
75
  type: 'element',
76
- package: '@music163/antd',
76
+ package: '@cuvp1225/antd',
77
77
  help: 'Formily 表单项',
78
78
  hasChildren: false,
79
79
  props: [
@@ -154,7 +154,7 @@ exports.FormilyFormFooter = {
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: `<FormilySubmit>提交</FormilySubmit><FormilyReset>重置</FormilyReset>`,
160
160
  relatedImports: ['FormilySubmit', 'FormilyReset'],
@@ -165,7 +165,7 @@ exports.FormilySubmit = {
165
165
  exportType: 'namedExport',
166
166
  icon: 'icon-anniu',
167
167
  type: 'element',
168
- package: '@music163/antd',
168
+ package: '@cuvp1225/antd',
169
169
  help: '提交表单',
170
170
  hasChildren: false,
171
171
  props: [
@@ -202,7 +202,7 @@ exports.FormilyReset = {
202
202
  exportType: 'namedExport',
203
203
  icon: 'icon-anniu',
204
204
  type: 'element',
205
- package: '@music163/antd',
205
+ package: '@cuvp1225/antd',
206
206
  help: '重置表单。',
207
207
  hasChildren: false,
208
208
  props: [
@@ -5,7 +5,7 @@ const common_1 = require("./common");
5
5
  exports.Col = {
6
6
  name: 'Col',
7
7
  title: '栅格列',
8
- package: '@music163/antd',
8
+ package: '@cuvp1225/antd',
9
9
  icon: 'icon-column',
10
10
  //type: 'element',
11
11
  type: 'container',
@@ -31,7 +31,7 @@ exports.Col = {
31
31
  exports.Row = {
32
32
  name: 'Row',
33
33
  title: '栅格行',
34
- package: '@music163/antd',
34
+ package: '@cuvp1225/antd',
35
35
  icon: 'icon-column',
36
36
  //type: 'element',
37
37
  type: 'container',
@@ -8,7 +8,7 @@ exports.IFrame = {
8
8
  exportType: 'namedExport',
9
9
  icon: 'icon-iframe',
10
10
  type: 'element',
11
- package: '@music163/antd',
11
+ package: '@cuvp1225/antd',
12
12
  hasChildren: false,
13
13
  props: [
14
14
  ...common_1.StylePrototypes,
@@ -9,7 +9,7 @@ exports.Image = {
9
9
  icon: 'icon-tupian',
10
10
  type: 'element',
11
11
  help: '展示一种图片,并且可以进入快捷预览态。',
12
- package: '@music163/antd',
12
+ package: '@cuvp1225/antd',
13
13
  hasChildren: false,
14
14
  props: [
15
15
  ...common_1.StylePrototypes,
@@ -61,7 +61,7 @@ exports.ImageList = {
61
61
  icon: 'icon-tupian',
62
62
  type: 'element',
63
63
  help: '当需要展示一组图片时,从一张图片点开相册,可在 Table 的单元格或描述列表中使用',
64
- package: '@music163/antd',
64
+ package: '@cuvp1225/antd',
65
65
  hasChildren: false,
66
66
  props: [
67
67
  ...common_1.StylePrototypes,
@@ -7,7 +7,7 @@ exports.InputNumber = {
7
7
  title: '数字输入框',
8
8
  icon: 'icon-jishuqi',
9
9
  type: 'element',
10
- package: '@music163/antd',
10
+ package: '@cuvp1225/antd',
11
11
  help: '通过鼠标或键盘,输入范围内的数值',
12
12
  hasChildren: false,
13
13
  props: [