@arco-iconbox/react-hiagent 0.0.86 → 0.0.88
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/IconRunConfiguration/index.d.ts +4 -0
- package/cjs/IconRunConfiguration/index.js +63 -0
- package/cjs/IconRuntimeConfiguration/index.d.ts +4 -0
- package/cjs/IconRuntimeConfiguration/index.js +59 -0
- package/cjs/index.d.ts +2 -0
- package/cjs/index.js +5 -1
- package/dist/icon.min.js +1 -1
- package/esm/IconRunConfiguration/index.d.ts +4 -0
- package/esm/IconRunConfiguration/index.js +38 -0
- package/esm/IconRuntimeConfiguration/index.d.ts +4 -0
- package/esm/IconRuntimeConfiguration/index.js +34 -0
- package/esm/index.d.ts +2 -0
- package/esm/index.js +2 -0
- package/package.json +1 -1
- package/src/IconRunConfiguration/index.tsx +15 -0
- package/src/IconRuntimeConfiguration/index.tsx +15 -0
- package/src/index.ts +2 -0
- package/umd/IconRunConfiguration/index.d.ts +4 -0
- package/umd/IconRunConfiguration/index.js +73 -0
- package/umd/IconRuntimeConfiguration/index.d.ts +4 -0
- package/umd/IconRuntimeConfiguration/index.js +69 -0
- package/umd/index.d.ts +2 -0
- package/umd/index.js +6 -2
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconRunConfiguration: 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 IconRunConfiguration;
|
|
@@ -0,0 +1,63 @@
|
|
|
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 IconRunConfigurationComponent(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-run-configuration").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : 'none', viewBox: "0 0 24 24" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("rect", { width: "24", height: "24", fill: useCurrentColor ? 'currentColor' : '#34D9D9', rx: "4" }),
|
|
57
|
+
react_1.default.createElement("g", { fill: useCurrentColor ? 'currentColor' : '#fff' },
|
|
58
|
+
react_1.default.createElement("path", { d: "M4.875 7.25001C4.875 6.15692 5.76111 5.27084 6.85417 5.27084H11.2083C11.6456 5.27084 12 5.62528 12 6.06251C12 6.49974 11.6456 6.85418 11.2083 6.85418H6.85417C6.63555 6.85418 6.45833 7.03139 6.45833 7.25001V14.7708H17.5417V11.2083C17.5417 10.7711 17.8961 10.4167 18.3333 10.4167C18.7706 10.4167 19.125 10.7711 19.125 11.2083V15.5625C19.125 15.9997 18.7706 16.3542 18.3333 16.3542H5.66667C5.22944 16.3542 4.875 15.9997 4.875 15.5625V7.25001Z" }),
|
|
59
|
+
react_1.default.createElement("path", { d: "M4.0835 15.5625H19.9168V16.3542C19.9168 17.6658 18.8535 18.7292 17.5418 18.7292H6.4585C5.14682 18.7292 4.0835 17.6658 4.0835 16.3542V15.5625Z" }),
|
|
60
|
+
react_1.default.createElement("path", { d: "M4.87484 16.3542C4.87484 17.2286 5.58372 17.9375 6.45817 17.9375H17.5415C18.416 17.9375 19.1248 17.2286 19.1248 16.3542H4.87484zM20.7082 16.3542C20.7082 18.1031 19.2904 19.5208 17.5415 19.5208H6.45817C4.70927 19.5208 3.2915 18.1031 3.2915 16.3542V15.5625L3.29537 15.4813C3.33601 15.0822 3.67334 14.7708 4.08317 14.7708H19.9165L19.9977 14.7747C20.3968 14.8153 20.7082 15.1527 20.7082 15.5625V16.3542zM15.063 4.65697C15.374 4.40336 15.8323 4.42125 16.1222 4.71109 16.412 5.00093 16.4299 5.45931 16.1763 5.77025L16.1222 5.83055 15.0986 6.85415 16.1222 7.87775 16.1763 7.93806C16.4299 8.249 16.412 8.70738 16.1222 8.99722 15.8323 9.28706 15.374 9.30495 15.063 9.05134L15.0027 8.99722 13.4194 7.41389C13.1102 7.10472 13.1102 6.60359 13.4194 6.29442L15.0027 4.71109 15.063 4.65697zM17.3779 4.71109C17.6677 4.42125 18.1261 4.40336 18.437 4.65697L18.4973 4.71109 20.0807 6.29442 20.1348 6.35472C20.3884 6.66567 20.3705 7.12405 20.0807 7.41389L18.4973 8.99722C18.1882 9.30639 17.687 9.30639 17.3779 8.99722 17.0687 8.68806 17.0687 8.18692 17.3779 7.87775L18.4015 6.85415 17.3779 5.83055 17.3238 5.77025C17.0701 5.45931 17.088 5.00093 17.3779 4.71109z" })));
|
|
61
|
+
}
|
|
62
|
+
var IconRunConfiguration = react_1.default.forwardRef(IconRunConfigurationComponent);
|
|
63
|
+
exports.default = IconRunConfiguration;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { OriginIconProps } from '../type';
|
|
3
|
+
declare const IconRuntimeConfiguration: 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 IconRuntimeConfiguration;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
16
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
17
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
18
|
+
}
|
|
19
|
+
Object.defineProperty(o, k2, desc);
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
37
|
+
var t = {};
|
|
38
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
39
|
+
t[p] = s[p];
|
|
40
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
41
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
42
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
43
|
+
t[p[i]] = s[p[i]];
|
|
44
|
+
}
|
|
45
|
+
return t;
|
|
46
|
+
};
|
|
47
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
48
|
+
var react_1 = __importStar(require("react"));
|
|
49
|
+
var context_1 = require("../context");
|
|
50
|
+
function IconRuntimeConfigurationComponent(props, ref) {
|
|
51
|
+
var prefixFromContext = (0, react_1.useContext)(context_1.Context).prefix;
|
|
52
|
+
var _a = props.className, className = _a === void 0 ? '' : _a, prefixFromProps = props.prefix, _b = props.width, width = _b === void 0 ? '1em' : _b, _c = props.height, height = _c === void 0 ? '1em' : _c, _d = props.useCurrentColor, useCurrentColor = _d === void 0 ? true : _d, spin = props.spin, rest = __rest(props, ["className", "prefix", "width", "height", "useCurrentColor", "spin"]);
|
|
53
|
+
var prefix = prefixFromProps || prefixFromContext || 'hiagent';
|
|
54
|
+
var loadingKls = spin ? " ".concat(prefix, "-icon-loading") : '';
|
|
55
|
+
return react_1.default.createElement("svg", __assign({ className: "".concat(prefix, "-icon ").concat(prefix, "-icon-runtime-configuration").concat(loadingKls, " ").concat(className), width: width, height: height, xmlns: "http://www.w3.org/2000/svg", fill: useCurrentColor ? 'currentColor' : '#000', viewBox: "0 0 16 16" }, rest, { ref: ref }),
|
|
56
|
+
react_1.default.createElement("path", { d: "M11.5752 1.84961C12.8212 1.84974 13.832 2.86036 13.832 4.10645V4.38281C13.832 4.78284 13.5074 5.10729 13.1074 5.10742C12.7074 5.10736 12.3828 4.78288 12.3828 4.38281V4.10645C12.3828 3.66059 12.021 3.29896 11.5752 3.29883H6.17285V10.0508C6.17285 10.523 6.00567 10.9808 5.70117 11.3418L4.55371 12.7012H11.5752C12.021 12.701 12.3828 12.3394 12.3828 11.8936V11.6172C12.3828 11.2171 12.7074 10.8926 13.1074 10.8926C13.5074 10.8927 13.832 11.2172 13.832 11.6172V11.8936C13.832 13.1396 12.8212 14.1503 11.5752 14.1504H4.42676C3.18059 14.1504 2.16992 13.1397 2.16992 11.8936V4.10645C2.16992 2.86028 3.18059 1.84961 4.42676 1.84961H11.5752ZM12.3145 12.502C12.1582 12.6912 11.9306 12.8196 11.6729 12.8457L11.7686 12.832C12.0178 12.781 12.2315 12.6325 12.3691 12.4287L12.3145 12.502ZM3.54395 3.7334C3.49546 3.84799 3.46875 3.97419 3.46875 4.10645V11.8936L3.47168 11.9688L3.46973 11.8936V4.10645C3.46973 3.94127 3.51138 3.78596 3.58496 3.65039L3.54395 3.7334ZM4.42676 3.29883C3.98082 3.29883 3.61914 3.6605 3.61914 4.10645V11.5615L4.59375 10.4072C4.67764 10.3077 4.72363 10.181 4.72363 10.0508V3.29883H4.42676ZM5.77246 10.9785C5.72729 11.0565 5.67575 11.1309 5.61914 11.2021C5.67554 11.1312 5.7274 11.0573 5.77246 10.9795V10.9785ZM10.6807 5.8916C10.9636 5.60917 11.4223 5.60894 11.7051 5.8916L13.6201 7.80664C13.9027 8.08942 13.9025 8.54815 13.6201 8.83105L11.7051 10.7461C11.4222 11.029 10.9636 11.0289 10.6807 10.7461C10.3977 10.4632 10.3977 10.0046 10.6807 9.72168L11.3574 9.04395H8.63965C8.2396 9.04395 7.91514 8.71936 7.91504 8.31934C7.91504 7.91922 8.23954 7.59473 8.63965 7.59473H11.3584L10.6807 6.91699C10.3977 6.63407 10.3977 6.17452 10.6807 5.8916ZM10.9756 10.7666C11.0449 10.7947 11.1187 10.8086 11.1924 10.8086C11.082 10.8086 10.9716 10.7771 10.876 10.7139L10.9756 10.7666ZM10.6602 10.0186C10.5762 10.226 10.618 10.4725 10.7861 10.6406L10.7129 10.5498C10.6079 10.3907 10.5903 10.1913 10.6602 10.0186ZM4.83008 10.292C4.81633 10.3298 4.79939 10.3664 4.7793 10.4014C4.8199 10.3309 4.84808 10.2539 4.8623 10.1738L4.83008 10.292ZM10.7119 9.91797C10.6982 9.93872 10.6884 9.96141 10.6777 9.9834C10.7049 9.92761 10.7398 9.87448 10.7861 9.82812L10.7119 9.91797ZM13.6709 8.20898C13.678 8.24542 13.6817 8.28235 13.6816 8.31934L13.6709 8.20996C13.6639 8.17376 13.6536 8.13808 13.6396 8.10352L13.6709 8.20898ZM10.7119 6.08789C10.5664 6.30852 10.5898 6.60731 10.7803 6.80371C10.5623 6.57891 10.5639 6.22027 10.7861 5.99805L10.7119 6.08789ZM11.0078 5.8623C10.9621 5.87781 10.9174 5.89745 10.876 5.9248L10.9766 5.87207C10.9867 5.86796 10.9975 5.86581 11.0078 5.8623ZM3.96973 3.26465C3.8342 3.33834 3.71877 3.44404 3.63281 3.57129L3.6875 3.49805C3.78502 3.37971 3.91045 3.28521 4.05371 3.22461L3.96973 3.26465ZM11.7676 3.16895C12.0171 3.21985 12.2313 3.36757 12.3691 3.57129L12.3145 3.49707C12.1583 3.30786 11.9305 3.18036 11.6729 3.1543L11.7676 3.16895ZM4.32812 3.1543C4.26383 3.16086 4.20149 3.17374 4.1416 3.19238L4.2334 3.16895C4.26477 3.16252 4.29669 3.15757 4.3291 3.1543L4.42676 3.14941L4.32812 3.1543Z" }));
|
|
57
|
+
}
|
|
58
|
+
var IconRuntimeConfiguration = react_1.default.forwardRef(IconRuntimeConfigurationComponent);
|
|
59
|
+
exports.default = IconRuntimeConfiguration;
|
package/cjs/index.d.ts
CHANGED
|
@@ -1441,4 +1441,6 @@ export { default as IconWkfOptimization } from './IconWkfOptimization';
|
|
|
1441
1441
|
export { default as IconCustomApplication } from './IconCustomApplication';
|
|
1442
1442
|
export { default as IconArrowUpwards } from './IconArrowUpwards';
|
|
1443
1443
|
export { default as IconArrowDownward } from './IconArrowDownward';
|
|
1444
|
+
export { default as IconRunConfiguration } from './IconRunConfiguration';
|
|
1445
|
+
export { default as IconRuntimeConfiguration } from './IconRuntimeConfiguration';
|
|
1444
1446
|
export * from './type';
|
package/cjs/index.js
CHANGED
|
@@ -45,7 +45,7 @@ exports.IconKitchenKnife = exports.IconPersonTakingBath = exports.IconWorldMap =
|
|
|
45
45
|
exports.IconBanjo = exports.IconPostalHor = exports.IconMobilePhone = exports.IconYarn = exports.IconControlKnob = exports.IconKnot = exports.IconSewingNeedle = exports.IconKite = exports.IconPrayerBeads = exports.IconLevelSlider = exports.IconGemStone = exports.IconNazarAmulet = exports.IconShoppingBags = exports.IconMagicWand = exports.IconPinata = exports.IconTeddyBear = exports.IconCrystalBall = exports.IconJoystick = exports.IconNestingDolls = exports.IconFramedPictur = exports.IconStopwatch = exports.IconRedEnvelope = exports.IconJapaneseDolls = exports.IconThread = exports.IconYoYo = exports.IconDivingMask = exports.IconCarpStreamer = exports.IconWrappedGift = exports.IconBalloon = exports.IconConfettiBall = exports.IconAlarmClock = exports.IconUmbrellaonGround = exports.IconWindChime = exports.IconRibbon = exports.IconManualWheelchair = exports.IconBellhopBell = exports.IconMantelpieceClock = exports.IconHourglassNotDone = exports.IconHourglassDone = exports.IconMotorizedWheelchair = exports.IconLuggage = exports.IconBomb = exports.IconTimerClock = exports.IconOilDrum = exports.IconThermometer = exports.IconPartyPopper = exports.IconWatch = exports.IconLoveLetter = exports.IconPersoninBed = exports.IconHole = void 0;
|
|
46
46
|
exports.IconDataDataset = exports.IconModelService = exports.IconDataOnlineTagging = exports.IconModelOptimization = exports.IconModelAppliction = exports.IconModelWarehouse = exports.IconModelExperienceCenter = exports.IconComputingManagement = exports.IconShare = exports.IconTrialOperation = exports.IconWiki = exports.IconColumnConfiguration1 = exports.IconMessageFill = exports.IconCardCollectionLinearity = exports.IconAgentQuote = exports.IconCardCollectionSurface = exports.IconAgentUse = exports.IconAgentDialogue = exports.IconOfficialV = exports.IconTokenQuantity = exports.IconBlock1 = exports.IconAcccount1 = exports.IconClosure = exports.IconPackaging = exports.IconRerank = exports.IconEn = exports.IconTraditionalChinese = exports.IconSimplifiedChinese = exports.IconGeneralSuccessHighSaturation = exports.IconCopyLine = exports.IconCollect2 = exports.IconUncollect2 = exports.IconUploadingDoc = exports.IconAddGroup = exports.IconRouge1 = exports.IconRougeL = exports.IconRouge2 = exports.IconF1 = exports.IconAccuracy = exports.IconTemplate1 = exports.IconNoRule = exports.IconJavascript = exports.IconUserTemplate = exports.IconKnowledgeLeft = exports.IconKnowledgeRight = exports.IconKnowledgeAddto = exports.IconKnowledgeMinus = exports.IconGroup = exports.IconRadio = exports.IconStudioMicrophone = void 0;
|
|
47
47
|
exports.IconStopUpdate = exports.IconSheildKey = exports.IconRl = exports.IconPromptMaas = exports.IconDataSetMaas = exports.IconModelAccess = exports.IconContinuePretrain = exports.IconAddMaas = exports.IconMoreMaas = exports.IconOutputMaas = exports.IconMemoryWebapp = exports.IconBatchProcessing = exports.IconUnfold2 = exports.IconModelGallery = exports.IconOutput = exports.IconScale = exports.IconWebEmb = exports.IconThreatAttribution = exports.IconProtection = exports.IconShield = exports.IconCommentApply = exports.IconWflHttp = exports.IconVideo = exports.IconVariableAggregation = exports.IconAddNewVersion = exports.IconWfMemory = exports.IconFunctionCall = exports.IconImageAi = exports.IconSystemPresetting = exports.IconManagementBackEnd = exports.IconModelServiceC = exports.IconModelFile = exports.IconVectorModel = exports.IconLanguageModel = exports.IconSortingModel = exports.IconReportSet = exports.IconMenteor = exports.IconContextualRelevance = exports.IconNist = exports.IconBleu = exports.IconImageUnderstanding = exports.IconObservationIntegration = exports.IconArrangeMemory = exports.IconInvokeMemory = exports.IconCaretUp = exports.IconCaretDown = exports.IconAddVersion = exports.IconWflSetVariable = exports.IconAgtDebug = exports.IconSessionFlow = void 0;
|
|
48
|
-
exports.IconArrowDownward = exports.IconArrowUpwards = exports.IconCustomApplication = exports.IconWkfOptimization = exports.IconWkfTemplate = exports.IconStarColor = exports.IconModelWarehouseDetail = exports.IconDistribution = exports.IconCheckboxList = exports.IconDatasetsReflux = exports.IconDataProcessing = exports.IconCardSurface = exports.IconCardLine = exports.IconKnowledgeRetrieval = exports.IconKnowledgeWriting = exports.IconInformationCollection = exports.IconUnpin = exports.IconRename = exports.IconPin = exports.IconBatchMovement = exports.IconAsynchronousOperation = exports.IconParameterSetting = exports.IconFolderClose = exports.IconFolderOpen = exports.IconFolderMaas = exports.IconBatchInference = exports.IconObs = exports.IconDataSetBos = exports.IconManagement = exports.IconDeepseek = exports.IconDataSetDetail = exports.IconDataSetBlue = exports.IconImageModel = exports.IconWorkspaceMaas = exports.IconYaml = exports.IconUserMaas = exports.IconCustomMark = exports.IconService = exports.IconRm = exports.IconSmoothUpdate = exports.IconModelEvalue = exports.IconSingleMachine = exports.IconTos = void 0;
|
|
48
|
+
exports.IconRuntimeConfiguration = exports.IconRunConfiguration = exports.IconArrowDownward = exports.IconArrowUpwards = exports.IconCustomApplication = exports.IconWkfOptimization = exports.IconWkfTemplate = exports.IconStarColor = exports.IconModelWarehouseDetail = exports.IconDistribution = exports.IconCheckboxList = exports.IconDatasetsReflux = exports.IconDataProcessing = exports.IconCardSurface = exports.IconCardLine = exports.IconKnowledgeRetrieval = exports.IconKnowledgeWriting = exports.IconInformationCollection = exports.IconUnpin = exports.IconRename = exports.IconPin = exports.IconBatchMovement = exports.IconAsynchronousOperation = exports.IconParameterSetting = exports.IconFolderClose = exports.IconFolderOpen = exports.IconFolderMaas = exports.IconBatchInference = exports.IconObs = exports.IconDataSetBos = exports.IconManagement = exports.IconDeepseek = exports.IconDataSetDetail = exports.IconDataSetBlue = exports.IconImageModel = exports.IconWorkspaceMaas = exports.IconYaml = exports.IconUserMaas = exports.IconCustomMark = exports.IconService = exports.IconRm = exports.IconSmoothUpdate = exports.IconModelEvalue = exports.IconSingleMachine = exports.IconTos = void 0;
|
|
49
49
|
var IconWorkflowNodata_1 = require("./IconWorkflowNodata");
|
|
50
50
|
Object.defineProperty(exports, "IconWorkflowNodata", { enumerable: true, get: function () { return __importDefault(IconWorkflowNodata_1).default; } });
|
|
51
51
|
var IconAgentNodata_1 = require("./IconAgentNodata");
|
|
@@ -2932,4 +2932,8 @@ var IconArrowUpwards_1 = require("./IconArrowUpwards");
|
|
|
2932
2932
|
Object.defineProperty(exports, "IconArrowUpwards", { enumerable: true, get: function () { return __importDefault(IconArrowUpwards_1).default; } });
|
|
2933
2933
|
var IconArrowDownward_1 = require("./IconArrowDownward");
|
|
2934
2934
|
Object.defineProperty(exports, "IconArrowDownward", { enumerable: true, get: function () { return __importDefault(IconArrowDownward_1).default; } });
|
|
2935
|
+
var IconRunConfiguration_1 = require("./IconRunConfiguration");
|
|
2936
|
+
Object.defineProperty(exports, "IconRunConfiguration", { enumerable: true, get: function () { return __importDefault(IconRunConfiguration_1).default; } });
|
|
2937
|
+
var IconRuntimeConfiguration_1 = require("./IconRuntimeConfiguration");
|
|
2938
|
+
Object.defineProperty(exports, "IconRuntimeConfiguration", { enumerable: true, get: function () { return __importDefault(IconRuntimeConfiguration_1).default; } });
|
|
2935
2939
|
__exportStar(require("./type"), exports);
|