@dckj-npm/dc-material 0.1.1 → 0.1.4

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 (122) hide show
  1. package/build/index.js +19 -12
  2. package/dist/BizComps.css +1 -1
  3. package/dist/BizComps.js +5 -5
  4. package/dist/BizComps.js.map +1 -1
  5. package/es/assets/icon/navigation/index-selected.png +0 -0
  6. package/es/assets/icon/navigation/index.png +0 -0
  7. package/es/assets/icon/navigation/message-selected.png +0 -0
  8. package/es/assets/icon/navigation/message.png +0 -0
  9. package/es/assets/icon/navigation/mine-selected.png +0 -0
  10. package/es/assets/icon/navigation/mine.png +0 -0
  11. package/es/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  12. package/es/components/bottom-navigation/bottom-navigation.js +5 -3
  13. package/es/components/bottom-navigation/index.d.ts +3 -3
  14. package/es/components/colorful-button/colorful-button.d.ts +12 -12
  15. package/es/components/colorful-button/index.d.ts +3 -3
  16. package/es/components/colorful-input/colorful-input.d.ts +8 -8
  17. package/es/components/colorful-input/index.d.ts +3 -3
  18. package/es/components/dc-slider/index.d.ts +3 -3
  19. package/es/components/dc-slider/slider.d.ts +32 -32
  20. package/es/components/dc-slider/slider.js +1 -1
  21. package/es/components/position/index.d.ts +3 -0
  22. package/es/components/position/index.js +2 -0
  23. package/es/components/position/index.scss +16 -0
  24. package/es/components/position/position.d.ts +13 -0
  25. package/es/components/position/position.js +39 -0
  26. package/es/components/teletext-list/index.d.ts +6 -6
  27. package/es/components/teletext-list/index.js +2 -2
  28. package/es/components/teletext-list/index.scss +16 -114
  29. package/es/components/teletext-list/teletext-list-item.d.ts +42 -0
  30. package/es/components/teletext-list/teletext-list-item.js +50 -0
  31. package/es/components/teletext-list/teletext-list-item.scss +74 -0
  32. package/es/components/teletext-list/teletext-list.d.ts +53 -48
  33. package/es/components/teletext-list/teletext-list.js +13 -33
  34. package/es/components/title/index.d.ts +8 -8
  35. package/es/components/title/index.js +2 -2
  36. package/es/components/title/title-1.d.ts +10 -10
  37. package/es/components/title/title-1.scss +26 -26
  38. package/es/components/title/title-2.d.ts +18 -18
  39. package/es/components/title/title-2.js +1 -1
  40. package/es/components/title/title-2.scss +22 -22
  41. package/es/index.d.ts +12 -12
  42. package/es/index.scss +3 -3
  43. package/es/variables.d.ts +2 -2
  44. package/lib/assets/icon/navigation/index-selected.png +0 -0
  45. package/lib/assets/icon/navigation/index.png +0 -0
  46. package/lib/assets/icon/navigation/message-selected.png +0 -0
  47. package/lib/assets/icon/navigation/message.png +0 -0
  48. package/lib/assets/icon/navigation/mine-selected.png +0 -0
  49. package/lib/assets/icon/navigation/mine.png +0 -0
  50. package/lib/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  51. package/lib/components/bottom-navigation/bottom-navigation.js +5 -3
  52. package/lib/components/bottom-navigation/index.d.ts +3 -3
  53. package/lib/components/colorful-button/colorful-button.d.ts +12 -12
  54. package/lib/components/colorful-button/index.d.ts +3 -3
  55. package/lib/components/colorful-input/colorful-input.d.ts +8 -8
  56. package/lib/components/colorful-input/index.d.ts +3 -3
  57. package/lib/components/dc-slider/index.d.ts +3 -3
  58. package/lib/components/dc-slider/slider.d.ts +32 -32
  59. package/lib/components/dc-slider/slider.js +1 -1
  60. package/lib/components/position/index.d.ts +3 -0
  61. package/lib/components/position/index.js +7 -0
  62. package/lib/components/position/index.scss +16 -0
  63. package/lib/components/position/position.d.ts +13 -0
  64. package/lib/components/position/position.js +46 -0
  65. package/lib/components/teletext-list/index.d.ts +6 -6
  66. package/lib/components/teletext-list/index.js +2 -2
  67. package/lib/components/teletext-list/index.scss +16 -114
  68. package/lib/components/teletext-list/teletext-list-item.d.ts +42 -0
  69. package/lib/components/teletext-list/teletext-list-item.js +54 -0
  70. package/lib/components/teletext-list/teletext-list-item.scss +74 -0
  71. package/lib/components/teletext-list/teletext-list.d.ts +53 -48
  72. package/lib/components/teletext-list/teletext-list.js +13 -33
  73. package/lib/components/title/index.d.ts +8 -8
  74. package/lib/components/title/title-1.d.ts +10 -10
  75. package/lib/components/title/title-1.scss +26 -26
  76. package/lib/components/title/title-2.d.ts +18 -18
  77. package/lib/components/title/title-2.js +1 -1
  78. package/lib/components/title/title-2.scss +22 -22
  79. package/lib/index.d.ts +12 -12
  80. package/lib/index.scss +3 -3
  81. package/lib/variables.d.ts +2 -2
  82. package/lowcode/d-c-slider/meta.ts +1 -1
  83. package/lowcode/d-c-slider/snippets.ts +42 -42
  84. package/lowcode/navigation/meta.ts +45 -11
  85. package/lowcode/teletext-list/meta.ts +300 -292
  86. package/lowcode/title1/meta.ts +59 -58
  87. package/lowcode/title2/meta.ts +93 -92
  88. package/lowcode_es/d-c-slider/meta.d.ts +140 -140
  89. package/lowcode_es/d-c-slider/snippets.d.ts +36 -36
  90. package/lowcode_es/meta.js +6 -6
  91. package/lowcode_es/navigation/meta.d.ts +22 -22
  92. package/lowcode_es/navigation/meta.js +38 -8
  93. package/lowcode_es/teletext-list/meta.d.ts +22 -22
  94. package/lowcode_es/title1/meta.d.ts +22 -22
  95. package/lowcode_es/title2/meta.d.ts +22 -22
  96. package/lowcode_es/title2/meta.js +2 -2
  97. package/lowcode_es/view.js +3 -3
  98. package/lowcode_lib/d-c-slider/meta.d.ts +140 -140
  99. package/lowcode_lib/d-c-slider/snippets.d.ts +36 -36
  100. package/lowcode_lib/meta.js +6 -6
  101. package/lowcode_lib/navigation/meta.d.ts +22 -22
  102. package/lowcode_lib/navigation/meta.js +38 -8
  103. package/lowcode_lib/teletext-list/meta.d.ts +22 -22
  104. package/lowcode_lib/title1/meta.d.ts +22 -22
  105. package/lowcode_lib/title2/meta.d.ts +22 -22
  106. package/lowcode_lib/title2/meta.js +2 -2
  107. package/lowcode_lib/view.js +2 -2
  108. package/package.json +6 -6
  109. package/build/lowcode/assets-daily.json +0 -67
  110. package/build/lowcode/assets-dev.json +0 -67
  111. package/build/lowcode/assets-prod.json +0 -67
  112. package/build/lowcode/designer.html +0 -302
  113. package/build/lowcode/index.html +0 -304
  114. package/build/lowcode/index.js +0 -1
  115. package/build/lowcode/meta.js +0 -1
  116. package/build/lowcode/preview.css +0 -1
  117. package/build/lowcode/preview.html +0 -33
  118. package/build/lowcode/preview.js +0 -308
  119. package/build/lowcode/render/default/view.css +0 -1
  120. package/build/lowcode/render/default/view.js +0 -295
  121. package/build/lowcode/view.css +0 -1
  122. package/build/lowcode/view.js +0 -295
@@ -1,48 +1,53 @@
1
- import React from 'react';
2
- import './index.scss';
3
- /**
4
- * 数据
5
- */
6
- interface DataProps {
7
- /**
8
- * 标题
9
- */
10
- title?: string;
11
- /**
12
- * 图片地址
13
- */
14
- image?: string;
15
- /**
16
- * 图片位置
17
- */
18
- imagePlacement?: "left" | "right" | "none";
19
- /**
20
- * 说明
21
- */
22
- description?: string;
23
- /**
24
- * 标签列表
25
- */
26
- tags?: {
27
- /**
28
- * 标签名称
29
- */
30
- name: string;
31
- /**
32
- * 标签颜色
33
- */
34
- color: string;
35
- }[];
36
- }
37
- export interface TeletextListProps {
38
- /**
39
- * 标题
40
- */
41
- title?: string;
42
- /**
43
- * 数据
44
- */
45
- dataList?: DataProps[];
46
- }
47
- declare const TeletextList: React.FC<TeletextListProps>;
48
- export default TeletextList;
1
+ import React from 'react';
2
+ import './index.scss';
3
+ /**
4
+ * 数据
5
+ */
6
+ interface DataProps {
7
+ /**
8
+ * 标题
9
+ */
10
+ title?: string;
11
+ /**
12
+ * 图片地址
13
+ */
14
+ image?: string;
15
+ /**
16
+ * 图片位置
17
+ */
18
+ imagePlacement?: "left" | "right" | "none";
19
+ /**
20
+ * 说明
21
+ */
22
+ description?: string;
23
+ /**
24
+ * 标签列表
25
+ */
26
+ tags?: {
27
+ /**
28
+ * 标签名称
29
+ */
30
+ name: string;
31
+ /**
32
+ * 标签颜色
33
+ */
34
+ color: string;
35
+ }[];
36
+ }
37
+ export interface TeletextListProps {
38
+ /**
39
+ * 标题
40
+ */
41
+ title?: string;
42
+ /**
43
+ * 数据
44
+ */
45
+ dataList?: DataProps[];
46
+ /**
47
+ * 点击事件
48
+ * @param e
49
+ */
50
+ onClick?: (e: any) => void;
51
+ }
52
+ declare const TeletextList: React.FC<TeletextListProps>;
53
+ export default TeletextList;
@@ -1,11 +1,13 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
- var _excluded = ["title", "dataList"];
3
+ var _excluded = ["title", "dataList", "onClick"];
4
4
  import React from 'react';
5
5
  import "./index.scss";
6
+ import { Title1 } from "../title";
7
+ import { default as TeletextListItem } from "./teletext-list-item";
6
8
 
7
- /**
8
- * 数据
9
+ /**
10
+ * 数据
9
11
  */
10
12
 
11
13
  var DEFAULT_DATA_1 = {
@@ -50,43 +52,21 @@ var TeletextList = function TeletextList(_ref) {
50
52
  title = _ref$title === void 0 ? '标题标题' : _ref$title,
51
53
  _ref$dataList = _ref.dataList,
52
54
  dataList = _ref$dataList === void 0 ? [DEFAULT_DATA_1, DEFAULT_DATA_2, DEFAULT_DATA_3] : _ref$dataList,
55
+ _ref$onClick = _ref.onClick,
56
+ onClick = _ref$onClick === void 0 ? function () {} : _ref$onClick,
53
57
  otherProps = _objectWithoutPropertiesLoose(_ref, _excluded);
54
58
  var _otherProps = otherProps || {};
55
59
  return /*#__PURE__*/React.createElement("div", _extends({
56
60
  className: "teletext-list__panel"
57
- }, _otherProps), title ? /*#__PURE__*/React.createElement("div", {
58
- className: "teletext-list__panel__title"
59
- }, /*#__PURE__*/React.createElement("span", null, /*#__PURE__*/React.createElement("span", null, title))) : null, /*#__PURE__*/React.createElement("div", {
61
+ }, _otherProps), /*#__PURE__*/React.createElement(Title1, {
62
+ title: title
63
+ }), /*#__PURE__*/React.createElement("div", {
60
64
  className: "teletext-list__panel__item-list"
61
65
  }, dataList.map(function (item, index) {
62
- var _item$tags;
63
- return /*#__PURE__*/React.createElement("div", {
66
+ return /*#__PURE__*/React.createElement(TeletextListItem, _extends({
64
67
  key: index,
65
- className: "teletext-list__panel__item"
66
- }, item.image && item.imagePlacement === 'left' ? /*#__PURE__*/React.createElement("div", {
67
- className: "teletext-list__panel__item_image"
68
- }, /*#__PURE__*/React.createElement("img", {
69
- alt: "img",
70
- src: item.image
71
- })) : null, /*#__PURE__*/React.createElement("div", {
72
- className: "teletext-list__panel__item__text"
73
- }, /*#__PURE__*/React.createElement("div", {
74
- className: "teletext-list__panel__item__text__title"
75
- }, item.title), /*#__PURE__*/React.createElement("div", {
76
- className: "teletext-list__panel__item__text__description"
77
- }, item.description), item.tags ? /*#__PURE__*/React.createElement("div", {
78
- className: "teletext-list__panel__item__text__tags"
79
- }, (_item$tags = item.tags) === null || _item$tags === void 0 ? void 0 : _item$tags.map(function (tag, tagIndex) {
80
- return /*#__PURE__*/React.createElement("span", {
81
- key: tagIndex,
82
- className: tag.color
83
- }, tag.name);
84
- })) : null), item.image && item.imagePlacement === 'right' ? /*#__PURE__*/React.createElement("div", {
85
- className: "teletext-list__panel__item_image"
86
- }, /*#__PURE__*/React.createElement("img", {
87
- alt: "img",
88
- src: item.image
89
- })) : null);
68
+ onClick: onClick
69
+ }, item));
90
70
  })));
91
71
  };
92
72
  TeletextList.displayName = 'TeletextList';
@@ -1,8 +1,8 @@
1
- /**
2
- * 标题
3
- */
4
- import Title1 from './title-1';
5
- import Title2 from './title-2';
6
- export type { Title1Props } from './title-1';
7
- export type { Title2Props } from './title-2';
8
- export { Title1, Title2 };
1
+ /**
2
+ * 标题
3
+ */
4
+ import Title1 from './title-1';
5
+ import Title2 from './title-2';
6
+ export type { Title1Props } from './title-1';
7
+ export type { Title2Props } from './title-2';
8
+ export { Title1, Title2 };
@@ -1,5 +1,5 @@
1
- /**
2
- * 标题
1
+ /**
2
+ * 标题
3
3
  */
4
4
 
5
5
  import Title1 from "./title-1";
@@ -1,10 +1,10 @@
1
- import React from 'react';
2
- import './title-1.scss';
3
- export interface Title1Props {
4
- /**
5
- * 标题
6
- */
7
- title?: string;
8
- }
9
- declare const Title1: React.FC<Title1Props>;
10
- export default Title1;
1
+ import React from 'react';
2
+ import './title-1.scss';
3
+ export interface Title1Props {
4
+ /**
5
+ * 标题
6
+ */
7
+ title?: string;
8
+ }
9
+ declare const Title1: React.FC<Title1Props>;
10
+ export default Title1;
@@ -1,26 +1,26 @@
1
- @import '../../variables.scss';
2
-
3
- .custom-title-1 {
4
-
5
- & > span {
6
- position: relative;
7
- font-size: 17px;
8
- font-weight: 500;
9
- color: #000000;
10
- z-index: 1;
11
-
12
- &::after {
13
- content: '';
14
- position: absolute;
15
- bottom: -2px;
16
- left: 0;
17
- width: 100%;
18
- height: 5px;
19
- background: linear-gradient(-30deg, #95CDFE, #61A0FE);
20
- border-radius: 5px;
21
- opacity: 0.6;
22
- z-index: 0;
23
- }
24
- }
25
-
26
- }
1
+ @import '../../variables.scss';
2
+
3
+ .custom-title-1 {
4
+
5
+ & > span {
6
+ position: relative;
7
+ font-size: 17px;
8
+ font-weight: 500;
9
+ color: #000000;
10
+ z-index: 1;
11
+
12
+ &::after {
13
+ content: '';
14
+ position: absolute;
15
+ bottom: -2px;
16
+ left: 0;
17
+ width: 100%;
18
+ height: 5px;
19
+ background: linear-gradient(-30deg, #95CDFE, #61A0FE);
20
+ border-radius: 5px;
21
+ opacity: 0.6;
22
+ z-index: 0;
23
+ }
24
+ }
25
+
26
+ }
@@ -1,18 +1,18 @@
1
- import React from 'react';
2
- import './title-2.scss';
3
- export interface Title2Props {
4
- /**
5
- * 标题
6
- */
7
- title?: string;
8
- /**
9
- * 颜色
10
- */
11
- color?: string;
12
- /**
13
- * tip颜色
14
- */
15
- tipColor?: string;
16
- }
17
- declare const Title2: React.FC<Title2Props>;
18
- export default Title2;
1
+ import React from 'react';
2
+ import './title-2.scss';
3
+ export interface Title2Props {
4
+ /**
5
+ * 标题
6
+ */
7
+ title?: string;
8
+ /**
9
+ * 颜色
10
+ */
11
+ color?: string;
12
+ /**
13
+ * tip颜色
14
+ */
15
+ tipColor?: string;
16
+ }
17
+ declare const Title2: React.FC<Title2Props>;
18
+ export default Title2;
@@ -16,7 +16,7 @@ var Title2 = function Title2(_ref) {
16
16
  color: color
17
17
  } : {};
18
18
  var tipColorStyle = tipColor ? {
19
- 'background-color': tipColor
19
+ 'backgroundColor': tipColor
20
20
  } : {};
21
21
  return /*#__PURE__*/React.createElement("div", _extends({
22
22
  className: "custom-title-2"
@@ -1,22 +1,22 @@
1
- @import '../../variables.scss';
2
-
3
- .custom-title-2 {
4
-
5
- & > div {
6
- font-size: 16px;
7
- font-weight: 500;
8
- color: #144477;
9
- display: flex;
10
- gap: 3.5px;
11
- align-items: center;
12
-
13
- & > div.tips {
14
- content: '';
15
- display: inline-block;
16
- width: 3.5px;
17
- height: 14.5px;
18
- background-color: #388AF7;
19
- }
20
- }
21
-
22
- }
1
+ @import '../../variables.scss';
2
+
3
+ .custom-title-2 {
4
+
5
+ & > div {
6
+ font-size: 16px;
7
+ font-weight: 500;
8
+ color: #144477;
9
+ display: flex;
10
+ gap: 3.5px;
11
+ align-items: center;
12
+
13
+ & > div.tips {
14
+ content: '';
15
+ display: inline-block;
16
+ width: 3.5px;
17
+ height: 14.5px;
18
+ background-color: #388AF7;
19
+ }
20
+ }
21
+
22
+ }
package/es/index.d.ts CHANGED
@@ -1,12 +1,12 @@
1
- export type { ComponentProps } from './components/dc-slider';
2
- export { default as DCSlider } from './components/dc-slider';
3
- export type { NavigationProps } from './components/bottom-navigation';
4
- export { default as Navigation } from './components/bottom-navigation';
5
- export type { TeletextListProps } from './components/teletext-list';
6
- export { default as TeletextList } from './components/teletext-list';
7
- export type { Title1Props } from './components/title';
8
- export { Title1 } from './components/title';
9
- export type { Title2Props } from './components/title';
10
- export { Title2 } from './components/title';
11
- declare const bizCssPrefix = "bizpack";
12
- export { bizCssPrefix };
1
+ export type { ComponentProps } from './components/dc-slider';
2
+ export { default as DCSlider } from './components/dc-slider';
3
+ export type { NavigationProps } from './components/bottom-navigation';
4
+ export { default as Navigation } from './components/bottom-navigation';
5
+ export type { TeletextListProps } from './components/teletext-list';
6
+ export { default as TeletextList } from './components/teletext-list';
7
+ export type { Title1Props } from './components/title';
8
+ export { Title1 } from './components/title';
9
+ export type { Title2Props } from './components/title';
10
+ export { Title2 } from './components/title';
11
+ declare const bizCssPrefix = "bizpack";
12
+ export { bizCssPrefix };
package/es/index.scss CHANGED
@@ -1,3 +1,3 @@
1
- @import './components/colorful-button/index.scss';
2
- @import './components/colorful-input/index.scss';
3
- @import './components/teletext-list/index.scss';
1
+ @import './components/colorful-button/index.scss';
2
+ @import './components/colorful-input/index.scss';
3
+ @import './components/teletext-list/index.scss';
package/es/variables.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const bizCssPrefix = "bizpack";
2
- export { bizCssPrefix };
1
+ declare const bizCssPrefix = "bizpack";
2
+ export { bizCssPrefix };
@@ -1,13 +1,13 @@
1
- import * as React from 'react';
2
- import './index.scss';
3
- interface Navigation {
4
- text: string;
5
- icon: string;
6
- selectedIcon: string;
7
- }
8
- export interface NavigationProps {
9
- itemArray: Navigation[];
10
- selectedColor: string;
11
- }
12
- declare const Navigation: React.FC<NavigationProps>;
13
- export default Navigation;
1
+ import * as React from 'react';
2
+ import './index.scss';
3
+ interface Navigation {
4
+ text: string;
5
+ icon: string;
6
+ selectedIcon: string;
7
+ }
8
+ export interface NavigationProps {
9
+ itemArray: Navigation[];
10
+ selectedColor: string;
11
+ }
12
+ declare const Navigation: React.FC<NavigationProps>;
13
+ export default Navigation;
@@ -3,6 +3,7 @@
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
  exports.__esModule = true;
5
5
  exports["default"] = void 0;
6
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
6
7
  var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
7
8
  var React = _interopRequireWildcard(require("react"));
8
9
  var _lowcodeMaterials = require("@alilc/lowcode-materials");
@@ -21,9 +22,10 @@ var Navigation = function bottomNavigation(_ref) {
21
22
  // 更新激活tab
22
23
  setActiveNum(index);
23
24
  };
24
- return /*#__PURE__*/React.createElement("div", {
25
+ return /*#__PURE__*/React.createElement("div", (0, _extends2["default"])({
25
26
  className: "navigation"
26
- }, itemArray.map(function (item, index) {
27
+ }, otherProps), itemArray.map(function (item, index) {
28
+ var _item$selectedIcon;
27
29
  return /*#__PURE__*/React.createElement("div", {
28
30
  className: "navigation-item",
29
31
  onClick: function onClick() {
@@ -33,7 +35,7 @@ var Navigation = function bottomNavigation(_ref) {
33
35
  color: activeNum === index ? selectedColor !== null && selectedColor !== void 0 ? selectedColor : '#4598FF' : ''
34
36
  }
35
37
  }, /*#__PURE__*/React.createElement(_lowcodeMaterials.Image, {
36
- src: item.icon,
38
+ src: activeNum === index ? (_item$selectedIcon = item.selectedIcon) !== null && _item$selectedIcon !== void 0 ? _item$selectedIcon : item.icon : item.icon,
37
39
  style: {
38
40
  width: '24.5px',
39
41
  height: '24.5px'
@@ -1,3 +1,3 @@
1
- import Navigation from './bottom-navigation';
2
- export type { NavigationProps } from './bottom-navigation';
3
- export default Navigation;
1
+ import Navigation from './bottom-navigation';
2
+ export type { NavigationProps } from './bottom-navigation';
3
+ export default Navigation;
@@ -1,12 +1,12 @@
1
- import * as React from 'react';
2
- import './index.scss';
3
- export interface ColorfulButtonProps {
4
- /**
5
- * 类型
6
- */
7
- type?: "primary" | "secondary" | "normal";
8
- color?: string;
9
- style?: object;
10
- }
11
- declare const ColorfulButton: React.FC<ColorfulButtonProps>;
12
- export default ColorfulButton;
1
+ import * as React from 'react';
2
+ import './index.scss';
3
+ export interface ColorfulButtonProps {
4
+ /**
5
+ * 类型
6
+ */
7
+ type?: "primary" | "secondary" | "normal";
8
+ color?: string;
9
+ style?: object;
10
+ }
11
+ declare const ColorfulButton: React.FC<ColorfulButtonProps>;
12
+ export default ColorfulButton;
@@ -1,3 +1,3 @@
1
- import ColorfulButton from './colorful-button';
2
- export type { ColorfulButtonProps } from './colorful-button';
3
- export default ColorfulButton;
1
+ import ColorfulButton from './colorful-button';
2
+ export type { ColorfulButtonProps } from './colorful-button';
3
+ export default ColorfulButton;
@@ -1,8 +1,8 @@
1
- import * as React from 'react';
2
- import './index.scss';
3
- export interface ColorfulInputProps {
4
- color?: string;
5
- style?: object;
6
- }
7
- declare const ColorfulInput: React.FC<ColorfulInputProps>;
8
- export default ColorfulInput;
1
+ import * as React from 'react';
2
+ import './index.scss';
3
+ export interface ColorfulInputProps {
4
+ color?: string;
5
+ style?: object;
6
+ }
7
+ declare const ColorfulInput: React.FC<ColorfulInputProps>;
8
+ export default ColorfulInput;
@@ -1,3 +1,3 @@
1
- import ColorfulInput from './colorful-input';
2
- export type { ColorfulInputProps } from './colorful-input';
3
- export default ColorfulInput;
1
+ import ColorfulInput from './colorful-input';
2
+ export type { ColorfulInputProps } from './colorful-input';
3
+ export default ColorfulInput;
@@ -1,3 +1,3 @@
1
- import DCSlider from './slider';
2
- export type { ComponentProps } from './slider';
3
- export default DCSlider;
1
+ import DCSlider from './slider';
2
+ export type { ComponentProps } from './slider';
3
+ export default DCSlider;
@@ -1,32 +1,32 @@
1
- import * as React from 'react';
2
- import './index.scss';
3
- export interface ComponentProps {
4
- prefix: string;
5
- animation: string;
6
- arrows: true;
7
- arrowSize: string;
8
- arrowPosition: string;
9
- arrowDirection: string;
10
- autoplaySpeed: number;
11
- dots: boolean;
12
- dotsDirection: string;
13
- draggable: boolean;
14
- infinite: boolean;
15
- slide: string;
16
- slideDirection: string;
17
- slidesToShow: number;
18
- slidesToScroll: number;
19
- speed: number;
20
- triggerType: string;
21
- centerPadding: string;
22
- cssEase: string;
23
- edgeFriction: number;
24
- swipe: boolean;
25
- touchMove: boolean;
26
- touchThreshold: number;
27
- useCSS: boolean;
28
- waitForAnimate: boolean;
29
- picUrls: string[];
30
- }
31
- declare const DCSlider: React.FC<ComponentProps>;
32
- export default DCSlider;
1
+ import * as React from 'react';
2
+ import './index.scss';
3
+ export interface ComponentProps {
4
+ prefix: string;
5
+ animation: string;
6
+ arrows: true;
7
+ arrowSize: string;
8
+ arrowPosition: string;
9
+ arrowDirection: string;
10
+ autoplaySpeed: number;
11
+ dots: boolean;
12
+ dotsDirection: string;
13
+ draggable: boolean;
14
+ infinite: boolean;
15
+ slide: string;
16
+ slideDirection: string;
17
+ slidesToShow: number;
18
+ slidesToScroll: number;
19
+ speed: number;
20
+ triggerType: string;
21
+ centerPadding: string;
22
+ cssEase: string;
23
+ edgeFriction: number;
24
+ swipe: boolean;
25
+ touchMove: boolean;
26
+ touchThreshold: number;
27
+ useCSS: boolean;
28
+ waitForAnimate: boolean;
29
+ picUrls: string[];
30
+ }
31
+ declare const DCSlider: React.FC<ComponentProps>;
32
+ export default DCSlider;
@@ -10,7 +10,7 @@ require("./index.scss");
10
10
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
11
11
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
12
12
  var DCSlider = function DCSlider(props) {
13
- return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(_slider["default"], props, props.picUrls && props.picUrls.length > 0 ? props.picUrls.map(function (url, index) {
13
+ return /*#__PURE__*/React.createElement("div", props, /*#__PURE__*/React.createElement(_slider["default"], props, props.picUrls && props.picUrls.length > 0 ? props.picUrls.map(function (url, index) {
14
14
  return /*#__PURE__*/React.createElement(_lowcodeMaterials.Image, {
15
15
  src: url,
16
16
  alt: "Slide",
@@ -0,0 +1,3 @@
1
+ import Position from './position';
2
+ export type { NavigationProps } from './position';
3
+ export default Position;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ exports.__esModule = true;
5
+ exports["default"] = void 0;
6
+ var _position = _interopRequireDefault(require("./position"));
7
+ var _default = exports["default"] = _position["default"];