@arco-iconbox/react-hiagent 0.3.9 → 0.3.10
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/cjs/IconAlertAI/index.d.ts +4 -0
- package/cjs/IconAlertAI/index.js +59 -0
- package/cjs/IconTraceAI/index.d.ts +4 -0
- package/cjs/IconTraceAI/index.js +59 -0
- package/cjs/index.d.ts +2 -0
- package/cjs/index.js +5 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconAlertAI/index.d.ts +4 -0
- package/esm/IconAlertAI/index.js +34 -0
- package/esm/IconTraceAI/index.d.ts +4 -0
- package/esm/IconTraceAI/index.js +34 -0
- package/esm/index.d.ts +2 -0
- package/esm/index.js +2 -0
- package/package.json +1 -1
- package/src/IconAlertAI/index.tsx +15 -0
- package/src/IconTraceAI/index.tsx +15 -0
- package/src/index.ts +2 -0
- package/umd/IconAlertAI/index.d.ts +4 -0
- package/umd/IconAlertAI/index.js +69 -0
- package/umd/IconTraceAI/index.d.ts +4 -0
- package/umd/IconTraceAI/index.js +69 -0
- package/umd/index.d.ts +2 -0
- package/umd/index.js +6 -2
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconAlertAIComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-AlertAI").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M9.667 13.333c.184 0 .333.15.333.334v.666a.334.334 0 0 1-.333.334H6.333A.334.334 0 0 1 6 14.333v-.666c0-.184.15-.334.333-.334h3.334ZM9 1c.184 0 .333.15.333.333v.507c.254.067.39.109.559.184a.24.24 0 0 1 .093.36l-.5.71a.261.261 0 0 1-.295.094A3.846 3.846 0 0 0 8 3C5.791 3 4 4.869 4 7.174V11h8V8.35a.25.25 0 0 1 .25-.25h.833a.25.25 0 0 1 .25.25V11h1c.184 0 .334.15.334.333V12c0 .184-.15.333-.334.333H1.667A.334.334 0 0 1 1.333 12v-.667c0-.184.15-.333.334-.333h1V7.172c0-2.565 1.7-4.721 4-5.332v-.507c0-.184.15-.333.333-.333h2Zm.161 3.518c.098-.378.635-.38.735-.002l.098.376c.14.528.553.94 1.081 1.08l.375.1c.378.099.377.636-.002.734l-.368.095a1.519 1.519 0 0 0-1.088 1.082l-.096.368c-.1.378-.637.376-.735-.002l-.093-.36a1.518 1.518 0 0 0-1.09-1.09l-.36-.093c-.379-.099-.38-.635-.002-.735l.367-.096a1.52 1.52 0 0 0 1.083-1.088l.095-.37Zm3.557-2.302c.074-.287.48-.288.557-.002l.075.284c.106.4.418.714.818.82l.284.075c.287.075.286.482 0 .556l-.28.072a1.15 1.15 0 0 0-.824.82l-.073.278c-.076.286-.482.285-.557 0l-.07-.274a1.151 1.151 0 0 0-.826-.825l-.273-.07c-.286-.075-.288-.482-.002-.557l.278-.074c.403-.106.716-.421.82-.824l.073-.28Z" }));
|
|
57
|
+
}
|
|
58
|
+
var IconAlertAI = react_1.default.forwardRef(IconAlertAIComponent);
|
|
59
|
+
exports.default = IconAlertAI;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconTraceAIComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-TraceAI").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M3.5 6.333c.368 0 .667.299.667.667v.667H6c.184 0 .333.149.333.333v.667A.333.333 0 0 1 6 9H4.167v3.083c0 .194.04.37.102.493l.023.044.023.034.01.013H6c.184 0 .333.149.333.333v.667A.333.333 0 0 1 6 14H4.262c-.854 0-1.399-.858-1.427-1.837l-.002-.08V7c0-.368.299-.667.667-.667Zm10.848 6.334c.176 0 .319.149.319.333v.666a.327.327 0 0 1-.32.334H7.653a.327.327 0 0 1-.319-.334V13c0-.184.143-.333.32-.333h6.695Zm0-5c.176 0 .319.149.319.333v.666a.327.327 0 0 1-.32.334H7.653a.327.327 0 0 1-.319-.334V8c0-.184.143-.333.32-.333h6.695ZM3.105 1.469c.104-.402.673-.403.779-.002l.103.388a1.61 1.61 0 0 0 1.154 1.149l.39.101c.402.104.403.673.002.779l-.397.105c-.56.148-.999.586-1.147 1.147l-.105.397c-.106.401-.675.4-.778-.002l-.102-.39a1.61 1.61 0 0 0-1.149-1.154l-.388-.103c-.401-.106-.4-.675.002-.779l.382-.1a1.61 1.61 0 0 0 1.155-1.154l.1-.382Zm11.243 1.198c.176 0 .319.149.319.333v.667a.327.327 0 0 1-.32.333H7.653a.327.327 0 0 1-.319-.333V3c0-.184.143-.333.32-.333h6.695Z" }));
|
|
57
|
+
}
|
|
58
|
+
var IconTraceAI = react_1.default.forwardRef(IconTraceAIComponent);
|
|
59
|
+
exports.default = IconTraceAI;
|
package/cjs/index.d.ts
CHANGED
|
@@ -870,4 +870,6 @@ export { default as IconDiamond } from './IconDiamond';
|
|
|
870
870
|
export { default as IconXMind } from './IconXMind';
|
|
871
871
|
export { default as IconLog } from './IconLog';
|
|
872
872
|
export { default as IconInferenceEngine } from './IconInferenceEngine';
|
|
873
|
+
export { default as IconAlertAI } from './IconAlertAI';
|
|
874
|
+
export { default as IconTraceAI } from './IconTraceAI';
|
|
873
875
|
export * from './type';
|
package/cjs/index.js
CHANGED
|
@@ -34,7 +34,7 @@ exports.IconDataProcessing1 = exports.IconModelExperienceCenter = exports.IconOb
|
|
|
34
34
|
exports.IconThumbUp = exports.IconArrowDown = exports.IconCalendarClock = exports.IconCloseCircle = exports.IconCopy = exports.IconLaunch = exports.IconMenu = exports.IconMessage = exports.IconDataProduction = exports.IconTransform1 = exports.IconAgentChatStop = exports.IconDebugging = exports.IconResultEvaluation = exports.IconTraceText = exports.IconTraceRaw = exports.IconAgentpro = exports.IconAgentproStop = exports.IconTaskDone = exports.IconArtifactsBrowse = exports.IconAgentproReportDownload = exports.IconArtifactsCode = exports.IconAgentproFileList = exports.IconArtifactsKnowledge = exports.IconAgentproConfiguration = exports.IconArtifactsOther = exports.IconArtifactsShell = exports.IconArtifactsSearch = exports.IconArtifactsFile = exports.IconArtifactsPic = exports.IconVideoAgentKnowledge = exports.IconSpeaker = exports.IconExperienceCenter = exports.IconLinkArrowSmall = exports.IconSavedConditions = exports.IconSaveButton = exports.IconText2video1 = exports.IconVolume = exports.IconFullscreen = exports.IconVideoTag = exports.IconMoonshot = exports.IconBGE = exports.IconQwen = exports.IconGPT35 = exports.IconGPT4 = exports.IconDoubao = exports.IconGoogleGemini = exports.IconDeepseek = exports.IconAWS = exports.IconClaude = exports.IconReleaseManagement = void 0;
|
|
35
35
|
exports.IconMermaidFull = exports.IconSafeTag = exports.IconEvalOnline = exports.IconEvalOffline = exports.IconUserLine = exports.IconAdministratorLine = exports.IconMultimodalLoading = exports.IconTextProcessing = exports.IconSankeyDiagram = exports.IconTerminology = exports.IconAgentproFollow = exports.IconUploadFile = exports.IconUploadRadio = exports.IconKnowledgeBoard = exports.IconIndicatorMonitoring = exports.IconLoading2 = exports.IconQAExtract = exports.IconMore = exports.IconKnowledgeDataSynchronization = exports.IconKnowledgeChartTable = exports.IconTreeTerminologySearch = exports.IconTreeQASearch = exports.IconWorkflowKnowledgeRetrieval = exports.IconCompletedComparison = exports.IconPDSeparation = exports.IconRise2 = exports.IconComparison = exports.IconDecline2 = exports.IconAutomaticOptimization = exports.IconPromptWordTemplate = exports.IconGeneratedDocument = exports.IconTreeObject = exports.IconTreeRules = exports.IconDiagramCracking2 = exports.IconTaskCompleted = exports.IconFullscreenExit = exports.IconEmpty = exports.IconTag = exports.IconRotateLeft = exports.IconWorkflowChecklist = exports.IconDataInsight = exports.IconMenuIndicators = exports.IconMenuEvaluationSet = exports.IconDataOnlineTagging = exports.IconMenuHiagent = exports.IconModelGallery = exports.IconThumbDown = exports.IconZoomOut = exports.IconZoomIn = exports.IconMinusCircle = void 0;
|
|
36
36
|
exports.IconAddFolder2 = exports.IconJSONFormat = exports.IconExtractText = exports.IconSchema = exports.IconOperatingHistory = exports.IconLastRun = exports.IconAnnotation = exports.IconNextStep = exports.IconLastStep = exports.IconOptimizeLayout = exports.IconTouchpadMouseWorkflow = exports.IconTouchpadModeWorkflow = exports.IconBuildCommunity = exports.IconWorkflowCondition = exports.IconWorkflowCode = exports.IconModelTraining = exports.IconBasicDatabase = exports.IconGraphTriplet = exports.IconGraphFoldingPanel = exports.IconGraphLWindow = exports.IconGraphNode = exports.IconGraphThumbnail = exports.IconGraphSchema = exports.IconGraphConsolidatedEntity = exports.IconGraphSWindow = exports.IconReport2 = exports.IconIntelligentSynthesis = exports.IconBailian = exports.IconVolcengine = exports.IconOpenai = exports.IconServiceRouting = exports.IconNewWindow1 = exports.IconSpecifiedResource = exports.IconSelfBuiltResources = exports.IconNewNoService = exports.IconNewNoData = exports.IconNewGeneralDefault = exports.IconTabelNodata = exports.IconMermaidClose = exports.IconSkills = exports.IconTimeout = exports.IconGuarantee = exports.IconVoicecallCancel = exports.IconVoicecallConfirm = exports.IconAddAgentEval = exports.IconMermaidScale = exports.IconMermaidCopy = exports.IconMermaidShrink = exports.IconMermaidMagnify = exports.IconMermaidDownload = void 0;
|
|
37
|
-
exports.IconInferenceEngine = exports.IconLog = exports.IconXMind = exports.IconDiamond = exports.IconA2A = exports.IconAiGenerateVariationSpark = exports.IconAiSummary = exports.IconGenerating = exports.IconTrajectoryQa = exports.IconWeworkBot = exports.IconTrajectory = exports.IconWorkflowGraph = exports.IconKit = exports.IconRuntimeConfiguration = exports.IconEnVariable = exports.IconYAML = exports.IconJinja = exports.IconScale = exports.IconLLM = exports.IconSkillCenter = exports.IconSkills2 = exports.IconCreateFile2 = void 0;
|
|
37
|
+
exports.IconTraceAI = exports.IconAlertAI = exports.IconInferenceEngine = exports.IconLog = exports.IconXMind = exports.IconDiamond = exports.IconA2A = exports.IconAiGenerateVariationSpark = exports.IconAiSummary = exports.IconGenerating = exports.IconTrajectoryQa = exports.IconWeworkBot = exports.IconTrajectory = exports.IconWorkflowGraph = exports.IconKit = exports.IconRuntimeConfiguration = exports.IconEnVariable = exports.IconYAML = exports.IconJinja = exports.IconScale = exports.IconLLM = exports.IconSkillCenter = exports.IconSkills2 = exports.IconCreateFile2 = void 0;
|
|
38
38
|
var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
|
|
39
39
|
Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
|
|
40
40
|
var IconAgentNodata_1 = require("./IconAgentNodata");
|
|
@@ -1779,4 +1779,8 @@ var IconLog_1 = require("./IconLog");
|
|
|
1779
1779
|
Object.defineProperty(exports, "IconLog", { enumerable: true, get: function () { return __importDefault(IconLog_1).default; } });
|
|
1780
1780
|
var IconInferenceEngine_1 = require("./IconInferenceEngine");
|
|
1781
1781
|
Object.defineProperty(exports, "IconInferenceEngine", { enumerable: true, get: function () { return __importDefault(IconInferenceEngine_1).default; } });
|
|
1782
|
+
var IconAlertAI_1 = require("./IconAlertAI");
|
|
1783
|
+
Object.defineProperty(exports, "IconAlertAI", { enumerable: true, get: function () { return __importDefault(IconAlertAI_1).default; } });
|
|
1784
|
+
var IconTraceAI_1 = require("./IconTraceAI");
|
|
1785
|
+
Object.defineProperty(exports, "IconTraceAI", { enumerable: true, get: function () { return __importDefault(IconTraceAI_1).default; } });
|
|
1782
1786
|
__exportStar(require("./type"), exports);
|