@arco-iconbox/react-hiagent 0.2.85 → 0.2.87

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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconExtractText: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconExtractText;
@@ -0,0 +1,60 @@
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 IconExtractTextComponent(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 ? false : _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-extract-text").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 16 16" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#E4F3FC', d: "M0 5a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v6a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V5Z" }),
57
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#24758E', d: "M8.74 12H7.26V5.382H3.5V4h9v1.382H8.74V12Z" }));
58
+ }
59
+ var IconExtractText = react_1.default.forwardRef(IconExtractTextComponent);
60
+ exports.default = IconExtractText;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { OriginIconProps } from '../type';
3
+ declare const IconJSONFormat: React.ForwardRefExoticComponent<Omit<OriginIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
4
+ export default IconJSONFormat;
@@ -0,0 +1,60 @@
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 IconJSONFormatComponent(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 ? false : _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-JSON-format").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 16 16" }, rest, { ref: ref }),
56
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#ECEDED', d: "M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" }),
57
+ react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#676B72', d: "M10.287 3.6c.65 0 1.16.122 1.504.388.355.273.512.756.512 1.402v.99c0 .283.033.49.091.627a.496.496 0 0 0 .274.278v.001c.132.058.333.094.61.1l.122.002V8.61l-.124.004c-.269.006-.466.04-.6.096a.52.52 0 0 0-.278.276l-.002.005-.036.102-.002.007c-.035.128-.055.3-.055.52v.99c0 .646-.158 1.128-.512 1.402-.344.266-.853.388-1.504.388h-.45v-1.098h.42c.251 0 .414-.052.514-.134l.006-.006.029-.027.004-.005c.098-.11.164-.327.164-.687V9.51c0-.397.062-.729.198-.984l.063-.103c.094-.137.21-.25.349-.338l.13-.084-.13-.084a1.206 1.206 0 0 1-.275-.241l-.073-.097-.063-.104c-.135-.255-.198-.586-.198-.983v-.934c0-.36-.067-.578-.165-.687l-.04-.038c-.1-.082-.263-.133-.513-.133h-.42V3.6h.45Zm-4.124 0v1.1h-.42c-.25 0-.413.05-.514.133l-.039.037c-.098.109-.165.326-.165.687v.934c0 .347-.048.645-.151.884l-.048.099-.062.105c-.09.133-.209.248-.348.337L4.284 8l.132.084a1.2 1.2 0 0 1 .345.332v.001l.065.108v.001c.136.255.2.586.2.983v.934c0 .36.066.578.164.687l.004.005.029.027.006.005c.1.083.263.135.514.135h.42V12.4h-.45c-.65 0-1.16-.122-1.504-.388-.355-.273-.512-.755-.512-1.402v-.99c0-.22-.02-.391-.055-.52l-.002-.006-.036-.103-.002-.004-.047-.089a.501.501 0 0 0-.23-.187V8.71l-.113-.037a2.1 2.1 0 0 0-.488-.059L2.6 8.61V7.388l.123-.002c.276-.006.476-.043.608-.1a.493.493 0 0 0 .272-.276h.001c.06-.138.093-.346.093-.63v-.99c0-.646.157-1.128.511-1.402.345-.266.854-.388 1.505-.388h.45Zm-.726 7.561Zm-.145-.071Zm5.488-.097Zm-5.577-.034Zm5.62-.078Zm-5.686-.202Zm-.024-1.463v-.001Zm-2.055-.474Zm9.656.06Zm-1.68-.216c-.026.058-.046.12-.065.184.007-.024.013-.048.021-.07l.043-.114Zm1.795.18c.022-.006.046-.01.07-.015l-.07.015Zm-8.151-.93A1.317 1.317 0 0 1 4.47 8c.074.048.144.102.207.163h-.001A1.327 1.327 0 0 0 4.47 8a1.33 1.33 0 0 0 .208-.164Zm6.744.24Zm-6.456-.662-.051.107c.023-.044.042-.09.062-.136l-.011.03Zm5.959-.358v-.001Zm1.562-.085Zm-.039-.121Zm-.04-.277ZM5.266 4.937Zm.079-.06Zm.217-.066Zm5.196-1.288Z" }));
58
+ }
59
+ var IconJSONFormat = react_1.default.forwardRef(IconJSONFormatComponent);
60
+ exports.default = IconJSONFormat;
package/cjs/index.d.ts CHANGED
@@ -848,4 +848,6 @@ export { default as IconAnnotation } from './IconAnnotation';
848
848
  export { default as IconLastRun } from './IconLastRun';
849
849
  export { default as IconOperatingHistory } from './IconOperatingHistory';
850
850
  export { default as IconSchema } from './IconSchema';
851
+ export { default as IconExtractText } from './IconExtractText';
852
+ export { default as IconJSONFormat } from './IconJSONFormat';
851
853
  export * from './type';
package/cjs/index.js CHANGED
@@ -34,6 +34,7 @@ exports.IconObservationIntegration = exports.IconModelOptimization = exports.Ico
34
34
  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 = exports.IconDataProcessing1 = exports.IconModelExperienceCenter = void 0;
35
35
  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 = exports.IconThumbUp = exports.IconArrowDown = void 0;
36
36
  exports.IconSchema = exports.IconOperatingHistory = exports.IconLastRun = exports.IconAnnotation = exports.IconNextStep = exports.IconLastStep = exports.IconOptimizeLayout = exports.IconTouchpadMouseWorkflow = exports.IconTouchpadModeWorkflow = exports.IconBuildCommunity = exports.IconWorkflowCondition = exports.IconLLM = 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 = exports.IconMermaidFull = exports.IconSafeTag = void 0;
37
+ exports.IconJSONFormat = exports.IconExtractText = void 0;
37
38
  var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
38
39
  Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
39
40
  var IconAgentNodata_1 = require("./IconAgentNodata");
@@ -1734,4 +1735,8 @@ var IconOperatingHistory_1 = require("./IconOperatingHistory");
1734
1735
  Object.defineProperty(exports, "IconOperatingHistory", { enumerable: true, get: function () { return __importDefault(IconOperatingHistory_1).default; } });
1735
1736
  var IconSchema_1 = require("./IconSchema");
1736
1737
  Object.defineProperty(exports, "IconSchema", { enumerable: true, get: function () { return __importDefault(IconSchema_1).default; } });
1738
+ var IconExtractText_1 = require("./IconExtractText");
1739
+ Object.defineProperty(exports, "IconExtractText", { enumerable: true, get: function () { return __importDefault(IconExtractText_1).default; } });
1740
+ var IconJSONFormat_1 = require("./IconJSONFormat");
1741
+ Object.defineProperty(exports, "IconJSONFormat", { enumerable: true, get: function () { return __importDefault(IconJSONFormat_1).default; } });
1737
1742
  __exportStar(require("./type"), exports);