@visactor/vchart-theme-demo-component 1.11.1 → 1.11.2

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.
Files changed (145) hide show
  1. package/cjs/index.d.ts +2 -0
  2. package/cjs/index.js +15 -0
  3. package/cjs/index.js.map +1 -0
  4. package/cjs/interface.d.ts +7 -0
  5. package/cjs/interface.js +6 -0
  6. package/cjs/interface.js.map +1 -0
  7. package/cjs/spec/area.d.ts +42 -0
  8. package/cjs/spec/area.js +151 -0
  9. package/cjs/spec/area.js.map +1 -0
  10. package/cjs/spec/bar.d.ts +30 -0
  11. package/cjs/spec/bar.js +80 -0
  12. package/cjs/spec/bar.js.map +1 -0
  13. package/cjs/spec/barGroup.d.ts +27 -0
  14. package/cjs/spec/barGroup.js +157 -0
  15. package/cjs/spec/barGroup.js.map +1 -0
  16. package/cjs/spec/barGroupHorizontal.d.ts +28 -0
  17. package/cjs/spec/barGroupHorizontal.js +94 -0
  18. package/cjs/spec/barGroupHorizontal.js.map +1 -0
  19. package/cjs/spec/barStacked.d.ts +30 -0
  20. package/cjs/spec/barStacked.js +160 -0
  21. package/cjs/spec/barStacked.js.map +1 -0
  22. package/cjs/spec/barStackedHorizontal.d.ts +31 -0
  23. package/cjs/spec/barStackedHorizontal.js +181 -0
  24. package/cjs/spec/barStackedHorizontal.js.map +1 -0
  25. package/cjs/spec/barStackedPercent.d.ts +32 -0
  26. package/cjs/spec/barStackedPercent.js +162 -0
  27. package/cjs/spec/barStackedPercent.js.map +1 -0
  28. package/cjs/spec/funnel.d.ts +19 -0
  29. package/cjs/spec/funnel.js +36 -0
  30. package/cjs/spec/funnel.js.map +1 -0
  31. package/cjs/spec/gauge.d.ts +58 -0
  32. package/cjs/spec/gauge.js +63 -0
  33. package/cjs/spec/gauge.js.map +1 -0
  34. package/cjs/spec/horizontalBar.d.ts +99 -0
  35. package/cjs/spec/horizontalBar.js +134 -0
  36. package/cjs/spec/horizontalBar.js.map +1 -0
  37. package/cjs/spec/indicatorSankey.d.ts +81 -0
  38. package/cjs/spec/indicatorSankey.js +103 -0
  39. package/cjs/spec/indicatorSankey.js.map +1 -0
  40. package/cjs/spec/line.d.ts +46 -0
  41. package/cjs/spec/line.js +154 -0
  42. package/cjs/spec/line.js.map +1 -0
  43. package/cjs/spec/pie.d.ts +44 -0
  44. package/cjs/spec/pie.js +53 -0
  45. package/cjs/spec/pie.js.map +1 -0
  46. package/cjs/spec/radar.d.ts +79 -0
  47. package/cjs/spec/radar.js +116 -0
  48. package/cjs/spec/radar.js.map +1 -0
  49. package/cjs/spec/ring.d.ts +54 -0
  50. package/cjs/spec/ring.js +63 -0
  51. package/cjs/spec/ring.js.map +1 -0
  52. package/cjs/spec/scatter.d.ts +57 -0
  53. package/cjs/spec/scatter.js +157 -0
  54. package/cjs/spec/scatter.js.map +1 -0
  55. package/cjs/vchart-chart-hub-theme/chart-list.d.ts +2 -0
  56. package/cjs/vchart-chart-hub-theme/chart-list.js +52 -0
  57. package/cjs/vchart-chart-hub-theme/chart-list.js.map +1 -0
  58. package/cjs/vchart-chart-hub-theme/charts.d.ts +3 -0
  59. package/cjs/vchart-chart-hub-theme/charts.js +44 -0
  60. package/cjs/vchart-chart-hub-theme/charts.js.map +1 -0
  61. package/cjs/vchart-chart-hub-theme/frame.d.ts +3 -0
  62. package/cjs/vchart-chart-hub-theme/frame.js +51 -0
  63. package/cjs/vchart-chart-hub-theme/frame.js.map +1 -0
  64. package/cjs/vchart-chart-hub-theme/index.d.ts +1 -0
  65. package/cjs/vchart-chart-hub-theme/index.js +21 -0
  66. package/cjs/vchart-chart-hub-theme/index.js.map +1 -0
  67. package/cjs/vchart-chart-hub-theme/index.module.less +129 -0
  68. package/cjs/vchart-chart-hub-theme/style/style.css +149 -0
  69. package/cjs/vchart-chart-hub-theme/style/style.d.ts +1 -0
  70. package/cjs/vchart-chart-hub-theme/style/style.js +6 -0
  71. package/cjs/vchart-chart-hub-theme/style/style.js.map +1 -0
  72. package/cjs/vchart-chart-hub-theme/style/style.less +114 -0
  73. package/esm/index.d.ts +2 -0
  74. package/esm/index.js +4 -0
  75. package/esm/index.js.map +1 -0
  76. package/esm/interface.d.ts +7 -0
  77. package/esm/interface.js +2 -0
  78. package/esm/interface.js.map +1 -0
  79. package/esm/spec/area.d.ts +42 -0
  80. package/esm/spec/area.js +147 -0
  81. package/esm/spec/area.js.map +1 -0
  82. package/esm/spec/bar.d.ts +30 -0
  83. package/esm/spec/bar.js +76 -0
  84. package/esm/spec/bar.js.map +1 -0
  85. package/esm/spec/barGroup.d.ts +27 -0
  86. package/esm/spec/barGroup.js +153 -0
  87. package/esm/spec/barGroup.js.map +1 -0
  88. package/esm/spec/barGroupHorizontal.d.ts +28 -0
  89. package/esm/spec/barGroupHorizontal.js +90 -0
  90. package/esm/spec/barGroupHorizontal.js.map +1 -0
  91. package/esm/spec/barStacked.d.ts +30 -0
  92. package/esm/spec/barStacked.js +156 -0
  93. package/esm/spec/barStacked.js.map +1 -0
  94. package/esm/spec/barStackedHorizontal.d.ts +31 -0
  95. package/esm/spec/barStackedHorizontal.js +177 -0
  96. package/esm/spec/barStackedHorizontal.js.map +1 -0
  97. package/esm/spec/barStackedPercent.d.ts +32 -0
  98. package/esm/spec/barStackedPercent.js +158 -0
  99. package/esm/spec/barStackedPercent.js.map +1 -0
  100. package/esm/spec/funnel.d.ts +19 -0
  101. package/esm/spec/funnel.js +32 -0
  102. package/esm/spec/funnel.js.map +1 -0
  103. package/esm/spec/gauge.d.ts +58 -0
  104. package/esm/spec/gauge.js +59 -0
  105. package/esm/spec/gauge.js.map +1 -0
  106. package/esm/spec/horizontalBar.d.ts +99 -0
  107. package/esm/spec/horizontalBar.js +130 -0
  108. package/esm/spec/horizontalBar.js.map +1 -0
  109. package/esm/spec/indicatorSankey.d.ts +81 -0
  110. package/esm/spec/indicatorSankey.js +99 -0
  111. package/esm/spec/indicatorSankey.js.map +1 -0
  112. package/esm/spec/line.d.ts +46 -0
  113. package/esm/spec/line.js +150 -0
  114. package/esm/spec/line.js.map +1 -0
  115. package/esm/spec/pie.d.ts +44 -0
  116. package/esm/spec/pie.js +49 -0
  117. package/esm/spec/pie.js.map +1 -0
  118. package/esm/spec/radar.d.ts +79 -0
  119. package/esm/spec/radar.js +112 -0
  120. package/esm/spec/radar.js.map +1 -0
  121. package/esm/spec/ring.d.ts +54 -0
  122. package/esm/spec/ring.js +59 -0
  123. package/esm/spec/ring.js.map +1 -0
  124. package/esm/spec/scatter.d.ts +57 -0
  125. package/esm/spec/scatter.js +153 -0
  126. package/esm/spec/scatter.js.map +1 -0
  127. package/esm/vchart-chart-hub-theme/chart-list.d.ts +2 -0
  128. package/esm/vchart-chart-hub-theme/chart-list.js +70 -0
  129. package/esm/vchart-chart-hub-theme/chart-list.js.map +1 -0
  130. package/esm/vchart-chart-hub-theme/charts.d.ts +3 -0
  131. package/esm/vchart-chart-hub-theme/charts.js +43 -0
  132. package/esm/vchart-chart-hub-theme/charts.js.map +1 -0
  133. package/esm/vchart-chart-hub-theme/frame.d.ts +3 -0
  134. package/esm/vchart-chart-hub-theme/frame.js +43 -0
  135. package/esm/vchart-chart-hub-theme/frame.js.map +1 -0
  136. package/esm/vchart-chart-hub-theme/index.d.ts +1 -0
  137. package/esm/vchart-chart-hub-theme/index.js +2 -0
  138. package/esm/vchart-chart-hub-theme/index.js.map +1 -0
  139. package/esm/vchart-chart-hub-theme/index.module.less +129 -0
  140. package/esm/vchart-chart-hub-theme/style/style.css +149 -0
  141. package/esm/vchart-chart-hub-theme/style/style.d.ts +1 -0
  142. package/esm/vchart-chart-hub-theme/style/style.js +2 -0
  143. package/esm/vchart-chart-hub-theme/style/style.js.map +1 -0
  144. package/esm/vchart-chart-hub-theme/style/style.less +114 -0
  145. package/package.json +16 -17
@@ -0,0 +1,59 @@
1
+ export const ringSpec = {
2
+ type: "pie",
3
+ data: [ {
4
+ id: "id0",
5
+ values: [ {
6
+ type: "Category 1",
7
+ value: "0.38"
8
+ }, {
9
+ type: "Category 2",
10
+ value: "0.26"
11
+ }, {
12
+ type: "Category 3",
13
+ value: "0.36"
14
+ } ]
15
+ } ],
16
+ valueField: "value",
17
+ categoryField: "type",
18
+ legends: {
19
+ visible: !0,
20
+ orient: "bottom"
21
+ },
22
+ interactions: [ {
23
+ type: "element-active-by-legend",
24
+ state: "active"
25
+ } ],
26
+ pie: {
27
+ state: {
28
+ active: {
29
+ lineWidth: 0
30
+ }
31
+ }
32
+ },
33
+ label: {
34
+ formatMethod: (value, data) => ({
35
+ type: "rich",
36
+ text: [ {
37
+ text: `${data.value}\n`,
38
+ fontSize: 18,
39
+ fontWeight: "bold",
40
+ fill: "black"
41
+ }, {
42
+ text: data.type,
43
+ fill: "#595959"
44
+ } ]
45
+ })
46
+ },
47
+ indicator: {
48
+ visible: !0,
49
+ trigger: "none",
50
+ title: {
51
+ visible: !0,
52
+ style: {
53
+ text: "饼图",
54
+ fontSize: 30
55
+ }
56
+ }
57
+ }
58
+ };
59
+ //# sourceMappingURL=ring.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/spec/ring.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,IAAI,EAAE,KAAK;IACX,IAAI,EAAE;QACJ;YACE,EAAE,EAAE,KAAK;YACT,MAAM,EAAE;gBACN,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,EAAE;gBACrC,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,EAAE;gBACrC,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,EAAE;aACtC;SACF;KACF;IACD,UAAU,EAAE,OAAO;IACnB,aAAa,EAAE,MAAM;IACrB,OAAO,EAAE;QACP,OAAO,EAAE,IAAI;QACb,MAAM,EAAE,QAAQ;KACjB;IACD,YAAY,EAAE;QACZ;YACE,IAAI,EAAE,0BAA0B;YAChC,KAAK,EAAE,QAAQ;SAChB;KACF;IACD,GAAG,EAAE;QACH,KAAK,EAAE;YACL,MAAM,EAAE;gBACN,SAAS,EAAE,CAAC;aACb;SACF;KACF;IACD,KAAK,EAAE;QACL,YAAY,EAAE,CAAC,KAAU,EAAE,IAAS,EAAE,EAAE;YACtC,OAAO;gBACL,IAAI,EAAE,MAAM;gBACZ,IAAI,EAAE;oBACJ;wBACE,IAAI,EAAE,GAAG,IAAI,CAAC,KAAK,IAAI;wBACvB,QAAQ,EAAE,EAAE;wBACZ,UAAU,EAAE,MAAM;wBAClB,IAAI,EAAE,OAAO;qBACd;oBACD;wBACE,IAAI,EAAE,IAAI,CAAC,IAAI;wBACf,IAAI,EAAE,SAAS;qBAChB;iBACF;aACF,CAAC;QACJ,CAAC;KACF;IACD,SAAS,EAAE;QACT,OAAO,EAAE,IAAI;QACb,OAAO,EAAE,MAAM;QACf,KAAK,EAAE;YACL,OAAO,EAAE,IAAI;YACb,KAAK,EAAE;gBACL,IAAI,EAAE,IAAI;gBACV,QAAQ,EAAE,EAAE;aACb;SACF;KACF;CACF,CAAC","file":"ring.js","sourcesContent":["export const ringSpec = {\n type: 'pie',\n data: [\n {\n id: 'id0',\n values: [\n { type: 'Category 1', value: '0.38' },\n { type: 'Category 2', value: '0.26' },\n { type: 'Category 3', value: '0.36' }\n ]\n }\n ],\n valueField: 'value',\n categoryField: 'type',\n legends: {\n visible: true,\n orient: 'bottom'\n },\n interactions: [\n {\n type: 'element-active-by-legend',\n state: 'active'\n }\n ],\n pie: {\n state: {\n active: {\n lineWidth: 0\n }\n }\n },\n label: {\n formatMethod: (value: any, data: any) => {\n return {\n type: 'rich',\n text: [\n {\n text: `${data.value}\\n`,\n fontSize: 18,\n fontWeight: 'bold',\n fill: 'black'\n },\n {\n text: data.type,\n fill: '#595959'\n }\n ]\n };\n }\n },\n indicator: {\n visible: true,\n trigger: 'none',\n title: {\n visible: true,\n style: {\n text: '饼图',\n fontSize: 30\n }\n }\n }\n};\n"]}
@@ -0,0 +1,57 @@
1
+ export declare const scatterSpec: {
2
+ type: string;
3
+ data: {
4
+ id: string;
5
+ values: {
6
+ gender: string;
7
+ height: number;
8
+ weight: number;
9
+ age: number;
10
+ }[];
11
+ }[];
12
+ xField: string;
13
+ yField: string;
14
+ seriesField: string;
15
+ legends: {
16
+ visible: boolean;
17
+ };
18
+ crosshair: {
19
+ xField: {
20
+ visible: boolean;
21
+ };
22
+ };
23
+ interactions: {
24
+ type: string;
25
+ state: string;
26
+ }[];
27
+ tooltip: {
28
+ dimension: {
29
+ visible: boolean;
30
+ };
31
+ };
32
+ point: {
33
+ state: {
34
+ active: {
35
+ size: number;
36
+ fillOpacity: number;
37
+ strokeOpacity: number;
38
+ outerBorder: {
39
+ lineWidth: number;
40
+ strokeOpacity: number;
41
+ distance: number;
42
+ };
43
+ };
44
+ };
45
+ };
46
+ axes: {
47
+ orient: string;
48
+ type: string;
49
+ zero: boolean;
50
+ domainLine: {
51
+ visible: boolean;
52
+ };
53
+ grid: {
54
+ visible: boolean;
55
+ };
56
+ }[];
57
+ };
@@ -0,0 +1,153 @@
1
+ export const scatterSpec = {
2
+ type: "scatter",
3
+ data: [ {
4
+ id: "barData",
5
+ values: [ {
6
+ gender: "female",
7
+ height: 156.5,
8
+ weight: 51.6,
9
+ age: 26
10
+ }, {
11
+ gender: "female",
12
+ height: 158,
13
+ weight: 59,
14
+ age: 22
15
+ }, {
16
+ gender: "female",
17
+ height: 159,
18
+ weight: 49.2,
19
+ age: 23
20
+ }, {
21
+ gender: "female",
22
+ height: 160,
23
+ weight: 63,
24
+ age: 31
25
+ }, {
26
+ gender: "female",
27
+ height: 162,
28
+ weight: 53.6,
29
+ age: 30
30
+ }, {
31
+ gender: "female",
32
+ height: 163,
33
+ weight: 59,
34
+ age: 17
35
+ }, {
36
+ gender: "female",
37
+ height: 168,
38
+ weight: 47.6,
39
+ age: 18
40
+ }, {
41
+ gender: "female",
42
+ height: 170,
43
+ weight: 69.8,
44
+ age: 26
45
+ }, {
46
+ gender: "female",
47
+ height: 170.2,
48
+ weight: 66.8,
49
+ age: 25
50
+ }, {
51
+ gender: "female",
52
+ height: 171,
53
+ weight: 75.2,
54
+ age: 27
55
+ }, {
56
+ gender: "male",
57
+ height: 171.5,
58
+ weight: 65.6,
59
+ age: 29
60
+ }, {
61
+ gender: "male",
62
+ height: 172,
63
+ weight: 71.8,
64
+ age: 15
65
+ }, {
66
+ gender: "male",
67
+ height: 175,
68
+ weight: 80.7,
69
+ age: 18
70
+ }, {
71
+ gender: "male",
72
+ height: 178,
73
+ weight: 72.6,
74
+ age: 19
75
+ }, {
76
+ gender: "male",
77
+ height: 180,
78
+ weight: 78.8,
79
+ age: 21
80
+ }, {
81
+ gender: "male",
82
+ height: 183,
83
+ weight: 74.8,
84
+ age: 25
85
+ }, {
86
+ gender: "male",
87
+ height: 184,
88
+ weight: 86.4,
89
+ age: 27
90
+ }, {
91
+ gender: "male",
92
+ height: 184,
93
+ weight: 78.4,
94
+ age: 23
95
+ }, {
96
+ gender: "male",
97
+ height: 185,
98
+ weight: 62,
99
+ age: 28
100
+ }, {
101
+ gender: "male",
102
+ height: 187,
103
+ weight: 91.6,
104
+ age: 50
105
+ } ]
106
+ } ],
107
+ xField: "height",
108
+ yField: "weight",
109
+ seriesField: "gender",
110
+ legends: {
111
+ visible: !0
112
+ },
113
+ crosshair: {
114
+ xField: {
115
+ visible: !1
116
+ }
117
+ },
118
+ interactions: [ {
119
+ type: "element-active-by-legend",
120
+ state: "active"
121
+ } ],
122
+ tooltip: {
123
+ dimension: {
124
+ visible: !1
125
+ }
126
+ },
127
+ point: {
128
+ state: {
129
+ active: {
130
+ size: 10,
131
+ fillOpacity: .6,
132
+ strokeOpacity: .6,
133
+ outerBorder: {
134
+ lineWidth: 1,
135
+ strokeOpacity: .2,
136
+ distance: 2
137
+ }
138
+ }
139
+ }
140
+ },
141
+ axes: [ {
142
+ orient: "bottom",
143
+ type: "linear",
144
+ zero: !1,
145
+ domainLine: {
146
+ visible: !0
147
+ },
148
+ grid: {
149
+ visible: !1
150
+ }
151
+ } ]
152
+ };
153
+ //# sourceMappingURL=scatter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/spec/scatter.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,IAAI,EAAE,SAAS;IACf,IAAI,EAAE;QACJ;YACE,EAAE,EAAE,SAAS;YACb,MAAM,EAAE;gBACN;oBACE,MAAM,EAAE,QAAQ;oBAChB,MAAM,EAAE,KAAK;oBACb,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,QAAQ;oBAChB,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,EAAE;oBACV,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,QAAQ;oBAChB,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,QAAQ;oBAChB,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,EAAE;oBACV,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,QAAQ;oBAChB,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,QAAQ;oBAChB,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,EAAE;oBACV,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,QAAQ;oBAChB,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,QAAQ;oBAChB,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,QAAQ;oBAChB,MAAM,EAAE,KAAK;oBACb,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,QAAQ;oBAChB,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,KAAK;oBACb,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,EAAE;oBACV,GAAG,EAAE,EAAE;iBACR;gBACD;oBACE,MAAM,EAAE,MAAM;oBACd,MAAM,EAAE,GAAG;oBACX,MAAM,EAAE,IAAI;oBACZ,GAAG,EAAE,EAAE;iBACR;aACF;SACF;KACF;IACD,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,QAAQ;IACrB,OAAO,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE;IAC1B,SAAS,EAAE;QACT,MAAM,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE;KAC3B;IACD,YAAY,EAAE;QACZ;YACE,IAAI,EAAE,0BAA0B;YAChC,KAAK,EAAE,QAAQ;SAChB;KACF;IACD,OAAO,EAAE;QACP,SAAS,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE;KAC9B;IACD,KAAK,EAAE;QACL,KAAK,EAAE;YACL,MAAM,EAAE;gBACN,IAAI,EAAE,EAAE;gBACR,WAAW,EAAE,GAAG;gBAChB,aAAa,EAAE,GAAG;gBAClB,WAAW,EAAE;oBACX,SAAS,EAAE,CAAC;oBACZ,aAAa,EAAE,GAAG;oBAClB,QAAQ,EAAE,CAAC;iBACZ;aACF;SACF;KACF;IACD,IAAI,EAAE;QACJ;YACE,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,KAAK;YACX,UAAU,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE;YAC7B,IAAI,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE;SACzB;KACF;CACF,CAAC","file":"scatter.js","sourcesContent":["export const scatterSpec = {\n type: 'scatter',\n data: [\n {\n id: 'barData',\n values: [\n {\n gender: 'female',\n height: 156.5,\n weight: 51.6,\n age: 26\n },\n {\n gender: 'female',\n height: 158,\n weight: 59,\n age: 22\n },\n {\n gender: 'female',\n height: 159,\n weight: 49.2,\n age: 23\n },\n {\n gender: 'female',\n height: 160,\n weight: 63,\n age: 31\n },\n {\n gender: 'female',\n height: 162,\n weight: 53.6,\n age: 30\n },\n {\n gender: 'female',\n height: 163,\n weight: 59,\n age: 17\n },\n {\n gender: 'female',\n height: 168,\n weight: 47.6,\n age: 18\n },\n {\n gender: 'female',\n height: 170,\n weight: 69.8,\n age: 26\n },\n {\n gender: 'female',\n height: 170.2,\n weight: 66.8,\n age: 25\n },\n {\n gender: 'female',\n height: 171,\n weight: 75.2,\n age: 27\n },\n {\n gender: 'male',\n height: 171.5,\n weight: 65.6,\n age: 29\n },\n {\n gender: 'male',\n height: 172,\n weight: 71.8,\n age: 15\n },\n {\n gender: 'male',\n height: 175,\n weight: 80.7,\n age: 18\n },\n {\n gender: 'male',\n height: 178,\n weight: 72.6,\n age: 19\n },\n {\n gender: 'male',\n height: 180,\n weight: 78.8,\n age: 21\n },\n {\n gender: 'male',\n height: 183,\n weight: 74.8,\n age: 25\n },\n {\n gender: 'male',\n height: 184,\n weight: 86.4,\n age: 27\n },\n {\n gender: 'male',\n height: 184,\n weight: 78.4,\n age: 23\n },\n {\n gender: 'male',\n height: 185,\n weight: 62,\n age: 28\n },\n {\n gender: 'male',\n height: 187,\n weight: 91.6,\n age: 50\n }\n ]\n }\n ],\n xField: 'height',\n yField: 'weight',\n seriesField: 'gender',\n legends: { visible: true },\n crosshair: {\n xField: { visible: false }\n },\n interactions: [\n {\n type: 'element-active-by-legend',\n state: 'active'\n }\n ],\n tooltip: {\n dimension: { visible: false }\n },\n point: {\n state: {\n active: {\n size: 10,\n fillOpacity: 0.6,\n strokeOpacity: 0.6,\n outerBorder: {\n lineWidth: 1,\n strokeOpacity: 0.2,\n distance: 2\n }\n }\n }\n },\n axes: [\n {\n orient: 'bottom',\n type: 'linear',\n zero: false,\n domainLine: { visible: true },\n grid: { visible: false }\n }\n ]\n};\n"]}
@@ -0,0 +1,2 @@
1
+ import type { IChartInfo } from '../interface';
2
+ export declare const charts: IChartInfo[];
@@ -0,0 +1,70 @@
1
+ import { areaSpec } from "../spec/area";
2
+
3
+ import { barGroupSpec } from "../spec/barGroup";
4
+
5
+ import { barGroupHorizontalSpec } from "../spec/barGroupHorizontal";
6
+
7
+ import { barStackedSpec } from "../spec/barStacked";
8
+
9
+ import { barStackedHorizontalSpec } from "../spec/barStackedHorizontal";
10
+
11
+ import { gaugeSpec } from "../spec/gauge";
12
+
13
+ import { horizontalBarSpec } from "../spec/horizontalBar";
14
+
15
+ import { indicatorSankeySpec } from "../spec/indicatorSankey";
16
+
17
+ import { lineSpec } from "../spec/line";
18
+
19
+ import { pieSpec } from "../spec/pie";
20
+
21
+ import { radarSpec } from "../spec/radar";
22
+
23
+ import { ringSpec } from "../spec/ring";
24
+
25
+ import { scatterSpec } from "../spec/scatter";
26
+
27
+ export const charts = [ {
28
+ title: "Line Chart",
29
+ spec: lineSpec
30
+ }, {
31
+ title: "Area Chart",
32
+ spec: areaSpec
33
+ }, {
34
+ title: "Grouped Bar Chart",
35
+ spec: barGroupSpec
36
+ }, {
37
+ title: "Stacked Bar Chart",
38
+ spec: barStackedSpec
39
+ }, {
40
+ title: "Horizontal Grouped Bar Chart",
41
+ spec: barGroupHorizontalSpec
42
+ }, {
43
+ title: "Horizontal Stacked Bar Chart",
44
+ spec: barStackedHorizontalSpec
45
+ }, {
46
+ title: "Pie Chart",
47
+ spec: pieSpec
48
+ }, {
49
+ title: "Ring Chart",
50
+ spec: ringSpec
51
+ }, {
52
+ title: "Gauge Chart",
53
+ spec: gaugeSpec
54
+ }, {
55
+ title: "Horizontal Bar Chart",
56
+ spec: horizontalBarSpec
57
+ }, {
58
+ title: "Scatter Chart",
59
+ spec: scatterSpec
60
+ }, {
61
+ title: "Radar Chart",
62
+ spec: radarSpec
63
+ }, {
64
+ title: "Indicator Sankey Chart",
65
+ spec: indicatorSankeySpec,
66
+ option: {
67
+ enableHtmlAttribute: !0
68
+ }
69
+ } ];
70
+ //# sourceMappingURL=chart-list.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/vchart-chart-hub-theme/chart-list.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,MAAM,CAAC,MAAM,MAAM,GAAiB;IAClC;QACE,KAAK,EAAE,YAAY;QACnB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,KAAK,EAAE,YAAY;QACnB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,KAAK,EAAE,mBAAmB;QAC1B,IAAI,EAAE,YAAY;KACnB;IACD;QACE,KAAK,EAAE,mBAAmB;QAC1B,IAAI,EAAE,cAAc;KACrB;IACD;QACE,KAAK,EAAE,8BAA8B;QACrC,IAAI,EAAE,sBAAsB;KAC7B;IACD;QACE,KAAK,EAAE,8BAA8B;QACrC,IAAI,EAAE,wBAAwB;KAC/B;IACD;QACE,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,OAAO;KACd;IACD;QACE,KAAK,EAAE,YAAY;QACnB,IAAI,EAAE,QAAQ;KACf;IACD;QACE,KAAK,EAAE,aAAa;QACpB,IAAI,EAAE,SAAS;KAChB;IACD;QACE,KAAK,EAAE,sBAAsB;QAC7B,IAAI,EAAE,iBAAiB;KACxB;IACD;QACE,KAAK,EAAE,eAAe;QACtB,IAAI,EAAE,WAAW;KAClB;IACD;QACE,KAAK,EAAE,aAAa;QACpB,IAAI,EAAE,SAAS;KAChB;IACD;QACE,KAAK,EAAE,wBAAwB;QAC/B,IAAI,EAAE,mBAAmB;QACzB,MAAM,EAAE;YACN,mBAAmB,EAAE,IAAI;SAC1B;KACF;CACF,CAAC","file":"chart-list.js","sourcesContent":["import type { IChartInfo } from '../interface';\nimport { areaSpec } from '../spec/area';\nimport { barGroupSpec } from '../spec/barGroup';\nimport { barGroupHorizontalSpec } from '../spec/barGroupHorizontal';\nimport { barStackedSpec } from '../spec/barStacked';\nimport { barStackedHorizontalSpec } from '../spec/barStackedHorizontal';\nimport { gaugeSpec } from '../spec/gauge';\nimport { horizontalBarSpec } from '../spec/horizontalBar';\nimport { indicatorSankeySpec } from '../spec/indicatorSankey';\nimport { lineSpec } from '../spec/line';\nimport { pieSpec } from '../spec/pie';\nimport { radarSpec } from '../spec/radar';\nimport { ringSpec } from '../spec/ring';\nimport { scatterSpec } from '../spec/scatter';\n\nexport const charts: IChartInfo[] = [\n {\n title: 'Line Chart',\n spec: lineSpec\n },\n {\n title: 'Area Chart',\n spec: areaSpec\n },\n {\n title: 'Grouped Bar Chart',\n spec: barGroupSpec\n },\n {\n title: 'Stacked Bar Chart',\n spec: barStackedSpec\n },\n {\n title: 'Horizontal Grouped Bar Chart',\n spec: barGroupHorizontalSpec\n },\n {\n title: 'Horizontal Stacked Bar Chart',\n spec: barStackedHorizontalSpec\n },\n {\n title: 'Pie Chart',\n spec: pieSpec\n },\n {\n title: 'Ring Chart',\n spec: ringSpec\n },\n {\n title: 'Gauge Chart',\n spec: gaugeSpec\n },\n {\n title: 'Horizontal Bar Chart',\n spec: horizontalBarSpec\n },\n {\n title: 'Scatter Chart',\n spec: scatterSpec\n },\n {\n title: 'Radar Chart',\n spec: radarSpec\n },\n {\n title: 'Indicator Sankey Chart',\n spec: indicatorSankeySpec,\n option: {\n enableHtmlAttribute: true\n }\n }\n];\n"]}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import '@arco-design/web-react/dist/css/arco.css';
3
+ export declare const Charts: () => React.JSX.Element;
@@ -0,0 +1,43 @@
1
+ import React from "react";
2
+
3
+ import { isMobile } from "react-device-detect";
4
+
5
+ import { charts } from "./chart-list";
6
+
7
+ import { VChart as VChartComponent } from "@visactor/react-vchart";
8
+
9
+ import VChart from "@visactor/vchart";
10
+
11
+ import { chartHubLightTheme } from "@visactor/vchart-theme";
12
+
13
+ import { Card } from "@douyinfe/semi-ui";
14
+
15
+ import { Grid } from "@arco-design/web-react";
16
+
17
+ import "@arco-design/web-react/dist/css/arco.css";
18
+
19
+ const {Row: Row, Col: Col} = Grid, chartHeight = 400, gutter = 16;
20
+
21
+ VChart.ThemeManager.registerTheme("chart-hub-light", chartHubLightTheme), VChart.ThemeManager.setCurrentTheme("chart-hub-light");
22
+
23
+ export const Charts = () => React.createElement(Row, {
24
+ gutter: 16
25
+ }, charts.map(((chart, i) => React.createElement(Col, {
26
+ span: 12,
27
+ key: i,
28
+ style: {
29
+ marginBottom: 16
30
+ }
31
+ }, React.createElement(Card, {
32
+ className: "chartContainer",
33
+ bordered: !1,
34
+ headerLine: !0,
35
+ title: chart.title
36
+ }, React.createElement(VChartComponent, {
37
+ spec: Object.assign(Object.assign({}, chart.spec), {
38
+ height: 400
39
+ }),
40
+ options: Object.assign(Object.assign({}, chart.option), {
41
+ mode: isMobile ? "mobile-browser" : "desktop-browser"
42
+ })
43
+ }))))));
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/vchart-chart-hub-theme/charts.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,MAAM,MAAM,kBAAkB,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE5D,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAC9C,OAAO,0CAA0C,CAAC;AAElD,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC;AAE1B,MAAM,WAAW,GAAG,GAAG,CAAC;AAExB,MAAM,MAAM,GAAG,EAAE,CAAC;AAElB,MAAM,CAAC,YAAY,CAAC,aAAa,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAAC;AACzE,MAAM,CAAC,YAAY,CAAC,eAAe,CAAC,iBAAiB,CAAC,CAAC;AAEvD,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,EAAE;IACzB,OAAO,CACL,oBAAC,GAAG,IAAC,MAAM,EAAE,MAAM,IAChB,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE;QACvB,OAAO,CACL,oBAAC,GAAG,IAAC,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE;YAChD,oBAAC,IAAI,IAAC,SAAS,EAAC,gBAAgB,EAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK;gBACpF,oBAAC,eAAe,IACd,IAAI,kCACC,KAAK,CAAC,IAAI,KACb,MAAM,EAAE,WAAW,KAErB,OAAO,kCACF,KAAK,CAAC,MAAM,KACf,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,iBAAiB,MAEvD,CACG,CACH,CACP,CAAC;IACJ,CAAC,CAAC,CACE,CACP,CAAC;AACJ,CAAC,CAAC","file":"charts.js","sourcesContent":["import React from 'react';\nimport { isMobile } from 'react-device-detect';\nimport { charts } from './chart-list';\nimport { VChart as VChartComponent } from '@visactor/react-vchart';\nimport VChart from '@visactor/vchart';\nimport { chartHubLightTheme } from '@visactor/vchart-theme';\n\nimport { Card } from '@douyinfe/semi-ui';\nimport { Grid } from '@arco-design/web-react';\nimport '@arco-design/web-react/dist/css/arco.css';\n\nconst { Row, Col } = Grid;\n\nconst chartHeight = 400;\n\nconst gutter = 16;\n\nVChart.ThemeManager.registerTheme('chart-hub-light', chartHubLightTheme);\nVChart.ThemeManager.setCurrentTheme('chart-hub-light');\n\nexport const Charts = () => {\n return (\n <Row gutter={gutter}>\n {charts.map((chart, i) => {\n return (\n <Col span={12} key={i} style={{ marginBottom: 16 }}>\n <Card className=\"chartContainer\" bordered={false} headerLine={true} title={chart.title}>\n <VChartComponent\n spec={{\n ...chart.spec,\n height: chartHeight\n }}\n options={{\n ...chart.option,\n mode: isMobile ? 'mobile-browser' : 'desktop-browser'\n }}\n />\n </Card>\n </Col>\n );\n })}\n </Row>\n );\n};\n"]}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import './style/style';
3
+ export declare const Frame: () => React.JSX.Element;
@@ -0,0 +1,43 @@
1
+ import React from "react";
2
+
3
+ import { Nav, Avatar } from "@douyinfe/semi-ui";
4
+
5
+ import { IconFeishuLogo, IconHelpCircle, IconBell } from "@douyinfe/semi-icons";
6
+
7
+ import "./style/style";
8
+
9
+ import { Charts } from "./charts";
10
+
11
+ export const Frame = () => React.createElement("div", {
12
+ className: "rootSidenav"
13
+ }, React.createElement(Nav, {
14
+ mode: "horizontal",
15
+ header: {
16
+ text: "ChartHub Templates"
17
+ },
18
+ footer: React.createElement("div", {
19
+ className: "dIV"
20
+ }, React.createElement(IconFeishuLogo, {
21
+ size: "large",
22
+ className: "semiIconsFeishuLogo"
23
+ }), React.createElement(IconHelpCircle, {
24
+ size: "large",
25
+ className: "semiIconsHelpCircle"
26
+ }), React.createElement(IconBell, {
27
+ size: "large",
28
+ className: "semiIconsBell"
29
+ }), React.createElement(Avatar, {
30
+ size: "small",
31
+ src: "https://sf6-cdn-tos.douyinstatic.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/root-web-sites/avatarDemo.jpeg",
32
+ color: "blue",
33
+ className: "avatar"
34
+ }, "示例")),
35
+ className: "nav"
36
+ }), React.createElement("div", {
37
+ className: "main"
38
+ }, React.createElement("div", {
39
+ className: "right"
40
+ }, React.createElement("div", {
41
+ className: "frame1321317607"
42
+ }, React.createElement(Charts, null)))));
43
+ //# sourceMappingURL=frame.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/vchart-chart-hub-theme/frame.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChF,OAAO,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,MAAM,CAAC,MAAM,KAAK,GAAG,GAAG,EAAE;IACxB,OAAO,CACL,6BAAK,SAAS,EAAC,aAAa;QAC1B,oBAAC,GAAG,IACF,IAAI,EAAC,YAAY,EACjB,MAAM,EAAE;gBACN,IAAI,EAAE,oBAAoB;aAC3B,EACD,MAAM,EACJ,6BAAK,SAAS,EAAC,KAAK;gBAClB,oBAAC,cAAc,IAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,qBAAqB,GAAG;gBAC/D,oBAAC,cAAc,IAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,qBAAqB,GAAG;gBAC/D,oBAAC,QAAQ,IAAC,IAAI,EAAC,OAAO,EAAC,SAAS,EAAC,eAAe,GAAG;gBACnD,oBAAC,MAAM,IACL,IAAI,EAAC,OAAO,EACZ,GAAG,EAAC,8GAA8G,EAClH,KAAK,EAAC,MAAM,EACZ,SAAS,EAAC,QAAQ,mBAGX,CACL,EAER,SAAS,EAAC,KAAK,GACV;QACP,6BAAK,SAAS,EAAC,MAAM;YACnB,6BAAK,SAAS,EAAC,OAAO;gBACpB,6BAAK,SAAS,EAAC,iBAAiB;oBAC9B,oBAAC,MAAM,OAAG,CACN,CACF,CACF,CACF,CACP,CAAC;AACJ,CAAC,CAAC","file":"frame.js","sourcesContent":["import React from 'react';\nimport { Nav, Avatar } from '@douyinfe/semi-ui';\nimport { IconFeishuLogo, IconHelpCircle, IconBell } from '@douyinfe/semi-icons';\nimport './style/style';\nimport { Charts } from './charts';\n\nexport const Frame = () => {\n return (\n <div className=\"rootSidenav\">\n <Nav\n mode=\"horizontal\"\n header={{\n text: 'ChartHub Templates'\n }}\n footer={\n <div className=\"dIV\">\n <IconFeishuLogo size=\"large\" className=\"semiIconsFeishuLogo\" />\n <IconHelpCircle size=\"large\" className=\"semiIconsHelpCircle\" />\n <IconBell size=\"large\" className=\"semiIconsBell\" />\n <Avatar\n size=\"small\"\n src=\"https://sf6-cdn-tos.douyinstatic.com/obj/eden-cn/ptlz_zlp/ljhwZthlaukjlkulzlp/root-web-sites/avatarDemo.jpeg\"\n color=\"blue\"\n className=\"avatar\"\n >\n 示例\n </Avatar>\n </div>\n }\n className=\"nav\"\n ></Nav>\n <div className=\"main\">\n <div className=\"right\">\n <div className=\"frame1321317607\">\n <Charts />\n </div>\n </div>\n </div>\n </div>\n );\n};\n\n// export default Frame;\n"]}
@@ -0,0 +1 @@
1
+ export * from './frame';
@@ -0,0 +1,2 @@
1
+ export * from "./frame";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/vchart-chart-hub-theme/index.tsx"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC","file":"index.js","sourcesContent":["export * from './frame';\n"]}
@@ -0,0 +1,129 @@
1
+ .rootSidenav {
2
+ align-items: flex-start;
3
+ background: var(--semi-color-fill-0);
4
+ flex-direction: column;
5
+ overflow: hidden;
6
+ row-gap: 0;
7
+ display: flex;
8
+ color: var(--semi-color-text-0);
9
+ font-family: Inter;
10
+ font-size: 20px;
11
+ font-weight: 600;
12
+ letter-spacing: -0.6px;
13
+ line-height: 28px;
14
+ text-align: left;
15
+
16
+ .nav {
17
+ align-self: stretch;
18
+ height: 60px;
19
+
20
+ .navigationHeaderLogo {
21
+ align-items: flex-start;
22
+ column-gap: 0;
23
+ display: inline-flex;
24
+ flex-shrink: 0;
25
+
26
+ .semiIconsSemiLogo {
27
+ font-size: 36px;
28
+ color: var(--semi-color-text-0);
29
+ }
30
+ }
31
+
32
+ .dIV {
33
+ align-items: center;
34
+ column-gap: 16px;
35
+ display: inline-flex;
36
+ flex-shrink: 0;
37
+
38
+ .semiIconsFeishuLogo,
39
+ .semiIconsHelpCircle,
40
+ .semiIconsBell {
41
+ font-size: 20px;
42
+ color: var(--semi-color-text-2);
43
+ }
44
+
45
+ .avatar {
46
+ height: 32px;
47
+ width: 32px;
48
+ }
49
+ }
50
+ }
51
+
52
+ .main {
53
+ align-items: flex-start;
54
+ column-gap: 0;
55
+ display: flex;
56
+ flex-shrink: 0;
57
+ align-self: stretch;
58
+
59
+ .left {
60
+ height: calc(100vh - 60px);
61
+
62
+ .navItem,
63
+ .navItem5 {
64
+ width: 223px;
65
+
66
+ .iconIntro,
67
+ .iconRadio {
68
+ height: 20px;
69
+ position: relative;
70
+ width: 20px;
71
+ }
72
+ }
73
+
74
+ .navItem1,
75
+ .navItem2,
76
+ .navItem3,
77
+ .navItem4,
78
+ .navItem6,
79
+ .navItem7 {
80
+ width: 223px;
81
+
82
+ .iconHeart,
83
+ .iconCalendar,
84
+ .iconCheckbox,
85
+ .iconCalendar,
86
+ .iconList,
87
+ .iconToast {
88
+ height: 20px;
89
+ width: 20px;
90
+ }
91
+ }
92
+ }
93
+
94
+ .right {
95
+ height: calc(100vh - 60px);
96
+ overflow-y: auto;
97
+ align-items: flex-start;
98
+ display: flex;
99
+ flex-basis: 0;
100
+ flex-direction: column;
101
+ padding: 40px;
102
+ row-gap: 24px;
103
+ flex-grow: 1;
104
+
105
+ .item {
106
+ min-width: 90px;
107
+ vertical-align: middle;
108
+ flex-shrink: 0;
109
+ }
110
+
111
+ .frame1321317607 {
112
+ align-items: center;
113
+ border-radius: 12px;
114
+ display: flex;
115
+ flex-direction: row;
116
+ flex-shrink: 0;
117
+ color: var(--semi-color-disabled-text);
118
+ font-size: 14px;
119
+ letter-spacing: -0.14px;
120
+ line-height: 20px;
121
+
122
+ .yourContentHere {
123
+ vertical-align: middle;
124
+ min-width: 123px;
125
+ }
126
+ }
127
+ }
128
+ }
129
+ }