@xwiki/cristal-electron-authentication-github-renderer 1.0.0 → 1.1.0-rc-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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xwiki/cristal-electron-authentication-github-renderer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0-rc-1",
|
|
4
4
|
"license": "LGPL 2.1",
|
|
5
5
|
"author": "XWiki Org Community <contact@xwiki.org>",
|
|
6
6
|
"homepage": "https://cristal.xwiki.org/",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"main": "./dist/index.es.js",
|
|
29
29
|
"types": "./dist/index.d.ts",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@xwiki/platform-api": "18.
|
|
32
|
-
"@xwiki/platform-authentication-api": "18.
|
|
33
|
-
"@xwiki/cristal-authentication-github-state": "1.
|
|
31
|
+
"@xwiki/platform-api": "18.1.0-rc-1",
|
|
32
|
+
"@xwiki/platform-authentication-api": "18.1.0-rc-1",
|
|
33
|
+
"@xwiki/cristal-authentication-github-state": "1.1.0-rc-1"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"inversify": "7.x",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"reflect-metadata": "0.2.2",
|
|
42
42
|
"typescript": "5.9.3",
|
|
43
43
|
"vite": "7.3.1",
|
|
44
|
-
"vue": "3.5.
|
|
45
|
-
"@xwiki/cristal-dev-config": "1.
|
|
44
|
+
"vue": "3.5.28",
|
|
45
|
+
"@xwiki/cristal-dev-config": "1.1.0-rc-1"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"api-extractor:local": "api-extractor run --local",
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
{
|
|
2
|
+
"metadata": {
|
|
3
|
+
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
+
"toolVersion": "7.56.3",
|
|
5
|
+
"schemaVersion": 1011,
|
|
6
|
+
"oldestForwardsCompatibleVersion": 1001,
|
|
7
|
+
"tsdocConfig": {
|
|
8
|
+
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
9
|
+
"noStandardTags": true,
|
|
10
|
+
"tagDefinitions": [
|
|
11
|
+
{
|
|
12
|
+
"tagName": "@alpha",
|
|
13
|
+
"syntaxKind": "modifier"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"tagName": "@beta",
|
|
17
|
+
"syntaxKind": "modifier"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"tagName": "@defaultValue",
|
|
21
|
+
"syntaxKind": "block"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"tagName": "@decorator",
|
|
25
|
+
"syntaxKind": "block",
|
|
26
|
+
"allowMultiple": true
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"tagName": "@deprecated",
|
|
30
|
+
"syntaxKind": "block"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"tagName": "@eventProperty",
|
|
34
|
+
"syntaxKind": "modifier"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"tagName": "@example",
|
|
38
|
+
"syntaxKind": "block",
|
|
39
|
+
"allowMultiple": true
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"tagName": "@experimental",
|
|
43
|
+
"syntaxKind": "modifier"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"tagName": "@inheritDoc",
|
|
47
|
+
"syntaxKind": "inline"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"tagName": "@internal",
|
|
51
|
+
"syntaxKind": "modifier"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"tagName": "@label",
|
|
55
|
+
"syntaxKind": "inline"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"tagName": "@link",
|
|
59
|
+
"syntaxKind": "inline",
|
|
60
|
+
"allowMultiple": true
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"tagName": "@override",
|
|
64
|
+
"syntaxKind": "modifier"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"tagName": "@packageDocumentation",
|
|
68
|
+
"syntaxKind": "modifier"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"tagName": "@param",
|
|
72
|
+
"syntaxKind": "block",
|
|
73
|
+
"allowMultiple": true
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"tagName": "@privateRemarks",
|
|
77
|
+
"syntaxKind": "block"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"tagName": "@public",
|
|
81
|
+
"syntaxKind": "modifier"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"tagName": "@readonly",
|
|
85
|
+
"syntaxKind": "modifier"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"tagName": "@remarks",
|
|
89
|
+
"syntaxKind": "block"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"tagName": "@returns",
|
|
93
|
+
"syntaxKind": "block"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"tagName": "@sealed",
|
|
97
|
+
"syntaxKind": "modifier"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"tagName": "@see",
|
|
101
|
+
"syntaxKind": "block"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"tagName": "@throws",
|
|
105
|
+
"syntaxKind": "block",
|
|
106
|
+
"allowMultiple": true
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"tagName": "@typeParam",
|
|
110
|
+
"syntaxKind": "block",
|
|
111
|
+
"allowMultiple": true
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"tagName": "@virtual",
|
|
115
|
+
"syntaxKind": "modifier"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"tagName": "@jsx",
|
|
119
|
+
"syntaxKind": "block"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"tagName": "@jsxRuntime",
|
|
123
|
+
"syntaxKind": "block"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"tagName": "@jsxFrag",
|
|
127
|
+
"syntaxKind": "block"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"tagName": "@jsxImportSource",
|
|
131
|
+
"syntaxKind": "block"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"tagName": "@betaDocumentation",
|
|
135
|
+
"syntaxKind": "modifier"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"tagName": "@internalRemarks",
|
|
139
|
+
"syntaxKind": "block"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"tagName": "@preapproved",
|
|
143
|
+
"syntaxKind": "modifier"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"supportForTags": {
|
|
147
|
+
"@alpha": true,
|
|
148
|
+
"@beta": true,
|
|
149
|
+
"@defaultValue": true,
|
|
150
|
+
"@decorator": true,
|
|
151
|
+
"@deprecated": true,
|
|
152
|
+
"@eventProperty": true,
|
|
153
|
+
"@example": true,
|
|
154
|
+
"@experimental": true,
|
|
155
|
+
"@inheritDoc": true,
|
|
156
|
+
"@internal": true,
|
|
157
|
+
"@label": true,
|
|
158
|
+
"@link": true,
|
|
159
|
+
"@override": true,
|
|
160
|
+
"@packageDocumentation": true,
|
|
161
|
+
"@param": true,
|
|
162
|
+
"@privateRemarks": true,
|
|
163
|
+
"@public": true,
|
|
164
|
+
"@readonly": true,
|
|
165
|
+
"@remarks": true,
|
|
166
|
+
"@returns": true,
|
|
167
|
+
"@sealed": true,
|
|
168
|
+
"@see": true,
|
|
169
|
+
"@throws": true,
|
|
170
|
+
"@typeParam": true,
|
|
171
|
+
"@virtual": true,
|
|
172
|
+
"@betaDocumentation": true,
|
|
173
|
+
"@internalRemarks": true,
|
|
174
|
+
"@preapproved": true
|
|
175
|
+
},
|
|
176
|
+
"reportUnsupportedHtmlElements": false
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"kind": "Package",
|
|
180
|
+
"canonicalReference": "@xwiki/cristal-electron-authentication-github-renderer!",
|
|
181
|
+
"docComment": "",
|
|
182
|
+
"name": "@xwiki/cristal-electron-authentication-github-renderer",
|
|
183
|
+
"preserveMemberOrder": false,
|
|
184
|
+
"members": [
|
|
185
|
+
{
|
|
186
|
+
"kind": "EntryPoint",
|
|
187
|
+
"canonicalReference": "@xwiki/cristal-electron-authentication-github-renderer!",
|
|
188
|
+
"name": "",
|
|
189
|
+
"preserveMemberOrder": false,
|
|
190
|
+
"members": [
|
|
191
|
+
{
|
|
192
|
+
"kind": "Class",
|
|
193
|
+
"canonicalReference": "@xwiki/cristal-electron-authentication-github-renderer!ComponentInit:class",
|
|
194
|
+
"docComment": "/**\n * @beta\n */\n",
|
|
195
|
+
"excerptTokens": [
|
|
196
|
+
{
|
|
197
|
+
"kind": "Content",
|
|
198
|
+
"text": "declare class ComponentInit "
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"fileUrlPath": "dist/index.d.ts",
|
|
202
|
+
"releaseTag": "Beta",
|
|
203
|
+
"isAbstract": false,
|
|
204
|
+
"name": "ComponentInit",
|
|
205
|
+
"preserveMemberOrder": false,
|
|
206
|
+
"members": [
|
|
207
|
+
{
|
|
208
|
+
"kind": "Constructor",
|
|
209
|
+
"canonicalReference": "@xwiki/cristal-electron-authentication-github-renderer!ComponentInit:constructor(1)",
|
|
210
|
+
"docComment": "/**\n * Constructs a new instance of the `ComponentInit` class\n */\n",
|
|
211
|
+
"excerptTokens": [
|
|
212
|
+
{
|
|
213
|
+
"kind": "Content",
|
|
214
|
+
"text": "constructor(container: "
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"kind": "Reference",
|
|
218
|
+
"text": "Container",
|
|
219
|
+
"canonicalReference": "@inversifyjs/container!Container:class"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"kind": "Content",
|
|
223
|
+
"text": ");"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"releaseTag": "Beta",
|
|
227
|
+
"isProtected": false,
|
|
228
|
+
"overloadIndex": 1,
|
|
229
|
+
"parameters": [
|
|
230
|
+
{
|
|
231
|
+
"parameterName": "container",
|
|
232
|
+
"parameterTypeTokenRange": {
|
|
233
|
+
"startIndex": 1,
|
|
234
|
+
"endIndex": 2
|
|
235
|
+
},
|
|
236
|
+
"isOptional": false
|
|
237
|
+
}
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"implementsTokenRanges": []
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
## API Report File for "@xwiki/cristal-electron-authentication-github-renderer"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import { Container } from 'inversify';
|
|
8
|
+
import { GitHubAuthenticationState } from '@xwiki/cristal-authentication-github-state';
|
|
9
|
+
|
|
10
|
+
// @beta (undocumented)
|
|
11
|
+
export class ComponentInit {
|
|
12
|
+
constructor(container: Container);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export { GitHubAuthenticationState }
|
|
16
|
+
|
|
17
|
+
// (No @packageDocumentation comment for this package)
|
|
18
|
+
|
|
19
|
+
```
|
package/unit-tests.xml
ADDED