@tant/icons 1.17.21 → 1.18.1
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/es/icons/e-config-cl.js +90 -0
- package/dist/es/icons/json-sm.js +63 -0
- package/dist/es/icons/pulse.js +63 -0
- package/dist/es/index.js +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/lib/icons/e-config-cl.js +97 -0
- package/dist/lib/icons/json-sm.js +70 -0
- package/dist/lib/icons/pulse.js +70 -0
- package/dist/lib/index.js +21 -0
- package/dist/tant-icons.cjs.js +1895 -1709
- package/dist/tant-icons.esm.js +1893 -1710
- package/package.json +1 -1
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
3
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var EConfigCl = function EConfigCl(props) {
|
|
15
|
+
var color = props.color,
|
|
16
|
+
size = props.size,
|
|
17
|
+
spin = props.spin,
|
|
18
|
+
style = props.style,
|
|
19
|
+
className = props.className,
|
|
20
|
+
iconClassName = props.iconClassName,
|
|
21
|
+
testid = props.testid,
|
|
22
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
23
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
24
|
+
role: "img",
|
|
25
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
27
|
+
children: loadingCircleStyle
|
|
28
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: color
|
|
34
|
+
}, otherProps, {
|
|
35
|
+
className: iconClassName,
|
|
36
|
+
"data-testid": testid,
|
|
37
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
38
|
+
animationDuration: '1s',
|
|
39
|
+
animationIterationCount: 'infinite',
|
|
40
|
+
animationName: 'loadingCircle',
|
|
41
|
+
animationTimingFunction: 'linear'
|
|
42
|
+
} : {})
|
|
43
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
44
|
+
width: "24",
|
|
45
|
+
height: "24",
|
|
46
|
+
fill: "none",
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
49
|
+
x: "2",
|
|
50
|
+
y: "3",
|
|
51
|
+
width: "9",
|
|
52
|
+
height: "10",
|
|
53
|
+
rx: "2",
|
|
54
|
+
fill: "#B3CFF8"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
56
|
+
x: "2",
|
|
57
|
+
y: "15",
|
|
58
|
+
width: "9",
|
|
59
|
+
height: "6",
|
|
60
|
+
rx: "2",
|
|
61
|
+
fill: "#1673F6"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
63
|
+
x: "13",
|
|
64
|
+
y: "3",
|
|
65
|
+
width: "9",
|
|
66
|
+
height: "6",
|
|
67
|
+
rx: "2",
|
|
68
|
+
fill: "#1560E9"
|
|
69
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
70
|
+
x: "13",
|
|
71
|
+
y: "11",
|
|
72
|
+
width: "9",
|
|
73
|
+
height: "10",
|
|
74
|
+
rx: "2",
|
|
75
|
+
fill: "#B3CFF8"
|
|
76
|
+
}))));
|
|
77
|
+
};
|
|
78
|
+
EConfigCl.propTypes = {
|
|
79
|
+
iconClassName: PropTypes.string,
|
|
80
|
+
spin: PropTypes.bool,
|
|
81
|
+
color: PropTypes.string,
|
|
82
|
+
testid: PropTypes.string,
|
|
83
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
84
|
+
};
|
|
85
|
+
EConfigCl.defaultProps = {
|
|
86
|
+
spin: false,
|
|
87
|
+
color: 'currentColor',
|
|
88
|
+
size: '1em'
|
|
89
|
+
};
|
|
90
|
+
export default EConfigCl;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
3
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var JsonSm = function JsonSm(props) {
|
|
15
|
+
var color = props.color,
|
|
16
|
+
size = props.size,
|
|
17
|
+
spin = props.spin,
|
|
18
|
+
style = props.style,
|
|
19
|
+
className = props.className,
|
|
20
|
+
iconClassName = props.iconClassName,
|
|
21
|
+
testid = props.testid,
|
|
22
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
23
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
24
|
+
role: "img",
|
|
25
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
27
|
+
children: loadingCircleStyle
|
|
28
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 16 16",
|
|
33
|
+
fill: color
|
|
34
|
+
}, otherProps, {
|
|
35
|
+
className: iconClassName,
|
|
36
|
+
"data-testid": testid,
|
|
37
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
38
|
+
animationDuration: '1s',
|
|
39
|
+
animationIterationCount: 'infinite',
|
|
40
|
+
animationName: 'loadingCircle',
|
|
41
|
+
animationTimingFunction: 'linear'
|
|
42
|
+
} : {})
|
|
43
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
44
|
+
width: "16",
|
|
45
|
+
height: "16",
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M8 4.308c-.49 0-.889.413-.889.923s.398.923.889.923c.49 0 .889-.413.889-.923S8.49 4.308 8 4.308zm0 4.307a.605.605 0 00-.593.616v1.846c0 .34.265.615.593.615a.604.604 0 00.592-.615V9.23A.604.604 0 008 8.615zm7.461-1.181c-.653 0-1.185-.559-1.185-1.246v-1.81C14.276 3.066 13.261 2 12.014 2h-.575a.553.553 0 00-.538.566c0 .312.24.566.538.566h.575c.653 0 1.185.559 1.185 1.246v1.81c0 .725.31 1.376.798 1.812A2.423 2.423 0 0013.2 9.81v1.811c0 .687-.532 1.246-1.185 1.246h-.575a.553.553 0 00-.538.566c0 .313.24.566.538.566h.575c1.247 0 2.262-1.066 2.262-2.378v-1.81c0-.688.532-1.246 1.185-1.246A.553.553 0 0016 8a.553.553 0 00-.539-.566zM2.801 6.188v-1.81c0-.687.531-1.246 1.185-1.246h.575a.553.553 0 00.538-.566A.553.553 0 004.561 2h-.575C2.74 2 1.724 3.066 1.724 4.378v1.81c0 .687-.532 1.246-1.185 1.246A.553.553 0 000 8c0 .313.241.566.539.566.653 0 1.185.558 1.185 1.245v1.811C1.724 12.934 2.739 14 3.986 14h.575a.553.553 0 00.538-.566.553.553 0 00-.538-.566h-.575c-.654 0-1.185-.56-1.185-1.246v-1.81c0-.726-.31-1.376-.798-1.812A2.424 2.424 0 002.8 6.188z"
|
|
49
|
+
}))));
|
|
50
|
+
};
|
|
51
|
+
JsonSm.propTypes = {
|
|
52
|
+
iconClassName: PropTypes.string,
|
|
53
|
+
spin: PropTypes.bool,
|
|
54
|
+
color: PropTypes.string,
|
|
55
|
+
testid: PropTypes.string,
|
|
56
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
57
|
+
};
|
|
58
|
+
JsonSm.defaultProps = {
|
|
59
|
+
spin: false,
|
|
60
|
+
color: 'currentColor',
|
|
61
|
+
size: '1em'
|
|
62
|
+
};
|
|
63
|
+
export default JsonSm;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
3
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
4
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
5
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
7
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
8
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var Pulse = function Pulse(props) {
|
|
15
|
+
var color = props.color,
|
|
16
|
+
size = props.size,
|
|
17
|
+
spin = props.spin,
|
|
18
|
+
style = props.style,
|
|
19
|
+
className = props.className,
|
|
20
|
+
iconClassName = props.iconClassName,
|
|
21
|
+
testid = props.testid,
|
|
22
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
23
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
24
|
+
role: "img",
|
|
25
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
26
|
+
}, /*#__PURE__*/React.createElement("style", {
|
|
27
|
+
children: loadingCircleStyle
|
|
28
|
+
}), /*#__PURE__*/React.createElement("svg", _extends({
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
width: size,
|
|
31
|
+
height: size,
|
|
32
|
+
viewBox: "0 0 24 24",
|
|
33
|
+
fill: color
|
|
34
|
+
}, otherProps, {
|
|
35
|
+
className: iconClassName,
|
|
36
|
+
"data-testid": testid,
|
|
37
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
38
|
+
animationDuration: '1s',
|
|
39
|
+
animationIterationCount: 'infinite',
|
|
40
|
+
animationName: 'loadingCircle',
|
|
41
|
+
animationTimingFunction: 'linear'
|
|
42
|
+
} : {})
|
|
43
|
+
}), /*#__PURE__*/React.createElement("svg", {
|
|
44
|
+
width: "24",
|
|
45
|
+
height: "24",
|
|
46
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M9 7.539l6 14L18.66 13H23v-2h-5.66L15 16.461l-6-14L5.34 11H1v2h5.66L9 7.539z"
|
|
49
|
+
}))));
|
|
50
|
+
};
|
|
51
|
+
Pulse.propTypes = {
|
|
52
|
+
iconClassName: PropTypes.string,
|
|
53
|
+
spin: PropTypes.bool,
|
|
54
|
+
color: PropTypes.string,
|
|
55
|
+
testid: PropTypes.string,
|
|
56
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
57
|
+
};
|
|
58
|
+
Pulse.defaultProps = {
|
|
59
|
+
spin: false,
|
|
60
|
+
color: 'currentColor',
|
|
61
|
+
size: '1em'
|
|
62
|
+
};
|
|
63
|
+
export default Pulse;
|
package/dist/es/index.js
CHANGED
|
@@ -15,6 +15,7 @@ export { default as TaVPropertySm } from './icons/v-property-sm';
|
|
|
15
15
|
export { default as TaStringSm } from './icons/string-sm';
|
|
16
16
|
export { default as TaNumSm } from './icons/num-sm';
|
|
17
17
|
export { default as TaTimeSm } from './icons/time-sm';
|
|
18
|
+
export { default as TaJsonSm } from './icons/json-sm';
|
|
18
19
|
export { default as TaFolderLine } from './icons/folder-line';
|
|
19
20
|
export { default as TaFolderOpenLine } from './icons/folder-open-line';
|
|
20
21
|
export { default as TaSpaceLine } from './icons/space-line';
|
|
@@ -54,6 +55,7 @@ export { default as TaEChartsCl } from './icons/e-charts-cl';
|
|
|
54
55
|
export { default as TaECampaignCl } from './icons/e-campaign-cl';
|
|
55
56
|
export { default as TaETaskCl } from './icons/e-task-cl';
|
|
56
57
|
export { default as TaESettingCl } from './icons/e-setting-cl';
|
|
58
|
+
export { default as TaEConfigCl } from './icons/e-config-cl';
|
|
57
59
|
export { default as TaLogoDingdingCl } from './icons/logo-dingding-cl';
|
|
58
60
|
export { default as TaLogoDingdingGray } from './icons/logo-dingding-gray';
|
|
59
61
|
export { default as TaLogoWecomCl } from './icons/logo-wecom-cl';
|
|
@@ -246,6 +248,7 @@ export { default as TaDag } from './icons/DAG';
|
|
|
246
248
|
export { default as TaRenew } from './icons/renew';
|
|
247
249
|
export { default as TaSchedule } from './icons/schedule';
|
|
248
250
|
export { default as TaBring } from './icons/bring';
|
|
251
|
+
export { default as TaPulse } from './icons/pulse';
|
|
249
252
|
export { default as TaFontSize } from './icons/font-size';
|
|
250
253
|
export { default as TaFontBold } from './icons/font-bold';
|
|
251
254
|
export { default as TaFontItalic } from './icons/font- italic';
|
package/dist/index.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ export const TaVPropertySm: Icon;
|
|
|
27
27
|
export const TaStringSm: Icon;
|
|
28
28
|
export const TaNumSm: Icon;
|
|
29
29
|
export const TaTimeSm: Icon;
|
|
30
|
+
export const TaJsonSm: Icon;
|
|
30
31
|
export const TaFolderLine: Icon;
|
|
31
32
|
export const TaFolderOpenLine: Icon;
|
|
32
33
|
export const TaSpaceLine: Icon;
|
|
@@ -66,6 +67,7 @@ export const TaEChartsCl: Icon;
|
|
|
66
67
|
export const TaECampaignCl: Icon;
|
|
67
68
|
export const TaETaskCl: Icon;
|
|
68
69
|
export const TaESettingCl: Icon;
|
|
70
|
+
export const TaEConfigCl: Icon;
|
|
69
71
|
export const TaLogoDingdingCl: Icon;
|
|
70
72
|
export const TaLogoDingdingGray: Icon;
|
|
71
73
|
export const TaLogoWecomCl: Icon;
|
|
@@ -258,6 +260,7 @@ export const TaDag: Icon;
|
|
|
258
260
|
export const TaRenew: Icon;
|
|
259
261
|
export const TaSchedule: Icon;
|
|
260
262
|
export const TaBring: Icon;
|
|
263
|
+
export const TaPulse: Icon;
|
|
261
264
|
export const TaFontSize: Icon;
|
|
262
265
|
export const TaFontBold: Icon;
|
|
263
266
|
export const TaFontItalic: Icon;
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
10
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
13
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
18
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
19
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
20
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
+
var EConfigCl = function EConfigCl(props) {
|
|
22
|
+
var color = props.color,
|
|
23
|
+
size = props.size,
|
|
24
|
+
spin = props.spin,
|
|
25
|
+
style = props.style,
|
|
26
|
+
className = props.className,
|
|
27
|
+
iconClassName = props.iconClassName,
|
|
28
|
+
testid = props.testid,
|
|
29
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
31
|
+
role: "img",
|
|
32
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
33
|
+
}, /*#__PURE__*/_react["default"].createElement("style", {
|
|
34
|
+
children: loadingCircleStyle
|
|
35
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", _extends({
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
width: size,
|
|
38
|
+
height: size,
|
|
39
|
+
viewBox: "0 0 24 24",
|
|
40
|
+
fill: color
|
|
41
|
+
}, otherProps, {
|
|
42
|
+
className: iconClassName,
|
|
43
|
+
"data-testid": testid,
|
|
44
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
45
|
+
animationDuration: '1s',
|
|
46
|
+
animationIterationCount: 'infinite',
|
|
47
|
+
animationName: 'loadingCircle',
|
|
48
|
+
animationTimingFunction: 'linear'
|
|
49
|
+
} : {})
|
|
50
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", {
|
|
51
|
+
width: "24",
|
|
52
|
+
height: "24",
|
|
53
|
+
fill: "none",
|
|
54
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
55
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
56
|
+
x: "2",
|
|
57
|
+
y: "3",
|
|
58
|
+
width: "9",
|
|
59
|
+
height: "10",
|
|
60
|
+
rx: "2",
|
|
61
|
+
fill: "#B3CFF8"
|
|
62
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
63
|
+
x: "2",
|
|
64
|
+
y: "15",
|
|
65
|
+
width: "9",
|
|
66
|
+
height: "6",
|
|
67
|
+
rx: "2",
|
|
68
|
+
fill: "#1673F6"
|
|
69
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
70
|
+
x: "13",
|
|
71
|
+
y: "3",
|
|
72
|
+
width: "9",
|
|
73
|
+
height: "6",
|
|
74
|
+
rx: "2",
|
|
75
|
+
fill: "#1560E9"
|
|
76
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
77
|
+
x: "13",
|
|
78
|
+
y: "11",
|
|
79
|
+
width: "9",
|
|
80
|
+
height: "10",
|
|
81
|
+
rx: "2",
|
|
82
|
+
fill: "#B3CFF8"
|
|
83
|
+
}))));
|
|
84
|
+
};
|
|
85
|
+
EConfigCl.propTypes = {
|
|
86
|
+
iconClassName: _propTypes["default"].string,
|
|
87
|
+
spin: _propTypes["default"].bool,
|
|
88
|
+
color: _propTypes["default"].string,
|
|
89
|
+
testid: _propTypes["default"].string,
|
|
90
|
+
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
91
|
+
};
|
|
92
|
+
EConfigCl.defaultProps = {
|
|
93
|
+
spin: false,
|
|
94
|
+
color: 'currentColor',
|
|
95
|
+
size: '1em'
|
|
96
|
+
};
|
|
97
|
+
var _default = exports["default"] = EConfigCl;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
10
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
13
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
18
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
19
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
20
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
+
var JsonSm = function JsonSm(props) {
|
|
22
|
+
var color = props.color,
|
|
23
|
+
size = props.size,
|
|
24
|
+
spin = props.spin,
|
|
25
|
+
style = props.style,
|
|
26
|
+
className = props.className,
|
|
27
|
+
iconClassName = props.iconClassName,
|
|
28
|
+
testid = props.testid,
|
|
29
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
31
|
+
role: "img",
|
|
32
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
33
|
+
}, /*#__PURE__*/_react["default"].createElement("style", {
|
|
34
|
+
children: loadingCircleStyle
|
|
35
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", _extends({
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
width: size,
|
|
38
|
+
height: size,
|
|
39
|
+
viewBox: "0 0 16 16",
|
|
40
|
+
fill: color
|
|
41
|
+
}, otherProps, {
|
|
42
|
+
className: iconClassName,
|
|
43
|
+
"data-testid": testid,
|
|
44
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
45
|
+
animationDuration: '1s',
|
|
46
|
+
animationIterationCount: 'infinite',
|
|
47
|
+
animationName: 'loadingCircle',
|
|
48
|
+
animationTimingFunction: 'linear'
|
|
49
|
+
} : {})
|
|
50
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", {
|
|
51
|
+
width: "16",
|
|
52
|
+
height: "16",
|
|
53
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
54
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
+
d: "M8 4.308c-.49 0-.889.413-.889.923s.398.923.889.923c.49 0 .889-.413.889-.923S8.49 4.308 8 4.308zm0 4.307a.605.605 0 00-.593.616v1.846c0 .34.265.615.593.615a.604.604 0 00.592-.615V9.23A.604.604 0 008 8.615zm7.461-1.181c-.653 0-1.185-.559-1.185-1.246v-1.81C14.276 3.066 13.261 2 12.014 2h-.575a.553.553 0 00-.538.566c0 .312.24.566.538.566h.575c.653 0 1.185.559 1.185 1.246v1.81c0 .725.31 1.376.798 1.812A2.423 2.423 0 0013.2 9.81v1.811c0 .687-.532 1.246-1.185 1.246h-.575a.553.553 0 00-.538.566c0 .313.24.566.538.566h.575c1.247 0 2.262-1.066 2.262-2.378v-1.81c0-.688.532-1.246 1.185-1.246A.553.553 0 0016 8a.553.553 0 00-.539-.566zM2.801 6.188v-1.81c0-.687.531-1.246 1.185-1.246h.575a.553.553 0 00.538-.566A.553.553 0 004.561 2h-.575C2.74 2 1.724 3.066 1.724 4.378v1.81c0 .687-.532 1.246-1.185 1.246A.553.553 0 000 8c0 .313.241.566.539.566.653 0 1.185.558 1.185 1.245v1.811C1.724 12.934 2.739 14 3.986 14h.575a.553.553 0 00.538-.566.553.553 0 00-.538-.566h-.575c-.654 0-1.185-.56-1.185-1.246v-1.81c0-.726-.31-1.376-.798-1.812A2.424 2.424 0 002.8 6.188z"
|
|
56
|
+
}))));
|
|
57
|
+
};
|
|
58
|
+
JsonSm.propTypes = {
|
|
59
|
+
iconClassName: _propTypes["default"].string,
|
|
60
|
+
spin: _propTypes["default"].bool,
|
|
61
|
+
color: _propTypes["default"].string,
|
|
62
|
+
testid: _propTypes["default"].string,
|
|
63
|
+
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
64
|
+
};
|
|
65
|
+
JsonSm.defaultProps = {
|
|
66
|
+
spin: false,
|
|
67
|
+
color: 'currentColor',
|
|
68
|
+
size: '1em'
|
|
69
|
+
};
|
|
70
|
+
var _default = exports["default"] = JsonSm;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
10
|
+
var _excluded = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
13
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
17
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
18
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
19
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
20
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
+
var Pulse = function Pulse(props) {
|
|
22
|
+
var color = props.color,
|
|
23
|
+
size = props.size,
|
|
24
|
+
spin = props.spin,
|
|
25
|
+
style = props.style,
|
|
26
|
+
className = props.className,
|
|
27
|
+
iconClassName = props.iconClassName,
|
|
28
|
+
testid = props.testid,
|
|
29
|
+
otherProps = _objectWithoutProperties(props, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
31
|
+
role: "img",
|
|
32
|
+
className: className ? 'tant-icon-span anticon ' + className : 'tant-icon-span anticon'
|
|
33
|
+
}, /*#__PURE__*/_react["default"].createElement("style", {
|
|
34
|
+
children: loadingCircleStyle
|
|
35
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", _extends({
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
width: size,
|
|
38
|
+
height: size,
|
|
39
|
+
viewBox: "0 0 24 24",
|
|
40
|
+
fill: color
|
|
41
|
+
}, otherProps, {
|
|
42
|
+
className: iconClassName,
|
|
43
|
+
"data-testid": testid,
|
|
44
|
+
style: _objectSpread(_objectSpread({}, style), spin ? {
|
|
45
|
+
animationDuration: '1s',
|
|
46
|
+
animationIterationCount: 'infinite',
|
|
47
|
+
animationName: 'loadingCircle',
|
|
48
|
+
animationTimingFunction: 'linear'
|
|
49
|
+
} : {})
|
|
50
|
+
}), /*#__PURE__*/_react["default"].createElement("svg", {
|
|
51
|
+
width: "24",
|
|
52
|
+
height: "24",
|
|
53
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
54
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
55
|
+
d: "M9 7.539l6 14L18.66 13H23v-2h-5.66L15 16.461l-6-14L5.34 11H1v2h5.66L9 7.539z"
|
|
56
|
+
}))));
|
|
57
|
+
};
|
|
58
|
+
Pulse.propTypes = {
|
|
59
|
+
iconClassName: _propTypes["default"].string,
|
|
60
|
+
spin: _propTypes["default"].bool,
|
|
61
|
+
color: _propTypes["default"].string,
|
|
62
|
+
testid: _propTypes["default"].string,
|
|
63
|
+
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
64
|
+
};
|
|
65
|
+
Pulse.defaultProps = {
|
|
66
|
+
spin: false,
|
|
67
|
+
color: 'currentColor',
|
|
68
|
+
size: '1em'
|
|
69
|
+
};
|
|
70
|
+
var _default = exports["default"] = Pulse;
|
package/dist/lib/index.js
CHANGED
|
@@ -705,6 +705,12 @@ Object.defineProperty(exports, "TaEChartsCl", {
|
|
|
705
705
|
return _eChartsCl["default"];
|
|
706
706
|
}
|
|
707
707
|
});
|
|
708
|
+
Object.defineProperty(exports, "TaEConfigCl", {
|
|
709
|
+
enumerable: true,
|
|
710
|
+
get: function get() {
|
|
711
|
+
return _eConfigCl["default"];
|
|
712
|
+
}
|
|
713
|
+
});
|
|
708
714
|
Object.defineProperty(exports, "TaEPropertySm", {
|
|
709
715
|
enumerable: true,
|
|
710
716
|
get: function get() {
|
|
@@ -1245,6 +1251,12 @@ Object.defineProperty(exports, "TaInterval", {
|
|
|
1245
1251
|
return _interval["default"];
|
|
1246
1252
|
}
|
|
1247
1253
|
});
|
|
1254
|
+
Object.defineProperty(exports, "TaJsonSm", {
|
|
1255
|
+
enumerable: true,
|
|
1256
|
+
get: function get() {
|
|
1257
|
+
return _jsonSm["default"];
|
|
1258
|
+
}
|
|
1259
|
+
});
|
|
1248
1260
|
Object.defineProperty(exports, "TaLab", {
|
|
1249
1261
|
enumerable: true,
|
|
1250
1262
|
get: function get() {
|
|
@@ -1959,6 +1971,12 @@ Object.defineProperty(exports, "TaProperty", {
|
|
|
1959
1971
|
return _property["default"];
|
|
1960
1972
|
}
|
|
1961
1973
|
});
|
|
1974
|
+
Object.defineProperty(exports, "TaPulse", {
|
|
1975
|
+
enumerable: true,
|
|
1976
|
+
get: function get() {
|
|
1977
|
+
return _pulse["default"];
|
|
1978
|
+
}
|
|
1979
|
+
});
|
|
1962
1980
|
Object.defineProperty(exports, "TaRecurring", {
|
|
1963
1981
|
enumerable: true,
|
|
1964
1982
|
get: function get() {
|
|
@@ -2690,6 +2708,7 @@ var _vPropertySm = _interopRequireDefault(require("./icons/v-property-sm"));
|
|
|
2690
2708
|
var _stringSm = _interopRequireDefault(require("./icons/string-sm"));
|
|
2691
2709
|
var _numSm = _interopRequireDefault(require("./icons/num-sm"));
|
|
2692
2710
|
var _timeSm = _interopRequireDefault(require("./icons/time-sm"));
|
|
2711
|
+
var _jsonSm = _interopRequireDefault(require("./icons/json-sm"));
|
|
2693
2712
|
var _folderLine = _interopRequireDefault(require("./icons/folder-line"));
|
|
2694
2713
|
var _folderOpenLine = _interopRequireDefault(require("./icons/folder-open-line"));
|
|
2695
2714
|
var _spaceLine = _interopRequireDefault(require("./icons/space-line"));
|
|
@@ -2729,6 +2748,7 @@ var _eChartsCl = _interopRequireDefault(require("./icons/e-charts-cl"));
|
|
|
2729
2748
|
var _eCampaignCl = _interopRequireDefault(require("./icons/e-campaign-cl"));
|
|
2730
2749
|
var _eTaskCl = _interopRequireDefault(require("./icons/e-task-cl"));
|
|
2731
2750
|
var _eSettingCl = _interopRequireDefault(require("./icons/e-setting-cl"));
|
|
2751
|
+
var _eConfigCl = _interopRequireDefault(require("./icons/e-config-cl"));
|
|
2732
2752
|
var _logoDingdingCl = _interopRequireDefault(require("./icons/logo-dingding-cl"));
|
|
2733
2753
|
var _logoDingdingGray = _interopRequireDefault(require("./icons/logo-dingding-gray"));
|
|
2734
2754
|
var _logoWecomCl = _interopRequireDefault(require("./icons/logo-wecom-cl"));
|
|
@@ -2921,6 +2941,7 @@ var _DAG = _interopRequireDefault(require("./icons/DAG"));
|
|
|
2921
2941
|
var _renew = _interopRequireDefault(require("./icons/renew"));
|
|
2922
2942
|
var _schedule = _interopRequireDefault(require("./icons/schedule"));
|
|
2923
2943
|
var _bring = _interopRequireDefault(require("./icons/bring"));
|
|
2944
|
+
var _pulse = _interopRequireDefault(require("./icons/pulse"));
|
|
2924
2945
|
var _fontSize = _interopRequireDefault(require("./icons/font-size"));
|
|
2925
2946
|
var _fontBold = _interopRequireDefault(require("./icons/font-bold"));
|
|
2926
2947
|
var _fontItalic = _interopRequireDefault(require("./icons/font- italic"));
|