@arco-iconbox/react-hiagent 0.2.49 → 0.2.51
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/IconMore/index.js +3 -2
- package/cjs/index.d.ts +0 -3
- package/cjs/index.js +1 -7
- package/dist/icon.min.js +1 -1
- package/esm/IconMore/index.js +3 -2
- package/esm/index.d.ts +0 -3
- package/esm/index.js +0 -3
- package/package.json +1 -1
- package/src/IconMore/index.tsx +1 -1
- package/src/index.ts +0 -3
- package/umd/IconMore/index.js +3 -2
- package/umd/index.d.ts +0 -3
- package/umd/index.js +2 -8
- package/cjs/IconMore2/index.d.ts +0 -4
- package/cjs/IconMore2/index.js +0 -59
- package/cjs/IconMore3/index.d.ts +0 -4
- package/cjs/IconMore3/index.js +0 -59
- package/cjs/IconMore4/index.d.ts +0 -4
- package/cjs/IconMore4/index.js +0 -60
- package/esm/IconMore2/index.d.ts +0 -4
- package/esm/IconMore2/index.js +0 -34
- package/esm/IconMore3/index.d.ts +0 -4
- package/esm/IconMore3/index.js +0 -34
- package/esm/IconMore4/index.d.ts +0 -4
- package/esm/IconMore4/index.js +0 -35
- package/src/IconMore2/index.tsx +0 -15
- package/src/IconMore3/index.tsx +0 -15
- package/src/IconMore4/index.tsx +0 -15
- package/umd/IconMore2/index.d.ts +0 -4
- package/umd/IconMore2/index.js +0 -69
- package/umd/IconMore3/index.d.ts +0 -4
- package/umd/IconMore3/index.js +0 -69
- package/umd/IconMore4/index.d.ts +0 -4
- package/umd/IconMore4/index.js +0 -70
package/cjs/IconMore/index.js
CHANGED
|
@@ -52,8 +52,9 @@ function IconMoreComponent(props, ref) {
|
|
|
52
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
53
|
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
54
|
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
-
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-more").concat(loadingKls, " ").concat(className), width: width, height: height,
|
|
56
|
-
react_1.default.createElement("path", {
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-more").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 24 24", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M19 12.5V11.5H20V12.5H19ZM11.5 12.5V11.5H12.5V12.5H11.5ZM4 12.5V11.5H5V12.5H4Z" }),
|
|
57
|
+
react_1.default.createElement("path", { d: "M19.1 12.5C19.0448 12.5 19 12.4552 19 12.4V11.6C19 11.5448 19.0448 11.5 19.1 11.5H19.9C19.9552 11.5 20 11.5448 20 11.6V12.4C20 12.4552 19.9552 12.5 19.9 12.5H19.1ZM11.6 12.5C11.5448 12.5 11.5 12.4552 11.5 12.4V11.6C11.5 11.5448 11.5448 11.5 11.6 11.5H12.4C12.4552 11.5 12.5 11.5448 12.5 11.6V12.4C12.5 12.4552 12.4552 12.5 12.4 12.5H11.6ZM4.1 12.5C4.04477 12.5 4 12.4552 4 12.4V11.6C4 11.5448 4.04477 11.5 4.1 11.5H4.9C4.95523 11.5 5 11.5448 5 11.6V12.4C5 12.4552 4.95523 12.5 4.9 12.5H4.1Z", stroke: "#000", strokeWidth: "2" }));
|
|
57
58
|
}
|
|
58
59
|
var IconMore = react_1.default.forwardRef(IconMoreComponent);
|
|
59
60
|
exports.default = IconMore;
|
package/cjs/index.d.ts
CHANGED
|
@@ -792,7 +792,4 @@ export { default as IconTreeTerminologySearch } from './IconTreeTerminologySearc
|
|
|
792
792
|
export { default as IconKnowledgeChartTable } from './IconKnowledgeChartTable';
|
|
793
793
|
export { default as IconKnowledgeDataSynchronization } from './IconKnowledgeDataSynchronization';
|
|
794
794
|
export { default as IconMore } from './IconMore';
|
|
795
|
-
export { default as IconMore2 } from './IconMore2';
|
|
796
|
-
export { default as IconMore3 } from './IconMore3';
|
|
797
|
-
export { default as IconMore4 } from './IconMore4';
|
|
798
795
|
export * from './type';
|
package/cjs/index.js
CHANGED
|
@@ -32,7 +32,7 @@ exports.IconImage2image = exports.IconFirstFrame = exports.IconPromptCreateCopy
|
|
|
32
32
|
exports.IconAgentThinkingLanguage = exports.IconJapanese = exports.IconLock1 = exports.IconTreeModelVideoGenerationCanc = exports.IconTreeModelVideoGenerationComp = exports.IconTreeModelVideoGeneration = exports.IconOpen = exports.IconInstallationPackage = exports.IconRocket = exports.IconMemoryEmbedding = exports.IconAgentFeedbackIgnore = exports.IconTreeModelImageGeneration = exports.IconSystemCodePackage = exports.IconSystemNetworkControl = exports.IconSystemVoice = exports.IconSystemTimeout = exports.IconSystemAnnouncement = exports.IconSystemLimitations = exports.IconAgentFileConfiguration = exports.IconAudio = exports.IconVideo = exports.IconAgentFileSettings = exports.IconAgentFilesSettings = exports.IconImageEmbedding = exports.IconWorkflowImageGeneration = exports.IconBasicList = exports.IconTable = exports.IconTime = exports.IconWorkflow169 = exports.IconWorkflowFreedom = exports.IconWorkflow32 = exports.IconWorkflow219 = exports.IconWorkflow34 = exports.IconWorkflow11 = exports.IconWorkflow43 = exports.IconWorkflow23 = exports.IconWorkflow916 = exports.IconWorkflow32500 = exports.IconWorkflow219500 = exports.IconWorkflow34500 = exports.IconWorkflow23500 = exports.IconWorkflow43500 = exports.IconWorkflow916500 = exports.IconWorkflow169500 = exports.IconWorkflow11500 = exports.IconWorkflowFreedom500 = exports.IconTreeTrigger = exports.IconKnowledgeFluctuation = exports.IconWorkflowConditions = exports.IconHead2tailFrame = void 0;
|
|
33
33
|
exports.IconModelService = exports.IconMenuPluginCenter = exports.IconMenuKnowledge = exports.IconTabelNodata = exports.IconImportMusic = exports.IconFastForward30 = exports.IconReturnNow15 = exports.IconVideoNext = exports.IconVideoPlay = exports.IconPrevious = exports.IconPause = exports.IconLowVolume = exports.IconSilence = exports.IconLoudVolume = exports.IconFull = exports.IconShrink = exports.IconPiplconExit = exports.IconPiplcon = exports.IconPieChartNodata = exports.IconLineGraphNodata = exports.IconHorizontalBarChartNodata = exports.IconVerticalBarChartNodata = exports.IconProcessEvaluation = exports.IconModelVoice = exports.IconSpeech2text = exports.IconMultiTimbre = exports.IconMultiLanguage = exports.IconText2speech = exports.IconFirstTokensCost = exports.IconNodeSuccessfullyInvoked = exports.IconFirstCharacterReplyTakesTime = exports.IconNodeInvocation = exports.IconSingleDialogueTimeConsuming = exports.IconNodeTimeConsumption = exports.IconTokenConsumption = exports.IconUploadingLarkbitable = exports.IconVideoRewind10s = exports.IconVideoFastForward10s = exports.IconAudioPlay = exports.IconAudioCycle = exports.IconAudioPause = exports.IconRemoveColor = exports.IconWorkflowVidMatching = exports.IconKnowledgePic = exports.IconRegionFolding = exports.IconSimilarityQuestion = exports.IconDataTransform = exports.IconPluginLocal = exports.IconPluginRemote = exports.IconPluginCloudDeployment = void 0;
|
|
34
34
|
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.IconTouchpadMouseWorkflow = exports.IconTouchpadModeWorkflow = 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 = exports.IconObservationIntegration = exports.IconModelOptimization = exports.IconComputingManagement = exports.IconMenuObservation = exports.IconMenuAgentCenter = exports.IconMenuEvaluation = exports.IconMenuTask = void 0;
|
|
35
|
-
exports.
|
|
35
|
+
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 = exports.IconCalendarClock = exports.IconCloseCircle = exports.IconCopy = exports.IconLaunch = exports.IconMenu = exports.IconMessage = exports.IconDataProduction = exports.IconTransform1 = exports.IconAgentChatStop = void 0;
|
|
36
36
|
var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
|
|
37
37
|
Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
|
|
38
38
|
var IconAgentNodata_1 = require("./IconAgentNodata");
|
|
@@ -1621,10 +1621,4 @@ var IconKnowledgeDataSynchronization_1 = require("./IconKnowledgeDataSynchroniza
|
|
|
1621
1621
|
Object.defineProperty(exports, "IconKnowledgeDataSynchronization", { enumerable: true, get: function () { return __importDefault(IconKnowledgeDataSynchronization_1).default; } });
|
|
1622
1622
|
var IconMore_1 = require("./IconMore");
|
|
1623
1623
|
Object.defineProperty(exports, "IconMore", { enumerable: true, get: function () { return __importDefault(IconMore_1).default; } });
|
|
1624
|
-
var IconMore2_1 = require("./IconMore2");
|
|
1625
|
-
Object.defineProperty(exports, "IconMore2", { enumerable: true, get: function () { return __importDefault(IconMore2_1).default; } });
|
|
1626
|
-
var IconMore3_1 = require("./IconMore3");
|
|
1627
|
-
Object.defineProperty(exports, "IconMore3", { enumerable: true, get: function () { return __importDefault(IconMore3_1).default; } });
|
|
1628
|
-
var IconMore4_1 = require("./IconMore4");
|
|
1629
|
-
Object.defineProperty(exports, "IconMore4", { enumerable: true, get: function () { return __importDefault(IconMore4_1).default; } });
|
|
1630
1624
|
__exportStar(require("./type"), exports);
|