@customize-agent/server 4.0.3 → 4.0.5
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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +19 -19
- package/.next/prerender-manifest.json +3 -3
- package/.next/server/chunks/8204.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages/asset-library.html +1 -1
- package/.next/server/pages/context/long-term.html +1 -1
- package/.next/server/pages/context/short-term.html +1 -1
- package/.next/server/pages/document-roles.html +1 -1
- package/.next/server/pages/document-specs.html +1 -1
- package/.next/server/pages/documents.html +1 -1
- package/.next/server/pages/guide.html +1 -1
- package/.next/server/pages/index.html +1 -1
- package/.next/server/pages/knowledge/file-detail.html +1 -1
- package/.next/server/pages/knowledge/files.html +1 -1
- package/.next/server/pages/knowledge/manage.html +1 -1
- package/.next/server/pages/knowledge/search.html +1 -1
- package/.next/server/pages/knowledge.html +1 -1
- package/.next/server/pages/models.html +1 -1
- package/.next/server/pages/overview.html +1 -1
- package/.next/server/pages/prompt.html +1 -1
- package/.next/server/pages/settings.html +1 -1
- package/.next/server/pages/system/logs.html +1 -1
- package/.next/server/pages-manifest.json +23 -23
- package/.next/static/{Hr2tsu12MBY5TxEsnEZnS → IWuWLSb2ffDzvKo6MD3cy}/_buildManifest.js +1 -1
- package/.next/static/chunks/261-8a5ce39d74fc746e.js +1 -0
- package/.next/static/chunks/4427-302c5267a1f8493e.js +1 -0
- package/.next/static/chunks/{7150-337333a0e39eac73.js → 7150-123ff059dd0e2eb9.js} +2 -2
- package/.next/static/chunks/7223-58376fd8a1d62df4.js +1 -0
- package/.next/static/chunks/8676-5982391f15ea1190.js +1 -0
- package/.next/static/chunks/pages/{_app-efe7c86ef4792ef9.js → _app-03f3204a695aa8bc.js} +1 -1
- package/.next/static/chunks/pages/document-roles-ab6dfead3fd99a2c.js +1 -0
- package/.next/static/chunks/pages/documents-471786ecea050f17.js +1 -0
- package/.next/static/chunks/pages/guide-2a3ec07403e02e1f.js +1 -0
- package/.next/static/chunks/pages/knowledge/search-ad678d4bc8137cb5.js +1 -0
- package/.next/static/chunks/pages/overview-5235c02260509635.js +1 -0
- package/package.json +5 -5
- package/.next/static/chunks/261-38aa5b7186d6c652.js +0 -1
- package/.next/static/chunks/4427-3157df6662359f8b.js +0 -1
- package/.next/static/chunks/7223-97205011db4aa4ae.js +0 -1
- package/.next/static/chunks/8676-ae7c8476d85cc5eb.js +0 -1
- package/.next/static/chunks/pages/document-roles-612878579899e768.js +0 -1
- package/.next/static/chunks/pages/documents-ebcb8c79491fe28a.js +0 -1
- package/.next/static/chunks/pages/guide-4aa2f239f4d37599.js +0 -1
- package/.next/static/chunks/pages/knowledge/search-5d949867a3849147.js +0 -1
- package/.next/static/chunks/pages/overview-7390048298712904.js +0 -1
- /package/.next/static/{Hr2tsu12MBY5TxEsnEZnS → IWuWLSb2ffDzvKo6MD3cy}/_ssgManifest.js +0 -0
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
{
|
|
2
|
-
"/api/assets/generated": "pages/api/assets/generated.js",
|
|
3
2
|
"/_app": "pages/_app.js",
|
|
3
|
+
"/api/assets/generated": "pages/api/assets/generated.js",
|
|
4
4
|
"/api/assets/generated/preview": "pages/api/assets/generated/preview.js",
|
|
5
5
|
"/api/config/embedding/healthCheck": "pages/api/config/embedding/healthCheck.js",
|
|
6
6
|
"/api/config/models": "pages/api/config/models.js",
|
|
7
7
|
"/api/context": "pages/api/context.js",
|
|
8
|
+
"/api/documents/chapter/regenerate": "pages/api/documents/chapter/regenerate.js",
|
|
8
9
|
"/api/documents/drafts": "pages/api/documents/drafts.js",
|
|
9
10
|
"/api/documents/generate": "pages/api/documents/generate.js",
|
|
10
|
-
"/api/documents/generated": "pages/api/documents/generated.js",
|
|
11
|
-
"/api/documents/specs": "pages/api/documents/specs.js",
|
|
12
11
|
"/api/documents/generated/[id]": "pages/api/documents/generated/[id].js",
|
|
12
|
+
"/api/documents/generated": "pages/api/documents/generated.js",
|
|
13
13
|
"/api/documents/roles": "pages/api/documents/roles.js",
|
|
14
|
+
"/api/documents/specs": "pages/api/documents/specs.js",
|
|
14
15
|
"/api/documents/templates": "pages/api/documents/templates.js",
|
|
15
16
|
"/api/health": "pages/api/health.js",
|
|
16
|
-
"/api/kb/duplicates": "pages/api/kb/duplicates.js",
|
|
17
17
|
"/api/kb/categories": "pages/api/kb/categories.js",
|
|
18
|
+
"/api/kb/features": "pages/api/kb/features.js",
|
|
19
|
+
"/api/kb/duplicates": "pages/api/kb/duplicates.js",
|
|
18
20
|
"/api/kb/files": "pages/api/kb/files.js",
|
|
19
21
|
"/api/kb/files/detail": "pages/api/kb/files/detail.js",
|
|
20
22
|
"/api/kb/files/open": "pages/api/kb/files/open.js",
|
|
21
|
-
"/api/kb/
|
|
23
|
+
"/api/kb/files/reindex": "pages/api/kb/files/reindex.js",
|
|
22
24
|
"/api/kb/ignore": "pages/api/kb/ignore.js",
|
|
23
|
-
"/api/kb/operations": "pages/api/kb/operations.js",
|
|
24
|
-
"/api/documents/chapter/regenerate": "pages/api/documents/chapter/regenerate.js",
|
|
25
25
|
"/api/kb/reindex": "pages/api/kb/reindex.js",
|
|
26
26
|
"/api/kb/stats": "pages/api/kb/stats.js",
|
|
27
27
|
"/api/kb/search": "pages/api/kb/search.js",
|
|
28
28
|
"/api/kb/tags": "pages/api/kb/tags.js",
|
|
29
|
+
"/api/kb/operations": "pages/api/kb/operations.js",
|
|
30
|
+
"/api/prompt": "pages/api/prompt.js",
|
|
29
31
|
"/api/kb/upload/progress": "pages/api/kb/upload/progress.js",
|
|
30
|
-
"/api/kb/files/reindex": "pages/api/kb/files/reindex.js",
|
|
31
32
|
"/api/system/logs": "pages/api/system/logs.js",
|
|
32
|
-
"/api/
|
|
33
|
+
"/api/system/stats": "pages/api/system/stats.js",
|
|
33
34
|
"/asset-library": "pages/asset-library.html",
|
|
34
35
|
"/context/long-term": "pages/context/long-term.html",
|
|
36
|
+
"/_error": "pages/_error.js",
|
|
37
|
+
"/document-specs": "pages/document-specs.html",
|
|
35
38
|
"/context/short-term": "pages/context/short-term.html",
|
|
36
|
-
"/api/system/stats": "pages/api/system/stats.js",
|
|
37
|
-
"/guide": "pages/guide.html",
|
|
38
39
|
"/document-roles": "pages/document-roles.html",
|
|
39
40
|
"/documents": "pages/documents.html",
|
|
40
|
-
"/
|
|
41
|
-
"/knowledge": "pages/knowledge.html",
|
|
42
|
-
"/": "pages/index.html",
|
|
41
|
+
"/guide": "pages/guide.html",
|
|
43
42
|
"/knowledge/files": "pages/knowledge/files.html",
|
|
44
|
-
"/knowledge/search": "pages/knowledge/search.html",
|
|
45
|
-
"/knowledge/manage": "pages/knowledge/manage.html",
|
|
46
43
|
"/knowledge/file-detail": "pages/knowledge/file-detail.html",
|
|
47
|
-
"/
|
|
48
|
-
"/
|
|
49
|
-
"/
|
|
50
|
-
"/overview": "pages/overview.html",
|
|
44
|
+
"/": "pages/index.html",
|
|
45
|
+
"/knowledge": "pages/knowledge.html",
|
|
46
|
+
"/knowledge/manage": "pages/knowledge/manage.html",
|
|
51
47
|
"/models": "pages/models.html",
|
|
52
|
-
"/
|
|
48
|
+
"/overview": "pages/overview.html",
|
|
49
|
+
"/knowledge/search": "pages/knowledge/search.html",
|
|
53
50
|
"/api/config/providers/[provider]": "pages/api/config/providers/[provider].js",
|
|
54
|
-
"/api/config/providers": "pages/api/config/providers.js",
|
|
55
|
-
"/api/config/embedding": "pages/api/config/embedding.js",
|
|
56
51
|
"/api/config/healthCheck": "pages/api/config/healthCheck.js",
|
|
52
|
+
"/api/config/embedding": "pages/api/config/embedding.js",
|
|
53
|
+
"/system/logs": "pages/system/logs.html",
|
|
54
|
+
"/settings": "pages/settings.html",
|
|
55
|
+
"/api/config/providers": "pages/api/config/providers.js",
|
|
56
|
+
"/prompt": "pages/prompt.html",
|
|
57
57
|
"/api/kb/files/preview-pdf-page": "pages/api/kb/files/preview-pdf-page.js",
|
|
58
58
|
"/api/kb/upload": "pages/api/kb/upload.js",
|
|
59
59
|
"/api/documents/export": "pages/api/documents/export.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST=function(s,e,
|
|
1
|
+
self.__BUILD_MANIFEST=function(s,c,e,t,a,n,i,d,u,f,k,o,b,h,r,j,g,l,m,p,_,w,y,I,x,B,F,v){return{__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:0,errorRate:1e-4,numBits:0,numHashes:y,bitArray:[]},__routerFilterDynamic:{numItems:l,errorRate:1e-4,numBits:l,numHashes:y,bitArray:[]},"/":["static/chunks/pages/index-cc55686ed0309a22.js"],"/_error":["static/chunks/pages/_error-c01b6fb772028676.js"],"/asset-library":[s,c,e,a,b,"static/chunks/2073-244191fe7cc6e330.js",t,"static/chunks/pages/asset-library-634d18652eb7507d.js"],"/context/long-term":[s,c,e,a,n,i,d,u,f,k,o,b,h,j,I,t,"static/chunks/pages/context/long-term-820cba5f1ae3a6cd.js"],"/context/short-term":[s,c,e,a,n,i,d,u,f,k,o,b,h,j,I,t,"static/chunks/pages/context/short-term-3332ffb90b3b58a9.js"],"/document-roles":[s,c,e,a,n,i,d,f,h,r,g,"static/chunks/8676-5982391f15ea1190.js",t,"static/chunks/pages/document-roles-ab6dfead3fd99a2c.js"],"/document-specs":[s,c,e,a,n,i,d,u,f,k,h,g,p,x,t,"static/chunks/pages/document-specs-565cf77237fce3d5.js"],"/documents":[s,c,e,a,n,i,d,u,f,k,h,r,g,m,B,x,"static/chunks/2225-a90b5cc9338c63fa.js",t,"static/chunks/pages/documents-471786ecea050f17.js"],"/guide":[s,c,e,n,r,B,"static/chunks/8326-b79c7555af5866e7.js","static/chunks/pages/guide-2a3ec07403e02e1f.js"],"/knowledge":["static/chunks/pages/knowledge-55e4c53985e79449.js"],"/knowledge/file-detail":[s,c,e,a,n,i,d,u,k,o,b,r,j,m,F,"static/chunks/1515-051d4383493143c9.js",t,_,"static/chunks/pages/knowledge/file-detail-f5e8f9bc35ebb92d.js"],"/knowledge/files":[s,c,e,a,n,i,d,u,k,o,b,j,v,t,_,"static/chunks/pages/knowledge/files-88aba3534bd722f9.js"],"/knowledge/manage":[s,c,a,i,m,"static/chunks/7223-58376fd8a1d62df4.js",t,"static/chunks/pages/knowledge/manage-5629ccce14402b99.js"],"/knowledge/search":[s,c,e,a,n,d,u,r,m,p,t,_,"static/chunks/pages/knowledge/search-ad678d4bc8137cb5.js"],"/models":[s,c,e,a,n,i,d,f,o,h,g,p,"static/chunks/9773-53116cd0bf4b961a.js",t,"static/chunks/pages/models-1788b9741155e3ce.js"],"/overview":[s,c,e,v,"static/chunks/261-8a5ce39d74fc746e.js",t,"static/chunks/pages/overview-5235c02260509635.js"],"/prompt":[s,c,e,a,n,i,d,f,o,g,"static/chunks/pages/prompt-0184d79af09db7e1.js"],"/settings":[s,c,t,"static/chunks/pages/settings-fd31c9ef833cf0af.js"],"/system/logs":[s,e,a,n,i,d,u,f,k,o,b,r,j,F,t,"static/chunks/pages/system/logs-8040fb1e0c814a0c.js"],sortedPages:["/","/_app","/_error","/asset-library","/context/long-term","/context/short-term","/document-roles","/document-specs","/documents","/guide","/knowledge","/knowledge/file-detail","/knowledge/files","/knowledge/manage","/knowledge/search","/models","/overview","/prompt","/settings","/system/logs"]}}("static/chunks/347-62c74776c299477d.js","static/chunks/8787-c8bea0f25cbd3cf0.js","static/chunks/4277-ba039fcf8f4e9cdc.js","static/chunks/6578-6422ce4e29eb07d4.js","static/chunks/7889-8531b79751a71e39.js","static/chunks/4833-bf56f1203e2daffa.js","static/chunks/7271-587c30b66ea4e619.js","static/chunks/7576-b34ccf53f6efc388.js","static/chunks/2884-b2944538a4a0d9b2.js","static/chunks/9144-51689069a3d341e5.js","static/chunks/9189-03f286defdb92816.js","static/chunks/6985-29200efa04920cb3.js","static/chunks/7150-123ff059dd0e2eb9.js","static/chunks/3455-c73ce4738620db20.js","static/chunks/5292-e65eab4f54b9f7ff.js","static/chunks/1289-c788c44e65e9dc64.js","static/chunks/4052-9caaaa494d67a7e0.js",0,"static/chunks/6506-9d3cdc1ea816d7c4.js","static/chunks/5938-da5d441b981ec422.js","static/css/09be1fdeab8595ab.css",1e-4,NaN,"static/chunks/8932-e1bb3137986c259a.js","static/chunks/3057-9eda004e07594513.js","static/chunks/4427-302c5267a1f8493e.js","static/chunks/861-dd60ef688592115e.js","static/chunks/8732-69ffc27ed6c68f6f.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[261],{520:(e,t,r)=>{r.d(t,{A:()=>c});var a=r(97109),n=r(18200),l=r(88483);function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let c=a.forwardRef((e,t)=>a.createElement(l.A,o({},e,{ref:t,icon:n.A})))},2256:(e,t,r)=>{r.d(t,{A:()=>a});let a=r(25341).A},5450:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 00-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 000 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7 35.3 0 68.4 13.7 93.4 38.7 24.9 24.9 38.7 58.1 38.7 93.4 0 35.3-13.8 68.4-38.7 93.4zm-190.2 105a8.03 8.03 0 00-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 00-11.3 0L363 475.3l-43-43a7.85 7.85 0 00-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 69-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 000 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 01-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7a131.32 131.32 0 01-38.7-93.4c0-35.3 13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4z"}}]},name:"api",theme:"outlined"}},8579:(e,t,r)=>{r.d(t,{A:()=>c});var a=r(97109),n=r(95008),l=r(88483);function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let c=a.forwardRef((e,t)=>a.createElement(l.A,o({},e,{ref:t,icon:n.A})))},9020:(e,t,r)=>{r.d(t,{A:()=>c});var a=r(97109),n=r(92556),l=r(88483);function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let c=a.forwardRef((e,t)=>a.createElement(l.A,o({},e,{ref:t,icon:n.A})))},13114:(e,t,r)=>{r.d(t,{A:()=>c});var a=r(97109),n=r(5450),l=r(88483);function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let c=a.forwardRef((e,t)=>a.createElement(l.A,o({},e,{ref:t,icon:n.A})))},14995:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 00-10.1 4.8c-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4A344.77 344.77 0 01655.9 829c-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 01279 755.2a342.16 342.16 0 01-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 01109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 003 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2z"}}]},name:"reload",theme:"outlined"}},15033:(e,t,r)=>{r.d(t,{A:()=>a});let a=(0,r(97109).createContext)({})},18200:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M704 446H320c-4.4 0-8 3.6-8 8v402c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8V454c0-4.4-3.6-8-8-8zm-328 64h272v117H376V510zm272 290H376V683h272v117z"}},{tag:"path",attrs:{d:"M424 748a32 32 0 1064 0 32 32 0 10-64 0zm0-178a32 32 0 1064 0 32 32 0 10-64 0z"}},{tag:"path",attrs:{d:"M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z"}}]},name:"cloud-server",theme:"outlined"}},19013:(e,t,r)=>{r.d(t,{C:()=>n});var a=r(97109);let n=()=>a.useReducer(e=>e+1,0)},19135:(e,t,r)=>{r.d(t,{Ay:()=>s,Gl:()=>c,ko:()=>i,ye:()=>o});var a=r(97109),n=r(7709),l=r(26047);let o=["xxxl","xxl","xl","lg","md","sm","xs"],c=[].concat(o).reverse(),i=(e,t)=>{if(t){for(let r of o)if(e[r]&&t?.[r]!==void 0)return t[r]}},s=()=>{let[,e]=(0,n.Ay)(),t=(e=>({xs:`(max-width: ${e.screenXSMax}px)`,sm:`(min-width: ${e.screenSM}px)`,md:`(min-width: ${e.screenMD}px)`,lg:`(min-width: ${e.screenLG}px)`,xl:`(min-width: ${e.screenXL}px)`,xxl:`(min-width: ${e.screenXXL}px)`,xxxl:`(min-width: ${e.screenXXXL}px)`}))((e=>{let t=[].concat(o).reverse();return t.forEach((r,a)=>{let n=r.toUpperCase(),l=`screen${n}Min`,o=`screen${n}`;if(!(e[l]<=e[o]))throw Error(`${l}<=${o} fails : !(${e[l]}<=${e[o]})`);if(a<t.length-1){let r=`screen${n}Max`;if(!(e[o]<=e[r]))throw Error(`${o}<=${r} fails : !(${e[o]}<=${e[r]})`);let l=t[a+1].toUpperCase(),c=`screen${l}Min`;if(!(e[r]<=e[c]))throw Error(`${r}<=${c} fails : !(${e[r]}<=${e[c]})`)}}),e})(e));return a.useMemo(()=>{let e=new Map,r=-1,a={};return{responsiveMap:t,matchHandlers:{},dispatch:t=>(a=t,e.forEach(e=>{e(a)}),e.size>=1),subscribe(t){return e.size||this.register(),r+=1,e.set(r,t),t(a),r},unsubscribe(t){e.delete(t),e.size||this.unregister()},register(){Object.entries(t).forEach(([e,t])=>{let r=({matches:t})=>{this.dispatch({...a,[e]:t})},n=window.matchMedia(t);(0,l.Tn)(n.addEventListener)&&n.addEventListener("change",r),this.matchHandlers[t]={mql:n,listener:r},r(n)})},unregister(){Object.values(t).forEach(e=>{let t=this.matchHandlers[e];(0,l.Tn)(t?.mql.removeEventListener)&&t.mql.removeEventListener("change",t?.listener)}),e.clear()}}},[t])}},24716:(e,t,r)=>{r.d(t,{A:()=>p});var a=r(97109),n=r(3638),l=r(4034),o=r(74567),c=r(49644),i=r(7961),s=r(77032),d=r(10540);let u=(0,d.OF)("Addon",e=>[(e=>{let{componentCls:t,borderRadius:r,paddingSM:a,colorBorder:n,paddingXS:l,fontSizeLG:o,fontSizeSM:c,borderRadiusLG:s,borderRadiusSM:u,colorBgContainerDisabled:p,lineWidth:f,antCls:m}=e,[g,h]=(0,d.PN)(m,"space-addon");return{[t]:[{...(0,i.dF)(e),display:"inline-flex",alignItems:"center",gap:0,whiteSpace:"nowrap",paddingInline:a,margin:0,borderWidth:f,borderStyle:"solid",borderRadius:r,"&:hover":{zIndex:0},[`&${t}-disabled`]:{color:e.colorTextDisabled},"&-large":{fontSize:o,borderRadius:s},"&-small":{paddingInline:l,borderRadius:u,fontSize:c},"&-compact-last-item":{borderEndStartRadius:0,borderStartStartRadius:0},"&-compact-first-item":{borderEndEndRadius:0,borderStartEndRadius:0},"&-compact-item:not(:first-child):not(:last-child)":{borderRadius:0},"&-compact-item:not(:last-child)":{borderInlineEndWidth:0},"&-compact-item:not(:first-child)":{borderInlineStartWidth:0}},{[g("addon-border-color")]:n,[g("addon-background")]:p,[g("addon-border-color-outlined")]:n,[g("addon-background-filled")]:p,borderColor:h("addon-border-color"),background:h("addon-background"),"&-variant-outlined":{[g("addon-border-color")]:h("addon-border-color-outlined")},"&-variant-filled":{[g("addon-border-color")]:"transparent",[g("addon-background")]:h("addon-background-filled"),[`&${t}-disabled`]:{[g("addon-border-color")]:n,[g("addon-background")]:p}},"&-variant-borderless":{border:"none",background:"transparent"},"&-variant-underlined":{border:"none",background:"transparent"}},{"&-status-error":{[g("addon-border-color-outlined")]:e.colorError,[g("addon-background-filled")]:e.colorErrorBg,color:e.colorError},"&-status-warning":{[g("addon-border-color-outlined")]:e.colorWarning,[g("addon-background-filled")]:e.colorWarningBg,color:e.colorWarning}}]}})(e),(0,s.G)(e,{focus:!1})]),p=a.forwardRef((e,t)=>{let{className:r,children:i,style:s,prefixCls:d,variant:p="outlined",disabled:f,status:m,...g}=e,{getPrefixCls:h,direction:v}=a.useContext(o.QO),$=h("space-addon",d),[b,x]=u($),{compactItemClassnames:y,compactSize:w}=(0,c.RQ)($,v),A=(0,l.L)($,m),E=(0,n.$)($,b,y,x,`${$}-variant-${p}`,A,{[`${$}-${w}`]:w,[`${$}-disabled`]:f},r);return a.createElement("div",{ref:t,className:E,style:s,...g},i)})},24810:(e,t,r)=>{r.d(t,{A:()=>c});var a=r(97109),n=r(31738),l=r(88483);function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let c=a.forwardRef((e,t)=>a.createElement(l.A,o({},e,{ref:t,icon:n.A})))},25341:(e,t,r)=>{r.d(t,{A:()=>p});var a=r(97109),n=r(3638),l=r(26047),o=r(19135),c=r(74567),i=r(59609),s=r(15033),d=r(84060);let u=(e,t)=>{let[r,n]=a.useState(()=>(0,l.Kg)(e)?e:"");return a.useEffect(()=>{(()=>{if((0,l.Kg)(e)&&n(e),(0,l.Qd)(e))for(let r=0;r<o.ye.length;r++){let a=o.ye[r];if(!t||!t[a])continue;let l=e[a];if(void 0!==l)return void n(l)}})()},[JSON.stringify(e),t]),r},p=a.forwardRef((e,t)=>{let{prefixCls:r,justify:p,align:f,className:m,style:g,children:h,gutter:v=0,wrap:$,...b}=e,{getPrefixCls:x,direction:y}=a.useContext(c.QO),w=(0,i.A)(!0,null),A=u(f,w),E=u(p,w),z=x("row",r),[O,M]=(0,d.L3)(z),S=function(e,t){let r=[void 0,void 0],a=Array.isArray(e)?e:[e,void 0],n=t||{xs:!0,sm:!0,md:!0,lg:!0,xl:!0,xxl:!0,xxxl:!0};return a.forEach((e,t)=>{if((0,l.Qd)(e))for(let a=0;a<o.ye.length;a++){let l=o.ye[a];if(n[l]&&void 0!==e[l]){r[t]=e[l];break}}else r[t]=e}),r}(v,w),L=(0,n.$)(z,{[`${z}-no-wrap`]:!1===$,[`${z}-${E}`]:E,[`${z}-${A}`]:A,[`${z}-rtl`]:"rtl"===y},m,O,M),j={};S?.[0]&&(j.marginInline=(0,l.Et)(S[0])?`${-(S[0]/2)}px`:`calc(${S[0]} / -2)`);let[N,R]=S;j.rowGap=R;let k=a.useMemo(()=>({gutter:[N,R],wrap:$}),[N,R,$]);return a.createElement(s.A.Provider,{value:k},a.createElement("div",{...b,className:L,style:{...j,...g},ref:t},h))})},29071:(e,t,r)=>{r.d(t,{A:()=>c});var a=r(97109),n=r(78847),l=r(88483);function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let c=a.forwardRef((e,t)=>a.createElement(l.A,o({},e,{ref:t,icon:n.A})))},31738:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M300 328a60 60 0 10120 0 60 60 0 10-120 0zM852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-32 660H204V128h616v596zM604 328a60 60 0 10120 0 60 60 0 10-120 0zm250.2 556H169.8c-16.5 0-29.8 14.3-29.8 32v36c0 4.4 3.3 8 7.4 8h729.1c4.1 0 7.4-3.6 7.4-8v-36c.1-17.7-13.2-32-29.7-32zM664 508H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z"}}]},name:"robot",theme:"outlined"}},32632:(e,t,r)=>{r.d(t,{A:()=>c});var a=r(97109),n=r(68552),l=r(88483);function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let c=a.forwardRef((e,t)=>a.createElement(l.A,o({},e,{ref:t,icon:n.A})))},33442:(e,t,r)=>{r.d(t,{A:()=>y});var a=r(97109),n=r(82813),l=r(3638),o=r(26047);function c(e){return["small","middle","medium","large"].includes(e)}function i(e){return!!e&&(0,o.Et)(e)}var s=r(5045),d=r(92162),u=r(74567),p=r(24716),f=r(49644);let m=a.createContext({latestIndex:0}),g=m.Provider,h=e=>{let{className:t,prefix:r,index:n,children:c,separator:i,style:s,classNames:d,styles:u}=e,{latestIndex:p}=a.useContext(m);return(0,o.AZ)(c)?a.createElement(a.Fragment,null,a.createElement("div",{className:t,style:s},c),n<p&&i&&a.createElement("span",{className:(0,l.$)(`${r}-item-separator`,d?.separator),style:u?.separator},i)):null};var v=r(10540),$=r(28403);let b=(0,v.OF)("Space",e=>{let t=(0,$.oX)(e,{spaceGapSmallSize:e.paddingXS,spaceGapMiddleSize:e.padding,spaceGapLargeSize:e.paddingLG});return[(e=>{let{componentCls:t,antCls:r}=e;return{[t]:{display:"inline-flex","&-rtl":{direction:"rtl"},"&-vertical":{flexDirection:"column"},"&-align":{flexDirection:"column","&-center":{alignItems:"center"},"&-start":{alignItems:"flex-start"},"&-end":{alignItems:"flex-end"},"&-baseline":{alignItems:"baseline"}},[`${t}-item:empty`]:{display:"none"},[`${t}-item > ${r}-badge-not-a-wrapper:only-child`]:{display:"block"}}}})(t),(e=>{let{componentCls:t}=e;return{[t]:{"&-gap-row-small":{rowGap:e.spaceGapSmallSize},"&-gap-row-medium, &-gap-row-middle":{rowGap:e.spaceGapMiddleSize},"&-gap-row-large":{rowGap:e.spaceGapLargeSize},"&-gap-col-small":{columnGap:e.spaceGapSmallSize},"&-gap-col-medium, &-gap-col-middle":{columnGap:e.spaceGapMiddleSize},"&-gap-col-large":{columnGap:e.spaceGapLargeSize}}}})(t)]},()=>({}),{resetStyle:!1}),x=a.forwardRef((e,t)=>{let{getPrefixCls:r,direction:p,size:f,className:m,style:v,classNames:$,styles:x}=(0,u.TP)("space"),{size:y=f??"small",align:w,className:A,rootClassName:E,children:z,direction:O,orientation:M,prefixCls:S,split:L,separator:j,style:N,vertical:R,wrap:k=!1,classNames:C,styles:H,...G}=e,[I,V]=Array.isArray(y)?y:[y,y],P=c(V),B=c(I),T=i(V),X=i(I),D=(0,n.$r)(z,{keepEmpty:!0}),[W,F]=(0,s.M)(M,R,O),Q=void 0!==w||F?w:"center",_=j??L,q=r("space",S),[K,U]=b(q),Z={...e,size:y,orientation:W,align:Q},[J,Y]=(0,d.AV)([$,C],[x,H],{props:Z}),ee=(0,l.$)(q,m,K,`${q}-${W}`,{[`${q}-rtl`]:"rtl"===p,[`${q}-align-${Q}`]:Q,[`${q}-gap-row-${V}`]:P,[`${q}-gap-col-${I}`]:B},A,E,U,J.root),et=(0,l.$)(`${q}-item`,J.item),er=D.map((e,t)=>{let r=e?.key||`${et}-${t}`;return a.createElement(h,{prefix:q,classNames:J,styles:Y,className:et,key:r,index:t,separator:_,style:Y.item},e)}),ea=a.useMemo(()=>({latestIndex:D.reduce((e,t,r)=>(0,o.AZ)(t)?r:e,0)}),[D]);if(0===D.length)return null;let en={};return k&&(en.flexWrap="wrap"),!B&&X&&(en.columnGap=I),!P&&T&&(en.rowGap=V),a.createElement("div",{ref:t,className:ee,style:{...en,...Y.root,...v,...N},...G},a.createElement(g,{value:ea},er))});x.Compact=f.Ay,x.Addon=p.A;let y=x},38770:(e,t,r)=>{r.d(t,{A:()=>a});let a=r(51916).A},51916:(e,t,r)=>{r.d(t,{A:()=>p});var a=r(97109),n=r(3638),l=r(26047),o=r(19135),c=r(74567),i=r(10540),s=r(15033),d=r(84060);function u(e){return"auto"===e?"1 1 auto":(0,l.Et)(e)?`${e} ${e} auto`:/^\d+(\.\d+)?(px|em|rem|%)$/.test(e)?`0 0 ${e}`:e}let p=a.forwardRef((e,t)=>{let{getPrefixCls:r,direction:p}=a.useContext(c.QO),{gutter:f,wrap:m}=a.useContext(s.A),{prefixCls:g,span:h,order:v,offset:$,push:b,pull:x,className:y,children:w,flex:A,style:E,...z}=e,O=r("col",g),M=r(),[S,L]=(0,d.xV)(O),[j]=(0,i.PN)(M,"col"),N={},R={};o.Gl.forEach(t=>{let r={},a=e[t];(0,l.Et)(a)?r.span=a:(0,l.Qd)(a)&&(r=a||{}),delete z[t],R={...R,[`${O}-${t}-${r.span}`]:(0,l.R)(r.span),[`${O}-${t}-order-${r.order}`]:r.order||0===r.order,[`${O}-${t}-offset-${r.offset}`]:r.offset||0===r.offset,[`${O}-${t}-push-${r.push}`]:r.push||0===r.push,[`${O}-${t}-pull-${r.pull}`]:r.pull||0===r.pull,[`${O}-rtl`]:"rtl"===p},r.flex&&(R[`${O}-${t}-flex`]=!0,N[j(`${t}-flex`)]=u(r.flex))});let k=(0,n.$)(O,{[`${O}-${h}`]:void 0!==h,[`${O}-order-${v}`]:v,[`${O}-offset-${$}`]:$,[`${O}-push-${b}`]:b,[`${O}-pull-${x}`]:x},y,R,S,L),C={};return f?.[0]&&(C.paddingInline=(0,l.Et)(f[0])?`${f[0]/2}px`:`calc(${f[0]} / 2)`),A&&(C.flex=u(A),!1!==m||C.minWidth||(C.minWidth=0)),a.createElement("div",{...z,style:{...C,...E,...N},className:k,ref:t},w)})},54849:(e,t,r)=>{r.d(t,{A:()=>y});var a=r(97109),n=r(82813),l=r(52690),o=r(3638),c=r(92162),i=r(26047),s=r(74567),d=r(88762);let u=e=>{let t,{value:r,formatter:n,precision:l,decimalSeparator:o,groupSeparator:c="",prefixCls:s,className:d,style:u}=e;if((0,i.Tn)(n))t=n(r);else{let e=String(r),n=e.match(/^(-?)(\d*)(\.(\d+))?$/);if(n&&"-"!==e){let e=n[1],r=n[2]||"0",d=n[4]||"";r=r.replace(/\B(?=(\d{3})+(?!\d))/g,c),(0,i.Et)(l)&&(d=d.padEnd(l,"0").slice(0,l>0?l:0)),d&&(d=`${o}${d}`),t=[a.createElement("span",{key:"int",className:`${s}-content-value-int`},e,r),d&&a.createElement("span",{key:"decimal",className:`${s}-content-value-decimal`},d)]}else t=e}return a.createElement("span",{className:d,style:u},t)};var p=r(7961),f=r(10540),m=r(28403);let g=(0,f.OF)("Statistic",e=>(e=>{let{componentCls:t,marginXXS:r,padding:a,colorTextDescription:n,titleFontSize:l,colorTextHeading:o,contentFontSize:c,fontFamily:i}=e;return{[t]:{...(0,p.dF)(e),[`${t}-header`]:{paddingBottom:r,[`${t}-title`]:{color:n,fontSize:l}},[`${t}-skeleton`]:{paddingTop:a},[`${t}-content`]:{color:o,fontSize:c,fontFamily:i,[`${t}-content-value`]:{display:"inline-block",direction:"ltr"},[`${t}-content-prefix, ${t}-content-suffix`]:{display:"inline-block"},[`${t}-content-prefix`]:{marginInlineEnd:r},[`${t}-content-suffix`]:{marginInlineStart:r}}}}})((0,m.oX)(e,{})),e=>{let{fontSizeHeading3:t,fontSize:r}=e;return{titleFontSize:r,contentFontSize:t}}),h=a.forwardRef((e,t)=>{let{prefixCls:r,className:l,rootClassName:p,style:f,valueStyle:m,value:h=0,title:v,valueRender:$,prefix:b,suffix:x,loading:y=!1,formatter:w,precision:A,decimalSeparator:E=".",groupSeparator:z=",",onMouseEnter:O,onMouseLeave:M,styles:S,classNames:L,...j}=e,{getPrefixCls:N,direction:R,className:k,style:C,classNames:H,styles:G}=(0,s.TP)("statistic"),I=N("statistic",r),[V,P]=g(I),B={...e,decimalSeparator:E,groupSeparator:z,loading:y,value:h},T=(0,c.XT)(C),X=(0,c.XT)(f),[D,W]=(0,c.AV)([H,L],[G,T,S,X],{props:B}),F=(0,o.$)(I,{[`${I}-rtl`]:"rtl"===R},k,l,p,D.root,V,P),Q=(0,o.$)(`${I}-header`,D.header),_=(0,o.$)(`${I}-title`,D.title),q=(0,o.$)(`${I}-content`,D.content),K=(0,o.$)(`${I}-content-value`,D.value),U=(0,o.$)(`${I}-content-prefix`,D.prefix),Z=(0,o.$)(`${I}-content-suffix`,D.suffix),J=a.createElement(u,{decimalSeparator:E,groupSeparator:z,prefixCls:I,formatter:w,precision:A,value:h,className:K,style:W.value}),Y=a.useRef(null);a.useImperativeHandle(t,()=>({nativeElement:Y.current}));let ee=(0,n.KE)(j,{aria:!0,data:!0});return a.createElement("div",{...ee,className:F,style:W.root,ref:Y,onMouseEnter:O,onMouseLeave:M},v&&a.createElement("div",{className:Q,style:W.header},a.createElement("div",{className:_,style:W.title},v)),a.createElement(d.A,{paragraph:!1,loading:y,className:`${I}-skeleton`,active:!0},a.createElement("div",{className:q,style:{...m,...W.content}},b&&a.createElement("span",{className:U,style:W.prefix},b),(0,i.Tn)($)?$(J):J,x&&a.createElement("span",{className:Z,style:W.suffix},x))))}),v=[["Y",31536e6],["M",2592e6],["D",864e5],["H",36e5],["m",6e4],["s",1e3],["S",1]],$=1e3/60,b=e=>{let{value:t,format:r="HH:mm:ss",onChange:o,onFinish:c,type:i,...s}=e,d="countdown"===i,[u,p]=a.useState(null),f=(0,n._q)(()=>{let e=Date.now(),r=new Date(t).getTime();p({});let a=d?r-e:e-r;return o?.(a),!d||!(r<e)||(c?.(),!1)});return a.useEffect(()=>{let e;return e=window.setInterval(()=>{f()||window.clearInterval(e)},$),()=>{window.clearInterval(e)}},[t,d]),a.useEffect(()=>{p({})},[]),a.createElement(h,{...s,value:t,valueRender:e=>(0,l.Ob)(e,{title:void 0}),formatter:(e,t)=>u?function(e,t,r){let{format:a=""}=t,n=new Date(e).getTime(),l=Date.now();return function(e,t){let r=e,a=/\[[^\]]*]/g,n=(t.match(a)||[]).map(e=>e.slice(1,-1)),l=t.replace(a,"[]"),o=v.reduce((e,[t,a])=>{if(e.includes(t)){let n=Math.floor(r/a);return r-=n*a,e.replace(RegExp(`${t}+`,"g"),e=>{let t=e.length;return n.toString().padStart(t,"0")})}return e},l),c=0;return o.replace(a,()=>{let e=n[c];return c+=1,e})}(r?Math.max(n-l,0):Math.max(l-n,0),a)}(e,{...t,format:r},d):"-"})},x=a.memo(e=>a.createElement(b,{...e,type:"countdown"}));h.Timer=b,h.Countdown=x;let y=h},59609:(e,t,r)=>{r.d(t,{A:()=>c});var a=r(97109),n=r(82813),l=r(19013),o=r(19135);let c=function(e=!0,t={}){let r=(0,a.useRef)(t),[,c]=(0,l.C)(),i=(0,o.Ay)();return(0,n.Nf)(()=>{let t=i.subscribe(t=>{r.current=t,e&&c()});return()=>i.unsubscribe(t)},[]),r.current}},63214:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"}}]},name:"check",theme:"outlined"}},68552:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-696 72h136v656H184V184zm656 656H384V384h456v456zM384 320V184h456v136H384z"}}]},name:"layout",theme:"outlined"}},75710:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M843.5 737.4c-12.4-75.2-79.2-129.1-155.3-125.4S550.9 676 546 752c-153.5-4.8-208-40.7-199.1-113.7 3.3-27.3 19.8-41.9 50.1-49 18.4-4.3 38.8-4.9 57.3-3.2 1.7.2 3.5.3 5.2.5 11.3 2.7 22.8 5 34.3 6.8 34.1 5.6 68.8 8.4 101.8 6.6 92.8-5 156-45.9 159.2-132.7 3.1-84.1-54.7-143.7-147.9-183.6-29.9-12.8-61.6-22.7-93.3-30.2-14.3-3.4-26.3-5.7-35.2-7.2-7.9-75.9-71.5-133.8-147.8-134.4-76.3-.6-140.9 56.1-150.1 131.9s40 146.3 114.2 163.9c74.2 17.6 149.9-23.3 175.7-95.1 9.4 1.7 18.7 3.6 28 5.8 28.2 6.6 56.4 15.4 82.4 26.6 70.7 30.2 109.3 70.1 107.5 119.9-1.6 44.6-33.6 65.2-96.2 68.6-27.5 1.5-57.6-.9-87.3-5.8-8.3-1.4-15.9-2.8-22.6-4.3-3.9-.8-6.6-1.5-7.8-1.8l-3.1-.6c-2.2-.3-5.9-.8-10.7-1.3-25-2.3-52.1-1.5-78.5 4.6-55.2 12.9-93.9 47.2-101.1 105.8-15.7 126.2 78.6 184.7 276 188.9 29.1 70.4 106.4 107.9 179.6 87 73.3-20.9 119.3-93.4 106.9-168.6zM329.1 345.2a83.3 83.3 0 11.01-166.61 83.3 83.3 0 01-.01 166.61zM695.6 845a83.3 83.3 0 11.01-166.61A83.3 83.3 0 01695.6 845z"}}]},name:"node-index",theme:"outlined"}},78847:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.2 732.5l60.3-241H281.1l189.6-327.4h224.6L487 427.4h211L378.2 732.5z"}}]},name:"thunderbolt",theme:"outlined"}},84190:(e,t,r)=>{r.d(t,{A:()=>c});var a=r(97109),n=r(63214),l=r(88483);function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let c=a.forwardRef((e,t)=>a.createElement(l.A,o({},e,{ref:t,icon:n.A})))},85114:(e,t,r)=>{r.d(t,{Ay:()=>a});let a=r(9290).A},92556:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192L512 64zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110 312 110v330z"}},{tag:"path",attrs:{d:"M378.4 475.1a35.91 35.91 0 00-50.9 0 35.91 35.91 0 000 50.9l129.4 129.4 2.1 2.1a33.98 33.98 0 0048.1 0L730.6 434a33.98 33.98 0 000-48.1l-2.8-2.8a33.98 33.98 0 00-48.1 0L483 579.7 378.4 475.1z"}}]},name:"safety",theme:"outlined"}},95008:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z"}},{tag:"path",attrs:{d:"M355.9 534.9L354 653.8c-.1 8.9 7.1 16.2 16 16.2h.4l118-2.9c2-.1 4-.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-415.8 415a8.3 8.3 0 00-2.3 5.6zm63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1.7-46.4z"}}]},name:"form",theme:"outlined"}},95118:(e,t,r)=>{r.d(t,{A:()=>c});var a=r(97109),n=r(75710),l=r(88483);function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let c=a.forwardRef((e,t)=>a.createElement(l.A,o({},e,{ref:t,icon:n.A})))},99811:(e,t,r)=>{r.d(t,{A:()=>c});var a=r(97109),n=r(14995),l=r(88483);function o(){return(o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let c=a.forwardRef((e,t)=>a.createElement(l.A,o({},e,{ref:t,icon:n.A})))}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[4427],{2256:(e,t,i)=>{i.d(t,{A:()=>o});let o=i(25341).A},7851:(e,t,i)=>{i.d(t,{A:()=>a});var o=i(97109),r=i(12059),n=i(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e}).apply(this,arguments)}let a=o.forwardRef((e,t)=>o.createElement(n.A,l({},e,{ref:t,icon:r.A})))},8579:(e,t,i)=>{i.d(t,{A:()=>a});var o=i(97109),r=i(95008),n=i(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e}).apply(this,arguments)}let a=o.forwardRef((e,t)=>o.createElement(n.A,l({},e,{ref:t,icon:r.A})))},9730:(e,t,i)=>{i.d(t,{A:()=>P});var o=i(97109),r=i(84190),n=i(45042),l=i(99981),a=i(3638),c=i(92162),s=i(26047),m=i(38862),d=i(35622),p=i(74567),$=i(27273),h=i(59609),u=i(10540),g=i(14932),b=i(17564);let v=e=>{let{prefixCls:t}=e;return o.createElement("svg",{className:`${t}-panel-arrow`,viewBox:"0 0 100 100",xmlns:"http://www.w3.org/2000/svg",preserveAspectRatio:"none"},o.createElement("title",null,"Arrow"),o.createElement("path",{d:"M 0 0 L 100 50 L 0 100"}))},f=e=>{let{prefixCls:t,rootPrefixCls:i,children:r,percent:n}=e,l=`${t}-item-progress-icon`,c=`${l}-circle`,[,s]=(0,u.PN)(i,"cmp-steps"),m=`calc(${s("progress-radius")} * 2 * ${Math.PI*n/100}) 9999`;return o.createElement(o.Fragment,null,o.createElement("svg",{className:`${l}-svg`,viewBox:"0 0 100 100",width:"100%",height:"100%",xmlns:"http://www.w3.org/2000/svg","aria-valuemax":100,"aria-valuemin":0,"aria-valuenow":n},o.createElement("title",null,"Progress"),o.createElement("circle",{className:(0,a.$)(c,`${c}-rail`)}),o.createElement("circle",{className:(0,a.$)(c,`${c}-ptg`),strokeDasharray:m,transform:"rotate(-90 50 50)"})),r)};var z=i(7961),x=i(28403);let w=(e,t,i)=>{let{calc:o,componentCls:r,descriptionMaxWidth:n,antCls:l}=e,a=`${r}-item`,[,c]=(0,u.PN)(l,"cmp-steps");return{[`@container style(${(n||"--ant-not-exist").replace(/var\((.*)\)/,"$1")})`]:[{[`${a}-icon`]:{marginInlineStart:o(n).sub(c("icon-size")).div(2).equal()},[`${a}-rail`]:{width:"auto",insetInlineStart:o(n).add(c("icon-size")).div(2).add(t).equal(),insetInlineEnd:o(n).sub(c("icon-size")).div(2).sub(t).mul(-1).equal()}},i]}};var y=i(15561);let S="wait",I="process",k="finish",A="error",E=(0,u.OF)("Steps",e=>{let t=(0,x.oX)(e,{inlineDotSize:6});return[(e=>{let{componentCls:t,antCls:i}=e,o=`${t}-item`,[r,n]=(0,u.PN)(i,"cmp-steps");return{[t]:{[r("title-font-size")]:e.fontSizeLG,[r("title-line-height")]:e.lineHeightLG,[r("subtitle-font-size")]:e.fontSize,[r("subtitle-line-height")]:e.lineHeight,[r("item-wrapper-padding-top")]:"0px",[r("rail-size")]:e.lineWidth,[r("rail-line-style")]:e.lineType,...(0,z.dF)(e),display:"flex",flexWrap:"nowrap",alignItems:"flex-start",[o]:{flex:"none",position:"relative"},[`${o}-wrapper`]:{display:"flex",flexWrap:"nowrap",paddingTop:n("item-wrapper-padding-top")},[`${o}-header`]:{display:"flex",flexWrap:"nowrap",alignItems:"center"},[`${o}-title`]:{color:e.colorText,fontSize:n("title-font-size"),lineHeight:n("title-line-height"),wordBreak:"break-word"},[`${o}-subtitle`]:{color:e.colorTextDescription,fontWeight:"normal",fontSize:n("subtitle-font-size"),lineHeight:n("subtitle-line-height"),marginInlineStart:e.marginXS,wordBreak:"break-word"},[`${o}-content`]:{color:e.colorTextDescription,fontSize:e.fontSize,lineHeight:e.lineHeight,wordBreak:"break-word"},[`${o}-rail`]:{borderStyle:n("rail-line-style"),borderWidth:0},[`${o}-title, ${o}-subtitle, ${o}-content, ${o}-rail`]:{transition:`all ${e.motionDurationSlow}`},[`&${t}-ellipsis`]:{[`${o}-title, ${o}-subtitle, ${o}-content`]:z.L9},[`${o}[role='button']:not(${o}-active):hover`]:{cursor:"pointer"}}}})(t),(e=>{let{componentCls:t,customIconFontSize:i,motionDurationSlow:o,iconSize:r,lineWidth:n,lineType:l,antCls:a}=e,c=`${t}-item`,[s,m]=(0,u.PN)(a,"cmp-steps");return{[t]:{[s("icon-size")]:r,[s("icon-border-width")]:n,[`${c}-icon`]:{width:m("icon-size"),height:m("icon-size"),margin:0,flex:"none",display:"flex",alignItems:"center",justifyContent:"center",fontSize:e.iconFontSize,fontFamily:e.fontFamily,lineHeight:m("icon-size"),textAlign:"center",borderRadius:m("icon-size"),border:`${m("icon-border-width")} ${l} transparent`,transition:["background-color","border","color","inset","transform"].map(e=>`${e} ${o}`).join(", "),zIndex:1},[`${c}-custom ${c}-icon`]:{background:"none",border:0,fontSize:i}}}})(t),(e=>{let{componentCls:t,marginXXS:i,paddingSM:o,controlHeight:r,antCls:n,calc:l}=e,a=`${t}-item`,[c,s]=(0,u.PN)(n,"cmp-steps");return{[`${t}-vertical`]:{[c("vertical-rail-margin")]:l(i).mul(1.5).equal(),flexDirection:"column",alignItems:"stretch",[`> ${a}`]:{minHeight:l(r).mul(1.5).equal(),paddingBottom:o,"&:last-child":{paddingBottom:0},[`${a}-icon`]:{marginInlineStart:`calc((${s("icon-size-max")} - ${s("icon-size")}) / 2)`},[`${a}-rail`]:{[c("rail-offset")]:l(s("heading-height")).sub(s("icon-size")).div(2).equal(),borderInlineStartWidth:s("rail-size"),position:"absolute",top:l(s("icon-size")).add(s("item-wrapper-padding-top")).add(s("rail-offset")).add(s("vertical-rail-margin")).equal(),insetInlineStart:l(s("icon-size-max")).div(2).equal(),bottom:l(s("vertical-rail-margin")).sub(s("rail-offset")).equal(),marginInlineStart:`calc(${s("rail-size")} / -2)`}}}}})(t),(e=>{let{componentCls:t,antCls:i}=e,o=`${t}-item`,[r,n]=(0,u.PN)(i,"cmp-steps");return{[`${t}-horizontal`]:{[`> ${o}`]:{flex:"1 1 auto",minWidth:e.iconSize,[`${o}-rail`]:{[r("horizontal-rail-margin")]:`calc(${n("icon-size-max")} / 2 - ${n("rail-size")} / 2 + ${n("item-wrapper-padding-top")})`,position:"static",marginTop:n("horizontal-rail-margin"),width:"auto",borderBlockStartWidth:n("rail-size"),flex:1,minWidth:0,alignSelf:"flex-start"}}}}})(t),(e=>{let{componentCls:t,descriptionMaxWidth:i,marginXS:o,fontHeightLG:r,margin:n,paddingSM:l,marginXXS:a,antCls:c,calc:s}=e,m=`${t}-item`,[d,p]=(0,u.PN)(c,"cmp-steps");return{[t]:{[d("icon-size-max")]:`max(${p("icon-size")}, ${p("icon-size-active",p("icon-size"))})`,[`${m}-icon`]:{marginBlockStart:`calc((${p("heading-height")} - ${p("icon-size")}) / 2)`}},[`${t}-title-horizontal`]:{[d("title-horizontal-item-margin")]:n,[d("title-horizontal-rail-margin")]:n,[d("title-horizontal-title-height")]:r,[d("heading-height")]:`max(${p("icon-size")}, ${p("title-horizontal-title-height")})`,[`&${t}-horizontal, &${t}-horizontal-alternate`]:{[`${m}:not(:first-child)`]:{marginInlineStart:p("title-horizontal-item-margin")},[`${m}:last-child`]:{flex:"0 1 auto"},[`${m}-wrapper`]:{columnGap:e.marginXS}},[`&${t}-vertical`]:{[`${m}-wrapper`]:{columnGap:e.margin},[`${m}-empty-header`]:{[`${m}-header`]:{minHeight:"auto"},[`${m}-content`]:{marginTop:s(p("heading-height")).sub(e.fontHeight).div(2).equal()}}},[`${m}-section`]:{flex:1,minWidth:0},[`${m}-header`]:{minHeight:p("heading-height")},[`${m}-title`]:{flex:"0 1 auto"},[`${m}-content`]:{maxWidth:i},[`${m}-subtitle`]:{flex:"0 9999 auto"},[`&${t}-horizontal ${m}-rail`]:{[d("item-wrapper-padding-top")]:"0px",flex:"1 1 0%",marginInlineStart:p("title-horizontal-rail-margin")}},[`${t}-title-vertical`]:{[d("title-vertical-row-gap")]:l,[d("title-horizontal-rail-gap")]:a,[d("heading-height")]:p("icon-size-max"),[`> ${m}`]:{flex:"1 1 0%",[`${m}-wrapper`]:{flexDirection:"column",rowGap:p("title-vertical-row-gap"),alignItems:"center"},[`${m}-section`]:{alignSelf:"stretch"},[`${m}-header`]:{flexDirection:"column",alignItems:"center"},[`${m}-title, ${m}-subtitle, ${m}-content`]:{textAlign:"center",maxWidth:"100%"},[`${m}-subtitle`]:{margin:0},[`${m}-rail`]:{position:"absolute",top:0,width:`calc(100% - ${p("icon-size")} - ${p("title-horizontal-rail-gap")} * 2)`,insetInlineStart:`calc(50% + ${p("icon-size")} / 2 + ${p("title-horizontal-rail-gap")})`}},...w(e,o,{[`${m}:last-child`]:{flex:"none"},[`${m}-icon`]:{alignSelf:"flex-start"},[`${m}-section`]:{width:i}})}}})(t),(e=>{let{componentCls:t,iconSizeSM:i,fontSize:o,lineHeight:r,marginXS:n,fontHeight:l,marginSM:a,paddingXS:c,antCls:s}=e,[m]=(0,u.PN)(s,"cmp-steps");return{[`${t}${t}-small`]:{[m("icon-size")]:i,[m("title-horizontal-item-margin")]:a,[m("title-vertical-row-gap")]:c,[m("title-font-size")]:o,[m("title-line-height")]:r,[m("title-horizontal-rail-margin")]:n,[m("title-horizontal-title-height")]:l,[`&${t}-horizontal${t}-title-vertical`]:w(e,n)}}})(t),(e=>{let{componentCls:t,iconSize:i,dotSize:o,dotCurrentSize:r,marginXXS:n,lineWidthBold:l,fontSizeSM:a,antCls:c}=e,s=`${t}-item`,[m,d]=(0,u.PN)(c,"cmp-steps");return{[`${t}${t}-dot`]:{[m("icon-size-active")]:r,[m("icon-size")]:o,[m("dot-icon-size")]:o,[m("dot-icon-border-width")]:l,[m("rail-size")]:l,[m("icon-border-width")]:l,[`${s}-custom ${s}-icon`]:{fontSize:a},[`${s}-icon`]:{position:"relative","&:after":{content:'""',width:i,height:i,display:"block",position:"absolute",top:"50%",left:{_skip_check_:!0,value:"50%"},transform:"translate(-50%, -50%)"}},[`${s}-active ${s}-icon`]:{[m("icon-size")]:d("icon-size-active")},[`&${t}-horizontal`]:{[`&, &${t}-small`]:w(e,n)}}}})(t),(e=>{let{componentCls:t,colorTextDisabled:i,colorTextLightSolid:o,colorPrimary:r,colorTextLabel:n,colorError:l,colorErrorHover:a,colorErrorBgFilledHover:c,colorFillTertiary:s,colorErrorBg:m,colorPrimaryBgHover:d,colorPrimaryBg:p,colorText:$,colorTextDescription:h,colorBgContainer:g,colorPrimaryHover:b,lineType:v,antCls:f}=e,z=`${t}-item`,[x,w]=(0,u.PN)(f,"cmp-steps");return{[t]:[{[z]:{[x("item-solid-line-color")]:"#000",[x("item-title-color")]:"#000",[x("item-content-color")]:"#000",[x("item-subtitle-color")]:w("item-content-color"),[x("item-icon-custom-color")]:"#000",[x("item-icon-bg-color")]:"#000",[x("item-icon-border-color")]:"#000",[x("item-icon-text-color")]:"#fff",[x("item-icon-dot-color")]:"#000",[x("item-icon-dot-bg-color")]:w("item-icon-dot-color"),[x("item-icon-dot-border-color")]:w("item-icon-dot-color"),[x("item-text-hover-color")]:"#000",[x("item-icon-bg-hover-color")]:w("item-icon-bg-color"),[x("item-icon-border-hover-color")]:w("item-icon-border-color"),[x("item-icon-text-hover-color")]:w("item-icon-text-color"),[x("item-content-active-color")]:w("item-content-color"),[x("item-icon-active-bg-color")]:w("item-icon-bg-color"),[x("item-icon-active-border-color")]:w("item-icon-border-color"),[x("item-icon-active-text-color")]:w("item-icon-text-color"),[x("item-process-rail-line-style")]:v},[`${z}-rail`]:{borderColor:w("item-solid-line-color")},[`${z}-custom ${z}-icon`]:{color:w("item-icon-custom-color")},[`${z}-title`]:{color:w("item-title-color")},[`${z}-subtitle`]:{color:w("item-subtitle-color")},[`${z}-content`]:{color:w("item-content-color")},[`${z}-active ${z}-icon`]:{},[`${z}-active ${z}-content`]:{color:w("item-content-active-color")},[`${z}[role='button']:not(${z}-active):hover`]:{[`${z}-title, ${z}-content`]:{color:w("item-text-hover-color")}},[`&:not(${t}-dot)`]:{[`${z}:not(${z}-custom)`]:{[`${z}-icon`]:{background:w("item-icon-bg-color"),borderColor:w("item-icon-border-color"),color:w("item-icon-text-color")},[`&[role='button']:not(${z}-active):hover`]:{[`${z}-icon`]:{background:w("item-icon-bg-hover-color"),borderColor:w("item-icon-border-hover-color"),color:w("item-icon-text-hover-color")}},[`&${z}-active`]:{[`${z}-icon`]:{background:w("item-icon-active-bg-color"),borderColor:w("item-icon-active-border-color"),color:w("item-icon-active-text-color")}}}},[`&${t}-dot`]:{[`${z}-icon`]:{background:w("item-icon-dot-bg-color"),borderColor:w("item-icon-dot-border-color"),color:w("item-icon-dot-color"),[`&${z}-icon-dot-custom`]:{background:"transparent",border:"none"}}}},{[`${z}-${S}`]:{[x("item-icon-custom-color")]:i,[x("item-title-color")]:h,[x("item-content-color")]:h,[x("item-content-active-color")]:$,[x("item-text-hover-color")]:b},[`${z}-rail-${S}`]:{[x("item-solid-line-color")]:i},[`${z}-${I}`]:{[x("item-icon-custom-color")]:r,[x("item-title-color")]:$,[x("item-content-color")]:h,[x("item-content-active-color")]:$,[x("item-text-hover-color")]:b},[`${z}-rail-${I}`]:{[x("item-solid-line-color")]:r,[x("rail-line-style")]:w("item-process-rail-line-style")},[`${z}-${k}`]:{[x("item-icon-custom-color")]:r,[x("item-title-color")]:$,[x("item-content-color")]:h,[x("item-content-active-color")]:$,[x("item-text-hover-color")]:b},[`${z}-rail-${k}`]:{[x("item-solid-line-color")]:r},[`${z}-${A}`]:{[x("item-icon-custom-color")]:l,[x("item-title-color")]:l,[x("item-content-color")]:l,[x("item-content-active-color")]:l,[x("item-text-hover-color")]:a},[`${z}-rail-${A}`]:{[x("item-solid-line-color")]:l}},{[`&${t}-filled`]:{[z]:{[x("item-icon-dot-border-color")]:"transparent"},[`${z}-${S}`]:{[x("item-icon-bg-color")]:s,[x("item-icon-border-color")]:"transparent",[x("item-icon-text-color")]:n,[x("item-icon-dot-bg-color")]:i,[x("item-icon-bg-hover-color")]:d,[x("item-icon-border-hover-color")]:"transparent",[x("item-icon-text-hover-color")]:r,[x("item-icon-active-bg-color")]:r,[x("item-icon-active-border-color")]:"transparent",[x("item-icon-active-text-color")]:o},[`${z}-${I}, ${z}-${k}`]:{[x("item-icon-bg-color")]:p,[x("item-icon-border-color")]:"transparent",[x("item-icon-text-color")]:r,[x("item-icon-dot-bg-color")]:r,[x("item-icon-bg-hover-color")]:d,[x("item-icon-border-hover-color")]:"transparent",[x("item-icon-text-hover-color")]:r,[x("item-icon-active-bg-color")]:r,[x("item-icon-active-border-color")]:"transparent",[x("item-icon-active-text-color")]:o},[`${z}-${A}`]:{[x("item-icon-bg-color")]:m,[x("item-icon-border-color")]:"transparent",[x("item-icon-text-color")]:l,[x("item-icon-dot-bg-color")]:l,[x("item-icon-bg-hover-color")]:c,[x("item-icon-border-hover-color")]:"transparent",[x("item-icon-text-hover-color")]:l,[x("item-icon-active-bg-color")]:l,[x("item-icon-active-border-color")]:"transparent",[x("item-icon-active-text-color")]:o}}},{[`&${t}-outlined`]:{[z]:{[x("item-icon-dot-bg-color")]:"transparent"},[`${z}-${S}`]:{[x("item-icon-bg-color")]:g,[x("item-icon-border-color")]:i,[x("item-icon-text-color")]:i,[x("item-icon-dot-color")]:i,[x("item-icon-bg-hover-color")]:"transparent",[x("item-icon-border-hover-color")]:b,[x("item-icon-text-hover-color")]:b,[x("item-icon-active-bg-color")]:s},[`${z}-${I}, ${z}-${k}`]:{[x("item-icon-bg-color")]:g,[x("item-icon-border-color")]:r,[x("item-icon-text-color")]:r,[x("item-icon-dot-color")]:r,[x("item-icon-bg-hover-color")]:"transparent",[x("item-icon-border-hover-color")]:b,[x("item-icon-text-hover-color")]:b,[x("item-icon-active-bg-color")]:p},[`${z}-${A}`]:{[x("item-icon-bg-color")]:g,[x("item-icon-border-color")]:l,[x("item-icon-text-color")]:l,[x("item-icon-dot-color")]:l,[x("item-icon-bg-hover-color")]:"transparent",[x("item-icon-border-hover-color")]:a,[x("item-icon-text-hover-color")]:a,[x("item-icon-active-bg-color")]:m}}}]}})(t),(e=>{let{componentCls:t,fontSizeIcon:i,navContentMaxWidth:o,navArrowColor:r,colorPrimary:n,motionDurationSlow:l,antCls:a,calc:c}=e,s=`${t}-item`,[m,d]=(0,u.PN)(a,"cmp-steps");return{[`${t}${t}-navigation`]:{[s.repeat(4)]:{display:"flex",justifyContent:"center",position:"relative",flex:1,marginInlineStart:0,[`${s}-wrapper`]:{paddingBlock:e.paddingSM},[`${s}-section`]:{maxWidth:o},[`${s}-rail`]:{display:"none"},"&:before":{position:"absolute",display:"block",backgroundColor:n,transition:`all ${l}`,transitionTimingFunction:"ease-out",content:'""'},"&:not(:last-child):after":{position:"absolute",display:"block",borderTop:`${(0,y.zA)(e.lineWidth)} ${e.lineType} ${r}`,borderBottom:"none",borderInlineStart:"none",borderInlineEnd:`${(0,y.zA)(e.lineWidth)} ${e.lineType} ${r}`,content:'""'},[`&${s}-active`]:{[m("item-content-active-color")]:d("item-content-color"),[m("item-icon-active-bg-color")]:d("item-icon-bg-color"),[m("item-icon-active-border-color")]:d("item-icon-border-color"),[m("item-icon-active-text-color")]:d("item-icon-text-color")}},[`&${t}-horizontal`]:{[s]:{"&:before":{bottom:0,insetInlineStart:"50%",width:0,height:e.lineWidthBold},[`&${s}-active:before`]:{insetInlineStart:0,width:"100%"},"&:not(:last-child):after":{top:"50%",insetInlineStart:c(i).div(2).mul(-1).add("100%").equal(),width:i,height:i,transform:"translateY(-50%) rotate(45deg)"}}},[`&${t}-vertical`]:{[s.repeat(4)]:{[`${s}-content`]:{padding:0},"&:before":{insetInlineEnd:0,top:"50%",width:e.lineWidthBold,height:0},[`&${s}-active::before`]:{top:0,height:"100%"},"&:not(:last-child):after":{left:{_skip_check_:!0,value:"50%"},top:"100%",width:c(i).div(3).mul(2).equal(),height:c(i).div(3).mul(2).equal(),transform:"translateY(-50%) translateX(-50%) rotate(135deg)"}}}}}})(t),(e=>{let{componentCls:t,lineWidthBold:i,borderRadius:o,borderRadiusSM:r,motionDurationMid:n,paddingXS:l,lineType:a,paddingSM:c,antCls:s,calc:m}=e,d=`${t}-item`,[p,$]=(0,u.PN)(s,"cmp-steps"),h=`${(0,y.zA)(i)} ${a} ${$("panel-border-color")}`;return{[`${t}${t}-panel`]:[{[`${d}-rail`]:{display:"none"},[`&${t}-horizontal`]:{alignItems:"stretch",[d]:{flex:1,margin:0}}},{"&":{[p("panel-padding")]:c,[p("item-border-radius")]:o,[d]:{[p("panel-bg-color")]:$("item-icon-bg-color"),[p("panel-border-color")]:$("item-icon-border-color"),[p("panel-active-bg-color")]:$("item-icon-active-bg-color"),[p("panel-active-border-color")]:$("item-icon-active-border-color"),[p("panel-title-height")]:`calc(${$("title-font-size")} * ${$("title-line-height")})`,[p("item-base-height")]:m($("panel-padding")).mul(2).add($("icon-size")).add($("panel-title-height")).equal(),[p("item-base-width")]:`calc(${$("item-base-height")} * 0.7071)`,transition:`background-color ${n}`}},[`${d}-icon`]:{display:"none"},[`${d}-header`]:{minHeight:"auto"},[`${t}-panel-arrow`]:{position:"absolute",top:m(i).mul(-1).equal(),insetInlineStart:"100%",zIndex:1,height:m(i).mul(2).add("100%").equal(),width:$("item-base-width"),overflow:"visible",strokeLinecap:"round",path:{fill:$("panel-bg-color"),stroke:$("panel-border-color"),strokeWidth:i,vectorEffect:"non-scaling-stroke",transition:`fill ${n}`}},[`${d}:last-child ${t}-panel-arrow`]:{display:"none"},[d]:{padding:$("panel-padding"),background:$("panel-bg-color"),position:"relative",borderBlock:h,"&:not(:first-child)":{paddingInlineStart:`calc(${$("panel-padding")} + ${$("item-base-width")})`},"&:first-child":{borderInlineStart:h,borderStartStartRadius:$("item-border-radius"),borderEndStartRadius:$("item-border-radius")},"&:last-child":{borderInlineEnd:h,borderStartEndRadius:$("item-border-radius"),borderEndEndRadius:$("item-border-radius")},"&-active":{background:$("panel-active-bg-color"),borderColor:$("panel-active-border-color"),[`${t}-panel-arrow`]:{path:{fill:$("panel-active-bg-color"),stroke:$("panel-active-border-color")}},[`${d}-title, ${d}-subtitle, ${d}-content`]:{color:$("item-icon-active-text-color")}}}},{[`&${t}-small`]:{[p("panel-padding")]:l,[p("item-border-radius")]:r}},{[`&${t}-filled`]:{[d]:{"&:not(:first-child)":{clipPath:`polygon(${(0,y.zA)(i)} 0,calc(100% + ${$("item-base-width")}) 0,calc(100% + ${$("item-base-width")}) 100%,${(0,y.zA)(i)} 100%,calc(${$("item-base-width")} + ${(0,y.zA)(i)}) 50%)`}}}},{[`&${t}-outlined`]:{[`${t}-panel-arrow`]:{top:m(i).div(2).mul(-1).equal(),height:m(i).add("100%").equal()}}}]}})(t),(e=>{let{componentCls:t,inlineDotSize:i,paddingXS:o,lineWidth:r,antCls:n,calc:l}=e,a=l(o).add(r).equal(),c=`${t}-item`,[s,m]=(0,u.PN)(n,"cmp-steps");return{[`${t}-inline`]:{[s("items-offset")]:"0",[s("item-wrapper-padding-top")]:a,display:"inline-flex","&:before":{content:'""',flex:m("items-offset")},[c]:{[s("title-vertical-row-gap")]:o,[s("icon-size")]:i,[s("icon-size-active")]:i,[s("title-font-size")]:e.fontSizeSM,[s("title-line-height")]:e.lineHeightSM,[s("item-title-color")]:e.colorTextSecondary,[s("subtitle-font-size")]:e.fontSizeSM,[s("subtitle-line-height")]:e.lineHeightSM,[s("item-subtitle-color")]:e.colorTextQuaternary,[s("rail-size")]:e.lineWidth,[s("title-horizontal-rail-gap")]:"0px",flex:1,"&-wrapper":{paddingInline:e.paddingXXS,marginInline:e.calc(e.marginXXS).div(2).equal(),borderRadius:e.borderRadiusSM,cursor:"pointer",transition:`background-color ${e.motionDurationMid}`,"&:hover":{background:e.controlItemBgHover}},"&-icon":{[`${c}-icon-dot`]:{"&:after":{display:"none"}}},"&-title":{fontWeight:"normal",whiteSpace:"nowrap"},"&-content":{display:"none"}}}}})(t),(e=>{let{componentCls:t}=e,i=`${t}-item`;return{[`${t}-max-count`]:{[`${i}-ellipsis`]:{[`${i}-title, ${i}-subtitle, ${i}-content`]:{color:e.colorTextDescription}}}}})(t),(e=>{let{calc:t,antCls:i,componentCls:o,lineWidthBold:r,motionDurationSlow:n}=e,l=`${o}-item`,[a,c]=(0,u.PN)(i,"cmp-steps"),s=t(r).add(r).equal();return{[`${o}${o}-with-progress`]:{[a("item-wrapper-padding-top")]:s,[`${l}${l}-process`]:{[`${l}-icon`]:{position:"relative"}},[`${l}-progress-icon`]:{"&-svg":{[a("svg-size")]:t(s).mul(2).add(c("icon-size")).equal(),[a("icon-size-ptg-unitless")]:`calc(100 / tan(atan2(${c("svg-size")}, 1px)))`,fontSize:c("svg-size"),lineHeight:c("icon-size-ptg-unitless"),position:"absolute",inset:t(s).mul(-1).equal(),width:"auto",height:"auto"},"&-circle":{lineHeight:c("icon-size-ptg-unitless"),strokeWidth:t(c("icon-size-ptg-unitless")).mul(r).equal(),[a("progress-radius")]:t(c("svg-size")).sub(r).mul(c("icon-size-ptg-unitless")).div(2).equal(),r:c("progress-radius"),fill:"none",cx:50,cy:50,transition:`all ${n} ease-in-out`,"&-rail":{stroke:e.colorSplit},"&-ptg":{stroke:e.colorPrimary}}}}}})(t),(e=>{let{componentCls:t,lineWidthBold:i,antCls:o}=e,r=`${t}-item`,[,n]=(0,u.PN)(o,"cmp-steps");return{[`${t}${t}-rtl`]:{direction:"rtl",[`&${t}-navigation${t}-horizontal`]:{[`${r}:after`]:{transform:"translateY(-50%) rotate(-45deg)"}},[`&${t}-panel`]:{[`${t}-panel-arrow`]:{transform:"scaleX(-1)"},[`&${t}-filled`]:{[r]:{"&:not(:first-child)":{clipPath:`polygon(calc(0px - ${n("item-base-width")}) 0px,calc(100% - ${(0,y.zA)(i)}) 0px,calc(100% - ${n("item-base-width")} - ${(0,y.zA)(i)}) 50%,calc(100% - ${(0,y.zA)(i)}) 100%,calc(0px - ${n("item-base-width")}) 100%)`}}}}}}})(t)]},e=>({titleLineHeight:e.controlHeight,customIconSize:e.controlHeight,customIconTop:0,customIconFontSize:e.controlHeightSM,iconSize:e.controlHeight,iconTop:-.5,iconFontSize:e.fontSize,iconSizeSM:e.fontSizeHeading3,dotSize:e.controlHeight/4,dotCurrentSize:e.controlHeightLG/4,navArrowColor:e.colorTextDisabled,navContentMaxWidth:"unset",descriptionMaxWidth:void 0,waitIconColor:e.wireframe?e.colorTextDisabled:e.colorTextLabel,waitIconBgColor:e.wireframe?e.colorBgContainer:e.colorFillContent,waitIconBorderColor:e.wireframe?e.colorTextDisabled:"transparent",finishIconBgColor:e.wireframe?e.colorBgContainer:e.controlItemBgActive,finishIconBorderColor:e.wireframe?e.colorPrimary:e.controlItemBgActive}));var C=i(20241);let N={itemIcon:d.D},P=e=>{let t,i,{size:d,className:z,rootClassName:x,style:w,variant:y="filled",type:S,classNames:I,styles:k,direction:A,orientation:P,responsive:M=!0,progressDot:H,labelPlacement:B,titlePlacement:O,ellipsis:W,maxCount:j,offset:T=0,items:q,percent:R,current:L=0,initial:D=0,onChange:F,iconRender:_,...X}=e,G=o.useContext(b.j),V=(0,p.TP)("steps"),{getPrefixCls:Y,direction:Q,className:K,style:J}=V,U={};G?U={root:G.rootComponent,item:G.itemComponent}:{classNames:t,styles:i}=V;let Z=Y(),ee=Y("steps",e.prefixCls),et=`${ee}-item-icon`,[ei,eo]=E(ee),[er]=(0,u.PN)(Z,"cmp-steps"),en=(0,$.A)(d),el=o.useMemo(()=>(q||[]).filter(Boolean),[q]),{xs:ea}=(0,h.A)(M),ec=o.useMemo(()=>S&&"default"!==S?S:H?"dot":S,[H,S]),es="inline"===ec,em="dot"===ec||"inline"===ec,ed=o.useMemo(()=>"dot"===ec&&(0,s.Tn)(H)?H:void 0,[ec,H]),ep=o.useMemo(()=>{let e=P||A;return"panel"===ec?"horizontal":M&&ea||"vertical"===e?"vertical":"horizontal"},[P,A,ec,M,ea]),e$=o.useMemo(()=>em||"vertical"===ep?"vertical"===ep?"horizontal":"vertical":"navigation"===S?"horizontal":O||B||"horizontal",[em,B,ep,O,S]),eh=es?void 0:R,{canApplyMaxCount:eu,displaySteps:eg,mappedDisplayCurrent:eb,displayItems:ev}=function(e,t,i,r,n){let l=void 0!==r&&r>=3&&e.length>r,a=t-i,c=o.useMemo(()=>{if(!l)return e.map((e,t)=>({item:e,originIndex:t}));let t=function(e,t,i){let o=Math.min(Math.max(t,0),e-1),r=Math.min(i,e),n=new Set([0,o,e-1]);for(let t=1;n.size<r&&t<e;t+=1)for(let i of[o-t,o+t,t,e-1-t]){if(n.size>=r)break;i>=0&&i<e&&n.add(i)}return Array.from(n).sort((e,t)=>e-t).flatMap((e,t,i)=>t>0&&e-i[t-1]>1?[null,e]:[e])}(e.length,a,r);return t.map((i,r)=>{var l;return null===i?function(e,t,i,r,n){let l=e[i].key??i,a=e[r].key??r,c=e.slice(i+1,r).some(e=>"error"===e.status)?"error":r-1<t?"finish":"wait";return{item:{key:`ellipsis-${l}-${a}`,title:"",icon:o.createElement(C.A),status:c,disabled:!0,className:`${n}-item-ellipsis`},originIndex:-1}}(e,a,t[r-1],t[r+1],n):(l=e[i],{item:{...l,key:l.key??i},originIndex:i})})},[l,a,e,r,n]),s=c.findIndex(e=>e.originIndex===a);return{canApplyMaxCount:l,displaySteps:c,mappedDisplayCurrent:s>=0?s:a,displayItems:c.map(e=>e.item)}}(el,L,D,j,ee),ef={...e,variant:y,size:en,type:ec,orientation:ep,titlePlacement:e$,current:L,initial:D,percent:eh,responsive:M,offset:T,ellipsis:W,maxCount:j},[ez,ex]=(0,c.AV)([N,t,I],[i,k],{props:ef}),ew="panel"===ec?e=>o.createElement(o.Fragment,null,e,o.createElement(v,{prefixCls:ee})):void 0,ey={[er("items-offset")]:`${T}`,...J,...w},eS=(0,a.$)(K,`${ee}-${y}`,{[`${ee}-${ec}`]:"dot"!==ec&&ec,[`${ee}-rtl`]:"rtl"===Q,[`${ee}-dot`]:em,[`${ee}-ellipsis`]:W,[`${ee}-max-count`]:eu,[`${ee}-with-progress`]:void 0!==eh,[`${ee}-small`]:"small"===en},z,x,ei,eo);return o.createElement(l.Ay,{...X,prefixCls:ee,className:eS,style:ey,classNames:ez,styles:ex,orientation:ep,titlePlacement:e$,components:U,initial:0,current:eb,items:ev,onChange:F?e=>{let t=eg[e];F&&t&&t.originIndex>=0&&F(D+t.originIndex)}:void 0,iconRender:(e,t)=>{let{item:i,index:l,active:a,components:{Icon:c}}=t,m=eg[l]?.originIndex,d=void 0!==m&&m>=0?D+m:l,{status:p,icon:$}=i,h=null;if(em||$)h=$;else switch(p){case"finish":h=o.createElement(r.A,{className:`${et}-finish`});break;case"error":h=o.createElement(n.A,{className:`${et}-error`});break;default:{let e=o.createElement("span",{className:`${et}-number`},d+1);"process"===p&&void 0!==eh&&(e=o.createElement(f,{prefixCls:ee,rootPrefixCls:Z,percent:eh},e)),h=e}}let u=o.createElement(c,null,h);return _?u=_(u,{index:d,active:a,item:i,components:{Icon:c}}):(0,s.Tn)(ed)&&(u=ed(u,{index:d,...i})),u},itemRender:(e,t)=>{let i=e;return es&&t.item.content&&(i=o.createElement(g.A,{destroyOnHidden:!0,title:t.item.content},e)),o.createElement(m.A,{component:"Steps",disabled:t.item.disabled||!F,colorSource:"filled"===y?"color":null},i)},itemWrapperRender:ew})}},12059:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0026 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z"}}]},name:"safety-certificate",theme:"outlined"}},17564:(e,t,i)=>{i.d(t,{j:()=>o});let o=i(97109).createContext(null)},38770:(e,t,i)=>{i.d(t,{A:()=>o});let o=i(51916).A},56374:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0051.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z"}},{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"}}]},name:"check-circle",theme:"outlined"}},68498:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56a32.03 32.03 0 009.3-35.2l-.9-2.6a443.74 443.74 0 00-79.7-137.9l-1.8-2.1a32.12 32.12 0 00-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85a32.05 32.05 0 00-25.8-25.7l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 00-25.8 25.7l-15.8 85.4a351.86 351.86 0 00-99 57.4l-81.9-29.1a32 32 0 00-35.1 9.5l-1.8 2.1a446.02 446.02 0 00-79.7 137.9l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 00-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1a32.12 32.12 0 0035.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4a32.05 32.05 0 0025.8 25.7l2.7.5a449.4 449.4 0 00159 0l2.7-.5a32.05 32.05 0 0025.8-25.7l15.7-85a350 350 0 0099.7-57.6l81.3 28.9a32 32 0 0035.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c4.5-12.3.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 01-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97a377.5 377.5 0 01-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9zM512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 01512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 01400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 01624 502c0 29.9-11.7 58-32.8 79.2z"}}]},name:"setting",theme:"outlined"}},71330:(e,t,i)=>{i.d(t,{A:()=>a});var o=i(97109),r=i(68498),n=i(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e}).apply(this,arguments)}let a=o.forwardRef((e,t)=>o.createElement(n.A,l({},e,{ref:t,icon:r.A})))},84742:(e,t,i)=>{i.d(t,{A:()=>a});var o=i(97109),r=i(56374),n=i(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e}).apply(this,arguments)}let a=o.forwardRef((e,t)=>o.createElement(n.A,l({},e,{ref:t,icon:r.A})))},95008:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z"}},{tag:"path",attrs:{d:"M355.9 534.9L354 653.8c-.1 8.9 7.1 16.2 16 16.2h.4l118-2.9c2-.1 4-.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-415.8 415a8.3 8.3 0 00-2.3 5.6zm63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1.7-46.4z"}}]},name:"form",theme:"outlined"}},99981:(e,t,i)=>{i.d(t,{QB:()=>a,Ay:()=>b});var o=i(3638),r=i(97109),n=i(99452);function l(e){let{prefixCls:t,className:i,style:n,status:l}=e,a=`${t}-rail`;return r.createElement("div",{className:(0,o.$)(a,`${a}-${l}`,i),style:n})}let a=r.createContext({}),c=r.createContext(null);var s=i(17597);function m(){return(m=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e}).apply(this,arguments)}let d=r.createContext({}),p=r.forwardRef((e,t)=>{let{className:i,style:n,children:l,...a}=e,{prefixCls:p,classNames:$,styles:h}=r.useContext(c),{className:u,style:g}=r.useContext(d),b=`${p}-item`;return r.createElement("div",m({},(0,s.A)(a,!1),{ref:t,className:(0,o.$)(`${b}-icon`,$.itemIcon,u,i),style:{...h.itemIcon,...g,...n}}),l)});function $(){return($=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e}).apply(this,arguments)}function h(e){let{prefixCls:t,classNames:i,styles:s,data:m,last:h,nextStatus:u,active:g,index:b,itemRender:v,iconRender:f,itemWrapperRender:z,onClick:x}=e,w=`${t}-item`,{railFollowPrevStatus:y}=r.useContext(a),{ItemComponent:S}=r.useContext(c),{onClick:I,title:k,subTitle:A,content:E,description:C,disabled:N,icon:P,status:M,className:H,style:B,classNames:O={},styles:W={},...j}=m,T=E??C,q={item:{...m,content:T},index:b,active:g},R={};(x||I)&&!N&&(R.role="button",R.tabIndex=0,R.onClick=e=>{I?.(e),x(b)},R.onKeyDown=e=>{let{which:t}=e;(t===n.A.ENTER||t===n.A.SPACE)&&x(b)});let L=M||"wait",D=null!=k,F=null!=A,_=(0,o.$)(w,`${w}-${L}`,{[`${w}-custom`]:P,[`${w}-active`]:g,[`${w}-disabled`]:!0===N,[`${w}-empty-header`]:!D&&!F},H,i.item,O.root),X=r.createElement(p,null);f&&(X=f(X,{...q,components:{Icon:p}}));let G=r.createElement("div",{className:(0,o.$)(`${w}-wrapper`,i.itemWrapper,O.wrapper),style:{...s.itemWrapper,...W.wrapper}},r.createElement(d.Provider,{value:{className:O.icon,style:W.icon}},X),r.createElement("div",{className:(0,o.$)(`${w}-section`,i.itemSection,O.section),style:{...s.itemSection,...W.section}},r.createElement("div",{className:(0,o.$)(`${w}-header`,i.itemHeader,O.header),style:{...s.itemHeader,...W.header}},D&&r.createElement("div",{className:(0,o.$)(`${w}-title`,i.itemTitle,O.title),style:{...s.itemTitle,...W.title}},k),F&&r.createElement("div",{title:"string"==typeof A?A:void 0,className:(0,o.$)(`${w}-subtitle`,i.itemSubtitle,O.subtitle),style:{...s.itemSubtitle,...W.subtitle}},A),!h&&r.createElement(l,{prefixCls:w,className:(0,o.$)(i.itemRail,O.rail),style:{...s.itemRail,...W.rail},status:y?M:u})),null!=T&&r.createElement("div",{className:(0,o.$)(`${w}-content`,i.itemContent,O.content),style:{...s.itemContent,...W.content}},T))),V=r.createElement(S,$({},j,R,{className:_,style:{...s.item,...W.root,...B}}),z?z(G):G);return v&&(V=v(V,q)||null),V}function u(){return(u=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(e[o]=i[o])}return e}).apply(this,arguments)}let g={},b=function(e){let{prefixCls:t="rc-steps",style:i,className:n,classNames:l=g,styles:a=g,rootClassName:s,orientation:m,titlePlacement:d,components:p,status:$="process",current:b=0,initial:v=0,onChange:f,items:z,iconRender:x,itemRender:w,itemWrapperRender:y,...S}=e,I="vertical"===m,k=(0,o.$)(t,`${t}-${I?"vertical":"horizontal"}`,`${t}-title-${I||"vertical"!==d?"horizontal":"vertical"}`,s,n,l.root),A=r.useMemo(()=>(z||[]).filter(Boolean),[z]),E=r.useMemo(()=>A.map(({status:e},t)=>{let i=v+t;return e?e:i===b?$:i<b?"finish":"wait"}),[A,$,b,v]),C=e=>{f&&b!==e&&f(e)},{root:N="div",item:P="div"}=p||{},M=r.useMemo(()=>({prefixCls:t,classNames:l,styles:a,ItemComponent:P}),[t,l,a,P]);return r.createElement(N,u({className:k,style:{...i,...a?.root}},S),r.createElement(c.Provider,{value:M},A.map((e,i)=>{let o=v+i,n=E[i],c=E[i+1],s={...e,status:n};return r.createElement(h,{key:o,prefixCls:t,classNames:l,styles:a,data:s,nextStatus:c,active:o===b,index:o,last:A.length-1===i,iconRender:x,itemRender:w,itemWrapperRender:y,onClick:f&&C})})))}}}]);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7150],{
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7150],{11162:(e,t,o)=>{o.d(t,{A:()=>a,h:()=>d});var n=o(97109),i=o(82813),l=o(44137);let r=n.createContext(null),a=n.forwardRef((e,t)=>{let{children:o,...a}=e,d=n.useContext(r),s=n.useMemo(()=>({...d,...a}),[d,a.prefixCls,a.mode,a.selectable,a.rootClassName]),c=(0,i.H3)(o),m=(0,i.xK)(t,c?(0,i.A9)(o):null);return n.createElement(r.Provider,{value:s},n.createElement(l.A,{space:!0},c?n.cloneElement(o,{ref:m}):o))}),d=r},30960:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z"}}]},name:"file",theme:"outlined"}},37041:(e,t,o)=>{o.d(t,{A:()=>W});var n=o(97109),i=o(29292),l=o(82813);let r=n.createContext({});(()=>{let e=0;return (t="")=>(e+=1,`${t}${e}`)})();var a=o(20241),d=o(3638),s=o(92162),c=o(26047),m=o(84649),u=o(52690),p=o(74567),$=o(632);let g=(0,n.createContext)({prefixCls:"",firstLevel:!0,inlineCollapsed:!1,styles:null,classNames:null}),b=e=>{let{prefixCls:t,className:o,dashed:l,...r}=e,{getPrefixCls:a}=n.useContext(p.QO),s=a("menu",t),c=(0,d.$)({[`${s}-item-divider-dashed`]:!!l},o);return n.createElement(i.cG,{className:c,...r})};var h=o(14932);let v=e=>{let{className:t,children:o,icon:a,title:s,danger:m,extra:p}=e,{prefixCls:$,firstLevel:b,direction:v,disableMenuItemTitleTooltip:f,tooltip:I,inlineCollapsed:C,styles:w,classNames:x}=n.useContext(g),{siderCollapsed:S}=n.useContext(r),B=s;void 0===s?B=b?o:"":!1===s&&(B="");let y=!1===I?void 0:I,A=y&&void 0!==y.title?y.title:B,z={...y??null,title:A};S||C||(z.title=null,z.open=!1);let k=(0,l.$r)(o).length,H=n.createElement(i.q7,{...(0,l.cJ)(e,["title","icon","danger"]),className:(0,d.$)(b?x?.item:x?.subMenu?.item,{[`${$}-item-danger`]:m,[`${$}-item-only-child`]:(a?k+1:k)===1},t),style:{...b?w?.item:w?.subMenu?.item,...e.style},title:"string"==typeof s?s:void 0,itemData:e?.itemData??{...e,key:e.eventKey}},(0,u.Ob)(a,e=>({className:(0,d.$)(`${$}-item-icon`,b?x?.itemIcon:x?.subMenu?.itemIcon,e.className),style:{...b?w?.itemIcon:w?.subMenu?.itemIcon,...e.style}})),(e=>{let t=o?.[0],i=n.createElement("span",{className:(0,d.$)(`${$}-title-content`,b?x?.itemContent:x?.subMenu?.itemContent,{[`${$}-title-content-with-extra`]:!!p||0===p}),style:b?w?.itemContent:w?.subMenu?.itemContent},o);return(!a||n.isValidElement(o)&&"span"===o.type)&&o&&e&&b&&"string"==typeof t?n.createElement("div",{className:`${$}-inline-collapsed-noicon`},t.charAt(0)):i})(C));if(!f&&!1!==I){let e=y&&y.placement?y.placement:"rtl"===v?"left":"right",t=`${$}-inline-collapsed-tooltip`,o=e=>({...e,root:(0,d.$)(t,e?.root)}),i=(0,c.Tn)(y?.classNames)?e=>o(y.classNames(e)):o(y?.classNames);H=n.createElement(h.A,{...z,placement:e,classNames:i},H)}return H};var f=o(11162),I=o(15561),C=o(47252),w=o(7961),x=o(15437),S=o(86827),B=o(49345),y=o(10540),A=o(28403);let z=e=>(0,w.jk)(e),k=(e,t)=>{let{componentCls:o,itemColor:n,itemSelectedColor:i,subMenuItemSelectedColor:l,groupTitleColor:r,itemBg:a,subMenuItemBg:d,itemSelectedBg:s,activeBarHeight:c,activeBarWidth:m,activeBarBorderWidth:u,motionDurationSlow:p,motionEaseInOut:$,motionEaseOut:g,itemPaddingInline:b,motionDurationMid:h,itemHoverColor:v,lineType:f,colorSplit:C,itemDisabledColor:w,dangerItemColor:x,dangerItemHoverColor:S,dangerItemSelectedColor:B,dangerItemActiveBg:y,dangerItemSelectedBg:A,popupBg:k,itemHoverBg:H,itemActiveBg:T,menuSubMenuBg:E,horizontalItemSelectedColor:N,horizontalItemSelectedBg:M,horizontalItemBorderRadius:R,horizontalItemHoverBg:O}=e;return{[`${o}-${t}, ${o}-${t} > ${o}`]:{color:n,background:a,[`&${o}-root:focus-visible`]:{...z(e)},[`${o}-item`]:{"&-group-title, &-extra":{color:r}},[`${o}-submenu-selected > ${o}-submenu-title`]:{color:l},[`${o}-item, ${o}-submenu-title`]:{color:n,[`&:not(${o}-item-disabled):focus-visible`]:{...z(e)}},[`${o}-item-disabled, ${o}-submenu-disabled`]:{color:`${w} !important`},[`${o}-item:not(${o}-item-selected):not(${o}-submenu-selected)`]:{[`&:hover, > ${o}-submenu-title:hover`]:{color:v}},[`${o}-submenu:not(${o}-submenu-selected)`]:{[`> ${o}-submenu-title:hover`]:{color:v}},[`&:not(${o}-horizontal)`]:{[`${o}-item:not(${o}-item-selected)`]:{"&:hover":{backgroundColor:H},"&:active":{backgroundColor:T}},[`${o}-submenu-title`]:{"&:hover":{backgroundColor:H},"&:active":{backgroundColor:T}}},[`${o}-item-danger`]:{color:x,[`&${o}-item:hover`]:{[`&:not(${o}-item-selected):not(${o}-submenu-selected)`]:{color:S}},[`&${o}-item:active`]:{background:y}},[`${o}-item a`]:{"&, &:hover":{color:"inherit"}},[`${o}-item-selected`]:{color:i,[`&${o}-item-danger`]:{color:B},"a, a:hover":{color:"inherit"}},[`& ${o}-item-selected`]:{backgroundColor:s,[`&${o}-item-danger`]:{backgroundColor:A}},[`&${o}-submenu > ${o}`]:{backgroundColor:E},[`&${o}-popup > ${o}`]:{backgroundColor:k},[`&${o}-submenu-popup > ${o}`]:{backgroundColor:k},[`&${o}-horizontal`]:{..."dark"===t?{borderBottom:0}:{},[`> ${o}-item, > ${o}-submenu`]:{top:u,marginTop:e.calc(u).mul(-1).equal(),marginBottom:0,borderRadius:R,"&::after":{position:"absolute",insetInline:b,bottom:0,borderBottom:`${(0,I.zA)(c)} solid transparent`,transition:`border-color ${p} ${$}`,content:'""'},"&:hover, &-active, &-open":{background:O,"&::after":{borderBottomWidth:c,borderBottomColor:N}},"&-selected":{color:N,backgroundColor:M,"&:hover":{backgroundColor:M},"&::after":{borderBottomWidth:c,borderBottomColor:N}}}},[`&${o}-root`]:{[`&${o}-inline, &${o}-vertical`]:{borderInlineEnd:`${(0,I.zA)(u)} ${f} ${C}`}},[`&${o}-inline`]:{[`${o}-sub${o}-inline`]:{background:d},[`${o}-item`]:{position:"relative","&::after":{position:"absolute",insetBlock:0,insetInlineEnd:0,borderInlineEnd:`${(0,I.zA)(m)} solid ${i}`,transform:"scaleY(0.0001)",opacity:0,transition:["transform","opacity"].map(e=>`${e} ${h} ${g}`).join(","),content:'""'},[`&${o}-item-danger`]:{"&::after":{borderInlineEndColor:B}}},[`${o}-selected, ${o}-item-selected`]:{"&::after":{transform:"scaleY(1)",opacity:1,transition:["transform","opacity"].map(e=>`${e} ${h} ${$}`).join(",")}}}}}},H=e=>{let{componentCls:t,itemHeight:o,itemMarginInline:n,padding:i,menuArrowSize:l,marginXS:r,itemMarginBlock:a,itemWidth:d,itemPaddingInline:s}=e,c=e.calc(l).add(i).add(r).equal();return{[`${t}-item`]:{position:"relative",overflow:"hidden"},[`${t}-item, ${t}-submenu-title`]:{height:o,lineHeight:(0,I.zA)(o),paddingInline:s,overflow:"hidden",textOverflow:"ellipsis",marginInline:n,marginBlock:a,width:d},[`> ${t}-item,
|
|
2
2
|
> ${t}-submenu > ${t}-submenu-title`]:{height:o,lineHeight:(0,I.zA)(o)},[`${t}-item-group-list ${t}-submenu-title,
|
|
3
3
|
${t}-submenu-title`]:{paddingInlineEnd:c}}},T=e=>{let{componentCls:t,motionDurationSlow:o,motionDurationMid:n,motionEaseInOut:i,motionEaseOut:l,iconCls:r,iconSize:a,iconMarginInlineEnd:d}=e;return{[`${t}-item, ${t}-submenu-title`]:{position:"relative",display:"block",margin:0,whiteSpace:"nowrap",cursor:"pointer",transition:`border-color ${o},background-color ${o},padding calc(${o} + 0.1s) ${i}`,[`${t}-item-icon, ${r}`]:{minWidth:a,fontSize:a,transition:`font-size ${n} ${l},margin ${o} ${i},color ${o}`,"+ span":{marginInlineStart:d,opacity:1,transition:`opacity ${o} ${i},margin ${o},color ${o}`}},[`${t}-item-icon`]:{...(0,w.Nk)()},[`&${t}-item-only-child`]:{[`> ${r}, > ${t}-item-icon`]:{marginInlineEnd:0}}},[`${t}-item-disabled, ${t}-submenu-disabled`]:{background:"none !important",cursor:"not-allowed","&::after":{borderColor:"transparent !important"},a:{color:"inherit !important",cursor:"not-allowed",pointerEvents:"none"},[`> ${t}-submenu-title`]:{color:"inherit !important",cursor:"not-allowed"}}}},E=e=>{let{componentCls:t,motionDurationSlow:o,motionEaseInOut:n,borderRadius:i,menuArrowSize:l,menuArrowOffset:r}=e;return{[`${t}-submenu`]:{"&-expand-icon, &-arrow":{position:"absolute",top:"50%",insetInlineEnd:e.margin,width:l,color:"currentcolor",transform:"translateY(-50%)",transition:["transform","opacity"].map(e=>`${e} ${o}`).join(",")},"&-arrow":{"&::before, &::after":{position:"absolute",width:e.calc(l).mul(.6).equal(),height:e.calc(l).mul(.15).equal(),backgroundColor:"currentcolor",borderRadius:i,transition:["background-color","transform","top","color"].map(e=>`${e} ${o} ${n}`).join(","),content:'""'},"&::before":{transform:`rotate(45deg) translateY(${(0,I.zA)(e.calc(r).mul(-1).equal())})`},"&::after":{transform:`rotate(-45deg) translateY(${(0,I.zA)(r)})`}}}}},N=e=>{let{colorPrimary:t,colorError:o,colorTextDisabled:n,colorErrorBg:i,colorText:l,colorTextDescription:r,colorBgContainer:a,colorFillAlter:d,colorFillContent:s,lineWidth:c,lineWidthBold:m,controlItemBgActive:u,colorBgTextHover:p,controlHeightLG:$,lineHeight:g,colorBgElevated:b,marginXXS:h,padding:v,fontSize:f,controlHeightSM:I,fontSizeLG:w,colorTextLightSolid:x,colorErrorHover:S}=e,B=e.activeBarWidth??0,y=e.activeBarBorderWidth??c,A=e.itemMarginInline??e.marginXXS,z=new C.Y(x).setA(.65).toRgbString();return{dropdownWidth:160,zIndexPopup:e.zIndexPopupBase+50,radiusItem:e.borderRadiusLG,itemBorderRadius:e.borderRadiusLG,radiusSubMenuItem:e.borderRadiusSM,subMenuItemBorderRadius:e.borderRadiusSM,colorItemText:l,itemColor:l,colorItemTextHover:l,itemHoverColor:l,colorItemTextHoverHorizontal:t,horizontalItemHoverColor:t,colorGroupTitle:r,groupTitleColor:r,colorItemTextSelected:t,itemSelectedColor:t,subMenuItemSelectedColor:t,colorItemTextSelectedHorizontal:t,horizontalItemSelectedColor:t,colorItemBg:a,itemBg:a,colorItemBgHover:p,itemHoverBg:p,colorItemBgActive:s,itemActiveBg:u,colorSubItemBg:d,subMenuItemBg:d,colorItemBgSelected:u,itemSelectedBg:u,colorItemBgSelectedHorizontal:"transparent",horizontalItemSelectedBg:"transparent",colorActiveBarWidth:0,activeBarWidth:B,colorActiveBarHeight:m,activeBarHeight:m,colorActiveBarBorderSize:c,activeBarBorderWidth:y,colorItemTextDisabled:n,itemDisabledColor:n,colorDangerItemText:o,dangerItemColor:o,colorDangerItemTextHover:o,dangerItemHoverColor:o,colorDangerItemTextSelected:o,dangerItemSelectedColor:o,colorDangerItemBgActive:i,dangerItemActiveBg:i,colorDangerItemBgSelected:i,dangerItemSelectedBg:i,itemMarginInline:A,horizontalItemBorderRadius:0,horizontalItemHoverBg:"transparent",itemHeight:$,groupTitleLineHeight:g,collapsedWidth:2*$,popupBg:b,itemMarginBlock:h,itemPaddingInline:v,horizontalLineHeight:`${1.15*$}px`,iconSize:f,iconMarginInlineEnd:I-f,collapsedIconSize:w,groupTitleFontSize:f,darkItemDisabledColor:new C.Y(x).setA(.25).toRgbString(),darkItemColor:z,darkDangerItemColor:o,darkItemBg:"#001529",darkPopupBg:"#001529",darkSubMenuItemBg:"#000c17",darkItemSelectedColor:x,darkItemSelectedBg:t,darkDangerItemSelectedBg:o,darkItemHoverBg:"transparent",darkGroupTitleColor:z,darkItemHoverColor:x,darkDangerItemHoverColor:S,darkDangerItemSelectedColor:x,darkDangerItemActiveBg:o,itemWidth:B?`calc(100% + ${y}px)`:`calc(100% - ${2*A}px)`}};var M=o(36319);let R=e=>{let t,{popupClassName:o,icon:r,title:a,theme:s}=e,c=n.useContext(g),{prefixCls:m,inlineCollapsed:p,theme:$,classNames:b,styles:h}=c,v=(0,i.Wj)();if(r){let e=n.isValidElement(a)&&"span"===a.type;t=n.createElement(n.Fragment,null,(0,u.Ob)(r,e=>({className:(0,d.$)(e.className,`${m}-item-icon`,b?.itemIcon),style:{...e.style,...h?.itemIcon}})),e?a:n.createElement("span",{className:`${m}-title-content`},a))}else t=p&&!v.length&&a&&"string"==typeof a?n.createElement("div",{className:`${m}-inline-collapsed-noicon`},a.charAt(0)):n.createElement("span",{className:`${m}-title-content`},a);let f=n.useMemo(()=>({...c,firstLevel:!1}),[c]),[I]=(0,M.YK)("Menu");return n.createElement(g.Provider,{value:f},n.createElement(i.g8,{...(0,l.cJ)(e,["icon"]),title:t,classNames:{list:b?.subMenu?.list,listTitle:b?.subMenu?.itemTitle},styles:{list:h?.subMenu?.list,listTitle:h?.subMenu?.itemTitle},popupClassName:(0,d.$)(m,o,b?.popup?.root,`${m}-${s||$}`),popupStyle:{zIndex:I,...e.popupStyle,...h?.popup?.root}}))};function O(e){return null===e||!1===e}let D={item:v,submenu:R,divider:b},P=(0,n.forwardRef)((e,t)=>{let o=n.useContext(f.h),r=o||{},{prefixCls:b,className:h,style:v,theme:C="light",expandIcon:z,_internalDisableMenuItemTitleTooltip:M,tooltip:R,inlineCollapsed:P,siderCollapsed:L,rootClassName:W,mode:q,selectable:j,onClick:X,overflowedIndicatorPopupClassName:_,classNames:Y,styles:V,...G}=e,{menu:J}=n.useContext(p.QO),{getPrefixCls:K,getPopupContainer:F,direction:Q,className:U,style:Z,classNames:ee,styles:et}=(0,p.TP)("menu"),eo=K(),en=(0,l.cJ)(G,["collapsedWidth"]);r.validator?.({mode:q});let ei=(0,l._q)((...e)=>{X?.(...e),r.onClick?.()}),el=r.mode||q,er=j??r.selectable,ea=P??L,ed={...e,mode:el,inlineCollapsed:ea,selectable:er,theme:C},es=(0,s.XT)(Z),ec=(0,s.XT)(v),[em,eu]=(0,s.AV)([ee,Y],[et,es,V,ec],{props:ed},{popup:{_default:"root"},subMenu:{_default:"item"}}),ep={horizontal:{motionName:`${eo}-slide-up`},inline:(0,m.A)(eo),other:{motionName:`${eo}-zoom-big`}},e$=K("menu",b||r.prefixCls),eg=(0,$.A)(e$),[eb,eh]=((e,t=e,o=!0)=>(0,y.OF)("Menu",e=>{let{colorBgElevated:t,controlHeightLG:o,fontSize:n,darkItemColor:i,darkDangerItemColor:l,darkItemBg:r,darkSubMenuItemBg:a,darkItemSelectedColor:d,darkItemSelectedBg:s,darkDangerItemSelectedBg:c,darkItemHoverBg:m,darkGroupTitleColor:u,darkItemHoverColor:p,darkItemDisabledColor:$,darkDangerItemHoverColor:g,darkDangerItemSelectedColor:b,darkDangerItemActiveBg:h,popupBg:v,darkPopupBg:f}=e,C=e.calc(n).div(7).mul(5).equal(),y=(0,A.oX)(e,{menuArrowSize:C,menuHorizontalHeight:e.calc(o).mul(1.15).equal(),menuArrowOffset:e.calc(C).mul(.25).equal(),menuSubMenuBg:t,calc:e.calc,popupBg:v}),z=(0,A.oX)(y,{itemColor:i,itemHoverColor:p,groupTitleColor:u,itemSelectedColor:d,subMenuItemSelectedColor:d,itemBg:r,popupBg:f,subMenuItemBg:a,itemActiveBg:"transparent",itemSelectedBg:s,activeBarHeight:0,activeBarBorderWidth:0,itemHoverBg:m,itemDisabledColor:$,dangerItemColor:l,dangerItemHoverColor:g,dangerItemSelectedColor:b,dangerItemActiveBg:h,dangerItemSelectedBg:c,menuSubMenuBg:a,horizontalItemSelectedColor:d,horizontalItemSelectedBg:s});return[(e=>{let{antCls:t,componentCls:o,fontSize:n,motionDurationSlow:i,motionDurationMid:l,motionEaseInOut:r,paddingXS:a,padding:d,colorSplit:s,lineWidth:c,zIndexPopup:m,borderRadiusLG:u,subMenuItemBorderRadius:p,menuArrowSize:$,menuArrowOffset:g,lineType:b,groupTitleLineHeight:h,groupTitleFontSize:v,iconSize:f,iconMarginInlineEnd:C}=e,x=`> ${t}-typography-ellipsis-single-line,> ${o}-item-label > ${t}-typography-ellipsis-single-line`;return[{"":{[o]:{...(0,w.t6)(),"&-hidden":{display:"none"}}},[`${o}-submenu-hidden`]:{display:"none"}},{[o]:{...(0,w.dF)(e),...(0,w.t6)(),marginBottom:0,paddingInlineStart:0,fontSize:n,lineHeight:0,listStyle:"none",outline:"none",transition:`width ${i} cubic-bezier(0.2, 0, 0, 1) 0s`,"ul, ol":{margin:0,padding:0,listStyle:"none"},"&-overflow":{display:"flex",[`${o}-item`]:{flex:"none"}},[`${o}-item, ${o}-submenu, ${o}-submenu-title`]:{borderRadius:e.itemBorderRadius},[`${o}-item-group-title`]:{padding:`${(0,I.zA)(a)} ${(0,I.zA)(d)}`,fontSize:v,lineHeight:h,transition:`all ${i}`},[`&-horizontal ${o}-submenu`]:{transition:["border-color","background-color"].map(e=>`${e} ${i} ${r}`).join(",")},[`${o}-submenu, ${o}-submenu-inline`]:{transition:[`border-color ${i}`,`background-color ${i}`,`padding ${l}`].map(e=>`${e} ${r}`).join(",")},[`${o}-submenu ${o}-sub`]:{cursor:"initial",transition:["background-color","padding"].map(e=>`${e} ${i} ${r}`).join(",")},[`${o}-title-content`]:{transition:`color ${i}`,"&-with-extra":{display:"inline-flex",alignItems:"center",width:"100%",minWidth:0},[`${o}-item-label`]:{flex:"auto",minWidth:0,...w.L9},[x]:{display:"inline",verticalAlign:"unset"},[`${o}-item-extra`]:{flex:"none",marginInlineStart:"auto",paddingInlineStart:e.padding}},[`${o}-item-icon + ${o}-title-content-with-extra`]:{width:`calc(100% - ${(0,I.zA)(e.calc(f).add(C??0).equal())})`},[`${o}-item a`]:{"&::before":{position:"absolute",inset:0,backgroundColor:"transparent",content:'""'}},[`${o}-item-divider`]:{overflow:"hidden",lineHeight:0,borderColor:s,borderStyle:b,borderWidth:0,borderTopWidth:c,marginBlock:c,padding:0,"&-dashed":{borderStyle:"dashed"}},...T(e),[`${o}-item-group`]:{[`${o}-item-group-list`]:{margin:0,padding:0,[`${o}-item, ${o}-submenu-title`]:{paddingInline:`${(0,I.zA)(e.calc(n).mul(2).equal())} ${(0,I.zA)(d)}`}}},"&-submenu":{"&-popup":{position:"absolute",zIndex:m,borderRadius:u,boxShadow:"none",transformOrigin:"0 0",[`&${o}-submenu`]:{background:"transparent"},"&::before":{position:"absolute",inset:0,zIndex:-1,width:"100%",height:"100%",opacity:0,content:'""'},[`> ${o}`]:{borderRadius:u,...T(e),...E(e),[`${o}-item, ${o}-submenu > ${o}-submenu-title`]:{borderRadius:p},[`${o}-submenu-title::after`]:{transition:`transform ${i} ${r}`}}},"&-placement-leftTop, &-placement-bottomRight":{transformOrigin:"100% 0"},"&-placement-leftBottom, &-placement-topRight":{transformOrigin:"100% 100%"},"&-placement-rightBottom, &-placement-topLeft":{transformOrigin:"0 100%"},"&-placement-bottomLeft, &-placement-rightTop":{transformOrigin:"0 0"},"&-placement-leftTop, &-placement-leftBottom":{paddingInlineEnd:e.paddingXS},"&-placement-rightTop, &-placement-rightBottom":{paddingInlineStart:e.paddingXS},"&-placement-topRight, &-placement-topLeft":{paddingBottom:e.paddingXS},"&-placement-bottomRight, &-placement-bottomLeft":{paddingTop:e.paddingXS}},...E(e),[`&-inline-collapsed ${o}-submenu-arrow,
|
|
4
4
|
&-inline ${o}-submenu-arrow`]:{"&::before":{transform:`rotate(-45deg) translateX(${(0,I.zA)(g)})`},"&::after":{transform:`rotate(45deg) translateX(${(0,I.zA)(e.calc(g).mul(-1).equal())})`}},[`${o}-submenu-open${o}-submenu-inline > ${o}-submenu-title > ${o}-submenu-arrow`]:{transform:`translateY(${(0,I.zA)(e.calc($).mul(.2).mul(-1).equal())})`,"&::after":{transform:`rotate(-45deg) translateX(${(0,I.zA)(e.calc(g).mul(-1).equal())})`},"&::before":{transform:`rotate(45deg) translateX(${(0,I.zA)(g)})`}}}},{[`${t}-layout-header`]:{[o]:{lineHeight:"inherit"}}}]})(y),(e=>{let{componentCls:t,motionDurationSlow:o,horizontalLineHeight:n,colorSplit:i,lineWidth:l,lineType:r,itemPaddingInline:a}=e;return{[`${t}-horizontal`]:{lineHeight:n,border:0,borderBottom:`${(0,I.zA)(l)} ${r} ${i}`,boxShadow:"none","&::after":{display:"block",clear:"both",height:0,content:'"\\20"'},[`${t}-item, ${t}-submenu`]:{position:"relative",display:"inline-block",verticalAlign:"bottom",paddingInline:a},[`> ${t}-item:hover,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
${t}-submenu-arrow,
|
|
11
11
|
${t}-submenu-expand-icon
|
|
12
12
|
`]:{opacity:0},[`> ${t}-title-content`]:{width:0,opacity:0,overflow:"hidden"},[`${t}-item-icon, ${o}`]:{margin:0,fontSize:h,lineHeight:(0,I.zA)(n),"+ span":{display:"inline-block",width:0,opacity:0,overflow:"hidden",marginInlineStart:0}}},[`${t}-item-icon, ${o}`]:{display:"inline-block"},"&-tooltip":{pointerEvents:"none",[`${t}-item-icon, ${o}`]:{display:"none"},[`${t}-item-extra`]:{paddingInlineStart:d},"a, a:hover":{color:i}},[`${t}-item-group-title`]:{...w.L9,paddingInline:$}}}]})(y),k(y,"light"),k(z,"dark"),(({componentCls:e,menuArrowOffset:t,calc:o})=>({[`${e}-rtl`]:{direction:"rtl"},[`${e}-submenu-rtl`]:{transformOrigin:"100% 0"},[`${e}-rtl${e}-vertical,
|
|
13
|
-
${e}-submenu-rtl ${e}-vertical`]:{[`${e}-submenu-arrow`]:{"&::before":{transform:`rotate(-45deg) translateY(${(0,I.zA)(o(t).mul(-1).equal())})`},"&::after":{transform:`rotate(45deg) translateY(${(0,I.zA)(t)})`}}}}))(y),(0,x.A)(y),(0,S._j)(y,"slide-up"),(0,S._j)(y,"slide-down"),(0,B.aB)(y,"zoom-big")]},N,{deprecatedTokens:[["colorGroupTitle","groupTitleColor"],["radiusItem","itemBorderRadius"],["radiusSubMenuItem","subMenuItemBorderRadius"],["colorItemText","itemColor"],["colorItemTextHover","itemHoverColor"],["colorItemTextHoverHorizontal","horizontalItemHoverColor"],["colorItemTextSelected","itemSelectedColor"],["colorItemTextSelectedHorizontal","horizontalItemSelectedColor"],["colorItemTextDisabled","itemDisabledColor"],["colorDangerItemText","dangerItemColor"],["colorDangerItemTextHover","dangerItemHoverColor"],["colorDangerItemTextSelected","dangerItemSelectedColor"],["colorDangerItemBgActive","dangerItemActiveBg"],["colorDangerItemBgSelected","dangerItemSelectedBg"],["colorItemBg","itemBg"],["colorItemBgHover","itemHoverBg"],["colorSubItemBg","subMenuItemBg"],["colorItemBgActive","itemActiveBg"],["colorItemBgSelectedHorizontal","horizontalItemSelectedBg"],["colorActiveBarWidth","activeBarWidth"],["colorActiveBarHeight","activeBarHeight"],["colorActiveBarBorderSize","activeBarBorderWidth"],["colorItemBgSelected","itemSelectedBg"]],injectStyle:o,unitless:{groupTitleLineHeight:!0}})(e,t))(e$,eg,!o),ev=(0,d.$)(`${e$}-${C}`,U,h),ef=n.useMemo(()=>{if((0,c.Tn)(z)||O(z))return z||null;if((0,c.Tn)(r.expandIcon)||O(r.expandIcon))return r.expandIcon||null;if((0,c.Tn)(J?.expandIcon)||O(J?.expandIcon))return J?.expandIcon||null;let e=z??r?.expandIcon??J?.expandIcon;return(0,u.Ob)(e,{className:(0,d.$)(`${e$}-submenu-expand-icon`,n.isValidElement(e)?e.props?.className:void 0)})},[z,r?.expandIcon,J?.expandIcon,e$]),eI=n.useMemo(()=>({prefixCls:e$,inlineCollapsed:ea||!1,direction:Q,firstLevel:!0,theme:C,mode:el,disableMenuItemTitleTooltip:M,tooltip:R,classNames:em,styles:eu}),[e$,ea,Q,M,C,el,em,eu,R]);return n.createElement(f.h.Provider,{value:null},n.createElement(g.Provider,{value:eI},n.createElement(i.Ay,{getPopupContainer:F,overflowedIndicator:n.createElement(a.A,null),overflowedIndicatorPopupClassName:(0,d.$)(e$,`${e$}-${C}`,_),classNames:{list:em.list,listTitle:em.itemTitle},styles:{list:eu.list,listTitle:eu.itemTitle},mode:el,selectable:er,onClick:ei,...en,inlineCollapsed:ea,style:eu.root,className:ev,prefixCls:e$,direction:Q,defaultMotions:ep,expandIcon:ef,ref:t,rootClassName:(0,d.$)(W,eb,r.rootClassName,eh,eg,em.root),_internalComponents:D})))}),L=(0,n.forwardRef)((e,t)=>{let o=(0,n.useRef)(null),i=n.useContext(r);return(0,n.useImperativeHandle)(t,()=>({menu:o.current,focus:e=>{o.current?.focus(e)}})),n.createElement(P,{ref:o,...e,...i})});L.Item=v,L.SubMenu=R,L.Divider=b,L.ItemGroup=i.te;let W=L},56768:(e,t,o)=>{o.d(t,{A:()=>a});var n=o(97109),i=o(
|
|
13
|
+
${e}-submenu-rtl ${e}-vertical`]:{[`${e}-submenu-arrow`]:{"&::before":{transform:`rotate(-45deg) translateY(${(0,I.zA)(o(t).mul(-1).equal())})`},"&::after":{transform:`rotate(45deg) translateY(${(0,I.zA)(t)})`}}}}))(y),(0,x.A)(y),(0,S._j)(y,"slide-up"),(0,S._j)(y,"slide-down"),(0,B.aB)(y,"zoom-big")]},N,{deprecatedTokens:[["colorGroupTitle","groupTitleColor"],["radiusItem","itemBorderRadius"],["radiusSubMenuItem","subMenuItemBorderRadius"],["colorItemText","itemColor"],["colorItemTextHover","itemHoverColor"],["colorItemTextHoverHorizontal","horizontalItemHoverColor"],["colorItemTextSelected","itemSelectedColor"],["colorItemTextSelectedHorizontal","horizontalItemSelectedColor"],["colorItemTextDisabled","itemDisabledColor"],["colorDangerItemText","dangerItemColor"],["colorDangerItemTextHover","dangerItemHoverColor"],["colorDangerItemTextSelected","dangerItemSelectedColor"],["colorDangerItemBgActive","dangerItemActiveBg"],["colorDangerItemBgSelected","dangerItemSelectedBg"],["colorItemBg","itemBg"],["colorItemBgHover","itemHoverBg"],["colorSubItemBg","subMenuItemBg"],["colorItemBgActive","itemActiveBg"],["colorItemBgSelectedHorizontal","horizontalItemSelectedBg"],["colorActiveBarWidth","activeBarWidth"],["colorActiveBarHeight","activeBarHeight"],["colorActiveBarBorderSize","activeBarBorderWidth"],["colorItemBgSelected","itemSelectedBg"]],injectStyle:o,unitless:{groupTitleLineHeight:!0}})(e,t))(e$,eg,!o),ev=(0,d.$)(`${e$}-${C}`,U,h),ef=n.useMemo(()=>{if((0,c.Tn)(z)||O(z))return z||null;if((0,c.Tn)(r.expandIcon)||O(r.expandIcon))return r.expandIcon||null;if((0,c.Tn)(J?.expandIcon)||O(J?.expandIcon))return J?.expandIcon||null;let e=z??r?.expandIcon??J?.expandIcon;return(0,u.Ob)(e,{className:(0,d.$)(`${e$}-submenu-expand-icon`,n.isValidElement(e)?e.props?.className:void 0)})},[z,r?.expandIcon,J?.expandIcon,e$]),eI=n.useMemo(()=>({prefixCls:e$,inlineCollapsed:ea||!1,direction:Q,firstLevel:!0,theme:C,mode:el,disableMenuItemTitleTooltip:M,tooltip:R,classNames:em,styles:eu}),[e$,ea,Q,M,C,el,em,eu,R]);return n.createElement(f.h.Provider,{value:null},n.createElement(g.Provider,{value:eI},n.createElement(i.Ay,{getPopupContainer:F,overflowedIndicator:n.createElement(a.A,null),overflowedIndicatorPopupClassName:(0,d.$)(e$,`${e$}-${C}`,_),classNames:{list:em.list,listTitle:em.itemTitle},styles:{list:eu.list,listTitle:eu.itemTitle},mode:el,selectable:er,onClick:ei,...en,inlineCollapsed:ea,style:eu.root,className:ev,prefixCls:e$,direction:Q,defaultMotions:ep,expandIcon:ef,ref:t,rootClassName:(0,d.$)(W,eb,r.rootClassName,eh,eg,em.root),_internalComponents:D})))}),L=(0,n.forwardRef)((e,t)=>{let o=(0,n.useRef)(null),i=n.useContext(r);return(0,n.useImperativeHandle)(t,()=>({menu:o.current,focus:e=>{o.current?.focus(e)}})),n.createElement(P,{ref:o,...e,...i})});L.Item=v,L.SubMenu=R,L.Divider=b,L.ItemGroup=i.te;let W=L},56768:(e,t,o)=>{o.d(t,{A:()=>a});var n=o(97109),i=o(30960),l=o(88483);function r(){return(r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(l.A,r({},e,{ref:t,icon:i.A})))},64254:(e,t,o)=>{o.d(t,{A:()=>a});var n=o(97109),i=o(79662),l=o(88483);function r(){return(r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(l.A,r({},e,{ref:t,icon:i.A})))},71102:(e,t,o)=>{o.d(t,{A:()=>L});var n=o(97109),i=o(50379),l=o(52116),r=o(31566),a=o(82813),d=o(3638),s=o(36319),c=o(92162),m=o(26047),u=o(8627),p=o(82725),$=o(52690),g=o(29633),b=o(58860),h=o(74567),v=o(632),f=o(37041),I=o(11162),C=o(7709),w=o(15561),x=o(7961),S=o(86827),B=o(69811),y=o(49345),A=o(13911),z=o(21701),k=o(10540),H=o(28403);let T=(0,k.OF)("Dropdown",e=>{let{marginXXS:t,sizePopupArrow:o,paddingXXS:n,componentCls:i}=e,l=(0,H.oX)(e,{menuCls:`${i}-menu`,dropdownArrowDistance:e.calc(o).div(2).add(t).equal(),dropdownEdgeChildPadding:n});return[(e=>{let{componentCls:t,menuCls:o,zIndexPopup:n,dropdownArrowDistance:i,sizePopupArrow:l,antCls:r,iconCls:a,motionDurationMid:d,paddingBlock:s,fontSize:c,dropdownEdgeChildPadding:m,colorTextDisabled:u,fontSizeIcon:p,controlPaddingHorizontal:$,colorBgElevated:g,controlHeightLG:b}=e;return[{[t]:{position:"absolute",top:-9999,left:{_skip_check_:!0,value:-9999},zIndex:n,display:"block","&::before":{position:"absolute",insetBlock:e.calc(l).div(2).sub(i).equal(),zIndex:-9999,opacity:1e-4,content:'""'},"&-menu-vertical":{maxHeight:`calc(100vh - ${(0,w.zA)(e.calc(b).mul(2.5).equal())})`,overflowY:"auto"},[`&-trigger${r}-btn`]:{[`& > ${a}-down, & > ${r}-btn-icon > ${a}-down`]:{fontSize:p}},[`${t}-wrap`]:{position:"relative",[`${r}-btn > ${a}-down`]:{fontSize:p},[`${a}-down::before`]:{transition:`transform ${d}`}},[`${t}-wrap-open`]:{[`${a}-down::before`]:{transform:"rotate(180deg)"}},"&-hidden, &-menu-hidden, &-menu-submenu-hidden":{display:"none"},[`&${r}-slide-down-enter${r}-slide-down-enter-active${t}-placement-bottomLeft,
|
|
14
14
|
&${r}-slide-down-appear${r}-slide-down-appear-active${t}-placement-bottomLeft,
|
|
15
15
|
&${r}-slide-down-enter${r}-slide-down-enter-active${t}-placement-bottom,
|
|
16
16
|
&${r}-slide-down-appear${r}-slide-down-appear-active${t}-placement-bottom,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7223],{1611:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM304 240a40 40 0 1080 0 40 40 0 10-80 0zm0 272a40 40 0 1080 0 40 40 0 10-80 0zm0 272a40 40 0 1080 0 40 40 0 10-80 0z"}}]},name:"database",theme:"outlined"}},2256:(e,t,r)=>{r.d(t,{A:()=>a});let a=r(25341).A},4034:(e,t,r)=>{r.d(t,{L:()=>n,v:()=>c});var a=r(3638);let n=(e,t,r)=>(0,a.$)({[`${e}-status-success`]:"success"===t,[`${e}-status-warning`]:"warning"===t,[`${e}-status-error`]:"error"===t,[`${e}-status-validating`]:"validating"===t,[`${e}-has-feedback`]:r}),c=(e,t)=>t||e},11100:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M567.1 512l318.5-319.3c5-5 1.5-13.7-5.6-13.7h-90.5c-2.1 0-4.2.8-5.6 2.3l-273.3 274-90.2-90.5c12.5-22.1 19.7-47.6 19.7-74.8 0-83.9-68.1-152-152-152s-152 68.1-152 152 68.1 152 152 152c27.7 0 53.6-7.4 75.9-20.3l90 90.3-90.1 90.3A151.04 151.04 0 00288 582c-83.9 0-152 68.1-152 152s68.1 152 152 152 152-68.1 152-152c0-27.2-7.2-52.7-19.7-74.8l90.2-90.5 273.3 274c1.5 1.5 3.5 2.3 5.6 2.3H880c7.1 0 10.7-8.6 5.6-13.7L567.1 512zM288 370c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm0 444c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z"}}]},name:"scissor",theme:"outlined"}},14995:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 00-10.1 4.8c-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4A344.77 344.77 0 01655.9 829c-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 01279 755.2a342.16 342.16 0 01-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 01109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 003 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2z"}}]},name:"reload",theme:"outlined"}},15033:(e,t,r)=>{r.d(t,{A:()=>a});let a=(0,r(97109).createContext)({})},19013:(e,t,r)=>{r.d(t,{C:()=>n});var a=r(97109);let n=()=>a.useReducer(e=>e+1,0)},19135:(e,t,r)=>{r.d(t,{Ay:()=>o,Gl:()=>s,ko:()=>i,ye:()=>l});var a=r(97109),n=r(7709),c=r(26047);let l=["xxxl","xxl","xl","lg","md","sm","xs"],s=[].concat(l).reverse(),i=(e,t)=>{if(t){for(let r of l)if(e[r]&&t?.[r]!==void 0)return t[r]}},o=()=>{let[,e]=(0,n.Ay)(),t=(e=>({xs:`(max-width: ${e.screenXSMax}px)`,sm:`(min-width: ${e.screenSM}px)`,md:`(min-width: ${e.screenMD}px)`,lg:`(min-width: ${e.screenLG}px)`,xl:`(min-width: ${e.screenXL}px)`,xxl:`(min-width: ${e.screenXXL}px)`,xxxl:`(min-width: ${e.screenXXXL}px)`}))((e=>{let t=[].concat(l).reverse();return t.forEach((r,a)=>{let n=r.toUpperCase(),c=`screen${n}Min`,l=`screen${n}`;if(!(e[c]<=e[l]))throw Error(`${c}<=${l} fails : !(${e[c]}<=${e[l]})`);if(a<t.length-1){let r=`screen${n}Max`;if(!(e[l]<=e[r]))throw Error(`${l}<=${r} fails : !(${e[l]}<=${e[r]})`);let c=t[a+1].toUpperCase(),s=`screen${c}Min`;if(!(e[r]<=e[s]))throw Error(`${r}<=${s} fails : !(${e[r]}<=${e[s]})`)}}),e})(e));return a.useMemo(()=>{let e=new Map,r=-1,a={};return{responsiveMap:t,matchHandlers:{},dispatch:t=>(a=t,e.forEach(e=>{e(a)}),e.size>=1),subscribe(t){return e.size||this.register(),r+=1,e.set(r,t),t(a),r},unsubscribe(t){e.delete(t),e.size||this.unregister()},register(){Object.entries(t).forEach(([e,t])=>{let r=({matches:t})=>{this.dispatch({...a,[e]:t})},n=window.matchMedia(t);(0,c.Tn)(n.addEventListener)&&n.addEventListener("change",r),this.matchHandlers[t]={mql:n,listener:r},r(n)})},unregister(){Object.values(t).forEach(e=>{let t=this.matchHandlers[e];(0,c.Tn)(t?.mql.removeEventListener)&&t.mql.removeEventListener("change",t?.listener)}),e.clear()}}},[t])}},21247:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M482.2 508.4L331.3 389c-3-2.4-7.3-.2-7.3 3.6V478H184V184h204v128c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V144c0-15.5-12.5-28-28-28H144c-15.5 0-28 12.5-28 28v736c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v128H184V546h140v85.4c0 3.8 4.4 6 7.3 3.6l150.9-119.4a4.5 4.5 0 000-7.2zM880 116H596c-15.5 0-28 12.5-28 28v168c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V184h204v294H700v-85.4c0-3.8-4.3-6-7.3-3.6l-151 119.4a4.52 4.52 0 000 7.1l151 119.5c2.9 2.3 7.3.2 7.3-3.6V546h140v294H636V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v168c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V144c0-15.5-12.5-28-28-28z"}}]},name:"merge-cells",theme:"outlined"}},23216:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(29664),c=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let s=a.forwardRef((e,t)=>a.createElement(c.A,l({},e,{ref:t,icon:n.A})))},23830:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z"}}]},name:"folder",theme:"outlined"}},25341:(e,t,r)=>{r.d(t,{A:()=>u});var a=r(97109),n=r(3638),c=r(26047),l=r(19135),s=r(74567),i=r(59609),o=r(15033),f=r(84060);let d=(e,t)=>{let[r,n]=a.useState(()=>(0,c.Kg)(e)?e:"");return a.useEffect(()=>{(()=>{if((0,c.Kg)(e)&&n(e),(0,c.Qd)(e))for(let r=0;r<l.ye.length;r++){let a=l.ye[r];if(!t||!t[a])continue;let c=e[a];if(void 0!==c)return void n(c)}})()},[JSON.stringify(e),t]),r},u=a.forwardRef((e,t)=>{let{prefixCls:r,justify:u,align:h,className:v,style:p,children:m,gutter:g=0,wrap:$,...b}=e,{getPrefixCls:x,direction:w}=a.useContext(s.QO),A=(0,i.A)(!0,null),y=d(h,A),E=d(u,A),O=x("row",r),[H,z]=(0,f.L3)(O),V=function(e,t){let r=[void 0,void 0],a=Array.isArray(e)?e:[e,void 0],n=t||{xs:!0,sm:!0,md:!0,lg:!0,xl:!0,xxl:!0,xxxl:!0};return a.forEach((e,t)=>{if((0,c.Qd)(e))for(let a=0;a<l.ye.length;a++){let c=l.ye[a];if(n[c]&&void 0!==e[c]){r[t]=e[c];break}}else r[t]=e}),r}(g,A),j=(0,n.$)(O,{[`${O}-no-wrap`]:!1===$,[`${O}-${E}`]:E,[`${O}-${y}`]:y,[`${O}-rtl`]:"rtl"===w},v,H,z),M={};V?.[0]&&(M.marginInline=(0,c.Et)(V[0])?`${-(V[0]/2)}px`:`calc(${V[0]} / -2)`);let[N,R]=V;M.rowGap=R;let L=a.useMemo(()=>({gutter:[N,R],wrap:$}),[N,R,$]);return a.createElement(o.A.Provider,{value:L},a.createElement("div",{...b,className:j,style:{...M,...p},ref:t},m))})},26619:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(1611),c=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let s=a.forwardRef((e,t)=>a.createElement(c.A,l({},e,{ref:t,icon:n.A})))},29606:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(23830),c=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let s=a.forwardRef((e,t)=>a.createElement(c.A,l({},e,{ref:t,icon:n.A})))},29664:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M908 640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h108v96H228c-4.4 0-8 3.6-8 8v152H116c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16zm-564 76v168H176V716h168zm84-408V140h168v168H428zm420 576H680V716h168v168z"}}]},name:"apartment",theme:"outlined"}},30960:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z"}}]},name:"file",theme:"outlined"}},34084:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"}},{tag:"path",attrs:{d:"M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z"}}]},name:"clock-circle",theme:"outlined"}},35459:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(98995),c=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let s=a.forwardRef((e,t)=>a.createElement(c.A,l({},e,{ref:t,icon:n.A})))},38770:(e,t,r)=>{r.d(t,{A:()=>a});let a=r(51916).A},49484:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(11100),c=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let s=a.forwardRef((e,t)=>a.createElement(c.A,l({},e,{ref:t,icon:n.A})))},51916:(e,t,r)=>{r.d(t,{A:()=>u});var a=r(97109),n=r(3638),c=r(26047),l=r(19135),s=r(74567),i=r(10540),o=r(15033),f=r(84060);function d(e){return"auto"===e?"1 1 auto":(0,c.Et)(e)?`${e} ${e} auto`:/^\d+(\.\d+)?(px|em|rem|%)$/.test(e)?`0 0 ${e}`:e}let u=a.forwardRef((e,t)=>{let{getPrefixCls:r,direction:u}=a.useContext(s.QO),{gutter:h,wrap:v}=a.useContext(o.A),{prefixCls:p,span:m,order:g,offset:$,push:b,pull:x,className:w,children:A,flex:y,style:E,...O}=e,H=r("col",p),z=r(),[V,j]=(0,f.xV)(H),[M]=(0,i.PN)(z,"col"),N={},R={};l.Gl.forEach(t=>{let r={},a=e[t];(0,c.Et)(a)?r.span=a:(0,c.Qd)(a)&&(r=a||{}),delete O[t],R={...R,[`${H}-${t}-${r.span}`]:(0,c.R)(r.span),[`${H}-${t}-order-${r.order}`]:r.order||0===r.order,[`${H}-${t}-offset-${r.offset}`]:r.offset||0===r.offset,[`${H}-${t}-push-${r.push}`]:r.push||0===r.push,[`${H}-${t}-pull-${r.pull}`]:r.pull||0===r.pull,[`${H}-rtl`]:"rtl"===u},r.flex&&(R[`${H}-${t}-flex`]=!0,N[M(`${t}-flex`)]=d(r.flex))});let L=(0,n.$)(H,{[`${H}-${m}`]:void 0!==m,[`${H}-order-${g}`]:g,[`${H}-offset-${$}`]:$,[`${H}-push-${b}`]:b,[`${H}-pull-${x}`]:x},w,R,V,j),S={};return h?.[0]&&(S.paddingInline=(0,c.Et)(h[0])?`${h[0]/2}px`:`calc(${h[0]} / 2)`),y&&(S.flex=d(y),!1!==v||S.minWidth||(S.minWidth=0)),a.createElement("div",{...O,style:{...S,...E,...N},className:L,ref:t},A)})},53234:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM496 208H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 244a40 40 0 1080 0 40 40 0 10-80 0z"}}]},name:"hdd",theme:"outlined"}},54849:(e,t,r)=>{r.d(t,{A:()=>w});var a=r(97109),n=r(82813),c=r(52690),l=r(3638),s=r(92162),i=r(26047),o=r(74567),f=r(88762);let d=e=>{let t,{value:r,formatter:n,precision:c,decimalSeparator:l,groupSeparator:s="",prefixCls:o,className:f,style:d}=e;if((0,i.Tn)(n))t=n(r);else{let e=String(r),n=e.match(/^(-?)(\d*)(\.(\d+))?$/);if(n&&"-"!==e){let e=n[1],r=n[2]||"0",f=n[4]||"";r=r.replace(/\B(?=(\d{3})+(?!\d))/g,s),(0,i.Et)(c)&&(f=f.padEnd(c,"0").slice(0,c>0?c:0)),f&&(f=`${l}${f}`),t=[a.createElement("span",{key:"int",className:`${o}-content-value-int`},e,r),f&&a.createElement("span",{key:"decimal",className:`${o}-content-value-decimal`},f)]}else t=e}return a.createElement("span",{className:f,style:d},t)};var u=r(7961),h=r(10540),v=r(28403);let p=(0,h.OF)("Statistic",e=>(e=>{let{componentCls:t,marginXXS:r,padding:a,colorTextDescription:n,titleFontSize:c,colorTextHeading:l,contentFontSize:s,fontFamily:i}=e;return{[t]:{...(0,u.dF)(e),[`${t}-header`]:{paddingBottom:r,[`${t}-title`]:{color:n,fontSize:c}},[`${t}-skeleton`]:{paddingTop:a},[`${t}-content`]:{color:l,fontSize:s,fontFamily:i,[`${t}-content-value`]:{display:"inline-block",direction:"ltr"},[`${t}-content-prefix, ${t}-content-suffix`]:{display:"inline-block"},[`${t}-content-prefix`]:{marginInlineEnd:r},[`${t}-content-suffix`]:{marginInlineStart:r}}}}})((0,v.oX)(e,{})),e=>{let{fontSizeHeading3:t,fontSize:r}=e;return{titleFontSize:r,contentFontSize:t}}),m=a.forwardRef((e,t)=>{let{prefixCls:r,className:c,rootClassName:u,style:h,valueStyle:v,value:m=0,title:g,valueRender:$,prefix:b,suffix:x,loading:w=!1,formatter:A,precision:y,decimalSeparator:E=".",groupSeparator:O=",",onMouseEnter:H,onMouseLeave:z,styles:V,classNames:j,...M}=e,{getPrefixCls:N,direction:R,className:L,style:S,classNames:C,styles:k}=(0,o.TP)("statistic"),P=N("statistic",r),[B,T]=p(P),X={...e,decimalSeparator:E,groupSeparator:O,loading:w,value:m},I=(0,s.XT)(S),D=(0,s.XT)(h),[Q,_]=(0,s.AV)([C,j],[k,I,V,D],{props:X}),F=(0,l.$)(P,{[`${P}-rtl`]:"rtl"===R},L,c,u,Q.root,B,T),G=(0,l.$)(`${P}-header`,Q.header),q=(0,l.$)(`${P}-title`,Q.title),K=(0,l.$)(`${P}-content`,Q.content),U=(0,l.$)(`${P}-content-value`,Q.value),W=(0,l.$)(`${P}-content-prefix`,Q.prefix),J=(0,l.$)(`${P}-content-suffix`,Q.suffix),Y=a.createElement(d,{decimalSeparator:E,groupSeparator:O,prefixCls:P,formatter:A,precision:y,value:m,className:U,style:_.value}),Z=a.useRef(null);a.useImperativeHandle(t,()=>({nativeElement:Z.current}));let ee=(0,n.KE)(M,{aria:!0,data:!0});return a.createElement("div",{...ee,className:F,style:_.root,ref:Z,onMouseEnter:H,onMouseLeave:z},g&&a.createElement("div",{className:G,style:_.header},a.createElement("div",{className:q,style:_.title},g)),a.createElement(f.A,{paragraph:!1,loading:w,className:`${P}-skeleton`,active:!0},a.createElement("div",{className:K,style:{...v,..._.content}},b&&a.createElement("span",{className:W,style:_.prefix},b),(0,i.Tn)($)?$(Y):Y,x&&a.createElement("span",{className:J,style:_.suffix},x))))}),g=[["Y",31536e6],["M",2592e6],["D",864e5],["H",36e5],["m",6e4],["s",1e3],["S",1]],$=1e3/60,b=e=>{let{value:t,format:r="HH:mm:ss",onChange:l,onFinish:s,type:i,...o}=e,f="countdown"===i,[d,u]=a.useState(null),h=(0,n._q)(()=>{let e=Date.now(),r=new Date(t).getTime();u({});let a=f?r-e:e-r;return l?.(a),!f||!(r<e)||(s?.(),!1)});return a.useEffect(()=>{let e;return e=window.setInterval(()=>{h()||window.clearInterval(e)},$),()=>{window.clearInterval(e)}},[t,f]),a.useEffect(()=>{u({})},[]),a.createElement(m,{...o,value:t,valueRender:e=>(0,c.Ob)(e,{title:void 0}),formatter:(e,t)=>d?function(e,t,r){let{format:a=""}=t,n=new Date(e).getTime(),c=Date.now();return function(e,t){let r=e,a=/\[[^\]]*]/g,n=(t.match(a)||[]).map(e=>e.slice(1,-1)),c=t.replace(a,"[]"),l=g.reduce((e,[t,a])=>{if(e.includes(t)){let n=Math.floor(r/a);return r-=n*a,e.replace(RegExp(`${t}+`,"g"),e=>{let t=e.length;return n.toString().padStart(t,"0")})}return e},c),s=0;return l.replace(a,()=>{let e=n[s];return s+=1,e})}(r?Math.max(n-c,0):Math.max(c-n,0),a)}(e,{...t,format:r},f):"-"})},x=a.memo(e=>a.createElement(b,{...e,type:"countdown"}));m.Timer=b,m.Countdown=x;let w=m},56768:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(30960),c=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let s=a.forwardRef((e,t)=>a.createElement(c.A,l({},e,{ref:t,icon:n.A})))},58740:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(34084),c=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let s=a.forwardRef((e,t)=>a.createElement(c.A,l({},e,{ref:t,icon:n.A})))},59609:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(82813),c=r(19013),l=r(19135);let s=function(e=!0,t={}){let r=(0,a.useRef)(t),[,s]=(0,c.C)(),i=(0,l.Ay)();return(0,n.Nf)(()=>{let t=i.subscribe(t=>{r.current=t,e&&s()});return()=>i.unsubscribe(t)},[]),r.current}},63214:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"}}]},name:"check",theme:"outlined"}},63663:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(21247),c=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let s=a.forwardRef((e,t)=>a.createElement(c.A,l({},e,{ref:t,icon:n.A})))},84190:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(63214),c=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let s=a.forwardRef((e,t)=>a.createElement(c.A,l({},e,{ref:t,icon:n.A})))},93314:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(53234),c=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let s=a.forwardRef((e,t)=>a.createElement(c.A,l({},e,{ref:t,icon:n.A})))},98995:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M856 376H648V168c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v464c0 8.8 7.2 16 16 16h208v208c0 8.8 7.2 16 16 16h464c8.8 0 16-7.2 16-16V392c0-8.8-7.2-16-16-16zm-480 16v188H220V220h360v156H392c-8.8 0-16 7.2-16 16zm204 52v136H444V444h136zm224 360H444V648h188c8.8 0 16-7.2 16-16V444h156v360z"}}]},name:"block",theme:"outlined"}},99811:(e,t,r)=>{r.d(t,{A:()=>s});var a=r(97109),n=r(14995),c=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var a in r)Object.prototype.hasOwnProperty.call(r,a)&&(e[a]=r[a])}return e}).apply(this,arguments)}let s=a.forwardRef((e,t)=>a.createElement(c.A,l({},e,{ref:t,icon:n.A})))}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8676],{2256:(e,t,r)=>{r.d(t,{A:()=>n});let n=r(25341).A},8579:(e,t,r)=>{r.d(t,{A:()=>a});var n=r(97109),o=r(95008),i=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(i.A,l({},e,{ref:t,icon:o.A})))},10218:(e,t,r)=>{r.d(t,{A:()=>v,H:()=>p});var n=r(97109),o=r(4932),i=r(82813);let l=e=>"object"==typeof e&&null!=e&&1===e.nodeType,a=(e,t)=>(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e,c=(e,t)=>{if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){let r=getComputedStyle(e,null);return a(r.overflowY,t)||a(r.overflowX,t)||(e=>{let t=(e=>{if(!e.ownerDocument||!e.ownerDocument.defaultView)return null;try{return e.ownerDocument.defaultView.frameElement}catch(e){return null}})(e);return!!t&&(t.clientHeight<e.scrollHeight||t.clientWidth<e.scrollWidth)})(e)}return!1},s=(e,t,r,n,o,i,l,a)=>i<e&&l>t||i>e&&l<t?0:i<=e&&a<=r||l>=t&&a>=r?i-e-n:l>t&&a<r||i<e&&a>r?l-t+o:0,d=e=>{let t=e.parentElement;return null==t?e.getRootNode().host||null:t},h=(e,t)=>{var r,n,o,i;if("undefined"==typeof document)return[];let{scrollMode:a,block:h,inline:f,boundary:u,skipOverflowHiddenElements:p}=t,m="function"==typeof u?u:e=>e!==u;if(!l(e))throw TypeError("Invalid target");let v=document.scrollingElement||document.documentElement,g=[],b=e;for(;l(b)&&m(b);){if((b=d(b))===v){g.push(b);break}null!=b&&b===document.body&&c(b)&&!c(document.documentElement)||null!=b&&c(b,p)&&g.push(b)}let w=null!=(n=null==(r=window.visualViewport)?void 0:r.width)?n:innerWidth,$=null!=(i=null==(o=window.visualViewport)?void 0:o.height)?i:innerHeight,{scrollX:y,scrollY:A}=window,{height:H,width:z,top:E,right:M,bottom:x,left:O}=e.getBoundingClientRect(),{top:j,right:L,bottom:C,left:I}=(e=>{let t=window.getComputedStyle(e);return{top:parseFloat(t.scrollMarginTop)||0,right:parseFloat(t.scrollMarginRight)||0,bottom:parseFloat(t.scrollMarginBottom)||0,left:parseFloat(t.scrollMarginLeft)||0}})(e),V="start"===h||"nearest"===h?E-j:"end"===h?x+C:E+H/2-j+C,R="center"===f?O+z/2-I+L:"end"===f?M+L:O-I,N=[];for(let e=0;e<g.length;e++){let t=g[e],{height:r,width:n,top:o,right:i,bottom:l,left:d}=t.getBoundingClientRect();if("if-needed"===a&&E>=0&&O>=0&&x<=$&&M<=w&&(t===v&&!c(t)||E>=o&&x<=l&&O>=d&&M<=i))break;let u=getComputedStyle(t),p=parseInt(u.borderLeftWidth,10),m=parseInt(u.borderTopWidth,10),b=parseInt(u.borderRightWidth,10),j=parseInt(u.borderBottomWidth,10),L=0,C=0,I="offsetWidth"in t?t.offsetWidth-t.clientWidth-p-b:0,k="offsetHeight"in t?t.offsetHeight-t.clientHeight-m-j:0,S="offsetWidth"in t?0===t.offsetWidth?0:n/t.offsetWidth:0,B="offsetHeight"in t?0===t.offsetHeight?0:r/t.offsetHeight:0;if(v===t)L="start"===h?V:"end"===h?V-$:"nearest"===h?s(A,A+$,$,m,j,A+V,A+V+H,H):V-$/2,C="start"===f?R:"center"===f?R-w/2:"end"===f?R-w:s(y,y+w,w,p,b,y+R,y+R+z,z),L=Math.max(0,L+A),C=Math.max(0,C+y);else{L="start"===h?V-o-m:"end"===h?V-l+j+k:"nearest"===h?s(o,l,r,m,j+k,V,V+H,H):V-(o+r/2)+k/2,C="start"===f?R-d-p:"center"===f?R-(d+n/2)+I/2:"end"===f?R-i+b+I:s(d,i,n,p,b+I,R,R+z,z);let{scrollLeft:e,scrollTop:a}=t;L=0===B?0:Math.max(0,Math.min(a+L/B,t.scrollHeight-r/B+k)),C=0===S?0:Math.max(0,Math.min(e+C/S,t.scrollWidth-n/S+I)),V+=a-L,R+=e-C}N.push({el:t,top:L,left:C})}return N};var f=r(26047),u=r(44624);function p(e){return(0,u.$r)(e).join("_")}function m(e,t){let r=t.getFieldInstance(e),n=(0,i.rb)(r);if(n)return n;let o=(0,u.kV)((0,u.$r)(e),t.__INTERNAL__.name);if(o)return document.getElementById(o)}function v(e){let[t]=(0,o.mN)(),r=n.useRef({}),i=n.useMemo(()=>e??{...t,__INTERNAL__:{itemRef:e=>t=>{let n=p(e);t?r.current[n]=t:delete r.current[n]}},scrollToField:(e,t={})=>{let{focus:r,...n}=t,o=m(e,i);o&&(!function(e,t){if(!e.isConnected||!(e=>{let t=e;for(;t&&t.parentNode;){if(t.parentNode===document)return!0;t=t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}return!1})(e))return;let r=(e=>{let t=window.getComputedStyle(e);return{top:parseFloat(t.scrollMarginTop)||0,right:parseFloat(t.scrollMarginRight)||0,bottom:parseFloat(t.scrollMarginBottom)||0,left:parseFloat(t.scrollMarginLeft)||0}})(e);if("object"==typeof t&&"function"==typeof t.behavior)return t.behavior(h(e,t));let n="boolean"==typeof t||null==t?void 0:t.behavior;for(let{el:o,top:i,left:l}of h(e,!1===t?{block:"end",inline:"nearest"}:t===Object(t)&&0!==Object.keys(t).length?t:{block:"start",inline:"nearest"})){let e=i-r.top+r.bottom,t=l-r.left+r.right;o.scroll({top:e,left:t,behavior:n})}}(o,{scrollMode:"if-needed",block:"nearest",...n}),r&&i.focusField(e))},focusField:e=>{let t=i.getFieldInstance(e);(0,f.Tn)(t?.focus)?t.focus():m(e,i)?.focus?.()},getFieldInstance:e=>{let t=p(e);return r.current[t]}},[e,t]);return[i]}},12887:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494zM504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z"}}]},name:"file-text",theme:"outlined"}},15437:(e,t,r)=>{r.d(t,{A:()=>n});let n=e=>{let{componentCls:t,antCls:r,motionDurationMid:n,motionEaseInOut:o}=e;return{[t]:{[`${r}-motion-collapse-legacy`]:{overflow:"hidden","&-active":{transition:`${["height","opacity"].map(e=>`${e} ${n} ${o}`).join(", ")} !important`}},[`${r}-motion-collapse`]:{overflow:"hidden",transition:`${["height","opacity"].map(e=>`${e} ${n} ${o}`).join(", ")} !important`}}}}},19013:(e,t,r)=>{r.d(t,{C:()=>o});var n=r(97109);let o=()=>n.useReducer(e=>e+1,0)},19135:(e,t,r)=>{r.d(t,{Ay:()=>s,Gl:()=>a,ko:()=>c,ye:()=>l});var n=r(97109),o=r(7709),i=r(26047);let l=["xxxl","xxl","xl","lg","md","sm","xs"],a=[].concat(l).reverse(),c=(e,t)=>{if(t){for(let r of l)if(e[r]&&t?.[r]!==void 0)return t[r]}},s=()=>{let[,e]=(0,o.Ay)(),t=(e=>({xs:`(max-width: ${e.screenXSMax}px)`,sm:`(min-width: ${e.screenSM}px)`,md:`(min-width: ${e.screenMD}px)`,lg:`(min-width: ${e.screenLG}px)`,xl:`(min-width: ${e.screenXL}px)`,xxl:`(min-width: ${e.screenXXL}px)`,xxxl:`(min-width: ${e.screenXXXL}px)`}))((e=>{let t=[].concat(l).reverse();return t.forEach((r,n)=>{let o=r.toUpperCase(),i=`screen${o}Min`,l=`screen${o}`;if(!(e[i]<=e[l]))throw Error(`${i}<=${l} fails : !(${e[i]}<=${e[l]})`);if(n<t.length-1){let r=`screen${o}Max`;if(!(e[l]<=e[r]))throw Error(`${l}<=${r} fails : !(${e[l]}<=${e[r]})`);let i=t[n+1].toUpperCase(),a=`screen${i}Min`;if(!(e[r]<=e[a]))throw Error(`${r}<=${a} fails : !(${e[r]}<=${e[a]})`)}}),e})(e));return n.useMemo(()=>{let e=new Map,r=-1,n={};return{responsiveMap:t,matchHandlers:{},dispatch:t=>(n=t,e.forEach(e=>{e(n)}),e.size>=1),subscribe(t){return e.size||this.register(),r+=1,e.set(r,t),t(n),r},unsubscribe(t){e.delete(t),e.size||this.unregister()},register(){Object.entries(t).forEach(([e,t])=>{let r=({matches:t})=>{this.dispatch({...n,[e]:t})},o=window.matchMedia(t);(0,i.Tn)(o.addEventListener)&&o.addEventListener("change",r),this.matchHandlers[t]={mql:o,listener:r},r(o)})},unregister(){Object.values(t).forEach(e=>{let t=this.matchHandlers[e];(0,i.Tn)(t?.mql.removeEventListener)&&t.mql.removeEventListener("change",t?.listener)}),e.clear()}}},[t])}},20966:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M574 665.4a8.03 8.03 0 00-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8a8.03 8.03 0 00-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3L574 665.4zm258.6-474c-84.6-84.6-221.5-84.6-306 0L410.3 307.6a8.03 8.03 0 000 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204L665.3 562.6a8.03 8.03 0 000 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1zM610.1 372.3a8.03 8.03 0 00-11.3 0L372.3 598.7a8.03 8.03 0 000 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3l-39.5-39.6z"}}]},name:"link",theme:"outlined"}},25345:(e,t,r)=>{r.d(t,{A:()=>a});var n=r(97109),o=r(99729),i=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(i.A,l({},e,{ref:t,icon:o.A})))},26631:(e,t,r)=>{r.d(t,{A:()=>a});var n=r(97109),o=r(12887),i=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(i.A,l({},e,{ref:t,icon:o.A})))},38770:(e,t,r)=>{r.d(t,{A:()=>n});let n=r(51916).A},43094:(e,t,r)=>{r.d(t,{A:()=>a});var n=r(97109),o=r(72870),i=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(i.A,l({},e,{ref:t,icon:o.A})))},43979:(e,t,r)=>{r.d(t,{A:()=>a});var n=r(97109),o=r(59291),i=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(i.A,l({},e,{ref:t,icon:o.A})))},44624:(e,t,r)=>{r.d(t,{$r:()=>o,BS:()=>l,kV:()=>i});let n=["parentNode"];function o(e){return void 0===e||!1===e?[]:Array.isArray(e)?e:[e]}function i(e,t){if(!e.length)return;let r=e.join("_");return t?`${t}_${r}`:n.includes(r)?`form_item_${r}`:r}function l(e,t,r,n,o,i){let l=n;return void 0!==i?l=i:r.validating?l="validating":e.length?l="error":t.length?l="warning":(r.touched||o&&r.validated)&&(l="success"),l}},44858:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 208H676V232h212v136zm0 224H676V432h212v160zM412 432h200v160H412V432zm200-64H412V232h200v136zm-476 64h212v160H136V432zm0-200h212v136H136V232zm0 424h212v136H136V656zm276 0h200v136H412V656zm476 136H676V656h212v136z"}}]},name:"table",theme:"outlined"}},56374:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0051.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z"}},{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"}}]},name:"check-circle",theme:"outlined"}},59291:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM492 400h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zM340 368a40 40 0 1080 0 40 40 0 10-80 0zm0 144a40 40 0 1080 0 40 40 0 10-80 0zm0 144a40 40 0 1080 0 40 40 0 10-80 0z"}}]},name:"profile",theme:"outlined"}},59609:(e,t,r)=>{r.d(t,{A:()=>a});var n=r(97109),o=r(82813),i=r(19013),l=r(19135);let a=function(e=!0,t={}){let r=(0,n.useRef)(t),[,a]=(0,i.C)(),c=(0,l.Ay)();return(0,o.Nf)(()=>{let t=c.subscribe(t=>{r.current=t,e&&a()});return()=>c.unsubscribe(t)},[]),r.current}},66284:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2zM304 456a88 88 0 100-176 88 88 0 000 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z"}}]},name:"picture",theme:"outlined"}},72870:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"}}]},name:"align-left",theme:"outlined"}},75548:(e,t,r)=>{r.d(t,{A:()=>a});var n=r(97109),o=r(66284),i=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(i.A,l({},e,{ref:t,icon:o.A})))},80042:(e,t,r)=>{r.d(t,{A:()=>a});var n=r(97109),o=r(44858),i=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(i.A,l({},e,{ref:t,icon:o.A})))},84662:(e,t,r)=>{r.d(t,{A:()=>a});var n=r(97109),o=r(20966),i=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(i.A,l({},e,{ref:t,icon:o.A})))},84742:(e,t,r)=>{r.d(t,{A:()=>a});var n=r(97109),o=r(56374),i=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(i.A,l({},e,{ref:t,icon:o.A})))},85493:(e,t,r)=>{r.d(t,{A:()=>L});var n=r(97109),o=r(59188),i=r(4216),l=r(45042),a=r(97137),c=r(62188),s=r(67189),d=r(82813),h=r(3638),f=r(92162),u=r(26047),p=r(74567),m=r(15561),v=r(7961),g=r(10540);let b=(e,t,r)=>({background:e,[`${r}-icon`]:{color:t}}),w=(0,g.OF)("Alert",e=>[(e=>{let{componentCls:t,motionDurationSlow:r,marginXS:n,marginSM:o,fontSize:i,fontSizeLG:l,lineHeight:a,borderRadiusLG:c,motionEaseInOutCirc:s,withDescriptionIconSize:d,colorText:h,colorTextHeading:f,withDescriptionPadding:u,defaultPadding:p,lineWidth:g,lineType:b,colorSuccessBorder:w,colorWarningBorder:$,colorErrorBorder:y,colorInfoBorder:A}=e;return{[t]:{...(0,v.dF)(e),position:"relative",display:"flex",alignItems:"center",padding:p,wordWrap:"break-word",borderRadius:c,borderWidth:(0,m.zA)(g),borderStyle:b,[`&${t}-success`]:{borderColor:w},[`&${t}-info`]:{borderColor:A},[`&${t}-warning`]:{borderColor:$},[`&${t}-error`]:{borderColor:y},[`&${t}-filled`]:{borderColor:"transparent"},[`&${t}-rtl`]:{direction:"rtl"},[`${t}-section`]:{flex:1,minWidth:0},[`${t}-icon`]:{marginInlineEnd:n,lineHeight:0},"&-description":{display:"none",fontSize:i,lineHeight:a},"&-title":{color:f},[`&${t}-motion-leave`]:{overflow:"hidden",opacity:1,transition:["max-height","opacity","padding-top","padding-bottom","margin-bottom"].map(e=>`${e} ${r} ${s}`).join(", ")},[`&${t}-motion-leave-active`]:{maxHeight:0,marginBottom:"0 !important",paddingTop:0,paddingBottom:0,opacity:0},[`&${t}-with-description`]:{alignItems:"flex-start",padding:u,[`${t}-icon`]:{marginInlineEnd:o,fontSize:d,lineHeight:0},[`${t}-title`]:{display:"block",marginBottom:n,color:f,fontSize:l},[`${t}-description`]:{display:"block",color:h}},[`&${t}-banner`]:{marginBottom:0,border:"0 !important",borderRadius:0}}}})(e),(e=>{let{componentCls:t,colorSuccess:r,colorSuccessBg:n,colorWarning:o,colorWarningBg:i,colorError:l,colorErrorBg:a,colorInfo:c,colorInfoBg:s}=e;return{[t]:{"&-success":b(n,r,t),"&-info":b(s,c,t),"&-warning":b(i,o,t),"&-error":{...b(a,l,t),[`${t}-description > pre`]:{margin:0,padding:0}}}}})(e),(e=>{let{componentCls:t,iconCls:r,motionDurationMid:n,marginXS:o,fontSizeIcon:i,colorIcon:l,colorIconHover:a}=e;return{[t]:{[`${t}-actions`]:{marginInlineStart:o},[`${t}-close-icon`]:{marginInlineStart:o,padding:0,overflow:"hidden",fontSize:i,lineHeight:(0,m.zA)(i),backgroundColor:"transparent",border:"none",cursor:"pointer",...(0,v.K8)(e),[`${r}-close`]:{color:l,transition:`color ${n}`,"&:hover":{color:a}}},"&-close-text":{color:l,transition:`color ${n}`,"&:hover":{color:a}}}}})(e)],e=>({withDescriptionIconSize:e.fontSizeHeading3,defaultPadding:`${e.paddingContentVerticalSM}px 12px`,withDescriptionPadding:`${e.paddingMD}px ${e.paddingContentHorizontalLG}px`})),$=e=>{let{icon:t,type:r,className:l,style:s,successIcon:d,infoIcon:h,warningIcon:f,errorIcon:u}=e,p={success:d??n.createElement(o.A,null),info:h??n.createElement(c.A,null),error:u??n.createElement(i.A,null),warning:f??n.createElement(a.A,null)};return n.createElement("span",{className:l,style:s},t??p[r])},y=e=>{let{isClosable:t,prefixCls:r,closeIcon:o,handleClose:i,ariaProps:a,className:c,style:s}=e,d=!0===o||void 0===o?n.createElement(l.A,null):o;return t?n.createElement("button",{type:"button",onClick:i,className:(0,h.$)(`${r}-close-icon`,c),tabIndex:0,style:s,...a},d):null},A=n.forwardRef((e,t)=>{let{description:r,prefixCls:o,message:i,title:l,banner:a,className:c,rootClassName:m,style:v,onMouseEnter:g,onMouseLeave:b,onClick:A,afterClose:H,showIcon:z,closable:E,closeText:M,closeIcon:x,action:O,id:j,styles:L,classNames:C,...I}=e,V=l??i,[R,N]=n.useState(!1),k=n.useRef(null);n.useImperativeHandle(t,()=>({nativeElement:k.current}));let{getPrefixCls:S,direction:B,variant:W,closable:_,closeIcon:F,className:T,style:P,classNames:X,styles:D,successIcon:Q,infoIcon:G,warningIcon:K,errorIcon:q}=(0,p.TP)("alert"),U=S("alert",o),[Y,J]=w(U),{onClose:Z,afterClose:ee}=(0,u.Qd)(E)?E:{},et=t=>{N(!0),(Z??e.onClose)?.(t)},er=n.useMemo(()=>void 0!==e.type?e.type:a?"warning":"info",[e.type,a]),en=e.variant??W??"outlined",eo=n.useMemo(()=>!!(0,u.Qd)(E)&&!!E.closeIcon||!!M||("boolean"==typeof E?E:!!(!1!==x&&(0,u.R)(x))||!!_),[M,x,E,_]),ei=!!a&&void 0===z||z,el={...e,prefixCls:U,variant:en,type:er,showIcon:ei,closable:eo},ea=(0,f.XT)(P),ec=(0,f.XT)(v),[es,ed]=(0,f.AV)([X,C],[D,ea,L,ec],{props:el}),eh=(0,h.$)(U,`${U}-${er}`,`${U}-${en}`,{[`${U}-with-description`]:!!r,[`${U}-no-icon`]:!ei,[`${U}-banner`]:!!a,[`${U}-rtl`]:"rtl"===B},T,c,m,es.root,J,Y),ef=(0,d.KE)(I,{aria:!0,data:!0}),eu=n.useMemo(()=>(0,u.Qd)(E)&&E.closeIcon?E.closeIcon:M||(void 0!==x?x:(0,u.Qd)(_)&&_.closeIcon?_.closeIcon:F),[x,E,_,M,F]),ep=n.useMemo(()=>{let e=E??_;return(0,u.Qd)(e)?(0,d.KE)(e,{data:!0,aria:!0}):{}},[E,_]);return n.createElement(s.Ay,{visible:!R,motionName:`${U}-motion`,motionAppear:!1,motionEnter:!1,onLeaveStart:e=>({maxHeight:e.offsetHeight}),onLeaveEnd:ee??H},({className:t,style:o},i)=>n.createElement("div",{id:j,ref:(0,d.K4)(k,i),"data-show":!R,className:(0,h.$)(eh,t),style:{...ed.root,...o},onMouseEnter:g,onMouseLeave:b,onClick:A,role:"alert",...ef},ei?n.createElement($,{className:(0,h.$)(`${U}-icon`,es.icon),style:ed.icon,description:r,icon:e.icon,prefixCls:U,type:er,successIcon:Q,infoIcon:G,warningIcon:K,errorIcon:q}):null,n.createElement("div",{className:(0,h.$)(`${U}-section`,es.section),style:ed.section},V?n.createElement("div",{className:(0,h.$)(`${U}-title`,es.title),style:ed.title},V):null,r?n.createElement("div",{className:(0,h.$)(`${U}-description`,es.description),style:ed.description},r):null),O?n.createElement("div",{className:(0,h.$)(`${U}-actions`,es.actions),style:ed.actions},O):null,n.createElement(y,{className:es.close,style:ed.close,isClosable:eo,prefixCls:U,closeIcon:eu,handleClose:et,ariaProps:ep})))});var H=r(41113),z=r(49939),E=r(90218),M=r(13076),x=r(83784),O=r(15472);let j=function(e){function t(){var e,r,n;return(0,H.A)(this,t),r=t,n=arguments,r=(0,E.A)(r),(e=(0,x.A)(this,(0,M.A)()?Reflect.construct(r,n||[],(0,E.A)(this).constructor):r.apply(this,n))).state={error:void 0,info:{}},e}return(0,O.A)(t,e),(0,z.A)(t,[{key:"componentDidCatch",value:function(e,t){this.setState({error:e,info:t})}},{key:"render",value:function(){let{message:e,title:t,description:r,id:o,children:i}=this.props,{error:l,info:a}=this.state,c=t??e,s=a?.componentStack||null,d=(0,u.R)(c)?c:l?.toString(),h=(0,u.R)(r)?r:s;return l?n.createElement(A,{id:o,type:"error",title:d,description:n.createElement("pre",{style:{fontSize:"0.9em",overflowX:"auto"}},h)}):i}}])}(n.PureComponent);A.ErrorBoundary=j;let L=A},92123:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z"}}]},name:"up",theme:"outlined"}},95008:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z"}},{tag:"path",attrs:{d:"M355.9 534.9L354 653.8c-.1 8.9 7.1 16.2 16 16.2h.4l118-2.9c2-.1 4-.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-415.8 415a8.3 8.3 0 00-2.3 5.6zm63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1.7-46.4z"}}]},name:"form",theme:"outlined"}},96651:(e,t,r)=>{r.d(t,{A:()=>a});var n=r(97109),o=r(92123),i=r(88483);function l(){return(l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}let a=n.forwardRef((e,t)=>n.createElement(i.A,l({},e,{ref:t,icon:o.A})))},99729:(e,t)=>{t.A={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M296 250c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 144H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 458H208V148h560v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm440-88H728v-36.6c46.3-13.8 80-56.6 80-107.4 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 50.7 33.7 93.6 80 107.4V764H520c-8.8 0-16 7.2-16 16v152c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V780c0-8.8-7.2-16-16-16zM646 620c0-27.6 22.4-50 50-50s50 22.4 50 50-22.4 50-50 50-50-22.4-50-50zm180 266H566v-60h260v60z"}}]},name:"audit",theme:"outlined"}}}]);
|