@cuvp1225/antd 0.3.23 → 0.3.25

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.
@@ -0,0 +1,8 @@
1
+ import moment from 'moment';
2
+ import 'moment/locale/zh-cn';
3
+ import React from 'react';
4
+ export declare const DatePicker: React.ForwardRefExoticComponent<((import("antd/lib/date-picker/generatePicker").PickerProps<moment.Moment> & {
5
+ status?: "" | "warning" | "error" | undefined;
6
+ dropdownClassName?: string | undefined;
7
+ popupClassName?: string | undefined;
8
+ }) & import("@music163/tango-boot").TangoComponentProps) & React.RefAttributes<unknown>>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DatePicker = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const tango_boot_1 = require("@music163/tango-boot");
6
+ const antd_1 = require("antd");
7
+ const zh_CN_1 = tslib_1.__importDefault(require("antd/es/locale/zh_CN"));
8
+ const moment_1 = tslib_1.__importDefault(require("moment"));
9
+ require("moment/locale/zh-cn");
10
+ const react_1 = tslib_1.__importDefault(require("react"));
11
+ moment_1.default.locale('zh-cn');
12
+ function DataPickerDesigner(_a) {
13
+ var { style } = _a, rest = tslib_1.__rest(_a, ["style"]);
14
+ return (react_1.default.createElement(antd_1.ConfigProvider, { locale: zh_CN_1.default },
15
+ react_1.default.createElement(antd_1.DatePicker, Object.assign({}, rest, { style: style }))));
16
+ }
17
+ exports.DatePicker = (0, tango_boot_1.defineComponent)(antd_1.DatePicker, {
18
+ name: 'DatePicker',
19
+ designerConfig: {
20
+ render({ designerProps, originalProps, }) {
21
+ return react_1.default.createElement(DataPickerDesigner, Object.assign({}, designerProps, originalProps));
22
+ },
23
+ },
24
+ });
@@ -10,8 +10,10 @@ export * from './placeholder';
10
10
  export * from './section';
11
11
  export { Select } from './select';
12
12
  export { Space } from './space';
13
- export { Typography, Title, Paragraph } from './typography';
13
+ export { Typography, Title, Paragraph, Text } from './typography';
14
14
  export { Columns, Column } from './columns';
15
15
  export { Row1 } from './row';
16
16
  export { Popconfirm } from './popconfirm';
17
17
  export { Drawer } from "./drawer";
18
+ export { DatePicker } from "./date-picker";
19
+ export { Radio, RadioGroup } from "./radio";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Drawer = exports.Popconfirm = exports.Row1 = exports.Column = exports.Columns = exports.Paragraph = exports.Title = exports.Typography = exports.Space = exports.Select = exports.Modalnew = exports.TextArea = exports.Input = exports.InputNumber = exports.ButtonGroup = exports.Button = exports.Box = void 0;
3
+ exports.RadioGroup = exports.Radio = exports.DatePicker = exports.Drawer = exports.Popconfirm = exports.Row1 = exports.Column = exports.Columns = exports.Text = exports.Paragraph = exports.Title = exports.Typography = exports.Space = exports.Select = exports.Modalnew = exports.TextArea = exports.Input = exports.InputNumber = exports.ButtonGroup = exports.Button = exports.Box = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  tslib_1.__exportStar(require("antd"), exports);
6
6
  // export { Each, Link, Text, When } from '@cuvp1225/foundation';
@@ -28,6 +28,7 @@ var typography_1 = require("./typography");
28
28
  Object.defineProperty(exports, "Typography", { enumerable: true, get: function () { return typography_1.Typography; } });
29
29
  Object.defineProperty(exports, "Title", { enumerable: true, get: function () { return typography_1.Title; } });
30
30
  Object.defineProperty(exports, "Paragraph", { enumerable: true, get: function () { return typography_1.Paragraph; } });
31
+ Object.defineProperty(exports, "Text", { enumerable: true, get: function () { return typography_1.Text; } });
31
32
  var columns_1 = require("./columns");
32
33
  Object.defineProperty(exports, "Columns", { enumerable: true, get: function () { return columns_1.Columns; } });
33
34
  Object.defineProperty(exports, "Column", { enumerable: true, get: function () { return columns_1.Column; } });
@@ -37,6 +38,11 @@ var popconfirm_1 = require("./popconfirm");
37
38
  Object.defineProperty(exports, "Popconfirm", { enumerable: true, get: function () { return popconfirm_1.Popconfirm; } });
38
39
  var drawer_1 = require("./drawer");
39
40
  Object.defineProperty(exports, "Drawer", { enumerable: true, get: function () { return drawer_1.Drawer; } });
41
+ var date_picker_1 = require("./date-picker");
42
+ Object.defineProperty(exports, "DatePicker", { enumerable: true, get: function () { return date_picker_1.DatePicker; } });
43
+ var radio_1 = require("./radio");
44
+ Object.defineProperty(exports, "Radio", { enumerable: true, get: function () { return radio_1.Radio; } });
45
+ Object.defineProperty(exports, "RadioGroup", { enumerable: true, get: function () { return radio_1.RadioGroup; } });
40
46
  //export { MultiColumns } from './multiColumns'
41
47
  //export { Row,Col } from './grid'
42
48
  //export { RowCombination,ColCombination } from './gridCombination'
@@ -11,7 +11,8 @@ function PopconfirmDesigner(_a) {
11
11
  (0, react_1.useEffect)(() => {
12
12
  console.log('PopconfirmDesigner', dataDnd, dataId, rest);
13
13
  }, []);
14
- return (react_1.default.createElement(antd_1.Popconfirm, Object.assign({ title: title, "data-dnd": dataDnd, "data-id": dataId }, rest, { style: style }), children));
14
+ return (react_1.default.createElement("div", { id: "popconfirSwrapper", "data-dnd": dataDnd, "data-id": dataId },
15
+ react_1.default.createElement(antd_1.Popconfirm, Object.assign({ title: title }, rest, { style: style }), children)));
15
16
  }
16
17
  exports.Popconfirm = (0, tango_boot_1.defineComponent)(antd_1.Popconfirm, {
17
18
  name: 'Popconfirm',
@@ -0,0 +1,6 @@
1
+ import { RadioProps } from 'antd';
2
+ import React from 'react';
3
+ export declare const Radio: React.ForwardRefExoticComponent<Omit<RadioProps & React.RefAttributes<HTMLElement> & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes<unknown>>;
4
+ export declare const RadioGroup: React.ForwardRefExoticComponent<Omit<Omit<import("antd").RadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
5
+ ref?: React.Ref<HTMLDivElement>;
6
+ } & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes<unknown>>;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RadioGroup = exports.Radio = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const tango_boot_1 = require("@music163/tango-boot");
6
+ const antd_1 = require("antd");
7
+ const react_1 = tslib_1.__importDefault(require("react"));
8
+ function RadioDesigner(_a) {
9
+ var { style } = _a, rest = tslib_1.__rest(_a, ["style"]);
10
+ const { optionType } = rest;
11
+ if (optionType === 'button') {
12
+ return react_1.default.createElement(antd_1.Radio.Button, Object.assign({}, rest, { style: style }), rest.label);
13
+ }
14
+ return (react_1.default.createElement(antd_1.Radio, Object.assign({}, rest, { style: style }), rest.label));
15
+ }
16
+ exports.Radio = (0, tango_boot_1.defineComponent)(antd_1.Radio, {
17
+ name: 'Radio',
18
+ designerConfig: {
19
+ render({ designerProps, originalProps, }) {
20
+ console.log("designerProps:", designerProps, "originalProps:", originalProps);
21
+ return react_1.default.createElement(RadioDesigner, Object.assign({ label: '单项1', optionType: '' }, designerProps, originalProps));
22
+ },
23
+ },
24
+ });
25
+ exports.RadioGroup = (0, tango_boot_1.defineComponent)(antd_1.Radio.Group, {
26
+ name: 'RadioGroup',
27
+ });
@@ -1,12 +1,13 @@
1
1
  import { Typography as AntTypography } from 'antd';
2
2
  import React from 'react';
3
3
  export declare const Title: React.ForwardRefExoticComponent<Omit<import("antd/lib/typography/Title").TitleProps & React.RefAttributes<HTMLElement> & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes<unknown>>;
4
+ export declare const Text: React.ForwardRefExoticComponent<Omit<import("antd/lib/typography/Text").TextProps & React.RefAttributes<HTMLSpanElement> & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes<unknown>>;
4
5
  export declare const Paragraph: React.ForwardRefExoticComponent<Omit<import("antd/lib/typography/Paragraph").ParagraphProps & React.RefAttributes<HTMLElement> & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes<unknown>>;
5
6
  type TypographyComponent = React.ForwardRefExoticComponent<any & React.RefAttributes<React.ReactElement>> & {
6
7
  Title: typeof Title;
7
8
  Paragraph: typeof Paragraph;
8
9
  Link: typeof AntTypography.Link;
9
- Text: typeof AntTypography.Text;
10
+ Text: typeof Text;
10
11
  };
11
12
  export declare const Typography: TypographyComponent;
12
13
  export {};
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Typography = exports.Paragraph = exports.Title = void 0;
3
+ exports.Typography = exports.Paragraph = exports.Text = exports.Title = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const tango_boot_1 = require("@music163/tango-boot");
6
6
  const antd_1 = require("antd");
@@ -9,6 +9,9 @@ const placeholder_1 = require("./placeholder");
9
9
  exports.Title = (0, tango_boot_1.defineComponent)(antd_1.Typography.Title, {
10
10
  name: 'Title',
11
11
  });
12
+ exports.Text = (0, tango_boot_1.defineComponent)(antd_1.Typography.Text, {
13
+ name: 'Text',
14
+ });
12
15
  exports.Paragraph = (0, tango_boot_1.defineComponent)(antd_1.Typography.Paragraph, {
13
16
  name: 'Paragraph',
14
17
  });
@@ -23,4 +26,4 @@ exports.Typography = (0, tango_boot_1.defineComponent)(antd_1.Typography, {
23
26
  exports.Typography.Title = exports.Title;
24
27
  exports.Typography.Paragraph = exports.Paragraph;
25
28
  exports.Typography.Link = antd_1.Typography.Link;
26
- exports.Typography.Text = antd_1.Typography.Text;
29
+ exports.Typography.Text = exports.Text;
@@ -23,11 +23,27 @@ exports.Radio = {
23
23
  title: '选中',
24
24
  setter: 'boolSetter',
25
25
  },
26
- {
27
- name: 'tooltip',
28
- title: '提示文案',
26
+ // {
27
+ // name: 'radioGroup',
28
+ // title: '单选框组',
29
+ // setter: 'boolSetter',
30
+ // },
31
+ {
32
+ name: 'label',
33
+ title: '标签',
34
+ initValue: '单项1',
29
35
  setter: 'textSetter',
30
36
  },
37
+ {
38
+ name: 'optionType',
39
+ title: '选项类型',
40
+ setter: 'choiceSetter',
41
+ initValue: 'default',
42
+ options: [
43
+ { label: '默认', value: 'default' },
44
+ { label: '按钮类型', value: 'button' },
45
+ ],
46
+ },
31
47
  {
32
48
  name: 'defaultChecked',
33
49
  title: '初始选中',
@@ -7,10 +7,10 @@ const renderChildrenOptions = [
7
7
  { label: '取消自定义', value: '' },
8
8
  {
9
9
  label: '自定义区域',
10
- value: 'Box',
10
+ value: 'div',
11
11
  //render: '{(record, index, indent, expanded) => <Box></Box>}',
12
- render: '(record, index, indent, expanded) => <Box></Box>',
13
- relatedImports: ['Box'],
12
+ render: '(record, index, indent, expanded) => <div><Placeholder text="放置替换" /></div>',
13
+ relatedImports: ['div'],
14
14
  },
15
15
  ];
16
16
  exports.Table = {
@@ -102,7 +102,7 @@ exports.Tabs = {
102
102
  tip: '仅在选项卡类型为可编辑卡片时有效',
103
103
  setter: 'expressionSetter',
104
104
  group: 'event',
105
- autoCompleteOptions: ["(action === 'add' ? event : targetKey, action): void"],
105
+ // autoCompleteOptions: ["(action === 'add' ? event : targetKey, action): void"],
106
106
  getVisible: (form) => form.getValue('type') === 'editable-card',
107
107
  },
108
108
  {
@@ -132,7 +132,7 @@ exports.Title = {
132
132
  name: 'level',
133
133
  title: '标题级别',
134
134
  setter: 'pickerSetter',
135
- comOptions: [
135
+ options: [
136
136
  { label: 'h1', value: 1 },
137
137
  { label: 'h2', value: 2 },
138
138
  { label: 'h3', value: 3 },
@@ -0,0 +1,8 @@
1
+ import moment from 'moment';
2
+ import 'moment/locale/zh-cn';
3
+ import React from 'react';
4
+ export declare const DatePicker: React.ForwardRefExoticComponent<((import("antd/lib/date-picker/generatePicker").PickerProps<moment.Moment> & {
5
+ status?: "" | "warning" | "error" | undefined;
6
+ dropdownClassName?: string | undefined;
7
+ popupClassName?: string | undefined;
8
+ }) & import("@music163/tango-boot").TangoComponentProps) & React.RefAttributes<unknown>>;
@@ -0,0 +1,21 @@
1
+ import { __rest } from "tslib";
2
+ import { defineComponent } from '@music163/tango-boot';
3
+ import { DatePicker as AntDataPicker, ConfigProvider } from 'antd';
4
+ import zhCN from 'antd/es/locale/zh_CN';
5
+ import moment from 'moment';
6
+ import 'moment/locale/zh-cn';
7
+ import React from 'react';
8
+ moment.locale('zh-cn');
9
+ function DataPickerDesigner(_a) {
10
+ var { style } = _a, rest = __rest(_a, ["style"]);
11
+ return (React.createElement(ConfigProvider, { locale: zhCN },
12
+ React.createElement(AntDataPicker, Object.assign({}, rest, { style: style }))));
13
+ }
14
+ export const DatePicker = defineComponent(AntDataPicker, {
15
+ name: 'DatePicker',
16
+ designerConfig: {
17
+ render({ designerProps, originalProps, }) {
18
+ return React.createElement(DataPickerDesigner, Object.assign({}, designerProps, originalProps));
19
+ },
20
+ },
21
+ });
@@ -10,8 +10,10 @@ export * from './placeholder';
10
10
  export * from './section';
11
11
  export { Select } from './select';
12
12
  export { Space } from './space';
13
- export { Typography, Title, Paragraph } from './typography';
13
+ export { Typography, Title, Paragraph, Text } from './typography';
14
14
  export { Columns, Column } from './columns';
15
15
  export { Row1 } from './row';
16
16
  export { Popconfirm } from './popconfirm';
17
17
  export { Drawer } from "./drawer";
18
+ export { DatePicker } from "./date-picker";
19
+ export { Radio, RadioGroup } from "./radio";
@@ -11,11 +11,13 @@ export * from './placeholder';
11
11
  export * from './section';
12
12
  export { Select } from './select';
13
13
  export { Space } from './space';
14
- export { Typography, Title, Paragraph } from './typography';
14
+ export { Typography, Title, Paragraph, Text } from './typography';
15
15
  export { Columns, Column } from './columns';
16
16
  export { Row1 } from './row';
17
17
  export { Popconfirm } from './popconfirm';
18
18
  export { Drawer } from "./drawer";
19
+ export { DatePicker } from "./date-picker";
20
+ export { Radio, RadioGroup } from "./radio";
19
21
  //export { MultiColumns } from './multiColumns'
20
22
  //export { Row,Col } from './grid'
21
23
  //export { RowCombination,ColCombination } from './gridCombination'
@@ -8,7 +8,8 @@ function PopconfirmDesigner(_a) {
8
8
  useEffect(() => {
9
9
  console.log('PopconfirmDesigner', dataDnd, dataId, rest);
10
10
  }, []);
11
- return (React.createElement(AntPopconfirm, Object.assign({ title: title, "data-dnd": dataDnd, "data-id": dataId }, rest, { style: style }), children));
11
+ return (React.createElement("div", { id: "popconfirSwrapper", "data-dnd": dataDnd, "data-id": dataId },
12
+ React.createElement(AntPopconfirm, Object.assign({ title: title }, rest, { style: style }), children)));
12
13
  }
13
14
  export const Popconfirm = defineComponent(AntPopconfirm, {
14
15
  name: 'Popconfirm',
@@ -0,0 +1,6 @@
1
+ import { RadioProps } from 'antd';
2
+ import React from 'react';
3
+ export declare const Radio: React.ForwardRefExoticComponent<Omit<RadioProps & React.RefAttributes<HTMLElement> & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes<unknown>>;
4
+ export declare const RadioGroup: React.ForwardRefExoticComponent<Omit<Omit<import("antd").RadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
5
+ ref?: React.Ref<HTMLDivElement>;
6
+ } & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes<unknown>>;
@@ -0,0 +1,24 @@
1
+ import { __rest } from "tslib";
2
+ import { defineComponent } from '@music163/tango-boot';
3
+ import { Radio as AntRadio } from 'antd';
4
+ import React from 'react';
5
+ function RadioDesigner(_a) {
6
+ var { style } = _a, rest = __rest(_a, ["style"]);
7
+ const { optionType } = rest;
8
+ if (optionType === 'button') {
9
+ return React.createElement(AntRadio.Button, Object.assign({}, rest, { style: style }), rest.label);
10
+ }
11
+ return (React.createElement(AntRadio, Object.assign({}, rest, { style: style }), rest.label));
12
+ }
13
+ export const Radio = defineComponent(AntRadio, {
14
+ name: 'Radio',
15
+ designerConfig: {
16
+ render({ designerProps, originalProps, }) {
17
+ console.log("designerProps:", designerProps, "originalProps:", originalProps);
18
+ return React.createElement(RadioDesigner, Object.assign({ label: '单项1', optionType: '' }, designerProps, originalProps));
19
+ },
20
+ },
21
+ });
22
+ export const RadioGroup = defineComponent(AntRadio.Group, {
23
+ name: 'RadioGroup',
24
+ });
@@ -1,12 +1,13 @@
1
1
  import { Typography as AntTypography } from 'antd';
2
2
  import React from 'react';
3
3
  export declare const Title: React.ForwardRefExoticComponent<Omit<import("antd/lib/typography/Title").TitleProps & React.RefAttributes<HTMLElement> & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes<unknown>>;
4
+ export declare const Text: React.ForwardRefExoticComponent<Omit<import("antd/lib/typography/Text").TextProps & React.RefAttributes<HTMLSpanElement> & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes<unknown>>;
4
5
  export declare const Paragraph: React.ForwardRefExoticComponent<Omit<import("antd/lib/typography/Paragraph").ParagraphProps & React.RefAttributes<HTMLElement> & import("@music163/tango-boot").TangoComponentProps, "ref"> & React.RefAttributes<unknown>>;
5
6
  type TypographyComponent = React.ForwardRefExoticComponent<any & React.RefAttributes<React.ReactElement>> & {
6
7
  Title: typeof Title;
7
8
  Paragraph: typeof Paragraph;
8
9
  Link: typeof AntTypography.Link;
9
- Text: typeof AntTypography.Text;
10
+ Text: typeof Text;
10
11
  };
11
12
  export declare const Typography: TypographyComponent;
12
13
  export {};
@@ -5,6 +5,9 @@ import { Placeholder } from './placeholder';
5
5
  export const Title = defineComponent(AntTypography.Title, {
6
6
  name: 'Title',
7
7
  });
8
+ export const Text = defineComponent(AntTypography.Text, {
9
+ name: 'Text',
10
+ });
8
11
  export const Paragraph = defineComponent(AntTypography.Paragraph, {
9
12
  name: 'Paragraph',
10
13
  });
@@ -19,4 +22,4 @@ export const Typography = defineComponent(AntTypography, {
19
22
  Typography.Title = Title;
20
23
  Typography.Paragraph = Paragraph;
21
24
  Typography.Link = AntTypography.Link;
22
- Typography.Text = AntTypography.Text;
25
+ Typography.Text = Text;
@@ -20,11 +20,27 @@ export const Radio = {
20
20
  title: '选中',
21
21
  setter: 'boolSetter',
22
22
  },
23
- {
24
- name: 'tooltip',
25
- title: '提示文案',
23
+ // {
24
+ // name: 'radioGroup',
25
+ // title: '单选框组',
26
+ // setter: 'boolSetter',
27
+ // },
28
+ {
29
+ name: 'label',
30
+ title: '标签',
31
+ initValue: '单项1',
26
32
  setter: 'textSetter',
27
33
  },
34
+ {
35
+ name: 'optionType',
36
+ title: '选项类型',
37
+ setter: 'choiceSetter',
38
+ initValue: 'default',
39
+ options: [
40
+ { label: '默认', value: 'default' },
41
+ { label: '按钮类型', value: 'button' },
42
+ ],
43
+ },
28
44
  {
29
45
  name: 'defaultChecked',
30
46
  title: '初始选中',
@@ -4,10 +4,10 @@ const renderChildrenOptions = [
4
4
  { label: '取消自定义', value: '' },
5
5
  {
6
6
  label: '自定义区域',
7
- value: 'Box',
7
+ value: 'div',
8
8
  //render: '{(record, index, indent, expanded) => <Box></Box>}',
9
- render: '(record, index, indent, expanded) => <Box></Box>',
10
- relatedImports: ['Box'],
9
+ render: '(record, index, indent, expanded) => <div><Placeholder text="放置替换" /></div>',
10
+ relatedImports: ['div'],
11
11
  },
12
12
  ];
13
13
  export const Table = {
@@ -99,7 +99,7 @@ export const Tabs = {
99
99
  tip: '仅在选项卡类型为可编辑卡片时有效',
100
100
  setter: 'expressionSetter',
101
101
  group: 'event',
102
- autoCompleteOptions: ["(action === 'add' ? event : targetKey, action): void"],
102
+ // autoCompleteOptions: ["(action === 'add' ? event : targetKey, action): void"],
103
103
  getVisible: (form) => form.getValue('type') === 'editable-card',
104
104
  },
105
105
  {
@@ -129,7 +129,7 @@ export const Title = {
129
129
  name: 'level',
130
130
  title: '标题级别',
131
131
  setter: 'pickerSetter',
132
- comOptions: [
132
+ options: [
133
133
  { label: 'h1', value: 1 },
134
134
  { label: 'h2', value: 2 },
135
135
  { label: 'h3', value: 3 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuvp1225/antd",
3
- "version": "0.3.23",
3
+ "version": "0.3.25",
4
4
  "description": "antd components for tango app",
5
5
  "author": "wwsun <ww.sww@outlook.com>",
6
6
  "homepage": "https://github.com/netease/tango-components#readme",
@@ -49,10 +49,10 @@
49
49
  "@cuvp1225/formily": "^0.2.6",
50
50
  "@cuvp1225/foundation": "^0.3.2",
51
51
  "@music163/tango-boot": "^0.3.3",
52
- "@music163/tango-helpers": "^1.2.9",
52
+ "@music163/tango-helpers": "1.2.8",
53
53
  "antd": "4",
54
54
  "classnames": "^2.3.2",
55
55
  "coral-system": "^1.0.6"
56
56
  },
57
- "gitHead": "097c6b796fe0d901a0d6643a68c6d39c3c2e1780"
57
+ "gitHead": "618ecae27551f4d409bde79dd9f4819aac3971dd"
58
58
  }