@proposit/proposit-core 4.2.0 → 5.1.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/README.md +5 -4
- package/dist/cli/commands/expressions.js +1 -1
- package/dist/cli/commands/expressions.js.map +1 -1
- package/dist/cli/commands/graph.d.ts.map +1 -1
- package/dist/cli/commands/graph.js +2 -0
- package/dist/cli/commands/graph.js.map +1 -1
- package/dist/cli/import.d.ts.map +1 -1
- package/dist/cli/import.js +4 -1
- package/dist/cli/import.js.map +1 -1
- package/dist/cli/schemata.d.ts +1 -1
- package/dist/extensions/citations/ieee/citation-claim.d.ts +117 -56
- package/dist/extensions/citations/ieee/citation-claim.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/formatting.d.ts +1 -1
- package/dist/extensions/citations/ieee/formatting.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/formatting.js.map +1 -1
- package/dist/extensions/citations/ieee/origin-document.d.ts +117 -56
- package/dist/extensions/citations/ieee/origin-document.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/references.d.ts +364 -169
- package/dist/extensions/citations/ieee/references.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/references.js +42 -4
- package/dist/extensions/citations/ieee/references.js.map +1 -1
- package/dist/extensions/citations/ieee/relaxed.d.ts +351 -168
- package/dist/extensions/citations/ieee/relaxed.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/segment-builder.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/segment-builder.js +11 -7
- package/dist/extensions/citations/ieee/segment-builder.js.map +1 -1
- package/dist/extensions/citations/ieee/segment-templates.d.ts +2 -0
- package/dist/extensions/citations/ieee/segment-templates.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/segment-templates.js +121 -11
- package/dist/extensions/citations/ieee/segment-templates.js.map +1 -1
- package/dist/extensions/pipelines/base/stages/formula-validation.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/stages/formula-validation.js +1 -0
- package/dist/extensions/pipelines/base/stages/formula-validation.js.map +1 -1
- package/dist/lib/core/evaluation/argument-evaluation.d.ts.map +1 -1
- package/dist/lib/core/evaluation/argument-evaluation.js +46 -1
- package/dist/lib/core/evaluation/argument-evaluation.js.map +1 -1
- package/dist/lib/core/evaluation/belnap.d.ts +22 -0
- package/dist/lib/core/evaluation/belnap.d.ts.map +1 -1
- package/dist/lib/core/evaluation/belnap.js +29 -0
- package/dist/lib/core/evaluation/belnap.js.map +1 -1
- package/dist/lib/core/expression-manager-checks.d.ts.map +1 -1
- package/dist/lib/core/expression-manager-checks.js +23 -9
- package/dist/lib/core/expression-manager-checks.js.map +1 -1
- package/dist/lib/core/expression-manager.d.ts +5 -3
- package/dist/lib/core/expression-manager.d.ts.map +1 -1
- package/dist/lib/core/expression-manager.js +9 -3
- package/dist/lib/core/expression-manager.js.map +1 -1
- package/dist/lib/core/parser/formula-gen.js +183 -91
- package/dist/lib/core/parser/formula.d.ts +3 -0
- package/dist/lib/core/parser/formula.d.ts.map +1 -1
- package/dist/lib/core/parser/formula.js.map +1 -1
- package/dist/lib/core/premise-engine.d.ts.map +1 -1
- package/dist/lib/core/premise-engine.js +12 -2
- package/dist/lib/core/premise-engine.js.map +1 -1
- package/dist/lib/grammar/an-rules.d.ts +6 -5
- package/dist/lib/grammar/an-rules.d.ts.map +1 -1
- package/dist/lib/grammar/an-rules.js +12 -8
- package/dist/lib/grammar/an-rules.js.map +1 -1
- package/dist/lib/grammar/bounded-subtree.d.ts +8 -6
- package/dist/lib/grammar/bounded-subtree.d.ts.map +1 -1
- package/dist/lib/grammar/bounded-subtree.js +14 -10
- package/dist/lib/grammar/bounded-subtree.js.map +1 -1
- package/dist/lib/grammar/validators/evaluable.d.ts +3 -3
- package/dist/lib/grammar/validators/evaluable.d.ts.map +1 -1
- package/dist/lib/grammar/validators/evaluable.js +8 -5
- package/dist/lib/grammar/validators/evaluable.js.map +1 -1
- package/dist/lib/grammar/validators/presentable.d.ts +10 -9
- package/dist/lib/grammar/validators/presentable.d.ts.map +1 -1
- package/dist/lib/grammar/validators/presentable.js +30 -21
- package/dist/lib/grammar/validators/presentable.js.map +1 -1
- package/dist/lib/grammar/validators/structural.d.ts +1 -1
- package/dist/lib/grammar/validators/structural.d.ts.map +1 -1
- package/dist/lib/grammar/validators/structural.js +9 -2
- package/dist/lib/grammar/validators/structural.js.map +1 -1
- package/dist/lib/parsing/argument-parser.d.ts.map +1 -1
- package/dist/lib/parsing/argument-parser.js +4 -1
- package/dist/lib/parsing/argument-parser.js.map +1 -1
- package/dist/lib/schemata/propositional.d.ts +3 -3
- package/dist/lib/schemata/propositional.d.ts.map +1 -1
- package/dist/lib/schemata/propositional.js +1 -0
- package/dist/lib/schemata/propositional.js.map +1 -1
- package/dist/lib/schemata/shared.d.ts.map +1 -1
- package/dist/lib/schemata/shared.js +8 -6
- package/dist/lib/schemata/shared.js.map +1 -1
- package/package.json +1 -1
|
@@ -14,11 +14,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
14
14
|
type: Type.TLiteral<"Book">;
|
|
15
15
|
title: Type.TString;
|
|
16
16
|
year: Type.TString;
|
|
17
|
-
authors: Type.TArray<Type.TObject<{
|
|
17
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
18
18
|
givenNames: Type.TString;
|
|
19
19
|
familyName: Type.TString;
|
|
20
20
|
suffix: Type.TOptional<Type.TString>;
|
|
21
|
-
}
|
|
21
|
+
}>, Type.TObject<{
|
|
22
|
+
name: Type.TString;
|
|
23
|
+
}>]>>;
|
|
22
24
|
edition: Type.TOptional<Type.TString>;
|
|
23
25
|
publisher: Type.TString;
|
|
24
26
|
location: Type.TOptional<Type.TString>;
|
|
@@ -27,11 +29,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
27
29
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
28
30
|
}>, Type.TObject<{
|
|
29
31
|
type: Type.TLiteral<"Website">;
|
|
30
|
-
authors: Type.TArray<Type.TObject<{
|
|
32
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
31
33
|
givenNames: Type.TString;
|
|
32
34
|
familyName: Type.TString;
|
|
33
35
|
suffix: Type.TOptional<Type.TString>;
|
|
34
|
-
}
|
|
36
|
+
}>, Type.TObject<{
|
|
37
|
+
name: Type.TString;
|
|
38
|
+
}>]>>;
|
|
35
39
|
pageTitle: Type.TString;
|
|
36
40
|
websiteTitle: Type.TString;
|
|
37
41
|
accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -42,17 +46,21 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
42
46
|
type: Type.TLiteral<"BookChapter">;
|
|
43
47
|
chapterTitle: Type.TString;
|
|
44
48
|
year: Type.TString;
|
|
45
|
-
authors: Type.TArray<Type.TObject<{
|
|
49
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
46
50
|
givenNames: Type.TString;
|
|
47
51
|
familyName: Type.TString;
|
|
48
52
|
suffix: Type.TOptional<Type.TString>;
|
|
49
|
-
}
|
|
53
|
+
}>, Type.TObject<{
|
|
54
|
+
name: Type.TString;
|
|
55
|
+
}>]>>;
|
|
50
56
|
bookTitle: Type.TString;
|
|
51
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
57
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
52
58
|
givenNames: Type.TString;
|
|
53
59
|
familyName: Type.TString;
|
|
54
60
|
suffix: Type.TOptional<Type.TString>;
|
|
55
|
-
}
|
|
61
|
+
}>, Type.TObject<{
|
|
62
|
+
name: Type.TString;
|
|
63
|
+
}>]>>>;
|
|
56
64
|
publisher: Type.TString;
|
|
57
65
|
location: Type.TString;
|
|
58
66
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -73,11 +81,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
73
81
|
type: Type.TLiteral<"TechnicalReport">;
|
|
74
82
|
title: Type.TString;
|
|
75
83
|
year: Type.TString;
|
|
76
|
-
authors: Type.TArray<Type.TObject<{
|
|
84
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
77
85
|
givenNames: Type.TString;
|
|
78
86
|
familyName: Type.TString;
|
|
79
87
|
suffix: Type.TOptional<Type.TString>;
|
|
80
|
-
}
|
|
88
|
+
}>, Type.TObject<{
|
|
89
|
+
name: Type.TString;
|
|
90
|
+
}>]>>;
|
|
81
91
|
reportNumber: Type.TString;
|
|
82
92
|
institution: Type.TString;
|
|
83
93
|
location: Type.TString;
|
|
@@ -95,11 +105,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
95
105
|
type: Type.TLiteral<"Thesis">;
|
|
96
106
|
title: Type.TString;
|
|
97
107
|
year: Type.TString;
|
|
98
|
-
authors: Type.TArray<Type.TObject<{
|
|
108
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
99
109
|
givenNames: Type.TString;
|
|
100
110
|
familyName: Type.TString;
|
|
101
111
|
suffix: Type.TOptional<Type.TString>;
|
|
102
|
-
}
|
|
112
|
+
}>, Type.TObject<{
|
|
113
|
+
name: Type.TString;
|
|
114
|
+
}>]>>;
|
|
103
115
|
degree: Type.TString;
|
|
104
116
|
institution: Type.TString;
|
|
105
117
|
location: Type.TString;
|
|
@@ -108,11 +120,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
108
120
|
}>, Type.TObject<{
|
|
109
121
|
type: Type.TLiteral<"Patent">;
|
|
110
122
|
title: Type.TString;
|
|
111
|
-
inventors: Type.TArray<Type.TObject<{
|
|
123
|
+
inventors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
112
124
|
givenNames: Type.TString;
|
|
113
125
|
familyName: Type.TString;
|
|
114
126
|
suffix: Type.TOptional<Type.TString>;
|
|
115
|
-
}
|
|
127
|
+
}>, Type.TObject<{
|
|
128
|
+
name: Type.TString;
|
|
129
|
+
}>]>>;
|
|
116
130
|
country: Type.TString;
|
|
117
131
|
patentNumber: Type.TString;
|
|
118
132
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -138,11 +152,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
138
152
|
type: Type.TLiteral<"JournalArticle">;
|
|
139
153
|
title: Type.TString;
|
|
140
154
|
year: Type.TString;
|
|
141
|
-
authors: Type.TArray<Type.TObject<{
|
|
155
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
142
156
|
givenNames: Type.TString;
|
|
143
157
|
familyName: Type.TString;
|
|
144
158
|
suffix: Type.TOptional<Type.TString>;
|
|
145
|
-
}
|
|
159
|
+
}>, Type.TObject<{
|
|
160
|
+
name: Type.TString;
|
|
161
|
+
}>]>>;
|
|
146
162
|
journalTitle: Type.TString;
|
|
147
163
|
volume: Type.TOptional<Type.TString>;
|
|
148
164
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -154,11 +170,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
154
170
|
type: Type.TLiteral<"MagazineArticle">;
|
|
155
171
|
title: Type.TString;
|
|
156
172
|
year: Type.TString;
|
|
157
|
-
authors: Type.TArray<Type.TObject<{
|
|
173
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
158
174
|
givenNames: Type.TString;
|
|
159
175
|
familyName: Type.TString;
|
|
160
176
|
suffix: Type.TOptional<Type.TString>;
|
|
161
|
-
}
|
|
177
|
+
}>, Type.TObject<{
|
|
178
|
+
name: Type.TString;
|
|
179
|
+
}>]>>;
|
|
162
180
|
magazineTitle: Type.TString;
|
|
163
181
|
volume: Type.TOptional<Type.TString>;
|
|
164
182
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -168,11 +186,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
168
186
|
}>, Type.TObject<{
|
|
169
187
|
type: Type.TLiteral<"NewspaperArticle">;
|
|
170
188
|
title: Type.TString;
|
|
171
|
-
authors: Type.TArray<Type.TObject<{
|
|
189
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
172
190
|
givenNames: Type.TString;
|
|
173
191
|
familyName: Type.TString;
|
|
174
192
|
suffix: Type.TOptional<Type.TString>;
|
|
175
|
-
}
|
|
193
|
+
}>, Type.TObject<{
|
|
194
|
+
name: Type.TString;
|
|
195
|
+
}>]>>;
|
|
176
196
|
newspaperTitle: Type.TString;
|
|
177
197
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
178
198
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -181,11 +201,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
181
201
|
}>, Type.TObject<{
|
|
182
202
|
type: Type.TLiteral<"ConferencePaper">;
|
|
183
203
|
title: Type.TString;
|
|
184
|
-
authors: Type.TArray<Type.TObject<{
|
|
204
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
185
205
|
givenNames: Type.TString;
|
|
186
206
|
familyName: Type.TString;
|
|
187
207
|
suffix: Type.TOptional<Type.TString>;
|
|
188
|
-
}
|
|
208
|
+
}>, Type.TObject<{
|
|
209
|
+
name: Type.TString;
|
|
210
|
+
}>]>>;
|
|
189
211
|
conferenceName: Type.TString;
|
|
190
212
|
location: Type.TString;
|
|
191
213
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -195,11 +217,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
195
217
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
196
218
|
}>, Type.TObject<{
|
|
197
219
|
type: Type.TLiteral<"ConferenceProceedings">;
|
|
198
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
220
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
199
221
|
givenNames: Type.TString;
|
|
200
222
|
familyName: Type.TString;
|
|
201
223
|
suffix: Type.TOptional<Type.TString>;
|
|
202
|
-
}
|
|
224
|
+
}>, Type.TObject<{
|
|
225
|
+
name: Type.TString;
|
|
226
|
+
}>]>>>;
|
|
203
227
|
conferenceName: Type.TString;
|
|
204
228
|
location: Type.TString;
|
|
205
229
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -211,11 +235,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
211
235
|
type: Type.TLiteral<"Dataset">;
|
|
212
236
|
title: Type.TString;
|
|
213
237
|
year: Type.TString;
|
|
214
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
238
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
215
239
|
givenNames: Type.TString;
|
|
216
240
|
familyName: Type.TString;
|
|
217
241
|
suffix: Type.TOptional<Type.TString>;
|
|
218
|
-
}
|
|
242
|
+
}>, Type.TObject<{
|
|
243
|
+
name: Type.TString;
|
|
244
|
+
}>]>>>;
|
|
219
245
|
repository: Type.TString;
|
|
220
246
|
version: Type.TOptional<Type.TString>;
|
|
221
247
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -226,11 +252,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
226
252
|
type: Type.TLiteral<"Software">;
|
|
227
253
|
title: Type.TString;
|
|
228
254
|
year: Type.TString;
|
|
229
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
255
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
230
256
|
givenNames: Type.TString;
|
|
231
257
|
familyName: Type.TString;
|
|
232
258
|
suffix: Type.TOptional<Type.TString>;
|
|
233
|
-
}
|
|
259
|
+
}>, Type.TObject<{
|
|
260
|
+
name: Type.TString;
|
|
261
|
+
}>]>>>;
|
|
234
262
|
version: Type.TOptional<Type.TString>;
|
|
235
263
|
publisher: Type.TOptional<Type.TString>;
|
|
236
264
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -239,11 +267,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
239
267
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
240
268
|
}>, Type.TObject<{
|
|
241
269
|
type: Type.TLiteral<"OnlineDocument">;
|
|
242
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
270
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
243
271
|
givenNames: Type.TString;
|
|
244
272
|
familyName: Type.TString;
|
|
245
273
|
suffix: Type.TOptional<Type.TString>;
|
|
246
|
-
}
|
|
274
|
+
}>, Type.TObject<{
|
|
275
|
+
name: Type.TString;
|
|
276
|
+
}>]>>>;
|
|
247
277
|
title: Type.TString;
|
|
248
278
|
publisher: Type.TOptional<Type.TString>;
|
|
249
279
|
url: Type.TString;
|
|
@@ -252,11 +282,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
252
282
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
253
283
|
}>, Type.TObject<{
|
|
254
284
|
type: Type.TLiteral<"Blog">;
|
|
255
|
-
author: Type.TObject<{
|
|
285
|
+
author: Type.TUnion<[Type.TObject<{
|
|
256
286
|
givenNames: Type.TString;
|
|
257
287
|
familyName: Type.TString;
|
|
258
288
|
suffix: Type.TOptional<Type.TString>;
|
|
259
|
-
}
|
|
289
|
+
}>, Type.TObject<{
|
|
290
|
+
name: Type.TString;
|
|
291
|
+
}>]>;
|
|
260
292
|
postTitle: Type.TString;
|
|
261
293
|
blogName: Type.TString;
|
|
262
294
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -266,25 +298,34 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
266
298
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
267
299
|
}>, Type.TObject<{
|
|
268
300
|
type: Type.TLiteral<"SocialMedia">;
|
|
269
|
-
author: Type.TObject<{
|
|
301
|
+
author: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
270
302
|
givenNames: Type.TString;
|
|
271
303
|
familyName: Type.TString;
|
|
272
304
|
suffix: Type.TOptional<Type.TString>;
|
|
273
|
-
}
|
|
305
|
+
}>, Type.TObject<{
|
|
306
|
+
name: Type.TString;
|
|
307
|
+
}>]>>;
|
|
308
|
+
username: Type.TOptional<Type.TString>;
|
|
309
|
+
postTitle: Type.TOptional<Type.TString>;
|
|
310
|
+
postBody: Type.TOptional<Type.TString>;
|
|
311
|
+
websiteTitle: Type.TOptional<Type.TString>;
|
|
274
312
|
platform: Type.TString;
|
|
275
313
|
postDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
276
314
|
url: Type.TString;
|
|
315
|
+
accessedDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
277
316
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
278
317
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
279
318
|
}>, Type.TObject<{
|
|
280
319
|
type: Type.TLiteral<"Preprint">;
|
|
281
320
|
title: Type.TString;
|
|
282
321
|
year: Type.TString;
|
|
283
|
-
authors: Type.TArray<Type.TObject<{
|
|
322
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
284
323
|
givenNames: Type.TString;
|
|
285
324
|
familyName: Type.TString;
|
|
286
325
|
suffix: Type.TOptional<Type.TString>;
|
|
287
|
-
}
|
|
326
|
+
}>, Type.TObject<{
|
|
327
|
+
name: Type.TString;
|
|
328
|
+
}>]>>;
|
|
288
329
|
server: Type.TString;
|
|
289
330
|
doi: Type.TOptional<Type.TString>;
|
|
290
331
|
url: Type.TString;
|
|
@@ -293,11 +334,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
293
334
|
}>, Type.TObject<{
|
|
294
335
|
type: Type.TLiteral<"Video">;
|
|
295
336
|
title: Type.TString;
|
|
296
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
337
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
297
338
|
givenNames: Type.TString;
|
|
298
339
|
familyName: Type.TString;
|
|
299
340
|
suffix: Type.TOptional<Type.TString>;
|
|
300
|
-
}
|
|
341
|
+
}>, Type.TObject<{
|
|
342
|
+
name: Type.TString;
|
|
343
|
+
}>]>>>;
|
|
301
344
|
releaseDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
302
345
|
platform: Type.TString;
|
|
303
346
|
url: Type.TString;
|
|
@@ -306,11 +349,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
306
349
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
307
350
|
}>, Type.TObject<{
|
|
308
351
|
type: Type.TLiteral<"Podcast">;
|
|
309
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
352
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
310
353
|
givenNames: Type.TString;
|
|
311
354
|
familyName: Type.TString;
|
|
312
355
|
suffix: Type.TOptional<Type.TString>;
|
|
313
|
-
}
|
|
356
|
+
}>, Type.TObject<{
|
|
357
|
+
name: Type.TString;
|
|
358
|
+
}>]>>>;
|
|
314
359
|
episodeTitle: Type.TString;
|
|
315
360
|
seriesTitle: Type.TString;
|
|
316
361
|
platform: Type.TString;
|
|
@@ -322,11 +367,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
322
367
|
type: Type.TLiteral<"Course">;
|
|
323
368
|
title: Type.TString;
|
|
324
369
|
year: Type.TString;
|
|
325
|
-
instructor: Type.TObject<{
|
|
370
|
+
instructor: Type.TUnion<[Type.TObject<{
|
|
326
371
|
givenNames: Type.TString;
|
|
327
372
|
familyName: Type.TString;
|
|
328
373
|
suffix: Type.TOptional<Type.TString>;
|
|
329
|
-
}
|
|
374
|
+
}>, Type.TObject<{
|
|
375
|
+
name: Type.TString;
|
|
376
|
+
}>]>;
|
|
330
377
|
institution: Type.TString;
|
|
331
378
|
courseCode: Type.TOptional<Type.TString>;
|
|
332
379
|
term: Type.TString;
|
|
@@ -335,11 +382,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
335
382
|
}>, Type.TObject<{
|
|
336
383
|
type: Type.TLiteral<"Presentation">;
|
|
337
384
|
title: Type.TString;
|
|
338
|
-
presenter: Type.TObject<{
|
|
385
|
+
presenter: Type.TUnion<[Type.TObject<{
|
|
339
386
|
givenNames: Type.TString;
|
|
340
387
|
familyName: Type.TString;
|
|
341
388
|
suffix: Type.TOptional<Type.TString>;
|
|
342
|
-
}
|
|
389
|
+
}>, Type.TObject<{
|
|
390
|
+
name: Type.TString;
|
|
391
|
+
}>]>;
|
|
343
392
|
eventTitle: Type.TString;
|
|
344
393
|
location: Type.TString;
|
|
345
394
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -347,41 +396,51 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
347
396
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
348
397
|
}>, Type.TObject<{
|
|
349
398
|
type: Type.TLiteral<"Interview">;
|
|
350
|
-
interviewee: Type.TObject<{
|
|
399
|
+
interviewee: Type.TUnion<[Type.TObject<{
|
|
351
400
|
givenNames: Type.TString;
|
|
352
401
|
familyName: Type.TString;
|
|
353
402
|
suffix: Type.TOptional<Type.TString>;
|
|
354
|
-
}
|
|
355
|
-
|
|
403
|
+
}>, Type.TObject<{
|
|
404
|
+
name: Type.TString;
|
|
405
|
+
}>]>;
|
|
406
|
+
interviewer: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
356
407
|
givenNames: Type.TString;
|
|
357
408
|
familyName: Type.TString;
|
|
358
409
|
suffix: Type.TOptional<Type.TString>;
|
|
359
|
-
}
|
|
410
|
+
}>, Type.TObject<{
|
|
411
|
+
name: Type.TString;
|
|
412
|
+
}>]>>;
|
|
360
413
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
361
414
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
362
415
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
363
416
|
}>, Type.TObject<{
|
|
364
417
|
type: Type.TLiteral<"PersonalCommunication">;
|
|
365
|
-
person: Type.TObject<{
|
|
418
|
+
person: Type.TUnion<[Type.TObject<{
|
|
366
419
|
givenNames: Type.TString;
|
|
367
420
|
familyName: Type.TString;
|
|
368
421
|
suffix: Type.TOptional<Type.TString>;
|
|
369
|
-
}
|
|
422
|
+
}>, Type.TObject<{
|
|
423
|
+
name: Type.TString;
|
|
424
|
+
}>]>;
|
|
370
425
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
371
426
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
372
427
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
373
428
|
}>, Type.TObject<{
|
|
374
429
|
type: Type.TLiteral<"Email">;
|
|
375
|
-
sender: Type.TObject<{
|
|
430
|
+
sender: Type.TUnion<[Type.TObject<{
|
|
376
431
|
givenNames: Type.TString;
|
|
377
432
|
familyName: Type.TString;
|
|
378
433
|
suffix: Type.TOptional<Type.TString>;
|
|
379
|
-
}
|
|
380
|
-
|
|
434
|
+
}>, Type.TObject<{
|
|
435
|
+
name: Type.TString;
|
|
436
|
+
}>]>;
|
|
437
|
+
recipient: Type.TUnion<[Type.TObject<{
|
|
381
438
|
givenNames: Type.TString;
|
|
382
439
|
familyName: Type.TString;
|
|
383
440
|
suffix: Type.TOptional<Type.TString>;
|
|
384
|
-
}
|
|
441
|
+
}>, Type.TObject<{
|
|
442
|
+
name: Type.TString;
|
|
443
|
+
}>]>;
|
|
385
444
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
386
445
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
387
446
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
@@ -404,11 +463,13 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
|
|
|
404
463
|
type: Type.TLiteral<"GovernmentPublication">;
|
|
405
464
|
title: Type.TString;
|
|
406
465
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
407
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
466
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
408
467
|
givenNames: Type.TString;
|
|
409
468
|
familyName: Type.TString;
|
|
410
469
|
suffix: Type.TOptional<Type.TString>;
|
|
411
|
-
}
|
|
470
|
+
}>, Type.TObject<{
|
|
471
|
+
name: Type.TString;
|
|
472
|
+
}>]>>>;
|
|
412
473
|
agency: Type.TString;
|
|
413
474
|
reportNumber: Type.TOptional<Type.TString>;
|
|
414
475
|
location: Type.TString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"citation-claim.d.ts","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/citation-claim.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,EAAE,EAAE,KAAK,MAAM,EAAE,MAAM,SAAS,CAAA;AAK3C,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"citation-claim.d.ts","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/citation-claim.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,EAAE,EAAE,KAAK,MAAM,EAAE,MAAM,SAAS,CAAA;AAK3C,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAOlC,CAAA;AACF,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC,OAAO,uBAAuB,CAAC,CAAA"}
|
|
@@ -2,7 +2,7 @@ import type { TIEEEReference, TReferenceType } from "./references.js";
|
|
|
2
2
|
export { formatSingleAuthor, formatNamesInCitation, formatDate, IEEE_MONTHS, } from "./segment-builder.js";
|
|
3
3
|
export interface TCitationSegment {
|
|
4
4
|
text: string;
|
|
5
|
-
role: "authors" | "title" | "bookTitle" | "publisher" | "location" | "year" | "date" | "edition" | "pages" | "volume" | "issue" | "doi" | "url" | "isbn" | "accessedDate" | "institution" | "degree" | "organization" | "standardNumber" | "reportNumber" | "patentNumber" | "country" | "platform" | "separator" | "prefix" | "suffix" | "misc";
|
|
5
|
+
role: "authors" | "title" | "bookTitle" | "publisher" | "location" | "year" | "date" | "edition" | "pages" | "volume" | "issue" | "doi" | "url" | "isbn" | "accessedDate" | "institution" | "degree" | "organization" | "standardNumber" | "reportNumber" | "patentNumber" | "country" | "platform" | "username" | "body" | "separator" | "prefix" | "suffix" | "misc";
|
|
6
6
|
style?: "italic" | "quoted" | "link" | "plain";
|
|
7
7
|
}
|
|
8
8
|
export interface TCitationFormatResult {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatting.d.ts","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/formatting.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAKrE,OAAO,EACH,kBAAkB,EAClB,qBAAqB,EACrB,UAAU,EACV,WAAW,GACd,MAAM,sBAAsB,CAAA;AAM7B,MAAM,WAAW,gBAAgB;IAC7B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EACE,SAAS,GACT,OAAO,GACP,WAAW,GACX,WAAW,GACX,UAAU,GACV,MAAM,GACN,MAAM,GACN,SAAS,GACT,OAAO,GACP,QAAQ,GACR,OAAO,GACP,KAAK,GACL,KAAK,GACL,MAAM,GACN,cAAc,GACd,aAAa,GACb,QAAQ,GACR,cAAc,GACd,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,SAAS,GACT,UAAU,GACV,WAAW,GACX,QAAQ,GACR,QAAQ,GACR,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAA;CACjD;AAED,MAAM,WAAW,qBAAqB;IAClC,IAAI,EAAE,cAAc,CAAA;IACpB,QAAQ,EAAE,gBAAgB,EAAE,CAAA;CAC/B;AA0CD;;;;GAIG;AACH,wBAAgB,mBAAmB,CAC/B,GAAG,EAAE,cAAc,GACpB,qBAAqB,CASvB"}
|
|
1
|
+
{"version":3,"file":"formatting.d.ts","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/formatting.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAKrE,OAAO,EACH,kBAAkB,EAClB,qBAAqB,EACrB,UAAU,EACV,WAAW,GACd,MAAM,sBAAsB,CAAA;AAM7B,MAAM,WAAW,gBAAgB;IAC7B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EACE,SAAS,GACT,OAAO,GACP,WAAW,GACX,WAAW,GACX,UAAU,GACV,MAAM,GACN,MAAM,GACN,SAAS,GACT,OAAO,GACP,QAAQ,GACR,OAAO,GACP,KAAK,GACL,KAAK,GACL,MAAM,GACN,cAAc,GACd,aAAa,GACb,QAAQ,GACR,cAAc,GACd,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,SAAS,GACT,UAAU,GACV,UAAU,GACV,MAAM,GACN,WAAW,GACX,QAAQ,GACR,QAAQ,GACR,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAA;CACjD;AAED,MAAM,WAAW,qBAAqB;IAClC,IAAI,EAAE,cAAc,CAAA;IACpB,QAAQ,EAAE,gBAAgB,EAAE,CAAA;CAC/B;AA0CD;;;;GAIG;AACH,wBAAgB,mBAAmB,CAC/B,GAAG,EAAE,cAAc,GACpB,qBAAqB,CASvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatting.js","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/formatting.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,oEAAoE;AAGpE,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,KAAK,SAAS,MAAM,wBAAwB,CAAA;AAEnD,6FAA6F;AAC7F,OAAO,EACH,kBAAkB,EAClB,qBAAqB,EACrB,UAAU,EACV,WAAW,GACd,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"formatting.js","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/formatting.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,oEAAoE;AAGpE,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,KAAK,SAAS,MAAM,wBAAwB,CAAA;AAEnD,6FAA6F;AAC7F,OAAO,EACH,kBAAkB,EAClB,qBAAqB,EACrB,UAAU,EACV,WAAW,GACd,MAAM,sBAAsB,CAAA;AA8C7B,8EAA8E;AAC9E,yBAAyB;AACzB,8EAA8E;AAE9E,MAAM,SAAS,GAA4D;IACvE,IAAI,EAAE,SAAS,CAAC,aAAa;IAC7B,OAAO,EAAE,SAAS,CAAC,gBAAgB;IACnC,WAAW,EAAE,SAAS,CAAC,qBAAqB;IAC5C,QAAQ,EAAE,SAAS,CAAC,iBAAiB;IACrC,eAAe,EAAE,SAAS,CAAC,yBAAyB;IACpD,QAAQ,EAAE,SAAS,CAAC,iBAAiB;IACrC,MAAM,EAAE,SAAS,CAAC,eAAe;IACjC,MAAM,EAAE,SAAS,CAAC,eAAe;IACjC,UAAU,EAAE,SAAS,CAAC,mBAAmB;IACzC,YAAY,EAAE,SAAS,CAAC,qBAAqB;IAC7C,cAAc,EAAE,SAAS,CAAC,wBAAwB;IAClD,eAAe,EAAE,SAAS,CAAC,yBAAyB;IACpD,gBAAgB,EAAE,SAAS,CAAC,0BAA0B;IACtD,eAAe,EAAE,SAAS,CAAC,yBAAyB;IACpD,qBAAqB,EAAE,SAAS,CAAC,+BAA+B;IAChE,OAAO,EAAE,SAAS,CAAC,gBAAgB;IACnC,QAAQ,EAAE,SAAS,CAAC,iBAAiB;IACrC,cAAc,EAAE,SAAS,CAAC,wBAAwB;IAClD,IAAI,EAAE,SAAS,CAAC,aAAa;IAC7B,WAAW,EAAE,SAAS,CAAC,qBAAqB;IAC5C,QAAQ,EAAE,SAAS,CAAC,iBAAiB;IACrC,KAAK,EAAE,SAAS,CAAC,cAAc;IAC/B,OAAO,EAAE,SAAS,CAAC,gBAAgB;IACnC,MAAM,EAAE,SAAS,CAAC,eAAe;IACjC,YAAY,EAAE,SAAS,CAAC,qBAAqB;IAC7C,SAAS,EAAE,SAAS,CAAC,kBAAkB;IACvC,qBAAqB,EAAE,SAAS,CAAC,+BAA+B;IAChE,KAAK,EAAE,SAAS,CAAC,cAAc;IAC/B,GAAG,EAAE,SAAS,CAAC,YAAY;IAC3B,SAAS,EAAE,SAAS,CAAC,mBAAmB;IACxC,qBAAqB,EAAE,SAAS,CAAC,+BAA+B;IAChE,SAAS,EAAE,SAAS,CAAC,kBAAkB;IACvC,aAAa,EAAE,SAAS,CAAC,uBAAuB;CACnD,CAAA;AAED;;;;GAIG;AACH,MAAM,UAAU,mBAAmB,CAC/B,GAAmB;IAEnB,MAAM,QAAQ,GAAG,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,CAAA;IACpC,OAAO;QACH,IAAI,EAAE,GAAG,CAAC,IAAI;QACd,QAAQ,EAAE,aAAa,CACnB,GAAyC,EACzC,QAAQ,CACX;KACJ,CAAA;AACL,CAAC"}
|