@aloudata/aloudata-design 1.9.4 → 1.9.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/dist/AldTable/style/index.less +1 -0
- package/dist/App/index.js +8 -2
- package/dist/Button/index.d.ts +1 -1
- package/dist/Button/style/type.less +1 -0
- package/dist/Checkbox/style/index.less +46 -9
- package/dist/Empty/image/Search.js +22 -203
- package/dist/Empty/image/SearchSmall.js +8 -15
- package/dist/Empty/index.js +8 -8
- package/dist/Empty/style/index.less +9 -3
- package/dist/Icon/components/AlertTriangleDuotone.d.ts +2 -1
- package/dist/Icon/components/AlertTriangleDuotone.js +3 -3
- package/dist/Icon/components/CancelCircleDuotone.d.ts +2 -1
- package/dist/Icon/components/CancelCircleDuotone.js +5 -5
- package/dist/Icon/components/CheckCircleDuotone.d.ts +2 -1
- package/dist/Icon/components/CheckCircleDuotone.js +5 -5
- package/dist/Icon/components/InfoCircleLine.d.ts +2 -1
- package/dist/Icon/components/InfoCircleLine.js +3 -3
- package/dist/Input/style/index.less +26 -10
- package/dist/Modal/style/index.less +13 -0
- package/dist/Pagination/index.js +1 -1
- package/dist/Pagination/style/index.less +5 -1
- package/dist/Radio/style/index.less +4 -4
- package/dist/Select/index.js +2 -2
- package/dist/Select/style/index.less +1 -0
- package/dist/Select/style/multiple.less +1 -1
- package/dist/Select/style/single.less +2 -2
- package/dist/Switch/style/index.less +2 -1
- package/dist/Tree/style/index.less +18 -15
- package/dist/style/index.less +7 -1
- package/package.json +1 -1
|
@@ -29,6 +29,12 @@
|
|
|
29
29
|
font-weight: 500;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
+
.ald-empty-title-small {
|
|
33
|
+
color: #858585;
|
|
34
|
+
font-weight: 400;
|
|
35
|
+
font-size: 13px;
|
|
36
|
+
}
|
|
37
|
+
|
|
32
38
|
.ald-empty-description {
|
|
33
39
|
color: @NL40;
|
|
34
40
|
font-size: 13px;
|
|
@@ -55,12 +61,12 @@
|
|
|
55
61
|
padding: 24px;
|
|
56
62
|
|
|
57
63
|
.ald-empty-image-wrap {
|
|
58
|
-
width:
|
|
59
|
-
height:
|
|
64
|
+
width: 24px;
|
|
65
|
+
height: 24px;
|
|
60
66
|
}
|
|
61
67
|
|
|
62
68
|
.ald-empty-title {
|
|
63
|
-
margin-top:
|
|
69
|
+
margin-top: 8px;
|
|
64
70
|
}
|
|
65
71
|
}
|
|
66
72
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
1
2
|
import * as React from 'react';
|
|
2
3
|
interface SVGRProps {
|
|
3
4
|
size?: number;
|
|
@@ -6,5 +7,5 @@ interface SVGRProps {
|
|
|
6
7
|
desc?: string;
|
|
7
8
|
descId?: string;
|
|
8
9
|
}
|
|
9
|
-
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<
|
|
10
|
+
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<SVGProps<SVGSVGElement> & SVGRProps, "string" | "children" | "className" | "style" | "clipPath" | "filter" | "mask" | "path" | "fontFamily" | "fontSize" | "lang" | "textDecoration" | "width" | "color" | "height" | "id" | "max" | "media" | "method" | "min" | "name" | "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" | "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" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "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" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "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" | "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" | "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" | "onResize" | "onResizeCapture" | "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" | keyof SVGRProps> & React.RefAttributes<SVGSVGElement>>>;
|
|
10
11
|
export default Memo;
|
|
@@ -20,8 +20,8 @@ var AlertTriangleDuotone = function AlertTriangleDuotone(_ref, ref) {
|
|
|
20
20
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21
21
|
width: props.width || props.size || 16,
|
|
22
22
|
height: props.height || props.size || 16,
|
|
23
|
-
viewBox: "0 0 24 24",
|
|
24
23
|
fill: "none",
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
25
|
ref: ref,
|
|
26
26
|
"aria-labelledby": titleId,
|
|
27
27
|
"aria-describedby": descId
|
|
@@ -30,10 +30,10 @@ var AlertTriangleDuotone = function AlertTriangleDuotone(_ref, ref) {
|
|
|
30
30
|
}, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
|
|
31
31
|
id: titleId
|
|
32
32
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
fill: props.color || 'currentColor',
|
|
33
34
|
fillRule: "evenodd",
|
|
34
|
-
clipRule: "evenodd",
|
|
35
35
|
d: "m12 2 10 18H2L12 2Zm-.5 12V8h1v6h-1Zm1.5 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
|
|
36
|
-
|
|
36
|
+
clipRule: "evenodd"
|
|
37
37
|
}));
|
|
38
38
|
};
|
|
39
39
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
1
2
|
import * as React from 'react';
|
|
2
3
|
interface SVGRProps {
|
|
3
4
|
size?: number;
|
|
@@ -6,5 +7,5 @@ interface SVGRProps {
|
|
|
6
7
|
desc?: string;
|
|
7
8
|
descId?: string;
|
|
8
9
|
}
|
|
9
|
-
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<
|
|
10
|
+
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<SVGProps<SVGSVGElement> & SVGRProps, "string" | "children" | "className" | "style" | "clipPath" | "filter" | "mask" | "path" | "fontFamily" | "fontSize" | "lang" | "textDecoration" | "width" | "color" | "height" | "id" | "max" | "media" | "method" | "min" | "name" | "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" | "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" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "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" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "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" | "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" | "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" | "onResize" | "onResizeCapture" | "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" | keyof SVGRProps> & React.RefAttributes<SVGSVGElement>>>;
|
|
10
11
|
export default Memo;
|
|
@@ -20,8 +20,8 @@ var CancelCircleDuotone = function CancelCircleDuotone(_ref, ref) {
|
|
|
20
20
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21
21
|
width: props.width || props.size || 16,
|
|
22
22
|
height: props.height || props.size || 16,
|
|
23
|
-
viewBox: "0 0 24 24",
|
|
24
23
|
fill: "none",
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
25
|
ref: ref,
|
|
26
26
|
"aria-labelledby": titleId,
|
|
27
27
|
"aria-describedby": descId
|
|
@@ -30,13 +30,13 @@ var CancelCircleDuotone = function CancelCircleDuotone(_ref, ref) {
|
|
|
30
30
|
}, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
|
|
31
31
|
id: titleId
|
|
32
32
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
fill: props.color || 'currentColor',
|
|
34
|
+
d: "M12 2C6.429 2 2 6.429 2 12s4.429 10 10 10 10-4.429 10-10S17.571 2 12 2Z"
|
|
35
35
|
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
fill: props.fill || 'currentColor',
|
|
36
37
|
fillRule: "evenodd",
|
|
37
|
-
clipRule: "evenodd",
|
|
38
38
|
d: "m17.854 8.854-7 7a.5.5 0 0 1-.708 0l-4-4 .708-.708 3.646 3.647 6.646-6.647.708.708Z",
|
|
39
|
-
|
|
39
|
+
clipRule: "evenodd"
|
|
40
40
|
}));
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
1
2
|
import * as React from 'react';
|
|
2
3
|
interface SVGRProps {
|
|
3
4
|
size?: number;
|
|
@@ -6,5 +7,5 @@ interface SVGRProps {
|
|
|
6
7
|
desc?: string;
|
|
7
8
|
descId?: string;
|
|
8
9
|
}
|
|
9
|
-
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<
|
|
10
|
+
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<SVGProps<SVGSVGElement> & SVGRProps, "string" | "children" | "className" | "style" | "clipPath" | "filter" | "mask" | "path" | "fontFamily" | "fontSize" | "lang" | "textDecoration" | "width" | "color" | "height" | "id" | "max" | "media" | "method" | "min" | "name" | "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" | "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" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "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" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "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" | "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" | "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" | "onResize" | "onResizeCapture" | "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" | keyof SVGRProps> & React.RefAttributes<SVGSVGElement>>>;
|
|
10
11
|
export default Memo;
|
|
@@ -20,8 +20,8 @@ var CheckCircleDuotone = function CheckCircleDuotone(_ref, ref) {
|
|
|
20
20
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21
21
|
width: props.width || props.size || 16,
|
|
22
22
|
height: props.height || props.size || 16,
|
|
23
|
-
viewBox: "0 0 24 24",
|
|
24
23
|
fill: "none",
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
25
|
ref: ref,
|
|
26
26
|
"aria-labelledby": titleId,
|
|
27
27
|
"aria-describedby": descId
|
|
@@ -30,13 +30,13 @@ var CheckCircleDuotone = function CheckCircleDuotone(_ref, ref) {
|
|
|
30
30
|
}, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
|
|
31
31
|
id: titleId
|
|
32
32
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
fill: props.color || 'currentColor',
|
|
34
|
+
d: "M12 2C6.429 2 2 6.429 2 12s4.429 10 10 10 10-4.429 10-10S17.571 2 12 2Z"
|
|
35
35
|
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
fill: props.fill || 'currentColor',
|
|
36
37
|
fillRule: "evenodd",
|
|
37
|
-
clipRule: "evenodd",
|
|
38
38
|
d: "m17.854 8.854-7 7a.5.5 0 0 1-.708 0l-4-4 .708-.708 3.646 3.647 6.646-6.647.708.708Z",
|
|
39
|
-
|
|
39
|
+
clipRule: "evenodd"
|
|
40
40
|
}));
|
|
41
41
|
};
|
|
42
42
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { SVGProps } from 'react';
|
|
1
2
|
import * as React from 'react';
|
|
2
3
|
interface SVGRProps {
|
|
3
4
|
size?: number;
|
|
@@ -6,5 +7,5 @@ interface SVGRProps {
|
|
|
6
7
|
desc?: string;
|
|
7
8
|
descId?: string;
|
|
8
9
|
}
|
|
9
|
-
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<
|
|
10
|
+
declare const Memo: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<SVGProps<SVGSVGElement> & SVGRProps, "string" | "children" | "className" | "style" | "clipPath" | "filter" | "mask" | "path" | "fontFamily" | "fontSize" | "lang" | "textDecoration" | "width" | "color" | "height" | "id" | "max" | "media" | "method" | "min" | "name" | "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" | "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" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "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" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "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" | "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" | "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" | "onResize" | "onResizeCapture" | "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" | keyof SVGRProps> & React.RefAttributes<SVGSVGElement>>>;
|
|
10
11
|
export default Memo;
|
|
@@ -20,8 +20,8 @@ var InfoCircleLine = function InfoCircleLine(_ref, ref) {
|
|
|
20
20
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21
21
|
width: props.width || props.size || 16,
|
|
22
22
|
height: props.height || props.size || 16,
|
|
23
|
-
viewBox: "0 0 24 24",
|
|
24
23
|
fill: "none",
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
25
|
ref: ref,
|
|
26
26
|
"aria-labelledby": titleId,
|
|
27
27
|
"aria-describedby": descId
|
|
@@ -30,10 +30,10 @@ var InfoCircleLine = function InfoCircleLine(_ref, ref) {
|
|
|
30
30
|
}, desc) : null, title ? /*#__PURE__*/React.createElement("title", {
|
|
31
31
|
id: titleId
|
|
32
32
|
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
fill: props.color || 'currentColor',
|
|
33
34
|
fillRule: "evenodd",
|
|
34
|
-
clipRule: "evenodd",
|
|
35
35
|
d: "M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm0 1a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm0-11a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-2 1v1h2v5h-2v1h5v-1h-2v-6h-3Z",
|
|
36
|
-
|
|
36
|
+
clipRule: "evenodd"
|
|
37
37
|
}));
|
|
38
38
|
};
|
|
39
39
|
|
|
@@ -50,8 +50,22 @@
|
|
|
50
50
|
// box-shadow: @shadow-xs;
|
|
51
51
|
caret-color: @B60;
|
|
52
52
|
|
|
53
|
+
.ant-input-suffix .ant-input-clear-icon {
|
|
54
|
+
display: none;
|
|
55
|
+
}
|
|
56
|
+
|
|
53
57
|
&:hover {
|
|
54
58
|
border-color: @input-border-color;
|
|
59
|
+
|
|
60
|
+
.ant-input-suffix .ant-input-clear-icon {
|
|
61
|
+
display: block;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&.ant-input-affix-wrapper-focused {
|
|
66
|
+
.ant-input-suffix .ant-input-clear-icon {
|
|
67
|
+
display: block;
|
|
68
|
+
}
|
|
55
69
|
}
|
|
56
70
|
|
|
57
71
|
&::placeholder {
|
|
@@ -140,17 +154,19 @@
|
|
|
140
154
|
}
|
|
141
155
|
|
|
142
156
|
.ant-input-prefix {
|
|
143
|
-
color:
|
|
157
|
+
color: #858585;
|
|
144
158
|
}
|
|
145
159
|
|
|
146
160
|
.ant-input-suffix {
|
|
161
|
+
color: #858585;
|
|
162
|
+
|
|
147
163
|
.ant-input-clear-icon {
|
|
148
|
-
color:
|
|
164
|
+
color: #858585;
|
|
149
165
|
font-size: inherit;
|
|
150
166
|
}
|
|
151
167
|
|
|
152
168
|
.ant-input-password-icon {
|
|
153
|
-
color:
|
|
169
|
+
color: #858585;
|
|
154
170
|
}
|
|
155
171
|
}
|
|
156
172
|
}
|
|
@@ -392,8 +408,8 @@ textarea.ald-input-textarea.ald-input-textarea,
|
|
|
392
408
|
}
|
|
393
409
|
|
|
394
410
|
&.ant-input-disabled {
|
|
395
|
-
color:
|
|
396
|
-
background:
|
|
411
|
+
color: #858585;
|
|
412
|
+
background: #f8f8f8;
|
|
397
413
|
cursor: initial;
|
|
398
414
|
|
|
399
415
|
// &:hover,
|
|
@@ -413,7 +429,7 @@ textarea.ald-input-textarea.ald-input-textarea,
|
|
|
413
429
|
|
|
414
430
|
.ant-input-group-wrapper {
|
|
415
431
|
.ant-input-group-addon {
|
|
416
|
-
color:
|
|
432
|
+
color: #858585 !important;
|
|
417
433
|
border-color: @input-border-color;
|
|
418
434
|
}
|
|
419
435
|
|
|
@@ -450,7 +466,7 @@ textarea.ald-input-textarea.ald-input-textarea,
|
|
|
450
466
|
|
|
451
467
|
&.ald-input-middle {
|
|
452
468
|
.ant-input-group-addon {
|
|
453
|
-
padding: 4px
|
|
469
|
+
padding: 4px 8px;
|
|
454
470
|
font-size: @input-font-size-middle;
|
|
455
471
|
}
|
|
456
472
|
|
|
@@ -481,7 +497,7 @@ textarea.ald-input-textarea.ald-input-textarea,
|
|
|
481
497
|
|
|
482
498
|
&.ald-input-small {
|
|
483
499
|
.ant-input-group-addon {
|
|
484
|
-
padding: 3px
|
|
500
|
+
padding: 3px 8px;
|
|
485
501
|
font-size: @input-font-size-small;
|
|
486
502
|
}
|
|
487
503
|
|
|
@@ -511,8 +527,8 @@ textarea.ald-input-textarea.ald-input-textarea,
|
|
|
511
527
|
}
|
|
512
528
|
|
|
513
529
|
/* stylelint-disable-next-line no-duplicate-selectors */
|
|
514
|
-
.ant-input-group-addon {
|
|
515
|
-
background-color:
|
|
530
|
+
.ant-input-group-addon[class][class] {
|
|
531
|
+
background-color: #f8f8f8;
|
|
516
532
|
|
|
517
533
|
&:first-child {
|
|
518
534
|
border-top-right-radius: 0;
|
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
@import '../../ScrollArea/style/index.less';
|
|
3
3
|
|
|
4
4
|
.ald-modal.ald-modal {
|
|
5
|
+
animation-duration: 10ms !important;
|
|
6
|
+
// 移除缩放效果
|
|
7
|
+
&.ant-zoom-enter,
|
|
8
|
+
&.ant-zoom-leave {
|
|
9
|
+
animation-duration: 10ms !important;
|
|
10
|
+
}
|
|
11
|
+
|
|
5
12
|
.ant-modal-content {
|
|
6
13
|
padding: 15px 23px;
|
|
7
14
|
box-shadow: none;
|
|
@@ -113,6 +120,12 @@
|
|
|
113
120
|
.ant-modal-content {
|
|
114
121
|
.ant-modal-body {
|
|
115
122
|
margin: 0 -24px;
|
|
123
|
+
|
|
124
|
+
.ald-modal-body-wrap {
|
|
125
|
+
.ald-modal-body-wrap-inner {
|
|
126
|
+
padding: 0;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
116
129
|
}
|
|
117
130
|
}
|
|
118
131
|
}
|
package/dist/Pagination/index.js
CHANGED
|
@@ -70,7 +70,7 @@ function Pagination(props) {
|
|
|
70
70
|
return /*#__PURE__*/React.createElement(Button, {
|
|
71
71
|
key: index,
|
|
72
72
|
icon: /*#__PURE__*/React.createElement("span", null, page),
|
|
73
|
-
className: classnames(_defineProperty({}, prefixCls('active'), page === current)),
|
|
73
|
+
className: classnames(prefixCls('button'), _defineProperty({}, prefixCls('active'), page === current)),
|
|
74
74
|
onClick: onChangePage(page)
|
|
75
75
|
});
|
|
76
76
|
}), /*#__PURE__*/React.createElement(Button, {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
.ald-pagination-container {
|
|
5
5
|
display: flex;
|
|
6
6
|
align-items: center;
|
|
7
|
-
gap:
|
|
7
|
+
gap: 8px;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.ald-pagination-active.ald-btn.ald-btn.ald-btn-secondary {
|
|
@@ -20,3 +20,7 @@
|
|
|
20
20
|
border: none;
|
|
21
21
|
color: #858585;
|
|
22
22
|
}
|
|
23
|
+
|
|
24
|
+
.ald-btn.ald-btn.ald-btn-secondary.ald-pagination-button {
|
|
25
|
+
font-weight: 400;
|
|
26
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import '../../style/index.less';
|
|
2
2
|
|
|
3
3
|
@radio-icon-button-padding-large: 8px;
|
|
4
|
-
@radio-icon-button-padding-middle:
|
|
4
|
+
@radio-icon-button-padding-middle: 7px;
|
|
5
5
|
@radio-icon-button-padding-small: 7px;
|
|
6
6
|
@radio-group-height-large: 36px;
|
|
7
7
|
@radio-group-height-middle: 32px;
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
display: flex;
|
|
61
61
|
align-items: center;
|
|
62
62
|
justify-content: center;
|
|
63
|
-
color:
|
|
63
|
+
color: #171717;
|
|
64
64
|
font-weight: 400;
|
|
65
65
|
font-size: 13px;
|
|
66
66
|
line-height: 20px;
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
position: relative;
|
|
138
138
|
|
|
139
139
|
.ald-radio-label .ald-radio-desc {
|
|
140
|
-
color:
|
|
141
|
-
font-weight:
|
|
140
|
+
color: #171717;
|
|
141
|
+
font-weight: 400;
|
|
142
142
|
font-size: @font-size-middle;
|
|
143
143
|
font-style: normal;
|
|
144
144
|
}
|
package/dist/Select/index.js
CHANGED
|
@@ -30,11 +30,11 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
30
30
|
|
|
31
31
|
import { FoldDownFill } from '@aloudata/icons-react';
|
|
32
32
|
import { Select as AntdSelect } from 'antd';
|
|
33
|
+
import { getMergedStatus } from 'antd/lib/_util/statusUtils';
|
|
33
34
|
import DisabledContext from 'antd/lib/config-provider/DisabledContext';
|
|
34
35
|
import { FormItemInputContext } from 'antd/lib/form/context';
|
|
35
36
|
import useStyle from 'antd/lib/select/style';
|
|
36
37
|
import { useCompactItemContext } from 'antd/lib/space/Compact';
|
|
37
|
-
import { getMergedStatus } from 'antd/lib/_util/statusUtils';
|
|
38
38
|
import classNames from 'classnames';
|
|
39
39
|
import List from 'rc-virtual-list';
|
|
40
40
|
import React, { forwardRef, useContext, useEffect, useImperativeHandle, useMemo, useRef } from 'react';
|
|
@@ -114,7 +114,7 @@ var Select = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
114
114
|
notFoundContent = _props$notFoundConten === void 0 ? /*#__PURE__*/React.createElement(Empty, {
|
|
115
115
|
image: Empty.PRESENTED_IMAGE_SEARCH_SMALL,
|
|
116
116
|
size: "small",
|
|
117
|
-
title: "\u65E0\
|
|
117
|
+
title: "\u65E0\u641C\u7D22\u7ED3\u679C"
|
|
118
118
|
}) : _props$notFoundConten,
|
|
119
119
|
value = props.value,
|
|
120
120
|
tagRender = props.tagRender,
|