@tant/icons 1.22.7 → 1.22.9
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/{yuan-cl.js → data-interpretation-cl.js} +12 -14
- package/dist/es/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/lib/icons/{yuan-cl.js → data-interpretation-cl.js} +12 -14
- package/dist/lib/index.js +7 -7
- package/dist/tant-icons.cjs.js +12 -14
- package/dist/tant-icons.esm.js +12 -14
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t =
|
|
|
11
11
|
import React from 'react';
|
|
12
12
|
import PropTypes from 'prop-types';
|
|
13
13
|
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
-
var
|
|
14
|
+
var DataInterpretationCl = function DataInterpretationCl(props) {
|
|
15
15
|
var color = props.color,
|
|
16
16
|
size = props.size,
|
|
17
17
|
spin = props.spin,
|
|
@@ -45,17 +45,15 @@ var YuanCl = function YuanCl(props) {
|
|
|
45
45
|
height: "24",
|
|
46
46
|
fill: "none",
|
|
47
47
|
xmlns: "http://www.w3.org/2000/svg"
|
|
48
|
-
}, /*#__PURE__*/React.createElement("
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
r: "8.5",
|
|
52
|
-
fill: "url(#paint0_linear_11912_48)"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
49
|
+
d: "M10 16a1 1 0 011 1v4a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 21v-4a1 1 0 011-1h7zm11-2a1 1 0 011 1v6a1 1 0 01-1 1h-7l-.102-.005A1 1 0 0113 21v-6a1 1 0 011-1h7zM3.5 20.5h6v-3h-6v3zm11 0h6v-5h-6v5zM10 2a1 1 0 011 1v10a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 13V3a1 1 0 011-1h7zm6.852.44a.697.697 0 011.296 0l.347.84a6.003 6.003 0 003.096 3.197l.985.437c.565.251.565 1.073 0 1.324l-1.044.464a5.998 5.998 0 00-3.05 3.094l-.34.777a.696.696 0 01-1.284 0l-.34-.777a5.997 5.997 0 00-3.05-3.094l-1.044-.464c-.565-.25-.565-1.073 0-1.324l.986-.437a6.002 6.002 0 003.095-3.198l.348-.84zM3.5 12.5h6v-9h-6v9z",
|
|
50
|
+
fill: "url(#paint0_linear_11919_38)"
|
|
53
51
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
54
|
-
id: "
|
|
55
|
-
x1: "
|
|
56
|
-
y1: "12
|
|
57
|
-
x2: "
|
|
58
|
-
y2: "12
|
|
52
|
+
id: "paint0_linear_11919_38",
|
|
53
|
+
x1: "2",
|
|
54
|
+
y1: "12",
|
|
55
|
+
x2: "23.596",
|
|
56
|
+
y2: "12",
|
|
59
57
|
gradientUnits: "userSpaceOnUse"
|
|
60
58
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
61
59
|
stopColor: "#1E76F0"
|
|
@@ -67,16 +65,16 @@ var YuanCl = function YuanCl(props) {
|
|
|
67
65
|
stopColor: "#1E76F0"
|
|
68
66
|
}))))));
|
|
69
67
|
};
|
|
70
|
-
|
|
68
|
+
DataInterpretationCl.propTypes = {
|
|
71
69
|
iconClassName: PropTypes.string,
|
|
72
70
|
spin: PropTypes.bool,
|
|
73
71
|
color: PropTypes.string,
|
|
74
72
|
testid: PropTypes.string,
|
|
75
73
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
76
74
|
};
|
|
77
|
-
|
|
75
|
+
DataInterpretationCl.defaultProps = {
|
|
78
76
|
spin: false,
|
|
79
77
|
color: 'currentColor',
|
|
80
78
|
size: '1em'
|
|
81
79
|
};
|
|
82
|
-
export default
|
|
80
|
+
export default DataInterpretationCl;
|
package/dist/es/index.js
CHANGED
|
@@ -40,7 +40,7 @@ export { default as TaPlanetCl } from './icons/Planet-cl';
|
|
|
40
40
|
export { default as TaMagicCl } from './icons/magic-cl';
|
|
41
41
|
export { default as TaMagicWandCl } from './icons/magic-wand-cl';
|
|
42
42
|
export { default as TaAisqlCl } from './icons/aisql-cl';
|
|
43
|
-
export { default as
|
|
43
|
+
export { default as TaDataInterpretationCl } from './icons/data-interpretation-cl';
|
|
44
44
|
export { default as TaFlagCn } from './icons/flag-cn';
|
|
45
45
|
export { default as TaFlagUs } from './icons/flag-us';
|
|
46
46
|
export { default as TaFlagJp } from './icons/flag-jp';
|
package/dist/index.d.ts
CHANGED
|
@@ -52,7 +52,7 @@ export const TaPlanetCl: Icon;
|
|
|
52
52
|
export const TaMagicCl: Icon;
|
|
53
53
|
export const TaMagicWandCl: Icon;
|
|
54
54
|
export const TaAisqlCl: Icon;
|
|
55
|
-
export const
|
|
55
|
+
export const TaDataInterpretationCl: Icon;
|
|
56
56
|
export const TaFlagCn: Icon;
|
|
57
57
|
export const TaFlagUs: Icon;
|
|
58
58
|
export const TaFlagJp: Icon;
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
18
18
|
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
19
19
|
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
20
20
|
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
-
var
|
|
21
|
+
var DataInterpretationCl = function DataInterpretationCl(props) {
|
|
22
22
|
var color = props.color,
|
|
23
23
|
size = props.size,
|
|
24
24
|
spin = props.spin,
|
|
@@ -52,17 +52,15 @@ var YuanCl = function YuanCl(props) {
|
|
|
52
52
|
height: "24",
|
|
53
53
|
fill: "none",
|
|
54
54
|
xmlns: "http://www.w3.org/2000/svg"
|
|
55
|
-
}, /*#__PURE__*/_react["default"].createElement("
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
r: "8.5",
|
|
59
|
-
fill: "url(#paint0_linear_11912_48)"
|
|
55
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
56
|
+
d: "M10 16a1 1 0 011 1v4a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 21v-4a1 1 0 011-1h7zm11-2a1 1 0 011 1v6a1 1 0 01-1 1h-7l-.102-.005A1 1 0 0113 21v-6a1 1 0 011-1h7zM3.5 20.5h6v-3h-6v3zm11 0h6v-5h-6v5zM10 2a1 1 0 011 1v10a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 13V3a1 1 0 011-1h7zm6.852.44a.697.697 0 011.296 0l.347.84a6.003 6.003 0 003.096 3.197l.985.437c.565.251.565 1.073 0 1.324l-1.044.464a5.998 5.998 0 00-3.05 3.094l-.34.777a.696.696 0 01-1.284 0l-.34-.777a5.997 5.997 0 00-3.05-3.094l-1.044-.464c-.565-.25-.565-1.073 0-1.324l.986-.437a6.002 6.002 0 003.095-3.198l.348-.84zM3.5 12.5h6v-9h-6v9z",
|
|
57
|
+
fill: "url(#paint0_linear_11919_38)"
|
|
60
58
|
}), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
|
|
61
|
-
id: "
|
|
62
|
-
x1: "
|
|
63
|
-
y1: "12
|
|
64
|
-
x2: "
|
|
65
|
-
y2: "12
|
|
59
|
+
id: "paint0_linear_11919_38",
|
|
60
|
+
x1: "2",
|
|
61
|
+
y1: "12",
|
|
62
|
+
x2: "23.596",
|
|
63
|
+
y2: "12",
|
|
66
64
|
gradientUnits: "userSpaceOnUse"
|
|
67
65
|
}, /*#__PURE__*/_react["default"].createElement("stop", {
|
|
68
66
|
stopColor: "#1E76F0"
|
|
@@ -74,16 +72,16 @@ var YuanCl = function YuanCl(props) {
|
|
|
74
72
|
stopColor: "#1E76F0"
|
|
75
73
|
}))))));
|
|
76
74
|
};
|
|
77
|
-
|
|
75
|
+
DataInterpretationCl.propTypes = {
|
|
78
76
|
iconClassName: _propTypes["default"].string,
|
|
79
77
|
spin: _propTypes["default"].bool,
|
|
80
78
|
color: _propTypes["default"].string,
|
|
81
79
|
testid: _propTypes["default"].string,
|
|
82
80
|
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
83
81
|
};
|
|
84
|
-
|
|
82
|
+
DataInterpretationCl.defaultProps = {
|
|
85
83
|
spin: false,
|
|
86
84
|
color: 'currentColor',
|
|
87
85
|
size: '1em'
|
|
88
86
|
};
|
|
89
|
-
var _default = exports["default"] =
|
|
87
|
+
var _default = exports["default"] = DataInterpretationCl;
|
package/dist/lib/index.js
CHANGED
|
@@ -825,6 +825,12 @@ Object.defineProperty(exports, "TaDataInput", {
|
|
|
825
825
|
return _dataInput["default"];
|
|
826
826
|
}
|
|
827
827
|
});
|
|
828
|
+
Object.defineProperty(exports, "TaDataInterpretationCl", {
|
|
829
|
+
enumerable: true,
|
|
830
|
+
get: function get() {
|
|
831
|
+
return _dataInterpretationCl["default"];
|
|
832
|
+
}
|
|
833
|
+
});
|
|
828
834
|
Object.defineProperty(exports, "TaDataOpsAiCl", {
|
|
829
835
|
enumerable: true,
|
|
830
836
|
get: function get() {
|
|
@@ -3459,12 +3465,6 @@ Object.defineProperty(exports, "TaWebpage", {
|
|
|
3459
3465
|
return _webpage["default"];
|
|
3460
3466
|
}
|
|
3461
3467
|
});
|
|
3462
|
-
Object.defineProperty(exports, "TaYuanCl", {
|
|
3463
|
-
enumerable: true,
|
|
3464
|
-
get: function get() {
|
|
3465
|
-
return _yuanCl["default"];
|
|
3466
|
-
}
|
|
3467
|
-
});
|
|
3468
3468
|
var _eventSm = _interopRequireDefault(require("./icons/event-sm"));
|
|
3469
3469
|
var _ePropertySm = _interopRequireDefault(require("./icons/e-property-sm"));
|
|
3470
3470
|
var _indicatorSm = _interopRequireDefault(require("./icons/indicator-sm"));
|
|
@@ -3507,7 +3507,7 @@ var _PlanetCl = _interopRequireDefault(require("./icons/Planet-cl"));
|
|
|
3507
3507
|
var _magicCl = _interopRequireDefault(require("./icons/magic-cl"));
|
|
3508
3508
|
var _magicWandCl = _interopRequireDefault(require("./icons/magic-wand-cl"));
|
|
3509
3509
|
var _aisqlCl = _interopRequireDefault(require("./icons/aisql-cl"));
|
|
3510
|
-
var
|
|
3510
|
+
var _dataInterpretationCl = _interopRequireDefault(require("./icons/data-interpretation-cl"));
|
|
3511
3511
|
var _flagCn = _interopRequireDefault(require("./icons/flag-cn"));
|
|
3512
3512
|
var _flagUs = _interopRequireDefault(require("./icons/flag-us"));
|
|
3513
3513
|
var _flagJp = _interopRequireDefault(require("./icons/flag-jp"));
|
package/dist/tant-icons.cjs.js
CHANGED
|
@@ -2969,7 +2969,7 @@ AisqlCl.defaultProps = {
|
|
|
2969
2969
|
|
|
2970
2970
|
var _excluded$G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
2971
2971
|
var loadingCircleStyle$G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
2972
|
-
var
|
|
2972
|
+
var DataInterpretationCl = function DataInterpretationCl(props) {
|
|
2973
2973
|
var color = props.color,
|
|
2974
2974
|
size = props.size,
|
|
2975
2975
|
spin = props.spin,
|
|
@@ -3003,17 +3003,15 @@ var YuanCl = function YuanCl(props) {
|
|
|
3003
3003
|
height: "24",
|
|
3004
3004
|
fill: "none",
|
|
3005
3005
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3006
|
-
}, /*#__PURE__*/React.createElement("
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
r: "8.5",
|
|
3010
|
-
fill: "url(#paint0_linear_11912_48)"
|
|
3006
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3007
|
+
d: "M10 16a1 1 0 011 1v4a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 21v-4a1 1 0 011-1h7zm11-2a1 1 0 011 1v6a1 1 0 01-1 1h-7l-.102-.005A1 1 0 0113 21v-6a1 1 0 011-1h7zM3.5 20.5h6v-3h-6v3zm11 0h6v-5h-6v5zM10 2a1 1 0 011 1v10a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 13V3a1 1 0 011-1h7zm6.852.44a.697.697 0 011.296 0l.347.84a6.003 6.003 0 003.096 3.197l.985.437c.565.251.565 1.073 0 1.324l-1.044.464a5.998 5.998 0 00-3.05 3.094l-.34.777a.696.696 0 01-1.284 0l-.34-.777a5.997 5.997 0 00-3.05-3.094l-1.044-.464c-.565-.25-.565-1.073 0-1.324l.986-.437a6.002 6.002 0 003.095-3.198l.348-.84zM3.5 12.5h6v-9h-6v9z",
|
|
3008
|
+
fill: "url(#paint0_linear_11919_38)"
|
|
3011
3009
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3012
|
-
id: "
|
|
3013
|
-
x1: "
|
|
3014
|
-
y1: "12
|
|
3015
|
-
x2: "
|
|
3016
|
-
y2: "12
|
|
3010
|
+
id: "paint0_linear_11919_38",
|
|
3011
|
+
x1: "2",
|
|
3012
|
+
y1: "12",
|
|
3013
|
+
x2: "23.596",
|
|
3014
|
+
y2: "12",
|
|
3017
3015
|
gradientUnits: "userSpaceOnUse"
|
|
3018
3016
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
3019
3017
|
stopColor: "#1E76F0"
|
|
@@ -3025,14 +3023,14 @@ var YuanCl = function YuanCl(props) {
|
|
|
3025
3023
|
stopColor: "#1E76F0"
|
|
3026
3024
|
}))))));
|
|
3027
3025
|
};
|
|
3028
|
-
|
|
3026
|
+
DataInterpretationCl.propTypes = {
|
|
3029
3027
|
iconClassName: PropTypes.string,
|
|
3030
3028
|
spin: PropTypes.bool,
|
|
3031
3029
|
color: PropTypes.string,
|
|
3032
3030
|
testid: PropTypes.string,
|
|
3033
3031
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
3034
3032
|
};
|
|
3035
|
-
|
|
3033
|
+
DataInterpretationCl.defaultProps = {
|
|
3036
3034
|
spin: false,
|
|
3037
3035
|
color: 'currentColor',
|
|
3038
3036
|
size: '1em'
|
|
@@ -34168,6 +34166,7 @@ exports.TaDashboardMgr = DashboardMgr;
|
|
|
34168
34166
|
exports.TaDashboardPlan = DashboardPlan;
|
|
34169
34167
|
exports.TaDashboardReadingCl = DashboardReadingCl;
|
|
34170
34168
|
exports.TaDataInput = DataInput;
|
|
34169
|
+
exports.TaDataInterpretationCl = DataInterpretationCl;
|
|
34171
34170
|
exports.TaDataOpsAiCl = DataOpsAiCl;
|
|
34172
34171
|
exports.TaDataOutput = DataOutput;
|
|
34173
34172
|
exports.TaDataProcessing = DataProcessing;
|
|
@@ -34607,4 +34606,3 @@ exports.TaVip = Vip;
|
|
|
34607
34606
|
exports.TaVipFill = VipFill;
|
|
34608
34607
|
exports.TaWarehouse = Warehouse;
|
|
34609
34608
|
exports.TaWebpage = Webpage;
|
|
34610
|
-
exports.TaYuanCl = YuanCl;
|
package/dist/tant-icons.esm.js
CHANGED
|
@@ -2963,7 +2963,7 @@ AisqlCl.defaultProps = {
|
|
|
2963
2963
|
|
|
2964
2964
|
var _excluded$G = ["color", "size", "spin", "style", "className", "iconClassName", "testid"];
|
|
2965
2965
|
var loadingCircleStyle$G = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
2966
|
-
var
|
|
2966
|
+
var DataInterpretationCl = function DataInterpretationCl(props) {
|
|
2967
2967
|
var color = props.color,
|
|
2968
2968
|
size = props.size,
|
|
2969
2969
|
spin = props.spin,
|
|
@@ -2997,17 +2997,15 @@ var YuanCl = function YuanCl(props) {
|
|
|
2997
2997
|
height: "24",
|
|
2998
2998
|
fill: "none",
|
|
2999
2999
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3000
|
-
}, /*#__PURE__*/React.createElement("
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
r: "8.5",
|
|
3004
|
-
fill: "url(#paint0_linear_11912_48)"
|
|
3000
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3001
|
+
d: "M10 16a1 1 0 011 1v4a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 21v-4a1 1 0 011-1h7zm11-2a1 1 0 011 1v6a1 1 0 01-1 1h-7l-.102-.005A1 1 0 0113 21v-6a1 1 0 011-1h7zM3.5 20.5h6v-3h-6v3zm11 0h6v-5h-6v5zM10 2a1 1 0 011 1v10a1 1 0 01-1 1H3l-.103-.005A1 1 0 012 13V3a1 1 0 011-1h7zm6.852.44a.697.697 0 011.296 0l.347.84a6.003 6.003 0 003.096 3.197l.985.437c.565.251.565 1.073 0 1.324l-1.044.464a5.998 5.998 0 00-3.05 3.094l-.34.777a.696.696 0 01-1.284 0l-.34-.777a5.997 5.997 0 00-3.05-3.094l-1.044-.464c-.565-.25-.565-1.073 0-1.324l.986-.437a6.002 6.002 0 003.095-3.198l.348-.84zM3.5 12.5h6v-9h-6v9z",
|
|
3002
|
+
fill: "url(#paint0_linear_11919_38)"
|
|
3005
3003
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3006
|
-
id: "
|
|
3007
|
-
x1: "
|
|
3008
|
-
y1: "12
|
|
3009
|
-
x2: "
|
|
3010
|
-
y2: "12
|
|
3004
|
+
id: "paint0_linear_11919_38",
|
|
3005
|
+
x1: "2",
|
|
3006
|
+
y1: "12",
|
|
3007
|
+
x2: "23.596",
|
|
3008
|
+
y2: "12",
|
|
3011
3009
|
gradientUnits: "userSpaceOnUse"
|
|
3012
3010
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
3013
3011
|
stopColor: "#1E76F0"
|
|
@@ -3019,14 +3017,14 @@ var YuanCl = function YuanCl(props) {
|
|
|
3019
3017
|
stopColor: "#1E76F0"
|
|
3020
3018
|
}))))));
|
|
3021
3019
|
};
|
|
3022
|
-
|
|
3020
|
+
DataInterpretationCl.propTypes = {
|
|
3023
3021
|
iconClassName: PropTypes.string,
|
|
3024
3022
|
spin: PropTypes.bool,
|
|
3025
3023
|
color: PropTypes.string,
|
|
3026
3024
|
testid: PropTypes.string,
|
|
3027
3025
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
3028
3026
|
};
|
|
3029
|
-
|
|
3027
|
+
DataInterpretationCl.defaultProps = {
|
|
3030
3028
|
spin: false,
|
|
3031
3029
|
color: 'currentColor',
|
|
3032
3030
|
size: '1em'
|
|
@@ -34025,4 +34023,4 @@ CalendarCheck.defaultProps = {
|
|
|
34025
34023
|
size: '1em'
|
|
34026
34024
|
};
|
|
34027
34025
|
|
|
34028
|
-
export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddIndexCl as TaAddIndexCl, AddToPage as TaAddToPage, AisqlCl as TaAisqlCl, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignLeft as TaAlignLeft, AlignLegendBottom as TaAlignLegendBottom, AlignLegendLeft as TaAlignLegendLeft, AlignLegendRight as TaAlignLegendRight, AlignLegendTop as TaAlignLegendTop, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowClose as TaArrowClose, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowExpand as TaArrowExpand, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowRightup as TaArrowRightup, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attachment as TaAttachment, Attribution as TaAttribution, AutoLayout as TaAutoLayout, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, BiPage as TaBiPage, BiVendor as TaBiVendor, BiVendorFillCl as TaBiVendorFillCl, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calculate as TaCalculate, Calendar as TaCalendar, CalendarCheck as TaCalendarCheck, CalendarSm as TaCalendarSm, Card as TaCard, Cart as TaCart, Cellphone as TaCellphone, Certified as TaCertified, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartGantt as TaChartGantt, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPercentageBar as TaChartPercentageBar, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartScorecard as TaChartScorecard, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackedBar as TaChartStackedBar, ChartStackn as TaChartStackn, ChartTable as TaChartTable, ChartTrophy as TaChartTrophy, ChartView as TaChartView, ChartWordcloud as TaChartWordcloud, Clean as TaClean, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, CodeVariable as TaCodeVariable, CollectCl as TaCollectCl, Comment as TaComment, Compass as TaCompass, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, CopyDdl as TaCopyDdl, CopyQuery as TaCopyQuery, CopywritingAiCl as TaCopywritingAiCl, Cost as TaCost, Cpu as TaCpu, Create as TaCreate, Currency as TaCurrency, Custom as TaCustom, CustomPartition as TaCustomPartition, Cyctime as TaCyctime, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DAssetsCl as TaDAssetsCl, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Danmaku as TaDanmaku, Dashboard as TaDashboard, DashboardAiCl as TaDashboardAiCl, DashboardCl as TaDashboardCl, DashboardGenerateCl as TaDashboardGenerateCl, DashboardMgr as TaDashboardMgr, DashboardPlan as TaDashboardPlan, DashboardReadingCl as TaDashboardReadingCl, DataInput as TaDataInput, DataOpsAiCl as TaDataOpsAiCl, DataOutput as TaDataOutput, DataProcessing as TaDataProcessing, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, DebugPlay as TaDebugPlay, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, Discount as TaDiscount, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DrillDown as TaDrillDown, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EConfigCl as TaEConfigCl, EFlowCl as TaEFlowCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, EngageAiCl as TaEngageAiCl, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventShunt as TaEventShunt, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, FileSqlFill as TaFileSqlFill, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, GoalFill as TaGoalFill, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hammer as TaHammer, Hand as TaHand, Hashtag as TaHashtag, Heart as TaHeart, Heat as TaHeat, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, IndexFill as TaIndexFill, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, JsonSm as TaJsonSm, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, LineCircle as TaLineCircle, LineDiamond as TaLineDiamond, LineSquare as TaLineSquare, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAirbridgeCl as TaLogoAirbridgeCl, LogoAndroidGray as TaLogoAndroidGray, LogoApiGray as TaLogoApiGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFlinkCl as TaLogoFlinkCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoSamlCl as TaLogoSamlCl, LogoSparkCl as TaLogoSparkCl, LogoStarrocksCl as TaLogoStarrocksCl, LogoTrinoCl as TaLogoTrinoCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicCl as TaMagicCl, MagicWand as TaMagicWand, MagicWandCl as TaMagicWandCl, ManageQuery as TaManageQuery, Manual as TaManual, ManualVerification as TaManualVerification, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, MultidimensionalFiltering as TaMultidimensionalFiltering, Mute as TaMute, Name as TaName, Neutral as TaNeutral, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, Null as TaNull, NumSm as TaNumSm, Official as TaOfficial, Offline as TaOffline, OfflineSync as TaOfflineSync, OneTime as TaOneTime, Online as TaOnline, Open as TaOpen, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, ParameterControl as TaParameterControl, Partition as TaPartition, Password as TaPassword, Paste as TaPaste, Paste2 as TaPaste2, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pending as TaPending, Phrase as TaPhrase, Picture as TaPicture, Pin as TaPin, Pin2 as TaPin2, PinFill as TaPinFill, PinUnsave as TaPinUnsave, Pinch as TaPinch, PlanetCl as TaPlanetCl, PlatformAnalyticsCl as TaPlatformAnalyticsCl, PlatformCommunityCl as TaPlatformCommunityCl, PlatformDataopsCl as TaPlatformDataopsCl, PlatformSystemCl as TaPlatformSystemCl, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Post as TaPost, Price as TaPrice, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Progress as TaProgress, ProgressBar as TaProgressBar, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportReadingCl as TaReportReadingCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Resizer as TaResizer, Result as TaResult, Revert as TaRevert, Ripple as TaRipple, Robot as TaRobot, RowsSm as TaRowsSm, Ruler as TaRuler, SAdministrator as TaSAdministrator, SSpace as TaSSpace, SWorkspace as TaSWorkspace, Sad as TaSad, SatelliteDish as TaSatelliteDish, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, SimpleAggregation as TaSimpleAggregation, Smile as TaSmile, Snapshot as TaSnapshot, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, SqlTableView as TaSqlTableView, StarFill as TaStarFill, StarOk as TaStarOk, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, Stream as TaStream, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, Switch as TaSwitch, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableCol as TaTableCol, TableKey as TaTableKey, TableRow as TaTableRow, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TaskFlow as TaTaskFlow, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, Terminal as TaTerminal, TestRace as TaTestRace, TestSplit as TaTestSplit, Text as TaText, TextCase as TaTextCase, TextWholeMatch as TaTextWholeMatch, ThumbDown as TaThumbDown, ThumbDownOutline as TaThumbDownOutline, ThumbUp as TaThumbUp, ThumbUpOutline as TaThumbUpOutline, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, Translation as TaTranslation, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertyShunt as TaUPropertyShunt, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Uncertified as TaUncertified, Undo as TaUndo, UndoApproval as TaUndoApproval, Unlink as TaUnlink, Unpin as TaUnpin, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VDashboardCl as TaVDashboardCl, VManageDashboardCl as TaVManageDashboardCl, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, Video as TaVideo, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill, Warehouse as TaWarehouse, Webpage as TaWebpage, YuanCl as TaYuanCl };
|
|
34026
|
+
export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, AddIndexCl as TaAddIndexCl, AddToPage as TaAddToPage, AisqlCl as TaAisqlCl, Alert as TaAlert, AlertCl as TaAlertCl, AlignCenter as TaAlignCenter, AlignLeft as TaAlignLeft, AlignLegendBottom as TaAlignLegendBottom, AlignLegendLeft as TaAlignLegendLeft, AlignLegendRight as TaAlignLegendRight, AlignLegendTop as TaAlignLegendTop, AlignRight as TaAlignRight, AllGroupSm as TaAllGroupSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, Approve as TaApprove, ArrayRowsSm as TaArrayRowsSm, ArrowClose as TaArrowClose, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowExpand as TaArrowExpand, ArrowGoBack as TaArrowGoBack, ArrowGoForward as TaArrowGoForward, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowRightup as TaArrowRightup, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attachment as TaAttachment, Attribution as TaAttribution, AutoLayout as TaAutoLayout, AvatarGroupCl as TaAvatarGroupCl, AvatarProjectCl as TaAvatarProjectCl, Backup as TaBackup, Bell as TaBell, Bell2Fill as TaBell2Fill, BiPage as TaBiPage, BiVendor as TaBiVendor, BiVendorFillCl as TaBiVendorFillCl, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Box as TaBox, BoxOpen as TaBoxOpen, Branch as TaBranch, Bring as TaBring, BuildMode as TaBuildMode, BuiltIn as TaBuiltIn, Calculate as TaCalculate, Calendar as TaCalendar, CalendarCheck as TaCalendarCheck, CalendarSm as TaCalendarSm, Card as TaCard, Cart as TaCart, Cellphone as TaCellphone, Certified as TaCertified, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartGantt as TaChartGantt, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPercentageBar as TaChartPercentageBar, ChartPie as TaChartPie, ChartScatter as TaChartScatter, ChartScorecard as TaChartScorecard, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackedBar as TaChartStackedBar, ChartStackn as TaChartStackn, ChartTable as TaChartTable, ChartTrophy as TaChartTrophy, ChartView as TaChartView, ChartWordcloud as TaChartWordcloud, Clean as TaClean, Click as TaClick, Clock as TaClock, Close as TaClose, Code as TaCode, CodeVariable as TaCodeVariable, CollectCl as TaCollectCl, Comment as TaComment, Compass as TaCompass, Config as TaConfig, Consent as TaConsent, Contrast as TaContrast, Copy as TaCopy, Copy2 as TaCopy2, CopyDdl as TaCopyDdl, CopyQuery as TaCopyQuery, CopywritingAiCl as TaCopywritingAiCl, Cost as TaCost, Cpu as TaCpu, Create as TaCreate, Currency as TaCurrency, Custom as TaCustom, CustomPartition as TaCustomPartition, Cyctime as TaCyctime, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, DAssetsCl as TaDAssetsCl, DIntegrationCl as TaDIntegrationCl, DManageCl as TaDManageCl, DTrackingCl as TaDTrackingCl, Dag as TaDag, Danmaku as TaDanmaku, Dashboard as TaDashboard, DashboardAiCl as TaDashboardAiCl, DashboardCl as TaDashboardCl, DashboardGenerateCl as TaDashboardGenerateCl, DashboardMgr as TaDashboardMgr, DashboardPlan as TaDashboardPlan, DashboardReadingCl as TaDashboardReadingCl, DataInput as TaDataInput, DataInterpretationCl as TaDataInterpretationCl, DataOpsAiCl as TaDataOpsAiCl, DataOutput as TaDataOutput, DataProcessing as TaDataProcessing, Database as TaDatabase, DateMarkCl as TaDateMarkCl, Debug as TaDebug, DebugPlay as TaDebugPlay, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DirectConnect as TaDirectConnect, Disable as TaDisable, Discount as TaDiscount, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DrillDown as TaDrillDown, DropDown as TaDropDown, DropUp as TaDropUp, ECampaignCl as TaECampaignCl, EChartsCl as TaEChartsCl, EConfigCl as TaEConfigCl, EFlowCl as TaEFlowCl, EPropertySm as TaEPropertySm, ESettingCl as TaESettingCl, ETaskCl as TaETaskCl, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, EndTask as TaEndTask, EngageAiCl as TaEngageAiCl, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventModify as TaEventModify, EventPropMgr as TaEventPropMgr, EventShunt as TaEventShunt, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Expand as TaExpand, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, FileSqlFill as TaFileSqlFill, Filter as TaFilter, Filter2 as TaFilter2, Find as TaFind, FirstLast as TaFirstLast, FlagCn as TaFlagCn, FlagJp as TaFlagJp, FlagKr as TaFlagKr, FlagUs as TaFlagUs, Flash as TaFlash, Folder as TaFolder, FolderLine as TaFolderLine, FolderOpen as TaFolderOpen, FolderOpenLine as TaFolderOpenLine, FontBgColor as TaFontBgColor, FontBold as TaFontBold, FontColor as TaFontColor, FontItalic as TaFontItalic, FontSize as TaFontSize, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Function as TaFunction, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Goal as TaGoal, GoalFill as TaGoalFill, Grid as TaGrid, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupCl as TaGroupCl, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Hammer as TaHammer, Hand as TaHand, Hashtag as TaHashtag, Heart as TaHeart, Heat as TaHeat, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Image as TaImage, Import as TaImport, Index as TaIndex, IndexFill as TaIndexFill, Indicator as TaIndicator, IndicatorSm as TaIndicatorSm, Info as TaInfo, InfoFill as TaInfoFill, Insert as TaInsert, Install as TaInstall, Interval as TaInterval, JsonSm as TaJsonSm, Lab as TaLab, Landscape as TaLandscape, Language as TaLanguage, LayoutFocus as TaLayoutFocus, LayoutSide as TaLayoutSide, LineCircle as TaLineCircle, LineDiamond as TaLineDiamond, LineSquare as TaLineSquare, Link as TaLink, Link2 as TaLink2, List as TaList, ListNested as TaListNested, ListOrdered as TaListOrdered, ListSm as TaListSm, ListUnordered as TaListUnordered, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoAirbridgeCl as TaLogoAirbridgeCl, LogoAndroidGray as TaLogoAndroidGray, LogoApiGray as TaLogoApiGray, LogoAppPushGray as TaLogoAppPushGray, LogoAppleGray as TaLogoAppleGray, LogoBitkeepCl as TaLogoBitkeepCl, LogoClientsideGray as TaLogoClientsideGray, LogoCurrencylayerCl as TaLogoCurrencylayerCl, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoDouyinGray as TaLogoDouyinGray, LogoFcmCl as TaLogoFcmCl, LogoFeishuCl as TaLogoFeishuCl, LogoFlinkCl as TaLogoFlinkCl, LogoFutuCl as TaLogoFutuCl, LogoGarenaCl as TaLogoGarenaCl, LogoHappyelementCl as TaLogoHappyelementCl, LogoIggCl as TaLogoIggCl, LogoJiguangCl as TaLogoJiguangCl, LogoKingCl as TaLogoKingCl, LogoLitmatchCl as TaLogoLitmatchCl, LogoSamlCl as TaLogoSamlCl, LogoSparkCl as TaLogoSparkCl, LogoStarrocksCl as TaLogoStarrocksCl, LogoTrinoCl as TaLogoTrinoCl, LogoWebhookGray as TaLogoWebhookGray, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, LogoWepieCl as TaLogoWepieCl, LogoXiaomiCl as TaLogoXiaomiCl, LogoYaojiCl as TaLogoYaojiCl, Logout as TaLogout, MAttributionCl as TaMAttributionCl, MDistribution as TaMDistribution, MDistributionCl as TaMDistributionCl, MEvent as TaMEvent, MEventCl as TaMEventCl, MFlow as TaMFlow, MFlowCl as TaMFlowCl, MFunnel as TaMFunnel, MFunnelCl as TaMFunnelCl, MHeatmapCl as TaMHeatmapCl, MInterval as TaMInterval, MIntervalCl as TaMIntervalCl, MPropCl as TaMPropCl, MProperty as TaMProperty, MRetention as TaMRetention, MRetentionCl as TaMRetentionCl, MSql as TaMSql, MSqlCl as TaMSqlCl, MTrophyCl as TaMTrophyCl, MagicCl as TaMagicCl, MagicWand as TaMagicWand, MagicWandCl as TaMagicWandCl, ManageQuery as TaManageQuery, Manual as TaManual, ManualVerification as TaManualVerification, Map as TaMap, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, MultidimensionalFiltering as TaMultidimensionalFiltering, Mute as TaMute, Name as TaName, Neutral as TaNeutral, NewIndicator as TaNewIndicator, NewTask as TaNewTask, Notice as TaNotice, Null as TaNull, NumSm as TaNumSm, Official as TaOfficial, Offline as TaOffline, OfflineSync as TaOfflineSync, OneTime as TaOneTime, Online as TaOnline, Open as TaOpen, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, PageLine as TaPageLine, PageOpenCl as TaPageOpenCl, Palette as TaPalette, ParallelFilter as TaParallelFilter, Parameter as TaParameter, ParameterControl as TaParameterControl, Partition as TaPartition, Password as TaPassword, Paste as TaPaste, Paste2 as TaPaste2, Pattern as TaPattern, Pause2 as TaPause2, PauseCircle as TaPauseCircle, Pending as TaPending, Phrase as TaPhrase, Picture as TaPicture, Pin as TaPin, Pin2 as TaPin2, PinFill as TaPinFill, PinUnsave as TaPinUnsave, Pinch as TaPinch, PlanetCl as TaPlanetCl, PlatformAnalyticsCl as TaPlatformAnalyticsCl, PlatformCommunityCl as TaPlatformCommunityCl, PlatformDataopsCl as TaPlatformDataopsCl, PlatformSystemCl as TaPlatformSystemCl, Play as TaPlay, PlayCircle as TaPlayCircle, Plug as TaPlug, Post as TaPost, Price as TaPrice, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Progress as TaProgress, ProgressBar as TaProgressBar, Project as TaProject, ProjectMgr as TaProjectMgr, Property as TaProperty, Pulse as TaPulse, Recurring as TaRecurring, Recycle as TaRecycle, Reject as TaReject, RelatedProp as TaRelatedProp, Rename as TaRename, Renew as TaRenew, Report as TaReport, ReportCl as TaReportCl, ReportReadingCl as TaReportReadingCl, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Resizer as TaResizer, Result as TaResult, Revert as TaRevert, Ripple as TaRipple, Robot as TaRobot, RowsSm as TaRowsSm, Ruler as TaRuler, SAdministrator as TaSAdministrator, SSpace as TaSSpace, SWorkspace as TaSWorkspace, Sad as TaSad, SatelliteDish as TaSatelliteDish, Save as TaSave, Schedule as TaSchedule, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, ShutDown as TaShutDown, SimpleAggregation as TaSimpleAggregation, Smile as TaSmile, Snapshot as TaSnapshot, Sort as TaSort, SortA2z as TaSortA2z, SortDown as TaSortDown, SortDrop as TaSortDrop, SortResult as TaSortResult, SortRise as TaSortRise, SortUp as TaSortUp, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceLine as TaSpaceLine, SpaceOpen as TaSpaceOpen, SpaceOpenLine as TaSpaceOpenLine, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, SqlTableView as TaSqlTableView, StarFill as TaStarFill, StarOk as TaStarOk, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, Sticky as TaSticky, StopCircle as TaStopCircle, Stream as TaStream, StringSm as TaStringSm, Submit as TaSubmit, Subtract as TaSubtract, Subtract2 as TaSubtract2, Subtract3 as TaSubtract3, Success as TaSuccess, SuccessFill as TaSuccessFill, SvipFill as TaSvipFill, SwapFill as TaSwapFill, Switch as TaSwitch, SystemBuild as TaSystemBuild, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TableClassic as TaTableClassic, TableCol as TaTableCol, TableKey as TaTableKey, TableRow as TaTableRow, TableSimple as TaTableSimple, TableStriped as TaTableStriped, Task as TaTask, TaskFlow as TaTaskFlow, TdLogo as TaTdLogo, TemplateCl as TaTemplateCl, Terminal as TaTerminal, TestRace as TaTestRace, TestSplit as TaTestSplit, Text as TaText, TextCase as TaTextCase, TextWholeMatch as TaTextWholeMatch, ThumbDown as TaThumbDown, ThumbDownOutline as TaThumbDownOutline, ThumbUp as TaThumbUp, ThumbUpOutline as TaThumbUpOutline, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tips as TaTips, Tracking as TaTracking, TransferOwnership as TaTransferOwnership, Translation as TaTranslation, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UCohortCl as TaUCohortCl, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertyShunt as TaUPropertyShunt, UPropertySm as TaUPropertySm, USearchCl as TaUSearchCl, UTag as TaUTag, UTagCl as TaUTagCl, UTagSm as TaUTagSm, Uncertified as TaUncertified, Undo as TaUndo, UndoApproval as TaUndoApproval, Unlink as TaUnlink, Unpin as TaUnpin, Unsave as TaUnsave, Update as TaUpdate, UpdateData as TaUpdateData, Upload as TaUpload, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, UserTagCl as TaUserTagCl, Usertag as TaUsertag, VDashboardCl as TaVDashboardCl, VManageDashboardCl as TaVManageDashboardCl, VPropCl as TaVPropCl, VProperty as TaVProperty, VPropertySm as TaVPropertySm, Validate as TaValidate, Video as TaVideo, ViewOriginal as TaViewOriginal, Vip as TaVip, VipFill as TaVipFill, Warehouse as TaWarehouse, Webpage as TaWebpage };
|