@stats-organization/github-readme-stats-core 2.1.4 → 2.2.0
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/build/api/gist.d.ts +2 -7
- package/build/api/gist.d.ts.map +1 -1
- package/build/api/gist.js +28 -26
- package/build/api/index.d.ts +3 -8
- package/build/api/index.d.ts.map +1 -1
- package/build/api/index.js +32 -36
- package/build/api/pin.d.ts +2 -7
- package/build/api/pin.d.ts.map +1 -1
- package/build/api/pin.js +18 -33
- package/build/api/top-langs.d.ts +2 -7
- package/build/api/top-langs.d.ts.map +1 -1
- package/build/api/top-langs.js +32 -44
- package/build/api/wakatime.d.ts +2 -7
- package/build/api/wakatime.d.ts.map +1 -1
- package/build/api/wakatime.js +28 -26
- package/build/calculateRank.d.ts +12 -11
- package/build/calculateRank.d.ts.map +1 -1
- package/build/calculateRank.js +18 -18
- package/build/cards/common-options.d.ts +13 -0
- package/build/cards/common-options.d.ts.map +1 -0
- package/build/cards/common-options.js +1 -0
- package/build/cards/gist.d.ts +11 -16
- package/build/cards/gist.d.ts.map +1 -1
- package/build/cards/gist.js +26 -31
- package/build/cards/repo.d.ts +19 -16
- package/build/cards/repo.d.ts.map +1 -1
- package/build/cards/repo.js +79 -72
- package/build/cards/stats.d.ts +29 -44
- package/build/cards/stats.d.ts.map +1 -1
- package/build/cards/stats.js +118 -173
- package/build/cards/top-languages.d.ts +81 -77
- package/build/cards/top-languages.d.ts.map +1 -1
- package/build/cards/top-languages.js +186 -184
- package/build/cards/wakatime.d.ts +21 -11
- package/build/cards/wakatime.d.ts.map +1 -1
- package/build/cards/wakatime.js +92 -109
- package/build/common/Card.d.ts +41 -14
- package/build/common/Card.d.ts.map +1 -1
- package/build/common/Card.js +92 -31
- package/build/common/I18n.d.ts +4 -2
- package/build/common/I18n.d.ts.map +1 -1
- package/build/common/color.d.ts +91 -15
- package/build/common/color.d.ts.map +1 -1
- package/build/common/color.js +163 -17
- package/build/common/config.d.ts +2 -1
- package/build/common/config.d.ts.map +1 -1
- package/build/common/config.js +16 -26
- package/build/common/constants.d.ts +2 -1
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/date.d.ts +37 -0
- package/build/common/date.d.ts.map +1 -0
- package/build/common/date.js +31 -0
- package/build/common/html.js +1 -1
- package/build/common/http.d.ts +37 -5
- package/build/common/http.d.ts.map +1 -1
- package/build/common/http.js +29 -6
- package/build/common/icons.d.ts +1 -0
- package/build/common/icons.d.ts.map +1 -1
- package/build/common/icons.js +1 -0
- package/build/common/languageColors.d.ts +11 -0
- package/build/common/languageColors.d.ts.map +1 -0
- package/build/common/languageColors.js +15 -0
- package/build/common/languageColors.json +10 -1
- package/build/common/ops.d.ts +27 -33
- package/build/common/ops.d.ts.map +1 -1
- package/build/common/ops.js +31 -48
- package/build/common/render.d.ts +154 -113
- package/build/common/render.d.ts.map +1 -1
- package/build/common/render.js +209 -92
- package/build/common/retryer.d.ts +15 -6
- package/build/common/retryer.d.ts.map +1 -1
- package/build/common/retryer.js +2 -0
- package/build/fetchers/gist.d.ts +6 -21
- package/build/fetchers/gist.d.ts.map +1 -1
- package/build/fetchers/gist.js +28 -64
- package/build/fetchers/repo.d.ts +12 -11
- package/build/fetchers/repo.d.ts.map +1 -1
- package/build/fetchers/repo.js +27 -68
- package/build/fetchers/stats.d.ts +24 -17
- package/build/fetchers/stats.d.ts.map +1 -1
- package/build/fetchers/stats.js +302 -184
- package/build/fetchers/top-languages.d.ts +10 -15
- package/build/fetchers/top-languages.d.ts.map +1 -1
- package/build/fetchers/top-languages.js +52 -103
- package/build/fetchers/types.d.ts +130 -0
- package/build/fetchers/types.d.ts.map +1 -0
- package/build/fetchers/types.js +1 -0
- package/build/fetchers/wakatime.d.ts +9 -5
- package/build/fetchers/wakatime.d.ts.map +1 -1
- package/build/fetchers/wakatime.js +8 -4
- package/build/graphql/contributionsDocument.d.ts +18 -0
- package/build/graphql/contributionsDocument.d.ts.map +1 -0
- package/build/graphql/contributionsDocument.js +30 -0
- package/build/graphql/generated/common.d.ts +42 -0
- package/build/graphql/generated/common.d.ts.map +1 -0
- package/build/graphql/generated/common.js +2 -0
- package/build/graphql/generated/gist.d.ts +44 -0
- package/build/graphql/generated/gist.d.ts.map +1 -0
- package/build/graphql/generated/gist.js +27 -0
- package/build/graphql/generated/repo.d.ts +67 -0
- package/build/graphql/generated/repo.d.ts.map +1 -0
- package/build/graphql/generated/repo.js +30 -0
- package/build/graphql/generated/stats.d.ts +150 -0
- package/build/graphql/generated/stats.d.ts.map +1 -0
- package/build/graphql/generated/stats.js +95 -0
- package/build/graphql/generated/top-languages.d.ts +54 -0
- package/build/graphql/generated/top-languages.d.ts.map +1 -0
- package/build/graphql/generated/top-languages.js +27 -0
- package/build/graphql/graphqlDocument.d.ts +22 -0
- package/build/graphql/graphqlDocument.d.ts.map +1 -0
- package/build/graphql/graphqlDocument.js +8 -0
- package/build/graphql/reposContributedToDocument.d.ts +27 -0
- package/build/graphql/reposContributedToDocument.d.ts.map +1 -0
- package/build/graphql/reposContributedToDocument.js +59 -0
- package/build/index.d.ts +3 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +2 -1
- package/build/themes/index.d.ts +32 -0
- package/build/themes/index.d.ts.map +1 -1
- package/build/themes/index.js +28 -0
- package/build/translations.d.ts +17 -0
- package/build/translations.d.ts.map +1 -1
- package/build/translations.js +17 -0
- package/package.json +14 -8
- package/src/_emoji-name-map.d.ts +10 -0
- package/src/_github-username-regex.d.ts +4 -0
- package/src/api/gist.js +31 -31
- package/src/api/index.js +40 -42
- package/src/api/pin.js +20 -38
- package/src/api/top-langs.js +36 -49
- package/src/api/wakatime.js +31 -31
- package/src/{calculateRank.js → calculateRank.ts} +29 -19
- package/src/cards/common-options.ts +13 -0
- package/src/cards/{gist.js → gist.ts} +37 -37
- package/src/cards/{repo.js → repo.ts} +107 -79
- package/src/cards/{stats.js → stats.ts} +173 -210
- package/src/cards/{top-languages.js → top-languages.ts} +325 -243
- package/src/cards/{wakatime.js → wakatime.ts} +158 -127
- package/src/common/Card.ts +123 -43
- package/src/common/I18n.ts +6 -2
- package/src/common/color.ts +240 -28
- package/src/common/config.ts +22 -29
- package/src/common/constants.ts +3 -1
- package/src/common/date.ts +45 -0
- package/src/common/html.ts +1 -1
- package/src/common/http.ts +71 -0
- package/src/common/icons.ts +1 -0
- package/src/common/languageColors.json +10 -1
- package/src/common/languageColors.ts +19 -0
- package/src/common/ops.ts +158 -0
- package/src/common/render.ts +652 -0
- package/src/common/retryer.ts +21 -12
- package/src/fetchers/gist.ts +79 -0
- package/src/fetchers/repo.ts +114 -0
- package/src/fetchers/stats.ts +743 -0
- package/src/fetchers/top-languages.ts +135 -0
- package/src/fetchers/{types.d.ts → types.ts} +28 -20
- package/src/fetchers/{wakatime.js → wakatime.ts} +19 -5
- package/src/graphql/contributionsDocument.ts +44 -0
- package/src/graphql/generated/common.ts +26 -0
- package/src/graphql/generated/gist.ts +59 -0
- package/src/graphql/generated/repo.ts +90 -0
- package/src/graphql/generated/stats.ts +194 -0
- package/src/graphql/generated/top-languages.ts +75 -0
- package/src/graphql/graphqlDocument.ts +25 -0
- package/src/graphql/queries/gist.graphql +25 -0
- package/src/graphql/queries/repo.graphql +28 -0
- package/src/graphql/queries/stats.graphql +120 -0
- package/src/graphql/queries/top-languages.graphql +34 -0
- package/src/graphql/reposContributedToDocument.ts +86 -0
- package/src/index.ts +3 -1
- package/src/themes/index.ts +33 -0
- package/src/translations.ts +17 -0
- package/src/cards/types.d.ts +0 -78
- package/src/common/http.js +0 -19
- package/src/common/ops.js +0 -170
- package/src/common/render.js +0 -440
- package/src/fetchers/gist.js +0 -112
- package/src/fetchers/repo.js +0 -161
- package/src/fetchers/stats.js +0 -474
- package/src/fetchers/top-languages.js +0 -175
- package/src/themes/README.md +0 -229
|
@@ -1,143 +1,147 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import type { Lang, TopLangData } from "../fetchers/types.js";
|
|
2
|
+
import type { CommonOptions } from "./common-options.js";
|
|
3
|
+
declare const MIN_CARD_WIDTH = 280;
|
|
4
|
+
type TopLangLayout = "compact" | "normal" | "donut" | "donut-vertical" | "pie";
|
|
5
|
+
interface TopLangOptions extends CommonOptions {
|
|
6
|
+
hide_title: boolean;
|
|
7
|
+
card_width: number;
|
|
8
|
+
hide: Array<string>;
|
|
9
|
+
layout: TopLangLayout;
|
|
10
|
+
custom_title: string;
|
|
11
|
+
langs_count: number;
|
|
12
|
+
disable_animations: boolean;
|
|
13
|
+
hide_progress: boolean;
|
|
14
|
+
hide_values: boolean;
|
|
15
|
+
prog_bar_bg_color: string;
|
|
16
|
+
stats_format: "percentages" | "bytes";
|
|
17
|
+
}
|
|
8
18
|
/**
|
|
9
19
|
* Retrieves the programming language whose name is the longest.
|
|
10
20
|
*
|
|
11
|
-
* @param
|
|
12
|
-
* @returns
|
|
21
|
+
* @param arr Array of programming languages.
|
|
22
|
+
* @returns Longest programming language object.
|
|
13
23
|
*/
|
|
14
|
-
|
|
15
|
-
name: string;
|
|
16
|
-
size: number;
|
|
17
|
-
color: string;
|
|
18
|
-
};
|
|
24
|
+
declare const getLongestLang: (arr: Array<Lang>) => Pick<Lang, "name" | "size" | "color">;
|
|
19
25
|
/**
|
|
20
26
|
* Convert degrees to radians.
|
|
21
27
|
*
|
|
22
|
-
* @param
|
|
23
|
-
* @returns
|
|
28
|
+
* @param angleInDegrees Angle in degrees.
|
|
29
|
+
* @returns Angle in radians.
|
|
24
30
|
*/
|
|
25
|
-
|
|
31
|
+
declare const degreesToRadians: (angleInDegrees: number) => number;
|
|
26
32
|
/**
|
|
27
33
|
* Convert radians to degrees.
|
|
28
34
|
*
|
|
29
|
-
* @param
|
|
30
|
-
* @returns
|
|
35
|
+
* @param angleInRadians Angle in radians.
|
|
36
|
+
* @returns Angle in degrees.
|
|
31
37
|
*/
|
|
32
|
-
|
|
38
|
+
declare const radiansToDegrees: (angleInRadians: number) => number;
|
|
33
39
|
/**
|
|
34
40
|
* Convert polar coordinates to cartesian coordinates.
|
|
35
41
|
*
|
|
36
|
-
* @param
|
|
37
|
-
* @param
|
|
38
|
-
* @param
|
|
39
|
-
* @param
|
|
40
|
-
* @returns
|
|
42
|
+
* @param centerX Center x coordinate.
|
|
43
|
+
* @param centerY Center y coordinate.
|
|
44
|
+
* @param radius Radius of the circle.
|
|
45
|
+
* @param angleInDegrees Angle in degrees.
|
|
46
|
+
* @returns Cartesian coordinates.
|
|
41
47
|
*/
|
|
42
|
-
|
|
48
|
+
declare const polarToCartesian: (centerX: number, centerY: number, radius: number, angleInDegrees: number) => {
|
|
43
49
|
x: number;
|
|
44
50
|
y: number;
|
|
45
51
|
};
|
|
46
52
|
/**
|
|
47
53
|
* Convert cartesian coordinates to polar coordinates.
|
|
48
54
|
*
|
|
49
|
-
* @param
|
|
50
|
-
* @param
|
|
51
|
-
* @param
|
|
52
|
-
* @param
|
|
53
|
-
* @returns
|
|
55
|
+
* @param centerX Center x coordinate.
|
|
56
|
+
* @param centerY Center y coordinate.
|
|
57
|
+
* @param x Point x coordinate.
|
|
58
|
+
* @param y Point y coordinate.
|
|
59
|
+
* @returns Polar coordinates.
|
|
54
60
|
*/
|
|
55
|
-
|
|
61
|
+
declare const cartesianToPolar: (centerX: number, centerY: number, x: number, y: number) => {
|
|
56
62
|
radius: number;
|
|
57
63
|
angleInDegrees: number;
|
|
58
64
|
};
|
|
59
65
|
/**
|
|
60
66
|
* Calculates length of circle.
|
|
61
67
|
*
|
|
62
|
-
* @param
|
|
63
|
-
* @returns
|
|
68
|
+
* @param radius Radius of the circle.
|
|
69
|
+
* @returns The length of the circle.
|
|
64
70
|
*/
|
|
65
|
-
|
|
71
|
+
declare const getCircleLength: (radius: number) => number;
|
|
66
72
|
/**
|
|
67
73
|
* Calculates height for the compact layout.
|
|
68
74
|
*
|
|
69
|
-
* @param
|
|
70
|
-
* @returns
|
|
75
|
+
* @param totalLangs Total number of languages.
|
|
76
|
+
* @returns Card height.
|
|
71
77
|
*/
|
|
72
|
-
|
|
78
|
+
declare const calculateCompactLayoutHeight: (totalLangs: number) => number;
|
|
73
79
|
/**
|
|
74
80
|
* Calculates height for the normal layout.
|
|
75
81
|
*
|
|
76
|
-
* @param
|
|
77
|
-
* @returns
|
|
82
|
+
* @param totalLangs Total number of languages.
|
|
83
|
+
* @returns Card height.
|
|
78
84
|
*/
|
|
79
|
-
|
|
85
|
+
declare const calculateNormalLayoutHeight: (totalLangs: number) => number;
|
|
80
86
|
/**
|
|
81
87
|
* Calculates height for the donut layout.
|
|
82
88
|
*
|
|
83
|
-
* @param
|
|
84
|
-
* @returns
|
|
89
|
+
* @param totalLangs Total number of languages.
|
|
90
|
+
* @returns Card height.
|
|
85
91
|
*/
|
|
86
|
-
|
|
92
|
+
declare const calculateDonutLayoutHeight: (totalLangs: number) => number;
|
|
87
93
|
/**
|
|
88
94
|
* Calculates height for the donut vertical layout.
|
|
89
95
|
*
|
|
90
|
-
* @param
|
|
91
|
-
* @returns
|
|
96
|
+
* @param totalLangs Total number of languages.
|
|
97
|
+
* @returns Card height.
|
|
92
98
|
*/
|
|
93
|
-
|
|
99
|
+
declare const calculateDonutVerticalLayoutHeight: (totalLangs: number) => number;
|
|
94
100
|
/**
|
|
95
101
|
* Calculates height for the pie layout.
|
|
96
102
|
*
|
|
97
|
-
* @param
|
|
98
|
-
* @returns
|
|
103
|
+
* @param totalLangs Total number of languages.
|
|
104
|
+
* @returns Card height.
|
|
99
105
|
*/
|
|
100
|
-
|
|
106
|
+
declare const calculatePieLayoutHeight: (totalLangs: number) => number;
|
|
101
107
|
/**
|
|
102
108
|
* Calculates the center translation needed to keep the donut chart centred.
|
|
103
|
-
*
|
|
104
|
-
* @
|
|
109
|
+
*
|
|
110
|
+
* @param totalLangs Total number of languages.
|
|
111
|
+
* @returns Donut center translation.
|
|
105
112
|
*/
|
|
106
|
-
|
|
113
|
+
declare const donutCenterTranslation: (totalLangs: number) => number;
|
|
107
114
|
/**
|
|
108
115
|
* Trim top languages to lang_count while also hiding certain languages.
|
|
109
116
|
*
|
|
110
|
-
* @param
|
|
111
|
-
* @param
|
|
112
|
-
* @param
|
|
113
|
-
* @returns
|
|
117
|
+
* @param topLangs Top languages.
|
|
118
|
+
* @param langs_count Number of languages to show.
|
|
119
|
+
* @param hide Languages to hide.
|
|
120
|
+
* @returns Trimmed top languages and total size.
|
|
114
121
|
*/
|
|
115
|
-
|
|
116
|
-
langs: Lang
|
|
122
|
+
declare const trimTopLanguages: (topLangs: TopLangData, langs_count: number, hide?: Array<string>) => {
|
|
123
|
+
langs: Array<Lang>;
|
|
117
124
|
totalLanguageSize: number;
|
|
118
125
|
};
|
|
119
126
|
/**
|
|
120
|
-
*
|
|
121
|
-
*/
|
|
122
|
-
/**
|
|
123
|
-
* Renders card that display user's most frequently used programming languages.
|
|
127
|
+
* Get default languages count for provided card layout.
|
|
124
128
|
*
|
|
125
|
-
* @param
|
|
126
|
-
* @param
|
|
127
|
-
* @
|
|
129
|
+
* @param props Function properties.
|
|
130
|
+
* @param props.layout Input layout string.
|
|
131
|
+
* @param props.hide_progress Input hide_progress parameter value.
|
|
132
|
+
* @returns Default languages count for input layout.
|
|
128
133
|
*/
|
|
129
|
-
|
|
130
|
-
|
|
134
|
+
declare const getDefaultLanguagesCountByLayout: ({ layout, hide_progress, }: {
|
|
135
|
+
layout?: TopLangLayout | undefined;
|
|
136
|
+
hide_progress?: boolean | undefined;
|
|
137
|
+
}) => number;
|
|
131
138
|
/**
|
|
132
|
-
*
|
|
139
|
+
* Renders card that display user's most frequently used programming languages.
|
|
133
140
|
*
|
|
134
|
-
* @param
|
|
135
|
-
* @param
|
|
136
|
-
* @
|
|
137
|
-
* @returns {number} Default languages count for input layout.
|
|
141
|
+
* @param topLangs User's most frequently used programming languages.
|
|
142
|
+
* @param options Card options.
|
|
143
|
+
* @returns Language card SVG object.
|
|
138
144
|
*/
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
hide_progress?: boolean | undefined;
|
|
142
|
-
}): number;
|
|
145
|
+
declare const renderTopLanguages: (topLangs: TopLangData, options?: Partial<TopLangOptions>) => string;
|
|
146
|
+
export { getLongestLang, degreesToRadians, radiansToDegrees, polarToCartesian, cartesianToPolar, getCircleLength, calculateCompactLayoutHeight, calculateNormalLayoutHeight, calculateDonutLayoutHeight, calculateDonutVerticalLayoutHeight, calculatePieLayoutHeight, donutCenterTranslation, trimTopLanguages, renderTopLanguages, MIN_CARD_WIDTH, getDefaultLanguagesCountByLayout, };
|
|
143
147
|
//# sourceMappingURL=top-languages.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"top-languages.d.ts","sourceRoot":"","sources":["../../src/cards/top-languages.
|
|
1
|
+
{"version":3,"file":"top-languages.d.ts","sourceRoot":"","sources":["../../src/cards/top-languages.ts"],"names":[],"mappings":"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"}
|