@peculiar/certificates-viewer 1.20.0 → 2.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.
@@ -48,8 +48,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
48
48
  }
49
49
  };
50
50
  import { h, r as registerInstance, H as Host, c as createEvent } from './index-5ef692cc.js';
51
- import { A as AsnData, a as Attribute$1, i as index, b as id_pkcs9_at_extensionRequest, c as AsnParser, E as ExtensionRequest, d as Extension, e as AsnConvert, f as id_pkcs9_at_unstructuredName, U as UnstructuredName, g as id_pkcs9_at_challengePassword, C as ChallengePassword, h as id_ValuationRanking, V as ValuationRanking, j as id_InsuranceValue, I as InsuranceValue, k as id_WebGDPR, W as WebGDPR, l as id_ActivityDescription, m as ActivityDescription, n as id_TypeRelationship, T as TypeRelationship, o as id_DomainNameTechnicalOperator, D as DomainNameTechnicalOperator, p as id_DomainNameOwner, q as DomainNameOwner, r as id_DomainNameLegalRepresentative, s as DomainNameLegalRepresentative, t as id_DomainNameBeneficiary, u as DomainNameBeneficiary, v as certificateRawToBuffer, w as AttributeCertificate, x as getCertificateThumbprint, y as hexFormat, z as base64Format, B as CertificationRequest, N as Name, F as id_ecPublicKey, G as ECParameters, H as id_rsaEncryption, R as RSAPublicKey, O as OIDs, J as Name$1, K as OtherName, L as DisplayText, M as UserNotice, P as EDIPartyName, Q as AsnIntegerArrayBufferConverter, S as KeyUsage, X as BasicConstraints, Y as ExtendedKeyUsage, Z as SubjectKeyIdentifier, _ as AuthorityKeyIdentifier, $ as CRLDistributionPoints, a0 as AuthorityInfoAccessSyntax, a1 as SubjectInfoAccessSyntax, a2 as SubjectAlternativeName, a3 as CertificatePolicies, a4 as CertificateTransparency, a5 as NameConstraints, a6 as CertificateTemplate, a7 as EnrollCertTypeChoice, a8 as CaVersion, a9 as QCStatements, aa as NetscapeComment, ab as NetscapeCertType, ac as LeiRole, ad as LeiChoice, ae as Timestamp, af as ArchiveRevInfo, ag as CRLReason, ah as SubjectDirectoryAttributes, ai as PrivateKeyUsagePeriod, aj as EntrustVersionInfo, ak as BiometricSyntax, al as LogotypeExtn, am as TNAuthorizationList, an as PolicyConstraints, ao as PolicyMappings, ap as Download, aq as isPem, ar as isX509Pem, as as isPkcs10Pem, at as isX509AttributePem, au as X509Certificate } from './download-250f9495.js';
52
51
  import { d as dateDiff, l as l10n, a as dateShort, h as history } from './l10n-c8cf6930.js';
52
+ import { A as AsnData, a as Attribute$1, b as build_2, i as id_pkcs9_at_extensionRequest, c as AsnParser, E as ExtensionRequest, d as Extension, e as AsnConvert, f as id_pkcs9_at_unstructuredName, U as UnstructuredName, g as id_pkcs9_at_challengePassword, C as ChallengePassword, h as id_ValuationRanking, V as ValuationRanking, j as id_InsuranceValue, I as InsuranceValue, k as id_WebGDPR, W as WebGDPR, l as id_ActivityDescription, m as ActivityDescription, n as id_TypeRelationship, T as TypeRelationship, o as id_DomainNameTechnicalOperator, D as DomainNameTechnicalOperator, p as id_DomainNameOwner, q as DomainNameOwner, r as id_DomainNameLegalRepresentative, s as DomainNameLegalRepresentative, t as id_DomainNameBeneficiary, u as DomainNameBeneficiary, v as certificateRawToBuffer, w as AttributeCertificate, x as getCertificateThumbprint, y as hexFormat, z as base64Format, B as CertificationRequest, N as Name, F as id_ecPublicKey, G as ECParameters, H as id_rsaEncryption, R as RSAPublicKey, O as OIDs, J as Name$1, K as OtherName, L as DisplayText, M as UserNotice, P as build_1, Q as EDIPartyName, S as AsnIntegerArrayBufferConverter, X as KeyUsage, Y as BasicConstraints, Z as ExtendedKeyUsage, _ as SubjectKeyIdentifier, $ as AuthorityKeyIdentifier, a0 as CRLDistributionPoints, a1 as AuthorityInfoAccessSyntax, a2 as SubjectInfoAccessSyntax, a3 as SubjectAlternativeName, a4 as CertificatePolicies, a5 as CertificateTransparency, a6 as NameConstraints, a7 as CertificateTemplate, a8 as EnrollCertTypeChoice, a9 as CaVersion, aa as QCStatements, ab as NetscapeComment, ac as NetscapeCertType, ad as LeiRole, ae as LeiChoice, af as Timestamp, ag as ArchiveRevInfo, ah as CRLReason, ai as SubjectDirectoryAttributes, aj as PrivateKeyUsagePeriod, ak as EntrustVersionInfo, al as BiometricSyntax, am as LogotypeExtn, an as TNAuthorizationList, ao as PolicyConstraints, ap as PolicyMappings, aq as Download, ar as isPem, as as isX509Pem, at as isPkcs10Pem, au as isX509AttributePem, av as X509Certificate } from './download-efafe986.js';
53
53
  /**
54
54
  * @license
55
55
  * Copyright (c) Peculiar Ventures, LLC.
@@ -134,7 +134,7 @@ var Attribute = /** @class */ (function (_super) {
134
134
  break;
135
135
  }
136
136
  default:
137
- _this.value = index.Convert.ToHex(asnExtnValue);
137
+ _this.value = build_2.ToHex(asnExtnValue);
138
138
  }
139
139
  return _this;
140
140
  }
@@ -159,7 +159,7 @@ var X509AttributeCertificate = /** @class */ (function (_super) {
159
159
  _this.thumbprints = {};
160
160
  _this.type = 'X.509 Attribute Certificate';
161
161
  var acinfo = _this.asn.acinfo;
162
- _this.serialNumber = index.Convert.ToHex(acinfo.serialNumber);
162
+ _this.serialNumber = build_2.ToHex(acinfo.serialNumber);
163
163
  _this.version = acinfo.version;
164
164
  var notBefore = acinfo.attrCertValidityPeriod.notBeforeTime;
165
165
  if (!notBefore) {
@@ -212,7 +212,7 @@ var X509AttributeCertificate = /** @class */ (function (_super) {
212
212
  return [4 /*yield*/, getCertificateThumbprint(algorithm, this.raw)];
213
213
  case 1:
214
214
  thumbprint = _c.sent();
215
- this.thumbprints[algorithm['name'] || algorithm] = index.Convert.ToHex(thumbprint);
215
+ this.thumbprints[algorithm['name'] || algorithm] = build_2.ToHex(thumbprint);
216
216
  return [3 /*break*/, 3];
217
217
  case 2:
218
218
  error_1 = _c.sent();
@@ -224,10 +224,10 @@ var X509AttributeCertificate = /** @class */ (function (_super) {
224
224
  });
225
225
  };
226
226
  X509AttributeCertificate.prototype.exportAsBase64 = function () {
227
- return index.Convert.ToBase64(this.raw);
227
+ return build_2.ToBase64(this.raw);
228
228
  };
229
229
  X509AttributeCertificate.prototype.exportAsHexFormatted = function () {
230
- return hexFormat(index.Convert.ToHex(this.raw));
230
+ return hexFormat(build_2.ToHex(this.raw));
231
231
  };
232
232
  X509AttributeCertificate.prototype.exportAsPemFormatted = function () {
233
233
  return "-----BEGIN ATTRIBUTE CERTIFICATE-----\n" + base64Format(this.exportAsBase64()) + "\n-----END ATTRIBUTE CERTIFICATE-----";
@@ -317,7 +317,7 @@ var CSR = /** @class */ (function (_super) {
317
317
  return [4 /*yield*/, getCertificateThumbprint(algorithm, this.raw)];
318
318
  case 1:
319
319
  thumbprint = _c.sent();
320
- this.thumbprints[algorithm['name'] || algorithm] = index.Convert.ToHex(thumbprint);
320
+ this.thumbprints[algorithm['name'] || algorithm] = build_2.ToHex(thumbprint);
321
321
  return [3 /*break*/, 3];
322
322
  case 2:
323
323
  error_2 = _c.sent();
@@ -336,10 +336,10 @@ var CSR = /** @class */ (function (_super) {
336
336
  }
337
337
  };
338
338
  CSR.prototype.exportAsBase64 = function () {
339
- return index.Convert.ToBase64(this.raw);
339
+ return build_2.ToBase64(this.raw);
340
340
  };
341
341
  CSR.prototype.exportAsHexFormatted = function () {
342
- return hexFormat(index.Convert.ToHex(this.raw));
342
+ return hexFormat(build_2.ToHex(this.raw));
343
343
  };
344
344
  CSR.prototype.exportAsPemFormatted = function () {
345
345
  return "-----BEGIN CERTIFICATE REQUEST-----\n" + base64Format(this.exportAsBase64()) + "\n-----END CERTIFICATE REQUEST-----";
@@ -419,7 +419,7 @@ var Signature = function (props) {
419
419
  return [
420
420
  h(RowTitle, { value: l10n.getString('signature') }),
421
421
  h(RowValue, { name: l10n.getString('algorithm'), value: getStringByOID(signature.algorithm) }),
422
- h(RowValue, { name: l10n.getString('value'), value: index.Convert.ToHex(signature.value), monospace: true, collapse: true }),
422
+ h(RowValue, { name: l10n.getString('value'), value: build_2.ToHex(signature.value), monospace: true, collapse: true }),
423
423
  ];
424
424
  };
425
425
  /**
@@ -510,13 +510,13 @@ var GeneralNamePart = function (props) {
510
510
  catch (error) {
511
511
  //
512
512
  }
513
- return (h(RowValue, { name: OIDs[value.typeId] || value.typeId, value: index.Convert.ToHex(value.value), monospace: true }));
513
+ return (h(RowValue, { name: OIDs[value.typeId] || value.typeId, value: build_2.ToHex(value.value), monospace: true }));
514
514
  }
515
- if (index.BufferSourceConverter.isBufferSource(value)) {
516
- return (h(RowValue, { name: names[name] || name, value: index.Convert.ToString(value) }));
515
+ if (build_1.isBufferSource(value)) {
516
+ return (h(RowValue, { name: names[name] || name, value: build_2.ToString(value) }));
517
517
  }
518
518
  if (value instanceof EDIPartyName) {
519
- return (h(RowValue, { name: names[name] || name, value: index.Convert.ToString(value.partyName) }));
519
+ return (h(RowValue, { name: names[name] || name, value: build_2.ToString(value.partyName) }));
520
520
  }
521
521
  if (name === 'dNSName') {
522
522
  return (h(RowValue, { name: names[name] || name, value: value, href: getDNSNameLink(value) }));
@@ -761,7 +761,7 @@ var ExtendedKeyUsageExtension = function (props) {
761
761
  */
762
762
  var SubjectKeyIdentifierExtension = function (props) {
763
763
  var extension = props.extension, getSubjectKeyIdChildrenLink = props.getSubjectKeyIdChildrenLink, getSubjectKeyIdSiblingsLink = props.getSubjectKeyIdSiblingsLink;
764
- var keyId = index.Convert.ToHex(extension.value.buffer);
764
+ var keyId = build_2.ToHex(extension.value.buffer);
765
765
  var childrenLink = getSubjectKeyIdChildrenLink(keyId);
766
766
  var siblingsLink = getSubjectKeyIdSiblingsLink(keyId);
767
767
  return (h(BasicExtension, { extension: extension }, h(RowValue, { name: "Key ID", value: keyId, monospace: true, extraValue: [
@@ -778,7 +778,7 @@ var SubjectKeyIdentifierExtension = function (props) {
778
778
  */
779
779
  var AuthorityKeyIdentifierExtension = function (props) {
780
780
  var extension = props.extension, getAuthKeyIdParentLink = props.getAuthKeyIdParentLink, getAuthKeyIdSiblingsLink = props.getAuthKeyIdSiblingsLink;
781
- var keyId = index.Convert.ToHex(extension.value.keyIdentifier.buffer);
781
+ var keyId = build_2.ToHex(extension.value.keyIdentifier.buffer);
782
782
  var parentLink = getAuthKeyIdParentLink(keyId);
783
783
  var siblingsLink = getAuthKeyIdSiblingsLink(keyId);
784
784
  return (h(BasicExtension, { extension: extension }, h(RowValue, { name: "Key ID", value: keyId, monospace: true, extraValue: [
@@ -796,8 +796,11 @@ var AuthorityKeyIdentifierExtension = function (props) {
796
796
  var CRLDistributionPointsExtension = function (props) {
797
797
  var extension = props.extension;
798
798
  return (h(BasicExtension, { extension: extension }, extension.value.map(function (point) {
799
- var _a;
800
- return ((_a = point === null || point === void 0 ? void 0 : point.distributionPoint) === null || _a === void 0 ? void 0 : _a.fullName.map(function (gn) { return (h(GeneralNamePart, Object.assign({ generalName: gn }, props))); }));
799
+ var _a, _b;
800
+ return ([
801
+ (_a = point.distributionPoint) === null || _a === void 0 ? void 0 : _a.fullName.map(function (gn) { return (h(GeneralNamePart, Object.assign({ generalName: gn }, props))); }),
802
+ (_b = point.cRLIssuer) === null || _b === void 0 ? void 0 : _b.map(function (gn) { return (h(GeneralNamePart, Object.assign({ generalName: gn }, props))); }),
803
+ ]);
801
804
  })));
802
805
  };
803
806
  /**
@@ -1024,7 +1027,7 @@ var QCStatementsExtension = function (props) {
1024
1027
  return (h(BasicExtension, { extension: extension }, extension.value.map(function (statement, arrayIndex) { return ([
1025
1028
  h(RowValue, { name: "Statement #" + (arrayIndex + 1), value: "" }),
1026
1029
  h(RowValue, { name: "ID", value: getStringByOID(statement.statementId) }),
1027
- h(RowValue, { name: "Info", value: statement.statementInfo.byteLength ? index.Convert.ToHex(statement.statementInfo) : null, monospace: true }),
1030
+ h(RowValue, { name: "Info", value: statement.statementInfo.byteLength ? build_2.ToHex(statement.statementInfo) : null, monospace: true }),
1028
1031
  ]); })));
1029
1032
  };
1030
1033
  /**
@@ -1112,7 +1115,7 @@ var CRLReasonExtension = function (props) {
1112
1115
  * LICENSE file in the root directory of this source tree.
1113
1116
  */
1114
1117
  function getAttributeValue(attribute) {
1115
- return index.Convert.ToString(attribute.values[0]);
1118
+ return build_2.ToString(attribute.values[0]);
1116
1119
  }
1117
1120
  /**
1118
1121
  * @license
@@ -1176,7 +1179,7 @@ var BiometricSyntaxExtension = function (props) {
1176
1179
  h(RowValue, { name: "OID", value: getStringByOID(data.typeOfBiometricData.biometricDataOid) }),
1177
1180
  h(RowValue, { name: "Type", value: data.typeOfBiometricData.predefinedBiometricType }),
1178
1181
  h(RowValue, { name: "Algorithm", value: getStringByOID(data.hashAlgorithm.algorithm) }),
1179
- h(RowValue, { name: "Hash", value: index.Convert.ToHex(data.biometricDataHash.buffer), monospace: true }),
1182
+ h(RowValue, { name: "Hash", value: build_2.ToHex(data.biometricDataHash.buffer), monospace: true }),
1180
1183
  h(RowValue, { name: "Source Uri", value: data.sourceDataUri }),
1181
1184
  ]); })));
1182
1185
  };
@@ -1197,7 +1200,7 @@ var LogotypeExtension = function (props) {
1197
1200
  var imageDetails = img.imageDetails;
1198
1201
  return [
1199
1202
  h(RowValue, { name: "Image Type", value: imageDetails.mediaType }),
1200
- h(RowValue, { name: "Image Hash", value: index.Convert.ToHex(imageDetails.logotypeHash[0].hashValue), monospace: true }),
1203
+ h(RowValue, { name: "Image Hash", value: build_2.ToHex(imageDetails.logotypeHash[0].hashValue), monospace: true }),
1201
1204
  h(RowValue, { name: "Image URL", value: imageDetails.logotypeURI[0], monospace: true, collapse: true }),
1202
1205
  h(RowValue, { name: "Image Hash Algorithm", value: getStringByOID(imageDetails.logotypeHash[0].hashAlg.algorithm) }),
1203
1206
  ];
@@ -1211,7 +1214,7 @@ var LogotypeExtension = function (props) {
1211
1214
  var audioDetails = aud.audioDetails;
1212
1215
  return [
1213
1216
  h(RowValue, { name: "Audio Type", value: audioDetails.mediaType }),
1214
- h(RowValue, { name: "Audio Hash", value: index.Convert.ToHex(audioDetails.logotypeHash[0].hashValue), monospace: true }),
1217
+ h(RowValue, { name: "Audio Hash", value: build_2.ToHex(audioDetails.logotypeHash[0].hashValue), monospace: true }),
1215
1218
  h(RowValue, { name: "Audio URL", value: audioDetails.logotypeURI[0], monospace: true, collapse: true }),
1216
1219
  h(RowValue, { name: "Audio Hash Algorithm", value: getStringByOID(audioDetails.logotypeHash[0].hashAlg.algorithm) }),
1217
1220
  ];
@@ -1489,13 +1492,13 @@ var Holder = function (props) {
1489
1492
  baseCertificateID && ([
1490
1493
  baseCertificateID.issuer.map(function (item) { return (h(GeneralNamePart, { generalName: item, getDNSNameLink: function () { return ''; }, getIPAddressLink: function () { return ''; } })); }),
1491
1494
  h("tr", null, h("td", null), h("td", null)),
1492
- h(RowValue, { name: l10n.getString('serialNumber'), value: index.Convert.ToHex(baseCertificateID.serial), monospace: true }),
1495
+ h(RowValue, { name: l10n.getString('serialNumber'), value: build_2.ToHex(baseCertificateID.serial), monospace: true }),
1493
1496
  h("tr", null, h("td", null), h("td", null)),
1494
1497
  ]),
1495
1498
  objectDigestInfo && ([
1496
1499
  h(RowValue, { name: l10n.getString('digestInfo'), value: "" }),
1497
1500
  h(RowValue, { name: l10n.getString('algorithm'), value: getStringByOID(objectDigestInfo.digestAlgorithm.algorithm) }),
1498
- h(RowValue, { name: l10n.getString('value'), value: index.Convert.ToHex(objectDigestInfo.objectDigest), monospace: true }),
1501
+ h(RowValue, { name: l10n.getString('value'), value: build_2.ToHex(objectDigestInfo.objectDigest), monospace: true }),
1499
1502
  h(RowValue, { name: l10n.getString('type'), value: objectDigestInfo.digestedObjectType }),
1500
1503
  ]),
1501
1504
  ];
@@ -1851,7 +1854,7 @@ var PublicKey = function (props) {
1851
1854
  h(RowValue, { name: l10n.getString('namedCurve'), value: getStringByOID((_a = publicKey.params) === null || _a === void 0 ? void 0 : _a['namedCurve']) }),
1852
1855
  h(RowValue, { name: l10n.getString('exponent'), value: getPublicKeyExponent(publicKey) }),
1853
1856
  h(RowValue, { name: l10n.getString('modulus'), value: getPublicKeyModulus(publicKey) }),
1854
- h(RowValue, { name: l10n.getString('value'), value: index.Convert.ToHex(publicKey.value), monospace: true, collapse: true }),
1857
+ h(RowValue, { name: l10n.getString('value'), value: build_2.ToHex(publicKey.value), monospace: true, collapse: true }),
1855
1858
  ];
1856
1859
  };
1857
1860
  /**
@@ -35,8 +35,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
35
35
  }
36
36
  };
37
37
  import { r as registerInstance, c as createEvent, h, H as Host } from './index-5ef692cc.js';
38
- import { au as X509Certificate, ap as Download, O as OIDs } from './download-250f9495.js';
39
38
  import { l as l10n } from './l10n-c8cf6930.js';
39
+ import { av as X509Certificate, aq as Download, O as OIDs } from './download-efafe986.js';
40
40
  var certificatesViewerCss = ":host{-webkit-box-sizing:border-box;box-sizing:border-box}:host *,:host *:before,:host *:after{-webkit-box-sizing:inherit;box-sizing:inherit}:host{display:block;width:100%;word-wrap:break-word;min-width:280px;overflow:auto;position:relative;background:white;background:rgba(var(--pv-color-light-rgb), 1)}table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0}table thead{background-color:rgba(53, 132, 247, 0.07);background-color:rgba(var(--pv-color-primary-rgb), 0.07)}table tr td{vertical-align:middle}table tbody tr:not(.expanded_summary){cursor:pointer}table tr{border-color:#d1d5d9;border-color:rgba(var(--pv-color-grey_3-rgb), 1)}table th{padding:15px 10px;border-width:1px;border-style:solid;border-color:#d1d5d9;border-color:rgba(var(--pv-color-grey_3-rgb), 1)}table td{padding:8px 10px;border-width:1px;border-style:solid;border-color:#d1d5d9;border-color:rgba(var(--pv-color-grey_3-rgb), 1)}table .col_issuer,table .col_name,table .col_public_key{width:16%}table .col_actions,table .col_tests{width:18%}table.m_extra .col_issuer,table.m_extra .col_name,table.m_extra .col_public_key{width:12%}table.m_extra .col_actions,table.m_extra .col_tests{width:17%}table tr.expanded td:not(:last-child){border-right-color:transparent}table tr.expanded td{border-bottom-color:transparent}.expanded{border-bottom-color:transparent;background-color:rgba(53, 132, 247, 0.04);background-color:rgba(var(--pv-color-primary-rgb), 0.04)}table tr.expanded_summary{background-color:rgba(53, 132, 247, 0.04);background-color:rgba(var(--pv-color-primary-rgb), 0.04)}table tr.expanded_summary td{vertical-align:top;padding:10px 20px 26px}@-webkit-keyframes fadeIn{0%{opacity:0.001}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0.001}100%{opacity:1}}.modal_wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;overflow:auto;text-align:center;-webkit-animation:fadeIn 200ms;animation:fadeIn 200ms;padding:30px 10px}.modal_wrapper:before{display:inline-block;vertical-align:middle;width:0;height:100%;content:\"\"}.modal_backdrop{background:rgba(42, 49, 52, 0.5);background:rgba(var(--pv-color-dark-rgb), 0.5);z-index:-1;position:fixed;top:0;right:0;bottom:0;left:0}.modal_container{position:relative;display:inline-block;vertical-align:middle;width:100%;max-width:900px;text-align:left;border-radius:3px;overflow:hidden;background-color:white;background-color:rgba(var(--pv-color-light-rgb), 1);height:100%}.modal_title{background-color:rgba(53, 132, 247, 0.07);background-color:rgba(var(--pv-color-primary-rgb), 0.07);border-color:#d1d5d9;border-color:rgba(var(--pv-color-grey_3-rgb), 1);border-bottom-width:1px;border-bottom-style:solid;padding:20px 60px 16px 20px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:60px}.modal_content{height:calc(100% - 60px);overflow-y:auto}.modal_close{cursor:pointer;border:none;background-color:transparent;position:absolute;top:0;bottom:0;right:0;padding:0 12px;-webkit-transition:opacity 100ms;transition:opacity 100ms;outline:none}.modal_close:hover{opacity:0.6}.modal_close svg{fill:#2a3134;fill:rgba(var(--pv-color-dark-rgb), 1)}.button_table_action{margin:2px}.mobile_title{display:none}.status_wrapper{height:85px;text-align:center;pointer-events:none}.search_section{background-color:rgba(53, 132, 247, 0.07);background-color:rgba(var(--pv-color-primary-rgb), 0.07);border-color:#d1d5d9;border-color:rgba(var(--pv-color-grey_3-rgb), 1);height:50px;padding:10px;border-width:1px 1px 0 1px;border-style:solid}.input_search{height:100%;width:100%;border-radius:3px;border-width:1px;border-style:solid;padding:0 14px;font-size:12px;outline:none;border-color:#d1d5d9;border-color:rgba(var(--pv-color-grey_3-rgb), 1);color:#2a3134;color:rgba(var(--pv-color-dark-rgb), 1)}.input_search::-moz-placeholder{color:#d1d5d9;color:rgba(var(--pv-color-grey_3-rgb), 1)}.input_search:-ms-input-placeholder{color:#d1d5d9;color:rgba(var(--pv-color-grey_3-rgb), 1)}.input_search::-webkit-input-placeholder{color:#d1d5d9;color:rgba(var(--pv-color-grey_3-rgb), 1)}.input_search::-ms-input-placeholder{color:#d1d5d9;color:rgba(var(--pv-color-grey_3-rgb), 1)}.input_search::placeholder{color:#d1d5d9;color:rgba(var(--pv-color-grey_3-rgb), 1)}.loading_container{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(42, 49, 52, 0.3);background:rgba(var(--pv-color-dark-rgb), 0.3);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.align_center{text-align:center}@media (hover: hover){table tbody tr:not(.expanded_summary):hover{background-color:rgba(53, 132, 247, 0.04);background-color:rgba(var(--pv-color-primary-rgb), 0.04)}}@media (max-width: 900px){table,tbody,tr,td{display:block}thead{display:none}tr{padding:0 15px;border-width:1px;border-style:solid}tr:not(:first-child){margin-top:-1px}tr:not(.expanded_summary) td:first-child{border:none !important}table td{padding-left:0;padding-right:0;border-width:1px 0 0 0 !important;border-color:rgba(209, 213, 217, 0.5);border-color:rgba(var(--pv-color-grey_3-rgb), 0.5)}table tr.expanded_summary td{padding:15px 0}.mobile_title{display:inline-block;width:90px;vertical-align:middle}.modal_title{padding:17px 60px 17px 15px}.content{display:inline-block;width:calc(100% - 90px);vertical-align:middle;text-align:left}.expanded_summary{border-top-color:transparent;padding-bottom:10px}.expanded_summary td:before{content:none}.status_wrapper{height:266px;display:table-cell}.search_section{height:60px;padding:15px}.align_center{text-align:inherit}}";
41
41
  var CertificatesViewer = /** @class */ (function () {
42
42
  function class_1(hostRef) {