@next-bricks/data-view 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.json CHANGED
@@ -40,6 +40,56 @@
40
40
  "events": [],
41
41
  "methods": []
42
42
  },
43
+ "data-view.modern-style-page-title": {
44
+ "properties": [
45
+ {
46
+ "name": "pageTitle",
47
+ "annotation": {
48
+ "type": "keyword",
49
+ "value": "string"
50
+ }
51
+ },
52
+ {
53
+ "name": "description",
54
+ "annotation": {
55
+ "type": "keyword",
56
+ "value": "string"
57
+ }
58
+ },
59
+ {
60
+ "name": "backgroundStyle",
61
+ "annotation": {
62
+ "type": "reference",
63
+ "typeName": {
64
+ "type": "identifier",
65
+ "name": "CSSProperties"
66
+ }
67
+ }
68
+ },
69
+ {
70
+ "name": "leftRoundStyle",
71
+ "annotation": {
72
+ "type": "reference",
73
+ "typeName": {
74
+ "type": "identifier",
75
+ "name": "CSSProperties"
76
+ }
77
+ }
78
+ },
79
+ {
80
+ "name": "rightRoundStyle",
81
+ "annotation": {
82
+ "type": "reference",
83
+ "typeName": {
84
+ "type": "identifier",
85
+ "name": "CSSProperties"
86
+ }
87
+ }
88
+ }
89
+ ],
90
+ "events": [],
91
+ "methods": []
92
+ },
43
93
  "data-view.modern-style-component-title": {
44
94
  "properties": [
45
95
  {
@@ -287,128 +337,6 @@
287
337
  }
288
338
  ]
289
339
  },
290
- "data-view.modern-style-page-title": {
291
- "properties": [
292
- {
293
- "name": "pageTitle",
294
- "annotation": {
295
- "type": "keyword",
296
- "value": "string"
297
- }
298
- },
299
- {
300
- "name": "description",
301
- "annotation": {
302
- "type": "keyword",
303
- "value": "string"
304
- }
305
- },
306
- {
307
- "name": "backgroundStyle",
308
- "annotation": {
309
- "type": "reference",
310
- "typeName": {
311
- "type": "identifier",
312
- "name": "CSSProperties"
313
- }
314
- }
315
- },
316
- {
317
- "name": "leftRoundStyle",
318
- "annotation": {
319
- "type": "reference",
320
- "typeName": {
321
- "type": "identifier",
322
- "name": "CSSProperties"
323
- }
324
- }
325
- },
326
- {
327
- "name": "rightRoundStyle",
328
- "annotation": {
329
- "type": "reference",
330
- "typeName": {
331
- "type": "identifier",
332
- "name": "CSSProperties"
333
- }
334
- }
335
- }
336
- ],
337
- "events": [],
338
- "methods": []
339
- },
340
- "data-view.dropdown-menu": {
341
- "properties": [
342
- {
343
- "name": "options",
344
- "annotation": {
345
- "type": "array",
346
- "elementType": {
347
- "type": "typeLiteral",
348
- "members": [
349
- {
350
- "type": "propertySignature",
351
- "key": {
352
- "type": "identifier",
353
- "name": "label"
354
- },
355
- "annotation": {
356
- "type": "keyword",
357
- "value": "string"
358
- },
359
- "computed": false
360
- },
361
- {
362
- "type": "propertySignature",
363
- "key": {
364
- "type": "identifier",
365
- "name": "value"
366
- },
367
- "annotation": {
368
- "type": "keyword",
369
- "value": "string"
370
- },
371
- "computed": false
372
- }
373
- ]
374
- }
375
- }
376
- },
377
- {
378
- "name": "value",
379
- "annotation": {
380
- "type": "keyword",
381
- "value": "string"
382
- }
383
- },
384
- {
385
- "name": "placeholder",
386
- "annotation": {
387
- "type": "keyword",
388
- "value": "string"
389
- }
390
- },
391
- {
392
- "name": "allowClear",
393
- "annotation": {
394
- "type": "keyword",
395
- "value": "boolean"
396
- }
397
- }
398
- ],
399
- "events": [
400
- {
401
- "name": "value.change",
402
- "detail": {
403
- "annotation": {
404
- "type": "keyword",
405
- "value": "string"
406
- }
407
- }
408
- }
409
- ],
410
- "methods": []
411
- },
412
340
  "data-view.battery-chart": {
413
341
  "properties": [
414
342
  {
@@ -548,6 +476,78 @@
548
476
  }
549
477
  ]
550
478
  },
479
+ "data-view.dropdown-menu": {
480
+ "properties": [
481
+ {
482
+ "name": "options",
483
+ "annotation": {
484
+ "type": "array",
485
+ "elementType": {
486
+ "type": "typeLiteral",
487
+ "members": [
488
+ {
489
+ "type": "propertySignature",
490
+ "key": {
491
+ "type": "identifier",
492
+ "name": "label"
493
+ },
494
+ "annotation": {
495
+ "type": "keyword",
496
+ "value": "string"
497
+ },
498
+ "computed": false
499
+ },
500
+ {
501
+ "type": "propertySignature",
502
+ "key": {
503
+ "type": "identifier",
504
+ "name": "value"
505
+ },
506
+ "annotation": {
507
+ "type": "keyword",
508
+ "value": "string"
509
+ },
510
+ "computed": false
511
+ }
512
+ ]
513
+ }
514
+ }
515
+ },
516
+ {
517
+ "name": "value",
518
+ "annotation": {
519
+ "type": "keyword",
520
+ "value": "string"
521
+ }
522
+ },
523
+ {
524
+ "name": "placeholder",
525
+ "annotation": {
526
+ "type": "keyword",
527
+ "value": "string"
528
+ }
529
+ },
530
+ {
531
+ "name": "allowClear",
532
+ "annotation": {
533
+ "type": "keyword",
534
+ "value": "boolean"
535
+ }
536
+ }
537
+ ],
538
+ "events": [
539
+ {
540
+ "name": "value.change",
541
+ "detail": {
542
+ "annotation": {
543
+ "type": "keyword",
544
+ "value": "string"
545
+ }
546
+ }
547
+ }
548
+ ],
549
+ "methods": []
550
+ },
551
551
  "data-view.particle-animation": {
552
552
  "properties": [
553
553
  {
@@ -853,6 +853,29 @@
853
853
  "events": [],
854
854
  "methods": []
855
855
  },
856
+ "data-view.cabinet-button": {
857
+ "properties": [
858
+ {
859
+ "name": "buttonStyle",
860
+ "annotation": {
861
+ "type": "reference",
862
+ "typeName": {
863
+ "type": "qualifiedName",
864
+ "left": {
865
+ "type": "identifier",
866
+ "name": "React"
867
+ },
868
+ "right": {
869
+ "type": "identifier",
870
+ "name": "CSSProperties"
871
+ }
872
+ }
873
+ }
874
+ }
875
+ ],
876
+ "events": [],
877
+ "methods": []
878
+ },
856
879
  "data-view.cabinet-node": {
857
880
  "properties": [
858
881
  {
@@ -913,29 +936,6 @@
913
936
  "events": [],
914
937
  "methods": []
915
938
  },
916
- "data-view.cabinet-button": {
917
- "properties": [
918
- {
919
- "name": "buttonStyle",
920
- "annotation": {
921
- "type": "reference",
922
- "typeName": {
923
- "type": "qualifiedName",
924
- "left": {
925
- "type": "identifier",
926
- "name": "React"
927
- },
928
- "right": {
929
- "type": "identifier",
930
- "name": "CSSProperties"
931
- }
932
- }
933
- }
934
- }
935
- ],
936
- "events": [],
937
- "methods": []
938
- },
939
939
  "data-view.cabinet-app-layer": {
940
940
  "properties": [
941
941
  {
@@ -1501,6 +1501,29 @@
1501
1501
  "events": [],
1502
1502
  "methods": []
1503
1503
  },
1504
+ "data-view.brick-notification": {
1505
+ "properties": [
1506
+ {
1507
+ "name": "message",
1508
+ "annotation": {
1509
+ "type": "keyword",
1510
+ "value": "string"
1511
+ }
1512
+ },
1513
+ {
1514
+ "name": "icon",
1515
+ "annotation": {
1516
+ "type": "reference",
1517
+ "typeName": {
1518
+ "type": "identifier",
1519
+ "name": "GeneralIconProps"
1520
+ }
1521
+ }
1522
+ }
1523
+ ],
1524
+ "events": [],
1525
+ "methods": []
1526
+ },
1504
1527
  "data-view.title-text": {
1505
1528
  "properties": [
1506
1529
  {
@@ -1598,29 +1621,6 @@
1598
1621
  }
1599
1622
  ]
1600
1623
  },
1601
- "data-view.brick-notification": {
1602
- "properties": [
1603
- {
1604
- "name": "message",
1605
- "annotation": {
1606
- "type": "keyword",
1607
- "value": "string"
1608
- }
1609
- },
1610
- {
1611
- "name": "icon",
1612
- "annotation": {
1613
- "type": "reference",
1614
- "typeName": {
1615
- "type": "identifier",
1616
- "name": "GeneralIconProps"
1617
- }
1618
- }
1619
- }
1620
- ],
1621
- "events": [],
1622
- "methods": []
1623
- },
1624
1624
  "data-view.tabs-page-title": {
1625
1625
  "properties": [
1626
1626
  {
@@ -1837,11 +1837,6 @@
1837
1837
  "events": [],
1838
1838
  "methods": []
1839
1839
  },
1840
- "data-view.tech-mesh-base-view": {
1841
- "properties": [],
1842
- "events": [],
1843
- "methods": []
1844
- },
1845
1840
  "data-view.simple-card-item": {
1846
1841
  "properties": [
1847
1842
  {
@@ -1984,6 +1979,11 @@
1984
1979
  }
1985
1980
  ]
1986
1981
  },
1982
+ "data-view.tech-mesh-base-view": {
1983
+ "properties": [],
1984
+ "events": [],
1985
+ "methods": []
1986
+ },
1987
1987
  "data-view.basic-index-group": {
1988
1988
  "properties": [
1989
1989
  {
@@ -2134,7 +2134,7 @@
2134
2134
  }
2135
2135
  ]
2136
2136
  },
2137
- "data-view.data-display-flipper": {
2137
+ "data-view.data-display-flipper-fifth": {
2138
2138
  "properties": [
2139
2139
  {
2140
2140
  "name": "flipperTitle",
@@ -2196,19 +2196,12 @@
2196
2196
  "type": "keyword",
2197
2197
  "value": "boolean"
2198
2198
  }
2199
- },
2200
- {
2201
- "name": "separator",
2202
- "annotation": {
2203
- "type": "keyword",
2204
- "value": "string"
2205
- }
2206
2199
  }
2207
2200
  ],
2208
2201
  "events": [],
2209
2202
  "methods": []
2210
2203
  },
2211
- "data-view.data-display-flipper-fifth": {
2204
+ "data-view.data-display-flipper": {
2212
2205
  "properties": [
2213
2206
  {
2214
2207
  "name": "flipperTitle",
@@ -2270,6 +2263,13 @@
2270
2263
  "type": "keyword",
2271
2264
  "value": "boolean"
2272
2265
  }
2266
+ },
2267
+ {
2268
+ "name": "separator",
2269
+ "annotation": {
2270
+ "type": "keyword",
2271
+ "value": "string"
2272
+ }
2273
2273
  }
2274
2274
  ],
2275
2275
  "events": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/data-view",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "peerDependencies": {
41
41
  "@next-bricks/icons": "*"
42
42
  },
43
- "gitHead": "81df7c9878fd64cddee1f39ee733ec4d6aaffb39"
43
+ "gitHead": "a1438d875f219265d6557d01a0e5c02c7640efc8"
44
44
  }
@@ -1,2 +0,0 @@
1
- "use strict";(self.webpackChunk_next_bricks_data_view=self.webpackChunk_next_bricks_data_view||[]).push([[1493],{5562:(e,t,r)=>{r.d(t,{S:()=>M});var n=r(9575),a=r(8769),o=r.n(a),i=r(2445),l=r(5062),c=r(3488),s=r(7807),d=r(7558),u=r(9740),p=(r(1440),r(6041),r(4392),(e,t,r)=>{var n=(new l.Pq0).subVectors(t,e),a=n.length(),o=document.createElement("data-view.app-wall-relation-line");o.style.height="".concat(a,"px"),o.classList.add("relation-line"),o.lightColor=r;var i=new c.on(o),s=(new l.Pq0).lerpVectors(e,t,.5);i.position.copy(s);var d=(new l.PTz).setFromUnitVectors(new l.Pq0(0,1,0).normalize(),n.clone().normalize());return i.setRotationFromQuaternion(d),i}),h=(e,t)=>{var r=new l.Pq0(e[0],e[1],e[2]),n=new l.Pq0(t[0],t[1],t[2]);return{centerVector:(new l.Pq0).lerpVectors(r,n,.5),subVector:(new l.Pq0).subVectors(r,n)}},g=e=>{var{BW:t,TW:r,d:n,TH:a,BH:o,isLeft:i}=e,s=Math.sqrt(Math.pow(r/2-t/2,2)+Math.pow(n,2)),d=document.createElement("div");d.style.cssText="\n width: ".concat(s,"px;\n height:").concat(a,"px;\n position: relative;\n clip-path: polygon(0 0, ").concat(s,"px ").concat(a/2-o/2,"px, ").concat(s,"px ").concat(a/2-o/2+o,"px, 0 ").concat(a,"px);\n ");var u=document.createElement("div");u.className="trapezoidalLeftOrRightAnimation",d.appendChild(u);var p=i?[-t/2,0,0]:[t/2,0,0],g=i?[-r/2,0,n]:[r/2,0,n],b=new c.on(d),{centerVector:m,subVector:v}=h(p,g);b.position.copy(m);var x=(new l.PTz).setFromUnitVectors(new l.Pq0(1,0,0).normalize(),v.clone().normalize());return b.setRotationFromQuaternion(x),b},b=e=>{var{BW:t,TW:r,d:n,TH:a,BH:o,isTop:i}=e,s=Math.sqrt(Math.pow(a/2-o/2,2)+Math.pow(n,2)),d=document.createElement("div");d.style.cssText="\n width: ".concat(r,"px;\n height:").concat(s,"px;\n position: relative;\n clip-path: polygon(0 0, ").concat(r,"px 0, ").concat(r/2-t/2+t,"px ").concat(s,"px, ").concat(r/2-t/2,"px ").concat(s,"px);\n ");var u=document.createElement("div");u.className="trapezoidalTopOrBottomAnimation",d.appendChild(u);var p=new c.on(d),g=i?[0,-o/2,0]:[0,o/2,0],b=i?[0,-a/2,n]:[0,a/2,n],{centerVector:m,subVector:v}=h(g,b);p.position.copy(m);var x=(new l.PTz).setFromUnitVectors(new l.Pq0(0,-1,0).normalize(),v.clone().normalize());return p.setRotationFromQuaternion(x),p},m=e=>{var{objectData:t,leftBtnName:r,clusters:n,columns:a,leftOnClick:o,rightBtnName:i,rightOnClick:l,appName:s}=e,d=600,u=document.createElement("div"),p=new c.on(u);p.position.set(...t.point);var h=t.width,m=t.height,v=1500,x=1200,f=document.createElement("div");f.style.cssText="\n width: ".concat(h,"px;\n height: ").concat(m,"px;\n box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.45);\n border: 1px solid rgba(118,255,255,0.58);\n padding: 16px;\n ");var w=new c.on(f);w.position.z=0,p.add(w);var y=document.createElement("div");y.style.cssText="\n width: ".concat(v,"px;\n height:").concat(x,"px;\n background: linear-gradient(rgb(13, 54, 179,0.6) 0%, rgb(74, 108, 156,0.6) 100%);\n box-sizing: border-box;\n padding: 16px;\n ");var k=document.createElement("data-view.cabinet-thumbnail");k.clusters=null!=n?n:[],k.columns=null!=a?a:4,k.appName=s,y.className="visibilityAnimate",y.appendChild(k);var z=new c.on(y);z.position.set(0,0,d);var T=g({BW:h,TW:v,BH:m,TH:x,d,isLeft:!0}),C=g({BW:h,TW:v,BH:m,TH:x,d,isLeft:!1}),S=b({BW:h,TW:v,BH:m,TH:x,d,isTop:!0}),E=b({BW:h,TW:v,BH:m,TH:x,d,isTop:!1});if(p.add(T,C,E,S),r){var I=document.createElement("div");I.style.cssText="\n color: #6BE0FA;\n font-size: 28px;\n font-weight: 500;\n width: ".concat(750,"px;\n line-height: 16px;\n "),I.className="visibilityAnimate";var P=document.createElement("span");P.style.cursor="pointer",P.innerText=r,I.appendChild(P);var R=new c.on(I);R.position.set(-365,-600,14),R.rotateX(Math.PI/2),z.add(R),P.onpointerdown=o}if(i){var B=document.createElement("div");B.style.cssText="\n color: #FFFFFF;\n font-size: 30px;\n font-weight: 500;\n width: ".concat(750,"px;\n text-shadow: 0px 1px 4px #3366FF;\n text-align: right;\n "),B.className="visibilityAnimate";var _=document.createElement("span");_.style.cursor="pointer",_.innerText=i,B.appendChild(_);var M=new c.on(B);M.position.set(365,-600,14),M.rotateX(Math.PI/2),z.add(M),_.onpointerdown=l}return p.add(z),p},v=(e,t,r)=>{if(null==e||!e.length)return[];var n=e.map((e=>(0,u.A)((0,u.A)({},e),{},{x:0,y:0})));if(n.length===t*r)n=n.map(((e,r)=>(0,u.A)((0,u.A)({},e),{},{x:r%t+1,y:parseInt("".concat(r/t))+1})));else{for(var a=t*(r-1),o=n.length-a,i=0;i<a;i++){var l=n[i];l.x=i%t+1,l.y=parseInt("".concat(i/t))+1}for(var c=0;c<o/2;c++){var s=n[c+a],d=n[n.length-1-c];s.x=c+1,s.y=r,s!==d&&(d.x=t-c,d.y=r)}}return n},x=(e,t,r,n)=>{var a=new l.B69;return a.position.x=e.x*t.outerWidth-(r/2+.5)*t.outerWidth,a.position.y=-e.y*t.outerHeight+(n/2+.5)*t.outerHeight,a},f=(e,t,r,n,a,o)=>{var i=new l.B69,c=new l.Pq0,s=((e,t,r,n,a)=>{var o={x:0,y:0,z:0},i=parseInt("".concat(r*t.outerWidth*180))/(a*Math.PI),l=r/2+.5;return o.x=i*Math.sin(Math.PI/(180/((e.x-l)*(a/r)))),o.y=-e.y*t.outerHeight+(n/2+.5)*t.outerHeight,o.z=i-Math.sqrt(i*i-o.x*o.x),o})(e,t,r,n,a);return i.position.x=s.x,i.position.y=s.y,i.position.z=s.z,c.x=0,c.y=i.position.y,c.z=o,i.lookAt(c),i},w=(e,t,r,n)=>{var a=t.height+2*t.margin,o=(t.width+2*t.margin)/e.aspect,i=.5*Math.max(o,a)/Math.tan(e.fov*Math.PI/360)+t.z,l=0;return r.forEach((function(e){n>=Math.min.apply(null,e.numRange)&&n<=Math.max.apply(null,e.numRange)&&(l=e.distance)})),Math.max(l,i)},y=(e,t)=>{var r=[],n=e.userData;return Array.isArray(t)&&t.length&&t.forEach((function(e){n.key!==e.source&&n.key!==e.target||r.push(e)})),r},k=(e,t)=>{var r=t.toUpperCase(),n=e.composedPath().find((e=>null==e?void 0:e.shadowRoot));if((null==n?void 0:n.tagName)===r)return n;var a=document.elementFromPoint(e.clientX,e.clientY),o=null==a?void 0:a.shadowRoot.elementFromPoint(e.clientX,e.clientY);return(null==o?void 0:o.tagName)===r?o:null},z=r(9938),T=r(3373),C=r.n(T),S=[{numRange:[0,40],distance:3e3},{numRange:[40,60],distance:2200},{numRange:[60,80],distance:2700},{numRange:[80,120],distance:3200},{numRange:[120,160],distance:3400},{numRange:[160,300],distance:3600}],E=45,I=100,P=300,R=500,B=(e,t,r,n)=>{var a=Math.ceil(Math.sqrt(e*t.outerHeight/(n*t.outerWidth))),o=Math.ceil(e/a),i=parseInt("".concat(a*t.outerWidth*180))/(I*Math.PI);return{maxX:a,maxY:o,radius:i,bounds:{width:2*i*Math.sin(Math.PI*(I/2)/180)+t.outerWidth,height:o*t.outerHeight,margin:r,z:i-i*Math.cos(Math.PI*(I/2)/180)}}},_=(0,z.wrapBrick)("data-view.app-wall-system-card");function M(e){var{relations:t,onSystemCardButtonClick:r,useDblclick:u,useDistanceConfig:h,handleCardDbClick:g,rightBtnOnClick:b,leftBtnOnClick:z,cardBrickName:T,cardSize:M,disabledDefaultClickEvent:A,handleCardClick:D,containerId:F,noRotate:L,boundMargin:W,useSystemPopover:K}=e,[N,H]=(0,a.useState)(null),O=(0,a.useRef)(),q=(0,a.useRef)(),V=(0,a.useRef)(),j=(0,a.useRef)(),G=(0,a.useRef)(),Y=(0,a.useRef)(),X=(0,a.useRef)(),U=(0,a.useRef)(),Q=(0,a.useRef)(),Z=(0,a.useRef)(),J=(0,a.useRef)(),$=(0,a.useRef)({table:[],curve:[]}),ee=(0,a.useRef)([]),te=(0,a.useRef)([]),re=(0,a.useRef)(1),ne=(0,a.useRef)(5e3),ae=(0,a.useRef)({maxX:0,maxY:0,radius:0,bounds:{width:0,height:0,margin:W,z:0}}),oe=(0,a.useRef)({element:null,mouseoverTimer:null,mouseoutTimer:null,clickTimer:null,dblClickTimer:null,isShowGraph3D:!1,isShowAppInfo:!1,isShowRelations:!1,enable:!0}),ie=(0,a.useCallback)((()=>{X.current.render(U.current,Q.current),Z.current.maxDistance=ne.current+R,Z.current.handleResize()}),[]),le=e=>{var t;if(null===(t=oe.current)||void 0===t||!t.element)return null==e?void 0:e();var{__objectCSS:r,__curve:n,__userData:a}=oe.current.element;new d.K(r.rotation).to({x:n.rotation.x,y:n.rotation.y,z:n.rotation.z},100).start(),new d.K(r.scale).to({x:1,y:1,z:1},100).start(),new d.K(r.position).to({x:n.position.x,y:n.position.y,z:n.position.z},100).onUpdate(ie).onStart((()=>{var e;"data-view.app-wall-card-item"===T&&r.element.classList.remove("status-".concat(a.status||"normal","-card")),null===(e=ee.current)||void 0===e||e.forEach((e=>{e.element.style.opacity="1"})),te.current.forEach((e=>{U.current.remove(e)})),te.current=[],ie()})).onComplete((()=>{var t;oe.current.isShowRelations=!1,null==e||e(null===(t=oe.current)||void 0===t?void 0:t.element)})).start()},ce=(e,t)=>{oe.current.enable=!1;for(var r=0;r<ee.current.length;r++){var n=ee.current[r],a=e[r];new d.K(n.position).to({x:a.position.x,y:a.position.y,z:a.position.z},l.cj9.randFloat(t,2*t)).easing(d.GS.Exponential.InOut).start(),new d.K(n.rotation).to({x:a.rotation.x,y:a.rotation.y,z:a.rotation.z},l.cj9.randFloat(t,2*t)).easing(d.GS.Exponential.InOut).start()}new d.K({}).to({},2*t).onUpdate(ie).start().onComplete((()=>{oe.current.enable=!0}))},se=e=>{Z.current.reset();var t=oe.current.element.__objectCSS,r=oe.current.element.__curve;oe.current.enable=!1,oe.current.isShowAppInfo=!0;var n,a={x:r.position.x>0?2*-M.width:2*M.width,y:0,z:(Q.current.position.z-500)/1.5},o={x:0,y:0,z:Q.current.position.z-500},i={x:0,y:r.rotation.y>0?90*-Math.PI/180:90*Math.PI/180,z:0},l={x:0,y:r.rotation.y>0?180*-Math.PI/180:180*Math.PI/180,z:0},c=new d.K(t.position),s=new d.K(t.rotation),u=new d.K(t.position),p=new d.K(t.rotation);e?(c.to(a,500).easing().onComplete((()=>{G.current.hidden=!0,oe.current.element.style.opacity="1"})),s.to(i,500).easing(),u.to({x:r.position.x,y:r.position.y,z:r.position.z},700).easing(),p.to({x:r.rotation.x,y:r.rotation.y,z:r.rotation.z},700).easing().onComplete((()=>{var e;null===(e=ee.current)||void 0===e||e.forEach((e=>{e.element.style.opacity="1"}))}))):(null===(n=ee.current)||void 0===n||n.forEach((e=>{t!=e&&(e.element.style.opacity="0.2")})),c.to(a,700).easing().onStart((()=>{j.current.hidden=!1,G.current.hidden=!0})),s.to(i,700).easing(),u.to(o,500).easing().onStart((function(){oe.current.element.style.opacity="0",G.current.style.transition="transition: all .3s ease",G.current.hidden=!1})),p.to(l,500).easing()),c.chain(u).start(),s.chain(p).start(),new d.K({}).to({},1400).onUpdate((()=>{if(ie(),Math.abs(t.rotation.y)>=Math.PI/2){var e=oe.current.element.getBoundingClientRect(),r=1.35,n=e.width*r,a=e.height*r;G.current.style.width="".concat(n,"px"),G.current.style.height="".concat(a,"px"),G.current.style.top="".concat(e.top-(r-1)*a/2,"px"),G.current.style.left="".concat(e.left-(r-1)*n/2,"px")}})).start().onComplete((function(){oe.current.enable=!0,oe.current.isShowAppInfo=!e,j.current.hidden=e}))};return(0,a.useEffect)((()=>{var e;(()=>{var e,t=null===(e=document.getElementById(F))||void 0===e?void 0:e.getBoundingClientRect(),r=(null==t?void 0:t.width)||window.innerWidth,n=(null==t?void 0:t.height)||window.innerHeight,a=r/n,o=new l.Z58,i=new l.ubm(E,a,.1,1e4),d=new c.a0;d.setSize(r,n),q.current.replaceChildren(d.domElement);var u=new s.V(i,d.domElement);u.rotateSpeed=.5,u.minDistance=500,u.maxDistance=1e4,u.noRotate=L,U.current=o,Q.current=i,Z.current=u,X.current=d})();var t=()=>{e=requestAnimationFrame(t),d.Ay.update(),Z.current.update()};t();var r=F?document.getElementById(F):document.body,n=new ResizeObserver((0,i.debounce)((()=>{var{width:e,height:t}=r.getBoundingClientRect();Q.current.aspect=e/t,Q.current.updateProjectionMatrix(),X.current.setSize(e,t),ie()}),300));return Z.current.addEventListener("change",ie),n.observe(r),()=>{n.disconnect(),Z.current.removeEventListener("change",ie),Z.current.dispose(),d.Ay.removeAll(),Q.current.clear(),U.current.clear(),cancelAnimationFrame(e)}}),[]),(0,a.useEffect)((()=>{var t,r=(null===(t=e.dataSource)||void 0===t?void 0:t.length)||0;r>0&&((e=>{ae.current=B(e,M,W,1/Q.current.aspect)})(r),ne.current=w(Q.current,ae.current.bounds,h?S:[],r),Q.current.position.z=ne.current,Q.current.updateProjectionMatrix(),Z.current.position0.copy(Q.current.position),v(e.dataSource,ae.current.maxX,ae.current.maxY).forEach((e=>{var t,r,n,a,o,i,l,s=document.createElement(T);s.status=e.status,s.cardTitle=null===(t=e.cardItemProps)||void 0===t?void 0:t.cardTitle,s.description=null===(r=e.cardItemProps)||void 0===r?void 0:r.description,s.background=null===(n=e.cardItemProps)||void 0===n?void 0:n.background,s.color=null===(a=e.cardItemProps)||void 0===a?void 0:a.color,s.titleStyle=null===(o=e.cardItemProps)||void 0===o?void 0:o.titleStyle,s.desStyle=null===(i=e.cardItemProps)||void 0===i?void 0:i.desStyle,s.descriptionList=null===(l=e.cardItemProps)||void 0===l?void 0:l.descriptionList;var d="status-".concat((null==e?void 0:e.status)||"normal");s.className="card-item-container ".concat(d),s.style.width="".concat(M.width,"px"),s.style.height="".concat(M.height,"px"),s.classList.add("card-item-wrap");var u=new c.on(s);u.position.set(4e3*Math.random()-2e3,4e3*Math.random()-2e3,4e3*Math.random()-2e3),U.current.add(u),ee.current.push(u);var p=x(e,M,ae.current.maxX,ae.current.maxY);$.current.table.push(p);var h=f(e,M,ae.current.maxX,ae.current.maxY,I,ae.current.radius);$.current.curve.push(h),u.userData=e,s.__objectCSS=u,s.__userData=e,s.__curve=h})),ce($.current.curve,1e3));return()=>{Z.current.reset(),d.Ay.removeAll(),ee.current.map((e=>{U.current.remove(e)})),ee.current=[],$.current={table:[],curve:[]},oe.current={element:null,mouseoverTimer:null,mouseoutTimer:null,clickTimer:null,dblClickTimer:null,enable:!0,isShowAppInfo:!1,isShowGraph3D:!1,isShowRelations:!1}}}),[e.dataSource,h]),(0,a.useEffect)((()=>{if(K){var e=document.createElement("monitoring.sys-popover");e.style.position="absolute",e.style.display="none",Y.current=e,document.querySelector("#main-mount-point").appendChild(e)}}),[K]),(0,a.useEffect)((()=>{var e=O.current,r=e=>{if(clearTimeout(oe.current.mouseoverTimer),oe.current.isShowAppInfo||oe.current.isShowGraph3D||!oe.current.enable)return!1;var r=k(e,T);if(K){var n,a,o=(null===(n=Y.current)||void 0===n?void 0:n.instanceId)!=(null==r||null===(a=r.__userData)||void 0===a||null===(a=a.data)||void 0===a?void 0:a.instanceId);r&&o||(Y.current.style.display="none",Y.current.loading=!0)}oe.current.mouseoverTimer=window.setTimeout((()=>{le((()=>{r&&!oe.current.isShowAppInfo&&(e=>{var{__objectCSS:r,__userData:n}=e,a=r.rotation.y,o=r.element.getBoundingClientRect(),i={x:r.position.x+50*Math.sin(a),y:r.position.y+15,z:r.position.z+100*Math.cos(a)},l=o.width>=M.width?re.current:Math.min(M.width/o.width,M.height/o.height);oe.current.isShowRelations=!0,new d.K(r.rotation).onStart((()=>{"data-view.app-wall-card-item"===T&&r.element.classList.add("status-".concat(n.status||"normal","-card"))})).start(),new d.K(r.scale).to({x:l,y:l,z:l},100).start(),new d.K(r.position).to(i,100).onUpdate(ie).onComplete((function(){var n,a,o,i,l,c,s,d;if(l=y(n=r,t),c=n.userData,null==l||l.forEach((e=>{e.source===c.key?(i=ee.current.find((t=>t.userData.key===e.target)),o=i&&p(n.position,i.position,"blue")):(i=ee.current.find((t=>t.userData.key===e.source)),o=i&&p(i.position,n.position,"purple")),o&&(te.current.push(o),U.current.add(o))})),null===(a=ee.current)||void 0===a||a.forEach((e=>{n!=e&&l.every((t=>t.source!=e.userData.key&&t.target!=e.userData.key))&&(e.element.style.opacity="0.2")})),ie(),oe.current.element=e,K&&(null===(s=Y.current)||void 0===s?void 0:s.instanceId)!=(null==e||null===(d=e.__userData)||void 0===d||null===(d=d.data)||void 0===d?void 0:d.instanceId)){var u;Y.current.loading=!0;var h=e.getBoundingClientRect(),g=h.left+h.width/2,b=h.top+h.height/2;Y.current.instanceId=null==e||null===(u=e.__userData)||void 0===u||null===(u=u.data)||void 0===u?void 0:u.instanceId,Y.current.style.left="".concat(g,"px"),Y.current.style.top="".concat(b,"px"),Y.current.style.display="block"}})).start()})(r),clearTimeout(oe.current.mouseoverTimer)}))}),300)},n=e=>{if(oe.current.isShowAppInfo||oe.current.isShowGraph3D||!oe.current.enable)return!1;var t=k(e,T);if(K){var r,n=Y.current.instanceId!=(null==t||null===(r=t.__userData)||void 0===r||null===(r=r.data)||void 0===r?void 0:r.instanceId);t&&n||(Y.current.style.display="none",Y.current.loading=!0)}},a=e=>{if(clearTimeout(oe.current.clickTimer),clearTimeout(oe.current.mouseoverTimer),oe.current.isShowAppInfo||oe.current.isShowGraph3D||!oe.current.enable)return!1;var t=k(e,T);oe.current.clickTimer=window.setTimeout((function(){clearTimeout(oe.current.mouseoverTimer),le((()=>{t&&(clearTimeout(oe.current.clickTimer),clearTimeout(oe.current.mouseoverTimer),e.stopPropagation(),oe.current.element=t,A?null==D||D(t.__userData):(H(t.__userData),se(!1)))}))}),200)},o=e=>{if(clearTimeout(oe.current.clickTimer),clearTimeout(oe.current.mouseoverTimer),clearTimeout(oe.current.dblClickTimer),oe.current.isShowAppInfo||oe.current.isShowGraph3D||!oe.current.enable)return!1;var t=k(e,T),{__userData:r,__objectCSS:n}=t;oe.current.isShowGraph3D=!0,oe.current.dblClickTimer=window.setTimeout((function(){le((()=>{var e;if(u||(null===(e=r.trapezoidalProps)||void 0===e||null===(e=e.clusters)||void 0===e?void 0:e.length)<1)g(r),oe.current.isShowGraph3D=!1;else if(t){clearTimeout(oe.current.mouseoverTimer),clearTimeout(oe.current.clickTimer),q.current.classList.add("mask-container"),Z.current.reset();var a={x:n.position.x,y:860+M.height*(ae.current.maxY-r.y)},o=new d.K(Q.current.position),i=new d.K({opacity:0,scale:0,borderLeftWidth:0,borderRightWidth:0,borderTopWidth:0,borderBottomWidth:0}),l=new d.K({z:0}),c=new d.K(Q.current.position),s=new d.K(Z.current.target),p=new d.K({blur:12,spread:0});ce($.current.table,600),o.to({x:0,y:-3600,z:1600},1e3).chain(p,i,l),i.to({opacity:1},700).onStart((()=>{var e,t,a,o,i,l=m({objectData:{width:M.width,height:M.height,point:[n.position.x,n.position.y,n.position.z]},clusters:null===(e=r.trapezoidalProps)||void 0===e?void 0:e.clusters,columns:null===(t=r.trapezoidalProps)||void 0===t?void 0:t.columns,appName:null===(a=r.trapezoidalProps)||void 0===a?void 0:a.appName,leftBtnName:null===(o=r.trapezoidalProps)||void 0===o?void 0:o.leftBtnName,rightBtnName:null===(i=r.trapezoidalProps)||void 0===i?void 0:i.rightBtnName,rightOnClick:()=>b(r),leftOnClick:()=>z(r)});J.current=l,U.current.add(l)})),l.to({z:P},1e3).delay(230).chain(c,s),c.to({x:a.x,y:-3600+a.y},1e3),s.to({x:a.x,y:a.y},1e3).onComplete((function(){V.current.style.visibility="visible"})),o.start()}}))}),200)};return e.addEventListener("dblclick",o),e.addEventListener("click",a),e.addEventListener("mouseover",r),e.addEventListener("mouseout",n),()=>{e.removeEventListener("mouseover",r),e.removeEventListener("mouseout",n),e.removeEventListener("click",a),e.removeEventListener("dblclick",o)}}),[A,D]),o().createElement("div",{className:"appwall-container",ref:O},o().createElement("div",{className:"appwall",ref:q}),o().createElement("div",{className:"mask",ref:j,onClick:()=>{oe.current.enable&&se(!0)},hidden:!0},o().createElement(_,(0,n.A)({},null==N?void 0:N.systemCardProps,{onClick:e=>e.stopPropagation(),handleClick:()=>r(N),ref:G,className:C()({infoWrapper:"normal"===(null==N?void 0:N.status),warningWrapper:"warning"===(null==N?void 0:N.status)})}))),o().createElement("div",{className:"closeBtn",ref:V,onClick:()=>{(()=>{d.Ay.removeAll();var e=new d.K({z:0}),t=new d.K({opacity:1}),r=new d.K(Q.current.position),n=new d.K(Z.current.target),a=new d.K({blur:1500,spread:100});e.to({z:P},1e3).chain(r,n,a),t.to({opacity:0},1e3).onStart((()=>{U.current.remove(J.current),V.current.style.visibility="hidden"})).delay(300),r.to(Z.current.position0,1e3).onComplete((function(){Z.current.reset(),q.current.classList.remove("mask-container"),ce($.current.curve,600),oe.current.isShowGraph3D=!1})),n.to({x:0,y:0,z:0},1e3),a.to({blur:0,spread:0},1e3),e.start(),t.start()})()}}))}},2960:(e,t,r)=>{r.d(t,{A:()=>l});var n=r(6758),a=r.n(n),o=r(935),i=r.n(o)()(a());i.push([e.id,':host{display:block;width:100%;height:100%}:host([hidden]){display:none}*,\n*::before,\n*::after{box-sizing:border-box}.mask-container{position:absolute;top:0;left:0;width:100%;height:100%;background:#0c1216;z-index:1000}.appwall-container{padding:8px}.appwall{position:relative}.appwall.loading .card-item{pointer-events:none!important}.mask{position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:center}.mask[hidden]{display:none}.infoWrapper{position:absolute;background:var(--color-fill-bg-base-4);box-shadow:0 0 12px 2px rgba(80,255,255,0.45),inset 0 0 22px 0 #20242a;border:2px solid #50ffff;overflow:hidden}.warningWrapper{position:absolute;background:linear-gradient(180deg,#cc0066 0%,rgba(204,0,102,0.2) 100%),#0f1117ff;box-shadow:0 0 12px 2px rgba(204,0,102,0.4),inset 0 4px 10px 0 rgba(255,255,255,0.65);overflow:hidden}.relation-line{pointer-events:none!important}.closeBtn{visibility:hidden;position:fixed;top:50px;right:50px;width:46px;height:46px;text-align:center;border:1px solid;color:rgb(138 189 255/84%);font-size:20px;line-height:46px;cursor:pointer;background:rgba(138,189,255,0.13);border-image:linear-gradient(135deg,rgba(255,255,255,0.5),rgba(255,255,255,0),rgba(255,255,255,0.33)) 1 1;display:flex;justify-content:center;align-items:center;z-index:1000}.closeBtn:before,\n.closeBtn:after{content:"";width:2px;height:20px;background:linear-gradient(180deg,#3467ff 0%,#98cbff 100%);position:absolute}.closeBtn:before{transform:rotateZ(45deg)}.closeBtn:after{transform:rotateZ(-45deg)}.closeBtn:hover:after,\n.closeBtn:hover:before{background:var(--color-normal-text)}.visibilityAnimate{visibility:hidden;animation:visibility 0.5s both 1s}.trapezoidalLeftOrRightAnimation,\n.trapezoidalTopOrBottomAnimation{background:linear-gradient(180deg,rgba(51,102,255,0.4) 0%,#99ccff 100%);opacity:0.2;position:absolute}.trapezoidalTopOrBottomAnimation{bottom:0;width:100%;left:0;animation:animateTop 1s both}.trapezoidalLeftOrRightAnimation{top:0;right:0;height:100%;animation:animateLeft 1s both}@keyframes animateTop{0%{height:0}100%{height:100%}}@keyframes animateLeft{0%{width:0}100%{width:100%}}@keyframes visibility{0%{visibility:hidden}100%{visibility:visible}}.card-item-container{transition:opacity 0.5s}.status-normal-card{box-shadow:0 0 100px rgba(80,255,255,0.58);border:1px solid rgba(80,255,255,0.58);background:-webkit-gradient(liner,left top,left bottom,from(#002c8d),to(#00123e));background:linear-gradient(to bottom,rgba(80,255,255,1) 0%,rgba(80,255,255,0) 100%)}.status-warning-card{box-shadow:0 0 100px #cc0066;background:-webkit-gradient(liner,left top,left bottom,from(#cc0066),to(rgba(204,0,102,0.2)));background:linear-gradient(to bottom,#cc0066 0%,rgba(204,0,102,0.2) 100%)}',""]);const l=i.toString()},547:(e,t,r)=>{r.d(t,{A:()=>l});var n=r(6758),a=r.n(n),o=r(935),i=r.n(o)()(a());i.push([e.id,":host{display:inline-block;width:100%;height:100%}:host([hidden]){display:none}*,\n*::before,\n*::after{box-sizing:border-box}.card-item-container{position:relative;width:100%;height:100%}.card-item{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:var(--no-border-radius);border-color:transparent;transition:border-color 0.5s}.status-normal:hover{box-shadow:0 0 100px rgba(80,255,255,0.58);border:1px solid rgba(80,255,255,0.58);background:-webkit-gradient(liner,left top,left bottom,from(#002c8d),to(#00123e));background:linear-gradient(to bottom,rgba(80,255,255,1) 0%,rgba(80,255,255,0) 100%)}.status-warning:hover{box-shadow:0 0 100px #CC0066;background:-webkit-gradient(liner,left top,left bottom,from(#CC0066),to(rgba(204,0,102,0.2)));background:linear-gradient(to bottom,#CC0066 0%,rgba(204,0,102,0.2) 100%)}.card-item-container.status-normal .card-item{background:var(--color-fill-bg-base-4);box-shadow:inset 0px 1px 2px 0px rgba(255,255,255,0.45)}.card-item-container.status-normal:hover .card-item{border:2px solid rgba(80,255,255,0.58)}.card-item-container.status-warning .card-item{background:linear-gradient(180deg,#CC0066 0%,rgba(204,0,102,0.2) 100%);box-shadow:inset 0px 2px 6px 0px rgba(255,255,255,0.65)}.card-item-container.status-warning:hover .card-item{border:none}.card-item-text-container{width:100%;padding:0 12px}.card-item-title,\n.card-item-description{font-size:20px;font-weight:var(--font-weight-500);color:var(--color-normal-text)}.card-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-item-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}",""]);const l=i.toString()},2415:(e,t,r)=>{r.d(t,{A:()=>l});var n=r(6758),a=r.n(n),o=r(935),i=r.n(o)()(a());i.push([e.id,":host{display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%}:host([hidden]){display:none}*,\n*::before,\n*::after{box-sizing:border-box}.relation-line{position:relative;width:6px;height:100%;background:var(--color-text-divider-line-1);overflow:hidden}.relation-line::after{content:'';position:absolute;width:100%;height:20%;left:0px;top:0px;animation:lightMove 1000ms ease-in-out infinite,lightOpacity 1000ms ease-in-out infinite}.relation-line.light-color-blue::after{background:linear-gradient(rgba(80,255,255,0) 0%,rgba(80,255,255,1) 90%,#DFFFFF 100%)}.relation-line.light-color-purple::after{background:linear-gradient(rgba(102,0,255,0) 0%,rgba(102,0,255,1) 90%,#B07BFF 100%)}@keyframes lightMove{0%{top:0;transform:translateY(-100%)}100%{top:100%;transform:translateY(0)}}@keyframes lightOpacity{0%{opacity:0}20%{opacity:1}80%{opacity:1}100%{opacity:0}}",""]);const l=i.toString()},8387:(e,t,r)=>{r.d(t,{A:()=>l});var n=r(6758),a=r.n(n),o=r(935),i=r.n(o)()(a());i.push([e.id,":host{display:inline-block}:host([hidden]){display:none}*,\n*::before,\n*::after{box-sizing:border-box}.wrapper{position:relative;width:100%;height:100%;padding:30px 24px 35px;left:0;display:flex;flex-direction:column;border-radius:var(--no-border-radius)}.cardName{font-size:var(--title-font-size-strong);line-height:22px;text-align:center;font-weight:var(--font-weight-500);color:var(--color-normal-text);text-shadow:0 1px 4px rgba(51,102,255,0.5);margin-bottom:35px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.descriptions{flex:1;margin-bottom:20px;font-size:var(--auxiliary-font-size-small);overflow:auto;font-weight:var(--font-weight-400)}.descriptionsItem .itemKey{color:var(--color-secondary-text)}.descriptionsItem .itemValue{color:var(--color-strong-text)}.descriptionsItem{display:flex;gap:10px;margin-bottom:12px}.descriptionsItem>div{flex:1;text-align:left;word-break:break-all}.buttonContent{position:absolute;bottom:16px;right:24px;font-size:var(--auxiliary-font-size);color:#99CCFF;cursor:pointer;font-weight:var(--font-weight-500)}.buttonName{margin-left:5px}",""]);const l=i.toString()},9935:(e,t,r)=>{r.d(t,{A:()=>l});var n=r(6758),a=r.n(n),o=r(935),i=r.n(o)()(a());i.push([e.id,":host{--palette-rgba-white-1:rgba(255,255,255,10%);--palette-rgba-white-2:rgba(255,255,255,20%);--palette-rgba-white-3:rgba(255,255,255,30%);--palette-rgba-white-4:rgba(255,255,255,40%);--palette-rgba-white-5:rgba(255,255,255,50%);--palette-rgba-white-6:rgba(255,255,255,60%);--palette-rgba-white-7:rgba(255,255,255,70%);--palette-rgba-white-8:rgba(255,255,255,80%);--palette-rgba-white-9:rgba(255,255,255,90%);--palette-rgba-white-10:rgba(255,255,255,100%);--palette-rgba-gray-1:rgba(0,0,0,10%);--palette-rgba-gray-2:rgba(0,0,0,20%);--palette-rgba-gray-3:rgba(0,0,0,30%);--palette-rgba-gray-4:rgba(0,0,0,40%);--palette-rgba-gray-5:rgba(0,0,0,50%);--palette-rgba-gray-6:rgba(0,0,0,60%);--palette-rgba-gray-7:rgba(0,0,0,70%);--palette-rgba-gray-8:rgba(0,0,0,80%);--palette-rgba-gray-9:rgba(0,0,0,90%);--palette-rgba-gray-10:rgba(0,0,0,100%);--palette-rgba-blue-gray-2:rgba(101,106,134,20%);--palette-rgba-blue-gray-3:rgba(101,106,134,30%);--palette-rgba-blue-gray-8:rgba(101,106,134,80%);--palette-tech-blue-4-channel:67,127,255;--palette-tech-blue-4:rgb(var(--palette-tech-blue-4-channel));--palette-tech-blue-6-channel:51,102,255;--palette-tech-blue-6:rgb(var(--palette-tech-blue-6-channel));--palette-tech-blue-8-channel:40,69,159;--palette-tech-blue-8:rgb(var(--palette-tech-blue-8-channel));--palette-sea-green-4-channel:131,245,225;--palette-sea-green-4:rgb(var(--palette-sea-green-4-channel));--palette-green-6-channel:81,235,73;--palette-green-6:rgb(var(--palette-green-6-channel));--palette-green-2:rgba(var(--palette-green-6-channel),20%);--palette-lotus-pink-7-channel:204,0,102;--palette-lotus-pink-7:rgb(var(--palette-lotus-pink-7-channel));--palette-red-6-channel:242,39,39;--palette-red-6:rgb(var(--palette-red-6-channel));--palette-red-2:rgba(var(--palette-red-6-channel),20%);--color-fill-global-bg:#0f1014;--color-fill-bg-container-1:var(--palette-rgba-white-1);--color-fill-bg-container-2:var(--palette-rgba-blue-gray-2);--color-fill-bg-container-3:var(--palette-rgba-blue-gray-8);--color-fill-bg-base-1:var(--palette-rgba-blue-gray-2);--color-fill-bg-base-2:rgba(15,16,20,0%);--color-fill-bg-base-3:rgba(0,0,0,20%);--color-fill-bg-base-4:rgba(40,46,58,100%);--color-fill-bg-base-5:rgba(19,25,47,80%);--color-fill-bg-base-6:var(--palette-rgba-blue-gray-3);--color-brand:var(--palette-tech-blue-6);--color-brand-hover:var(--palette-tech-blue-4);--color-brand-active:var(--palette-tech-blue-8);--color-contrast-1:var(--palette-sea-green-4);--color-error:var(--palette-red-6);--color-error-bg:var(--palette-red-2);--color-success:var(--palette-green-6);--color-success-bg:var(--palette-green-2);--color-header-text-big:var(--palette-rgba-white-10);--color-header-text:var(--palette-rgba-white-10);--color-normal-text:var(--palette-rgba-white-10);--color-strong-text:var(--palette-rgba-white-9);--color-auxiliary-text:var(--palette-rgba-white-8);--color-secondary-text:var(--palette-rgba-white-6);--color-disabled-text:var(--palette-rgba-white-4);--color-border-divider-line:var(--palette-rgba-white-1);--color-text-divider-line-1:var(--palette-rgba-white-2);--color-text-divider-line-2:var(--palette-rgba-white-2);--small-border-radius:2px;--medius-border-radius:5px;--larger-border-radius:12px;--container-border-radius:9999px;--no-border-radius:0px;--mask-bg:var(--palette-rgba-gray-7);--title-font-size-larger:30px;--title-font-size-strong:22px;--title-font-size:18px;--normal-font-size:14px;--auxiliary-font-size:16px;--auxiliary-font-size-small:12px;--overview-data-font-size:34px;--statistics-data-font-size:28px;--normal-data-font-size-larger:20px;--normal-data-font-size:16px;--chart-legend-font-size:12px;--chart-tooltips-font-size-1:12px;--chart-tooltips-font-size-2:12px;--chart-axis-x-font-size:12px;--chart-axis-x-font-size-larger:14px;--chart-axis-y-font-size:12px;--chart-axis-y-font-size-larger:14px;--font-weight-600:600;--font-weight-500:500;--font-weight-400:400;--text-shadow:0px 1px 4px #2863ee;--border-width-base:1px;--border-width-double-base:2px;--border-width-tribble-base:3px;--punctate-width-base:1px;--paragraph-width-base:1px;--button-text-color:#40d0db}",""]);const l=i.toString()}}]);
2
- //# sourceMappingURL=1493.aacf9466.js.map