@cuvp1225/antd 0.1.19-beta.14 → 0.1.19-beta.15

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.
@@ -11,6 +11,7 @@ const Carousel = (_a) => {
11
11
  _b = slottype_1.SLOT.id,
12
12
  //items,
13
13
  dataId = _a[_b], _c = slottype_1.SLOT.dnd, dataDnd = _a[_c], { style } = _a, rest = tslib_1.__rest(_a, [typeof _b === "symbol" ? _b : _b + "", typeof _c === "symbol" ? _c : _c + "", "style"]);
14
+ console.log("0515001-锚点", dataId, dataDnd, rest);
14
15
  return (react_1.default.createElement("div", { "data-dnd": dataDnd, "data-id": rest.tid, draggable: true, style: style },
15
16
  react_1.default.createElement(antd_1.Anchor, Object.assign({}, rest), rest.children)));
16
17
  };
@@ -54,6 +54,7 @@ const Carousel = (_a) => {
54
54
  _b = slottype_1.SLOT.id,
55
55
  //items,
56
56
  dataId = _a[_b], _c = slottype_1.SLOT.dnd, dataDnd = _a[_c], { style } = _a, rest = tslib_1.__rest(_a, [typeof _b === "symbol" ? _b : _b + "", typeof _c === "symbol" ? _c : _c + "", "style"]);
57
+ console.log("0515001-走马灯", dataId, dataDnd, rest);
57
58
  return (react_1.default.createElement("div", { "data-dnd": dataDnd, "data-id": rest.tid, draggable: true, style: style },
58
59
  react_1.default.createElement(antd_1.Carousel, Object.assign({}, rest), rest.children)));
59
60
  };
@@ -8,6 +8,7 @@ export const Carousel = (_a) => {
8
8
  _b = SLOT.id,
9
9
  //items,
10
10
  dataId = _a[_b], _c = SLOT.dnd, dataDnd = _a[_c], { style } = _a, rest = __rest(_a, [typeof _b === "symbol" ? _b : _b + "", typeof _c === "symbol" ? _c : _c + "", "style"]);
11
+ console.log("0515001-锚点", dataId, dataDnd, rest);
11
12
  return (React.createElement("div", { "data-dnd": dataDnd, "data-id": rest.tid, draggable: true, style: style },
12
13
  React.createElement(AntAnchor, Object.assign({}, rest), rest.children)));
13
14
  };
@@ -51,6 +51,7 @@ export const Carousel = (_a) => {
51
51
  _b = SLOT.id,
52
52
  //items,
53
53
  dataId = _a[_b], _c = SLOT.dnd, dataDnd = _a[_c], { style } = _a, rest = __rest(_a, [typeof _b === "symbol" ? _b : _b + "", typeof _c === "symbol" ? _c : _c + "", "style"]);
54
+ console.log("0515001-走马灯", dataId, dataDnd, rest);
54
55
  return (React.createElement("div", { "data-dnd": dataDnd, "data-id": rest.tid, draggable: true, style: style },
55
56
  React.createElement(AntCarousel, Object.assign({}, rest), rest.children)));
56
57
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuvp1225/antd",
3
- "version": "0.1.19-beta.14",
3
+ "version": "0.1.19-beta.15",
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",
@@ -55,5 +55,5 @@
55
55
  "classnames": "^2.3.2",
56
56
  "coral-system": "^1.0.6"
57
57
  },
58
- "gitHead": "1937d175c21dc0b4b463a54b47fc3957302f82bf"
58
+ "gitHead": "b9214a50620820edda9afa176234f47c5cda17c5"
59
59
  }