@cyclonedx/cyclonedx-library 2.1.0 → 3.0.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 +3 -2
- package/dist.d/enums/componentType.d.ts +5 -1
- package/dist.d/enums/componentType.d.ts.map +1 -1
- package/dist.d/enums/externalReferenceType.d.ts +23 -0
- package/dist.d/enums/externalReferenceType.d.ts.map +1 -1
- package/dist.d/enums/vulnerability/ratingMethod.d.ts +9 -4
- package/dist.d/enums/vulnerability/ratingMethod.d.ts.map +1 -1
- package/dist.d/models/bomLink.d.ts +66 -0
- package/dist.d/models/bomLink.d.ts.map +1 -0
- package/dist.d/models/bomRef.d.ts +4 -2
- package/dist.d/models/bomRef.d.ts.map +1 -1
- package/dist.d/models/externalReference.d.ts +2 -1
- package/dist.d/models/externalReference.d.ts.map +1 -1
- package/dist.d/models/index.d.ts +1 -0
- package/dist.d/models/index.d.ts.map +1 -1
- package/dist.d/models/vulnerability/affect.d.ts +3 -2
- package/dist.d/models/vulnerability/affect.d.ts.map +1 -1
- package/dist.d/serialize/json/normalize.d.ts.map +1 -1
- package/dist.d/serialize/json/types.d.ts +9 -5
- package/dist.d/serialize/json/types.d.ts.map +1 -1
- package/dist.d/serialize/xml/normalize.d.ts.map +1 -1
- package/dist.d/spec.d.ts +9 -5
- package/dist.d/spec.d.ts.map +1 -1
- package/dist.d/types/integer.d.ts +2 -2
- package/dist.node/enums/componentType.js +4 -0
- package/dist.node/enums/componentType.js.map +1 -1
- package/dist.node/enums/externalReferenceType.js +23 -0
- package/dist.node/enums/externalReferenceType.js.map +1 -1
- package/dist.node/enums/vulnerability/ratingMethod.js +2 -0
- package/dist.node/enums/vulnerability/ratingMethod.js.map +1 -1
- package/dist.node/models/bomLink.js +80 -0
- package/dist.node/models/bomLink.js.map +1 -0
- package/dist.node/models/bomRef.js.map +1 -1
- package/dist.node/models/externalReference.js.map +1 -1
- package/dist.node/models/index.js +1 -0
- package/dist.node/models/index.js.map +1 -1
- package/dist.node/models/vulnerability/affect.js.map +1 -1
- package/dist.node/resources.node.js +15 -12
- package/dist.node/resources.node.js.map +1 -1
- package/dist.node/serialize/json/normalize.js +6 -3
- package/dist.node/serialize/json/normalize.js.map +1 -1
- package/dist.node/serialize/xml/normalize.js +8 -3
- package/dist.node/serialize/xml/normalize.js.map +1 -1
- package/dist.node/spec.js +104 -13
- package/dist.node/spec.js.map +1 -1
- package/dist.web/lib.dev.js +238 -20
- package/dist.web/lib.dev.js.map +1 -1
- package/dist.web/lib.js +1 -1
- package/dist.web/lib.js.map +1 -1
- package/package.json +4 -4
- package/res/schema/README.md +14 -11
- package/res/schema/bom-1.1.SNAPSHOT.xsd +8 -1
- package/res/schema/bom-1.2-strict.SNAPSHOT.schema.json +8 -5
- package/res/schema/bom-1.2.SNAPSHOT.schema.json +8 -4
- package/res/schema/bom-1.2.SNAPSHOT.xsd +10 -3
- package/res/schema/bom-1.3-strict.SNAPSHOT.schema.json +8 -4
- package/res/schema/bom-1.3.SNAPSHOT.schema.json +8 -4
- package/res/schema/bom-1.3.SNAPSHOT.xsd +14 -5
- package/res/schema/bom-1.4.SNAPSHOT.schema.json +2 -2
- package/res/schema/bom-1.4.SNAPSHOT.xsd +4 -2
- package/res/schema/bom-1.5.SNAPSHOT.schema.json +3799 -0
- package/res/schema/bom-1.5.SNAPSHOT.xsd +5464 -0
- package/res/schema/jsf-0.82.SNAPSHOT.schema.json +0 -4
- package/res/schema/spdx.SNAPSHOT.schema.json +569 -486
- package/res/schema/spdx.SNAPSHOT.xsd +1468 -1053
- package/src/enums/componentType.ts +4 -0
- package/src/enums/externalReferenceType.ts +23 -0
- package/src/enums/vulnerability/ratingMethod.ts +9 -4
- package/src/models/bomLink.ts +111 -0
- package/src/models/bomRef.ts +5 -2
- package/src/models/externalReference.ts +2 -1
- package/src/models/index.ts +1 -0
- package/src/models/vulnerability/affect.ts +3 -2
- package/src/resources.node.ts +20 -17
- package/src/serialize/json/normalize.ts +6 -3
- package/src/serialize/json/types.ts +10 -5
- package/src/serialize/xml/normalize.ts +8 -3
- package/src/spec.ts +121 -7
- package/src/types/integer.ts +2 -2
package/dist.node/spec.js
CHANGED
|
@@ -28,17 +28,18 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
28
28
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
29
29
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
30
30
|
};
|
|
31
|
-
var _Spec_version, _Spec_formats, _Spec_componentTypes, _Spec_hashAlgorithms, _Spec_hashValuePattern, _Spec_externalReferenceTypes, _Spec_supportsDependencyGraph, _Spec_supportsToolReferences, _Spec_requiresComponentVersion, _Spec_supportsProperties, _Spec_supportsVulnerabilities, _Spec_supportsComponentEvidence;
|
|
31
|
+
var _Spec_version, _Spec_formats, _Spec_componentTypes, _Spec_hashAlgorithms, _Spec_hashValuePattern, _Spec_externalReferenceTypes, _Spec_vulnerabilityRatingMethods, _Spec_supportsDependencyGraph, _Spec_supportsToolReferences, _Spec_requiresComponentVersion, _Spec_supportsProperties, _Spec_supportsVulnerabilities, _Spec_supportsComponentEvidence;
|
|
32
32
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33
|
-
exports.SpecVersionDict = exports.Spec1dot4 = exports.Spec1dot3 = exports.Spec1dot2 = exports.UnsupportedFormatError = exports.Format = exports.Version = void 0;
|
|
33
|
+
exports.SpecVersionDict = exports.Spec1dot5 = exports.Spec1dot4 = exports.Spec1dot3 = exports.Spec1dot2 = exports.UnsupportedFormatError = exports.Format = exports.Version = void 0;
|
|
34
34
|
const enums_1 = require("./enums");
|
|
35
35
|
var Version;
|
|
36
36
|
(function (Version) {
|
|
37
|
-
Version["
|
|
38
|
-
Version["v1dot1"] = "1.1";
|
|
39
|
-
Version["v1dot2"] = "1.2";
|
|
40
|
-
Version["v1dot3"] = "1.3";
|
|
37
|
+
Version["v1dot5"] = "1.5";
|
|
41
38
|
Version["v1dot4"] = "1.4";
|
|
39
|
+
Version["v1dot3"] = "1.3";
|
|
40
|
+
Version["v1dot2"] = "1.2";
|
|
41
|
+
Version["v1dot1"] = "1.1";
|
|
42
|
+
Version["v1dot0"] = "1.0";
|
|
42
43
|
})(Version || (exports.Version = Version = {}));
|
|
43
44
|
var Format;
|
|
44
45
|
(function (Format) {
|
|
@@ -49,13 +50,14 @@ class UnsupportedFormatError extends Error {
|
|
|
49
50
|
}
|
|
50
51
|
exports.UnsupportedFormatError = UnsupportedFormatError;
|
|
51
52
|
class Spec {
|
|
52
|
-
constructor(version, formats, componentTypes, hashAlgorithms, hashValuePattern, externalReferenceTypes, supportsDependencyGraph, supportsToolReferences, requiresComponentVersion, supportsProperties, supportsVulnerabilities, supportsComponentEvidence) {
|
|
53
|
+
constructor(version, formats, componentTypes, hashAlgorithms, hashValuePattern, externalReferenceTypes, supportsDependencyGraph, supportsToolReferences, requiresComponentVersion, supportsProperties, supportsVulnerabilities, vulnerabilityRatingMethods, supportsComponentEvidence) {
|
|
53
54
|
_Spec_version.set(this, void 0);
|
|
54
55
|
_Spec_formats.set(this, void 0);
|
|
55
56
|
_Spec_componentTypes.set(this, void 0);
|
|
56
57
|
_Spec_hashAlgorithms.set(this, void 0);
|
|
57
58
|
_Spec_hashValuePattern.set(this, void 0);
|
|
58
59
|
_Spec_externalReferenceTypes.set(this, void 0);
|
|
60
|
+
_Spec_vulnerabilityRatingMethods.set(this, void 0);
|
|
59
61
|
_Spec_supportsDependencyGraph.set(this, void 0);
|
|
60
62
|
_Spec_supportsToolReferences.set(this, void 0);
|
|
61
63
|
_Spec_requiresComponentVersion.set(this, void 0);
|
|
@@ -73,6 +75,7 @@ class Spec {
|
|
|
73
75
|
__classPrivateFieldSet(this, _Spec_requiresComponentVersion, requiresComponentVersion, "f");
|
|
74
76
|
__classPrivateFieldSet(this, _Spec_supportsProperties, supportsProperties, "f");
|
|
75
77
|
__classPrivateFieldSet(this, _Spec_supportsVulnerabilities, supportsVulnerabilities, "f");
|
|
78
|
+
__classPrivateFieldSet(this, _Spec_vulnerabilityRatingMethods, new Set(vulnerabilityRatingMethods), "f");
|
|
76
79
|
__classPrivateFieldSet(this, _Spec_supportsComponentEvidence, supportsComponentEvidence, "f");
|
|
77
80
|
}
|
|
78
81
|
get version() {
|
|
@@ -109,11 +112,14 @@ class Spec {
|
|
|
109
112
|
get supportsVulnerabilities() {
|
|
110
113
|
return __classPrivateFieldGet(this, _Spec_supportsVulnerabilities, "f");
|
|
111
114
|
}
|
|
115
|
+
supportsVulnerabilityRatingMethod(rm) {
|
|
116
|
+
return __classPrivateFieldGet(this, _Spec_vulnerabilityRatingMethods, "f").has(rm);
|
|
117
|
+
}
|
|
112
118
|
get supportsComponentEvidence() {
|
|
113
119
|
return __classPrivateFieldGet(this, _Spec_supportsComponentEvidence, "f");
|
|
114
120
|
}
|
|
115
121
|
}
|
|
116
|
-
_Spec_version = new WeakMap(), _Spec_formats = new WeakMap(), _Spec_componentTypes = new WeakMap(), _Spec_hashAlgorithms = new WeakMap(), _Spec_hashValuePattern = new WeakMap(), _Spec_externalReferenceTypes = new WeakMap(), _Spec_supportsDependencyGraph = new WeakMap(), _Spec_supportsToolReferences = new WeakMap(), _Spec_requiresComponentVersion = new WeakMap(), _Spec_supportsProperties = new WeakMap(), _Spec_supportsVulnerabilities = new WeakMap(), _Spec_supportsComponentEvidence = new WeakMap();
|
|
122
|
+
_Spec_version = new WeakMap(), _Spec_formats = new WeakMap(), _Spec_componentTypes = new WeakMap(), _Spec_hashAlgorithms = new WeakMap(), _Spec_hashValuePattern = new WeakMap(), _Spec_externalReferenceTypes = new WeakMap(), _Spec_vulnerabilityRatingMethods = new WeakMap(), _Spec_supportsDependencyGraph = new WeakMap(), _Spec_supportsToolReferences = new WeakMap(), _Spec_requiresComponentVersion = new WeakMap(), _Spec_supportsProperties = new WeakMap(), _Spec_supportsVulnerabilities = new WeakMap(), _Spec_supportsComponentEvidence = new WeakMap();
|
|
117
123
|
exports.Spec1dot2 = Object.freeze(new Spec(Version.v1dot2, [
|
|
118
124
|
Format.XML,
|
|
119
125
|
Format.JSON
|
|
@@ -155,7 +161,7 @@ exports.Spec1dot2 = Object.freeze(new Spec(Version.v1dot2, [
|
|
|
155
161
|
enums_1.ExternalReferenceType.BuildMeta,
|
|
156
162
|
enums_1.ExternalReferenceType.BuildSystem,
|
|
157
163
|
enums_1.ExternalReferenceType.Other
|
|
158
|
-
], true, false, true, false, false, false));
|
|
164
|
+
], true, false, true, false, false, [], false));
|
|
159
165
|
exports.Spec1dot3 = Object.freeze(new Spec(Version.v1dot3, [
|
|
160
166
|
Format.XML,
|
|
161
167
|
Format.JSON
|
|
@@ -197,7 +203,7 @@ exports.Spec1dot3 = Object.freeze(new Spec(Version.v1dot3, [
|
|
|
197
203
|
enums_1.ExternalReferenceType.BuildMeta,
|
|
198
204
|
enums_1.ExternalReferenceType.BuildSystem,
|
|
199
205
|
enums_1.ExternalReferenceType.Other
|
|
200
|
-
], true, false, true, true, false, true));
|
|
206
|
+
], true, false, true, true, false, [], true));
|
|
201
207
|
exports.Spec1dot4 = Object.freeze(new Spec(Version.v1dot4, [
|
|
202
208
|
Format.XML,
|
|
203
209
|
Format.JSON
|
|
@@ -240,10 +246,95 @@ exports.Spec1dot4 = Object.freeze(new Spec(Version.v1dot4, [
|
|
|
240
246
|
enums_1.ExternalReferenceType.BuildSystem,
|
|
241
247
|
enums_1.ExternalReferenceType.ReleaseNotes,
|
|
242
248
|
enums_1.ExternalReferenceType.Other
|
|
243
|
-
], true, true, false, true, true,
|
|
249
|
+
], true, true, false, true, true, [
|
|
250
|
+
enums_1.Vulnerability.RatingMethod.CVSSv2,
|
|
251
|
+
enums_1.Vulnerability.RatingMethod.CVSSv3,
|
|
252
|
+
enums_1.Vulnerability.RatingMethod.CVSSv31,
|
|
253
|
+
enums_1.Vulnerability.RatingMethod.OWASP,
|
|
254
|
+
enums_1.Vulnerability.RatingMethod.Other
|
|
255
|
+
], true));
|
|
256
|
+
exports.Spec1dot5 = Object.freeze(new Spec(Version.v1dot5, [
|
|
257
|
+
Format.XML,
|
|
258
|
+
Format.JSON
|
|
259
|
+
], [
|
|
260
|
+
enums_1.ComponentType.Application,
|
|
261
|
+
enums_1.ComponentType.Framework,
|
|
262
|
+
enums_1.ComponentType.Library,
|
|
263
|
+
enums_1.ComponentType.Container,
|
|
264
|
+
enums_1.ComponentType.Platform,
|
|
265
|
+
enums_1.ComponentType.OperatingSystem,
|
|
266
|
+
enums_1.ComponentType.Device,
|
|
267
|
+
enums_1.ComponentType.DeviceDriver,
|
|
268
|
+
enums_1.ComponentType.Firmware,
|
|
269
|
+
enums_1.ComponentType.File,
|
|
270
|
+
enums_1.ComponentType.MachineLearningModel,
|
|
271
|
+
enums_1.ComponentType.Data
|
|
272
|
+
], [
|
|
273
|
+
enums_1.HashAlgorithm.MD5,
|
|
274
|
+
enums_1.HashAlgorithm['SHA-1'],
|
|
275
|
+
enums_1.HashAlgorithm['SHA-256'],
|
|
276
|
+
enums_1.HashAlgorithm['SHA-384'],
|
|
277
|
+
enums_1.HashAlgorithm['SHA-512'],
|
|
278
|
+
enums_1.HashAlgorithm['SHA3-256'],
|
|
279
|
+
enums_1.HashAlgorithm['SHA3-384'],
|
|
280
|
+
enums_1.HashAlgorithm['SHA3-512'],
|
|
281
|
+
enums_1.HashAlgorithm['BLAKE2b-256'],
|
|
282
|
+
enums_1.HashAlgorithm['BLAKE2b-384'],
|
|
283
|
+
enums_1.HashAlgorithm['BLAKE2b-512'],
|
|
284
|
+
enums_1.HashAlgorithm.BLAKE3
|
|
285
|
+
], /^([a-fA-F0-9]{32})$|^([a-fA-F0-9]{40})$|^([a-fA-F0-9]{64})$|^([a-fA-F0-9]{96})$|^([a-fA-F0-9]{128})$/, [
|
|
286
|
+
enums_1.ExternalReferenceType.VCS,
|
|
287
|
+
enums_1.ExternalReferenceType.IssueTracker,
|
|
288
|
+
enums_1.ExternalReferenceType.Website,
|
|
289
|
+
enums_1.ExternalReferenceType.Advisories,
|
|
290
|
+
enums_1.ExternalReferenceType.BOM,
|
|
291
|
+
enums_1.ExternalReferenceType.MailingList,
|
|
292
|
+
enums_1.ExternalReferenceType.Social,
|
|
293
|
+
enums_1.ExternalReferenceType.Chat,
|
|
294
|
+
enums_1.ExternalReferenceType.Documentation,
|
|
295
|
+
enums_1.ExternalReferenceType.Support,
|
|
296
|
+
enums_1.ExternalReferenceType.Distribution,
|
|
297
|
+
enums_1.ExternalReferenceType.DistributionIntake,
|
|
298
|
+
enums_1.ExternalReferenceType.License,
|
|
299
|
+
enums_1.ExternalReferenceType.BuildMeta,
|
|
300
|
+
enums_1.ExternalReferenceType.BuildSystem,
|
|
301
|
+
enums_1.ExternalReferenceType.ReleaseNotes,
|
|
302
|
+
enums_1.ExternalReferenceType.SecurityContact,
|
|
303
|
+
enums_1.ExternalReferenceType.ModelCard,
|
|
304
|
+
enums_1.ExternalReferenceType.Log,
|
|
305
|
+
enums_1.ExternalReferenceType.Configuration,
|
|
306
|
+
enums_1.ExternalReferenceType.Evidence,
|
|
307
|
+
enums_1.ExternalReferenceType.Formulation,
|
|
308
|
+
enums_1.ExternalReferenceType.Attestation,
|
|
309
|
+
enums_1.ExternalReferenceType.ThreatModel,
|
|
310
|
+
enums_1.ExternalReferenceType.AdversaryModel,
|
|
311
|
+
enums_1.ExternalReferenceType.RiskAssessment,
|
|
312
|
+
enums_1.ExternalReferenceType.VulnerabilityAssertion,
|
|
313
|
+
enums_1.ExternalReferenceType.ExploitabilityStatement,
|
|
314
|
+
enums_1.ExternalReferenceType.PentestReport,
|
|
315
|
+
enums_1.ExternalReferenceType.StaticAnalysisReport,
|
|
316
|
+
enums_1.ExternalReferenceType.DynamicAnalysisReport,
|
|
317
|
+
enums_1.ExternalReferenceType.RuntimeAnalysisReport,
|
|
318
|
+
enums_1.ExternalReferenceType.ComponentAnalysisReport,
|
|
319
|
+
enums_1.ExternalReferenceType.MaturityReport,
|
|
320
|
+
enums_1.ExternalReferenceType.CertificationReport,
|
|
321
|
+
enums_1.ExternalReferenceType.CodifiedInfrastructure,
|
|
322
|
+
enums_1.ExternalReferenceType.QualityMetrics,
|
|
323
|
+
enums_1.ExternalReferenceType.POAM,
|
|
324
|
+
enums_1.ExternalReferenceType.Other
|
|
325
|
+
], true, true, false, true, true, [
|
|
326
|
+
enums_1.Vulnerability.RatingMethod.CVSSv2,
|
|
327
|
+
enums_1.Vulnerability.RatingMethod.CVSSv3,
|
|
328
|
+
enums_1.Vulnerability.RatingMethod.CVSSv31,
|
|
329
|
+
enums_1.Vulnerability.RatingMethod.CVSSv4,
|
|
330
|
+
enums_1.Vulnerability.RatingMethod.OWASP,
|
|
331
|
+
enums_1.Vulnerability.RatingMethod.SSVC,
|
|
332
|
+
enums_1.Vulnerability.RatingMethod.Other
|
|
333
|
+
], true));
|
|
244
334
|
exports.SpecVersionDict = Object.freeze({
|
|
245
|
-
[Version.
|
|
335
|
+
[Version.v1dot5]: exports.Spec1dot5,
|
|
336
|
+
[Version.v1dot4]: exports.Spec1dot4,
|
|
246
337
|
[Version.v1dot3]: exports.Spec1dot3,
|
|
247
|
-
[Version.
|
|
338
|
+
[Version.v1dot2]: exports.Spec1dot2
|
|
248
339
|
});
|
|
249
340
|
//# sourceMappingURL=spec.js.map
|
package/dist.node/spec.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec.js","sourceRoot":"","sources":["../src/spec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;EAiBE;;;;;;;;;;;;;;;AAEF,
|
|
1
|
+
{"version":3,"file":"spec.js","sourceRoot":"","sources":["../src/spec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;EAiBE;;;;;;;;;;;;;;;AAEF,mCAA4F;AAG5F,IAAY,OAOX;AAPD,WAAY,OAAO;IACjB,yBAAc,CAAA;IACd,yBAAc,CAAA;IACd,yBAAc,CAAA;IACd,yBAAc,CAAA;IACd,yBAAc,CAAA;IACd,yBAAc,CAAA;AAChB,CAAC,EAPW,OAAO,uBAAP,OAAO,QAOlB;AAED,IAAY,MAGX;AAHD,WAAY,MAAM;IAChB,qBAAW,CAAA;IACX,uBAAa,CAAA;AACf,CAAC,EAHW,MAAM,sBAAN,MAAM,QAGjB;AAED,MAAa,sBAAuB,SAAQ,KAAK;CAChD;AADD,wDACC;AAsBD,MAAM,IAAI;IAeR,YACE,OAAgB,EAChB,OAAyB,EACzB,cAAuC,EACvC,cAAuC,EACvC,gBAAwB,EACxB,sBAAuD,EACvD,uBAAgC,EAChC,sBAA+B,EAC/B,wBAAiC,EACjC,kBAA2B,EAC3B,uBAAgC,EAChC,0BAAgE,EAChE,yBAAkC;QA3B3B,gCAAiB;QACjB,gCAA6B;QAC7B,uCAA2C;QAC3C,uCAA2C;QAC3C,yCAAyB;QACzB,+CAA2D;QAC3D,mDAAoE;QACpE,gDAAiC;QACjC,+CAAgC;QAChC,iDAAkC;QAClC,2CAA4B;QAC5B,gDAAiC;QACjC,kDAAmC;QAiB1C,uBAAA,IAAI,iBAAY,OAAO,MAAA,CAAA;QACvB,uBAAA,IAAI,iBAAY,IAAI,GAAG,CAAC,OAAO,CAAC,MAAA,CAAA;QAChC,uBAAA,IAAI,wBAAmB,IAAI,GAAG,CAAC,cAAc,CAAC,MAAA,CAAA;QAC9C,uBAAA,IAAI,wBAAmB,IAAI,GAAG,CAAC,cAAc,CAAC,MAAA,CAAA;QAC9C,uBAAA,IAAI,0BAAqB,gBAAgB,MAAA,CAAA;QACzC,uBAAA,IAAI,gCAA2B,IAAI,GAAG,CAAC,sBAAsB,CAAC,MAAA,CAAA;QAC9D,uBAAA,IAAI,iCAA4B,uBAAuB,MAAA,CAAA;QACvD,uBAAA,IAAI,gCAA2B,sBAAsB,MAAA,CAAA;QACrD,uBAAA,IAAI,kCAA6B,wBAAwB,MAAA,CAAA;QACzD,uBAAA,IAAI,4BAAuB,kBAAkB,MAAA,CAAA;QAC7C,uBAAA,IAAI,iCAA4B,uBAAuB,MAAA,CAAA;QACvD,uBAAA,IAAI,oCAA+B,IAAI,GAAG,CAAC,0BAA0B,CAAC,MAAA,CAAA;QACtE,uBAAA,IAAI,mCAA8B,yBAAyB,MAAA,CAAA;IAC7D,CAAC;IAED,IAAI,OAAO;QACT,OAAO,uBAAA,IAAI,qBAAS,CAAA;IACtB,CAAC;IAED,cAAc,CAAE,CAAe;QAC7B,OAAO,uBAAA,IAAI,qBAAS,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;IAC7B,CAAC;IAED,qBAAqB,CAAE,EAAuB;QAC5C,OAAO,uBAAA,IAAI,4BAAgB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAA;IACrC,CAAC;IAED,qBAAqB,CAAE,EAAuB;QAC5C,OAAO,uBAAA,IAAI,4BAAgB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAA;IACrC,CAAC;IAED,iBAAiB,CAAE,EAAqB;QACtC,OAAO,OAAO,EAAE,KAAK,QAAQ;YAC3B,uBAAA,IAAI,8BAAkB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;IACnC,CAAC;IAED,6BAA6B,CAAE,GAAgC;QAC7D,OAAO,uBAAA,IAAI,oCAAwB,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;IAC9C,CAAC;IAED,IAAI,uBAAuB;QACzB,OAAO,uBAAA,IAAI,qCAAyB,CAAA;IACtC,CAAC;IAED,IAAI,sBAAsB;QACxB,OAAO,uBAAA,IAAI,oCAAwB,CAAA;IACrC,CAAC;IAED,IAAI,wBAAwB;QAC1B,OAAO,uBAAA,IAAI,sCAA0B,CAAA;IACvC,CAAC;IAED,kBAAkB;QAEhB,OAAO,uBAAA,IAAI,gCAAoB,CAAA;IACjC,CAAC;IAED,IAAI,uBAAuB;QACzB,OAAO,uBAAA,IAAI,qCAAyB,CAAA;IACtC,CAAC;IAED,iCAAiC,CAAE,EAAoC;QACrE,OAAO,uBAAA,IAAI,wCAA4B,CAAC,GAAG,CAAC,EAAE,CAAC,CAAA;IACjD,CAAC;IAED,IAAI,yBAAyB;QAC3B,OAAO,uBAAA,IAAI,uCAA2B,CAAA;IACxC,CAAC;CACF;;AAGY,QAAA,SAAS,GAAuB,MAAM,CAAC,MAAM,CAAC,IAAI,IAAI,CACjE,OAAO,CAAC,MAAM,EACd;IACE,MAAM,CAAC,GAAG;IACV,MAAM,CAAC,IAAI;CACZ,EACD;IACE,qBAAa,CAAC,WAAW;IACzB,qBAAa,CAAC,SAAS;IACvB,qBAAa,CAAC,OAAO;IACrB,qBAAa,CAAC,SAAS;IACvB,qBAAa,CAAC,eAAe;IAC7B,qBAAa,CAAC,MAAM;IACpB,qBAAa,CAAC,QAAQ;IACtB,qBAAa,CAAC,IAAI;CACnB,EACD;IACE,qBAAa,CAAC,GAAG;IACjB,qBAAa,CAAC,OAAO,CAAC;IACtB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,MAAM;CACrB,EACD,sGAAsG,EACtG;IACE,6BAAqB,CAAC,GAAG;IACzB,6BAAqB,CAAC,YAAY;IAClC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,UAAU;IAChC,6BAAqB,CAAC,GAAG;IACzB,6BAAqB,CAAC,WAAW;IACjC,6BAAqB,CAAC,MAAM;IAC5B,6BAAqB,CAAC,IAAI;IAC1B,6BAAqB,CAAC,aAAa;IACnC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,YAAY;IAClC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,SAAS;IAC/B,6BAAqB,CAAC,WAAW;IACjC,6BAAqB,CAAC,KAAK;CAC5B,EACD,IAAI,EACJ,KAAK,EACL,IAAI,EACJ,KAAK,EACL,KAAK,EACL,EAAE,EACF,KAAK,CACN,CAAC,CAAA;AAGW,QAAA,SAAS,GAAuB,MAAM,CAAC,MAAM,CAAC,IAAI,IAAI,CACjE,OAAO,CAAC,MAAM,EACd;IACE,MAAM,CAAC,GAAG;IACV,MAAM,CAAC,IAAI;CACZ,EACD;IACE,qBAAa,CAAC,WAAW;IACzB,qBAAa,CAAC,SAAS;IACvB,qBAAa,CAAC,OAAO;IACrB,qBAAa,CAAC,SAAS;IACvB,qBAAa,CAAC,eAAe;IAC7B,qBAAa,CAAC,MAAM;IACpB,qBAAa,CAAC,QAAQ;IACtB,qBAAa,CAAC,IAAI;CACnB,EACD;IACE,qBAAa,CAAC,GAAG;IACjB,qBAAa,CAAC,OAAO,CAAC;IACtB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,MAAM;CACrB,EACD,sGAAsG,EACtG;IACE,6BAAqB,CAAC,GAAG;IACzB,6BAAqB,CAAC,YAAY;IAClC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,UAAU;IAChC,6BAAqB,CAAC,GAAG;IACzB,6BAAqB,CAAC,WAAW;IACjC,6BAAqB,CAAC,MAAM;IAC5B,6BAAqB,CAAC,IAAI;IAC1B,6BAAqB,CAAC,aAAa;IACnC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,YAAY;IAClC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,SAAS;IAC/B,6BAAqB,CAAC,WAAW;IACjC,6BAAqB,CAAC,KAAK;CAC5B,EACD,IAAI,EACJ,KAAK,EACL,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,EAAE,EACF,IAAI,CACL,CAAC,CAAA;AAGW,QAAA,SAAS,GAAuB,MAAM,CAAC,MAAM,CAAC,IAAI,IAAI,CACjE,OAAO,CAAC,MAAM,EACd;IACE,MAAM,CAAC,GAAG;IACV,MAAM,CAAC,IAAI;CACZ,EACD;IACE,qBAAa,CAAC,WAAW;IACzB,qBAAa,CAAC,SAAS;IACvB,qBAAa,CAAC,OAAO;IACrB,qBAAa,CAAC,SAAS;IACvB,qBAAa,CAAC,eAAe;IAC7B,qBAAa,CAAC,MAAM;IACpB,qBAAa,CAAC,QAAQ;IACtB,qBAAa,CAAC,IAAI;CACnB,EACD;IACE,qBAAa,CAAC,GAAG;IACjB,qBAAa,CAAC,OAAO,CAAC;IACtB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,MAAM;CACrB,EACD,sGAAsG,EACtG;IACE,6BAAqB,CAAC,GAAG;IACzB,6BAAqB,CAAC,YAAY;IAClC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,UAAU;IAChC,6BAAqB,CAAC,GAAG;IACzB,6BAAqB,CAAC,WAAW;IACjC,6BAAqB,CAAC,MAAM;IAC5B,6BAAqB,CAAC,IAAI;IAC1B,6BAAqB,CAAC,aAAa;IACnC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,YAAY;IAClC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,SAAS;IAC/B,6BAAqB,CAAC,WAAW;IACjC,6BAAqB,CAAC,YAAY;IAClC,6BAAqB,CAAC,KAAK;CAC5B,EACD,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,IAAI,EACJ,IAAI,EACJ;IACE,qBAAa,CAAC,YAAY,CAAC,MAAM;IACjC,qBAAa,CAAC,YAAY,CAAC,MAAM;IACjC,qBAAa,CAAC,YAAY,CAAC,OAAO;IAClC,qBAAa,CAAC,YAAY,CAAC,KAAK;IAChC,qBAAa,CAAC,YAAY,CAAC,KAAK;CACjC,EACD,IAAI,CACL,CAAC,CAAA;AAGW,QAAA,SAAS,GAAuB,MAAM,CAAC,MAAM,CAAC,IAAI,IAAI,CACjE,OAAO,CAAC,MAAM,EACd;IACE,MAAM,CAAC,GAAG;IACV,MAAM,CAAC,IAAI;CACZ,EACD;IACE,qBAAa,CAAC,WAAW;IACzB,qBAAa,CAAC,SAAS;IACvB,qBAAa,CAAC,OAAO;IACrB,qBAAa,CAAC,SAAS;IACvB,qBAAa,CAAC,QAAQ;IACtB,qBAAa,CAAC,eAAe;IAC7B,qBAAa,CAAC,MAAM;IACpB,qBAAa,CAAC,YAAY;IAC1B,qBAAa,CAAC,QAAQ;IACtB,qBAAa,CAAC,IAAI;IAClB,qBAAa,CAAC,oBAAoB;IAClC,qBAAa,CAAC,IAAI;CACnB,EACD;IACE,qBAAa,CAAC,GAAG;IACjB,qBAAa,CAAC,OAAO,CAAC;IACtB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,SAAS,CAAC;IACxB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,UAAU,CAAC;IACzB,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,aAAa,CAAC;IAC5B,qBAAa,CAAC,MAAM;CACrB,EACD,sGAAsG,EACtG;IACE,6BAAqB,CAAC,GAAG;IACzB,6BAAqB,CAAC,YAAY;IAClC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,UAAU;IAChC,6BAAqB,CAAC,GAAG;IACzB,6BAAqB,CAAC,WAAW;IACjC,6BAAqB,CAAC,MAAM;IAC5B,6BAAqB,CAAC,IAAI;IAC1B,6BAAqB,CAAC,aAAa;IACnC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,YAAY;IAClC,6BAAqB,CAAC,kBAAkB;IACxC,6BAAqB,CAAC,OAAO;IAC7B,6BAAqB,CAAC,SAAS;IAC/B,6BAAqB,CAAC,WAAW;IACjC,6BAAqB,CAAC,YAAY;IAClC,6BAAqB,CAAC,eAAe;IACrC,6BAAqB,CAAC,SAAS;IAC/B,6BAAqB,CAAC,GAAG;IACzB,6BAAqB,CAAC,aAAa;IACnC,6BAAqB,CAAC,QAAQ;IAC9B,6BAAqB,CAAC,WAAW;IACjC,6BAAqB,CAAC,WAAW;IACjC,6BAAqB,CAAC,WAAW;IACjC,6BAAqB,CAAC,cAAc;IACpC,6BAAqB,CAAC,cAAc;IACpC,6BAAqB,CAAC,sBAAsB;IAC5C,6BAAqB,CAAC,uBAAuB;IAC7C,6BAAqB,CAAC,aAAa;IACnC,6BAAqB,CAAC,oBAAoB;IAC1C,6BAAqB,CAAC,qBAAqB;IAC3C,6BAAqB,CAAC,qBAAqB;IAC3C,6BAAqB,CAAC,uBAAuB;IAC7C,6BAAqB,CAAC,cAAc;IACpC,6BAAqB,CAAC,mBAAmB;IACzC,6BAAqB,CAAC,sBAAsB;IAC5C,6BAAqB,CAAC,cAAc;IACpC,6BAAqB,CAAC,IAAI;IAC1B,6BAAqB,CAAC,KAAK;CAC5B,EACD,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,IAAI,EACJ,IAAI,EACJ;IACE,qBAAa,CAAC,YAAY,CAAC,MAAM;IACjC,qBAAa,CAAC,YAAY,CAAC,MAAM;IACjC,qBAAa,CAAC,YAAY,CAAC,OAAO;IAClC,qBAAa,CAAC,YAAY,CAAC,MAAM;IACjC,qBAAa,CAAC,YAAY,CAAC,KAAK;IAChC,qBAAa,CAAC,YAAY,CAAC,IAAI;IAC/B,qBAAa,CAAC,YAAY,CAAC,KAAK;CACjC,EACD,IAAI,CACL,CAAC,CAAA;AAEW,QAAA,eAAe,GAA2D,MAAM,CAAC,MAAM,CAAC;IACnG,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,iBAAS;IAC3B,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,iBAAS;IAC3B,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,iBAAS;IAC3B,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,iBAAS;CAE5B,CAAC,CAAA"}
|