@visactor/vchart-theme-demo-component 0.0.1-alpha.5 → 1.11.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.
Files changed (55) hide show
  1. package/package.json +8 -5
  2. package/cjs/index.d.ts +0 -2
  3. package/cjs/index.js +0 -15
  4. package/cjs/index.js.map +0 -1
  5. package/cjs/interface.d.ts +0 -7
  6. package/cjs/interface.js +0 -6
  7. package/cjs/interface.js.map +0 -1
  8. package/cjs/vchart-chart-hub-theme/chart-list.d.ts +0 -2
  9. package/cjs/vchart-chart-hub-theme/chart-list.js +0 -52
  10. package/cjs/vchart-chart-hub-theme/chart-list.js.map +0 -1
  11. package/cjs/vchart-chart-hub-theme/chartSpec.d.ts +0 -757
  12. package/cjs/vchart-chart-hub-theme/chartSpec.js +0 -1776
  13. package/cjs/vchart-chart-hub-theme/chartSpec.js.map +0 -1
  14. package/cjs/vchart-chart-hub-theme/charts.d.ts +0 -3
  15. package/cjs/vchart-chart-hub-theme/charts.js +0 -44
  16. package/cjs/vchart-chart-hub-theme/charts.js.map +0 -1
  17. package/cjs/vchart-chart-hub-theme/frame.d.ts +0 -3
  18. package/cjs/vchart-chart-hub-theme/frame.js +0 -51
  19. package/cjs/vchart-chart-hub-theme/frame.js.map +0 -1
  20. package/cjs/vchart-chart-hub-theme/index.d.ts +0 -1
  21. package/cjs/vchart-chart-hub-theme/index.js +0 -21
  22. package/cjs/vchart-chart-hub-theme/index.js.map +0 -1
  23. package/cjs/vchart-chart-hub-theme/index.module.less +0 -129
  24. package/cjs/vchart-chart-hub-theme/style/style.css +0 -149
  25. package/cjs/vchart-chart-hub-theme/style/style.d.ts +0 -1
  26. package/cjs/vchart-chart-hub-theme/style/style.js +0 -6
  27. package/cjs/vchart-chart-hub-theme/style/style.js.map +0 -1
  28. package/cjs/vchart-chart-hub-theme/style/style.less +0 -114
  29. package/esm/index.d.ts +0 -2
  30. package/esm/index.js +0 -4
  31. package/esm/index.js.map +0 -1
  32. package/esm/interface.d.ts +0 -7
  33. package/esm/interface.js +0 -2
  34. package/esm/interface.js.map +0 -1
  35. package/esm/vchart-chart-hub-theme/chart-list.d.ts +0 -2
  36. package/esm/vchart-chart-hub-theme/chart-list.js +0 -46
  37. package/esm/vchart-chart-hub-theme/chart-list.js.map +0 -1
  38. package/esm/vchart-chart-hub-theme/chartSpec.d.ts +0 -757
  39. package/esm/vchart-chart-hub-theme/chartSpec.js +0 -1801
  40. package/esm/vchart-chart-hub-theme/chartSpec.js.map +0 -1
  41. package/esm/vchart-chart-hub-theme/charts.d.ts +0 -3
  42. package/esm/vchart-chart-hub-theme/charts.js +0 -43
  43. package/esm/vchart-chart-hub-theme/charts.js.map +0 -1
  44. package/esm/vchart-chart-hub-theme/frame.d.ts +0 -3
  45. package/esm/vchart-chart-hub-theme/frame.js +0 -43
  46. package/esm/vchart-chart-hub-theme/frame.js.map +0 -1
  47. package/esm/vchart-chart-hub-theme/index.d.ts +0 -1
  48. package/esm/vchart-chart-hub-theme/index.js +0 -2
  49. package/esm/vchart-chart-hub-theme/index.js.map +0 -1
  50. package/esm/vchart-chart-hub-theme/index.module.less +0 -129
  51. package/esm/vchart-chart-hub-theme/style/style.css +0 -149
  52. package/esm/vchart-chart-hub-theme/style/style.d.ts +0 -1
  53. package/esm/vchart-chart-hub-theme/style/style.js +0 -2
  54. package/esm/vchart-chart-hub-theme/style/style.js.map +0 -1
  55. package/esm/vchart-chart-hub-theme/style/style.less +0 -114
@@ -1,114 +0,0 @@
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
- min-width: 1100px;
16
- .nav {
17
- align-self: stretch;
18
- height: 60px;
19
- .navigationHeaderLogo {
20
- align-items: flex-start;
21
- column-gap: 0;
22
- display: inline-flex;
23
- flex-shrink: 0;
24
- .semiIconsSemiLogo {
25
- font-size: 36px;
26
- color: var(--semi-color-text-0);
27
- }
28
- }
29
- .dIV {
30
- align-items: center;
31
- column-gap: 16px;
32
- display: inline-flex;
33
- flex-shrink: 0;
34
- .semiIconsFeishuLogo,
35
- .semiIconsHelpCircle,
36
- .semiIconsBell {
37
- font-size: 20px;
38
- color: var(--semi-color-text-2);
39
- }
40
- .avatar {
41
- height: 32px;
42
- width: 32px;
43
- }
44
- }
45
- }
46
- .main {
47
- align-items: flex-start;
48
- column-gap: 0;
49
- display: flex;
50
- flex-shrink: 0;
51
- align-self: stretch;
52
- .left {
53
- height: calc(100vh - 60px);
54
- .navItem,
55
- .navItem5 {
56
- width: 223px;
57
- .iconIntro,
58
- .iconRadio {
59
- height: 20px;
60
- position: relative;
61
- width: 20px;
62
- }
63
- }
64
- .navItem1,
65
- .navItem2,
66
- .navItem3,
67
- .navItem4,
68
- .navItem6,
69
- .navItem7 {
70
- width: 223px;
71
- .iconHeart,
72
- .iconCalendar,
73
- .iconCheckbox,
74
- .iconCalendar,
75
- .iconList,
76
- .iconToast {
77
- height: 20px;
78
- width: 20px;
79
- }
80
- }
81
- }
82
- .right {
83
- height: calc(100vh - 60px);
84
- overflow-y: auto;
85
- align-items: flex-start;
86
- display: flex;
87
- flex-basis: 0;
88
- flex-direction: column;
89
- padding: 40px;
90
- row-gap: 24px;
91
- flex-grow: 1;
92
- .item {
93
- min-width: 90px;
94
- vertical-align: middle;
95
- flex-shrink: 0;
96
- }
97
- .frame1321317607 {
98
- align-items: center;
99
- border-radius: 12px;
100
- display: flex;
101
- flex-direction: row;
102
- flex-shrink: 0;
103
- color: var(--semi-color-disabled-text);
104
- font-size: 14px;
105
- letter-spacing: -0.14px;
106
- line-height: 20px;
107
- .yourContentHere {
108
- vertical-align: middle;
109
- min-width: 123px;
110
- }
111
- }
112
- }
113
- }
114
- }
package/esm/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- import { Frame as ChartHubThemePage } from './vchart-chart-hub-theme/index';
2
- export { ChartHubThemePage };
package/esm/index.js DELETED
@@ -1,4 +0,0 @@
1
- import { Frame as ChartHubThemePage } from "./vchart-chart-hub-theme/index";
2
-
3
- export { ChartHubThemePage };
4
- //# sourceMappingURL=index.js.map
package/esm/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,EAAE,iBAAiB,EAAE,CAAC","file":"index.js","sourcesContent":["import { Frame as ChartHubThemePage } from './vchart-chart-hub-theme/index';\nexport { ChartHubThemePage };\n"]}
@@ -1,7 +0,0 @@
1
- import type { IInitOption } from '@visactor/vchart';
2
- export interface IChartInfo {
3
- spec: any;
4
- option?: IInitOption;
5
- title: string;
6
- description?: string;
7
- }
package/esm/interface.js DELETED
@@ -1,2 +0,0 @@
1
- export { };
2
- //# sourceMappingURL=interface.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/interface.ts"],"names":[],"mappings":"","file":"interface.js","sourcesContent":["import type { IInitOption } from '@visactor/vchart';\n\nexport interface IChartInfo {\n spec: any;\n option?: IInitOption;\n title: string;\n description?: string;\n}\n"]}
@@ -1,2 +0,0 @@
1
- import type { IChartInfo } from '../interface';
2
- export declare const charts: IChartInfo[];
@@ -1,46 +0,0 @@
1
- import { areaSpec, barGroupHorizontalSpec, barGroupSpec, barStackedHorizontalSpec, barStackedSpec, lineSpec, ringSpec, pieSpec, radarSpec, gaugeSpec, horizontalBarSpec, scatterSpec, indicatorSankeySpec } from "./chartSpec";
2
-
3
- export const charts = [ {
4
- title: "Line Chart",
5
- spec: lineSpec
6
- }, {
7
- title: "Area Chart",
8
- spec: areaSpec
9
- }, {
10
- title: "Grouped Bar Chart",
11
- spec: barGroupSpec
12
- }, {
13
- title: "Stacked Bar Chart",
14
- spec: barStackedSpec
15
- }, {
16
- title: "Horizontal Grouped Bar Chart",
17
- spec: barGroupHorizontalSpec
18
- }, {
19
- title: "Horizontal Stacked Bar Chart",
20
- spec: barStackedHorizontalSpec
21
- }, {
22
- title: "Pie Chart",
23
- spec: pieSpec
24
- }, {
25
- title: "Ring Chart",
26
- spec: ringSpec
27
- }, {
28
- title: "Gauge Chart",
29
- spec: gaugeSpec
30
- }, {
31
- title: "Horizontal Bar Chart",
32
- spec: horizontalBarSpec
33
- }, {
34
- title: "Scatter Chart",
35
- spec: scatterSpec
36
- }, {
37
- title: "Radar Chart",
38
- spec: radarSpec
39
- }, {
40
- title: "Indicator Sankey Chart",
41
- spec: indicatorSankeySpec,
42
- option: {
43
- enableHtmlAttribute: !0
44
- }
45
- } ];
46
- //# sourceMappingURL=chart-list.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/vchart-chart-hub-theme/chart-list.ts"],"names":[],"mappings":"AACA,OAAO,EACL,QAAQ,EACR,sBAAsB,EACtB,YAAY,EACZ,wBAAwB,EACxB,cAAc,EACd,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,SAAS,EACT,SAAS,EACT,iBAAiB,EACjB,WAAW,EACX,mBAAmB,EACpB,MAAM,aAAa,CAAC;AAErB,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 {\n areaSpec,\n barGroupHorizontalSpec,\n barGroupSpec,\n barStackedHorizontalSpec,\n barStackedSpec,\n lineSpec,\n ringSpec,\n pieSpec,\n radarSpec,\n gaugeSpec,\n horizontalBarSpec,\n scatterSpec,\n indicatorSankeySpec\n} from './chartSpec';\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"]}