Commit bd84c60
File tree
16 files changed
+168
-204
lines changedFilter options
- src
- components
- Charts/tests
- Progress
- tests
- __snapshots__
- Sidebar
- Widgets/tests
- __snapshots__
- mixins
- tests
16 files changed
+168
-204
lines changedsrc/components/Charts/tests/CSimpleBarChart.spec.js
Copy file name to clipboardExpand all lines: src/components/Charts/tests/CSimpleBarChart.spec.js-12Lines changed: 0 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
4 | 2 |
|
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 | 3 |
|
16 | 4 |
|
17 | 5 |
|
|
src/components/Charts/tests/CSimpleLineChart.spec.js
Copy file name to clipboardExpand all lines: src/components/Charts/tests/CSimpleLineChart.spec.js+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
| ||
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
13 |
| - |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
src/components/Charts/tests/CSimplePointedChart.spec.js
Copy file name to clipboard+7-4Lines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
4 | 2 |
|
| 3 | + |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
10 |
| - |
| 9 | + |
11 | 10 |
|
12 | 11 |
|
13 |
| - |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
src/components/Progress/CProgressBar.js
Copy file name to clipboardExpand all lines: src/components/Progress/CProgressBar.js+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
| 1 | + |
4 | 2 |
|
5 | 3 |
|
6 | 4 |
|
|
src/components/Progress/tests/CProgress.spec.js
Copy file name to clipboardExpand all lines: src/components/Progress/tests/CProgress.spec.js+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
src/components/Progress/tests/CProgressBar.spec.js
Copy file name to clipboardExpand all lines: src/components/Progress/tests/CProgressBar.spec.js+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
src/components/Progress/tests/__snapshots__/CProgress.spec.js.snap
Copy file name to clipboardExpand all lines: src/components/Progress/tests/__snapshots__/CProgress.spec.js.snap+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
src/components/Progress/tests/__snapshots__/CProgressBar.spec.js.snap
Copy file name to clipboardExpand all lines: src/components/Progress/tests/__snapshots__/CProgressBar.spec.js.snap+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
src/components/Sidebar/CSidebarNav.vue
Copy file name to clipboardExpand all lines: src/components/Sidebar/CSidebarNav.vue+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 | 123 |
|
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
|
src/components/Sidebar/SidebarNav.vue
Copy file name to clipboardExpand all lines: src/components/Sidebar/SidebarNav.vue+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
|
src/components/Sidebar/SidebarNavLabel.vue
Copy file name to clipboardExpand all lines: src/components/Sidebar/SidebarNavLabel.vue+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
13 |
| - |
14 |
| - |
| 12 | + |
15 | 13 |
|
16 | 14 |
|
17 | 15 |
|
|
src/components/Widgets/tests/CWidget01.spec.js
Copy file name to clipboardExpand all lines: src/components/Widgets/tests/CWidget01.spec.js+20-65Lines changed: 20 additions & 65 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 | 1 |
|
54 | 2 |
|
55 | 3 |
|
| ||
75 | 23 |
|
76 | 24 |
|
77 | 25 |
|
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
84 | 36 |
|
85 | 37 |
|
86 | 38 |
|
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
94 | 49 |
|
95 | 50 |
|
96 | 51 |
|
|
src/components/Widgets/tests/CWidget05.spec.js
Copy file name to clipboardExpand all lines: src/components/Widgets/tests/CWidget05.spec.js+20-67Lines changed: 20 additions & 67 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 | 1 |
|
54 |
| - |
| 2 | + |
55 | 3 |
|
56 |
| - |
| 4 | + |
57 | 5 |
|
58 | 6 |
|
59 | 7 |
|
| ||
75 | 23 |
|
76 | 24 |
|
77 | 25 |
|
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
84 | 35 |
|
85 | 36 |
|
86 | 37 |
|
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
94 | 47 |
|
95 | 48 |
|
96 | 49 |
|
|
0 commit comments