ydb-components-material 0.1.11 → 0.1.13
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/build/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/static/close.cd5b8056.svg +1 -0
- package/build/docs/static/fail.2b5f9cdc.svg +1 -0
- package/build/docs/static/fail.e0f0041c.svg +1 -0
- package/build/docs/static/notice.acf35766.svg +1 -0
- package/build/docs/static/success.35a6d851.svg +1 -0
- package/build/docs/static/success.593e92b2.svg +1 -0
- package/build/docs/static/success.67acd079.svg +1 -0
- package/build/docs/static/warning.acf35766.svg +1 -0
- package/build/docs/static/warning.e0f0041c.svg +1 -0
- package/build/docs/{umi.7aa0ce58.js → umi.0ce4dded.js} +1 -1
- package/build/docs/{umi.62ce371b.css → umi.e1bd8919.css} +1 -1
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +1 -1
- package/dist/BizComps.js.map +1 -1
- package/es/components/check-detail/icons/close.svg +1 -0
- package/es/components/check-detail/icons/ignore.svg +1 -0
- package/es/components/check-detail/icons/notice.svg +1 -0
- package/es/components/check-detail/icons/success.svg +1 -0
- package/es/components/check-detail/icons/warning.svg +1 -0
- package/es/components/check-detail/index.d.ts +13 -0
- package/es/components/check-detail/index.js +141 -0
- package/es/components/check-detail/index.scss +146 -0
- package/es/components/check-res/icons/fail.svg +1 -0
- package/es/components/check-res/icons/success.svg +1 -0
- package/es/components/check-res/index.js +6 -9
- package/es/components/check-res/index.scss +4 -0
- package/es/components/file-item/index.js +7 -5
- package/es/components/file-item/index.scss +7 -0
- package/es/components/material-check-res/icon/fail.svg +1 -0
- package/es/components/material-check-res/icon/file.svg +1 -0
- package/es/components/material-check-res/icon/success.svg +1 -0
- package/es/components/material-check-res/icon/warning.svg +1 -0
- package/es/components/material-check-res/index.d.ts +13 -0
- package/es/components/material-check-res/index.js +52 -0
- package/es/components/material-check-res/index.scss +52 -0
- package/es/components/statistic/index.scss +1 -1
- package/es/components/success-prompt/index.d.ts +13 -0
- package/es/components/success-prompt/index.js +32 -0
- package/es/components/success-prompt/index.scss +29 -0
- package/es/components/success-prompt/success.svg +1 -0
- package/es/index.d.ts +6 -0
- package/es/index.js +3 -0
- package/lib/components/check-detail/icons/close.svg +1 -0
- package/lib/components/check-detail/icons/ignore.svg +1 -0
- package/lib/components/check-detail/icons/notice.svg +1 -0
- package/lib/components/check-detail/icons/success.svg +1 -0
- package/lib/components/check-detail/icons/warning.svg +1 -0
- package/lib/components/check-detail/index.d.ts +13 -0
- package/lib/components/check-detail/index.js +147 -0
- package/lib/components/check-detail/index.scss +146 -0
- package/lib/components/check-res/icons/fail.svg +1 -0
- package/lib/components/check-res/icons/success.svg +1 -0
- package/lib/components/check-res/index.js +6 -9
- package/lib/components/check-res/index.scss +4 -0
- package/lib/components/file-item/index.js +7 -5
- package/lib/components/file-item/index.scss +7 -0
- package/lib/components/material-check-res/icon/fail.svg +1 -0
- package/lib/components/material-check-res/icon/file.svg +1 -0
- package/lib/components/material-check-res/icon/success.svg +1 -0
- package/lib/components/material-check-res/icon/warning.svg +1 -0
- package/lib/components/material-check-res/index.d.ts +13 -0
- package/lib/components/material-check-res/index.js +58 -0
- package/lib/components/material-check-res/index.scss +52 -0
- package/lib/components/statistic/index.scss +1 -1
- package/lib/components/success-prompt/index.d.ts +13 -0
- package/lib/components/success-prompt/index.js +38 -0
- package/lib/components/success-prompt/index.scss +29 -0
- package/lib/components/success-prompt/success.svg +1 -0
- package/lib/index.d.ts +6 -0
- package/lib/index.js +7 -1
- package/lowcode/check-detail/meta.ts +117 -0
- package/lowcode/material-check-res/meta.ts +117 -0
- package/lowcode/success-prompt/meta.ts +117 -0
- package/lowcode_es/check-detail/meta.d.ts +22 -0
- package/lowcode_es/check-detail/meta.js +99 -0
- package/lowcode_es/material-check-res/meta.d.ts +22 -0
- package/lowcode_es/material-check-res/meta.js +99 -0
- package/lowcode_es/meta.js +5 -2
- package/lowcode_es/success-prompt/meta.d.ts +22 -0
- package/lowcode_es/success-prompt/meta.js +99 -0
- package/lowcode_lib/check-detail/meta.d.ts +22 -0
- package/lowcode_lib/check-detail/meta.js +104 -0
- package/lowcode_lib/material-check-res/meta.d.ts +22 -0
- package/lowcode_lib/material-check-res/meta.js +104 -0
- package/lowcode_lib/meta.js +13 -10
- package/lowcode_lib/success-prompt/meta.d.ts +22 -0
- package/lowcode_lib/success-prompt/meta.js +104 -0
- package/package.json +3 -3
|
@@ -101,7 +101,9 @@ var FileItem = function FileItem(_ref) {
|
|
|
101
101
|
className: "file"
|
|
102
102
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
103
103
|
className: "file_img"
|
|
104
|
-
}, file ? /*#__PURE__*/_react["default"].createElement("div",
|
|
104
|
+
}, file ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
105
|
+
className: "filed"
|
|
106
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
105
107
|
className: "small_img",
|
|
106
108
|
src: _file["default"],
|
|
107
109
|
alt: ""
|
|
@@ -148,21 +150,21 @@ var FileItem = function FileItem(_ref) {
|
|
|
148
150
|
onClick: function onClick() {
|
|
149
151
|
return showViewImg(checkImg);
|
|
150
152
|
}
|
|
151
|
-
}, "\u5BA1\u67E5\u8981\u70B9")), /*#__PURE__*/_react["default"].createElement("div", {
|
|
153
|
+
}, "\u5BA1\u67E5\u8981\u70B9")), file ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
152
154
|
className: "btn",
|
|
153
155
|
style: {
|
|
154
156
|
marginTop: '20px'
|
|
155
157
|
}
|
|
156
|
-
},
|
|
158
|
+
}, approvalUrl && /*#__PURE__*/_react["default"].createElement("div", {
|
|
157
159
|
className: "operation_btn"
|
|
158
160
|
}, "\u5BA1\u6279"), signatureUrl && /*#__PURE__*/_react["default"].createElement("div", {
|
|
159
161
|
className: "operation_btn"
|
|
160
162
|
}, "\u7B7E\u7AE0")) : /*#__PURE__*/_react["default"].createElement("div", {
|
|
161
|
-
className: "operation_btn",
|
|
163
|
+
className: "operation_btn btn",
|
|
162
164
|
onClick: function onClick() {
|
|
163
165
|
return setIsShowMaterialLib(true);
|
|
164
166
|
}
|
|
165
|
-
}, "\u6750\u6599\u5E93")))
|
|
167
|
+
}, "\u6750\u6599\u5E93"))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
166
168
|
className: "file_item_bottom"
|
|
167
169
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
168
170
|
className: "icon_text"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><g><g><path d="M16,8Q16,8.1963882,15.990363,8.3925409Q15.980727,8.5886936,15.961478,8.7841368Q15.942228,8.9795799,15.913412,9.1738424Q15.884595,9.3681059,15.846281,9.5607214Q15.807967,9.7533369,15.760248,9.94384Q15.71253,10.134344,15.655521,10.322277Q15.598513,10.510208,15.532351,10.695117Q15.466188,10.880026,15.391034,11.061466Q15.31588,11.242905,15.231913,11.420439Q15.147945,11.597973,15.055368,11.771173Q14.962791,11.944372,14.861827,12.11282Q14.760862,12.281267,14.651754,12.444559Q14.542646,12.607851,14.425658,12.765593Q14.30867,12.923334,14.184082,13.075146Q14.059494,13.226955,13.927608,13.37247Q13.795721,13.517984,13.656853,13.656853Q13.517984,13.795721,13.372471,13.927608Q13.226955,14.059494,13.075146,14.184082Q12.923334,14.30867,12.765593,14.425658Q12.607851,14.542646,12.444559,14.651754Q12.281267,14.760862,12.11282,14.861827Q11.944372,14.962791,11.771173,15.055369Q11.597973,15.147945,11.420439,15.231914Q11.242905,15.31588,11.061466,15.391035Q10.880026,15.46619,10.695118,15.532351Q10.510208,15.598513,10.322277,15.655522Q10.134344,15.71253,9.94384,15.760249Q9.7533369,15.807968,9.5607214,15.846281Q9.3681059,15.884595,9.1738434,15.913411Q8.9795799,15.942228,8.7841377,15.961478Q8.5886936,15.980727,8.3925409,15.990364Q8.1963882,16,8,16Q7.8036108,16,7.6074586,15.990363Q7.4113064,15.980727,7.2158632,15.961478Q7.0204191,15.942228,6.8261557,15.913412Q6.6318922,15.884595,6.4392772,15.846281Q6.2466617,15.807967,6.0561581,15.760248Q5.8656549,15.71253,5.6777225,15.655521Q5.4897895,15.598513,5.3048806,15.532351Q5.1199713,15.466188,4.9385319,15.391034Q4.757092,15.31588,4.5795584,15.231913Q4.4020252,15.147945,4.2288256,15.055368Q4.0556259,14.962791,3.8871777,14.861827Q3.7187293,14.760862,3.5554378,14.651754Q3.3921463,14.542646,3.2344055,14.425658Q3.0766644,14.30867,2.9248538,14.184082Q2.7730432,14.059494,2.6275284,13.927608Q2.4820137,13.795721,2.3431456,13.656853Q2.2042775,13.517984,2.072391,13.372471Q1.9405042,13.226955,1.8159164,13.075146Q1.6913285,12.923334,1.5743396,12.765593Q1.4573509,12.607851,1.348243,12.444559Q1.239135,12.281267,1.138171,12.11282Q1.0372069,11.944372,0.94462985,11.771173Q0.85205269,11.597973,0.76808554,11.420439Q0.68411845,11.242905,0.60896367,11.061466Q0.53380889,10.880026,0.46764743,10.695118Q0.40148598,10.510208,0.3444773,10.322277Q0.28746858,10.134344,0.23974995,9.94384Q0.19203132,9.7533369,0.15371774,9.5607214Q0.11540415,9.3681059,0.086587913,9.1738434Q0.057771668,8.9795799,0.038522184,8.7841377Q0.019272698,8.5886936,0.009636349,8.3925409Q0,8.1963882,0,8Q0,7.8036108,0.009636349,7.6074586Q0.019272698,7.4113064,0.038522184,7.2158632Q0.057771668,7.0204191,0.086587906,6.8261557Q0.11540415,6.6318922,0.15371774,6.4392772Q0.19203132,6.2466617,0.23974994,6.0561581Q0.28746858,5.8656549,0.3444773,5.6777225Q0.40148598,5.4897895,0.46764743,5.3048806Q0.53380889,5.1199713,0.60896367,4.9385319Q0.68411845,4.757092,0.76808554,4.5795584Q0.85205263,4.4020252,0.94462979,4.2288256Q1.0372069,4.0556259,1.138171,3.8871777Q1.239135,3.7187293,1.348243,3.5554378Q1.4573509,3.3921463,1.5743396,3.2344055Q1.6913284,3.0766644,1.8159163,2.9248538Q1.9405041,2.7730432,2.0723908,2.6275284Q2.2042775,2.4820137,2.3431456,2.3431456Q2.4820137,2.2042775,2.6275284,2.072391Q2.7730432,1.9405042,2.9248538,1.8159164Q3.0766644,1.6913285,3.2344055,1.5743396Q3.3921466,1.4573509,3.555438,1.348243Q3.7187295,1.239135,3.8871777,1.138171Q4.0556259,1.0372069,4.2288256,0.94462985Q4.4020252,0.85205269,4.5795584,0.76808554Q4.757092,0.68411845,4.9385319,0.60896367Q5.1199713,0.53380889,5.3048801,0.46764743Q5.4897895,0.40148598,5.6777225,0.3444773Q5.8656549,0.28746858,6.0561581,0.23974995Q6.2466617,0.19203132,6.4392772,0.15371774Q6.6318922,0.11540415,6.8261557,0.086587913Q7.0204191,0.057771668,7.2158632,0.038522184Q7.4113064,0.019272698,7.6074591,0.009636349Q7.8036108,0,8,0Q8.1963882,0,8.3925409,0.009636349Q8.5886936,0.019272698,8.7841368,0.038522184Q8.9795799,0.057771668,9.1738424,0.086587906Q9.3681059,0.11540415,9.5607214,0.15371774Q9.7533369,0.19203132,9.94384,0.23974994Q10.134344,0.28746858,10.322277,0.3444773Q10.510208,0.40148598,10.695117,0.46764743Q10.880026,0.53380889,11.061466,0.60896367Q11.242905,0.68411845,11.420439,0.76808554Q11.597973,0.85205263,11.771173,0.94462979Q11.944372,1.0372069,12.11282,1.138171Q12.281267,1.239135,12.444559,1.348243Q12.607851,1.4573509,12.765593,1.5743396Q12.923334,1.6913284,13.075146,1.8159163Q13.226955,1.9405041,13.37247,2.0723908Q13.517984,2.2042775,13.656853,2.3431456Q13.795721,2.4820137,13.927608,2.6275284Q14.059494,2.7730432,14.184082,2.9248538Q14.30867,3.0766644,14.425658,3.2344055Q14.542646,3.3921466,14.651754,3.555438Q14.760862,3.7187295,14.861827,3.8871777Q14.962791,4.0556259,15.055369,4.2288256Q15.147945,4.4020252,15.231914,4.5795584Q15.31588,4.757092,15.391035,4.9385319Q15.46619,5.1199713,15.532351,5.3048801Q15.598513,5.4897895,15.655522,5.6777225Q15.71253,5.8656549,15.760249,6.0561581Q15.807968,6.2466617,15.846281,6.4392772Q15.884595,6.6318922,15.913411,6.8261557Q15.942228,7.0204191,15.961478,7.2158632Q15.980727,7.4113064,15.990364,7.6074591Q16,7.8036108,16,8ZM7.9999728,9.7778873C7.5090532,9.7778873,7.111084,9.3799181,7.111084,8.888998L7.111084,4.4445529C7.111084,3.9536331,7.5090532,3.5556641,7.9999728,3.5556641C8.4908924,3.5556641,8.8888617,3.9536331,8.8888617,4.4445529L8.8888617,8.888998C8.8888617,9.3799181,8.4908924,9.7778873,7.9999728,9.7778873ZM8.8888617,12.444553Q8.8888607,12.532101,8.8717813,12.617966Q8.854702,12.703831,8.8211985,12.784714Q8.7876949,12.865599,8.7390566,12.938393Q8.6904173,13.011186,8.6285114,13.073092Q8.5666056,13.134996,8.4938126,13.183636Q8.4210186,13.232274,8.3401356,13.265778Q8.2592516,13.299281,8.1733856,13.316361Q8.0875206,13.333441,7.9999728,13.333442Q7.9124246,13.333441,7.8265581,13.316361Q7.7406926,13.299281,7.6598086,13.265778Q7.5789251,13.232274,7.5061321,13.183636Q7.4333391,13.134996,7.3714333,13.073092Q7.3095274,13.011186,7.2608886,12.938392Q7.2122493,12.865599,7.1787462,12.784715Q7.1452432,12.703831,7.1281633,12.617967Q7.111084,12.532101,7.111084,12.444553Q7.111084,12.357005,7.1281638,12.271139Q7.1452432,12.185273,7.1787462,12.104389Q7.2122493,12.023505,7.2608881,11.950712Q7.3095274,11.877918,7.3714333,11.816013Q7.4333391,11.754107,7.5061321,11.705467Q7.5789251,11.656829,7.6598086,11.623325Q7.7406926,11.589823,7.8265581,11.572743Q7.9124246,11.555664,7.9999728,11.555664Q8.0875206,11.555664,8.1733856,11.572744Q8.2592516,11.589823,8.3401356,11.623325Q8.4210186,11.656829,8.4938126,11.705467Q8.5666056,11.754107,8.6285114,11.816012Q8.6904173,11.877918,8.7390566,11.950712Q8.7876949,12.023505,8.8211985,12.104389Q8.854702,12.185273,8.8717813,12.271139Q8.8888607,12.357005,8.8888617,12.444553Z" fill-rule="evenodd" fill="#F7625D" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="24" height="24" viewBox="0 0 24 24"><defs><clipPath id="master_svg0_125_16922"><rect x="0" y="0" width="24" height="24" rx="0"/></clipPath><linearGradient x1="0.5" y1="0" x2="0.5" y2="1" id="master_svg1_125_17238"><stop offset="0%" stop-color="#579EFF" stop-opacity="1"/><stop offset="100%" stop-color="#85B8FF" stop-opacity="1"/></linearGradient></defs><g clip-path="url(#master_svg0_125_16922)"><g><path d="M8.7133856e-15,3.00078105C-7.9004963e-8,2.33803946,0.53725815,1.80078125,1.2,1.80078125L9.4087505,1.80078125C9.8887873,1.800799667833,10.322625,2.08689746,10.5117,2.52813119L11.1,3.90078095L22.800001,3.90078095C23.462742,3.90078115,24,4.43803905,24,5.10078075L24,17.70077925C24,18.36352125,23.462742,18.90077925,22.799999,18.90077925L1.2,18.90077925C0.53725827,18.90077925,8.7133856e-15,18.36352125,8.7133856e-15,17.70077925L8.7133856e-15,3.00078105Z" fill="#4288E7" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M3.30009795625,5.8505859375L20.70009765625,5.8505859375Q21.90009865625,5.8505859375,21.90009865625,7.0505862375L21.90009865625,17.850584937500003Q21.90009865625,19.0505849375,20.70009765625,19.0505849375L3.30009755625,19.0505849375Q2.10009765625,19.0505849375,2.10009765625,17.850584937500003L2.10009765625,7.0505855375Q2.10009765625,5.85058557987213,3.30009795625,5.8505859375Z" fill="#FFFFFF" fill-opacity="1" style="mix-blend-mode:passthrough"/></g><g><path d="M1.1999998,7.80078125L22.799999,7.80078125Q24,7.80078125,24,9.00078155L24,21.00078225Q24,22.20078225,22.799999,22.20078225L1.2,22.20078225Q0,22.20078225,0,21.00078225L0,9.00078155Q0,7.80078125,1.1999998,7.80078125Z" fill="url(#master_svg1_125_17238)" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><g><g><rect x="0" y="0" width="16" height="16" rx="8" fill="#15BC83" fill-opacity="1"/></g><g><path d="M12.930224390734864,6.1302238146325685Q13.035691290734864,6.0247556546325685,13.092770590734863,5.886954964632569Q13.149849890734863,5.749154284632568,13.149849890734863,5.599999904632568Q13.149849890734863,5.526146121632569,13.135440790734863,5.453711424632568Q13.121031790734863,5.381276724632569,13.092769590734862,5.313044724632569Q13.064507490734863,5.244812724632569,13.023476590734862,5.183405574632569Q12.982445690734863,5.121998394632568,12.930223490734864,5.069775874632568Q12.878001190734864,5.017553384632569,12.816594090734863,4.976522444632568Q12.755186590734862,4.935491444632568,12.686954490734863,4.907228824632568Q12.618722890734864,4.878966214632569,12.546288490734863,4.864558104632568Q12.473854090734864,4.850149874632568,12.400000090734864,4.850149874632568Q12.250844990734862,4.850149874632568,12.113043790734864,4.9072289446325685Q11.975243590734863,4.964307964632568,11.869775790734863,5.0697762346325685L11.869669390734863,5.0696698446325685L7.200000090734863,9.739339804632568L5.330330250734863,7.8696701046325686L5.330224270734863,7.869776004632568Q5.224756180734864,7.764308004632568,5.0869554307348634,7.707228904632569Q4.949154660734863,7.650150104632568,4.800000190734863,7.650150104632568Q4.726146407734864,7.650150104632568,4.653711710734863,7.664558204632568Q4.581277010734864,7.678966504632569,4.513045010734864,7.707228904632569Q4.444813010734864,7.735491504632568,4.383405860734864,7.776522404632568Q4.321998680734863,7.817553304632568,4.269776160734863,7.869775804632568Q4.217553670734864,7.921998304632568,4.176522730734863,7.983405604632568Q4.135491730734863,8.044812704632568,4.107229110734863,8.113044704632568Q4.078966500734864,8.181276804632569,4.064558390734863,8.253711504632568Q4.050150160734863,8.326146104632569,4.050150160734863,8.400000104632568Q4.050150210734863,8.549154304632568,4.107229110734863,8.68695500463257Q4.164308070734863,8.824755704632569,4.269776110734863,8.930224204632568L4.2696701307348635,8.930330004632568L6.528248890734863,11.188909004632569Q6.806497590734864,11.467157804632567,7.200000290734863,11.467157804632567Q7.593502490734863,11.467157804632567,7.871751790734863,11.188909004632569L12.930330290734863,6.130329964632568L12.930224390734864,6.1302238146325685Z" fill-rule="evenodd" fill="#FFFFFF" fill-opacity="1"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><g transform="matrix(1,0,0,-1,0,32)"><g><path d="M16,24Q16,24.1963882,15.990363,24.3925409Q15.980727,24.5886936,15.961478,24.7841368Q15.942228,24.979579899999997,15.913412,25.173842399999998Q15.884595,25.3681059,15.846281,25.5607214Q15.807967,25.7533369,15.760248,25.94384Q15.71253,26.134344,15.655521,26.322277Q15.598513,26.510208,15.532351,26.695117Q15.466188,26.880026,15.391034,27.061466Q15.31588,27.242905,15.231913,27.420439000000002Q15.147945,27.597973,15.055368,27.771172999999997Q14.962791,27.944372,14.861827,28.11282Q14.760862,28.281267,14.651754,28.444558999999998Q14.542646,28.607851,14.425658,28.765593000000003Q14.30867,28.923334,14.184082,29.075146Q14.059494,29.226955,13.927608,29.37247Q13.795721,29.517984,13.656853,29.656852999999998Q13.517984,29.795721,13.372471,29.927608Q13.226955,30.059494,13.075146,30.184082Q12.923334,30.30867,12.765593,30.425658Q12.607851,30.542645999999998,12.444559,30.651754Q12.281267,30.760862,12.11282,30.861826999999998Q11.944372,30.962791,11.771173,31.055369Q11.597973,31.147945,11.420439,31.231914Q11.242905,31.31588,11.061466,31.391035000000002Q10.880026,31.466189999999997,10.695118,31.532351Q10.510208,31.598513,10.322277,31.655521999999998Q10.134344,31.71253,9.94384,31.760249Q9.7533369,31.807968000000002,9.5607214,31.846280999999998Q9.3681059,31.884594999999997,9.1738434,31.913411Q8.9795799,31.942228,8.7841377,31.961478Q8.5886936,31.980727,8.3925409,31.990364Q8.1963882,32,8,32Q7.8036108,32,7.6074586,31.990363000000002Q7.4113064,31.980727,7.2158632,31.961478Q7.0204191,31.942228,6.8261557,31.913412Q6.6318922,31.884594999999997,6.4392772,31.846280999999998Q6.2466617,31.807966999999998,6.0561581,31.760248Q5.8656549,31.71253,5.6777225,31.655521Q5.4897895,31.598513,5.3048806,31.532351Q5.1199713,31.466188000000002,4.9385319,31.391033999999998Q4.757092,31.31588,4.5795584,31.231913Q4.4020252,31.147945,4.2288256,31.055368Q4.0556259,30.962791,3.8871777,30.861826999999998Q3.7187293,30.760862,3.5554378,30.651754Q3.3921463,30.542645999999998,3.2344055,30.425658Q3.0766644,30.30867,2.9248538,30.184082Q2.7730432,30.059494,2.6275284,29.927608Q2.4820137,29.795721,2.3431456,29.656852999999998Q2.2042775,29.517984,2.072391,29.372471Q1.9405042,29.226955,1.8159164,29.075146Q1.6913285,28.923334,1.5743396,28.765593000000003Q1.4573509,28.607851,1.348243,28.444558999999998Q1.239135,28.281267,1.138171,28.11282Q1.0372069,27.944372,0.94462985,27.771172999999997Q0.85205269,27.597973,0.76808554,27.420439000000002Q0.68411845,27.242905,0.60896367,27.061466Q0.53380889,26.880026,0.46764743,26.695118Q0.40148598,26.510208,0.3444773,26.322277Q0.28746858,26.134344,0.23974995,25.94384Q0.19203132,25.7533369,0.15371774,25.5607214Q0.11540415,25.3681059,0.086587913,25.173843400000003Q0.057771668,24.979579899999997,0.038522184,24.784137700000002Q0.019272698,24.5886936,0.009636349,24.3925409Q0,24.1963882,0,24Q0,23.8036108,0.009636349,23.6074586Q0.019272698,23.4113064,0.038522184,23.2158632Q0.057771668,23.020419099999998,0.086587906,22.8261557Q0.11540415,22.6318922,0.15371774,22.4392772Q0.19203132,22.2466617,0.23974994,22.0561581Q0.28746858,21.8656549,0.3444773,21.6777225Q0.40148598,21.4897895,0.46764743,21.3048806Q0.53380889,21.1199713,0.60896367,20.9385319Q0.68411845,20.757092,0.76808554,20.5795584Q0.85205263,20.4020252,0.94462979,20.2288256Q1.0372069,20.0556259,1.138171,19.8871777Q1.239135,19.7187293,1.348243,19.5554378Q1.4573509,19.3921463,1.5743396,19.2344055Q1.6913284,19.0766644,1.8159163,18.9248538Q1.9405041,18.7730432,2.0723908,18.6275284Q2.2042775,18.4820137,2.3431456,18.3431456Q2.4820137,18.2042775,2.6275284,18.072391Q2.7730432,17.9405042,2.9248538,17.8159164Q3.0766644,17.6913285,3.2344055,17.574339600000002Q3.3921466,17.4573509,3.555438,17.348243Q3.7187295,17.239135,3.8871777,17.138171Q4.0556259,17.0372069,4.2288256,16.94462985Q4.4020252,16.85205269,4.5795584,16.76808554Q4.757092,16.68411845,4.9385319,16.60896367Q5.1199713,16.53380889,5.3048801,16.46764743Q5.4897895,16.40148598,5.6777225,16.3444773Q5.8656549,16.28746858,6.0561581,16.23974995Q6.2466617,16.19203132,6.4392772,16.15371774Q6.6318922,16.11540415,6.8261557,16.086587913Q7.0204191,16.057771668,7.2158632,16.038522184Q7.4113064,16.019272698,7.6074591,16.009636349Q7.8036108,16,8,16Q8.1963882,16,8.3925409,16.009636349Q8.5886936,16.019272698,8.7841368,16.038522184Q8.9795799,16.057771668,9.1738424,16.086587906Q9.3681059,16.11540415,9.5607214,16.15371774Q9.7533369,16.19203132,9.94384,16.23974994Q10.134344,16.28746858,10.322277,16.3444773Q10.510208,16.40148598,10.695117,16.46764743Q10.880026,16.53380889,11.061466,16.60896367Q11.242905,16.68411845,11.420439,16.76808554Q11.597973,16.85205263,11.771173,16.94462979Q11.944372,17.0372069,12.11282,17.138171Q12.281267,17.239135,12.444559,17.348243Q12.607851,17.4573509,12.765593,17.574339600000002Q12.923334,17.6913284,13.075146,17.8159163Q13.226955,17.9405041,13.37247,18.0723908Q13.517984,18.2042775,13.656853,18.3431456Q13.795721,18.4820137,13.927608,18.6275284Q14.059494,18.7730432,14.184082,18.9248538Q14.30867,19.0766644,14.425658,19.2344055Q14.542646,19.3921466,14.651754,19.555438Q14.760862,19.7187295,14.861827,19.8871777Q14.962791,20.0556259,15.055369,20.2288256Q15.147945,20.4020252,15.231914,20.5795584Q15.31588,20.757092,15.391035,20.9385319Q15.46619,21.1199713,15.532351,21.3048801Q15.598513,21.4897895,15.655522,21.6777225Q15.71253,21.8656549,15.760249,22.0561581Q15.807968,22.2466617,15.846281,22.4392772Q15.884595,22.6318922,15.913411,22.8261557Q15.942228,23.020419099999998,15.961478,23.2158632Q15.980727,23.4113064,15.990364,23.6074591Q16,23.8036108,16,24ZM7.9999728,25.7778873C7.5090532,25.7778873,7.111084,25.379918099999998,7.111084,24.888998L7.111084,20.444552899999998C7.111084,19.9536331,7.5090532,19.5556641,7.9999728,19.5556641C8.4908924,19.5556641,8.8888617,19.9536331,8.8888617,20.444552899999998L8.8888617,24.888998C8.8888617,25.379918099999998,8.4908924,25.7778873,7.9999728,25.7778873ZM8.8888617,28.444553Q8.8888607,28.532101,8.8717813,28.617966Q8.854702,28.703831,8.8211985,28.784714Q8.7876949,28.865599,8.7390566,28.938392999999998Q8.6904173,29.011186000000002,8.6285114,29.073092000000003Q8.5666056,29.134996,8.4938126,29.183636Q8.4210186,29.232274,8.3401356,29.265777999999997Q8.2592516,29.299281,8.1733856,29.316361Q8.0875206,29.333441,7.9999728,29.333441999999998Q7.9124246,29.333441,7.8265581,29.316361Q7.7406926,29.299281,7.6598086,29.265777999999997Q7.5789251,29.232274,7.5061321,29.183636Q7.4333391,29.134996,7.3714333,29.073092000000003Q7.3095274,29.011186000000002,7.2608886,28.938392Q7.2122493,28.865599,7.1787462,28.784715Q7.1452432,28.703831,7.1281633,28.617967Q7.111084,28.532101,7.111084,28.444553Q7.111084,28.357005,7.1281638,28.271138999999998Q7.1452432,28.185273000000002,7.1787462,28.104388999999998Q7.2122493,28.023505,7.2608881,27.950712Q7.3095274,27.877918,7.3714333,27.816012999999998Q7.4333391,27.754106999999998,7.5061321,27.705467Q7.5789251,27.656829000000002,7.6598086,27.623325Q7.7406926,27.589823000000003,7.8265581,27.572743Q7.9124246,27.555664,7.9999728,27.555664Q8.0875206,27.555664,8.1733856,27.572744Q8.2592516,27.589823000000003,8.3401356,27.623325Q8.4210186,27.656829000000002,8.4938126,27.705467Q8.5666056,27.754106999999998,8.6285114,27.816012Q8.6904173,27.877918,8.7390566,27.950712Q8.7876949,28.023505,8.8211985,28.104388999999998Q8.854702,28.185273000000002,8.8717813,28.271138999999998Q8.8888607,28.357005,8.8888617,28.444553Z" fill-rule="evenodd" fill="#F29655" fill-opacity="1" style="mix-blend-mode:passthrough"/></g></g></svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
export interface MaterialCheckResProps {
|
|
4
|
+
/**
|
|
5
|
+
* 类型
|
|
6
|
+
*/
|
|
7
|
+
type?: "fail" | "warning" | "success";
|
|
8
|
+
number: number;
|
|
9
|
+
text: string;
|
|
10
|
+
style?: object;
|
|
11
|
+
}
|
|
12
|
+
declare const MaterialCheckRes: React.FC<MaterialCheckResProps>;
|
|
13
|
+
export default MaterialCheckRes;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
exports.__esModule = true;
|
|
5
|
+
exports["default"] = void 0;
|
|
6
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _file = _interopRequireDefault(require("./icon/file.svg"));
|
|
9
|
+
var _fail = _interopRequireDefault(require("./icon/fail.svg"));
|
|
10
|
+
var _success = _interopRequireDefault(require("./icon/success.svg"));
|
|
11
|
+
var _warning = _interopRequireDefault(require("./icon/warning.svg"));
|
|
12
|
+
require("./index.scss");
|
|
13
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
14
|
+
var MaterialCheckRes = function MaterialCheckRes(_ref) {
|
|
15
|
+
var _ref$type = _ref.type,
|
|
16
|
+
type = _ref$type === void 0 ? 'fail' : _ref$type,
|
|
17
|
+
number = _ref.number,
|
|
18
|
+
text = _ref.text,
|
|
19
|
+
style = _ref.style;
|
|
20
|
+
var color = {
|
|
21
|
+
fail: '#F7625D',
|
|
22
|
+
warning: '#F29655',
|
|
23
|
+
success: '#15BC83'
|
|
24
|
+
}[type];
|
|
25
|
+
var icon = {
|
|
26
|
+
fail: _fail["default"],
|
|
27
|
+
warning: _warning["default"],
|
|
28
|
+
success: _success["default"]
|
|
29
|
+
}[type];
|
|
30
|
+
var res = {
|
|
31
|
+
fail: '预审存疑',
|
|
32
|
+
warning: '人工判断',
|
|
33
|
+
success: '预检通过'
|
|
34
|
+
}[type];
|
|
35
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
36
|
+
className: "materialCheckRes",
|
|
37
|
+
style: (0, _extends2["default"])({
|
|
38
|
+
color: color
|
|
39
|
+
}, style)
|
|
40
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
41
|
+
className: "file"
|
|
42
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
43
|
+
className: "icon",
|
|
44
|
+
src: _file["default"],
|
|
45
|
+
alt: ""
|
|
46
|
+
}), "\u6587\u4EF6"), /*#__PURE__*/React.createElement("div", {
|
|
47
|
+
className: "btns"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
49
|
+
className: "res"
|
|
50
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
51
|
+
src: icon,
|
|
52
|
+
alt: ""
|
|
53
|
+
}), res), /*#__PURE__*/React.createElement("div", {
|
|
54
|
+
className: "detail"
|
|
55
|
+
}, "\u67E5\u770B\u8BE6\u60C5")));
|
|
56
|
+
};
|
|
57
|
+
MaterialCheckRes.displayName = 'MaterialCheckRes';
|
|
58
|
+
var _default = exports["default"] = MaterialCheckRes;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
.materialCheckRes {
|
|
2
|
+
width: 100%;
|
|
3
|
+
border-radius: 8px;
|
|
4
|
+
background: #F7F7F7;
|
|
5
|
+
padding: 10px;
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: flex-end;
|
|
8
|
+
|
|
9
|
+
.file {
|
|
10
|
+
width: 80px;
|
|
11
|
+
height: 85px;
|
|
12
|
+
border-radius: 8px;
|
|
13
|
+
display: flex;
|
|
14
|
+
flex-direction: column;
|
|
15
|
+
align-items: center;
|
|
16
|
+
justify-content: center;
|
|
17
|
+
background: #fff;
|
|
18
|
+
font-size: 12px;
|
|
19
|
+
color: #666666;
|
|
20
|
+
margin-right: 12px;
|
|
21
|
+
|
|
22
|
+
img {
|
|
23
|
+
width: 24px;
|
|
24
|
+
height: 24px;
|
|
25
|
+
margin-bottom: 7px;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.btns {
|
|
30
|
+
display: flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
justify-content: space-between;
|
|
33
|
+
padding-bottom: 5px;
|
|
34
|
+
font-size: 14px;
|
|
35
|
+
flex: 1;
|
|
36
|
+
|
|
37
|
+
.res {
|
|
38
|
+
display: flex;
|
|
39
|
+
align-items: center;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.detail {
|
|
43
|
+
color: #1678FF;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
img {
|
|
47
|
+
width: 16px;
|
|
48
|
+
height: 16px;
|
|
49
|
+
margin-right: 6px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
export interface SuccessPromptProps {
|
|
4
|
+
/**
|
|
5
|
+
* 类型
|
|
6
|
+
*/
|
|
7
|
+
type?: "fail" | "warning" | "success";
|
|
8
|
+
number: number;
|
|
9
|
+
text: string;
|
|
10
|
+
style?: object;
|
|
11
|
+
}
|
|
12
|
+
declare const SuccessPrompt: React.FC<SuccessPromptProps>;
|
|
13
|
+
export default SuccessPrompt;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
exports.__esModule = true;
|
|
5
|
+
exports["default"] = void 0;
|
|
6
|
+
var _radio = _interopRequireDefault(require("@alifd/next/lib/radio"));
|
|
7
|
+
var React = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _success = _interopRequireDefault(require("./success.svg"));
|
|
9
|
+
require("./index.scss");
|
|
10
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
11
|
+
var SuccessPrompt = function SuccessPrompt(_ref) {
|
|
12
|
+
var _ref$type = _ref.type,
|
|
13
|
+
type = _ref$type === void 0 ? 'fail' : _ref$type,
|
|
14
|
+
number = _ref.number,
|
|
15
|
+
text = _ref.text,
|
|
16
|
+
style = _ref.style;
|
|
17
|
+
var handleChange = function handleChange(value) {
|
|
18
|
+
console.log(value);
|
|
19
|
+
};
|
|
20
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
21
|
+
className: "SuccessPrompt",
|
|
22
|
+
style: style
|
|
23
|
+
}, "\u60A8\u63D0\u4EA4\u7684\u6750\u6599\u5DF2\u901A\u8FC7\u7CFB\u7EDF\u201C\u667A\u80FD\u9884\u5BA1\u201D\uFF0C\u201C\u667A\u80FD\u9884\u5BA1\u201D\u4EC5\u4EE3\u8868\u7CFB\u7EDF\u7684\u521D\u6B65\u5224\u65AD\uFF0C\u6700\u7EC8\u5BA1\u6838\u7ED3\u679C\u4EE5\u4E1A\u52A1\u90E8\u95E8\u7684\u5BA1\u6838\u7ED3\u679C\u4E3A\u51C6\uFF01", /*#__PURE__*/React.createElement("div", {
|
|
24
|
+
className: "radio"
|
|
25
|
+
}, /*#__PURE__*/React.createElement(_radio["default"], {
|
|
26
|
+
onChange: function onChange(val) {
|
|
27
|
+
return handleChange(val);
|
|
28
|
+
}
|
|
29
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
30
|
+
className: "text"
|
|
31
|
+
}, "\u6211\u5DF2\u77E5\u6653")), /*#__PURE__*/React.createElement("img", {
|
|
32
|
+
className: "img",
|
|
33
|
+
src: _success["default"],
|
|
34
|
+
alt: ""
|
|
35
|
+
}));
|
|
36
|
+
};
|
|
37
|
+
SuccessPrompt.displayName = 'SuccessPrompt';
|
|
38
|
+
var _default = exports["default"] = SuccessPrompt;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
.SuccessPrompt {
|
|
2
|
+
width: 100%;
|
|
3
|
+
padding: 16px 12px;
|
|
4
|
+
border-radius: 8px;
|
|
5
|
+
background: #15BC83;
|
|
6
|
+
color: #fff;
|
|
7
|
+
font-size: 12px;
|
|
8
|
+
position: relative;
|
|
9
|
+
|
|
10
|
+
.img {
|
|
11
|
+
width: 69px;
|
|
12
|
+
height: 69px;
|
|
13
|
+
position: absolute;
|
|
14
|
+
right: 12px;
|
|
15
|
+
bottom: 0;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.radio {
|
|
19
|
+
margin-top: 8px;
|
|
20
|
+
display: flex;
|
|
21
|
+
align-items: center;
|
|
22
|
+
row-gap: 2px;
|
|
23
|
+
|
|
24
|
+
.text {
|
|
25
|
+
margin-left: 3px;
|
|
26
|
+
margin-top: 1px;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="69" height="69" viewBox="0 0 69 69"><g><g><rect x="0" y="0" width="69" height="69" rx="34.5" fill="#FFFFFF" fill-opacity="0.10000000149011612"/></g><g><path d="M55.595893762939454,26.270896918530273Q55.80478276293945,26.062006718530274,55.968906762939454,25.816378018530273Q56.13302976293945,25.570749118530273,56.24608276293945,25.297821018530275Q56.35913076293945,25.024892868530273,56.41676376293945,24.735153908530272Q56.474399762939456,24.445414898530274,56.474399762939456,24.149999618530273Q56.474399762939456,24.002648528530273,56.459956762939456,23.856006978530274Q56.44551476293945,23.709365428530273,56.41676376293945,23.564845678530272Q56.38801976293945,23.420325878530274,56.34524176293945,23.279319648530272Q56.30247076293945,23.138313518530275,56.246078762939455,23.002178918530273Q56.189693762939456,22.866044118530272,56.12023576293945,22.736092118530273Q56.05076976293945,22.606140118530273,55.968906762939454,22.483622318530273Q55.88704276293945,22.361104218530272,55.79356776293945,22.247200218530274Q55.70008876293945,22.133296518530273,55.595893762939454,22.029103518530274Q55.491702762939454,21.924910518530275,55.37779976293945,21.831431818530273Q55.26389676293945,21.737953418530275,55.14137676293945,21.656089818530273Q55.01886376293945,21.574225618530274,54.88891176293945,21.504764818530273Q54.758956762939455,21.435303918530273,54.622817762939455,21.378915318530275Q54.48668276293945,21.322526418530273,54.345679762939454,21.279752718530272Q54.20467376293945,21.236979018530274,54.06015376293945,21.208232418530272Q53.915637762939454,21.179485318530272,53.76899376293945,21.165042118530273Q53.62234876293945,21.150599518530274,53.47499876293945,21.150599518530274Q53.179584762939456,21.150599518530274,52.88984276293945,21.208232418530272Q52.60010576293945,21.265864818530275,52.32717476293945,21.378915318530275Q52.05424876293945,21.491965818530275,51.808620762939455,21.656089818530273Q51.562991762939454,21.820213318530275,51.35410076293945,22.029103318530275L51.353677762939455,22.028679418530274L31.050000762939455,42.332359618530276L22.821320962939453,34.10367961853027L22.820896662939454,34.10410401853027Q22.612006562939452,33.895214118530276,22.366377962939453,33.73108961853028Q22.12074926293945,33.56696511853028,21.847821262939455,33.45391461853028Q21.574893352939455,33.34086421853027,21.28515458293945,33.28323271853027Q20.995415832939454,33.225600218530275,20.700000762939453,33.225600218530275Q20.552649672939452,33.22560121853027,20.406008122939454,33.24004361853027Q20.259366572939452,33.254486118530274,20.11484682293945,33.28323271853027Q19.970327022939454,33.31197931853028,19.829320792939452,33.35475351853027Q19.688314662939455,33.39752771853027,19.552180062939453,33.453915618530274Q19.416045262939452,33.51030541853027,19.286093262939453,33.57976531853028Q19.156141262939453,33.64922711853028,19.033623462939453,33.73109051853027Q18.911105362939452,33.812954918530274,18.797201362939454,33.90643311853027Q18.683297662939452,33.99991221853027,18.579104662939454,34.10410401853027Q18.474911662939455,34.208297618530274,18.381432962939453,34.322200618530275Q18.287954562939454,34.43610561853028,18.206090962939452,34.55862261853027Q18.124226762939454,34.68114061853027,18.054765962939452,34.811092618530274Q17.985305062939453,34.94104461853027,17.928916462939455,35.077178618530276Q17.872527562939453,35.21331361853027,17.82975386293945,35.354320618530274Q17.786980162939454,35.49532661853027,17.758233562939452,35.63984561853027Q17.72948646293945,35.78436661853027,17.715043262939453,35.93100861853027Q17.700600362939454,36.07764961853027,17.700600662939454,36.225000618530274Q17.700600662939454,36.52041561853027,17.758233262939452,36.81015361853027Q17.815865962939455,37.099893618530274,17.928916462939455,37.372821618530274Q18.041966962939455,37.64574861853028,18.206090962939452,37.891378618530275Q18.370214962939453,38.13700661853027,18.579104862939452,38.345896618530276L18.578680562939454,38.34632061853027L28.78727146293945,48.554912618530274Q31.049972762939454,50.81758661853027,33.31274176293945,48.55490161853027L55.59631776293946,26.271319818530273L55.595893762939454,26.270896918530273Z" fill-rule="evenodd" fill="#15BC83" fill-opacity="1"/></g></g></svg>
|
package/lib/index.d.ts
CHANGED
|
@@ -15,5 +15,11 @@ export type { MessageProps } from './components/message';
|
|
|
15
15
|
export { default as Message } from './components/message';
|
|
16
16
|
export type { StatsticProps } from './components/statistic';
|
|
17
17
|
export { default as Statstic } from './components/statistic';
|
|
18
|
+
export type { MaterialCheckResProps } from './components/material-check-res';
|
|
19
|
+
export { default as MaterialCheckRes } from './components/material-check-res';
|
|
20
|
+
export type { SuccessPromptProps } from './components/success-prompt';
|
|
21
|
+
export { default as SuccessPrompt } from './components/success-prompt';
|
|
22
|
+
export type { CheckDetailProps } from './components/check-detail';
|
|
23
|
+
export { default as CheckDetail } from './components/check-detail';
|
|
18
24
|
declare const bizCssPrefix = "bizpack";
|
|
19
25
|
export { bizCssPrefix };
|
package/lib/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
4
|
exports.__esModule = true;
|
|
5
|
-
exports.bizCssPrefix = exports.Tips = exports.Statstic = exports.Message = exports.FileItem = exports.ColorfulInput = exports.ColorfulButton = exports.CheckRes = exports.CheckLoading = exports.CardTitle = void 0;
|
|
5
|
+
exports.bizCssPrefix = exports.Tips = exports.SuccessPrompt = exports.Statstic = exports.Message = exports.MaterialCheckRes = exports.FileItem = exports.ColorfulInput = exports.ColorfulButton = exports.CheckRes = exports.CheckLoading = exports.CheckDetail = exports.CardTitle = void 0;
|
|
6
6
|
var _colorfulButton = _interopRequireDefault(require("./components/colorful-button"));
|
|
7
7
|
exports.ColorfulButton = _colorfulButton["default"];
|
|
8
8
|
var _colorfulInput = _interopRequireDefault(require("./components/colorful-input"));
|
|
@@ -21,4 +21,10 @@ var _message = _interopRequireDefault(require("./components/message"));
|
|
|
21
21
|
exports.Message = _message["default"];
|
|
22
22
|
var _statistic = _interopRequireDefault(require("./components/statistic"));
|
|
23
23
|
exports.Statstic = _statistic["default"];
|
|
24
|
+
var _materialCheckRes = _interopRequireDefault(require("./components/material-check-res"));
|
|
25
|
+
exports.MaterialCheckRes = _materialCheckRes["default"];
|
|
26
|
+
var _successPrompt = _interopRequireDefault(require("./components/success-prompt"));
|
|
27
|
+
exports.SuccessPrompt = _successPrompt["default"];
|
|
28
|
+
var _checkDetail = _interopRequireDefault(require("./components/check-detail"));
|
|
29
|
+
exports.CheckDetail = _checkDetail["default"];
|
|
24
30
|
var bizCssPrefix = exports.bizCssPrefix = 'bizpack';
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
|
|
2
|
+
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
3
|
+
|
|
4
|
+
const CheckDetailMeta: IPublicTypeComponentMetadata = {
|
|
5
|
+
"componentName": "CheckDetail",
|
|
6
|
+
"title": "CheckDetail",
|
|
7
|
+
"docUrl": "",
|
|
8
|
+
"screenshot": "",
|
|
9
|
+
"devMode": "proCode",
|
|
10
|
+
"npm": {
|
|
11
|
+
"package": "ydb-components-material",
|
|
12
|
+
"version": "0.1.11",
|
|
13
|
+
"exportName": "CheckDetail",
|
|
14
|
+
"main": "src/index.tsx",
|
|
15
|
+
"destructuring": true,
|
|
16
|
+
"subName": ""
|
|
17
|
+
},
|
|
18
|
+
"configure": {
|
|
19
|
+
"props": [
|
|
20
|
+
{
|
|
21
|
+
"title": {
|
|
22
|
+
"label": {
|
|
23
|
+
"type": "i18n",
|
|
24
|
+
"en-US": "type",
|
|
25
|
+
"zh-CN": "类型"
|
|
26
|
+
},
|
|
27
|
+
"tip": "type | 类型"
|
|
28
|
+
},
|
|
29
|
+
"name": "type",
|
|
30
|
+
"description": "类型",
|
|
31
|
+
"setter": {
|
|
32
|
+
"componentName": "RadioGroupSetter",
|
|
33
|
+
"props": {
|
|
34
|
+
"dataSource": [
|
|
35
|
+
{
|
|
36
|
+
"label": "success",
|
|
37
|
+
"value": "success"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"label": "warning",
|
|
41
|
+
"value": "warning"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"label": "notice",
|
|
45
|
+
"value": "notice"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"options": [
|
|
49
|
+
{
|
|
50
|
+
"label": "success",
|
|
51
|
+
"value": "success"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"label": "warning",
|
|
55
|
+
"value": "warning"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"label": "notice",
|
|
59
|
+
"value": "notice"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"initialValue": "success"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"title": {
|
|
68
|
+
"label": {
|
|
69
|
+
"type": "i18n",
|
|
70
|
+
"en-US": "title",
|
|
71
|
+
"zh-CN": "title"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"name": "title",
|
|
75
|
+
"setter": {
|
|
76
|
+
"componentName": "StringSetter",
|
|
77
|
+
"isRequired": true,
|
|
78
|
+
"initialValue": ""
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"title": {
|
|
83
|
+
"label": {
|
|
84
|
+
"type": "i18n",
|
|
85
|
+
"en-US": "text",
|
|
86
|
+
"zh-CN": "text"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"name": "text",
|
|
90
|
+
"setter": {
|
|
91
|
+
"componentName": "StringSetter",
|
|
92
|
+
"isRequired": true,
|
|
93
|
+
"initialValue": ""
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"supports": {
|
|
98
|
+
"style": true
|
|
99
|
+
},
|
|
100
|
+
"component": {}
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
const snippets: IPublicTypeSnippet[] = [
|
|
104
|
+
{
|
|
105
|
+
"title": "CheckDetail",
|
|
106
|
+
"screenshot": "",
|
|
107
|
+
"schema": {
|
|
108
|
+
"componentName": "CheckDetail",
|
|
109
|
+
"props": {}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
];
|
|
113
|
+
|
|
114
|
+
export default {
|
|
115
|
+
...CheckDetailMeta,
|
|
116
|
+
snippets
|
|
117
|
+
};
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
|
|
2
|
+
import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types';
|
|
3
|
+
|
|
4
|
+
const MaterialCheckResMeta: IPublicTypeComponentMetadata = {
|
|
5
|
+
"componentName": "MaterialCheckRes",
|
|
6
|
+
"title": "MaterialCheckRes",
|
|
7
|
+
"docUrl": "",
|
|
8
|
+
"screenshot": "",
|
|
9
|
+
"devMode": "proCode",
|
|
10
|
+
"npm": {
|
|
11
|
+
"package": "ydb-components-material",
|
|
12
|
+
"version": "0.1.11",
|
|
13
|
+
"exportName": "MaterialCheckRes",
|
|
14
|
+
"main": "src/index.tsx",
|
|
15
|
+
"destructuring": true,
|
|
16
|
+
"subName": ""
|
|
17
|
+
},
|
|
18
|
+
"configure": {
|
|
19
|
+
"props": [
|
|
20
|
+
{
|
|
21
|
+
"title": {
|
|
22
|
+
"label": {
|
|
23
|
+
"type": "i18n",
|
|
24
|
+
"en-US": "type",
|
|
25
|
+
"zh-CN": "类型"
|
|
26
|
+
},
|
|
27
|
+
"tip": "type | 类型"
|
|
28
|
+
},
|
|
29
|
+
"name": "type",
|
|
30
|
+
"description": "类型",
|
|
31
|
+
"setter": {
|
|
32
|
+
"componentName": "RadioGroupSetter",
|
|
33
|
+
"props": {
|
|
34
|
+
"dataSource": [
|
|
35
|
+
{
|
|
36
|
+
"label": "success",
|
|
37
|
+
"value": "success"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"label": "warning",
|
|
41
|
+
"value": "warning"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"label": "fail",
|
|
45
|
+
"value": "fail"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"options": [
|
|
49
|
+
{
|
|
50
|
+
"label": "success",
|
|
51
|
+
"value": "success"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"label": "warning",
|
|
55
|
+
"value": "warning"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"label": "fail",
|
|
59
|
+
"value": "fail"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"initialValue": "success"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"title": {
|
|
68
|
+
"label": {
|
|
69
|
+
"type": "i18n",
|
|
70
|
+
"en-US": "number",
|
|
71
|
+
"zh-CN": "number"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"name": "number",
|
|
75
|
+
"setter": {
|
|
76
|
+
"componentName": "NumberSetter",
|
|
77
|
+
"isRequired": true,
|
|
78
|
+
"initialValue": 0
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"title": {
|
|
83
|
+
"label": {
|
|
84
|
+
"type": "i18n",
|
|
85
|
+
"en-US": "text",
|
|
86
|
+
"zh-CN": "text"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"name": "text",
|
|
90
|
+
"setter": {
|
|
91
|
+
"componentName": "StringSetter",
|
|
92
|
+
"isRequired": true,
|
|
93
|
+
"initialValue": ""
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"supports": {
|
|
98
|
+
"style": true
|
|
99
|
+
},
|
|
100
|
+
"component": {}
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
const snippets: IPublicTypeSnippet[] = [
|
|
104
|
+
{
|
|
105
|
+
"title": "MaterialCheckRes",
|
|
106
|
+
"screenshot": "",
|
|
107
|
+
"schema": {
|
|
108
|
+
"componentName": "MaterialCheckRes",
|
|
109
|
+
"props": {}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
];
|
|
113
|
+
|
|
114
|
+
export default {
|
|
115
|
+
...MaterialCheckResMeta,
|
|
116
|
+
snippets
|
|
117
|
+
};
|