@cuvp1225/antd 0.2.87 → 0.2.89
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.
- package/dist/designer.js +42 -1604
- package/dist/index.js +42 -1604
- package/lib/cjs/components/index.d.ts +0 -14
- package/lib/cjs/components/index.js +16 -39
- package/lib/cjs/components/timeline1.d.ts +2 -2
- package/lib/cjs/components/timeline1.js +27 -9
- package/lib/esm/components/index.d.ts +0 -14
- package/lib/esm/components/index.js +15 -14
- package/lib/esm/components/timeline1.d.ts +2 -2
- package/lib/esm/components/timeline1.js +27 -9
- package/package.json +2 -2
@@ -11,33 +11,20 @@ export * from './placeholder';
|
|
11
11
|
export * from './section';
|
12
12
|
export { Select } from './select';
|
13
13
|
export { Space } from './space';
|
14
|
-
export { Columns, Column } from './columns';
|
15
|
-
export { Row1 } from './row';
|
16
|
-
export { Popconfirm } from './popconfirm';
|
17
|
-
export { Popover } from './popover';
|
18
14
|
export { Result } from './result';
|
19
15
|
export { Drawer } from "./drawer";
|
20
16
|
export { DatePicker } from "./date-picker";
|
21
17
|
export { Radio, RadioGroup } from "./radio";
|
22
18
|
export { Checkbox, CheckboxGroup } from "./checkbox";
|
23
19
|
export { Cascader } from "./cascader";
|
24
|
-
export { Form, Fieldset, FormItem, FormFooter } from './form';
|
25
|
-
export { Breadcrumb, BreadcrumbItem } from './breadcrumb';
|
26
|
-
export { MenuItem, Menu } from './menu';
|
27
|
-
export { Timeline, TimelineItem } from './timeline1';
|
28
|
-
export { BasicTimeline } from './timeline2';
|
29
|
-
export { Collapse, CollapsePanel } from './collapse';
|
30
|
-
export { List, ListItem } from './list';
|
31
20
|
export { Dropdown, DropdownButton } from './dropdown';
|
32
21
|
export { Upload } from "./upload";
|
33
22
|
export { Skeleton } from "./skeleton";
|
34
23
|
export { Spin } from './spin';
|
35
|
-
export { Anchor } from './anchor';
|
36
24
|
export { Calendar } from './calendar';
|
37
25
|
export { Divider } from './divider';
|
38
26
|
export { Badge } from './badge';
|
39
27
|
export { Pagination } from './pagination';
|
40
|
-
export { Table } from './table1';
|
41
28
|
export { Card } from './card';
|
42
29
|
export { Avatar } from './avatar';
|
43
30
|
export { Empty } from './empty';
|
@@ -52,7 +39,6 @@ export { AutoComplete } from './auto-complete';
|
|
52
39
|
export { Mentions } from './mentions';
|
53
40
|
export { TreeSelect } from './tree-select';
|
54
41
|
export { Image } from './image';
|
55
|
-
export { Descriptions } from './descriptions';
|
56
42
|
export { Tree } from './tree';
|
57
43
|
export { Alert } from "./alert";
|
58
44
|
export { Progress } from './progress';
|
@@ -1,9 +1,10 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
exports.Progress = exports.Alert = exports.Tree = exports.Descriptions = exports.Image = exports.TreeSelect = exports.Mentions = exports.AutoComplete = exports.Switch = exports.PageHeader = exports.Transfer = exports.TimePicker = exports.Comment = exports.Rate = exports.Slider = exports.Empty = exports.Avatar = exports.Card = exports.Table = exports.Pagination = void 0;
|
3
|
+
exports.Progress = exports.Alert = exports.Tree = exports.Image = exports.TreeSelect = exports.Mentions = exports.AutoComplete = exports.Switch = exports.PageHeader = exports.Transfer = exports.TimePicker = exports.Comment = exports.Rate = exports.Slider = exports.Empty = exports.Avatar = exports.Card = exports.Pagination = exports.Badge = exports.Divider = exports.Calendar = exports.Spin = exports.Skeleton = exports.Upload = exports.DropdownButton = exports.Dropdown = exports.Cascader = exports.CheckboxGroup = exports.Checkbox = exports.RadioGroup = exports.Radio = exports.DatePicker = exports.Drawer = exports.Result = exports.Space = exports.Select = exports.Modalnew = exports.Password = exports.TextArea = exports.Input = exports.InputNumber = exports.ButtonGroup = exports.Button = exports.Box = exports.When = exports.Link = exports.Each = void 0;
|
5
4
|
const tslib_1 = require("tslib");
|
6
5
|
tslib_1.__exportStar(require("antd"), exports);
|
6
|
+
//以下组件都从antd中导出,解决下述组件卡顿问题
|
7
|
+
//export {Row,Col,Timeline,Table,Typography,Breadcrumb,Menu,Form,Collapse,Descriptions,List,Popover,Statistic,Tabs,Tag,Tooltip,Popconfirm,Anchor} from 'antd';
|
7
8
|
//export { Each, Link, Text, When } from '@cuvp1225/foundation';
|
8
9
|
var foundation_1 = require("@cuvp1225/foundation");
|
9
10
|
Object.defineProperty(exports, "Each", { enumerable: true, get: function () { return foundation_1.Each; } });
|
@@ -31,15 +32,9 @@ Object.defineProperty(exports, "Select", { enumerable: true, get: function () {
|
|
31
32
|
var space_1 = require("./space");
|
32
33
|
Object.defineProperty(exports, "Space", { enumerable: true, get: function () { return space_1.Space; } });
|
33
34
|
//export { Typography, Title, Paragraph,Text } from './typography';
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
var row_1 = require("./row");
|
38
|
-
Object.defineProperty(exports, "Row1", { enumerable: true, get: function () { return row_1.Row1; } });
|
39
|
-
var popconfirm_1 = require("./popconfirm");
|
40
|
-
Object.defineProperty(exports, "Popconfirm", { enumerable: true, get: function () { return popconfirm_1.Popconfirm; } });
|
41
|
-
var popover_1 = require("./popover");
|
42
|
-
Object.defineProperty(exports, "Popover", { enumerable: true, get: function () { return popover_1.Popover; } });
|
35
|
+
//export { Columns, Column } from './columns';
|
36
|
+
//export { Popconfirm } from './popconfirm';
|
37
|
+
//export {Popover} from './popover';
|
43
38
|
//export {Tooltip} from './tooltip';
|
44
39
|
var result_1 = require("./result");
|
45
40
|
Object.defineProperty(exports, "Result", { enumerable: true, get: function () { return result_1.Result; } });
|
@@ -58,30 +53,15 @@ Object.defineProperty(exports, "Cascader", { enumerable: true, get: function ()
|
|
58
53
|
//export { MultiColumns } from './multiColumns'
|
59
54
|
//export { Row,Col } from './grid'
|
60
55
|
//export { RowCombination,ColCombination } from './gridCombination'
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
Object.defineProperty(exports, "FormItem", { enumerable: true, get: function () { return form_1.FormItem; } });
|
65
|
-
Object.defineProperty(exports, "FormFooter", { enumerable: true, get: function () { return form_1.FormFooter; } });
|
66
|
-
var breadcrumb_1 = require("./breadcrumb");
|
67
|
-
Object.defineProperty(exports, "Breadcrumb", { enumerable: true, get: function () { return breadcrumb_1.Breadcrumb; } });
|
68
|
-
Object.defineProperty(exports, "BreadcrumbItem", { enumerable: true, get: function () { return breadcrumb_1.BreadcrumbItem; } });
|
69
|
-
var menu_1 = require("./menu");
|
70
|
-
Object.defineProperty(exports, "MenuItem", { enumerable: true, get: function () { return menu_1.MenuItem; } });
|
71
|
-
Object.defineProperty(exports, "Menu", { enumerable: true, get: function () { return menu_1.Menu; } });
|
56
|
+
//export { Form,Fieldset,FormItem,FormFooter } from './form'
|
57
|
+
//export { Breadcrumb,BreadcrumbItem } from './breadcrumb'
|
58
|
+
//export { MenuItem,Menu } from './menu'
|
72
59
|
//export { Timeline,TimelineItem } from './timeline'
|
73
|
-
|
74
|
-
|
75
|
-
Object.defineProperty(exports, "TimelineItem", { enumerable: true, get: function () { return timeline1_1.TimelineItem; } });
|
76
|
-
var timeline2_1 = require("./timeline2");
|
77
|
-
Object.defineProperty(exports, "BasicTimeline", { enumerable: true, get: function () { return timeline2_1.BasicTimeline; } });
|
60
|
+
// export { Timeline,TimelineItem } from './timeline1'
|
61
|
+
// export { BasicTimeline } from './timeline2'
|
78
62
|
//export { Each } from './each'
|
79
|
-
|
80
|
-
|
81
|
-
Object.defineProperty(exports, "CollapsePanel", { enumerable: true, get: function () { return collapse_1.CollapsePanel; } });
|
82
|
-
var list_1 = require("./list");
|
83
|
-
Object.defineProperty(exports, "List", { enumerable: true, get: function () { return list_1.List; } });
|
84
|
-
Object.defineProperty(exports, "ListItem", { enumerable: true, get: function () { return list_1.ListItem; } });
|
63
|
+
//export { Collapse, CollapsePanel } from './collapse'
|
64
|
+
//export { List, ListItem } from './list'
|
85
65
|
var dropdown_1 = require("./dropdown");
|
86
66
|
Object.defineProperty(exports, "Dropdown", { enumerable: true, get: function () { return dropdown_1.Dropdown; } });
|
87
67
|
Object.defineProperty(exports, "DropdownButton", { enumerable: true, get: function () { return dropdown_1.DropdownButton; } });
|
@@ -91,8 +71,7 @@ var skeleton_1 = require("./skeleton");
|
|
91
71
|
Object.defineProperty(exports, "Skeleton", { enumerable: true, get: function () { return skeleton_1.Skeleton; } });
|
92
72
|
var spin_1 = require("./spin");
|
93
73
|
Object.defineProperty(exports, "Spin", { enumerable: true, get: function () { return spin_1.Spin; } });
|
94
|
-
|
95
|
-
Object.defineProperty(exports, "Anchor", { enumerable: true, get: function () { return anchor_1.Anchor; } });
|
74
|
+
//export { Anchor } from './anchor';
|
96
75
|
var calendar_1 = require("./calendar");
|
97
76
|
Object.defineProperty(exports, "Calendar", { enumerable: true, get: function () { return calendar_1.Calendar; } });
|
98
77
|
//export { Carousel } from './carousel';
|
@@ -103,8 +82,7 @@ Object.defineProperty(exports, "Badge", { enumerable: true, get: function () { r
|
|
103
82
|
var pagination_1 = require("./pagination");
|
104
83
|
Object.defineProperty(exports, "Pagination", { enumerable: true, get: function () { return pagination_1.Pagination; } });
|
105
84
|
//export { Table } from './table'
|
106
|
-
|
107
|
-
Object.defineProperty(exports, "Table", { enumerable: true, get: function () { return table1_1.Table; } });
|
85
|
+
//export { Table } from './table1'
|
108
86
|
var card_1 = require("./card");
|
109
87
|
Object.defineProperty(exports, "Card", { enumerable: true, get: function () { return card_1.Card; } });
|
110
88
|
//export { Tag } from './tag'
|
@@ -136,8 +114,7 @@ Object.defineProperty(exports, "TreeSelect", { enumerable: true, get: function (
|
|
136
114
|
var image_1 = require("./image");
|
137
115
|
Object.defineProperty(exports, "Image", { enumerable: true, get: function () { return image_1.Image; } });
|
138
116
|
//export { Tabs } from './tabs'
|
139
|
-
|
140
|
-
Object.defineProperty(exports, "Descriptions", { enumerable: true, get: function () { return descriptions_1.Descriptions; } });
|
117
|
+
//export { Descriptions } from './descriptions'
|
141
118
|
var tree_1 = require("./tree");
|
142
119
|
Object.defineProperty(exports, "Tree", { enumerable: true, get: function () { return tree_1.Tree; } });
|
143
120
|
var alert_1 = require("./alert");
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
export declare const Timeline: ({
|
2
|
+
export declare const Timeline: ({ ...props }: {
|
3
3
|
[x: string]: any;
|
4
4
|
}) => React.JSX.Element;
|
5
|
-
export declare const TimelineItem: ({
|
5
|
+
export declare const TimelineItem: ({ ...props }: {
|
6
6
|
[x: string]: any;
|
7
7
|
}) => React.JSX.Element;
|
@@ -4,18 +4,36 @@ exports.TimelineItem = exports.Timeline = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
5
5
|
const antd_1 = require("antd");
|
6
6
|
const react_1 = tslib_1.__importDefault(require("react"));
|
7
|
-
|
7
|
+
// import { SLOT } from '@music163/tango-helpers';
|
8
|
+
// export const Timeline =({
|
9
|
+
// [SLOT.id]:dataId,
|
10
|
+
// [SLOT.dnd]:dataDnd,
|
11
|
+
// ...rest
|
12
|
+
// })=>{
|
13
|
+
// console.log("新的时间轴组件01",dataId,dataDnd,rest);
|
14
|
+
// return <div data-dnd={dataDnd} data-id={dataId} draggable={true}>
|
15
|
+
// <AntTimeline {...rest}></AntTimeline>
|
16
|
+
// </div>
|
17
|
+
// }
|
18
|
+
// export const TimelineItem =({
|
19
|
+
// [SLOT.id]:dataId,
|
20
|
+
// [SLOT.dnd]:dataDnd,
|
21
|
+
// ...rest
|
22
|
+
// })=>{
|
23
|
+
// console.log("新的时间轴组件02",dataId,dataDnd,rest);
|
24
|
+
// return <div data-dnd={dataDnd} data-id={dataId} draggable={true}>
|
25
|
+
// <AntTimeline.Item {...rest}></AntTimeline.Item>
|
26
|
+
// </div>
|
27
|
+
// }
|
8
28
|
const Timeline = (_a) => {
|
9
|
-
var
|
10
|
-
console.log("新的时间轴组件01",
|
11
|
-
return react_1.default.createElement(
|
12
|
-
react_1.default.createElement(antd_1.Timeline, Object.assign({}, rest)));
|
29
|
+
var props = tslib_1.__rest(_a, []);
|
30
|
+
//console.log("新的时间轴组件01",dataId,dataDnd,rest);
|
31
|
+
return react_1.default.createElement(antd_1.Timeline, null);
|
13
32
|
};
|
14
33
|
exports.Timeline = Timeline;
|
15
34
|
const TimelineItem = (_a) => {
|
16
|
-
var
|
17
|
-
console.log("新的时间轴组件02",
|
18
|
-
return react_1.default.createElement(
|
19
|
-
react_1.default.createElement(antd_1.Timeline.Item, Object.assign({}, rest)));
|
35
|
+
var props = tslib_1.__rest(_a, []);
|
36
|
+
//console.log("新的时间轴组件02",dataId,dataDnd,rest);
|
37
|
+
return react_1.default.createElement(antd_1.Timeline.Item, null);
|
20
38
|
};
|
21
39
|
exports.TimelineItem = TimelineItem;
|
@@ -11,33 +11,20 @@ export * from './placeholder';
|
|
11
11
|
export * from './section';
|
12
12
|
export { Select } from './select';
|
13
13
|
export { Space } from './space';
|
14
|
-
export { Columns, Column } from './columns';
|
15
|
-
export { Row1 } from './row';
|
16
|
-
export { Popconfirm } from './popconfirm';
|
17
|
-
export { Popover } from './popover';
|
18
14
|
export { Result } from './result';
|
19
15
|
export { Drawer } from "./drawer";
|
20
16
|
export { DatePicker } from "./date-picker";
|
21
17
|
export { Radio, RadioGroup } from "./radio";
|
22
18
|
export { Checkbox, CheckboxGroup } from "./checkbox";
|
23
19
|
export { Cascader } from "./cascader";
|
24
|
-
export { Form, Fieldset, FormItem, FormFooter } from './form';
|
25
|
-
export { Breadcrumb, BreadcrumbItem } from './breadcrumb';
|
26
|
-
export { MenuItem, Menu } from './menu';
|
27
|
-
export { Timeline, TimelineItem } from './timeline1';
|
28
|
-
export { BasicTimeline } from './timeline2';
|
29
|
-
export { Collapse, CollapsePanel } from './collapse';
|
30
|
-
export { List, ListItem } from './list';
|
31
20
|
export { Dropdown, DropdownButton } from './dropdown';
|
32
21
|
export { Upload } from "./upload";
|
33
22
|
export { Skeleton } from "./skeleton";
|
34
23
|
export { Spin } from './spin';
|
35
|
-
export { Anchor } from './anchor';
|
36
24
|
export { Calendar } from './calendar';
|
37
25
|
export { Divider } from './divider';
|
38
26
|
export { Badge } from './badge';
|
39
27
|
export { Pagination } from './pagination';
|
40
|
-
export { Table } from './table1';
|
41
28
|
export { Card } from './card';
|
42
29
|
export { Avatar } from './avatar';
|
43
30
|
export { Empty } from './empty';
|
@@ -52,7 +39,6 @@ export { AutoComplete } from './auto-complete';
|
|
52
39
|
export { Mentions } from './mentions';
|
53
40
|
export { TreeSelect } from './tree-select';
|
54
41
|
export { Image } from './image';
|
55
|
-
export { Descriptions } from './descriptions';
|
56
42
|
export { Tree } from './tree';
|
57
43
|
export { Alert } from "./alert";
|
58
44
|
export { Progress } from './progress';
|
@@ -1,4 +1,6 @@
|
|
1
1
|
export * from 'antd';
|
2
|
+
//以下组件都从antd中导出,解决下述组件卡顿问题
|
3
|
+
//export {Row,Col,Timeline,Table,Typography,Breadcrumb,Menu,Form,Collapse,Descriptions,List,Popover,Statistic,Tabs,Tag,Tooltip,Popconfirm,Anchor} from 'antd';
|
2
4
|
//export { Each, Link, Text, When } from '@cuvp1225/foundation';
|
3
5
|
export { Each, Link, When } from '@cuvp1225/foundation';
|
4
6
|
export { Box } from './box';
|
@@ -13,10 +15,9 @@ export * from './section';
|
|
13
15
|
export { Select } from './select';
|
14
16
|
export { Space } from './space';
|
15
17
|
//export { Typography, Title, Paragraph,Text } from './typography';
|
16
|
-
export { Columns, Column } from './columns';
|
17
|
-
export {
|
18
|
-
export {
|
19
|
-
export { Popover } from './popover';
|
18
|
+
//export { Columns, Column } from './columns';
|
19
|
+
//export { Popconfirm } from './popconfirm';
|
20
|
+
//export {Popover} from './popover';
|
20
21
|
//export {Tooltip} from './tooltip';
|
21
22
|
export { Result } from './result';
|
22
23
|
export { Drawer } from "./drawer";
|
@@ -27,27 +28,27 @@ export { Cascader } from "./cascader";
|
|
27
28
|
//export { MultiColumns } from './multiColumns'
|
28
29
|
//export { Row,Col } from './grid'
|
29
30
|
//export { RowCombination,ColCombination } from './gridCombination'
|
30
|
-
export { Form,
|
31
|
-
export { Breadcrumb,
|
32
|
-
export { MenuItem,
|
31
|
+
//export { Form,Fieldset,FormItem,FormFooter } from './form'
|
32
|
+
//export { Breadcrumb,BreadcrumbItem } from './breadcrumb'
|
33
|
+
//export { MenuItem,Menu } from './menu'
|
33
34
|
//export { Timeline,TimelineItem } from './timeline'
|
34
|
-
export { Timeline,
|
35
|
-
export { BasicTimeline } from './timeline2'
|
35
|
+
// export { Timeline,TimelineItem } from './timeline1'
|
36
|
+
// export { BasicTimeline } from './timeline2'
|
36
37
|
//export { Each } from './each'
|
37
|
-
export { Collapse, CollapsePanel } from './collapse'
|
38
|
-
export { List, ListItem } from './list'
|
38
|
+
//export { Collapse, CollapsePanel } from './collapse'
|
39
|
+
//export { List, ListItem } from './list'
|
39
40
|
export { Dropdown, DropdownButton } from './dropdown';
|
40
41
|
export { Upload } from "./upload";
|
41
42
|
export { Skeleton } from "./skeleton";
|
42
43
|
export { Spin } from './spin';
|
43
|
-
export { Anchor } from './anchor';
|
44
|
+
//export { Anchor } from './anchor';
|
44
45
|
export { Calendar } from './calendar';
|
45
46
|
//export { Carousel } from './carousel';
|
46
47
|
export { Divider } from './divider';
|
47
48
|
export { Badge } from './badge';
|
48
49
|
export { Pagination } from './pagination';
|
49
50
|
//export { Table } from './table'
|
50
|
-
export { Table } from './table1'
|
51
|
+
//export { Table } from './table1'
|
51
52
|
export { Card } from './card';
|
52
53
|
//export { Tag } from './tag'
|
53
54
|
export { Avatar } from './avatar';
|
@@ -65,7 +66,7 @@ export { Mentions } from './mentions';
|
|
65
66
|
export { TreeSelect } from './tree-select';
|
66
67
|
export { Image } from './image';
|
67
68
|
//export { Tabs } from './tabs'
|
68
|
-
export { Descriptions } from './descriptions'
|
69
|
+
//export { Descriptions } from './descriptions'
|
69
70
|
export { Tree } from './tree';
|
70
71
|
export { Alert } from "./alert";
|
71
72
|
export { Progress } from './progress';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
export declare const Timeline: ({
|
2
|
+
export declare const Timeline: ({ ...props }: {
|
3
3
|
[x: string]: any;
|
4
4
|
}) => React.JSX.Element;
|
5
|
-
export declare const TimelineItem: ({
|
5
|
+
export declare const TimelineItem: ({ ...props }: {
|
6
6
|
[x: string]: any;
|
7
7
|
}) => React.JSX.Element;
|
@@ -1,16 +1,34 @@
|
|
1
1
|
import { __rest } from "tslib";
|
2
2
|
import { Timeline as AntTimeline } from 'antd';
|
3
3
|
import React from 'react';
|
4
|
-
import { SLOT } from '@music163/tango-helpers';
|
4
|
+
// import { SLOT } from '@music163/tango-helpers';
|
5
|
+
// export const Timeline =({
|
6
|
+
// [SLOT.id]:dataId,
|
7
|
+
// [SLOT.dnd]:dataDnd,
|
8
|
+
// ...rest
|
9
|
+
// })=>{
|
10
|
+
// console.log("新的时间轴组件01",dataId,dataDnd,rest);
|
11
|
+
// return <div data-dnd={dataDnd} data-id={dataId} draggable={true}>
|
12
|
+
// <AntTimeline {...rest}></AntTimeline>
|
13
|
+
// </div>
|
14
|
+
// }
|
15
|
+
// export const TimelineItem =({
|
16
|
+
// [SLOT.id]:dataId,
|
17
|
+
// [SLOT.dnd]:dataDnd,
|
18
|
+
// ...rest
|
19
|
+
// })=>{
|
20
|
+
// console.log("新的时间轴组件02",dataId,dataDnd,rest);
|
21
|
+
// return <div data-dnd={dataDnd} data-id={dataId} draggable={true}>
|
22
|
+
// <AntTimeline.Item {...rest}></AntTimeline.Item>
|
23
|
+
// </div>
|
24
|
+
// }
|
5
25
|
export const Timeline = (_a) => {
|
6
|
-
var
|
7
|
-
console.log("新的时间轴组件01",
|
8
|
-
return React.createElement(
|
9
|
-
React.createElement(AntTimeline, Object.assign({}, rest)));
|
26
|
+
var props = __rest(_a, []);
|
27
|
+
//console.log("新的时间轴组件01",dataId,dataDnd,rest);
|
28
|
+
return React.createElement(AntTimeline, null);
|
10
29
|
};
|
11
30
|
export const TimelineItem = (_a) => {
|
12
|
-
var
|
13
|
-
console.log("新的时间轴组件02",
|
14
|
-
return React.createElement(
|
15
|
-
React.createElement(AntTimeline.Item, Object.assign({}, rest)));
|
31
|
+
var props = __rest(_a, []);
|
32
|
+
//console.log("新的时间轴组件02",dataId,dataDnd,rest);
|
33
|
+
return React.createElement(AntTimeline.Item, null);
|
16
34
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cuvp1225/antd",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.89",
|
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",
|
@@ -54,5 +54,5 @@
|
|
54
54
|
"classnames": "^2.3.2",
|
55
55
|
"coral-system": "^1.0.6"
|
56
56
|
},
|
57
|
-
"gitHead": "
|
57
|
+
"gitHead": "72d2a57fd37fed44b304292d913347ab65e617a2"
|
58
58
|
}
|