@arco-iconbox/react-hiagent 0.0.4 → 0.0.6
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/IconAnnotation/index.d.ts +4 -0
- package/cjs/IconAnnotation/index.js +63 -0
- package/cjs/IconConfiguration/index.d.ts +4 -0
- package/cjs/IconConfiguration/index.js +60 -0
- package/cjs/IconDataTableBlock/index.d.ts +4 -0
- package/cjs/IconDataTableBlock/index.js +59 -0
- package/cjs/IconDeleteLine/index.d.ts +4 -0
- package/cjs/IconDeleteLine/index.js +59 -0
- package/cjs/IconImportDefault/index.d.ts +4 -0
- package/cjs/IconImportDefault/index.js +59 -0
- package/cjs/IconMenuAgent/index.d.ts +4 -0
- package/cjs/IconMenuAgent/index.js +60 -0
- package/cjs/IconMenuAgentCenter/index.d.ts +4 -0
- package/cjs/IconMenuAgentCenter/index.js +59 -0
- package/cjs/IconMenuConversation/index.d.ts +4 -0
- package/cjs/IconMenuConversation/index.js +59 -0
- package/cjs/IconMenuDatabase/index.d.ts +4 -0
- package/cjs/IconMenuDatabase/index.js +59 -0
- package/cjs/IconMenuEvaluation/index.d.ts +4 -0
- package/cjs/IconMenuEvaluation/index.js +59 -0
- package/cjs/IconMenuEvaluationSet/index.d.ts +4 -0
- package/cjs/IconMenuEvaluationSet/index.js +59 -0
- package/cjs/IconMenuHiagent/index.d.ts +4 -0
- package/cjs/IconMenuHiagent/index.js +59 -0
- package/cjs/IconMenuIndicators/index.d.ts +4 -0
- package/cjs/IconMenuIndicators/index.js +59 -0
- package/cjs/IconMenuKnowledge/index.d.ts +4 -0
- package/cjs/IconMenuKnowledge/index.js +60 -0
- package/cjs/IconMenuObservation/index.d.ts +4 -0
- package/cjs/IconMenuObservation/index.js +59 -0
- package/cjs/IconMenuPlugin/index.d.ts +4 -0
- package/cjs/IconMenuPlugin/index.js +59 -0
- package/cjs/IconMenuPluginCenter/index.d.ts +4 -0
- package/cjs/IconMenuPluginCenter/index.js +60 -0
- package/cjs/IconMenuPrompt/index.d.ts +4 -0
- package/cjs/IconMenuPrompt/index.js +59 -0
- package/cjs/IconMenuTask/index.d.ts +4 -0
- package/cjs/IconMenuTask/index.js +59 -0
- package/cjs/IconMenuWorkflow/index.d.ts +4 -0
- package/cjs/IconMenuWorkflow/index.js +59 -0
- package/cjs/IconMergePd/index.d.ts +4 -0
- package/cjs/IconMergePd/index.js +59 -0
- package/cjs/IconPreview/index.d.ts +4 -0
- package/cjs/IconPreview/index.js +59 -0
- package/cjs/IconRecording/index.d.ts +4 -0
- package/cjs/IconRecording/index.js +59 -0
- package/cjs/IconShortcutInstructions/index.d.ts +4 -0
- package/cjs/IconShortcutInstructions/index.js +59 -0
- package/cjs/IconUndeliver/index.d.ts +4 -0
- package/cjs/IconUndeliver/index.js +64 -0
- package/cjs/IconUploadActive/index.js +7 -13
- package/cjs/IconUploadDefaut/index.js +7 -13
- package/cjs/IconUploadFile/index.js +2 -3
- package/cjs/IconUploadFiles/index.d.ts +4 -0
- package/cjs/IconUploadFiles/index.js +59 -0
- package/cjs/IconVoiceai/index.d.ts +4 -0
- package/cjs/IconVoiceai/index.js +59 -0
- package/cjs/IconZip/index.d.ts +4 -0
- package/cjs/IconZip/index.js +69 -0
- package/cjs/index.d.ts +31 -3
- package/cjs/index.js +69 -12
- package/dist/icon.min.js +1 -1
- package/esm/IconAnnotation/index.d.ts +4 -0
- package/esm/IconAnnotation/index.js +38 -0
- package/esm/IconConfiguration/index.d.ts +4 -0
- package/esm/IconConfiguration/index.js +35 -0
- package/esm/IconDataTableBlock/index.d.ts +4 -0
- package/esm/IconDataTableBlock/index.js +34 -0
- package/esm/IconDeleteLine/index.d.ts +4 -0
- package/esm/IconDeleteLine/index.js +34 -0
- package/esm/IconImportDefault/index.d.ts +4 -0
- package/esm/IconImportDefault/index.js +34 -0
- package/esm/IconMenuAgent/index.d.ts +4 -0
- package/esm/IconMenuAgent/index.js +35 -0
- package/esm/IconMenuAgentCenter/index.d.ts +4 -0
- package/esm/IconMenuAgentCenter/index.js +34 -0
- package/esm/IconMenuConversation/index.d.ts +4 -0
- package/esm/IconMenuConversation/index.js +34 -0
- package/esm/IconMenuDatabase/index.d.ts +4 -0
- package/esm/IconMenuDatabase/index.js +34 -0
- package/esm/IconMenuEvaluation/index.d.ts +4 -0
- package/esm/IconMenuEvaluation/index.js +34 -0
- package/esm/IconMenuEvaluationSet/index.d.ts +4 -0
- package/esm/IconMenuEvaluationSet/index.js +34 -0
- package/esm/IconMenuHiagent/index.d.ts +4 -0
- package/esm/IconMenuHiagent/index.js +34 -0
- package/esm/IconMenuIndicators/index.d.ts +4 -0
- package/esm/IconMenuIndicators/index.js +34 -0
- package/esm/IconMenuKnowledge/index.d.ts +4 -0
- package/esm/IconMenuKnowledge/index.js +35 -0
- package/esm/IconMenuObservation/index.d.ts +4 -0
- package/esm/IconMenuObservation/index.js +34 -0
- package/esm/IconMenuPlugin/index.d.ts +4 -0
- package/esm/IconMenuPlugin/index.js +34 -0
- package/esm/IconMenuPluginCenter/index.d.ts +4 -0
- package/esm/IconMenuPluginCenter/index.js +35 -0
- package/esm/IconMenuPrompt/index.d.ts +4 -0
- package/esm/IconMenuPrompt/index.js +34 -0
- package/esm/IconMenuTask/index.d.ts +4 -0
- package/esm/IconMenuTask/index.js +34 -0
- package/esm/IconMenuWorkflow/index.d.ts +4 -0
- package/esm/IconMenuWorkflow/index.js +34 -0
- package/esm/IconMergePd/index.d.ts +4 -0
- package/esm/IconMergePd/index.js +34 -0
- package/esm/IconPreview/index.d.ts +4 -0
- package/esm/IconPreview/index.js +34 -0
- package/esm/IconRecording/index.d.ts +4 -0
- package/esm/IconRecording/index.js +34 -0
- package/esm/IconShortcutInstructions/index.d.ts +4 -0
- package/esm/IconShortcutInstructions/index.js +34 -0
- package/esm/IconUndeliver/index.d.ts +4 -0
- package/esm/IconUndeliver/index.js +39 -0
- package/esm/IconUploadActive/index.js +7 -13
- package/esm/IconUploadDefaut/index.js +7 -13
- package/esm/IconUploadFile/index.js +2 -3
- package/esm/IconUploadFiles/index.d.ts +4 -0
- package/esm/IconUploadFiles/index.js +34 -0
- package/esm/IconVoiceai/index.d.ts +4 -0
- package/esm/IconVoiceai/index.js +34 -0
- package/esm/IconZip/index.d.ts +4 -0
- package/esm/IconZip/index.js +44 -0
- package/esm/index.d.ts +31 -3
- package/esm/index.js +31 -3
- package/package.json +1 -1
- package/src/IconAnnotation/index.tsx +15 -0
- package/src/IconConfiguration/index.tsx +15 -0
- package/src/IconDataTableBlock/index.tsx +15 -0
- package/src/IconDeleteLine/index.tsx +15 -0
- package/src/IconImportDefault/index.tsx +15 -0
- package/src/IconMenuAgent/index.tsx +15 -0
- package/src/IconMenuAgentCenter/index.tsx +15 -0
- package/src/IconMenuConversation/index.tsx +15 -0
- package/src/IconMenuDatabase/index.tsx +15 -0
- package/src/IconMenuEvaluation/index.tsx +15 -0
- package/src/IconMenuEvaluationSet/index.tsx +15 -0
- package/src/IconMenuHiagent/index.tsx +15 -0
- package/src/IconMenuIndicators/index.tsx +15 -0
- package/src/IconMenuKnowledge/index.tsx +15 -0
- package/src/IconMenuObservation/index.tsx +15 -0
- package/src/IconMenuPlugin/index.tsx +15 -0
- package/src/IconMenuPluginCenter/index.tsx +15 -0
- package/src/IconMenuPrompt/index.tsx +15 -0
- package/src/IconMenuTask/index.tsx +15 -0
- package/src/IconMenuWorkflow/index.tsx +15 -0
- package/src/IconMergePd/index.tsx +15 -0
- package/src/IconPreview/index.tsx +15 -0
- package/src/IconRecording/index.tsx +15 -0
- package/src/IconShortcutInstructions/index.tsx +15 -0
- package/src/IconUndeliver/index.tsx +15 -0
- package/src/IconUploadActive/index.tsx +1 -1
- package/src/IconUploadDefaut/index.tsx +1 -1
- package/src/IconUploadFile/index.tsx +1 -1
- package/src/IconUploadFiles/index.tsx +15 -0
- package/src/IconVoiceai/index.tsx +15 -0
- package/src/IconZip/index.tsx +15 -0
- package/src/index.ts +31 -3
- package/umd/IconAnnotation/index.d.ts +4 -0
- package/umd/IconAnnotation/index.js +73 -0
- package/umd/IconConfiguration/index.d.ts +4 -0
- package/umd/IconConfiguration/index.js +70 -0
- package/umd/IconDataTableBlock/index.d.ts +4 -0
- package/umd/IconDataTableBlock/index.js +69 -0
- package/umd/IconDeleteLine/index.d.ts +4 -0
- package/umd/IconDeleteLine/index.js +69 -0
- package/umd/IconImportDefault/index.d.ts +4 -0
- package/umd/IconImportDefault/index.js +69 -0
- package/umd/IconMenuAgent/index.d.ts +4 -0
- package/umd/IconMenuAgent/index.js +70 -0
- package/umd/IconMenuAgentCenter/index.d.ts +4 -0
- package/umd/IconMenuAgentCenter/index.js +69 -0
- package/umd/IconMenuConversation/index.d.ts +4 -0
- package/umd/IconMenuConversation/index.js +69 -0
- package/umd/IconMenuDatabase/index.d.ts +4 -0
- package/umd/IconMenuDatabase/index.js +69 -0
- package/umd/IconMenuEvaluation/index.d.ts +4 -0
- package/umd/IconMenuEvaluation/index.js +69 -0
- package/umd/IconMenuEvaluationSet/index.d.ts +4 -0
- package/umd/IconMenuEvaluationSet/index.js +69 -0
- package/umd/IconMenuHiagent/index.d.ts +4 -0
- package/umd/IconMenuHiagent/index.js +69 -0
- package/umd/IconMenuIndicators/index.d.ts +4 -0
- package/umd/IconMenuIndicators/index.js +69 -0
- package/umd/IconMenuKnowledge/index.d.ts +4 -0
- package/umd/IconMenuKnowledge/index.js +70 -0
- package/umd/IconMenuObservation/index.d.ts +4 -0
- package/umd/IconMenuObservation/index.js +69 -0
- package/umd/IconMenuPlugin/index.d.ts +4 -0
- package/umd/IconMenuPlugin/index.js +69 -0
- package/umd/IconMenuPluginCenter/index.d.ts +4 -0
- package/umd/IconMenuPluginCenter/index.js +70 -0
- package/umd/IconMenuPrompt/index.d.ts +4 -0
- package/umd/IconMenuPrompt/index.js +69 -0
- package/umd/IconMenuTask/index.d.ts +4 -0
- package/umd/IconMenuTask/index.js +69 -0
- package/umd/IconMenuWorkflow/index.d.ts +4 -0
- package/umd/IconMenuWorkflow/index.js +69 -0
- package/umd/IconMergePd/index.d.ts +4 -0
- package/umd/IconMergePd/index.js +69 -0
- package/umd/IconPreview/index.d.ts +4 -0
- package/umd/IconPreview/index.js +69 -0
- package/umd/IconRecording/index.d.ts +4 -0
- package/umd/IconRecording/index.js +69 -0
- package/umd/IconShortcutInstructions/index.d.ts +4 -0
- package/umd/IconShortcutInstructions/index.js +69 -0
- package/umd/IconUndeliver/index.d.ts +4 -0
- package/umd/IconUndeliver/index.js +74 -0
- package/umd/IconUploadActive/index.js +7 -13
- package/umd/IconUploadDefaut/index.js +7 -13
- package/umd/IconUploadFile/index.js +2 -3
- package/umd/IconUploadFiles/index.d.ts +4 -0
- package/umd/IconUploadFiles/index.js +69 -0
- package/umd/IconVoiceai/index.d.ts +4 -0
- package/umd/IconVoiceai/index.js +69 -0
- package/umd/IconZip/index.d.ts +4 -0
- package/umd/IconZip/index.js +79 -0
- package/umd/index.d.ts +31 -3
- package/umd/index.js +64 -8
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
(function (factory) {
|
|
47
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
48
|
+
var v = factory(require, exports);
|
|
49
|
+
if (v !== undefined) module.exports = v;
|
|
50
|
+
}
|
|
51
|
+
else if (typeof define === "function" && define.amd) {
|
|
52
|
+
define(["require", "exports", "react", "../context"], factory);
|
|
53
|
+
}
|
|
54
|
+
})(function (require, exports) {
|
|
55
|
+
"use strict";
|
|
56
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57
|
+
var react_1 = __importStar(require("react"));
|
|
58
|
+
var context_1 = require("../context");
|
|
59
|
+
function IconUploadFilesComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
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"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-upload_files").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 }),
|
|
65
|
+
react_1.default.createElement("path", { fillRule: "evenodd", d: "M3.53261 0.564075C2.07867 0.564075 0.900024 1.74272 0.900024 3.19666V12.4674C0.900024 13.9214 2.07867 15.1 3.53261 15.1H12.4674C13.9214 15.1 15.1 13.9214 15.1 12.4674V3.19666C15.1 1.74272 13.9214 0.564075 12.4674 0.564075H3.53261ZM2.33598 3.19666C2.33598 2.53578 2.87173 2.00003 3.53261 2.00003H12.4674C13.1283 2.00003 13.6641 2.53578 13.6641 3.19666V12.4674C13.6641 13.1283 13.1283 13.6641 12.4674 13.6641H3.53261C2.87173 13.6641 2.33598 13.1283 2.33598 12.4674V3.19666ZM4.09106 5.03801C4.09106 4.64148 4.41251 4.32003 4.80904 4.32003H5.60679C6.00332 4.32003 6.32477 4.64148 6.32477 5.03801C6.32477 5.43454 6.00332 5.75599 5.60679 5.75599H4.80904C4.41251 5.75599 4.09106 5.43454 4.09106 5.03801ZM7.28198 5.03801C7.28198 4.64148 7.60343 4.32003 7.99996 4.32003H11.191C11.5875 4.32003 11.9089 4.64148 11.9089 5.03801C11.9089 5.43454 11.5875 5.75599 11.191 5.75599H7.99996C7.60343 5.75599 7.28198 5.43454 7.28198 5.03801ZM7.28198 7.83012C7.28198 7.43359 7.60343 7.11214 7.99996 7.11214H11.191C11.5875 7.11214 11.9089 7.43359 11.9089 7.83012C11.9089 8.22665 11.5875 8.5481 11.191 8.5481H7.99996C7.60343 8.5481 7.28198 8.22665 7.28198 7.83012ZM7.99996 9.91683C7.60343 9.91683 7.28198 10.2383 7.28198 10.6348C7.28198 11.0313 7.60343 11.3528 7.99996 11.3528H11.191C11.5875 11.3528 11.9089 11.0313 11.9089 10.6348C11.9089 10.2383 11.5875 9.91683 11.191 9.91683H7.99996ZM4.80904 7.11214C4.41251 7.11214 4.09106 7.43359 4.09106 7.83012C4.09106 8.22665 4.41251 8.5481 4.80904 8.5481H5.60679C6.00332 8.5481 6.32477 8.22665 6.32477 7.83012C6.32477 7.43359 6.00332 7.11214 5.60679 7.11214H4.80904ZM4.09106 10.6348C4.09106 10.2383 4.41251 9.91683 4.80904 9.91683H5.60679C6.00332 9.91683 6.32477 10.2383 6.32477 10.6348C6.32477 11.0313 6.00332 11.3528 5.60679 11.3528H4.80904C4.41251 11.3528 4.09106 11.0313 4.09106 10.6348Z", clipRule: "evenodd" }));
|
|
66
|
+
}
|
|
67
|
+
var IconUploadFiles = react_1.default.forwardRef(IconUploadFilesComponent);
|
|
68
|
+
exports.default = IconUploadFiles;
|
|
69
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconVoiceai: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default IconVoiceai;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
(function (factory) {
|
|
47
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
48
|
+
var v = factory(require, exports);
|
|
49
|
+
if (v !== undefined) module.exports = v;
|
|
50
|
+
}
|
|
51
|
+
else if (typeof define === "function" && define.amd) {
|
|
52
|
+
define(["require", "exports", "react", "../context"], factory);
|
|
53
|
+
}
|
|
54
|
+
})(function (require, exports) {
|
|
55
|
+
"use strict";
|
|
56
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57
|
+
var react_1 = __importStar(require("react"));
|
|
58
|
+
var context_1 = require("../context");
|
|
59
|
+
function IconVoiceaiComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
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"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-voiceai").concat(loadingKls, " ").concat(className), width: width, height: height, viewBox: "0 0 18 18", fill: useCurrentColor ? 'currentColor' : '#000', xmlns: "http://www.w3.org/2000/svg" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.98748 0.25C6.57126 0.25 4.61248 2.20875 4.61248 4.625V8.125C4.61248 10.5412 6.57126 12.5 8.98748 12.5C11.4037 12.5 13.3625 10.5412 13.3625 8.125V4.625C13.3625 2.20875 11.4037 0.25 8.98748 0.25ZM9.86248 15.5116C13.5578 15.0785 16.425 11.9366 16.425 8.125V7.25C16.425 7.00837 16.2291 6.8125 15.9875 6.8125H15.1125C14.8708 6.8125 14.675 7.00837 14.675 7.25V8.125C14.675 11.2661 12.1286 13.8125 8.98748 13.8125C5.84636 13.8125 3.29998 11.2661 3.29998 8.125V7.25C3.29998 7.00837 3.10411 6.8125 2.86248 6.8125H1.98749C1.74587 6.8125 1.54999 7.00837 1.54999 7.25V8.125C1.54999 11.9366 4.41722 15.0785 8.11248 15.5116V17.3125C8.11248 17.5541 8.30835 17.75 8.54998 17.75H9.42498C9.66661 17.75 9.86248 17.5541 9.86248 17.3125V15.5116Z" }));
|
|
66
|
+
}
|
|
67
|
+
var IconVoiceai = react_1.default.forwardRef(IconVoiceaiComponent);
|
|
68
|
+
exports.default = IconVoiceai;
|
|
69
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconZip: React.ForwardRefExoticComponent<Pick<OriginIconProps, "string" | "className" | "prefix" | "width" | "height" | "useCurrentColor" | "spin" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "style" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export default IconZip;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
24
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
25
|
+
}) : function(o, v) {
|
|
26
|
+
o["default"] = v;
|
|
27
|
+
});
|
|
28
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
36
|
+
var t = {};
|
|
37
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
38
|
+
t[p] = s[p];
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
40
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
41
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
42
|
+
t[p[i]] = s[p[i]];
|
|
43
|
+
}
|
|
44
|
+
return t;
|
|
45
|
+
};
|
|
46
|
+
(function (factory) {
|
|
47
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
48
|
+
var v = factory(require, exports);
|
|
49
|
+
if (v !== undefined) module.exports = v;
|
|
50
|
+
}
|
|
51
|
+
else if (typeof define === "function" && define.amd) {
|
|
52
|
+
define(["require", "exports", "react", "../context"], factory);
|
|
53
|
+
}
|
|
54
|
+
})(function (require, exports) {
|
|
55
|
+
"use strict";
|
|
56
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57
|
+
var react_1 = __importStar(require("react"));
|
|
58
|
+
var context_1 = require("../context");
|
|
59
|
+
function IconZipComponent(props, ref) {
|
|
60
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
61
|
+
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"]);
|
|
62
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
63
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
64
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-zip").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'currentColor', viewBox: "0 0 20 20" }, rest, { ref: ref }),
|
|
65
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#38C3FF', fillRule: "evenodd", d: "M5 1.25C3.61929 1.25 2.5 2.36929 2.5 3.75V16.25C2.5 17.6307 3.61929 18.75 5 18.75H15C16.3807 18.75 17.5 17.6307 17.5 16.25V7.5L11.25 1.25H5Z", clipRule: "evenodd" }),
|
|
66
|
+
react_1.default.createElement("g", { opacity: ".5" },
|
|
67
|
+
react_1.default.createElement("mask", { id: "svg_adcdbd79a8__a", width: "7", height: "7", x: "11", y: "1", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } },
|
|
68
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#97BCFF', d: "M11.25 1.25L17.5 7.5H13.75C12.3693 7.5 11.25 6.38071 11.25 5V1.25Z" })),
|
|
69
|
+
react_1.default.createElement("g", { mask: "url(#svg_adcdbd79a8__a)" },
|
|
70
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', d: "M15 1.25H5C3.61929 1.25 2.5 2.36929 2.5 3.75V16.25C2.5 17.6307 3.61929 18.75 5 18.75H15C16.3807 18.75 17.5 17.6307 17.5 16.25V3.75C17.5 2.36929 16.3807 1.25 15 1.25Z" }))),
|
|
71
|
+
react_1.default.createElement("rect", { width: "2", height: "2", x: "5", y: "3", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }),
|
|
72
|
+
react_1.default.createElement("rect", { width: "2", height: "2", x: "7", y: "5", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }),
|
|
73
|
+
react_1.default.createElement("rect", { width: "2", height: "2", x: "5", y: "7", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }),
|
|
74
|
+
react_1.default.createElement("path", { fill: useCurrentColor ? 'currentColor' : '#fff', fillRule: "evenodd", d: "M5 11.4C5 11.1791 5.17909 11 5.4 11H6.6C6.82091 11 7 11.1791 7 11.4V12.5H8.6C8.82091 12.5 9 12.6791 9 12.9V13V13.1V15.4V15.6V16.1C9 16.3209 8.82091 16.5 8.6 16.5H5.4C5.17909 16.5 5 16.3209 5 16.1V15.6V15.4V13.1V12.9V12.6V12V11.4ZM6 13.5V15H8V13.5H6Z", clipRule: "evenodd", opacity: ".9" }),
|
|
75
|
+
react_1.default.createElement("rect", { width: "2", height: "2", x: "7", y: "9", fill: useCurrentColor ? 'currentColor' : '#fff', opacity: ".9", rx: ".4" }));
|
|
76
|
+
}
|
|
77
|
+
var IconZip = react_1.default.forwardRef(IconZipComponent);
|
|
78
|
+
exports.default = IconZip;
|
|
79
|
+
});
|
package/umd/index.d.ts
CHANGED
|
@@ -35,8 +35,6 @@ export { default as IconWorkflowWorkflow } from './IconWorkflowWorkflow';
|
|
|
35
35
|
export { default as IconUploadingPng } from './IconUploadingPng';
|
|
36
36
|
export { default as IconUploadingHtml } from './IconUploadingHtml';
|
|
37
37
|
export { default as IconNewsExtraction } from './IconNewsExtraction';
|
|
38
|
-
export { default as IconUploadActive } from './IconUploadActive';
|
|
39
|
-
export { default as IconUploadDefaut } from './IconUploadDefaut';
|
|
40
38
|
export { default as IconHomebotC } from './IconHomebotC';
|
|
41
39
|
export { default as IconNewAgent } from './IconNewAgent';
|
|
42
40
|
export { default as IconUploadingPpt } from './IconUploadingPpt';
|
|
@@ -252,7 +250,6 @@ export { default as IconLastStep } from './IconLastStep';
|
|
|
252
250
|
export { default as IconMode } from './IconMode';
|
|
253
251
|
export { default as IconFairyStick } from './IconFairyStick';
|
|
254
252
|
export { default as IconRefresh } from './IconRefresh';
|
|
255
|
-
export { default as IconUploadFile } from './IconUploadFile';
|
|
256
253
|
export { default as IconArrowRightCorner } from './IconArrowRightCorner';
|
|
257
254
|
export { default as IconMore } from './IconMore';
|
|
258
255
|
export { default as IconHomeCollect } from './IconHomeCollect';
|
|
@@ -291,4 +288,35 @@ export { default as IconNoChartData } from './IconNoChartData';
|
|
|
291
288
|
export { default as IconErrorTypeHighSaturation } from './IconErrorTypeHighSaturation';
|
|
292
289
|
export { default as IconLoginFailure } from './IconLoginFailure';
|
|
293
290
|
export { default as IconCodeUn } from './IconCodeUn';
|
|
291
|
+
export { default as IconUploadFile } from './IconUploadFile';
|
|
292
|
+
export { default as IconMenuIndicators } from './IconMenuIndicators';
|
|
293
|
+
export { default as IconMenuObservation } from './IconMenuObservation';
|
|
294
|
+
export { default as IconMenuHiagent } from './IconMenuHiagent';
|
|
295
|
+
export { default as IconMenuEvaluation } from './IconMenuEvaluation';
|
|
296
|
+
export { default as IconMenuAgentCenter } from './IconMenuAgentCenter';
|
|
297
|
+
export { default as IconMenuPluginCenter } from './IconMenuPluginCenter';
|
|
298
|
+
export { default as IconMenuConversation } from './IconMenuConversation';
|
|
299
|
+
export { default as IconMenuEvaluationSet } from './IconMenuEvaluationSet';
|
|
300
|
+
export { default as IconMenuPlugin } from './IconMenuPlugin';
|
|
301
|
+
export { default as IconMenuTask } from './IconMenuTask';
|
|
302
|
+
export { default as IconMenuDatabase } from './IconMenuDatabase';
|
|
303
|
+
export { default as IconMenuPrompt } from './IconMenuPrompt';
|
|
304
|
+
export { default as IconMenuKnowledge } from './IconMenuKnowledge';
|
|
305
|
+
export { default as IconMenuWorkflow } from './IconMenuWorkflow';
|
|
306
|
+
export { default as IconMenuAgent } from './IconMenuAgent';
|
|
307
|
+
export { default as IconZip } from './IconZip';
|
|
308
|
+
export { default as IconVoiceai } from './IconVoiceai';
|
|
309
|
+
export { default as IconShortcutInstructions } from './IconShortcutInstructions';
|
|
310
|
+
export { default as IconDataTableBlock } from './IconDataTableBlock';
|
|
311
|
+
export { default as IconMergePd } from './IconMergePd';
|
|
312
|
+
export { default as IconConfiguration } from './IconConfiguration';
|
|
313
|
+
export { default as IconPreview } from './IconPreview';
|
|
314
|
+
export { default as IconAnnotation } from './IconAnnotation';
|
|
315
|
+
export { default as IconDeleteLine } from './IconDeleteLine';
|
|
316
|
+
export { default as IconUploadFiles } from './IconUploadFiles';
|
|
317
|
+
export { default as IconRecording } from './IconRecording';
|
|
318
|
+
export { default as IconImportDefault } from './IconImportDefault';
|
|
319
|
+
export { default as IconUndeliver } from './IconUndeliver';
|
|
320
|
+
export { default as IconUploadActive } from './IconUploadActive';
|
|
321
|
+
export { default as IconUploadDefaut } from './IconUploadDefaut';
|
|
294
322
|
export * from './type';
|
package/umd/index.js
CHANGED
|
@@ -21,12 +21,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
21
21
|
if (v !== undefined) module.exports = v;
|
|
22
22
|
}
|
|
23
23
|
else if (typeof define === "function" && define.amd) {
|
|
24
|
-
define(["require", "exports", "./IconAuthorizationSucceeds", "./IconErrorTypeLowSaturation", "./IconSearchNullLowSaturation", "./IconWorkflowNodata", "./IconNoDataLowSaturation", "./IconAgentNodata", "./IconPlugInNodata", "./IconNodata", "./IconAddAssessment", "./IconGeneralSuccessHighSaturation", "./IconSearchWithoutData", "./IconKnowledgeNodata", "./IconWorkflowCondition", "./IconUploadingTxt", "./IconWorkflowCode", "./IconSelected", "./IconLLM", "./IconKnowledgeWorkflow", "./IconOverviewWeb", "./IconWorkflowEnd", "./IconAppVariable", "./IconOverviewAPI", "./IconAppWorkflow", "./IconExclamationCircleRedFill", "./IconAppTools", "./IconAppKnowledge", "./IconModelHighlight", "./IconAppSecurityDialogue", "./IconUploadingXlsx", "./IconCheckCircleFill", "./IconUploadingCsv", "./IconRunningInProgress", "./IconUploadingMd", "./IconWorkflowWorkflow", "./IconUploadingPng", "./IconUploadingHtml", "./IconNewsExtraction", "./
|
|
24
|
+
define(["require", "exports", "./IconAuthorizationSucceeds", "./IconErrorTypeLowSaturation", "./IconSearchNullLowSaturation", "./IconWorkflowNodata", "./IconNoDataLowSaturation", "./IconAgentNodata", "./IconPlugInNodata", "./IconNodata", "./IconAddAssessment", "./IconGeneralSuccessHighSaturation", "./IconSearchWithoutData", "./IconKnowledgeNodata", "./IconWorkflowCondition", "./IconUploadingTxt", "./IconWorkflowCode", "./IconSelected", "./IconLLM", "./IconKnowledgeWorkflow", "./IconOverviewWeb", "./IconWorkflowEnd", "./IconAppVariable", "./IconOverviewAPI", "./IconAppWorkflow", "./IconExclamationCircleRedFill", "./IconAppTools", "./IconAppKnowledge", "./IconModelHighlight", "./IconAppSecurityDialogue", "./IconUploadingXlsx", "./IconCheckCircleFill", "./IconUploadingCsv", "./IconRunningInProgress", "./IconUploadingMd", "./IconWorkflowWorkflow", "./IconUploadingPng", "./IconUploadingHtml", "./IconNewsExtraction", "./IconHomebotC", "./IconNewAgent", "./IconUploadingPpt", "./IconGPT4", "./IconEcho", "./IconLoopNode", "./IconDoubao", "./IconQwen", "./IconClockCircleGreyFill", "./IconFileCloudStorage", "./IconInfoColor", "./IconUnknownFile", "./IconGPT35", "./IconFeishu", "./IconDataExternal", "./IconMoonshot", "./IconAdvancedReview", "./IconUserinput", "./IconHiagent", "./IconDataXls", "./IconGoodjob", "./IconMinimax", "./IconPipeline", "./IconSettings", "./IconWorkspace", "./IconApplication", "./IconModelDefault", "./IconPlugin", "./IconDoc", "./IconAIPAccess", "./IconArrange", "./IconOverviewCreationTime", "./IconExcellentAreality", "./IconOverview", "./IconLocalUpload", "./IconDownloadOnline", "./IconOtherSettings", "./IconAutomaticPartitioning", "./IconKnowledgeBase", "./IconMonitorVariable", "./IconCopyAreality", "./IconStructuredFile", "./IconProfessionalEdition", "./IconBadAreality", "./IconMarkdownTable", "./IconBasicEdition", "./IconUser", "./IconEmptyFile", "./IconMapDictionary", "./IconFlowChoreography", "./IconEvaluation", "./IconUnstructuredFile", "./IconIntelligentVideoServiceP", "./IconEditAreality", "./IconCloudSave", "./IconStopRecordingFill", "./IconHomebotG", "./IconDebug", "./IconHomebot", "./IconDerive", "./IconRemarks", "./IconQuote", "./IconPersonalSpace", "./IconStopResponse", "./IconPicturePlaceholder", "./IconPromptAssessment", "./IconPublishAreality", "./IconDialogueSuggestion", "./IconArchive", "./IconUserManagement", "./IconLicence", "./IconWorkspaceManagement", "./IconOtherTag", "./IconVoiceTest", "./IconVoice1", "./IconApplicationApproval", "./IconMemory", "./IconDelete", "./IconModelManagement", "./IconVoice2", "./IconQA", "./IconVoice3", "./IconSend", "./IconLogAreality", "./IconMessageFill", "./IconRemove", "./IconOtherTool", "./IconMessage", "./IconCustomSegmentation", "./IconHistory", "./IconWorkspaceSetting", "./IconConversation", "./IconChartFill", "./IconProjectFill", "./IconTakeover", "./IconRun", "./IconPromptFile", "./IconClipboardFill", "./IconOverlapRectConfig", "./IconHighline", "./IconOperationalAudit", "./IconOperate", "./IconTpc", "./IconOnlineDocument", "./IconSecuritySettings", "./IconLineChart", "./IconSkill", "./IconDisplaySetup", "./IconHistogram", "./IconRoleManagement", "./IconLessee", "./IconRunningProcess", "./IconGallery", "./IconResourceAdministration", "./IconEarthGlobal", "./IconWorkflowDebug", "./IconAccountCenter", "./IconPlatformManagement", "./IconPiecewiseExport", "./IconExpire", "./IconLLMopsLogo", "./IconLLMopsLogoHeader", "./IconKnowledgeGraph", "./IconAudio", "./IconTerminologyBank", "./IconFlipFlop", "./IconCycleVertices", "./IconIndependentService", "./IconBlue", "./IconSpaceForm", "./IconExclamationCircleFill", "./IconCyan", "./IconPurple", "./IconFrozen", "./IconIIntentionRecognition", "./IconUploadingPdf", "./IconTimer", "./IconWfTerminologyBank", "./IconMessageNodes", "./IconEvent", "./IconDataNode", "./IconSso", "./IconBreak", "./IconCollectedAlready", "./IconWorkflowStart", "./IconToolsWorkflow", "./IconUnlock25D", "./IconUploadingDoc", "./IconControlled25D", "./IconCollect", "./IconDatabase", "./IconPersonalVisibility", "./IconPublishedAgent", "./IconDeleteC", "./IconCollectedNot", "./IconCollected", "./IconAgent", "./IconClockFill", "./IconFullscreenExit", "./IconSmoothLine", "./IconCmd1", "./IconCmdBlowUp", "./IconOptimalLayout", "./IconNextStep", "./IconOverviewPreview", "./IconWrapper", "./IconOverviewCopy", "./IconCmdOptimalLayout", "./IconWorkflowFullscreenExit", "./IconLocation", "./IconCmdMinification", "./IconWorkflowFullscreen", "./IconBrokenLine", "./IconEdit", "./IconInfo", "./IconOverviewKey", "./IconOverviewBook", "./IconSecurity", "./IconVariable", "./IconHand", "./IconParagraph", "./IconUnfold", "./IconDrag", "./IconSwitchover", "./IconPromptTemplate", "./IconAddModel", "./IconList", "./IconCopy", "./IconCode", "./IconIde", "./IconSkip", "./IconMultipleAgents", "./IconHomeAt", "./IconPublish", "./IconFold", "./IconKnowledge", "./IconCodeTesting", "./IconVoiceOpen", "./IconVoiceClose", "./IconConfig", "./IconExportBold", "./IconStop", "./IconText", "./IconSingleAgent", "./IconEnumeration", "./IconOverviewRefresh", "./IconUploadingDown", "./IconEnable", "./IconOrientation", "./IconBug", "./IconDeleteKv", "./IconLastStep", "./IconMode", "./IconFairyStick", "./IconRefresh", "./IconArrowRightCorner", "./IconMore", "./IconHomeCollect", "./IconClockCircle", "./IconClose", "./IconWorkflowBlowUp", "./IconTeamSpaceSearch", "./IconExport", "./IconTips", "./IconTeamSpaceAddition", "./IconEarth", "./IconClearHistory", "./IconAuth", "./IconSelect", "./IconSetting", "./IconUploadingError", "./IconNode500", "./IconMergeGraph", "./IconArrayPoint", "./IconWorkflowMinification", "./IconAdd", "./IconCmd", "./IconPlus", "./IconBlowUp", "./IconMinification", "./IconArrowRight", "./IconScatterPoint", "./IconLine", "./IconCirclePoint", "./IconNode400", "./IconArcPoint", "./IconRadiationPoint", "./IconDownload", "./IconNoOntology", "./IconNoChartData", "./IconErrorTypeHighSaturation", "./IconLoginFailure", "./IconCodeUn", "./IconUploadFile", "./IconMenuIndicators", "./IconMenuObservation", "./IconMenuHiagent", "./IconMenuEvaluation", "./IconMenuAgentCenter", "./IconMenuPluginCenter", "./IconMenuConversation", "./IconMenuEvaluationSet", "./IconMenuPlugin", "./IconMenuTask", "./IconMenuDatabase", "./IconMenuPrompt", "./IconMenuKnowledge", "./IconMenuWorkflow", "./IconMenuAgent", "./IconZip", "./IconVoiceai", "./IconShortcutInstructions", "./IconDataTableBlock", "./IconMergePd", "./IconConfiguration", "./IconPreview", "./IconAnnotation", "./IconDeleteLine", "./IconUploadFiles", "./IconRecording", "./IconImportDefault", "./IconUndeliver", "./IconUploadActive", "./IconUploadDefaut", "./type"], factory);
|
|
25
25
|
}
|
|
26
26
|
})(function (require, exports) {
|
|
27
27
|
"use strict";
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.IconCodeUn = exports.IconLoginFailure = exports.IconErrorTypeHighSaturation = exports.IconNoChartData = exports.IconNoOntology = exports.IconDownload = exports.IconRadiationPoint = exports.IconArcPoint = exports.IconNode400 = exports.IconCirclePoint = exports.IconLine = exports.IconScatterPoint = exports.IconArrowRight = exports.IconMinification = exports.IconBlowUp = exports.IconPlus = exports.IconCmd = exports.IconAdd = exports.IconWorkflowMinification = exports.IconArrayPoint = exports.IconMergeGraph = exports.IconNode500 = exports.IconUploadingError = exports.IconSetting = exports.IconSelect = exports.IconAuth = exports.IconClearHistory = exports.IconEarth = exports.IconTeamSpaceAddition = exports.IconTips = exports.IconExport = exports.IconTeamSpaceSearch = exports.IconWorkflowBlowUp = exports.IconClose = exports.IconClockCircle = exports.IconHomeCollect = exports.IconMore = exports.IconArrowRightCorner = exports.
|
|
29
|
+
exports.IconUploadDefaut = exports.IconUploadActive = exports.IconUndeliver = exports.IconImportDefault = exports.IconRecording = exports.IconUploadFiles = exports.IconDeleteLine = exports.IconAnnotation = exports.IconPreview = exports.IconConfiguration = exports.IconMergePd = exports.IconDataTableBlock = exports.IconShortcutInstructions = exports.IconVoiceai = exports.IconZip = exports.IconMenuAgent = exports.IconMenuWorkflow = exports.IconMenuKnowledge = exports.IconMenuPrompt = exports.IconMenuDatabase = exports.IconMenuTask = exports.IconMenuPlugin = exports.IconMenuEvaluationSet = exports.IconMenuConversation = exports.IconMenuPluginCenter = exports.IconMenuAgentCenter = exports.IconMenuEvaluation = exports.IconMenuHiagent = exports.IconMenuObservation = exports.IconMenuIndicators = exports.IconUploadFile = exports.IconCodeUn = exports.IconLoginFailure = exports.IconErrorTypeHighSaturation = exports.IconNoChartData = exports.IconNoOntology = exports.IconDownload = exports.IconRadiationPoint = exports.IconArcPoint = exports.IconNode400 = exports.IconCirclePoint = exports.IconLine = exports.IconScatterPoint = exports.IconArrowRight = exports.IconMinification = exports.IconBlowUp = exports.IconPlus = exports.IconCmd = exports.IconAdd = exports.IconWorkflowMinification = exports.IconArrayPoint = exports.IconMergeGraph = exports.IconNode500 = exports.IconUploadingError = exports.IconSetting = exports.IconSelect = exports.IconAuth = exports.IconClearHistory = exports.IconEarth = exports.IconTeamSpaceAddition = exports.IconTips = exports.IconExport = exports.IconTeamSpaceSearch = exports.IconWorkflowBlowUp = exports.IconClose = exports.IconClockCircle = exports.IconHomeCollect = exports.IconMore = exports.IconArrowRightCorner = exports.IconRefresh = exports.IconFairyStick = exports.IconMode = exports.IconLastStep = exports.IconDeleteKv = exports.IconBug = exports.IconOrientation = exports.IconEnable = exports.IconUploadingDown = exports.IconOverviewRefresh = exports.IconEnumeration = exports.IconSingleAgent = exports.IconText = exports.IconStop = exports.IconExportBold = exports.IconConfig = exports.IconVoiceClose = exports.IconVoiceOpen = exports.IconCodeTesting = exports.IconKnowledge = exports.IconFold = exports.IconPublish = exports.IconHomeAt = exports.IconMultipleAgents = exports.IconSkip = exports.IconIde = exports.IconCode = exports.IconCopy = exports.IconList = exports.IconAddModel = exports.IconPromptTemplate = exports.IconSwitchover = exports.IconDrag = exports.IconUnfold = exports.IconParagraph = exports.IconHand = exports.IconVariable = exports.IconSecurity = exports.IconOverviewBook = exports.IconOverviewKey = exports.IconInfo = exports.IconEdit = exports.IconBrokenLine = exports.IconWorkflowFullscreen = exports.IconCmdMinification = exports.IconLocation = exports.IconWorkflowFullscreenExit = exports.IconCmdOptimalLayout = exports.IconOverviewCopy = exports.IconWrapper = exports.IconOverviewPreview = exports.IconNextStep = exports.IconOptimalLayout = exports.IconCmdBlowUp = exports.IconCmd1 = exports.IconSmoothLine = exports.IconFullscreenExit = exports.IconClockFill = exports.IconAgent = exports.IconCollected = exports.IconCollectedNot = exports.IconDeleteC = exports.IconPublishedAgent = exports.IconPersonalVisibility = exports.IconDatabase = exports.IconCollect = exports.IconControlled25D = exports.IconUploadingDoc = exports.IconUnlock25D = exports.IconToolsWorkflow = exports.IconWorkflowStart = exports.IconCollectedAlready = exports.IconBreak = exports.IconSso = exports.IconDataNode = exports.IconEvent = exports.IconMessageNodes = exports.IconWfTerminologyBank = exports.IconTimer = exports.IconUploadingPdf = exports.IconIIntentionRecognition = exports.IconFrozen = exports.IconPurple = exports.IconCyan = exports.IconExclamationCircleFill = exports.IconSpaceForm = exports.IconBlue = exports.IconIndependentService = exports.IconCycleVertices = exports.IconFlipFlop = exports.IconTerminologyBank = exports.IconAudio = exports.IconKnowledgeGraph = exports.IconLLMopsLogoHeader = exports.IconLLMopsLogo = exports.IconExpire = exports.IconPiecewiseExport = exports.IconPlatformManagement = exports.IconAccountCenter = exports.IconWorkflowDebug = exports.IconEarthGlobal = exports.IconResourceAdministration = exports.IconGallery = exports.IconRunningProcess = exports.IconLessee = exports.IconRoleManagement = exports.IconHistogram = exports.IconDisplaySetup = exports.IconSkill = exports.IconLineChart = exports.IconSecuritySettings = exports.IconOnlineDocument = exports.IconTpc = exports.IconOperate = exports.IconOperationalAudit = exports.IconHighline = exports.IconOverlapRectConfig = exports.IconClipboardFill = exports.IconPromptFile = exports.IconRun = exports.IconTakeover = exports.IconProjectFill = exports.IconChartFill = exports.IconConversation = exports.IconWorkspaceSetting = exports.IconHistory = exports.IconCustomSegmentation = exports.IconMessage = exports.IconOtherTool = exports.IconRemove = exports.IconMessageFill = exports.IconLogAreality = exports.IconSend = exports.IconVoice3 = exports.IconQA = exports.IconVoice2 = exports.IconModelManagement = exports.IconDelete = exports.IconMemory = exports.IconApplicationApproval = exports.IconVoice1 = exports.IconVoiceTest = exports.IconOtherTag = exports.IconWorkspaceManagement = exports.IconLicence = exports.IconUserManagement = exports.IconArchive = exports.IconDialogueSuggestion = exports.IconPublishAreality = exports.IconPromptAssessment = exports.IconPicturePlaceholder = exports.IconStopResponse = exports.IconPersonalSpace = exports.IconQuote = exports.IconRemarks = exports.IconDerive = exports.IconHomebot = exports.IconDebug = exports.IconHomebotG = exports.IconStopRecordingFill = exports.IconCloudSave = exports.IconEditAreality = exports.IconIntelligentVideoServiceP = exports.IconUnstructuredFile = exports.IconEvaluation = exports.IconFlowChoreography = exports.IconMapDictionary = exports.IconEmptyFile = exports.IconUser = exports.IconBasicEdition = exports.IconMarkdownTable = exports.IconBadAreality = exports.IconProfessionalEdition = exports.IconStructuredFile = exports.IconCopyAreality = exports.IconMonitorVariable = exports.IconKnowledgeBase = exports.IconAutomaticPartitioning = exports.IconOtherSettings = exports.IconDownloadOnline = exports.IconLocalUpload = exports.IconOverview = exports.IconExcellentAreality = exports.IconOverviewCreationTime = exports.IconArrange = exports.IconAIPAccess = exports.IconDoc = exports.IconPlugin = exports.IconModelDefault = exports.IconApplication = exports.IconWorkspace = exports.IconSettings = exports.IconPipeline = exports.IconMinimax = exports.IconGoodjob = exports.IconDataXls = exports.IconHiagent = exports.IconUserinput = exports.IconAdvancedReview = exports.IconMoonshot = exports.IconDataExternal = exports.IconFeishu = exports.IconGPT35 = exports.IconUnknownFile = exports.IconInfoColor = exports.IconFileCloudStorage = exports.IconClockCircleGreyFill = exports.IconQwen = exports.IconDoubao = exports.IconLoopNode = exports.IconEcho = exports.IconGPT4 = exports.IconUploadingPpt = exports.IconNewAgent = exports.IconHomebotC = exports.IconNewsExtraction = exports.IconUploadingHtml = exports.IconUploadingPng = exports.IconWorkflowWorkflow = exports.IconUploadingMd = exports.IconRunningInProgress = exports.IconUploadingCsv = exports.IconCheckCircleFill = exports.IconUploadingXlsx = exports.IconAppSecurityDialogue = exports.IconModelHighlight = exports.IconAppKnowledge = exports.IconAppTools = exports.IconExclamationCircleRedFill = exports.IconAppWorkflow = exports.IconOverviewAPI = exports.IconAppVariable = exports.IconWorkflowEnd = exports.IconOverviewWeb = exports.IconKnowledgeWorkflow = exports.IconLLM = exports.IconSelected = exports.IconWorkflowCode = exports.IconUploadingTxt = exports.IconWorkflowCondition = exports.IconKnowledgeNodata = exports.IconSearchWithoutData = exports.IconGeneralSuccessHighSaturation = exports.IconAddAssessment = exports.IconNodata = exports.IconPlugInNodata = exports.IconAgentNodata = exports.IconNoDataLowSaturation = exports.IconWorkflowNodata = exports.IconSearchNullLowSaturation = exports.IconErrorTypeLowSaturation = exports.IconAuthorizationSucceeds = void 0;
|
|
30
30
|
var IconAuthorizationSucceeds_1 = require("./IconAuthorizationSucceeds");
|
|
31
31
|
Object.defineProperty(exports, "IconAuthorizationSucceeds", { enumerable: true, get: function () { return __importDefault(IconAuthorizationSucceeds_1).default; } });
|
|
32
32
|
var IconErrorTypeLowSaturation_1 = require("./IconErrorTypeLowSaturation");
|
|
@@ -101,10 +101,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
101
101
|
Object.defineProperty(exports, "IconUploadingHtml", { enumerable: true, get: function () { return __importDefault(IconUploadingHtml_1).default; } });
|
|
102
102
|
var IconNewsExtraction_1 = require("./IconNewsExtraction");
|
|
103
103
|
Object.defineProperty(exports, "IconNewsExtraction", { enumerable: true, get: function () { return __importDefault(IconNewsExtraction_1).default; } });
|
|
104
|
-
var IconUploadActive_1 = require("./IconUploadActive");
|
|
105
|
-
Object.defineProperty(exports, "IconUploadActive", { enumerable: true, get: function () { return __importDefault(IconUploadActive_1).default; } });
|
|
106
|
-
var IconUploadDefaut_1 = require("./IconUploadDefaut");
|
|
107
|
-
Object.defineProperty(exports, "IconUploadDefaut", { enumerable: true, get: function () { return __importDefault(IconUploadDefaut_1).default; } });
|
|
108
104
|
var IconHomebotC_1 = require("./IconHomebotC");
|
|
109
105
|
Object.defineProperty(exports, "IconHomebotC", { enumerable: true, get: function () { return __importDefault(IconHomebotC_1).default; } });
|
|
110
106
|
var IconNewAgent_1 = require("./IconNewAgent");
|
|
@@ -535,8 +531,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
535
531
|
Object.defineProperty(exports, "IconFairyStick", { enumerable: true, get: function () { return __importDefault(IconFairyStick_1).default; } });
|
|
536
532
|
var IconRefresh_1 = require("./IconRefresh");
|
|
537
533
|
Object.defineProperty(exports, "IconRefresh", { enumerable: true, get: function () { return __importDefault(IconRefresh_1).default; } });
|
|
538
|
-
var IconUploadFile_1 = require("./IconUploadFile");
|
|
539
|
-
Object.defineProperty(exports, "IconUploadFile", { enumerable: true, get: function () { return __importDefault(IconUploadFile_1).default; } });
|
|
540
534
|
var IconArrowRightCorner_1 = require("./IconArrowRightCorner");
|
|
541
535
|
Object.defineProperty(exports, "IconArrowRightCorner", { enumerable: true, get: function () { return __importDefault(IconArrowRightCorner_1).default; } });
|
|
542
536
|
var IconMore_1 = require("./IconMore");
|
|
@@ -613,5 +607,67 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
613
607
|
Object.defineProperty(exports, "IconLoginFailure", { enumerable: true, get: function () { return __importDefault(IconLoginFailure_1).default; } });
|
|
614
608
|
var IconCodeUn_1 = require("./IconCodeUn");
|
|
615
609
|
Object.defineProperty(exports, "IconCodeUn", { enumerable: true, get: function () { return __importDefault(IconCodeUn_1).default; } });
|
|
610
|
+
var IconUploadFile_1 = require("./IconUploadFile");
|
|
611
|
+
Object.defineProperty(exports, "IconUploadFile", { enumerable: true, get: function () { return __importDefault(IconUploadFile_1).default; } });
|
|
612
|
+
var IconMenuIndicators_1 = require("./IconMenuIndicators");
|
|
613
|
+
Object.defineProperty(exports, "IconMenuIndicators", { enumerable: true, get: function () { return __importDefault(IconMenuIndicators_1).default; } });
|
|
614
|
+
var IconMenuObservation_1 = require("./IconMenuObservation");
|
|
615
|
+
Object.defineProperty(exports, "IconMenuObservation", { enumerable: true, get: function () { return __importDefault(IconMenuObservation_1).default; } });
|
|
616
|
+
var IconMenuHiagent_1 = require("./IconMenuHiagent");
|
|
617
|
+
Object.defineProperty(exports, "IconMenuHiagent", { enumerable: true, get: function () { return __importDefault(IconMenuHiagent_1).default; } });
|
|
618
|
+
var IconMenuEvaluation_1 = require("./IconMenuEvaluation");
|
|
619
|
+
Object.defineProperty(exports, "IconMenuEvaluation", { enumerable: true, get: function () { return __importDefault(IconMenuEvaluation_1).default; } });
|
|
620
|
+
var IconMenuAgentCenter_1 = require("./IconMenuAgentCenter");
|
|
621
|
+
Object.defineProperty(exports, "IconMenuAgentCenter", { enumerable: true, get: function () { return __importDefault(IconMenuAgentCenter_1).default; } });
|
|
622
|
+
var IconMenuPluginCenter_1 = require("./IconMenuPluginCenter");
|
|
623
|
+
Object.defineProperty(exports, "IconMenuPluginCenter", { enumerable: true, get: function () { return __importDefault(IconMenuPluginCenter_1).default; } });
|
|
624
|
+
var IconMenuConversation_1 = require("./IconMenuConversation");
|
|
625
|
+
Object.defineProperty(exports, "IconMenuConversation", { enumerable: true, get: function () { return __importDefault(IconMenuConversation_1).default; } });
|
|
626
|
+
var IconMenuEvaluationSet_1 = require("./IconMenuEvaluationSet");
|
|
627
|
+
Object.defineProperty(exports, "IconMenuEvaluationSet", { enumerable: true, get: function () { return __importDefault(IconMenuEvaluationSet_1).default; } });
|
|
628
|
+
var IconMenuPlugin_1 = require("./IconMenuPlugin");
|
|
629
|
+
Object.defineProperty(exports, "IconMenuPlugin", { enumerable: true, get: function () { return __importDefault(IconMenuPlugin_1).default; } });
|
|
630
|
+
var IconMenuTask_1 = require("./IconMenuTask");
|
|
631
|
+
Object.defineProperty(exports, "IconMenuTask", { enumerable: true, get: function () { return __importDefault(IconMenuTask_1).default; } });
|
|
632
|
+
var IconMenuDatabase_1 = require("./IconMenuDatabase");
|
|
633
|
+
Object.defineProperty(exports, "IconMenuDatabase", { enumerable: true, get: function () { return __importDefault(IconMenuDatabase_1).default; } });
|
|
634
|
+
var IconMenuPrompt_1 = require("./IconMenuPrompt");
|
|
635
|
+
Object.defineProperty(exports, "IconMenuPrompt", { enumerable: true, get: function () { return __importDefault(IconMenuPrompt_1).default; } });
|
|
636
|
+
var IconMenuKnowledge_1 = require("./IconMenuKnowledge");
|
|
637
|
+
Object.defineProperty(exports, "IconMenuKnowledge", { enumerable: true, get: function () { return __importDefault(IconMenuKnowledge_1).default; } });
|
|
638
|
+
var IconMenuWorkflow_1 = require("./IconMenuWorkflow");
|
|
639
|
+
Object.defineProperty(exports, "IconMenuWorkflow", { enumerable: true, get: function () { return __importDefault(IconMenuWorkflow_1).default; } });
|
|
640
|
+
var IconMenuAgent_1 = require("./IconMenuAgent");
|
|
641
|
+
Object.defineProperty(exports, "IconMenuAgent", { enumerable: true, get: function () { return __importDefault(IconMenuAgent_1).default; } });
|
|
642
|
+
var IconZip_1 = require("./IconZip");
|
|
643
|
+
Object.defineProperty(exports, "IconZip", { enumerable: true, get: function () { return __importDefault(IconZip_1).default; } });
|
|
644
|
+
var IconVoiceai_1 = require("./IconVoiceai");
|
|
645
|
+
Object.defineProperty(exports, "IconVoiceai", { enumerable: true, get: function () { return __importDefault(IconVoiceai_1).default; } });
|
|
646
|
+
var IconShortcutInstructions_1 = require("./IconShortcutInstructions");
|
|
647
|
+
Object.defineProperty(exports, "IconShortcutInstructions", { enumerable: true, get: function () { return __importDefault(IconShortcutInstructions_1).default; } });
|
|
648
|
+
var IconDataTableBlock_1 = require("./IconDataTableBlock");
|
|
649
|
+
Object.defineProperty(exports, "IconDataTableBlock", { enumerable: true, get: function () { return __importDefault(IconDataTableBlock_1).default; } });
|
|
650
|
+
var IconMergePd_1 = require("./IconMergePd");
|
|
651
|
+
Object.defineProperty(exports, "IconMergePd", { enumerable: true, get: function () { return __importDefault(IconMergePd_1).default; } });
|
|
652
|
+
var IconConfiguration_1 = require("./IconConfiguration");
|
|
653
|
+
Object.defineProperty(exports, "IconConfiguration", { enumerable: true, get: function () { return __importDefault(IconConfiguration_1).default; } });
|
|
654
|
+
var IconPreview_1 = require("./IconPreview");
|
|
655
|
+
Object.defineProperty(exports, "IconPreview", { enumerable: true, get: function () { return __importDefault(IconPreview_1).default; } });
|
|
656
|
+
var IconAnnotation_1 = require("./IconAnnotation");
|
|
657
|
+
Object.defineProperty(exports, "IconAnnotation", { enumerable: true, get: function () { return __importDefault(IconAnnotation_1).default; } });
|
|
658
|
+
var IconDeleteLine_1 = require("./IconDeleteLine");
|
|
659
|
+
Object.defineProperty(exports, "IconDeleteLine", { enumerable: true, get: function () { return __importDefault(IconDeleteLine_1).default; } });
|
|
660
|
+
var IconUploadFiles_1 = require("./IconUploadFiles");
|
|
661
|
+
Object.defineProperty(exports, "IconUploadFiles", { enumerable: true, get: function () { return __importDefault(IconUploadFiles_1).default; } });
|
|
662
|
+
var IconRecording_1 = require("./IconRecording");
|
|
663
|
+
Object.defineProperty(exports, "IconRecording", { enumerable: true, get: function () { return __importDefault(IconRecording_1).default; } });
|
|
664
|
+
var IconImportDefault_1 = require("./IconImportDefault");
|
|
665
|
+
Object.defineProperty(exports, "IconImportDefault", { enumerable: true, get: function () { return __importDefault(IconImportDefault_1).default; } });
|
|
666
|
+
var IconUndeliver_1 = require("./IconUndeliver");
|
|
667
|
+
Object.defineProperty(exports, "IconUndeliver", { enumerable: true, get: function () { return __importDefault(IconUndeliver_1).default; } });
|
|
668
|
+
var IconUploadActive_1 = require("./IconUploadActive");
|
|
669
|
+
Object.defineProperty(exports, "IconUploadActive", { enumerable: true, get: function () { return __importDefault(IconUploadActive_1).default; } });
|
|
670
|
+
var IconUploadDefaut_1 = require("./IconUploadDefaut");
|
|
671
|
+
Object.defineProperty(exports, "IconUploadDefaut", { enumerable: true, get: function () { return __importDefault(IconUploadDefaut_1).default; } });
|
|
616
672
|
__exportStar(require("./type"), exports);
|
|
617
673
|
});
|