@douyinfe/semi-ui 2.38.3-alpha.2-path-settimeout → 2.38.3-alpha.2-spin
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/css/semi.css +45 -2
- package/dist/css/semi.min.css +1 -1
- package/dist/umd/semi-ui.js +14 -51
- package/dist/umd/semi-ui.js.map +1 -1
- package/dist/umd/semi-ui.min.js +1 -1
- package/dist/umd/semi-ui.min.js.map +1 -1
- package/lib/cjs/anchor/index.d.ts +1 -1
- package/lib/cjs/autoComplete/index.d.ts +1 -1
- package/lib/cjs/button/Button.d.ts +1 -1
- package/lib/cjs/button/buttonGroup.d.ts +1 -1
- package/lib/cjs/button/index.d.ts +1 -1
- package/lib/cjs/datePicker/dateInput.d.ts +1 -1
- package/lib/cjs/datePicker/datePicker.d.ts +2 -2
- package/lib/cjs/datePicker/monthsGrid.d.ts +1 -1
- package/lib/cjs/datePicker/yearAndMonth.d.ts +1 -1
- package/lib/cjs/form/baseForm.d.ts +1 -1
- package/lib/cjs/form/field.d.ts +1 -1
- package/lib/cjs/input/index.d.ts +1 -1
- package/lib/cjs/input/inputGroup.d.ts +1 -1
- package/lib/cjs/modal/confirm.d.ts +18 -18
- package/lib/cjs/rating/index.d.ts +1 -1
- package/lib/cjs/rating/item.d.ts +1 -1
- package/lib/cjs/spin/icon.js +14 -51
- package/lib/cjs/switch/index.d.ts +1 -1
- package/lib/cjs/table/Table.d.ts +2 -2
- package/lib/cjs/table/index.d.ts +1 -1
- package/lib/cjs/tagInput/index.d.ts +1 -1
- package/lib/cjs/timePicker/TimePicker.d.ts +1 -1
- package/lib/cjs/timePicker/index.d.ts +1 -1
- package/lib/cjs/typography/title.d.ts +1 -1
- package/lib/es/anchor/index.d.ts +1 -1
- package/lib/es/autoComplete/index.d.ts +1 -1
- package/lib/es/button/Button.d.ts +1 -1
- package/lib/es/button/buttonGroup.d.ts +1 -1
- package/lib/es/button/index.d.ts +1 -1
- package/lib/es/datePicker/dateInput.d.ts +1 -1
- package/lib/es/datePicker/datePicker.d.ts +2 -2
- package/lib/es/datePicker/monthsGrid.d.ts +1 -1
- package/lib/es/datePicker/yearAndMonth.d.ts +1 -1
- package/lib/es/form/baseForm.d.ts +1 -1
- package/lib/es/form/field.d.ts +1 -1
- package/lib/es/input/index.d.ts +1 -1
- package/lib/es/input/inputGroup.d.ts +1 -1
- package/lib/es/modal/confirm.d.ts +18 -18
- package/lib/es/rating/index.d.ts +1 -1
- package/lib/es/rating/item.d.ts +1 -1
- package/lib/es/spin/icon.js +14 -51
- package/lib/es/switch/index.d.ts +1 -1
- package/lib/es/table/Table.d.ts +2 -2
- package/lib/es/table/index.d.ts +1 -1
- package/lib/es/tagInput/index.d.ts +1 -1
- package/lib/es/timePicker/TimePicker.d.ts +1 -1
- package/lib/es/timePicker/index.d.ts +1 -1
- package/lib/es/typography/title.d.ts +1 -1
- package/package.json +8 -8
package/dist/umd/semi-ui.js
CHANGED
|
@@ -27095,65 +27095,28 @@ var icon_rest = undefined && undefined.__rest || function (s, e) {
|
|
|
27095
27095
|
};
|
|
27096
27096
|
/* eslint-disable no-unused-vars */
|
|
27097
27097
|
|
|
27098
|
-
|
|
27099
|
-
let _id = -1;
|
|
27100
27098
|
function icon_Icon() {
|
|
27101
27099
|
let props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
27102
27100
|
const {
|
|
27103
|
-
id
|
|
27101
|
+
id,
|
|
27104
27102
|
className
|
|
27105
27103
|
} = props,
|
|
27106
27104
|
rest = icon_rest(props, ["id", "className"]);
|
|
27107
|
-
let _propsId = propsId;
|
|
27108
|
-
if (isNullOrUndefined(_propsId)) {
|
|
27109
|
-
_id++;
|
|
27110
|
-
_propsId = _id;
|
|
27111
|
-
}
|
|
27112
|
-
const id = `linearGradient-${_propsId}`;
|
|
27113
27105
|
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("svg", Object.assign({}, rest, {
|
|
27114
27106
|
className: className,
|
|
27115
|
-
width: "
|
|
27116
|
-
height: "
|
|
27117
|
-
viewBox: "0 0
|
|
27118
|
-
|
|
27119
|
-
|
|
27120
|
-
"
|
|
27121
|
-
|
|
27122
|
-
|
|
27123
|
-
|
|
27124
|
-
|
|
27125
|
-
|
|
27126
|
-
|
|
27127
|
-
|
|
27128
|
-
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("stop", {
|
|
27129
|
-
stopColor: "currentColor",
|
|
27130
|
-
stopOpacity: "0",
|
|
27131
|
-
offset: "0%"
|
|
27132
|
-
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("stop", {
|
|
27133
|
-
stopColor: "currentColor",
|
|
27134
|
-
stopOpacity: "0.50",
|
|
27135
|
-
offset: "39.9430698%"
|
|
27136
|
-
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("stop", {
|
|
27137
|
-
stopColor: "currentColor",
|
|
27138
|
-
offset: "100%"
|
|
27139
|
-
}))), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("g", {
|
|
27140
|
-
stroke: "none",
|
|
27141
|
-
strokeWidth: "1",
|
|
27142
|
-
fill: "none",
|
|
27143
|
-
fillRule: "evenodd"
|
|
27144
|
-
}, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("rect", {
|
|
27145
|
-
fillOpacity: "0.01",
|
|
27146
|
-
fill: "none",
|
|
27147
|
-
x: "0",
|
|
27148
|
-
y: "0",
|
|
27149
|
-
width: "36",
|
|
27150
|
-
height: "36"
|
|
27151
|
-
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("path", {
|
|
27152
|
-
d: "M34,18 C34,9.163444 26.836556,2 18,2 C11.6597233,2 6.18078805,5.68784135 3.59122325,11.0354951",
|
|
27153
|
-
stroke: `url(#${id})`,
|
|
27154
|
-
strokeWidth: "4",
|
|
27155
|
-
strokeLinecap: "round"
|
|
27156
|
-
})));
|
|
27107
|
+
width: "100%",
|
|
27108
|
+
height: "100%",
|
|
27109
|
+
viewBox: "0 0 100 100"
|
|
27110
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("circle", {
|
|
27111
|
+
cx: "50",
|
|
27112
|
+
cy: "50",
|
|
27113
|
+
r: "35",
|
|
27114
|
+
stroke: "currentColor",
|
|
27115
|
+
strokeWidth: "11",
|
|
27116
|
+
strokeLinecap: "round",
|
|
27117
|
+
strokeMiterlimit: "10",
|
|
27118
|
+
fill: "none"
|
|
27119
|
+
}));
|
|
27157
27120
|
}
|
|
27158
27121
|
/* harmony default export */ const spin_icon = (icon_Icon);
|
|
27159
27122
|
// EXTERNAL MODULE: ../semi-foundation/spin/spin.scss
|