shineout 3.9.0-beta.15 → 3.9.0-beta.17

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/index.js CHANGED
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
522
522
  // 此文件由脚本自动生成,请勿直接修改。
523
523
  // This file was generated automatically by a script. Please do not modify it directly.
524
524
  var _default = exports.default = {
525
- version: '3.9.0-beta.15'
525
+ version: '3.9.0-beta.17'
526
526
  };
package/dist/shineout.js CHANGED
@@ -6782,6 +6782,7 @@ var jsx_runtime = __webpack_require__(3428);
6782
6782
 
6783
6783
 
6784
6784
 
6785
+ var emptyNoDataIdCounter = 0;
6785
6786
  function icon(paths) {
6786
6787
  return /*#__PURE__*/(0,jsx_runtime.jsx)("svg", {
6787
6788
  viewBox: "0 0 24 24",
@@ -6999,154 +7000,165 @@ var icons_link = ['M8.83231 20.7322C7.27024 22.2943 4.73759 22.2943 3.17546 20.7
6999
7000
  var filter = /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7000
7001
  d: "M19.9653 2.10633C20.5175 2.10633 20.9652 2.55404 20.9652 3.10633C20.9652 3.65861 20.5175 4.10633 19.9653 4.10633H19.6834L14.9666 11.3709V19.8936C14.9666 20.9981 14.0712 21.8936 12.9666 21.8936H10.9666C9.86204 21.8936 8.96662 20.9981 8.96662 19.8936V11.3709L4.35408 4.10632L4.03906 4.10632C3.48677 4.10632 3.03906 3.65861 3.03906 3.10632C3.03906 2.55404 3.48677 2.10632 4.03906 2.10632L19.9653 2.10633ZM6.75776 4.10632L10.8119 10.5206C10.913 10.6804 10.9666 10.8657 10.9666 11.0548V18.8312C10.9666 19.3835 11.4143 19.8312 11.9666 19.8312C12.5189 19.8312 12.9666 19.3835 12.9666 18.8312V11.0609C12.9666 10.868 13.0224 10.6792 13.1273 10.5172L17.2797 4.10633L6.75776 4.10632Z"
7001
7002
  });
7002
- var emptyNoData = /*#__PURE__*/(0,jsx_runtime.jsxs)("svg", {
7003
- width: "100",
7004
- height: "75",
7005
- viewBox: "0 0 100 75",
7006
- fill: "none",
7007
- xmlns: "http://www.w3.org/2000/svg",
7008
- children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("g", {
7009
- clipPath: "url(#clip0_4044_10434)",
7010
- children: [/*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7011
- d: "M100 75C100 63.3607 77.6144 53.9257 50 53.9257C22.3857 53.9257 0 63.3607 0 75H100Z",
7012
- fill: "url(#paint0_linear_4044_10434)"
7013
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("g", {
7014
- opacity: "0.3",
7015
- filter: "url(#filter0_f_4044_10434)",
7016
- children: /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7017
- d: "M50.3087 70.0413C69.5706 70.0413 85.185 68.2375 85.185 66.0125C85.185 63.7875 69.5706 61.9835 50.3087 61.9835C31.0469 61.9835 15.4321 63.7875 15.4321 66.0125C15.4321 68.2375 31.0469 70.0413 50.3087 70.0413Z",
7018
- fill: "#979EB0"
7019
- })
7020
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7021
- d: "M22.6082 23.6395C22.782 23.2127 23.1957 22.9338 23.6548 22.9338H75.7168C76.1718 22.9338 76.5818 23.2071 76.7593 23.6275L82.9493 38.3482H16.6184L22.6082 23.6395Z",
7022
- fill: "#CCCFD7"
7023
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7024
- d: "M75.9819 23.9172V37.2382H81.2882L75.9819 23.9172Z",
7025
- fill: "#999DA8"
7026
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7027
- d: "M18.877 37.0161H81.0701C82.6314 37.0161 83.897 38.2871 83.897 39.8547V61.7805C83.897 64.2888 81.872 66.3225 79.3739 66.3225H20.5732C18.0752 66.3225 16.05 64.2888 16.05 61.7805V39.8547C16.05 38.2871 17.3157 37.0161 18.877 37.0161Z",
7028
- fill: "#E8EBF0"
7029
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("g", {
7030
- filter: "url(#filter1_d_4044_10434)",
7031
- children: /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7003
+ var EmptyNoData = function EmptyNoData() {
7004
+ var uniqueIdRef = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useRef)();
7005
+ if (!uniqueIdRef.current) {
7006
+ uniqueIdRef.current = "empty-".concat(emptyNoDataIdCounter++);
7007
+ }
7008
+ var uniqueId = uniqueIdRef.current;
7009
+ var clip0 = "clip0_".concat(uniqueId);
7010
+ var paint0 = "paint0_linear_".concat(uniqueId);
7011
+ var filter0 = "filter0_f_".concat(uniqueId);
7012
+ var filter1 = "filter1_d_".concat(uniqueId);
7013
+ return /*#__PURE__*/(0,jsx_runtime.jsxs)("svg", {
7014
+ width: "100",
7015
+ height: "75",
7016
+ viewBox: "0 0 100 75",
7017
+ fill: "none",
7018
+ xmlns: "http://www.w3.org/2000/svg",
7019
+ children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("g", {
7020
+ clipPath: "url(#".concat(clip0, ")"),
7021
+ children: [/*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7022
+ d: "M100 75C100 63.3607 77.6144 53.9257 50 53.9257C22.3857 53.9257 0 63.3607 0 75H100Z",
7023
+ fill: "url(#".concat(paint0, ")")
7024
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("g", {
7025
+ opacity: "0.3",
7026
+ filter: "url(#".concat(filter0, ")"),
7027
+ children: /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7028
+ d: "M50.3087 70.0413C69.5706 70.0413 85.185 68.2375 85.185 66.0125C85.185 63.7875 69.5706 61.9835 50.3087 61.9835C31.0469 61.9835 15.4321 63.7875 15.4321 66.0125C15.4321 68.2375 31.0469 70.0413 50.3087 70.0413Z",
7029
+ fill: "#979EB0"
7030
+ })
7031
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7032
+ d: "M22.6082 23.6395C22.782 23.2127 23.1957 22.9338 23.6548 22.9338H75.7168C76.1718 22.9338 76.5818 23.2071 76.7593 23.6275L82.9493 38.3482H16.6184L22.6082 23.6395Z",
7033
+ fill: "#CCCFD7"
7034
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7035
+ d: "M75.9819 23.9172V37.2382H81.2882L75.9819 23.9172Z",
7036
+ fill: "#999DA8"
7037
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7038
+ d: "M18.877 37.0161H81.0701C82.6314 37.0161 83.897 38.2871 83.897 39.8547V61.7805C83.897 64.2888 81.872 66.3225 79.3739 66.3225H20.5732C18.0752 66.3225 16.05 64.2888 16.05 61.7805V39.8547C16.05 38.2871 17.3157 37.0161 18.877 37.0161Z",
7039
+ fill: "#E8EBF0"
7040
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("g", {
7041
+ filter: "url(#".concat(filter1, ")"),
7042
+ children: /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7043
+ d: "M16.0493 42.3192C16.0493 39.8108 16.0019 37.715 20.573 37.7774H79.3737C83.5612 37.7774 83.8968 39.8108 83.8968 42.3192V61.3998C83.8968 63.9087 81.8718 65.9419 79.3737 65.9419H20.573C18.075 65.9419 16.0493 63.9087 16.0493 61.3998V42.3192Z",
7044
+ fill: "black"
7045
+ })
7046
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7032
7047
  d: "M16.0493 42.3192C16.0493 39.8108 16.0019 37.715 20.573 37.7774H79.3737C83.5612 37.7774 83.8968 39.8108 83.8968 42.3192V61.3998C83.8968 63.9087 81.8718 65.9419 79.3737 65.9419H20.573C18.075 65.9419 16.0493 63.9087 16.0493 61.3998V42.3192Z",
7033
- fill: "black"
7034
- })
7035
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7036
- d: "M16.0493 42.3192C16.0493 39.8108 16.0019 37.715 20.573 37.7774H79.3737C83.5612 37.7774 83.8968 39.8108 83.8968 42.3192V61.3998C83.8968 63.9087 81.8718 65.9419 79.3737 65.9419H20.573C18.075 65.9419 16.0493 63.9087 16.0493 61.3998V42.3192Z",
7037
- fill: "#F4F5F8"
7038
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7039
- d: "M23.4412 23.8855V37.0162H18.3242L23.4412 23.8855Z",
7040
- fill: "#999DA8"
7041
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7042
- d: "M60.3971 50.7178H39.5502C38.0849 50.7178 36.897 51.9106 36.897 53.382C36.897 54.8534 38.0849 56.0462 39.5502 56.0462H60.3971C61.8625 56.0462 63.0501 54.8534 63.0501 53.382C63.0501 51.9106 61.8625 50.7178 60.3971 50.7178Z",
7043
- fill: "#666C7C"
7044
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7045
- d: "M60.3971 49.9565H39.5502C38.0849 49.9565 36.897 51.1494 36.897 52.6208C36.897 54.0922 38.0849 55.285 39.5502 55.285H60.3971C61.8625 55.285 63.0501 54.0922 63.0501 52.6208C63.0501 51.1494 61.8625 49.9565 60.3971 49.9565Z",
7046
- fill: "#999DA8"
7047
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7048
- fillRule: "evenodd",
7049
- clipRule: "evenodd",
7050
- d: "M46.041 3.14062C42.6319 3.14062 39.8682 5.91575 39.8682 9.33899V11.4859C39.8682 14.9092 42.6319 17.6842 46.041 17.6842H54.8002C58.2093 17.6842 60.9731 14.9092 60.9731 11.4859V9.33899C60.9731 5.91575 58.2093 3.14062 54.8002 3.14062H46.041ZM47.3169 21.0086L49.386 17.6842H45.2478L47.3169 21.0086Z",
7051
- fill: "#E8EBF0"
7052
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7053
- d: "M45.6834 8.54285L47.4941 11.6922H43.8726L45.6834 8.54285Z",
7054
- fill: "#999DA8"
7055
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7056
- d: "M52.304 8.54285H49.1677V11.6921H52.304V8.54285Z",
7057
- fill: "#999DA8"
7058
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7059
- d: "M55.6802 11.6919C56.5463 11.6919 57.2484 10.9869 57.2484 10.1172C57.2484 9.2476 56.5463 8.5426 55.6802 8.5426C54.8142 8.5426 54.1121 9.2476 54.1121 10.1172C54.1121 10.9869 54.8142 11.6919 55.6802 11.6919Z",
7060
- fill: "#999DA8"
7061
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7062
- d: "M67.7256 5.8507C66.5081 6.69694 63.5181 6.751 62.3457 7.09731L63.5875 5.64293C64.415 4.6041 64.6631 4.10547 65.6562 2.11091C66.6493 0.116362 69.3118 -0.105256 70.415 0.0332553C69.7943 1.27985 70.415 3.98081 67.7256 5.8507Z",
7063
- fill: "#E8EBF0"
7064
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7065
- d: "M46.257 34.8904C45.3444 35.1307 43.5421 34.5087 42.7649 34.4595L43.824 33.8603C44.5451 33.4193 44.802 33.175 45.8298 32.198C46.8574 31.221 48.4998 31.6709 49.1305 31.9953C48.4883 32.606 48.2737 34.3593 46.257 34.8904Z",
7066
- fill: "#E8EBF0"
7067
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7068
- d: "M37.262 32.7723C37.13 32.5427 37.2462 32.2485 37.4982 32.1696C39.7646 31.4593 49.3015 28.2658 55.6537 22.9713C62.0347 17.653 67.6725 11.576 69.1256 9.9791C69.3069 9.77991 69.6263 9.81841 69.76 10.0521C69.845 10.1989 69.8294 10.3803 69.7169 10.507C68.6225 11.7406 62.8044 18.1953 56.0675 23.6911C48.7371 29.6708 39.4667 32.4671 37.7105 32.9602C37.5349 33.0096 37.3532 32.9308 37.262 32.7723Z",
7069
- fill: "#E8EBF0"
7070
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7071
- d: "M26.0283 27.1925C25.977 26.9505 26.1514 26.7154 26.396 26.6852C27.3291 26.5701 29.6586 26.1971 33.309 25.0577C37.011 23.9021 40.6908 21.2137 41.9723 20.2199C42.1914 20.05 42.5167 20.1675 42.5743 20.4394C42.6023 20.572 42.5585 20.7071 42.454 20.793C41.598 21.497 37.5626 24.6932 33.4811 25.8705C29.5763 26.9969 27.2876 27.3842 26.4592 27.5011C26.2561 27.5298 26.0709 27.394 26.0283 27.1925Z",
7072
- fill: "#E8EBF0"
7073
- })]
7074
- }), /*#__PURE__*/(0,jsx_runtime.jsxs)("defs", {
7075
- children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("filter", {
7076
- id: "filter0_f_4044_10434",
7077
- x: "9.43213",
7078
- y: "55.9835",
7079
- width: "81.7529",
7080
- height: "20.0577",
7081
- filterUnits: "userSpaceOnUse",
7082
- colorInterpolationFilters: "sRGB",
7083
- children: [/*#__PURE__*/(0,jsx_runtime.jsx)("feFlood", {
7084
- floodOpacity: "0",
7085
- result: "BackgroundImageFix"
7086
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("feBlend", {
7087
- mode: "normal",
7088
- in: "SourceGraphic",
7089
- in2: "BackgroundImageFix",
7090
- result: "shape"
7091
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("feGaussianBlur", {
7092
- stdDeviation: "3",
7093
- result: "effect1_foregroundBlur_4044_10434"
7048
+ fill: "#F4F5F8"
7049
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7050
+ d: "M23.4412 23.8855V37.0162H18.3242L23.4412 23.8855Z",
7051
+ fill: "#999DA8"
7052
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7053
+ d: "M60.3971 50.7178H39.5502C38.0849 50.7178 36.897 51.9106 36.897 53.382C36.897 54.8534 38.0849 56.0462 39.5502 56.0462H60.3971C61.8625 56.0462 63.0501 54.8534 63.0501 53.382C63.0501 51.9106 61.8625 50.7178 60.3971 50.7178Z",
7054
+ fill: "#666C7C"
7055
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7056
+ d: "M60.3971 49.9565H39.5502C38.0849 49.9565 36.897 51.1494 36.897 52.6208C36.897 54.0922 38.0849 55.285 39.5502 55.285H60.3971C61.8625 55.285 63.0501 54.0922 63.0501 52.6208C63.0501 51.1494 61.8625 49.9565 60.3971 49.9565Z",
7057
+ fill: "#999DA8"
7058
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7059
+ fillRule: "evenodd",
7060
+ clipRule: "evenodd",
7061
+ d: "M46.041 3.14062C42.6319 3.14062 39.8682 5.91575 39.8682 9.33899V11.4859C39.8682 14.9092 42.6319 17.6842 46.041 17.6842H54.8002C58.2093 17.6842 60.9731 14.9092 60.9731 11.4859V9.33899C60.9731 5.91575 58.2093 3.14062 54.8002 3.14062H46.041ZM47.3169 21.0086L49.386 17.6842H45.2478L47.3169 21.0086Z",
7062
+ fill: "#E8EBF0"
7063
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7064
+ d: "M45.6834 8.54285L47.4941 11.6922H43.8726L45.6834 8.54285Z",
7065
+ fill: "#999DA8"
7066
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7067
+ d: "M52.304 8.54285H49.1677V11.6921H52.304V8.54285Z",
7068
+ fill: "#999DA8"
7069
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7070
+ d: "M55.6802 11.6919C56.5463 11.6919 57.2484 10.9869 57.2484 10.1172C57.2484 9.2476 56.5463 8.5426 55.6802 8.5426C54.8142 8.5426 54.1121 9.2476 54.1121 10.1172C54.1121 10.9869 54.8142 11.6919 55.6802 11.6919Z",
7071
+ fill: "#999DA8"
7072
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7073
+ d: "M67.7256 5.8507C66.5081 6.69694 63.5181 6.751 62.3457 7.09731L63.5875 5.64293C64.415 4.6041 64.6631 4.10547 65.6562 2.11091C66.6493 0.116362 69.3118 -0.105256 70.415 0.0332553C69.7943 1.27985 70.415 3.98081 67.7256 5.8507Z",
7074
+ fill: "#E8EBF0"
7075
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7076
+ d: "M46.257 34.8904C45.3444 35.1307 43.5421 34.5087 42.7649 34.4595L43.824 33.8603C44.5451 33.4193 44.802 33.175 45.8298 32.198C46.8574 31.221 48.4998 31.6709 49.1305 31.9953C48.4883 32.606 48.2737 34.3593 46.257 34.8904Z",
7077
+ fill: "#E8EBF0"
7078
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7079
+ d: "M37.262 32.7723C37.13 32.5427 37.2462 32.2485 37.4982 32.1696C39.7646 31.4593 49.3015 28.2658 55.6537 22.9713C62.0347 17.653 67.6725 11.576 69.1256 9.9791C69.3069 9.77991 69.6263 9.81841 69.76 10.0521C69.845 10.1989 69.8294 10.3803 69.7169 10.507C68.6225 11.7406 62.8044 18.1953 56.0675 23.6911C48.7371 29.6708 39.4667 32.4671 37.7105 32.9602C37.5349 33.0096 37.3532 32.9308 37.262 32.7723Z",
7080
+ fill: "#E8EBF0"
7081
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("path", {
7082
+ d: "M26.0283 27.1925C25.977 26.9505 26.1514 26.7154 26.396 26.6852C27.3291 26.5701 29.6586 26.1971 33.309 25.0577C37.011 23.9021 40.6908 21.2137 41.9723 20.2199C42.1914 20.05 42.5167 20.1675 42.5743 20.4394C42.6023 20.572 42.5585 20.7071 42.454 20.793C41.598 21.497 37.5626 24.6932 33.4811 25.8705C29.5763 26.9969 27.2876 27.3842 26.4592 27.5011C26.2561 27.5298 26.0709 27.394 26.0283 27.1925Z",
7083
+ fill: "#E8EBF0"
7094
7084
  })]
7095
- }), /*#__PURE__*/(0,jsx_runtime.jsxs)("filter", {
7096
- id: "filter1_d_4044_10434",
7097
- x: "16.0493",
7098
- y: "37.776",
7099
- width: "67.8474",
7100
- height: "30.1659",
7101
- filterUnits: "userSpaceOnUse",
7102
- colorInterpolationFilters: "sRGB",
7103
- children: [/*#__PURE__*/(0,jsx_runtime.jsx)("feFlood", {
7104
- floodOpacity: "0",
7105
- result: "BackgroundImageFix"
7106
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("feColorMatrix", {
7107
- in: "SourceAlpha",
7108
- type: "matrix",
7109
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
7110
- result: "hardAlpha"
7111
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("feOffset", {
7112
- dy: "2"
7113
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("feColorMatrix", {
7114
- type: "matrix",
7115
- values: "0 0 0 0 0.803922 0 0 0 0 0.811765 0 0 0 0 0.843137 0 0 0 1 0"
7116
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("feBlend", {
7117
- mode: "normal",
7118
- in2: "BackgroundImageFix",
7119
- result: "effect1_dropShadow_4044_10434"
7120
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("feBlend", {
7121
- mode: "normal",
7122
- in: "SourceGraphic",
7123
- in2: "effect1_dropShadow_4044_10434",
7124
- result: "shape"
7125
- })]
7126
- }), /*#__PURE__*/(0,jsx_runtime.jsxs)("linearGradient", {
7127
- id: "paint0_linear_4044_10434",
7128
- x1: "50",
7129
- y1: "53.9257",
7130
- x2: "50",
7131
- y2: "75",
7132
- gradientUnits: "userSpaceOnUse",
7133
- children: [/*#__PURE__*/(0,jsx_runtime.jsx)("stop", {
7134
- stopColor: "#E9EBEF"
7135
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("stop", {
7136
- offset: "1",
7137
- stopColor: "#E9EBEF",
7138
- stopOpacity: "0"
7085
+ }), /*#__PURE__*/(0,jsx_runtime.jsxs)("defs", {
7086
+ children: [/*#__PURE__*/(0,jsx_runtime.jsxs)("filter", {
7087
+ id: filter0,
7088
+ x: "9.43213",
7089
+ y: "55.9835",
7090
+ width: "81.7529",
7091
+ height: "20.0577",
7092
+ filterUnits: "userSpaceOnUse",
7093
+ colorInterpolationFilters: "sRGB",
7094
+ children: [/*#__PURE__*/(0,jsx_runtime.jsx)("feFlood", {
7095
+ floodOpacity: "0",
7096
+ result: "BackgroundImageFix"
7097
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("feBlend", {
7098
+ mode: "normal",
7099
+ in: "SourceGraphic",
7100
+ in2: "BackgroundImageFix",
7101
+ result: "shape"
7102
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("feGaussianBlur", {
7103
+ stdDeviation: "3",
7104
+ result: "effect1_foregroundBlur_4044_10434"
7105
+ })]
7106
+ }), /*#__PURE__*/(0,jsx_runtime.jsxs)("filter", {
7107
+ id: filter1,
7108
+ x: "16.0493",
7109
+ y: "37.776",
7110
+ width: "67.8474",
7111
+ height: "30.1659",
7112
+ filterUnits: "userSpaceOnUse",
7113
+ colorInterpolationFilters: "sRGB",
7114
+ children: [/*#__PURE__*/(0,jsx_runtime.jsx)("feFlood", {
7115
+ floodOpacity: "0",
7116
+ result: "BackgroundImageFix"
7117
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("feColorMatrix", {
7118
+ in: "SourceAlpha",
7119
+ type: "matrix",
7120
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
7121
+ result: "hardAlpha"
7122
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("feOffset", {
7123
+ dy: "2"
7124
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("feColorMatrix", {
7125
+ type: "matrix",
7126
+ values: "0 0 0 0 0.803922 0 0 0 0 0.811765 0 0 0 0 0.843137 0 0 0 1 0"
7127
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("feBlend", {
7128
+ mode: "normal",
7129
+ in2: "BackgroundImageFix",
7130
+ result: "effect1_dropShadow_4044_10434"
7131
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("feBlend", {
7132
+ mode: "normal",
7133
+ in: "SourceGraphic",
7134
+ in2: "effect1_dropShadow_4044_10434",
7135
+ result: "shape"
7136
+ })]
7137
+ }), /*#__PURE__*/(0,jsx_runtime.jsxs)("linearGradient", {
7138
+ id: paint0,
7139
+ x1: "50",
7140
+ y1: "53.9257",
7141
+ x2: "50",
7142
+ y2: "75",
7143
+ gradientUnits: "userSpaceOnUse",
7144
+ children: [/*#__PURE__*/(0,jsx_runtime.jsx)("stop", {
7145
+ stopColor: "#E9EBEF"
7146
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("stop", {
7147
+ offset: "1",
7148
+ stopColor: "#E9EBEF",
7149
+ stopOpacity: "0"
7150
+ })]
7151
+ }), /*#__PURE__*/(0,jsx_runtime.jsx)("clipPath", {
7152
+ id: clip0,
7153
+ children: /*#__PURE__*/(0,jsx_runtime.jsx)("rect", {
7154
+ width: "100",
7155
+ height: "75",
7156
+ fill: "white"
7157
+ })
7139
7158
  })]
7140
- }), /*#__PURE__*/(0,jsx_runtime.jsx)("clipPath", {
7141
- id: "clip0_4044_10434",
7142
- children: /*#__PURE__*/(0,jsx_runtime.jsx)("rect", {
7143
- width: "100",
7144
- height: "75",
7145
- fill: "white"
7146
- })
7147
7159
  })]
7148
- })]
7149
- });
7160
+ });
7161
+ };
7150
7162
  var Icons = {
7151
7163
  SortAsc: SortAsc,
7152
7164
  SortDesc: SortDesc,
@@ -7188,7 +7200,7 @@ var Icons = {
7188
7200
  StarFill: icon(pcStarFill),
7189
7201
  Link: icon(icons_link),
7190
7202
  Loading: icon(loading),
7191
- EmptyNoData: emptyNoData
7203
+ EmptyNoData: /*#__PURE__*/(0,jsx_runtime.jsx)(EmptyNoData, {})
7192
7204
  };
7193
7205
  /* harmony default export */ var icons = (Icons);
7194
7206
  ;// CONCATENATED MODULE: ../base/src/icons/config.tsx
@@ -12386,7 +12398,7 @@ var handleStyle = function handleStyle(style) {
12386
12398
  };
12387
12399
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12388
12400
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12389
- /* harmony default export */ var version = ('3.9.0-beta.15');
12401
+ /* harmony default export */ var version = ('3.9.0-beta.17');
12390
12402
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12391
12403
 
12392
12404
 
@@ -17410,8 +17422,11 @@ var supportsHas = function supportsHas() {
17410
17422
  '&:hover': {
17411
17423
  borderColor: token.focusBorderColor
17412
17424
  }
17413
- }), "".concat(name, "Error"), defineProperty_default()(defineProperty_default()({}, "&:not($".concat(name, "Disabled)"), {
17414
- borderColor: token.errorBorderColor,
17425
+ }), "".concat(name, "Error"), defineProperty_default()(defineProperty_default()({
17426
+ '&&': {
17427
+ borderColor: token.errorBorderColor
17428
+ }
17429
+ }, "&:not($".concat(name, "Disabled)"), {
17415
17430
  background: token.errorBackgroundColor,
17416
17431
  '&:hover': {
17417
17432
  borderColor: token.errorHoverBorderColor,
@@ -17424,19 +17439,17 @@ var supportsHas = function supportsHas() {
17424
17439
  // '[data-soui-role="input-group-separate"]&': {
17425
17440
  // boxShadow: 'none',
17426
17441
  // }
17427
- })), "".concat(name, "Disabled"), {
17442
+ })), "".concat(name, "Disabled"), defineProperty_default()(defineProperty_default()({
17428
17443
  color: token.disabledFontColor,
17429
17444
  backgroundColor: token.disabledBackgroundColor,
17430
17445
  borderColor: token.disabledBorderColor,
17431
17446
  boxShadow: 'none',
17432
- cursor: 'not-allowed',
17433
- '&:hover': {
17434
- borderColor: token.disabledBorderColor
17435
- },
17436
- '& *': {
17437
- cursor: 'not-allowed'
17438
- }
17439
- }), defineProperty_default()(defineProperty_default()(_ref2, "".concat(name, "Underline"), {
17447
+ cursor: 'not-allowed'
17448
+ }, "&:not($".concat(name, "Error):hover"), {
17449
+ borderColor: token.disabledBorderColor
17450
+ }), '& *', {
17451
+ cursor: 'not-allowed'
17452
+ })), defineProperty_default()(defineProperty_default()(_ref2, "".concat(name, "Underline"), {
17440
17453
  '&&': {
17441
17454
  borderLeftColor: 'transparent',
17442
17455
  borderRightColor: 'transparent',
@@ -27600,10 +27613,12 @@ var tabsStyle = {
27600
27613
  '& $tab': {
27601
27614
  display: 'block'
27602
27615
  },
27603
- '& $tab + $tab': {
27616
+ '&& $tab + $tab': {
27604
27617
  marginTop: src.tabsNearlyMargin
27605
27618
  },
27606
27619
  '& $next,& $prev': {
27620
+ // 考虑垂直方向可滚动功能时一并修复zIndex
27621
+ // zIndex: 1,
27607
27622
  padding: "".concat(src.tabsActionVerticalPaddingY, " ").concat(src.tabsActionVerticalPaddingX),
27608
27623
  '&:after': {
27609
27624
  display: 'none'
@@ -42573,7 +42588,13 @@ var result_Result = function Result(props) {
42573
42588
  if (typeof element === 'string' || typeof element === 'number') return String(element);
42574
42589
  // 如果是 React Element,处理的是renderResult返回的是React Element的场景
42575
42590
  if ( /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().isValidElement(element)) {
42576
- var _element$props;
42591
+ var _element$type, _element$type2, _element$props;
42592
+ // 跳过 Portal 类组件(Popover, Tooltip)
42593
+ var portalComponents = ['ShineoutPopover', 'ShineoutTooltip'];
42594
+ var displayName = ((_element$type = element.type) === null || _element$type === void 0 ? void 0 : _element$type.displayName) || ((_element$type2 = element.type) === null || _element$type2 === void 0 ? void 0 : _element$type2.name);
42595
+ if (portalComponents.includes(displayName)) {
42596
+ return '';
42597
+ }
42577
42598
  var children = (_element$props = element.props) === null || _element$props === void 0 ? void 0 : _element$props.children;
42578
42599
  if (Array.isArray(children)) {
42579
42600
  return children.map(function (child) {
@@ -61526,12 +61547,14 @@ RateComp.displayName = 'ShineoutRate';
61526
61547
  /* harmony default export */ var src_rate_0 = (RateComp);
61527
61548
  ;// CONCATENATED MODULE: ../hooks/src/utils/rule/required.ts
61528
61549
 
61550
+
61551
+
61529
61552
  var options = {
61530
61553
  skipUndefined: true
61531
61554
  };
61532
61555
  var requiredMessage = function requiredMessage(props) {
61533
61556
  var type = props.type === 'array' ? 'array' : 'string';
61534
- return "$rules.required.".concat(type);
61557
+ return substitute(getLocale(src_config_config.locale, "rules.required.".concat(type)), props);
61535
61558
  };
61536
61559
  /* harmony default export */ var required = (function () {
61537
61560
  var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
@@ -64611,7 +64634,7 @@ var useTableVirtual = function useTableVirtual(props) {
64611
64634
  context.autoAddRows = addonCount;
64612
64635
  }
64613
64636
  }
64614
- }, []);
64637
+ }, [props.data.length]);
64615
64638
  (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
64616
64639
  // 记录preIndex
64617
64640
  context.preIndex = startIndex;
@@ -65434,7 +65457,7 @@ var thead_toNum = toNum;
65434
65457
  dir: config.direction
65435
65458
  });
65436
65459
  };
65437
- var getFixedStyle = function getFixedStyle(fixed, index, colSpan, level) {
65460
+ var getFixedStyle = function getFixedStyle(fixed, index, level) {
65438
65461
  // 累加level 至 0 的所有高度
65439
65462
  var top = context.trHeights.slice(0, level).reduce(function (a, b) {
65440
65463
  return thead_toNum(a) + thead_toNum(b);
@@ -65450,7 +65473,7 @@ var thead_toNum = toNum;
65450
65473
  };
65451
65474
  }
65452
65475
  if (fixed === 'right') {
65453
- var right = colgroup.slice(index + colSpan).reduce(function (a, b) {
65476
+ var right = colgroup.slice(index + 1).reduce(function (a, b) {
65454
65477
  return thead_toNum(a) + thead_toNum(b);
65455
65478
  }, 0);
65456
65479
  return {
@@ -65468,7 +65491,7 @@ var thead_toNum = toNum;
65468
65491
  var _colTemp2$groupProps, _colTemp2$groupProps2;
65469
65492
  var colTemp = col;
65470
65493
  var colTemp2 = col;
65471
- var fixedStyle = getFixedStyle(col.fixed, col.index, colTemp2.colSpan || 1, level);
65494
+ var fixedStyle = getFixedStyle(col.fixed, col.index, level);
65472
65495
  var cellClassName = classnames_default()(colTemp.className, colTemp.type === 'checkbox' && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.cellCheckbox), col.fixed === 'left' && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.cellFixedLeft), col.fixed === 'right' && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.cellFixedRight), colTemp.align === 'center' && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.cellAlignCenter), colTemp.align === 'right' && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.cellAlignRight), colTemp.align !== 'right' && colTemp.align !== 'center' && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.cellAlignLeft), (col.lastFixed || col.firstFixed) && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.cellFixedLast), isLast && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.cellIgnoreBorder), colTemp.sorter && props.cellSortable && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.cellSortable));
65473
65496
  var isExpand = colTemp.type === 'expand' || colTemp.type === 'row-expand';
65474
65497
  if (colTemp.title || isExpand) {
@@ -66428,7 +66451,7 @@ var table_emptyArr = [];
66428
66451
  var emptyRef = {
66429
66452
  current: null
66430
66453
  };
66431
- /* harmony default export */ var src_table_table = (function (props) {
66454
+ function Table(props) {
66432
66455
  var _props$jssStyle, _props$jssStyle$table, _columns$find;
66433
66456
  var _props$verticalAlign = props.verticalAlign,
66434
66457
  verticalAlign = _props$verticalAlign === void 0 ? 'top' : _props$verticalAlign,
@@ -66743,7 +66766,7 @@ var emptyRef = {
66743
66766
  jssStyle: props.jssStyle
66744
66767
  });
66745
66768
  return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
66746
- className: classnames_default()(tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.emptyWrapper, isScrollX && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.emptyNoBorder)),
66769
+ className: classnames_default()(tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.emptyWrapper, isScrollX && browserScrollbarWidth > 0 && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.emptyNoBorder)),
66747
66770
  ref: function ref(el) {
66748
66771
  context.emptyHeight = (el === null || el === void 0 ? void 0 : el.clientHeight) || 0;
66749
66772
  },
@@ -67070,6 +67093,12 @@ var emptyRef = {
67070
67093
  props.tableRef(tableFunc);
67071
67094
  }
67072
67095
  }, []);
67096
+ var absoluteProviderValue = (0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useMemo)(function () {
67097
+ return {
67098
+ absolute: true,
67099
+ scrollElRef: scrollRef
67100
+ };
67101
+ }, [scrollRef]);
67073
67102
  var tableWrapperClass = classnames_default()(props.className, tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.rootClass, tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.wrapper, props.bordered && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.bordered), verticalAlign === 'top' && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.verticalAlignTop), verticalAlign === 'middle' && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.verticalAlignMiddle), size === 'small' && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.small), size === 'large' && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.large), size === 'default' && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.default));
67074
67103
  if (!props.columns || columns.length === 0) return /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
67075
67104
  className: classnames_default()(tableWrapperClass, tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.simple, props.striped && (tableClasses === null || tableClasses === void 0 ? void 0 : tableClasses.striped)),
@@ -67092,15 +67121,13 @@ var emptyRef = {
67092
67121
  ref: tableRef,
67093
67122
  dir: config.direction,
67094
67123
  children: /*#__PURE__*/(0,jsx_runtime.jsxs)(absolute_context.Provider, {
67095
- value: {
67096
- absolute: true,
67097
- scrollElRef: scrollRef
67098
- },
67124
+ value: absoluteProviderValue,
67099
67125
  children: [renderTable(), renderLoading(), props.children]
67100
67126
  })
67101
67127
  })), renderPagination()]
67102
67128
  });
67103
- });
67129
+ }
67130
+ ;
67104
67131
  ;// CONCATENATED MODULE: ./src/table/table.tsx
67105
67132
 
67106
67133
 
@@ -67124,14 +67151,14 @@ var table_jssStyle = {
67124
67151
  popover: usePopoverStyle,
67125
67152
  tree: useTreeStyle
67126
67153
  };
67127
- /* harmony default export */ var src_table_table_0 = (function (props) {
67128
- return /*#__PURE__*/(0,jsx_runtime.jsx)(src_table_table, objectSpread2_default()({
67154
+ /* harmony default export */ var src_table_table = (function (props) {
67155
+ return /*#__PURE__*/(0,jsx_runtime.jsx)(Table, objectSpread2_default()({
67129
67156
  jssStyle: table_jssStyle
67130
67157
  }, props));
67131
67158
  });
67132
67159
  ;// CONCATENATED MODULE: ./src/table/index.ts
67133
67160
 
67134
- var TableComp = src_table_table_0;
67161
+ var TableComp = src_table_table;
67135
67162
  TableComp.displayName = 'ShineoutTable';
67136
67163
  /* harmony default export */ var src_table_0 = (TableComp);
67137
67164
  ;// CONCATENATED MODULE: ../hooks/src/components/use-tabs/context.tsx
@@ -73623,7 +73650,7 @@ var upload_interface = __webpack_require__(8821);
73623
73650
 
73624
73651
 
73625
73652
  /* harmony default export */ var src_0 = ({
73626
- version: '3.9.0-beta.15'
73653
+ version: '3.9.0-beta.17'
73627
73654
  });
73628
73655
  }();
73629
73656
  /******/ return __webpack_exports__;