@peculiar/certificates-viewer 3.10.0 → 3.10.1-alpha.14
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/components/arrow_top.js +34 -0
- package/components/arrow_top.js.map +1 -0
- package/components/attribute-certificate-viewer.js +281 -0
- package/components/attribute-certificate-viewer.js.map +1 -0
- package/components/button-menu.js +64 -0
- package/components/button-menu.js.map +1 -0
- package/components/button.js +74 -0
- package/components/button.js.map +1 -0
- package/components/certificate-viewer.js +300 -0
- package/components/certificate-viewer.js.map +1 -0
- package/components/circular-progress.js +48 -0
- package/components/circular-progress.js.map +1 -0
- package/components/crl-viewer.js +263 -0
- package/components/crl-viewer.js.map +1 -0
- package/components/csr-viewer.js +233 -0
- package/components/csr-viewer.js.map +1 -0
- package/components/custom-elements.d.ts +2 -0
- package/{dist/esm/download-91511aeb.js → components/download.js} +2 -0
- package/components/download.js.map +1 -0
- package/components/highlight-words.js +60 -0
- package/components/highlight-words.js.map +1 -0
- package/components/index.d.ts +33 -0
- package/components/index.js +7 -0
- package/components/index.js.map +1 -0
- package/components/index2.js +299 -0
- package/components/index2.js.map +1 -0
- package/components/issuer_name.js +26 -0
- package/components/issuer_name.js.map +1 -0
- package/components/miscellaneous.js +13420 -0
- package/components/miscellaneous.js.map +1 -0
- package/components/package.json +9 -0
- package/components/peculiar-attribute-certificate-viewer.d.ts +11 -0
- package/components/peculiar-attribute-certificate-viewer.js +11 -0
- package/components/peculiar-attribute-certificate-viewer.js.map +1 -0
- package/components/peculiar-button-menu.d.ts +11 -0
- package/components/peculiar-button-menu.js +11 -0
- package/components/peculiar-button-menu.js.map +1 -0
- package/components/peculiar-certificate-decoder.d.ts +11 -0
- package/components/peculiar-certificate-decoder.js +234 -0
- package/components/peculiar-certificate-decoder.js.map +1 -0
- package/components/peculiar-certificate-viewer.d.ts +11 -0
- package/components/peculiar-certificate-viewer.js +11 -0
- package/components/peculiar-certificate-viewer.js.map +1 -0
- package/components/peculiar-certificates-viewer.d.ts +11 -0
- package/components/peculiar-certificates-viewer.js +382 -0
- package/components/peculiar-certificates-viewer.js.map +1 -0
- package/components/peculiar-circular-progress.d.ts +11 -0
- package/components/peculiar-circular-progress.js +11 -0
- package/components/peculiar-circular-progress.js.map +1 -0
- package/components/peculiar-crl-viewer.d.ts +11 -0
- package/components/peculiar-crl-viewer.js +11 -0
- package/components/peculiar-crl-viewer.js.map +1 -0
- package/components/peculiar-csr-viewer.d.ts +11 -0
- package/components/peculiar-csr-viewer.js +11 -0
- package/components/peculiar-csr-viewer.js.map +1 -0
- package/components/peculiar-highlight-words.d.ts +11 -0
- package/components/peculiar-highlight-words.js +11 -0
- package/components/peculiar-highlight-words.js.map +1 -0
- package/components/peculiar-text-hider.d.ts +11 -0
- package/components/peculiar-text-hider.js +42 -0
- package/components/peculiar-text-hider.js.map +1 -0
- package/components/subject_name.js +71 -0
- package/components/subject_name.js.map +1 -0
- package/dist/cjs/arrow_top-834fb7ec.js +37 -0
- package/dist/cjs/arrow_top-834fb7ec.js.map +1 -0
- package/dist/cjs/button-14e2b73f.js +77 -0
- package/dist/cjs/button-14e2b73f.js.map +1 -0
- package/dist/cjs/{certification_request-d5c6e32d.js → certification_request-c0cafa72.js} +236 -71
- package/dist/cjs/certification_request-c0cafa72.js.map +1 -0
- package/dist/cjs/{crl-5bce64c4.js → crl-b4322166.js} +8 -7
- package/dist/cjs/crl-b4322166.js.map +1 -0
- package/dist/cjs/download-254ddc57.js +23 -0
- package/dist/cjs/download-254ddc57.js.map +1 -0
- package/dist/cjs/{download-93f7b773.js → download-972dda8a.js} +2 -0
- package/dist/cjs/download-972dda8a.js.map +1 -0
- package/dist/cjs/index-efd561e9.js +2477 -0
- package/dist/cjs/index-efd561e9.js.map +1 -0
- package/dist/cjs/index.cjs.js +3 -1
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +6 -12
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/{miscellaneous-cac1cd8b.js → miscellaneous-806a04a5.js} +86 -70
- package/dist/cjs/miscellaneous-806a04a5.js.map +1 -0
- package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js +92 -35
- package/dist/cjs/peculiar-attribute-certificate-viewer_3.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-button-menu_3.cjs.entry.js +110 -0
- package/dist/cjs/peculiar-button-menu_3.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js +30 -19
- package/dist/cjs/peculiar-certificate-decoder.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js +34 -11
- package/dist/cjs/peculiar-certificate-viewer.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js +183 -85
- package/dist/cjs/peculiar-certificates-viewer.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar-text-hider.cjs.entry.js +7 -13
- package/dist/cjs/peculiar-text-hider.cjs.entry.js.map +1 -0
- package/dist/cjs/peculiar.cjs.js +10 -57
- package/dist/cjs/peculiar.cjs.js.map +1 -0
- package/dist/cjs/{x509_certificate-3760e0a8.js → x509_certificate-989b1435.js} +5 -4
- package/dist/cjs/x509_certificate-989b1435.js.map +1 -0
- package/dist/collection/collection-manifest.json +12 -16
- package/dist/collection/components/attribute-certificate-viewer/attribute-certificate-viewer.js +189 -145
- package/dist/collection/components/attribute-certificate-viewer/attribute-certificate-viewer.js.map +1 -0
- package/dist/collection/components/button/button.js +14 -126
- package/dist/collection/components/button/button.js.map +1 -0
- package/dist/collection/components/button/index.js +5 -0
- package/dist/collection/components/button/index.js.map +1 -0
- package/dist/collection/components/button-menu/button-menu.css +46 -0
- package/dist/collection/components/button-menu/button-menu.js +78 -0
- package/dist/collection/components/button-menu/button-menu.js.map +1 -0
- package/dist/collection/components/certificate-decoder/certificate-decoder.css +456 -44
- package/dist/collection/components/certificate-decoder/certificate-decoder.js +109 -101
- package/dist/collection/components/certificate-decoder/certificate-decoder.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/activity_description_attribute.js +6 -11
- package/dist/collection/components/certificate-details-parts/attributes/activity_description_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/as_string_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/as_string_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/basic_attribute.js +5 -6
- package/dist/collection/components/certificate-details-parts/attributes/basic_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/challenge_password_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/challenge_password_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/index.js +16 -15
- package/dist/collection/components/certificate-details-parts/attributes/index.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/insurance_value_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/insurance_value_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/name_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/name_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/name_part.js +4 -3
- package/dist/collection/components/certificate-details-parts/attributes/name_part.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/type_relationship_attribute.js +5 -4
- package/dist/collection/components/certificate-details-parts/attributes/type_relationship_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/unstructured_name_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/unstructured_name_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/valuation_ranking_attribute.js +5 -5
- package/dist/collection/components/certificate-details-parts/attributes/valuation_ranking_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/attributes/web_gdpr_attribute.js +6 -13
- package/dist/collection/components/certificate-details-parts/attributes/web_gdpr_attribute.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/basic_information.js +4 -3
- package/dist/collection/components/certificate-details-parts/basic_information.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/archive_rev_info_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/archive_rev_info_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/as_string_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/as_string_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/attribute_value.js +2 -1
- package/dist/collection/components/certificate-details-parts/extensions/attribute_value.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/authority_key_identifier_extension.js +10 -15
- package/dist/collection/components/certificate-details-parts/extensions/authority_key_identifier_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/basic_constraints_extension.js +6 -7
- package/dist/collection/components/certificate-details-parts/extensions/basic_constraints_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/basic_extension.js +5 -6
- package/dist/collection/components/certificate-details-parts/extensions/basic_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/biometric_syntax_extension.js +8 -12
- package/dist/collection/components/certificate-details-parts/extensions/biometric_syntax_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/ca_version_extension.js +5 -6
- package/dist/collection/components/certificate-details-parts/extensions/ca_version_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/certificate_policies_extension.js +26 -27
- package/dist/collection/components/certificate-details-parts/extensions/certificate_policies_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/certificate_template_extension.js +5 -7
- package/dist/collection/components/certificate-details-parts/extensions/certificate_template_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/certificate_transparency_extension.js +8 -13
- package/dist/collection/components/certificate-details-parts/extensions/certificate_transparency_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/crl_distribution_points_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/crl_distribution_points_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/crl_number_extension.js +6 -6
- package/dist/collection/components/certificate-details-parts/extensions/crl_number_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/crl_reason_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/crl_reason_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/enroll_cert_type_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/enroll_cert_type_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/entrust_version_info_extension.js +5 -6
- package/dist/collection/components/certificate-details-parts/extensions/entrust_version_info_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/extended_key_usage_extension.js +7 -7
- package/dist/collection/components/certificate-details-parts/extensions/extended_key_usage_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/general_name_part.js +7 -6
- package/dist/collection/components/certificate-details-parts/extensions/general_name_part.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/index.js +46 -45
- package/dist/collection/components/certificate-details-parts/extensions/index.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/info_access_syntax_extension.js +8 -9
- package/dist/collection/components/certificate-details-parts/extensions/info_access_syntax_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/issuing_distribution_point_extension.js +7 -11
- package/dist/collection/components/certificate-details-parts/extensions/issuing_distribution_point_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/key_usage_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/key_usage_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/lei_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/lei_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/lei_role_extennsion.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/lei_role_extennsion.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/logotype_extension.js +8 -11
- package/dist/collection/components/certificate-details-parts/extensions/logotype_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/name_constraints_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/name_constraints_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/netscape_cert_type_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/netscape_cert_type_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/netscape_comment_extension.js +5 -5
- package/dist/collection/components/certificate-details-parts/extensions/netscape_comment_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/policy_constraints_extension.js +6 -7
- package/dist/collection/components/certificate-details-parts/extensions/policy_constraints_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/policy_mappings_extension.js +5 -4
- package/dist/collection/components/certificate-details-parts/extensions/policy_mappings_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/private_key_usage_period_extension.js +6 -7
- package/dist/collection/components/certificate-details-parts/extensions/private_key_usage_period_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/qc_statements_extension.js +13 -16
- package/dist/collection/components/certificate-details-parts/extensions/qc_statements_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/subject_alternative_name_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/subject_alternative_name_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/subject_directory_attributes_extension.js +8 -9
- package/dist/collection/components/certificate-details-parts/extensions/subject_directory_attributes_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/subject_key_identifier_extension.js +10 -15
- package/dist/collection/components/certificate-details-parts/extensions/subject_key_identifier_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/timestamp_extension.js +7 -9
- package/dist/collection/components/certificate-details-parts/extensions/timestamp_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/extensions/tn_auth_list_extension.js +4 -3
- package/dist/collection/components/certificate-details-parts/extensions/tn_auth_list_extension.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/holder.js +8 -11
- package/dist/collection/components/certificate-details-parts/holder.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/index.js +1 -0
- package/dist/collection/components/certificate-details-parts/index.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/issuer.js +5 -4
- package/dist/collection/components/certificate-details-parts/issuer.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/issuer_name.js +6 -4
- package/dist/collection/components/certificate-details-parts/issuer_name.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/miscellaneous.js +8 -13
- package/dist/collection/components/certificate-details-parts/miscellaneous.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/public_key.js +8 -7
- package/dist/collection/components/certificate-details-parts/public_key.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/revoked_certificates.js +9 -11
- package/dist/collection/components/certificate-details-parts/revoked_certificates.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/row.js +13 -18
- package/dist/collection/components/certificate-details-parts/row.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/signature.js +5 -4
- package/dist/collection/components/certificate-details-parts/signature.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/subject_name.js +4 -3
- package/dist/collection/components/certificate-details-parts/subject_name.js.map +1 -0
- package/dist/collection/components/certificate-details-parts/thumbprints.js +4 -3
- package/dist/collection/components/certificate-details-parts/thumbprints.js.map +1 -0
- package/dist/collection/components/certificate-summary/certificate-summary.js +9 -77
- package/dist/collection/components/certificate-summary/certificate-summary.js.map +1 -0
- package/dist/collection/components/certificate-summary/index.js +5 -0
- package/dist/collection/components/certificate-summary/index.js.map +1 -0
- package/dist/collection/components/certificate-viewer/certificate-viewer.css +471 -104
- package/dist/collection/components/certificate-viewer/certificate-viewer.js +206 -178
- package/dist/collection/components/certificate-viewer/certificate-viewer.js.map +1 -0
- package/dist/collection/components/certificates-viewer/certificates-viewer.css +540 -267
- package/dist/collection/components/certificates-viewer/certificates-viewer.js +261 -266
- package/dist/collection/components/certificates-viewer/certificates-viewer.js.map +1 -0
- package/dist/collection/components/circular-progress/circular-progress.css +2 -11
- package/dist/collection/components/circular-progress/circular-progress.js +60 -63
- package/dist/collection/components/circular-progress/circular-progress.js.map +1 -0
- package/dist/collection/components/crl-viewer/crl-viewer.js +166 -139
- package/dist/collection/components/crl-viewer/crl-viewer.js.map +1 -0
- package/dist/collection/components/csr-viewer/csr-viewer.js +149 -124
- package/dist/collection/components/csr-viewer/csr-viewer.js.map +1 -0
- package/dist/collection/components/highlight-words/highlight-words.css +1 -9
- package/dist/collection/components/highlight-words/highlight-words.js +35 -28
- package/dist/collection/components/highlight-words/highlight-words.js.map +1 -0
- package/dist/collection/components/icons/actions.js +16 -0
- package/dist/collection/components/icons/actions.js.map +1 -0
- package/dist/collection/components/icons/arrow_bottom.js +16 -0
- package/dist/collection/components/icons/arrow_bottom.js.map +1 -0
- package/dist/collection/components/icons/arrow_top.js +16 -0
- package/dist/collection/components/icons/arrow_top.js.map +1 -0
- package/dist/collection/components/icons/cross.js +16 -0
- package/dist/collection/components/icons/cross.js.map +1 -0
- package/dist/collection/components/icons/details.js +16 -0
- package/dist/collection/components/icons/details.js.map +1 -0
- package/dist/collection/components/icons/download.js +16 -0
- package/dist/collection/components/icons/download.js.map +1 -0
- package/dist/collection/components/icons/index.js +11 -0
- package/dist/collection/components/icons/index.js.map +1 -0
- package/dist/collection/components/icons/link.js +16 -0
- package/dist/collection/components/icons/link.js.map +1 -0
- package/dist/collection/components/link/index.js +5 -0
- package/dist/collection/components/link/index.js.map +1 -0
- package/dist/collection/components/link/link.js +9 -61
- package/dist/collection/components/link/link.js.map +1 -0
- package/dist/collection/components/text-hider/text-hider.css +9 -36
- package/dist/collection/components/text-hider/text-hider.js +21 -68
- package/dist/collection/components/text-hider/text-hider.js.map +1 -0
- package/dist/collection/components/typography/index.js +5 -0
- package/dist/collection/components/typography/index.js.map +1 -0
- package/dist/collection/components/typography/typography.js +39 -126
- package/dist/collection/components/typography/typography.js.map +1 -0
- package/dist/collection/constants/logs.js +1 -0
- package/dist/collection/constants/logs.js.map +1 -0
- package/dist/collection/constants/oids.js +1 -0
- package/dist/collection/constants/oids.js.map +1 -0
- package/dist/collection/crypto/asn_data.js +13 -7
- package/dist/collection/crypto/asn_data.js.map +1 -0
- package/dist/collection/crypto/attribute.js +11 -10
- package/dist/collection/crypto/attribute.js.map +1 -0
- package/dist/collection/crypto/crl.js +9 -8
- package/dist/collection/crypto/crl.js.map +1 -0
- package/dist/collection/crypto/csr.js +11 -10
- package/dist/collection/crypto/csr.js.map +1 -0
- package/dist/collection/crypto/extension.js +16 -15
- package/dist/collection/crypto/extension.js.map +1 -0
- package/dist/collection/crypto/index.js +1 -0
- package/dist/collection/crypto/index.js.map +1 -0
- package/dist/collection/crypto/name.js +15 -9
- package/dist/collection/crypto/name.js.map +1 -0
- package/dist/collection/crypto/provider.js +4 -3
- package/dist/collection/crypto/provider.js.map +1 -0
- package/dist/collection/crypto/utils.js +4 -3
- package/dist/collection/crypto/utils.js.map +1 -0
- package/dist/collection/crypto/x509_attribute_certificate.js +9 -8
- package/dist/collection/crypto/x509_attribute_certificate.js.map +1 -0
- package/dist/collection/crypto/x509_certificate.js +12 -11
- package/dist/collection/crypto/x509_certificate.js.map +1 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/locales/en.json +4 -3
- package/dist/collection/utils/date_formatter.js +3 -2
- package/dist/collection/utils/date_formatter.js.map +1 -0
- package/dist/collection/utils/download.js +3 -2
- package/dist/collection/utils/download.js.map +1 -0
- package/dist/collection/utils/download_from_buffer.js +1 -0
- package/dist/collection/utils/download_from_buffer.js.map +1 -0
- package/dist/collection/utils/get_string_by_oid.js +2 -1
- package/dist/collection/utils/get_string_by_oid.js.map +1 -0
- package/dist/collection/utils/index.js +2 -1
- package/dist/collection/utils/index.js.map +1 -0
- package/dist/collection/utils/is_link.js +1 -0
- package/dist/collection/utils/is_link.js.map +1 -0
- package/dist/collection/utils/l10n.js +2 -1
- package/dist/collection/utils/l10n.js.map +1 -0
- package/dist/collection/utils/read_file.js +1 -0
- package/dist/collection/utils/read_file.js.map +1 -0
- package/dist/collection/utils/third_party_links.js +1 -0
- package/dist/collection/utils/third_party_links.js.map +1 -0
- package/dist/collection/utils/validator.js +1 -0
- package/dist/collection/utils/validator.js.map +1 -0
- package/dist/collection/www-copy/index.js +138 -32
- package/dist/esm/arrow_top-efd3a56d.js +34 -0
- package/dist/esm/arrow_top-efd3a56d.js.map +1 -0
- package/dist/esm/button-35146bdd.js +74 -0
- package/dist/esm/button-35146bdd.js.map +1 -0
- package/dist/esm/{certification_request-23cd5124.js → certification_request-5cadde9f.js} +171 -9
- package/dist/esm/certification_request-5cadde9f.js.map +1 -0
- package/dist/esm/{crl-7f23c111.js → crl-11670c3e.js} +7 -6
- package/dist/esm/crl-11670c3e.js.map +1 -0
- package/dist/esm/download-0cc3077a.js +21 -0
- package/dist/esm/download-0cc3077a.js.map +1 -0
- package/dist/esm/download-57c5bf8f.js +470 -0
- package/dist/esm/download-57c5bf8f.js.map +1 -0
- package/dist/esm/index-4079bbb5.js +2448 -0
- package/dist/esm/index-4079bbb5.js.map +1 -0
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +6 -12
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/{miscellaneous-c7c0d04a.js → miscellaneous-1d4e8b41.js} +53 -37
- package/dist/esm/miscellaneous-1d4e8b41.js.map +1 -0
- package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js +80 -23
- package/dist/esm/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -0
- package/dist/esm/peculiar-button-menu_3.entry.js +104 -0
- package/dist/esm/peculiar-button-menu_3.entry.js.map +1 -0
- package/dist/esm/peculiar-certificate-decoder.entry.js +30 -19
- package/dist/esm/peculiar-certificate-decoder.entry.js.map +1 -0
- package/dist/esm/peculiar-certificate-viewer.entry.js +34 -11
- package/dist/esm/peculiar-certificate-viewer.entry.js.map +1 -0
- package/dist/esm/peculiar-certificates-viewer.entry.js +183 -85
- package/dist/esm/peculiar-certificates-viewer.entry.js.map +1 -0
- package/dist/esm/peculiar-text-hider.entry.js +7 -13
- package/dist/esm/peculiar-text-hider.entry.js.map +1 -0
- package/dist/esm/peculiar.js +8 -58
- package/dist/esm/peculiar.js.map +1 -0
- package/dist/esm/{x509_certificate-d8e0af2d.js → x509_certificate-dfae6999.js} +4 -3
- package/dist/esm/x509_certificate-dfae6999.js.map +1 -0
- package/dist/esm-es5/arrow_top-efd3a56d.js +19 -0
- package/dist/esm-es5/arrow_top-efd3a56d.js.map +1 -0
- package/dist/esm-es5/button-35146bdd.js +19 -0
- package/dist/esm-es5/button-35146bdd.js.map +1 -0
- package/dist/esm-es5/certification_request-5cadde9f.js +97 -0
- package/dist/esm-es5/certification_request-5cadde9f.js.map +1 -0
- package/dist/esm-es5/crl-11670c3e.js +33 -0
- package/dist/esm-es5/crl-11670c3e.js.map +1 -0
- package/dist/esm-es5/download-0cc3077a.js +12 -0
- package/dist/esm-es5/download-0cc3077a.js.map +1 -0
- package/dist/esm-es5/download-57c5bf8f.js +19 -0
- package/dist/esm-es5/download-57c5bf8f.js.map +1 -0
- package/dist/esm-es5/index-4079bbb5.js +6 -0
- package/dist/esm-es5/index-4079bbb5.js.map +1 -0
- package/dist/esm-es5/index.js +5 -0
- package/dist/esm-es5/index.js.map +1 -0
- package/dist/esm-es5/loader.js +5 -0
- package/dist/esm-es5/loader.js.map +1 -0
- package/dist/esm-es5/miscellaneous-1d4e8b41.js +355 -0
- package/dist/esm-es5/miscellaneous-1d4e8b41.js.map +1 -0
- package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js +110 -0
- package/dist/esm-es5/peculiar-attribute-certificate-viewer_3.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-button-menu_3.entry.js +12 -0
- package/dist/esm-es5/peculiar-button-menu_3.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-certificate-decoder.entry.js +12 -0
- package/dist/esm-es5/peculiar-certificate-decoder.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-certificate-viewer.entry.js +5 -0
- package/dist/esm-es5/peculiar-certificate-viewer.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-certificates-viewer.entry.js +33 -0
- package/dist/esm-es5/peculiar-certificates-viewer.entry.js.map +1 -0
- package/dist/esm-es5/peculiar-text-hider.entry.js +5 -0
- package/dist/esm-es5/peculiar-text-hider.entry.js.map +1 -0
- package/dist/esm-es5/peculiar.js +5 -0
- package/dist/esm-es5/peculiar.js.map +1 -0
- package/dist/esm-es5/x509_certificate-dfae6999.js +12 -0
- package/dist/esm-es5/x509_certificate-dfae6999.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/peculiar/index.esm.js +2 -1
- package/dist/peculiar/index.esm.js.map +1 -0
- package/dist/peculiar/locales/en.json +4 -3
- package/dist/peculiar/p-0b356bb5.js +6 -0
- package/dist/peculiar/p-0b356bb5.js.map +1 -0
- package/dist/peculiar/p-0bdcdbf7.system.js +355 -0
- package/dist/peculiar/p-0bdcdbf7.system.js.map +1 -0
- package/dist/peculiar/p-17e3c47b.js +12 -0
- package/dist/peculiar/p-17e3c47b.js.map +1 -0
- package/dist/peculiar/p-23555789.system.entry.js +34 -0
- package/dist/peculiar/p-23555789.system.entry.js.map +1 -0
- package/dist/peculiar/p-2fcad8cb.system.js +20 -0
- package/dist/peculiar/p-2fcad8cb.system.js.map +1 -0
- package/dist/peculiar/p-31586b23.system.js +13 -0
- package/dist/peculiar/p-31586b23.system.js.map +1 -0
- package/dist/peculiar/p-3788176f.system.entry.js +111 -0
- package/dist/peculiar/p-3788176f.system.entry.js.map +1 -0
- package/dist/peculiar/p-43eb3721.js +33 -0
- package/dist/peculiar/p-43eb3721.js.map +1 -0
- package/dist/peculiar/p-4562ae8b.system.entry.js +5 -0
- package/dist/peculiar/p-4562ae8b.system.entry.js.map +1 -0
- package/dist/peculiar/p-5823e6e8.entry.js +12 -0
- package/dist/peculiar/p-5823e6e8.entry.js.map +1 -0
- package/dist/peculiar/p-596836a7.entry.js +33 -0
- package/dist/peculiar/p-596836a7.entry.js.map +1 -0
- package/dist/peculiar/p-5aabeba7.system.js +6 -0
- package/dist/peculiar/p-5aabeba7.system.js.map +1 -0
- package/dist/peculiar/p-6667fe6e.system.js +34 -0
- package/dist/peculiar/p-6667fe6e.system.js.map +1 -0
- package/dist/peculiar/p-6e79b9c8.js +12 -0
- package/dist/peculiar/p-6e79b9c8.js.map +1 -0
- package/dist/peculiar/p-709994c1.js +19 -0
- package/dist/peculiar/p-709994c1.js.map +1 -0
- package/dist/peculiar/p-7215de9c.entry.js +5 -0
- package/dist/peculiar/p-7215de9c.entry.js.map +1 -0
- package/dist/peculiar/p-74c241e7.js +97 -0
- package/dist/peculiar/p-74c241e7.js.map +1 -0
- package/dist/peculiar/p-79d470a8.entry.js +110 -0
- package/dist/peculiar/p-79d470a8.entry.js.map +1 -0
- package/dist/peculiar/p-7f9beaa8.js +19 -0
- package/dist/peculiar/p-7f9beaa8.js.map +1 -0
- package/dist/peculiar/p-80832207.system.js +5 -0
- package/dist/peculiar/p-80832207.system.js.map +1 -0
- package/dist/peculiar/p-8748391f.system.entry.js +5 -0
- package/dist/peculiar/p-8748391f.system.entry.js.map +1 -0
- package/dist/peculiar/p-882e1281.entry.js +12 -0
- package/dist/peculiar/p-882e1281.entry.js.map +1 -0
- package/dist/peculiar/p-90459cec.entry.js +5 -0
- package/dist/peculiar/p-90459cec.entry.js.map +1 -0
- package/dist/peculiar/p-97688065.js +355 -0
- package/dist/peculiar/p-97688065.js.map +1 -0
- package/dist/peculiar/p-a053c132.js +19 -0
- package/dist/peculiar/p-a053c132.js.map +1 -0
- package/dist/peculiar/p-ae9189f6.system.js +19 -0
- package/dist/peculiar/p-ae9189f6.system.js.map +1 -0
- package/dist/peculiar/p-bd485115.system.entry.js +13 -0
- package/dist/peculiar/p-bd485115.system.entry.js.map +1 -0
- package/dist/peculiar/p-c0a298fd.system.js +97 -0
- package/dist/peculiar/p-c0a298fd.system.js.map +1 -0
- package/dist/peculiar/p-daf23673.system.js +20 -0
- package/dist/peculiar/p-daf23673.system.js.map +1 -0
- package/dist/peculiar/p-e1960173.system.js +5 -0
- package/dist/peculiar/p-e1960173.system.js.map +1 -0
- package/dist/peculiar/p-e39de121.system.entry.js +13 -0
- package/dist/peculiar/p-e39de121.system.entry.js.map +1 -0
- package/dist/peculiar/p-e6a3b4d4.system.js +13 -0
- package/dist/peculiar/p-e6a3b4d4.system.js.map +1 -0
- package/dist/peculiar/peculiar.css +1 -1
- package/dist/peculiar/peculiar.esm.js +2 -1
- package/dist/peculiar/peculiar.esm.js.map +1 -0
- package/dist/peculiar/peculiar.js +127 -0
- package/dist/types/components/attribute-certificate-viewer/attribute-certificate-viewer.d.ts +15 -3
- package/dist/types/components/button/button.d.ts +5 -16
- package/dist/types/components/button/index.d.ts +2 -0
- package/dist/types/components/button-menu/button-menu.d.ts +21 -0
- package/dist/types/components/certificate-decoder/certificate-decoder.d.ts +9 -6
- package/dist/types/components/certificate-details-parts/miscellaneous.d.ts +1 -1
- package/dist/types/components/certificate-summary/certificate-summary.d.ts +4 -3
- package/dist/types/components/certificate-summary/index.d.ts +1 -0
- package/dist/types/components/certificate-viewer/certificate-viewer.d.ts +13 -5
- package/dist/types/components/certificates-viewer/certificates-viewer.d.ts +22 -11
- package/dist/types/components/crl-viewer/crl-viewer.d.ts +13 -5
- package/dist/types/components/csr-viewer/csr-viewer.d.ts +13 -5
- package/dist/types/components/icons/actions.d.ts +12 -0
- package/dist/types/components/icons/arrow_bottom.d.ts +12 -0
- package/dist/types/components/icons/arrow_top.d.ts +12 -0
- package/dist/types/components/icons/cross.d.ts +12 -0
- package/dist/types/components/icons/details.d.ts +12 -0
- package/dist/types/components/icons/download.d.ts +12 -0
- package/dist/types/components/icons/index.d.ts +7 -0
- package/dist/types/components/icons/link.d.ts +12 -0
- package/dist/types/components/link/index.d.ts +1 -0
- package/dist/types/components/link/link.d.ts +6 -6
- package/dist/types/components/text-hider/text-hider.d.ts +0 -3
- package/dist/types/components/typography/index.d.ts +1 -0
- package/dist/types/components/typography/typography.d.ts +10 -20
- package/dist/types/components.d.ts +74 -175
- package/dist/types/crypto/attribute.d.ts +1 -1
- package/dist/types/crypto/extension.d.ts +1 -1
- package/dist/types/interface.d.ts +98 -6
- package/dist/types/stencil-public-runtime.d.ts +110 -23
- package/dist/types/utils/l10n.d.ts +5 -4
- package/dist/types/utils/read_file.d.ts +1 -1
- package/hydrate/index.d.ts +218 -0
- package/hydrate/index.js +22549 -0
- package/hydrate/package.json +6 -0
- package/loader/index.d.ts +10 -1
- package/loader/index.js +1 -1
- package/loader/package.json +1 -0
- package/package.json +6 -4
- package/dist/cjs/dom-f57e260e.js +0 -78
- package/dist/cjs/index-064e95c7.js +0 -1441
- package/dist/cjs/l10n-ddc7cff9.js +0 -169
- package/dist/cjs/peculiar-button-split_4.cjs.entry.js +0 -128
- package/dist/cjs/peculiar-button.cjs.entry.js +0 -40
- package/dist/cjs/peculiar-link.cjs.entry.js +0 -29
- package/dist/cjs/peculiar-typography.cjs.entry.js +0 -38
- package/dist/collection/components/button/button.css +0 -81
- package/dist/collection/components/button-split/button-split.css +0 -57
- package/dist/collection/components/button-split/button-split.js +0 -116
- package/dist/collection/components/certificate-summary/certificate-summary.css +0 -49
- package/dist/collection/components/link/link.css +0 -59
- package/dist/collection/components/typography/typography.css +0 -95
- package/dist/esm/dom-f1b08a97.js +0 -76
- package/dist/esm/index-bbd484d9.js +0 -1410
- package/dist/esm/l10n-d48f35ff.js +0 -165
- package/dist/esm/peculiar-button-split_4.entry.js +0 -121
- package/dist/esm/peculiar-button.entry.js +0 -36
- package/dist/esm/peculiar-link.entry.js +0 -25
- package/dist/esm/peculiar-typography.entry.js +0 -34
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/peculiar/p-01cea5c0.entry.js +0 -11
- package/dist/peculiar/p-3bfefa4a.entry.js +0 -18
- package/dist/peculiar/p-4e8169cb.entry.js +0 -4
- package/dist/peculiar/p-57b89412.entry.js +0 -4
- package/dist/peculiar/p-5b4eed12.entry.js +0 -4
- package/dist/peculiar/p-610b85e3.entry.js +0 -4
- package/dist/peculiar/p-6d37c8b5.entry.js +0 -4
- package/dist/peculiar/p-711b4e1e.js +0 -18
- package/dist/peculiar/p-81a88a33.js +0 -11
- package/dist/peculiar/p-918aeee4.entry.js +0 -4
- package/dist/peculiar/p-9f4ee110.js +0 -22
- package/dist/peculiar/p-a050e184.js +0 -69
- package/dist/peculiar/p-c24c26c2.js +0 -32
- package/dist/peculiar/p-df53fbcc.entry.js +0 -4
- package/dist/peculiar/p-ec250cc4.js +0 -12
- package/dist/peculiar/p-f7683ba5.js +0 -5
- package/dist/peculiar/p-fe05f51e.js +0 -79
- package/dist/types/components/button-split/button-split.d.ts +0 -21
|
@@ -1,349 +1,622 @@
|
|
|
1
|
-
|
|
1
|
+
* {
|
|
2
2
|
box-sizing: border-box;
|
|
3
|
+
margin: 0;
|
|
4
|
+
padding: 0;
|
|
5
|
+
-webkit-font-smoothing: antialiased;
|
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
|
7
|
+
text-size-adjust: none;
|
|
8
|
+
-webkit-text-size-adjust: none;
|
|
9
|
+
-webkit-tap-highlight-color: transparent;
|
|
10
|
+
font-family: var(--pv-font-family, inherit);
|
|
3
11
|
}
|
|
4
|
-
|
|
5
|
-
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Typography variants.
|
|
15
|
+
*/
|
|
16
|
+
.t-h1 {
|
|
17
|
+
font-weight: var(--pv-text-h1-weight);
|
|
18
|
+
font-size: var(--pv-text-h1-size);
|
|
19
|
+
line-height: var(--pv-text-h1-height);
|
|
20
|
+
letter-spacing: var(--pv-text-h1-spacing);
|
|
6
21
|
}
|
|
7
22
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
overflow: auto;
|
|
14
|
-
position: relative;
|
|
15
|
-
background: white;
|
|
16
|
-
background: rgba(var(--pv-color-light-rgb), 1);
|
|
23
|
+
.t-h2 {
|
|
24
|
+
font-weight: var(--pv-text-h2-weight);
|
|
25
|
+
font-size: var(--pv-text-h2-size);
|
|
26
|
+
line-height: var(--pv-text-h2-height);
|
|
27
|
+
letter-spacing: var(--pv-text-h2-spacing);
|
|
17
28
|
}
|
|
18
29
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
30
|
+
.t-h3 {
|
|
31
|
+
font-weight: var(--pv-text-h3-weight);
|
|
32
|
+
font-size: var(--pv-text-h3-size);
|
|
33
|
+
line-height: var(--pv-text-h3-height);
|
|
34
|
+
letter-spacing: var(--pv-text-h3-spacing);
|
|
24
35
|
}
|
|
25
36
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
37
|
+
.t-h4 {
|
|
38
|
+
font-weight: var(--pv-text-h4-weight);
|
|
39
|
+
font-size: var(--pv-text-h4-size);
|
|
40
|
+
line-height: var(--pv-text-h4-height);
|
|
41
|
+
letter-spacing: var(--pv-text-h4-spacing);
|
|
29
42
|
}
|
|
30
43
|
|
|
31
|
-
|
|
32
|
-
|
|
44
|
+
.t-h5 {
|
|
45
|
+
font-weight: var(--pv-text-h5-weight);
|
|
46
|
+
font-size: var(--pv-text-h5-size);
|
|
47
|
+
line-height: var(--pv-text-h5-height);
|
|
48
|
+
letter-spacing: var(--pv-text-h5-spacing);
|
|
33
49
|
}
|
|
34
50
|
|
|
35
|
-
|
|
36
|
-
|
|
51
|
+
.t-s1 {
|
|
52
|
+
font-weight: var(--pv-text-s1-weight);
|
|
53
|
+
font-size: var(--pv-text-s1-size);
|
|
54
|
+
line-height: var(--pv-text-s1-height);
|
|
55
|
+
letter-spacing: var(--pv-text-s1-spacing);
|
|
37
56
|
}
|
|
38
57
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
58
|
+
.t-s2 {
|
|
59
|
+
font-weight: var(--pv-text-s2-weight);
|
|
60
|
+
font-size: var(--pv-text-s2-size);
|
|
61
|
+
line-height: var(--pv-text-s2-height);
|
|
62
|
+
letter-spacing: var(--pv-text-s2-spacing);
|
|
42
63
|
}
|
|
43
64
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
border-color: rgba(var(--pv-color-grey_3-rgb), 1);
|
|
65
|
+
.t-b1 {
|
|
66
|
+
font-weight: var(--pv-text-b1-weight);
|
|
67
|
+
font-size: var(--pv-text-b1-size);
|
|
68
|
+
line-height: var(--pv-text-b1-height);
|
|
69
|
+
letter-spacing: var(--pv-text-b1-spacing);
|
|
50
70
|
}
|
|
51
71
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
border-color: rgba(var(--pv-color-grey_3-rgb), 1);
|
|
72
|
+
.t-b2 {
|
|
73
|
+
font-weight: var(--pv-text-b2-weight);
|
|
74
|
+
font-size: var(--pv-text-b2-size);
|
|
75
|
+
line-height: var(--pv-text-b2-height);
|
|
76
|
+
letter-spacing: var(--pv-text-b2-spacing);
|
|
58
77
|
}
|
|
59
78
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
79
|
+
.t-b3 {
|
|
80
|
+
font-weight: var(--pv-text-b3-weight);
|
|
81
|
+
font-size: var(--pv-text-b3-size);
|
|
82
|
+
line-height: var(--pv-text-b3-height);
|
|
83
|
+
letter-spacing: var(--pv-text-b3-spacing);
|
|
65
84
|
}
|
|
66
85
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
86
|
+
.t-btn1 {
|
|
87
|
+
font-weight: var(--pv-text-btn1-weight);
|
|
88
|
+
font-size: var(--pv-text-btn1-size);
|
|
89
|
+
line-height: var(--pv-text-btn1-height);
|
|
90
|
+
letter-spacing: var(--pv-text-btn1-spacing);
|
|
70
91
|
}
|
|
71
92
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
93
|
+
.t-btn2 {
|
|
94
|
+
font-weight: var(--pv-text-btn2-weight);
|
|
95
|
+
font-size: var(--pv-text-btn2-size);
|
|
96
|
+
line-height: var(--pv-text-btn2-height);
|
|
97
|
+
letter-spacing: var(--pv-text-btn2-spacing);
|
|
77
98
|
}
|
|
78
99
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
100
|
+
.t-c1 {
|
|
101
|
+
font-weight: var(--pv-text-c1-weight);
|
|
102
|
+
font-size: var(--pv-text-c1-size);
|
|
103
|
+
line-height: var(--pv-text-c1-height);
|
|
104
|
+
letter-spacing: var(--pv-text-c1-spacing);
|
|
82
105
|
}
|
|
83
106
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
107
|
+
.t-c2 {
|
|
108
|
+
font-weight: var(--pv-text-c2-weight);
|
|
109
|
+
font-size: var(--pv-text-c2-size);
|
|
110
|
+
line-height: var(--pv-text-c2-height);
|
|
111
|
+
letter-spacing: var(--pv-text-c2-spacing);
|
|
88
112
|
}
|
|
89
113
|
|
|
90
|
-
|
|
91
|
-
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
117
|
+
/**
|
|
118
|
+
* Color variants.
|
|
119
|
+
*/
|
|
120
|
+
.c-primary-tint-5 {
|
|
121
|
+
--pv-color-base: var(--pv-color-primary-tint-5);
|
|
92
122
|
}
|
|
93
123
|
|
|
94
|
-
.
|
|
95
|
-
|
|
96
|
-
background-color: rgba(53, 132, 247, 0.04);
|
|
97
|
-
background-color: rgba(var(--pv-color-primary-rgb), 0.04);
|
|
124
|
+
.c-primary-tint-4 {
|
|
125
|
+
--pv-color-base: var(--pv-color-primary-tint-4);
|
|
98
126
|
}
|
|
99
127
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
background-color: rgba(var(--pv-color-primary-rgb), 0.04);
|
|
128
|
+
.c-primary-tint-3 {
|
|
129
|
+
--pv-color-base: var(--pv-color-primary-tint-3);
|
|
103
130
|
}
|
|
104
131
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
vertical-align: top;
|
|
108
|
-
padding: 10px 20px 26px;
|
|
132
|
+
.c-primary-tint-2 {
|
|
133
|
+
--pv-color-base: var(--pv-color-primary-tint-2);
|
|
109
134
|
}
|
|
110
135
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
opacity: 0.001;
|
|
114
|
-
}
|
|
115
|
-
100% {
|
|
116
|
-
opacity: 1;
|
|
117
|
-
}
|
|
136
|
+
.c-primary-tint-1 {
|
|
137
|
+
--pv-color-base: var(--pv-color-primary-tint-1);
|
|
118
138
|
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
left: 0;
|
|
123
|
-
width: 100%;
|
|
124
|
-
height: 100%;
|
|
125
|
-
z-index: 1;
|
|
126
|
-
overflow: auto;
|
|
127
|
-
text-align: center;
|
|
128
|
-
animation: fadeIn 200ms;
|
|
129
|
-
padding: 30px 10px;
|
|
139
|
+
|
|
140
|
+
.c-primary {
|
|
141
|
+
--pv-color-base: var(--pv-color-primary);
|
|
130
142
|
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
width: 0;
|
|
135
|
-
height: 100%;
|
|
136
|
-
content: "";
|
|
143
|
+
|
|
144
|
+
.c-primary-shade-1 {
|
|
145
|
+
--pv-color-base: var(--pv-color-primary-shade-1);
|
|
137
146
|
}
|
|
138
147
|
|
|
139
|
-
.
|
|
140
|
-
|
|
141
|
-
background: rgba(var(--pv-color-dark-rgb), 0.5);
|
|
142
|
-
z-index: -1;
|
|
143
|
-
position: fixed;
|
|
144
|
-
top: 0;
|
|
145
|
-
right: 0;
|
|
146
|
-
bottom: 0;
|
|
147
|
-
left: 0;
|
|
148
|
+
.c-primary-shade-2 {
|
|
149
|
+
--pv-color-base: var(--pv-color-primary-shade-2);
|
|
148
150
|
}
|
|
149
151
|
|
|
150
|
-
.
|
|
151
|
-
|
|
152
|
-
display: inline-block;
|
|
153
|
-
vertical-align: middle;
|
|
154
|
-
width: 100%;
|
|
155
|
-
max-width: 900px;
|
|
156
|
-
text-align: left;
|
|
157
|
-
border-radius: 3px;
|
|
158
|
-
overflow: hidden;
|
|
159
|
-
background-color: white;
|
|
160
|
-
background-color: rgba(var(--pv-color-light-rgb), 1);
|
|
161
|
-
height: 100%;
|
|
152
|
+
.c-primary-shade-3 {
|
|
153
|
+
--pv-color-base: var(--pv-color-primary-shade-3);
|
|
162
154
|
}
|
|
163
155
|
|
|
164
|
-
.
|
|
165
|
-
|
|
166
|
-
background-color: rgba(var(--pv-color-primary-rgb), 0.07);
|
|
167
|
-
border-color: #d1d5d9;
|
|
168
|
-
border-color: rgba(var(--pv-color-grey_3-rgb), 1);
|
|
169
|
-
border-bottom-width: 1px;
|
|
170
|
-
border-bottom-style: solid;
|
|
171
|
-
padding: 20px 60px 16px 20px;
|
|
172
|
-
position: relative;
|
|
173
|
-
overflow: hidden;
|
|
174
|
-
text-overflow: ellipsis;
|
|
175
|
-
white-space: nowrap;
|
|
176
|
-
height: 60px;
|
|
156
|
+
.c-primary-shade-4 {
|
|
157
|
+
--pv-color-base: var(--pv-color-primary-shade-4);
|
|
177
158
|
}
|
|
178
159
|
|
|
179
|
-
.
|
|
180
|
-
|
|
181
|
-
|
|
160
|
+
.c-primary-shade-5 {
|
|
161
|
+
--pv-color-base: var(--pv-color-primary-shade-5);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.c-primary-contrast {
|
|
165
|
+
--pv-color-base: var(--pv-color-primary-contrast);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.c-secondary-tint-5 {
|
|
169
|
+
--pv-color-base: var(--pv-color-secondary-tint-5);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.c-secondary-tint-4 {
|
|
173
|
+
--pv-color-base: var(--pv-color-secondary-tint-4);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.c-secondary-tint-3 {
|
|
177
|
+
--pv-color-base: var(--pv-color-secondary-tint-3);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.c-secondary-tint-2 {
|
|
181
|
+
--pv-color-base: var(--pv-color-secondary-tint-2);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.c-secondary-tint-1 {
|
|
185
|
+
--pv-color-base: var(--pv-color-secondary-tint-1);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.c-secondary {
|
|
189
|
+
--pv-color-base: var(--pv-color-secondary);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.c-secondary-shade-1 {
|
|
193
|
+
--pv-color-base: var(--pv-color-secondary-shade-1);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.c-secondary-shade-2 {
|
|
197
|
+
--pv-color-base: var(--pv-color-secondary-shade-2);
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.c-secondary-shade-3 {
|
|
201
|
+
--pv-color-base: var(--pv-color-secondary-shade-3);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.c-secondary-shade-4 {
|
|
205
|
+
--pv-color-base: var(--pv-color-secondary-shade-4);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.c-secondary-shade-5 {
|
|
209
|
+
--pv-color-base: var(--pv-color-secondary-shade-5);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.c-secondary-contrast {
|
|
213
|
+
--pv-color-base: var(--pv-color-secondary-contrast);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.c-wrong-tint-5 {
|
|
217
|
+
--pv-color-base: var(--pv-color-wrong-tint-5);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.c-wrong-tint-4 {
|
|
221
|
+
--pv-color-base: var(--pv-color-wrong-tint-4);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.c-wrong-tint-3 {
|
|
225
|
+
--pv-color-base: var(--pv-color-wrong-tint-3);
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.c-wrong-tint-2 {
|
|
229
|
+
--pv-color-base: var(--pv-color-wrong-tint-2);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.c-wrong-tint-1 {
|
|
233
|
+
--pv-color-base: var(--pv-color-wrong-tint-1);
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.c-wrong {
|
|
237
|
+
--pv-color-base: var(--pv-color-wrong);
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.c-wrong-shade-1 {
|
|
241
|
+
--pv-color-base: var(--pv-color-wrong-shade-1);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.c-wrong-shade-2 {
|
|
245
|
+
--pv-color-base: var(--pv-color-wrong-shade-2);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.c-wrong-shade-3 {
|
|
249
|
+
--pv-color-base: var(--pv-color-wrong-shade-3);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.c-wrong-shade-4 {
|
|
253
|
+
--pv-color-base: var(--pv-color-wrong-shade-4);
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.c-wrong-shade-5 {
|
|
257
|
+
--pv-color-base: var(--pv-color-wrong-shade-5);
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.c-wrong-contrast {
|
|
261
|
+
--pv-color-base: var(--pv-color-wrong-contrast);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.c-attention-tint-5 {
|
|
265
|
+
--pv-color-base: var(--pv-color-attention-tint-5);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.c-attention-tint-4 {
|
|
269
|
+
--pv-color-base: var(--pv-color-attention-tint-4);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.c-attention-tint-3 {
|
|
273
|
+
--pv-color-base: var(--pv-color-attention-tint-3);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.c-attention-tint-2 {
|
|
277
|
+
--pv-color-base: var(--pv-color-attention-tint-2);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.c-attention-tint-1 {
|
|
281
|
+
--pv-color-base: var(--pv-color-attention-tint-1);
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.c-attention {
|
|
285
|
+
--pv-color-base: var(--pv-color-attention);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.c-attention-shade-1 {
|
|
289
|
+
--pv-color-base: var(--pv-color-attention-shade-1);
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.c-attention-shade-2 {
|
|
293
|
+
--pv-color-base: var(--pv-color-attention-shade-2);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.c-attention-shade-3 {
|
|
297
|
+
--pv-color-base: var(--pv-color-attention-shade-3);
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.c-attention-shade-4 {
|
|
301
|
+
--pv-color-base: var(--pv-color-attention-shade-4);
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.c-attention-shade-5 {
|
|
305
|
+
--pv-color-base: var(--pv-color-attention-shade-5);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.c-success-tint-5 {
|
|
309
|
+
--pv-color-base: var(--pv-color-success-tint-5);
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.c-success-tint-4 {
|
|
313
|
+
--pv-color-base: var(--pv-color-success-tint-4);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.c-success-tint-3 {
|
|
317
|
+
--pv-color-base: var(--pv-color-success-tint-3);
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.c-success-tint-2 {
|
|
321
|
+
--pv-color-base: var(--pv-color-success-tint-2);
|
|
182
322
|
}
|
|
183
323
|
|
|
184
|
-
.
|
|
324
|
+
.c-success-tint-1 {
|
|
325
|
+
--pv-color-base: var(--pv-color-success-tint-1);
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.c-success {
|
|
329
|
+
--pv-color-base: var(--pv-color-success);
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.c-success-shade-1 {
|
|
333
|
+
--pv-color-base: var(--pv-color-success-shade-1);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.c-success-shade-2 {
|
|
337
|
+
--pv-color-base: var(--pv-color-success-shade-2);
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.c-success-shade-3 {
|
|
341
|
+
--pv-color-base: var(--pv-color-success-shade-3);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.c-success-shade-4 {
|
|
345
|
+
--pv-color-base: var(--pv-color-success-shade-4);
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.c-success-shade-5 {
|
|
349
|
+
--pv-color-base: var(--pv-color-success-shade-5);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.c-black {
|
|
353
|
+
--pv-color-base: var(--pv-color-black);
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.c-gray-10 {
|
|
357
|
+
--pv-color-base: var(--pv-color-gray-10);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.c-gray-9 {
|
|
361
|
+
--pv-color-base: var(--pv-color-gray-9);
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.c-gray-8 {
|
|
365
|
+
--pv-color-base: var(--pv-color-gray-8);
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.c-gray-7 {
|
|
369
|
+
--pv-color-base: var(--pv-color-gray-7);
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.c-gray-6 {
|
|
373
|
+
--pv-color-base: var(--pv-color-gray-6);
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.c-gray-5 {
|
|
377
|
+
--pv-color-base: var(--pv-color-gray-5);
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.c-gray-4 {
|
|
381
|
+
--pv-color-base: var(--pv-color-gray-4);
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.c-gray-3 {
|
|
385
|
+
--pv-color-base: var(--pv-color-gray-3);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.c-gray-2 {
|
|
389
|
+
--pv-color-base: var(--pv-color-gray-2);
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.c-gray-1 {
|
|
393
|
+
--pv-color-base: var(--pv-color-gray-1);
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.c-white {
|
|
397
|
+
--pv-color-base: var(--pv-color-white);
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.c-extra-1 {
|
|
401
|
+
--pv-color-base: var(--pv-color-extra-1);
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.c-extra-2 {
|
|
405
|
+
--pv-color-base: var(--pv-color-extra-2);
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
*
|
|
410
|
+
*/
|
|
411
|
+
.typography {
|
|
412
|
+
color: var(--pv-color-base);
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.button {
|
|
416
|
+
display: inline-flex;
|
|
185
417
|
cursor: pointer;
|
|
418
|
+
background: transparent;
|
|
186
419
|
border: none;
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
bottom: 0;
|
|
191
|
-
right: 0;
|
|
192
|
-
padding: 0 12px;
|
|
193
|
-
transition: opacity 100ms;
|
|
420
|
+
user-select: none;
|
|
421
|
+
white-space: nowrap;
|
|
422
|
+
text-decoration: none;
|
|
194
423
|
outline: none;
|
|
424
|
+
font-family: inherit;
|
|
425
|
+
border-radius: 4px;
|
|
426
|
+
height: var(--pv-size-base-6);
|
|
427
|
+
min-width: var(--pv-size-base-6);
|
|
428
|
+
padding: 0 var(--pv-size-base-2);
|
|
429
|
+
transition: background-color 200ms ease 0s;
|
|
430
|
+
align-items: center;
|
|
431
|
+
justify-content: center;
|
|
432
|
+
gap: var(--pv-size-base-2);
|
|
433
|
+
font-size: 0;
|
|
195
434
|
}
|
|
196
|
-
.
|
|
197
|
-
|
|
435
|
+
.button.m_no_padding {
|
|
436
|
+
padding: 0;
|
|
198
437
|
}
|
|
199
|
-
.
|
|
200
|
-
|
|
201
|
-
fill: rgba(var(--pv-color-dark-rgb), 1);
|
|
438
|
+
.button:hover {
|
|
439
|
+
background-color: var(--pv-color-gray-3);
|
|
202
440
|
}
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
margin: 2px;
|
|
441
|
+
.button:focus {
|
|
442
|
+
background-color: var(--pv-color-gray-4);
|
|
206
443
|
}
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
.mobile_title {
|
|
210
|
-
display: none;
|
|
444
|
+
.button:active {
|
|
445
|
+
background-color: var(--pv-color-gray-5);
|
|
211
446
|
}
|
|
212
447
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
448
|
+
:host {
|
|
449
|
+
display: block;
|
|
450
|
+
width: 100%;
|
|
451
|
+
word-wrap: break-word;
|
|
452
|
+
min-width: 280px;
|
|
453
|
+
overflow: auto;
|
|
454
|
+
position: relative;
|
|
218
455
|
}
|
|
219
456
|
|
|
220
|
-
/* Search */
|
|
221
457
|
.search_section {
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
border-color: #d1d5d9;
|
|
225
|
-
border-color: rgba(var(--pv-color-grey_3-rgb), 1);
|
|
226
|
-
height: 50px;
|
|
227
|
-
padding: 10px;
|
|
228
|
-
border-width: 1px 1px 0 1px;
|
|
229
|
-
border-style: solid;
|
|
458
|
+
padding: var(--pv-size-base-4);
|
|
459
|
+
border-bottom: 1px solid var(--pv-color-gray-4);
|
|
230
460
|
}
|
|
231
461
|
|
|
232
462
|
.input_search {
|
|
233
|
-
height:
|
|
463
|
+
height: var(--pv-size-base-8);
|
|
234
464
|
width: 100%;
|
|
235
|
-
border-radius: 3px;
|
|
236
|
-
border-width: 1px;
|
|
237
|
-
border-style: solid;
|
|
238
|
-
padding: 0 14px;
|
|
239
|
-
font-size: 12px;
|
|
240
465
|
outline: none;
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
466
|
+
background-color: var(--pv-color-gray-1);
|
|
467
|
+
padding: 0 var(--pv-size-base-2);
|
|
468
|
+
border: 1px solid var(--pv-color-gray-7);
|
|
469
|
+
border-radius: 4px;
|
|
470
|
+
transition: background-color 200ms ease 0s, color 200ms ease 0s, border-color 200ms ease 0s;
|
|
245
471
|
}
|
|
246
472
|
.input_search::placeholder {
|
|
247
|
-
color:
|
|
248
|
-
|
|
473
|
+
color: var(--pv-color-gray-9);
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
table {
|
|
477
|
+
width: 100%;
|
|
478
|
+
table-layout: fixed;
|
|
479
|
+
border-collapse: collapse;
|
|
480
|
+
border-spacing: 0;
|
|
481
|
+
}
|
|
482
|
+
table td, table th {
|
|
483
|
+
border-bottom: 1px solid var(--pv-color-gray-4);
|
|
484
|
+
vertical-align: top;
|
|
485
|
+
text-align: left;
|
|
486
|
+
}
|
|
487
|
+
table td:first-child, table th:first-child {
|
|
488
|
+
padding-right: 0;
|
|
489
|
+
width: var(--pv-size-base-10);
|
|
490
|
+
}
|
|
491
|
+
table td:last-child, table th:last-child {
|
|
492
|
+
padding-left: 0;
|
|
493
|
+
width: var(--pv-size-base-10);
|
|
494
|
+
}
|
|
495
|
+
table th {
|
|
496
|
+
padding: var(--pv-size-base-2) var(--pv-size-base-4);
|
|
497
|
+
}
|
|
498
|
+
table th.col_action {
|
|
499
|
+
padding: 0;
|
|
500
|
+
}
|
|
501
|
+
table td {
|
|
502
|
+
padding: var(--pv-size-base-4);
|
|
503
|
+
}
|
|
504
|
+
table tr.m_expanded {
|
|
505
|
+
background: var(--pv-color-gray-1);
|
|
506
|
+
}
|
|
507
|
+
table tr.m_expanded > td {
|
|
508
|
+
border-bottom: none;
|
|
509
|
+
}
|
|
510
|
+
table tr.expanded_summary {
|
|
511
|
+
background: var(--pv-color-gray-1);
|
|
512
|
+
}
|
|
513
|
+
table tr.expanded_summary table {
|
|
514
|
+
table-layout: initial;
|
|
515
|
+
}
|
|
516
|
+
table tr.expanded_summary table td {
|
|
517
|
+
border-bottom: none;
|
|
518
|
+
padding: var(--pv-size-base-2);
|
|
519
|
+
}
|
|
520
|
+
table tr.expanded_summary table td:first-child {
|
|
521
|
+
width: 200px;
|
|
522
|
+
}
|
|
523
|
+
table tr.expanded_summary table td:last-child {
|
|
524
|
+
width: auto;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.button_table_cell {
|
|
528
|
+
margin-top: -3px;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.status_wrapper {
|
|
532
|
+
text-align: center;
|
|
533
|
+
height: var(--pv-size-base-16);
|
|
534
|
+
vertical-align: middle;
|
|
249
535
|
}
|
|
250
536
|
|
|
251
|
-
.
|
|
252
|
-
position:
|
|
537
|
+
.modal_wrapper {
|
|
538
|
+
position: fixed;
|
|
253
539
|
top: 0;
|
|
254
540
|
left: 0;
|
|
255
541
|
width: 100%;
|
|
256
542
|
height: 100%;
|
|
257
|
-
|
|
258
|
-
|
|
543
|
+
z-index: 1;
|
|
544
|
+
animation: fadeIn 200ms;
|
|
259
545
|
display: flex;
|
|
260
546
|
align-items: center;
|
|
547
|
+
justify-content: center;
|
|
261
548
|
}
|
|
262
549
|
|
|
263
|
-
.
|
|
264
|
-
|
|
550
|
+
.modal_backdrop {
|
|
551
|
+
background: var(--pv-color-black);
|
|
552
|
+
z-index: -1;
|
|
553
|
+
position: fixed;
|
|
554
|
+
top: 0;
|
|
555
|
+
right: 0;
|
|
556
|
+
bottom: 0;
|
|
557
|
+
left: 0;
|
|
558
|
+
opacity: 0.5;
|
|
265
559
|
}
|
|
266
560
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.expanded_summary td:before {
|
|
331
|
-
content: none;
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
/* Empty state */
|
|
335
|
-
.status_wrapper {
|
|
336
|
-
height: 266px;
|
|
337
|
-
display: table-cell;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
/* Search */
|
|
341
|
-
.search_section {
|
|
342
|
-
height: 60px;
|
|
343
|
-
padding: 15px;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.align_center {
|
|
347
|
-
text-align: inherit;
|
|
348
|
-
}
|
|
561
|
+
.modal_container {
|
|
562
|
+
background: var(--pv-color-white);
|
|
563
|
+
width: 100%;
|
|
564
|
+
display: flex;
|
|
565
|
+
max-height: calc(100% - 60px);
|
|
566
|
+
flex-direction: column;
|
|
567
|
+
margin: var(--pv-size-base-6);
|
|
568
|
+
position: relative;
|
|
569
|
+
outline: none;
|
|
570
|
+
box-shadow: var(--pv-shadow-dark-hight);
|
|
571
|
+
overflow: hidden;
|
|
572
|
+
border: 0px;
|
|
573
|
+
padding: 0px;
|
|
574
|
+
max-width: 640px;
|
|
575
|
+
border-radius: 4px;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.modal_header {
|
|
579
|
+
padding: var(--pv-size-base-3) var(--pv-size-base-4);
|
|
580
|
+
display: flex;
|
|
581
|
+
flex: 0 0 auto;
|
|
582
|
+
-webkit-box-pack: justify;
|
|
583
|
+
justify-content: space-between;
|
|
584
|
+
gap: var(--pv-size-base-2);
|
|
585
|
+
border-bottom: 1px solid var(--pv-color-gray-5);
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.modal_content {
|
|
589
|
+
flex: 1 1 auto;
|
|
590
|
+
overflow: auto;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
:host([data-mobile-screen-view=true]) table, :host([data-mobile-screen-view=true]) tbody, :host([data-mobile-screen-view=true]) tr, :host([data-mobile-screen-view=true]) td {
|
|
594
|
+
display: block;
|
|
595
|
+
width: 100% !important;
|
|
596
|
+
padding: 0;
|
|
597
|
+
border: none;
|
|
598
|
+
}
|
|
599
|
+
:host([data-mobile-screen-view=true]) thead {
|
|
600
|
+
display: none;
|
|
601
|
+
}
|
|
602
|
+
:host([data-mobile-screen-view=true]) table tr {
|
|
603
|
+
padding: var(--pv-size-base-2) 0;
|
|
604
|
+
}
|
|
605
|
+
:host([data-mobile-screen-view=true]) table .expanded_summary {
|
|
606
|
+
padding: 0;
|
|
607
|
+
}
|
|
608
|
+
:host([data-mobile-screen-view=true]) table .certificate_row {
|
|
609
|
+
border-bottom: 1px solid var(--pv-color-gray-5);
|
|
610
|
+
padding: var(--pv-size-base-2) var(--pv-size-base-4);
|
|
611
|
+
}
|
|
612
|
+
:host([data-mobile-screen-view=true]) table .certificate_row_actions {
|
|
613
|
+
padding-top: var(--pv-size-base-6);
|
|
614
|
+
}
|
|
615
|
+
:host([data-mobile-screen-view=true]) table .certificate_row_actions td {
|
|
616
|
+
display: flex;
|
|
617
|
+
justify-content: right;
|
|
618
|
+
gap: var(--pv-size-base-4);
|
|
619
|
+
}
|
|
620
|
+
:host([data-mobile-screen-view=true]) .button_table_cell {
|
|
621
|
+
margin-top: 0;
|
|
349
622
|
}
|