@tant/icons 1.21.61 → 1.21.63
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/danmaku.js +71 -0
- package/dist/es/index.js +2 -13
- package/dist/index.d.ts +1 -12
- package/dist/lib/icons/danmaku.js +78 -0
- package/dist/lib/index.js +7 -84
- package/dist/tant-icons.cjs.js +1114 -6097
- package/dist/tant-icons.esm.js +1114 -6086
- package/package.json +1 -1
- package/dist/es/icons/bi-ai-application-cl.js +0 -321
- package/dist/es/icons/bi-card-game-cl.js +0 -421
- package/dist/es/icons/bi-casua-game-cl.js +0 -546
- package/dist/es/icons/bi-education-cl.js +0 -415
- package/dist/es/icons/bi-mini-game-cl.js +0 -494
- package/dist/es/icons/bi-mmo-game-cl.js +0 -315
- package/dist/es/icons/bi-novel-cl.js +0 -554
- package/dist/es/icons/bi-shopping-cart-cl.js +0 -394
- package/dist/es/icons/bi-short-play-cl.js +0 -307
- package/dist/es/icons/bi-simulated-operation-cl.js +0 -678
- package/dist/es/icons/bi-slg-game-cl.js +0 -303
- package/dist/es/icons/bi-social-application-cl.js +0 -416
- package/dist/lib/icons/bi-ai-application-cl.js +0 -328
- package/dist/lib/icons/bi-card-game-cl.js +0 -428
- package/dist/lib/icons/bi-casua-game-cl.js +0 -553
- package/dist/lib/icons/bi-education-cl.js +0 -422
- package/dist/lib/icons/bi-mini-game-cl.js +0 -501
- package/dist/lib/icons/bi-mmo-game-cl.js +0 -322
- package/dist/lib/icons/bi-novel-cl.js +0 -561
- package/dist/lib/icons/bi-shopping-cart-cl.js +0 -401
- package/dist/lib/icons/bi-short-play-cl.js +0 -314
- package/dist/lib/icons/bi-simulated-operation-cl.js +0 -685
- package/dist/lib/icons/bi-slg-game-cl.js +0 -310
- package/dist/lib/icons/bi-social-application-cl.js +0 -423
|
@@ -0,0 +1,71 @@
|
|
|
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 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; }
|
|
10
|
+
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; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import PropTypes from 'prop-types';
|
|
13
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
14
|
+
var Danmaku = function Danmaku(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: "M21.5 20.5h-19a1 1 0 01-1-1v-15a1 1 0 011-1h19a1 1 0 011 1v15a1 1 0 01-1 1zm-1-2v-13h-17v13h17z"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M7.991 10a1 1 0 10-2 0 1 1 0 002 0z"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M10.25 14a1 1 0 10-2 0 1 1 0 002 0z"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M18.009 14a1 1 0 00-1-1h-4.5a1 1 0 100 2h4.5a1 1 0 001-1z"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M15.75 10a1 1 0 00-1-1h-4.5a1 1 0 100 2h4.5a1 1 0 001-1z"
|
|
57
|
+
}))));
|
|
58
|
+
};
|
|
59
|
+
Danmaku.propTypes = {
|
|
60
|
+
iconClassName: PropTypes.string,
|
|
61
|
+
spin: PropTypes.bool,
|
|
62
|
+
color: PropTypes.string,
|
|
63
|
+
testid: PropTypes.string,
|
|
64
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
65
|
+
};
|
|
66
|
+
Danmaku.defaultProps = {
|
|
67
|
+
spin: false,
|
|
68
|
+
color: 'currentColor',
|
|
69
|
+
size: '1em'
|
|
70
|
+
};
|
|
71
|
+
export default Danmaku;
|
package/dist/es/index.js
CHANGED
|
@@ -312,6 +312,7 @@ export { default as TaArrowClose } from './icons/arrow-close';
|
|
|
312
312
|
export { default as TaTranslation } from './icons/translation';
|
|
313
313
|
export { default as TaManualVerification } from './icons/manual-verification';
|
|
314
314
|
export { default as TaHeat } from './icons/heat';
|
|
315
|
+
export { default as TaDanmaku } from './icons/danmaku';
|
|
315
316
|
export { default as TaOfficial } from './icons/official';
|
|
316
317
|
export { default as TaFontSize } from './icons/font-size';
|
|
317
318
|
export { default as TaFontBold } from './icons/font-bold';
|
|
@@ -575,16 +576,4 @@ export { default as TaBiAnalysisCl } from './icons/bi-analysis-cl';
|
|
|
575
576
|
export { default as TaBiGameplayCl } from './icons/bi-gameplay-cl';
|
|
576
577
|
export { default as TaBiPathAnalysisCl } from './icons/bi-path-analysis-cl';
|
|
577
578
|
export { default as TaBiGroupCl } from './icons/bi-group-cl';
|
|
578
|
-
export { default as TaBiCrowdCl } from './icons/bi-crowd-cl';
|
|
579
|
-
export { default as TaBiMmoGameCl } from './icons/bi-mmo-game-cl';
|
|
580
|
-
export { default as TaBiCardGameCl } from './icons/bi-card-game-cl';
|
|
581
|
-
export { default as TaBiSlgGameCl } from './icons/bi-slg-game-cl';
|
|
582
|
-
export { default as TaBiCasuaGameCl } from './icons/bi-casua-game-cl';
|
|
583
|
-
export { default as TaBiSimulatedOperationCl } from './icons/bi-simulated-operation-cl';
|
|
584
|
-
export { default as TaBiMiniGameCl } from './icons/bi-mini-game-cl';
|
|
585
|
-
export { default as TaBiSocialApplicationCl } from './icons/bi-social-application-cl';
|
|
586
|
-
export { default as TaBiAiApplicationCl } from './icons/bi-ai-application-cl';
|
|
587
|
-
export { default as TaBiShortPlayCl } from './icons/bi-short-play-cl';
|
|
588
|
-
export { default as TaBiNovelCl } from './icons/bi-novel-cl';
|
|
589
|
-
export { default as TaBiEducationCl } from './icons/bi-education-cl';
|
|
590
|
-
export { default as TaBiShoppingCartCl } from './icons/bi-shopping-cart-cl';
|
|
579
|
+
export { default as TaBiCrowdCl } from './icons/bi-crowd-cl';
|
package/dist/index.d.ts
CHANGED
|
@@ -324,6 +324,7 @@ export const TaArrowClose: Icon;
|
|
|
324
324
|
export const TaTranslation: Icon;
|
|
325
325
|
export const TaManualVerification: Icon;
|
|
326
326
|
export const TaHeat: Icon;
|
|
327
|
+
export const TaDanmaku: Icon;
|
|
327
328
|
export const TaOfficial: Icon;
|
|
328
329
|
export const TaFontSize: Icon;
|
|
329
330
|
export const TaFontBold: Icon;
|
|
@@ -588,15 +589,3 @@ export const TaBiGameplayCl: Icon;
|
|
|
588
589
|
export const TaBiPathAnalysisCl: Icon;
|
|
589
590
|
export const TaBiGroupCl: Icon;
|
|
590
591
|
export const TaBiCrowdCl: Icon;
|
|
591
|
-
export const TaBiMmoGameCl: Icon;
|
|
592
|
-
export const TaBiCardGameCl: Icon;
|
|
593
|
-
export const TaBiSlgGameCl: Icon;
|
|
594
|
-
export const TaBiCasuaGameCl: Icon;
|
|
595
|
-
export const TaBiSimulatedOperationCl: Icon;
|
|
596
|
-
export const TaBiMiniGameCl: Icon;
|
|
597
|
-
export const TaBiSocialApplicationCl: Icon;
|
|
598
|
-
export const TaBiAiApplicationCl: Icon;
|
|
599
|
-
export const TaBiShortPlayCl: Icon;
|
|
600
|
-
export const TaBiNovelCl: Icon;
|
|
601
|
-
export const TaBiEducationCl: Icon;
|
|
602
|
-
export const TaBiShoppingCartCl: Icon;
|
|
@@ -0,0 +1,78 @@
|
|
|
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 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
|
+
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
|
+
var loadingCircleStyle = '@keyframes loadingCircle { 100% { transform: rotate(360deg) }} ';
|
|
21
|
+
var Danmaku = function Danmaku(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: "M21.5 20.5h-19a1 1 0 01-1-1v-15a1 1 0 011-1h19a1 1 0 011 1v15a1 1 0 01-1 1zm-1-2v-13h-17v13h17z"
|
|
56
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
57
|
+
d: "M7.991 10a1 1 0 10-2 0 1 1 0 002 0z"
|
|
58
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
59
|
+
d: "M10.25 14a1 1 0 10-2 0 1 1 0 002 0z"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
61
|
+
d: "M18.009 14a1 1 0 00-1-1h-4.5a1 1 0 100 2h4.5a1 1 0 001-1z"
|
|
62
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
63
|
+
d: "M15.75 10a1 1 0 00-1-1h-4.5a1 1 0 100 2h4.5a1 1 0 001-1z"
|
|
64
|
+
}))));
|
|
65
|
+
};
|
|
66
|
+
Danmaku.propTypes = {
|
|
67
|
+
iconClassName: _propTypes["default"].string,
|
|
68
|
+
spin: _propTypes["default"].bool,
|
|
69
|
+
color: _propTypes["default"].string,
|
|
70
|
+
testid: _propTypes["default"].string,
|
|
71
|
+
size: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].number])
|
|
72
|
+
};
|
|
73
|
+
Danmaku.defaultProps = {
|
|
74
|
+
spin: false,
|
|
75
|
+
color: 'currentColor',
|
|
76
|
+
size: '1em'
|
|
77
|
+
};
|
|
78
|
+
var _default = exports["default"] = Danmaku;
|
package/dist/lib/index.js
CHANGED
|
@@ -267,12 +267,6 @@ Object.defineProperty(exports, "TaBell2Fill", {
|
|
|
267
267
|
return _bell2Fill["default"];
|
|
268
268
|
}
|
|
269
269
|
});
|
|
270
|
-
Object.defineProperty(exports, "TaBiAiApplicationCl", {
|
|
271
|
-
enumerable: true,
|
|
272
|
-
get: function get() {
|
|
273
|
-
return _biAiApplicationCl["default"];
|
|
274
|
-
}
|
|
275
|
-
});
|
|
276
270
|
Object.defineProperty(exports, "TaBiAiCl", {
|
|
277
271
|
enumerable: true,
|
|
278
272
|
get: function get() {
|
|
@@ -297,18 +291,6 @@ Object.defineProperty(exports, "TaBiBeginnerGuideCl", {
|
|
|
297
291
|
return _biBeginnerGuideCl["default"];
|
|
298
292
|
}
|
|
299
293
|
});
|
|
300
|
-
Object.defineProperty(exports, "TaBiCardGameCl", {
|
|
301
|
-
enumerable: true,
|
|
302
|
-
get: function get() {
|
|
303
|
-
return _biCardGameCl["default"];
|
|
304
|
-
}
|
|
305
|
-
});
|
|
306
|
-
Object.defineProperty(exports, "TaBiCasuaGameCl", {
|
|
307
|
-
enumerable: true,
|
|
308
|
-
get: function get() {
|
|
309
|
-
return _biCasuaGameCl["default"];
|
|
310
|
-
}
|
|
311
|
-
});
|
|
312
294
|
Object.defineProperty(exports, "TaBiChannelReachCl", {
|
|
313
295
|
enumerable: true,
|
|
314
296
|
get: function get() {
|
|
@@ -351,12 +333,6 @@ Object.defineProperty(exports, "TaBiDisassemblyCl", {
|
|
|
351
333
|
return _biDisassemblyCl["default"];
|
|
352
334
|
}
|
|
353
335
|
});
|
|
354
|
-
Object.defineProperty(exports, "TaBiEducationCl", {
|
|
355
|
-
enumerable: true,
|
|
356
|
-
get: function get() {
|
|
357
|
-
return _biEducationCl["default"];
|
|
358
|
-
}
|
|
359
|
-
});
|
|
360
336
|
Object.defineProperty(exports, "TaBiGameplayCl", {
|
|
361
337
|
enumerable: true,
|
|
362
338
|
get: function get() {
|
|
@@ -387,30 +363,12 @@ Object.defineProperty(exports, "TaBiIndicatorCl", {
|
|
|
387
363
|
return _biIndicatorCl["default"];
|
|
388
364
|
}
|
|
389
365
|
});
|
|
390
|
-
Object.defineProperty(exports, "TaBiMiniGameCl", {
|
|
391
|
-
enumerable: true,
|
|
392
|
-
get: function get() {
|
|
393
|
-
return _biMiniGameCl["default"];
|
|
394
|
-
}
|
|
395
|
-
});
|
|
396
|
-
Object.defineProperty(exports, "TaBiMmoGameCl", {
|
|
397
|
-
enumerable: true,
|
|
398
|
-
get: function get() {
|
|
399
|
-
return _biMmoGameCl["default"];
|
|
400
|
-
}
|
|
401
|
-
});
|
|
402
366
|
Object.defineProperty(exports, "TaBiModelCl", {
|
|
403
367
|
enumerable: true,
|
|
404
368
|
get: function get() {
|
|
405
369
|
return _biModelCl["default"];
|
|
406
370
|
}
|
|
407
371
|
});
|
|
408
|
-
Object.defineProperty(exports, "TaBiNovelCl", {
|
|
409
|
-
enumerable: true,
|
|
410
|
-
get: function get() {
|
|
411
|
-
return _biNovelCl["default"];
|
|
412
|
-
}
|
|
413
|
-
});
|
|
414
372
|
Object.defineProperty(exports, "TaBiOperationAnalysisCl", {
|
|
415
373
|
enumerable: true,
|
|
416
374
|
get: function get() {
|
|
@@ -465,42 +423,12 @@ Object.defineProperty(exports, "TaBiReachCl", {
|
|
|
465
423
|
return _biReachCl["default"];
|
|
466
424
|
}
|
|
467
425
|
});
|
|
468
|
-
Object.defineProperty(exports, "TaBiShoppingCartCl", {
|
|
469
|
-
enumerable: true,
|
|
470
|
-
get: function get() {
|
|
471
|
-
return _biShoppingCartCl["default"];
|
|
472
|
-
}
|
|
473
|
-
});
|
|
474
|
-
Object.defineProperty(exports, "TaBiShortPlayCl", {
|
|
475
|
-
enumerable: true,
|
|
476
|
-
get: function get() {
|
|
477
|
-
return _biShortPlayCl["default"];
|
|
478
|
-
}
|
|
479
|
-
});
|
|
480
|
-
Object.defineProperty(exports, "TaBiSimulatedOperationCl", {
|
|
481
|
-
enumerable: true,
|
|
482
|
-
get: function get() {
|
|
483
|
-
return _biSimulatedOperationCl["default"];
|
|
484
|
-
}
|
|
485
|
-
});
|
|
486
|
-
Object.defineProperty(exports, "TaBiSlgGameCl", {
|
|
487
|
-
enumerable: true,
|
|
488
|
-
get: function get() {
|
|
489
|
-
return _biSlgGameCl["default"];
|
|
490
|
-
}
|
|
491
|
-
});
|
|
492
426
|
Object.defineProperty(exports, "TaBiSocialAnalysisCl", {
|
|
493
427
|
enumerable: true,
|
|
494
428
|
get: function get() {
|
|
495
429
|
return _biSocialAnalysisCl["default"];
|
|
496
430
|
}
|
|
497
431
|
});
|
|
498
|
-
Object.defineProperty(exports, "TaBiSocialApplicationCl", {
|
|
499
|
-
enumerable: true,
|
|
500
|
-
get: function get() {
|
|
501
|
-
return _biSocialApplicationCl["default"];
|
|
502
|
-
}
|
|
503
|
-
});
|
|
504
432
|
Object.defineProperty(exports, "TaBiStratificationCl", {
|
|
505
433
|
enumerable: true,
|
|
506
434
|
get: function get() {
|
|
@@ -981,6 +909,12 @@ Object.defineProperty(exports, "TaDag", {
|
|
|
981
909
|
return _DAG["default"];
|
|
982
910
|
}
|
|
983
911
|
});
|
|
912
|
+
Object.defineProperty(exports, "TaDanmaku", {
|
|
913
|
+
enumerable: true,
|
|
914
|
+
get: function get() {
|
|
915
|
+
return _danmaku["default"];
|
|
916
|
+
}
|
|
917
|
+
});
|
|
984
918
|
Object.defineProperty(exports, "TaDashboard", {
|
|
985
919
|
enumerable: true,
|
|
986
920
|
get: function get() {
|
|
@@ -3857,6 +3791,7 @@ var _arrowClose = _interopRequireDefault(require("./icons/arrow-close"));
|
|
|
3857
3791
|
var _translation = _interopRequireDefault(require("./icons/translation"));
|
|
3858
3792
|
var _manualVerification = _interopRequireDefault(require("./icons/manual-verification"));
|
|
3859
3793
|
var _heat = _interopRequireDefault(require("./icons/heat"));
|
|
3794
|
+
var _danmaku = _interopRequireDefault(require("./icons/danmaku"));
|
|
3860
3795
|
var _official = _interopRequireDefault(require("./icons/official"));
|
|
3861
3796
|
var _fontSize = _interopRequireDefault(require("./icons/font-size"));
|
|
3862
3797
|
var _fontBold = _interopRequireDefault(require("./icons/font-bold"));
|
|
@@ -4121,16 +4056,4 @@ var _biGameplayCl = _interopRequireDefault(require("./icons/bi-gameplay-cl"));
|
|
|
4121
4056
|
var _biPathAnalysisCl = _interopRequireDefault(require("./icons/bi-path-analysis-cl"));
|
|
4122
4057
|
var _biGroupCl = _interopRequireDefault(require("./icons/bi-group-cl"));
|
|
4123
4058
|
var _biCrowdCl = _interopRequireDefault(require("./icons/bi-crowd-cl"));
|
|
4124
|
-
var _biMmoGameCl = _interopRequireDefault(require("./icons/bi-mmo-game-cl"));
|
|
4125
|
-
var _biCardGameCl = _interopRequireDefault(require("./icons/bi-card-game-cl"));
|
|
4126
|
-
var _biSlgGameCl = _interopRequireDefault(require("./icons/bi-slg-game-cl"));
|
|
4127
|
-
var _biCasuaGameCl = _interopRequireDefault(require("./icons/bi-casua-game-cl"));
|
|
4128
|
-
var _biSimulatedOperationCl = _interopRequireDefault(require("./icons/bi-simulated-operation-cl"));
|
|
4129
|
-
var _biMiniGameCl = _interopRequireDefault(require("./icons/bi-mini-game-cl"));
|
|
4130
|
-
var _biSocialApplicationCl = _interopRequireDefault(require("./icons/bi-social-application-cl"));
|
|
4131
|
-
var _biAiApplicationCl = _interopRequireDefault(require("./icons/bi-ai-application-cl"));
|
|
4132
|
-
var _biShortPlayCl = _interopRequireDefault(require("./icons/bi-short-play-cl"));
|
|
4133
|
-
var _biNovelCl = _interopRequireDefault(require("./icons/bi-novel-cl"));
|
|
4134
|
-
var _biEducationCl = _interopRequireDefault(require("./icons/bi-education-cl"));
|
|
4135
|
-
var _biShoppingCartCl = _interopRequireDefault(require("./icons/bi-shopping-cart-cl"));
|
|
4136
4059
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|