@gov-design-system-ce/components 4.1.3-BETA-5 → 4.1.3-BETA-7
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/dist/cjs/core.cjs.js +2 -2
- package/dist/cjs/gov-accordion-item.cjs.entry.js +3 -3
- package/dist/cjs/gov-accordion.cjs.entry.js +3 -3
- package/dist/cjs/gov-attachments_3.cjs.entry.js +4 -4
- package/dist/cjs/gov-backdrop.cjs.entry.js +3 -3
- package/dist/cjs/gov-breadcrumbs.cjs.entry.js +3 -3
- package/dist/cjs/gov-button.cjs.entry.js +4 -4
- package/dist/cjs/gov-card.cjs.entry.js +3 -3
- package/dist/cjs/gov-chip.cjs.entry.js +3 -3
- package/dist/cjs/gov-container.cjs.entry.js +1 -1
- package/dist/cjs/gov-control-group.cjs.entry.js +3 -3
- package/dist/cjs/gov-cookiebar.cjs.entry.js +1 -1
- package/dist/cjs/gov-dialog.cjs.entry.js +3 -3
- package/dist/cjs/gov-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gov-empty.cjs.entry.js +3 -3
- package/dist/cjs/gov-error-code.cjs.entry.js +1 -1
- package/dist/cjs/gov-flex_3.cjs.entry.js +179 -34
- package/dist/cjs/gov-flex_3.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-form-autocomplete.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-checkbox-group.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-checkbox.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-control.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-file.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-group.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-input_2.cjs.entry.js +4 -4
- package/dist/cjs/gov-form-label.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-multi-select.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-password-power.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-radio-group.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-radio.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-search.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-select.cjs.entry.js +3 -3
- package/dist/cjs/gov-form-switch.cjs.entry.js +3 -3
- package/dist/cjs/gov-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/gov-grid.cjs.entry.js +1 -1
- package/dist/cjs/gov-infobar.cjs.entry.js +5 -5
- package/dist/cjs/gov-layout-column.cjs.entry.js +2 -2
- package/dist/cjs/gov-layout.cjs.entry.js +2 -2
- package/dist/cjs/gov-lifecycle.cjs.entry.js +2 -2
- package/dist/cjs/gov-link.cjs.entry.js +4 -4
- package/dist/cjs/gov-loading.cjs.entry.js +4 -4
- package/dist/cjs/gov-message.cjs.entry.js +4 -4
- package/dist/cjs/gov-pagination.cjs.entry.js +3 -3
- package/dist/cjs/gov-spacer.cjs.entry.js +4 -4
- package/dist/cjs/gov-stepper-item.cjs.entry.js +4 -4
- package/dist/cjs/gov-stepper.cjs.entry.js +4 -4
- package/dist/cjs/gov-tabs-item.cjs.entry.js +2 -2
- package/dist/cjs/gov-tabs.cjs.entry.js +4 -4
- package/dist/cjs/gov-tag.cjs.entry.js +4 -4
- package/dist/cjs/gov-tile.cjs.entry.js +2 -2
- package/dist/cjs/gov-tiles.cjs.entry.js +2 -2
- package/dist/cjs/gov-toast.cjs.entry.js +4 -4
- package/dist/cjs/gov-tooltip-content.cjs.entry.js +2 -2
- package/dist/cjs/gov-tooltip.cjs.entry.js +5 -5
- package/dist/cjs/gov-wizard-item.cjs.entry.js +5 -5
- package/dist/cjs/gov-wizard.cjs.entry.js +5 -5
- package/dist/cjs/{gov.log-21ea2c96.js → gov.log-bfea3151.js} +5 -1
- package/dist/cjs/gov.log-bfea3151.js.map +1 -0
- package/dist/cjs/{index-0e4f24f9.js → index-67e87c27.js} +15 -1
- package/dist/cjs/index-67e87c27.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{props-b079c32b.js → props-d189860c.js} +2 -2
- package/dist/cjs/{props-b079c32b.js.map → props-d189860c.js.map} +1 -1
- package/dist/cjs/{wcag-efe9bf16.js → wcag-2927ff73.js} +2 -2
- package/dist/cjs/{wcag-efe9bf16.js.map → wcag-2927ff73.js.map} +1 -1
- package/dist/collection/components/gov-icon/gov-icon.js +113 -5
- package/dist/collection/components/gov-icon/gov-icon.js.map +1 -1
- package/dist/collection/components/gov-infobar/gov-infobar.js +2 -2
- package/dist/collection/components/gov-layout/gov-layout-column.js +1 -1
- package/dist/collection/components/gov-layout/gov-layout.js +1 -1
- package/dist/collection/components/gov-lifecycle-tester/gov-lifecycle-tester.js +1 -1
- package/dist/collection/components/gov-link/gov-link.js +1 -1
- package/dist/collection/components/gov-loading/loading/gov-loading.js +1 -1
- package/dist/collection/components/gov-loading/skeleton/gov-skeleton.js +1 -1
- package/dist/collection/components/gov-message/gov-message.js +1 -1
- package/dist/collection/components/gov-spacer/gov-spacer.js +1 -1
- package/dist/collection/components/gov-stepper/gov-stepper-item.js +1 -1
- package/dist/collection/components/gov-stepper/gov-stepper.js +1 -1
- package/dist/collection/components/gov-tabs/gov-tabs-item.js +1 -1
- package/dist/collection/components/gov-tabs/gov-tabs.js +1 -1
- package/dist/collection/components/gov-tag/gov-tag.js +1 -1
- package/dist/collection/components/gov-theme-switch/gov-theme-switch.js +1 -1
- package/dist/collection/components/gov-tile/container/gov-tiles.js +1 -1
- package/dist/collection/components/gov-tile/gov-tile.js +1 -1
- package/dist/collection/components/gov-toast/gov-toast.js +1 -1
- package/dist/collection/components/gov-tooltip/gov-tooltip-content.js +1 -1
- package/dist/collection/components/gov-tooltip/gov-tooltip.js +2 -2
- package/dist/collection/components/gov-wizard/gov-wizard-item.js +2 -2
- package/dist/collection/components/gov-wizard/gov-wizard.js +1 -1
- package/dist/collection/utils/icon.utils.js.map +1 -1
- package/dist/components/gov-accordion-item.js +1 -1
- package/dist/components/gov-accordion.js +1 -1
- package/dist/components/gov-attachments-item.js +1 -1
- package/dist/components/gov-attachments.js +1 -1
- package/dist/components/gov-backdrop.js +1 -1
- package/dist/components/gov-breadcrumbs.js +1 -1
- package/dist/components/gov-button.js +1 -1
- package/dist/components/gov-card.js +1 -1
- package/dist/components/gov-chip.js +1 -1
- package/dist/components/gov-container.js +1 -1
- package/dist/components/gov-control-group.js +1 -1
- package/dist/components/gov-cookiebar.js +1 -1
- package/dist/components/gov-dialog.js +1 -1
- package/dist/components/gov-dropdown.js +1 -1
- package/dist/components/gov-dropdown.js.map +1 -1
- package/dist/components/gov-empty.js +1 -1
- package/dist/components/gov-error-code.js +1 -1
- package/dist/components/gov-flex.js +1 -1
- package/dist/components/gov-form-autocomplete.js +1 -1
- package/dist/components/gov-form-checkbox-group.js +1 -1
- package/dist/components/gov-form-checkbox.js +1 -1
- package/dist/components/gov-form-control.js +1 -1
- package/dist/components/gov-form-file.js +1 -1
- package/dist/components/gov-form-file.js.map +1 -1
- package/dist/components/gov-form-group.js +1 -1
- package/dist/components/gov-form-input.js +1 -1
- package/dist/components/gov-form-label.js +1 -1
- package/dist/components/gov-form-message.js +1 -1
- package/dist/components/gov-form-multi-select.js +1 -1
- package/dist/components/gov-form-password-power.js +1 -1
- package/dist/components/gov-form-radio-group.js +1 -1
- package/dist/components/gov-form-radio.js +1 -1
- package/dist/components/gov-form-radio.js.map +1 -1
- package/dist/components/gov-form-search.js +1 -1
- package/dist/components/gov-form-select.js +1 -1
- package/dist/components/gov-form-switch.js +1 -1
- package/dist/components/gov-grid-item.js +1 -1
- package/dist/components/gov-grid.js +1 -1
- package/dist/components/gov-icon.js +1 -1
- package/dist/components/gov-infobar.js +1 -1
- package/dist/components/gov-layout-column.js +1 -1
- package/dist/components/gov-layout.js +1 -1
- package/dist/components/gov-lifecycle.js +1 -1
- package/dist/components/gov-link.js +1 -1
- package/dist/components/gov-link.js.map +1 -1
- package/dist/components/gov-loading.js +1 -1
- package/dist/components/gov-loading.js.map +1 -1
- package/dist/components/gov-message.js +1 -1
- package/dist/components/gov-pagination.js +1 -1
- package/dist/components/gov-skeleton.js +1 -1
- package/dist/components/gov-spacer.js +1 -1
- package/dist/components/gov-stepper-item.js +1 -1
- package/dist/components/gov-stepper.js +1 -1
- package/dist/components/gov-tabs-item.js +1 -1
- package/dist/components/gov-tabs.js +1 -1
- package/dist/components/gov-tag.js +1 -1
- package/dist/components/gov-theme-switch.js +1 -1
- package/dist/components/gov-theme-switch.js.map +1 -1
- package/dist/components/gov-tile.js +1 -1
- package/dist/components/gov-tile.js.map +1 -1
- package/dist/components/gov-tiles.js +1 -1
- package/dist/components/gov-toast.js +1 -1
- package/dist/components/gov-tooltip-content.js +1 -1
- package/dist/components/gov-tooltip.js +1 -1
- package/dist/components/gov-wizard-item.js +1 -1
- package/dist/components/gov-wizard.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/{p-56399a9b.js → p-03ad4e0f.js} +2 -2
- package/dist/components/p-0b3574c2.js +2 -0
- package/dist/components/p-115b9cf3.js +3 -0
- package/dist/components/p-115b9cf3.js.map +1 -0
- package/dist/components/{p-c024f757.js → p-2237d3a5.js} +2 -2
- package/dist/components/{p-495b793e.js → p-350e060c.js} +2 -2
- package/dist/components/{p-de0a517f.js → p-384c7f2a.js} +2 -2
- package/dist/components/{p-88b35bda.js → p-7d808445.js} +2 -2
- package/dist/components/{p-454ce5f2.js → p-80dad64b.js} +2 -2
- package/dist/components/p-88b2667e.js +2 -0
- package/dist/components/p-88b2667e.js.map +1 -0
- package/dist/components/{p-080d5d41.js → p-8ee6f2f3.js} +2 -2
- package/dist/components/{p-438d5e0f.js → p-94002301.js} +2 -2
- package/dist/components/{p-61453dbf.js → p-9992e831.js} +2 -2
- package/dist/components/p-bfce6f99.js +2 -0
- package/dist/components/p-bfce6f99.js.map +1 -0
- package/dist/components/{p-b642e485.js → p-c67a25ad.js} +2 -2
- package/dist/components/p-e8ec030e.js +2 -0
- package/dist/components/{p-ceafa242.js.map → p-e8ec030e.js.map} +1 -1
- package/dist/components/{p-7007bd16.js → p-f4ca9c18.js} +2 -2
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/p-017ff5a5.entry.js +2 -0
- package/dist/core/{p-9ee41510.entry.js.map → p-017ff5a5.entry.js.map} +1 -1
- package/dist/core/{p-b2c00946.entry.js → p-032accfb.entry.js} +2 -2
- package/dist/core/{p-5802e37e.entry.js → p-058e6fe2.entry.js} +2 -2
- package/dist/core/{p-b36f84d2.entry.js → p-063b70a2.entry.js} +2 -2
- package/dist/core/{p-38287e92.entry.js → p-0724cb6a.entry.js} +2 -2
- package/dist/core/p-09c9eba6.entry.js +2 -0
- package/dist/core/p-0b3574c2.js +2 -0
- package/dist/core/{p-b404f53c.entry.js → p-0c076b21.entry.js} +2 -2
- package/dist/core/p-0f0f7302.entry.js +2 -0
- package/dist/core/{p-df338d69.entry.js.map → p-0f0f7302.entry.js.map} +1 -1
- package/dist/core/p-10f773c2.entry.js +2 -0
- package/dist/core/p-14d66f26.entry.js +2 -0
- package/dist/core/{p-54d924fc.entry.js.map → p-14d66f26.entry.js.map} +1 -1
- package/dist/core/{p-3abf57dc.entry.js → p-1aa7450e.entry.js} +2 -2
- package/dist/core/p-237a5b91.entry.js +2 -0
- package/dist/core/{p-e6b08d9b.entry.js.map → p-237a5b91.entry.js.map} +1 -1
- package/dist/core/p-269071f5.entry.js +2 -0
- package/dist/core/{p-2f3228e4.js → p-29ac15d2.js} +2 -2
- package/dist/core/p-2ee042d4.js +3 -0
- package/dist/core/p-2ee042d4.js.map +1 -0
- package/dist/core/{p-8a063925.entry.js → p-33310735.entry.js} +2 -2
- package/dist/core/p-347d15d5.entry.js +2 -0
- package/dist/core/{p-07b1fa1c.entry.js.map → p-347d15d5.entry.js.map} +1 -1
- package/dist/core/{p-8e5f45d0.entry.js → p-37473c34.entry.js} +2 -2
- package/dist/core/{p-9514520c.entry.js → p-3849ca02.entry.js} +2 -2
- package/dist/core/p-3a7381e7.entry.js +2 -0
- package/dist/core/{p-e078dab3.entry.js.map → p-3a7381e7.entry.js.map} +1 -1
- package/dist/core/p-43d3dbc0.entry.js +2 -0
- package/dist/core/p-45b759f4.entry.js +2 -0
- package/dist/core/{p-123d26eb.entry.js.map → p-45b759f4.entry.js.map} +1 -1
- package/dist/core/p-4c60e125.entry.js +2 -0
- package/dist/core/p-4e29744a.entry.js +2 -0
- package/dist/core/{p-402f36af.entry.js.map → p-4e29744a.entry.js.map} +1 -1
- package/dist/core/{p-3b8b331f.entry.js → p-4fa0320d.entry.js} +2 -2
- package/dist/core/p-50af9ae8.entry.js +2 -0
- package/dist/core/{p-4ea79bda.entry.js → p-5c3f4cfe.entry.js} +2 -2
- package/dist/core/{p-75ff8ad0.entry.js → p-6b7c3a96.entry.js} +2 -2
- package/dist/core/p-71f5d4ff.entry.js +2 -0
- package/dist/core/{p-0a49e852.entry.js → p-77daba72.entry.js} +2 -2
- package/dist/core/{p-cb76cda0.entry.js → p-7a21fb90.entry.js} +2 -2
- package/dist/core/{p-c723877b.entry.js → p-7baee44f.entry.js} +2 -2
- package/dist/core/{p-7f7c31e2.entry.js → p-7dfb7e36.entry.js} +2 -2
- package/dist/core/{p-9897ac81.entry.js → p-8bb6c816.entry.js} +2 -2
- package/dist/core/p-8cc5ad01.entry.js +2 -0
- package/dist/core/{p-9410ca28.entry.js.map → p-8cc5ad01.entry.js.map} +1 -1
- package/dist/core/p-906865d0.entry.js +2 -0
- package/dist/core/{p-9096ac3f.entry.js.map → p-906865d0.entry.js.map} +1 -1
- package/dist/core/p-927c31dd.entry.js +2 -0
- package/dist/core/{p-2800bec9.entry.js → p-967a1094.entry.js} +2 -2
- package/dist/core/{p-1399f929.entry.js → p-9846fd13.entry.js} +2 -2
- package/dist/core/{p-87e5b1d0.entry.js → p-994385ca.entry.js} +2 -2
- package/dist/core/{p-f35f3261.entry.js → p-9f8d69a9.entry.js} +2 -2
- package/dist/core/{p-47d27845.entry.js → p-a6a9de9a.entry.js} +2 -2
- package/dist/core/p-b62e49ee.entry.js +2 -0
- package/dist/core/p-c0800e6d.entry.js +2 -0
- package/dist/core/p-cecbe73f.entry.js +2 -0
- package/dist/core/{p-0087a816.entry.js.map → p-cecbe73f.entry.js.map} +1 -1
- package/dist/core/p-d795a421.entry.js +2 -0
- package/dist/core/{p-80c7db1f.entry.js.map → p-d795a421.entry.js.map} +1 -1
- package/dist/core/{p-bf0712e0.entry.js → p-d9b42773.entry.js} +2 -2
- package/dist/core/{p-6cf9500c.entry.js → p-e0a199ff.entry.js} +2 -2
- package/dist/core/{p-c34dad75.entry.js → p-e215f3ee.entry.js} +2 -2
- package/dist/core/p-e8ec030e.js +2 -0
- package/dist/core/{p-ceafa242.js.map → p-e8ec030e.js.map} +1 -1
- package/dist/core/{p-368aa2f4.entry.js → p-ed02945f.entry.js} +2 -2
- package/dist/core/p-ee55932a.entry.js +2 -0
- package/dist/core/p-f14252eb.entry.js +2 -0
- package/dist/core/p-f14252eb.entry.js.map +1 -0
- package/dist/core/{p-f9474bb3.entry.js → p-f2bb8c29.entry.js} +2 -2
- package/dist/core/{p-16a3deca.entry.js → p-f54edd6c.entry.js} +2 -2
- package/dist/core/p-f7f60f91.entry.js +2 -0
- package/dist/core/{p-1043fe0d.entry.js.map → p-f7f60f91.entry.js.map} +1 -1
- package/dist/core/{p-fc795b0e.entry.js → p-fcac8531.entry.js} +2 -2
- package/dist/esm/core.js +3 -3
- package/dist/esm/gov-accordion-item.entry.js +3 -3
- package/dist/esm/gov-accordion.entry.js +3 -3
- package/dist/esm/gov-attachments_3.entry.js +4 -4
- package/dist/esm/gov-backdrop.entry.js +3 -3
- package/dist/esm/gov-breadcrumbs.entry.js +3 -3
- package/dist/esm/gov-button.entry.js +4 -4
- package/dist/esm/gov-card.entry.js +3 -3
- package/dist/esm/gov-chip.entry.js +3 -3
- package/dist/esm/gov-container.entry.js +1 -1
- package/dist/esm/gov-control-group.entry.js +3 -3
- package/dist/esm/gov-cookiebar.entry.js +1 -1
- package/dist/esm/gov-dialog.entry.js +3 -3
- package/dist/esm/gov-dropdown.entry.js +1 -1
- package/dist/esm/gov-empty.entry.js +3 -3
- package/dist/esm/gov-error-code.entry.js +1 -1
- package/dist/esm/gov-flex_3.entry.js +179 -34
- package/dist/esm/gov-flex_3.entry.js.map +1 -1
- package/dist/esm/gov-form-autocomplete.entry.js +3 -3
- package/dist/esm/gov-form-checkbox-group.entry.js +3 -3
- package/dist/esm/gov-form-checkbox.entry.js +3 -3
- package/dist/esm/gov-form-control.entry.js +1 -1
- package/dist/esm/gov-form-file.entry.js +1 -1
- package/dist/esm/gov-form-group.entry.js +3 -3
- package/dist/esm/gov-form-input_2.entry.js +4 -4
- package/dist/esm/gov-form-label.entry.js +1 -1
- package/dist/esm/gov-form-multi-select.entry.js +3 -3
- package/dist/esm/gov-form-password-power.entry.js +1 -1
- package/dist/esm/gov-form-radio-group.entry.js +3 -3
- package/dist/esm/gov-form-radio.entry.js +3 -3
- package/dist/esm/gov-form-search.entry.js +1 -1
- package/dist/esm/gov-form-select.entry.js +3 -3
- package/dist/esm/gov-form-switch.entry.js +3 -3
- package/dist/esm/gov-grid-item.entry.js +1 -1
- package/dist/esm/gov-grid.entry.js +1 -1
- package/dist/esm/gov-infobar.entry.js +5 -5
- package/dist/esm/gov-layout-column.entry.js +2 -2
- package/dist/esm/gov-layout.entry.js +2 -2
- package/dist/esm/gov-lifecycle.entry.js +2 -2
- package/dist/esm/gov-link.entry.js +4 -4
- package/dist/esm/gov-loading.entry.js +4 -4
- package/dist/esm/gov-message.entry.js +4 -4
- package/dist/esm/gov-pagination.entry.js +3 -3
- package/dist/esm/gov-spacer.entry.js +4 -4
- package/dist/esm/gov-stepper-item.entry.js +4 -4
- package/dist/esm/gov-stepper.entry.js +4 -4
- package/dist/esm/gov-tabs-item.entry.js +2 -2
- package/dist/esm/gov-tabs.entry.js +4 -4
- package/dist/esm/gov-tag.entry.js +4 -4
- package/dist/esm/gov-tile.entry.js +2 -2
- package/dist/esm/gov-tiles.entry.js +2 -2
- package/dist/esm/gov-toast.entry.js +4 -4
- package/dist/esm/gov-tooltip-content.entry.js +2 -2
- package/dist/esm/gov-tooltip.entry.js +5 -5
- package/dist/esm/gov-wizard-item.entry.js +5 -5
- package/dist/esm/gov-wizard.entry.js +5 -5
- package/dist/esm/{gov.log-55c240b2.js → gov.log-6b64cda6.js} +4 -2
- package/dist/esm/gov.log-6b64cda6.js.map +1 -0
- package/dist/esm/{index-bf8a6f64.js → index-087b155c.js} +14 -2
- package/dist/esm/index-087b155c.js.map +1 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{props-c54f7897.js → props-9d3c7ac1.js} +2 -2
- package/dist/esm/{props-c54f7897.js.map → props-9d3c7ac1.js.map} +1 -1
- package/dist/esm/{wcag-1a5ae5e3.js → wcag-253a4421.js} +2 -2
- package/dist/esm/{wcag-1a5ae5e3.js.map → wcag-253a4421.js.map} +1 -1
- package/dist/hydrate/index.js +205 -57
- package/dist/hydrate/index.mjs +205 -57
- package/dist/types/components/gov-icon/gov-icon.d.ts +12 -0
- package/package.json +1 -1
- package/dist/cjs/gov.log-21ea2c96.js.map +0 -1
- package/dist/cjs/index-0e4f24f9.js.map +0 -1
- package/dist/components/p-42200001.js +0 -3
- package/dist/components/p-42200001.js.map +0 -1
- package/dist/components/p-ceafa242.js +0 -2
- package/dist/components/p-d8135701.js +0 -2
- package/dist/components/p-df29e931.js +0 -2
- package/dist/components/p-df29e931.js.map +0 -1
- package/dist/core/p-0087a816.entry.js +0 -2
- package/dist/core/p-07b1fa1c.entry.js +0 -2
- package/dist/core/p-1043fe0d.entry.js +0 -2
- package/dist/core/p-123d26eb.entry.js +0 -2
- package/dist/core/p-1d5cc2b1.entry.js +0 -2
- package/dist/core/p-200a0be4.entry.js +0 -2
- package/dist/core/p-26726401.entry.js +0 -2
- package/dist/core/p-2b62c4ee.entry.js +0 -2
- package/dist/core/p-2f693f59.entry.js +0 -2
- package/dist/core/p-402f36af.entry.js +0 -2
- package/dist/core/p-54d924fc.entry.js +0 -2
- package/dist/core/p-80c7db1f.entry.js +0 -2
- package/dist/core/p-8f21a858.entry.js +0 -2
- package/dist/core/p-9096ac3f.entry.js +0 -2
- package/dist/core/p-93b747c1.entry.js +0 -2
- package/dist/core/p-9410ca28.entry.js +0 -2
- package/dist/core/p-9dea2efa.js +0 -3
- package/dist/core/p-9dea2efa.js.map +0 -1
- package/dist/core/p-9ee41510.entry.js +0 -2
- package/dist/core/p-af2bc7cf.entry.js +0 -2
- package/dist/core/p-af2bc7cf.entry.js.map +0 -1
- package/dist/core/p-b480cda1.entry.js +0 -2
- package/dist/core/p-c742b08e.entry.js +0 -2
- package/dist/core/p-ceafa242.js +0 -2
- package/dist/core/p-d8135701.js +0 -2
- package/dist/core/p-df338d69.entry.js +0 -2
- package/dist/core/p-e078dab3.entry.js +0 -2
- package/dist/core/p-e6b08d9b.entry.js +0 -2
- package/dist/core/p-fe5030a6.entry.js +0 -2
- package/dist/core/p-fe9ca9e6.entry.js +0 -2
- package/dist/esm/gov.log-55c240b2.js.map +0 -1
- package/dist/esm/index-bf8a6f64.js.map +0 -1
- /package/dist/components/{p-56399a9b.js.map → p-03ad4e0f.js.map} +0 -0
- /package/dist/components/{p-d8135701.js.map → p-0b3574c2.js.map} +0 -0
- /package/dist/components/{p-c024f757.js.map → p-2237d3a5.js.map} +0 -0
- /package/dist/components/{p-495b793e.js.map → p-350e060c.js.map} +0 -0
- /package/dist/components/{p-de0a517f.js.map → p-384c7f2a.js.map} +0 -0
- /package/dist/components/{p-88b35bda.js.map → p-7d808445.js.map} +0 -0
- /package/dist/components/{p-454ce5f2.js.map → p-80dad64b.js.map} +0 -0
- /package/dist/components/{p-080d5d41.js.map → p-8ee6f2f3.js.map} +0 -0
- /package/dist/components/{p-438d5e0f.js.map → p-94002301.js.map} +0 -0
- /package/dist/components/{p-61453dbf.js.map → p-9992e831.js.map} +0 -0
- /package/dist/components/{p-b642e485.js.map → p-c67a25ad.js.map} +0 -0
- /package/dist/components/{p-7007bd16.js.map → p-f4ca9c18.js.map} +0 -0
- /package/dist/core/{p-b2c00946.entry.js.map → p-032accfb.entry.js.map} +0 -0
- /package/dist/core/{p-5802e37e.entry.js.map → p-058e6fe2.entry.js.map} +0 -0
- /package/dist/core/{p-b36f84d2.entry.js.map → p-063b70a2.entry.js.map} +0 -0
- /package/dist/core/{p-38287e92.entry.js.map → p-0724cb6a.entry.js.map} +0 -0
- /package/dist/core/{p-2b62c4ee.entry.js.map → p-09c9eba6.entry.js.map} +0 -0
- /package/dist/core/{p-d8135701.js.map → p-0b3574c2.js.map} +0 -0
- /package/dist/core/{p-b404f53c.entry.js.map → p-0c076b21.entry.js.map} +0 -0
- /package/dist/core/{p-1d5cc2b1.entry.js.map → p-10f773c2.entry.js.map} +0 -0
- /package/dist/core/{p-3abf57dc.entry.js.map → p-1aa7450e.entry.js.map} +0 -0
- /package/dist/core/{p-26726401.entry.js.map → p-269071f5.entry.js.map} +0 -0
- /package/dist/core/{p-2f3228e4.js.map → p-29ac15d2.js.map} +0 -0
- /package/dist/core/{p-8a063925.entry.js.map → p-33310735.entry.js.map} +0 -0
- /package/dist/core/{p-8e5f45d0.entry.js.map → p-37473c34.entry.js.map} +0 -0
- /package/dist/core/{p-9514520c.entry.js.map → p-3849ca02.entry.js.map} +0 -0
- /package/dist/core/{p-93b747c1.entry.js.map → p-43d3dbc0.entry.js.map} +0 -0
- /package/dist/core/{p-fe9ca9e6.entry.js.map → p-4c60e125.entry.js.map} +0 -0
- /package/dist/core/{p-3b8b331f.entry.js.map → p-4fa0320d.entry.js.map} +0 -0
- /package/dist/core/{p-200a0be4.entry.js.map → p-50af9ae8.entry.js.map} +0 -0
- /package/dist/core/{p-4ea79bda.entry.js.map → p-5c3f4cfe.entry.js.map} +0 -0
- /package/dist/core/{p-75ff8ad0.entry.js.map → p-6b7c3a96.entry.js.map} +0 -0
- /package/dist/core/{p-8f21a858.entry.js.map → p-71f5d4ff.entry.js.map} +0 -0
- /package/dist/core/{p-0a49e852.entry.js.map → p-77daba72.entry.js.map} +0 -0
- /package/dist/core/{p-cb76cda0.entry.js.map → p-7a21fb90.entry.js.map} +0 -0
- /package/dist/core/{p-c723877b.entry.js.map → p-7baee44f.entry.js.map} +0 -0
- /package/dist/core/{p-7f7c31e2.entry.js.map → p-7dfb7e36.entry.js.map} +0 -0
- /package/dist/core/{p-9897ac81.entry.js.map → p-8bb6c816.entry.js.map} +0 -0
- /package/dist/core/{p-fe5030a6.entry.js.map → p-927c31dd.entry.js.map} +0 -0
- /package/dist/core/{p-2800bec9.entry.js.map → p-967a1094.entry.js.map} +0 -0
- /package/dist/core/{p-1399f929.entry.js.map → p-9846fd13.entry.js.map} +0 -0
- /package/dist/core/{p-87e5b1d0.entry.js.map → p-994385ca.entry.js.map} +0 -0
- /package/dist/core/{p-f35f3261.entry.js.map → p-9f8d69a9.entry.js.map} +0 -0
- /package/dist/core/{p-47d27845.entry.js.map → p-a6a9de9a.entry.js.map} +0 -0
- /package/dist/core/{p-c742b08e.entry.js.map → p-b62e49ee.entry.js.map} +0 -0
- /package/dist/core/{p-2f693f59.entry.js.map → p-c0800e6d.entry.js.map} +0 -0
- /package/dist/core/{p-bf0712e0.entry.js.map → p-d9b42773.entry.js.map} +0 -0
- /package/dist/core/{p-6cf9500c.entry.js.map → p-e0a199ff.entry.js.map} +0 -0
- /package/dist/core/{p-c34dad75.entry.js.map → p-e215f3ee.entry.js.map} +0 -0
- /package/dist/core/{p-368aa2f4.entry.js.map → p-ed02945f.entry.js.map} +0 -0
- /package/dist/core/{p-b480cda1.entry.js.map → p-ee55932a.entry.js.map} +0 -0
- /package/dist/core/{p-f9474bb3.entry.js.map → p-f2bb8c29.entry.js.map} +0 -0
- /package/dist/core/{p-16a3deca.entry.js.map → p-f54edd6c.entry.js.map} +0 -0
- /package/dist/core/{p-fc795b0e.entry.js.map → p-fcac8531.entry.js.map} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"props-
|
|
1
|
+
{"file":"props-9d3c7ac1.js","mappings":";;AAEA;MACa,YAAY,GAAG,CAAmC,SAAY,EAAE,KAAa,EAAE,SAAiB;IAC5G,MAAM,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAA;IACvC,MAAM,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAA;IAC1C,IAAI,CAAC,OAAO,EAAE;QACb,aAAa,CAAC,IAAI,SAAS,gCAAgC,KAAK,gCAAgC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;KACtH;AACF;;;;","names":[],"sources":["../../../packages/core/src/helpers/Validate/props.ts"],"sourcesContent":["import { govWarningLog } from '../Log/gov.log'\n\n// @TODO: deal with optional values\nexport const validateProp = <T extends Record<string, string>>(valueEnum: T, value: string, component: string): void => {\n\tconst values = Object.values(valueEnum)\n\tconst isValid = values.indexOf(value) > -1\n\tif (!isValid) {\n\t\tgovWarningLog(`[${component}]: Bad parameter with value (${value}). Available parameters are (${values.join(', ')}).`)\n\t}\n}\n"],"version":3}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as govWarningLog, d as documentNode } from './gov.log-
|
|
1
|
+
import { g as govWarningLog, d as documentNode } from './gov.log-6b64cda6.js';
|
|
2
2
|
import { s as splitByWhitespace } from './string.utils-1da8f8fb.js';
|
|
3
3
|
import { i as isString } from './helpers.types-43ddbdb8.js';
|
|
4
4
|
|
|
@@ -48,4 +48,4 @@ const validateAccessibleLabel = (label, labelledBy, component, el = undefined) =
|
|
|
48
48
|
|
|
49
49
|
export { validateWcagRef as a, validateWcagProp as b, validateAccessibleLabel as v };
|
|
50
50
|
|
|
51
|
-
//# sourceMappingURL=wcag-
|
|
51
|
+
//# sourceMappingURL=wcag-253a4421.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"wcag-
|
|
1
|
+
{"file":"wcag-253a4421.js","mappings":";;;;MAKa,gBAAgB,GAAG,CAAC,KAAyB,EAAE,QAAgB,EAAE,SAAiB;IAC9F,IAAI,KAAK,KAAK,SAAS,IAAI,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;QACtD,aAAa,CAAC,IAAI,SAAS,WAAW,QAAQ,qDAAqD,CAAC,CAAA;KACpG;AACF,EAAC;MAEY,eAAe,GAAG,CAAC,WAAmB,EAAE,IAAY,EAAE,SAAiB;IACnF,IAAI,OAAO,WAAW,KAAK,WAAW,IAAI,WAAW,KAAK,SAAS,EAAE;QACpE,OAAO,IAAI,CAAA;KACX;IACD,IAAI,MAAM,CAAC,WAAW,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE;QACrC,aAAa,CAAC,IAAI,SAAS,iBAAiB,IAAI,mCAAmC,CAAC,CAAA;QACpF,OAAO,KAAK,CAAA;KACZ;IACD,IAAI,OAAO,GAAG,EAAE,CAAA;IAChB,MAAM,YAAY,GAAG,iBAAiB,CAAC,WAAW,CAAC,CAAA;IACnD,IAAI,KAAK,CAAC,OAAO,CAAC,YAAY,CAAC,EAAE;QAChC,OAAO,GAAG,YAAY,CAAC,MAAM,CAAC,UAAU,CAAC;YACxC,OAAO,CAAC,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,CAAA;SAC1B,CAAC,CAAA;KACF;IAED,OAAO,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW;QAClC,IAAI,YAAY,EAAE,CAAC,cAAc,CAAC,WAAW,CAAC,KAAK,IAAI,EAAE;;YAExD,OAAO,KAAK,CAAA;SACZ;aAAM;YACN,OAAO,IAAI,CAAA;SACX;KACD,CAAC,CAAC,MAAM,CAAA;AACV,EAAC;MAcY,uBAAuB,GAAG,CAAC,KAAyB,EAAE,UAA8B,EAAE,SAAiB,EAAE,KAAkB,SAAS;IAChJ,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;QACxC,OAAO,IAAI,CAAA;KACX;IACD,IAAI,OAAO,UAAU,KAAK,QAAQ,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE;QAC5D,MAAM,YAAY,GAAG,YAAY,EAAE,CAAC,cAAc,CAAC,UAAU,CAAC,CAAA;QAC9D,IAAI,YAAY,EAAE;YACjB,OAAO,IAAI,CAAA;SACX;KACD;IACD,aAAa,CAAC,IAAI,SAAS,wEAAwE,EAAE,EAAE,CAAC,CAAA;IACxG,OAAO,KAAK,CAAA;AACb;;;;","names":[],"sources":["../../../packages/core/src/helpers/Validate/wcag.ts"],"sourcesContent":["import {govWarningLog} from '../Log/gov.log'\nimport {splitByWhitespace} from '../../utils/string.utils'\nimport {documentNode} from '../Dom/win'\nimport {isString} from \"../../utils/helpers.types\";\n\nexport const validateWcagProp = (value: string | undefined, propName: string, component: string): void => {\n\tif (value === undefined || String(value).length === 0) {\n\t\tgovWarningLog(`[${component}]: The (${propName}) attribute is important for correct accessibility.`)\n\t}\n}\n\nexport const validateWcagRef = (referenceId: string, name: string, component: string): boolean => {\n\tif (typeof referenceId === 'undefined' || referenceId === undefined) {\n\t\treturn true\n\t}\n\tif (String(referenceId).length === 0) {\n\t\tgovWarningLog(`[${component}]: Attribute (${name}) is defined with an empty value.`)\n\t\treturn false\n\t}\n\tlet strings = []\n\tconst referenceIds = splitByWhitespace(referenceId)\n\tif (Array.isArray(referenceIds)) {\n\t\tstrings = referenceIds.filter(function (e) {\n\t\t\treturn e.trim().length > 0\n\t\t})\n\t}\n\n\treturn !!strings.filter(referenceId => {\n\t\tif (documentNode().getElementById(referenceId) === null) {\n\t\t\t//govWarningLog(`[${component}][${name}]: Reference to element with id (${referenceId}) does not exist.`)\n\t\t\treturn false\n\t\t} else {\n\t\t\treturn true\n\t\t}\n\t}).length\n}\n\nexport const validateWcagLabelFor = (inputId: string, labelledBy: string | undefined, component: string): boolean => {\n\tconst labelEl = documentNode().querySelector(`[for=${inputId}]`)\n\tif (labelEl === null) {\n\t\tconst labelledByEl = documentNode().getElementById(labelledBy)\n\t\tif (labelledByEl === null) {\n\t\t\tgovWarningLog(`[${component}]: The form element has no defined wcag-label or wcag-labelled-by attribute.`)\n\t\t\treturn false\n\t\t}\n\t}\n\treturn true\n}\n\nexport const validateAccessibleLabel = (label: string | undefined, labelledBy: string | undefined, component: string, el: HTMLElement = undefined): boolean => {\n\tif (isString(label) && label.length > 0) {\n\t\treturn true\n\t}\n\tif (typeof labelledBy === 'string' && labelledBy.length > 0) {\n\t\tconst labelledByEl = documentNode().getElementById(labelledBy)\n\t\tif (labelledByEl) {\n\t\t\treturn true\n\t\t}\n\t}\n\tgovWarningLog(`[${component}]: The element has no defined aria-label or aria-labelledby attribute.`, el)\n\treturn false\n}\n"],"version":3}
|
package/dist/hydrate/index.js
CHANGED
|
@@ -135,6 +135,12 @@ var __export = (target, all) => {
|
|
|
135
135
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
136
136
|
};
|
|
137
137
|
|
|
138
|
+
// src/runtime/asset-path.ts
|
|
139
|
+
var getAssetPath = (path) => {
|
|
140
|
+
const assetUrl = new URL(path, plt.$resourcesUrl$);
|
|
141
|
+
return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
|
|
142
|
+
};
|
|
143
|
+
|
|
138
144
|
// src/utils/constants.ts
|
|
139
145
|
var EMPTY_OBJ = {};
|
|
140
146
|
|
|
@@ -2203,6 +2209,12 @@ var registerHost = (elm, cmpMeta) => {
|
|
|
2203
2209
|
elm["s-rc"] = [];
|
|
2204
2210
|
return hostRefs.set(elm, hostRef);
|
|
2205
2211
|
};
|
|
2212
|
+
var Build = {
|
|
2213
|
+
isDev: false,
|
|
2214
|
+
isBrowser: false,
|
|
2215
|
+
isServer: true,
|
|
2216
|
+
isTesting: false
|
|
2217
|
+
};
|
|
2206
2218
|
var styles = /* @__PURE__ */ new Map();
|
|
2207
2219
|
|
|
2208
2220
|
async function delay(miliseconds) {
|
|
@@ -2259,6 +2271,8 @@ const canValidateWcagOnRender = () => config().canValidateWcagOnRender;
|
|
|
2259
2271
|
const useWarningLog = () => config().warningLog;
|
|
2260
2272
|
const useErrorLog = () => config().errorLog;
|
|
2261
2273
|
const useLog = () => config().log;
|
|
2274
|
+
const iconsPath = () => config().iconsPath;
|
|
2275
|
+
const iconsLazyLoad = () => config().iconsLazyLoad;
|
|
2262
2276
|
const documentNode = () => config().documentNode;
|
|
2263
2277
|
|
|
2264
2278
|
const WARNING_COLORS = { bg: '#ecae1a', text: '#3b3b3b' };
|
|
@@ -6023,7 +6037,7 @@ class GovGridItem {
|
|
|
6023
6037
|
}
|
|
6024
6038
|
|
|
6025
6039
|
pick(Sizes, ['_XS', '_S', '_M', '_L', '_XL', '_2XL', '_3XL', '_4XL', '_5XL']);
|
|
6026
|
-
pick(Colors, [
|
|
6040
|
+
const IconColors = pick(Colors, [
|
|
6027
6041
|
'DEFAULT',
|
|
6028
6042
|
'PRIMARY',
|
|
6029
6043
|
'SECONDARY',
|
|
@@ -6046,7 +6060,90 @@ const IconClass = {
|
|
|
6046
6060
|
holder: 'gov-icon__holder',
|
|
6047
6061
|
};
|
|
6048
6062
|
|
|
6049
|
-
|
|
6063
|
+
const version = "4.1.3-BETA-7";
|
|
6064
|
+
|
|
6065
|
+
const dsVersion = () => {
|
|
6066
|
+
return version;
|
|
6067
|
+
};
|
|
6068
|
+
|
|
6069
|
+
const iconCache = {};
|
|
6070
|
+
const requestCache = {};
|
|
6071
|
+
const isExternalUrl = (path) => path.startsWith("http://") || path.startsWith("https://");
|
|
6072
|
+
const iconUrl = (path, name, type) => {
|
|
6073
|
+
if (isExternalUrl(path)) {
|
|
6074
|
+
return `${path}/${type}/${name}.svg?v=${dsVersion()}`;
|
|
6075
|
+
}
|
|
6076
|
+
return getAssetPath(`${path}/${type}/${name}.svg`) + `?v=${dsVersion()}`;
|
|
6077
|
+
};
|
|
6078
|
+
async function fetchIcon({ name, type }) {
|
|
6079
|
+
const cacheKey = type + "-" + name;
|
|
6080
|
+
console.log('cacheKey', cacheKey);
|
|
6081
|
+
console.log('iconCache[cacheKey]', iconCache, iconCache[cacheKey]);
|
|
6082
|
+
if (iconCache[cacheKey]) {
|
|
6083
|
+
return iconCache[cacheKey];
|
|
6084
|
+
}
|
|
6085
|
+
console.log('requestCache[cacheKey]', requestCache, requestCache[cacheKey]);
|
|
6086
|
+
if (!requestCache[cacheKey]) {
|
|
6087
|
+
console.log('iconUrl(iconsPath(), name, type)', iconUrl(iconsPath(), name, type));
|
|
6088
|
+
requestCache[cacheKey] = fetch(iconUrl(iconsPath(), name, type)).then(resp => {
|
|
6089
|
+
if (resp.status === 200) {
|
|
6090
|
+
return resp.text();
|
|
6091
|
+
}
|
|
6092
|
+
else {
|
|
6093
|
+
throw new Error("Gov Icon doesn't exists");
|
|
6094
|
+
}
|
|
6095
|
+
});
|
|
6096
|
+
}
|
|
6097
|
+
const path = await requestCache[cacheKey];
|
|
6098
|
+
iconCache[cacheKey] = path;
|
|
6099
|
+
return path;
|
|
6100
|
+
}
|
|
6101
|
+
|
|
6102
|
+
const setCookie = (name, value, days) => {
|
|
6103
|
+
if (!isWindow) {
|
|
6104
|
+
return;
|
|
6105
|
+
}
|
|
6106
|
+
let expires = "";
|
|
6107
|
+
if (days) {
|
|
6108
|
+
const date = new Date();
|
|
6109
|
+
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
|
6110
|
+
expires = "; expires=" + date.toUTCString();
|
|
6111
|
+
}
|
|
6112
|
+
document.cookie = `${name}=${encodeURIComponent(value)}${expires}; path=/`;
|
|
6113
|
+
};
|
|
6114
|
+
const getCookie = (name) => {
|
|
6115
|
+
if (!isWindow) {
|
|
6116
|
+
return null;
|
|
6117
|
+
}
|
|
6118
|
+
const nameEQ = name + "=";
|
|
6119
|
+
const cookies = document.cookie.split(';');
|
|
6120
|
+
for (let i = 0; i < cookies.length; i++) {
|
|
6121
|
+
let cookie = cookies[i].trim();
|
|
6122
|
+
if (cookie.startsWith(nameEQ)) {
|
|
6123
|
+
return decodeURIComponent(cookie.substring(nameEQ.length));
|
|
6124
|
+
}
|
|
6125
|
+
}
|
|
6126
|
+
return null;
|
|
6127
|
+
};
|
|
6128
|
+
const isValidSVG = (svgContent) => {
|
|
6129
|
+
try {
|
|
6130
|
+
const parser = new DOMParser();
|
|
6131
|
+
const doc = parser.parseFromString(svgContent, "image/svg+xml");
|
|
6132
|
+
const parseError = doc.querySelector("parsererror");
|
|
6133
|
+
if (parseError) {
|
|
6134
|
+
return false;
|
|
6135
|
+
}
|
|
6136
|
+
const svgElement = doc.documentElement;
|
|
6137
|
+
if (svgElement.tagName.toLowerCase() !== "svg") {
|
|
6138
|
+
return false;
|
|
6139
|
+
}
|
|
6140
|
+
return true;
|
|
6141
|
+
}
|
|
6142
|
+
catch (error) {
|
|
6143
|
+
return false;
|
|
6144
|
+
}
|
|
6145
|
+
};
|
|
6146
|
+
|
|
6050
6147
|
class GovIcon {
|
|
6051
6148
|
constructor(hostRef) {
|
|
6052
6149
|
registerInstance(this, hostRef);
|
|
@@ -6054,13 +6151,89 @@ class GovIcon {
|
|
|
6054
6151
|
this.color = undefined;
|
|
6055
6152
|
this.name = null;
|
|
6056
6153
|
this.type = "components";
|
|
6057
|
-
|
|
6154
|
+
this.visible = false;
|
|
6155
|
+
this.error = false;
|
|
6156
|
+
console.log('GovIcon');
|
|
6058
6157
|
this.h = govHost(this.host);
|
|
6059
6158
|
}
|
|
6159
|
+
validateSize(newValue) {
|
|
6160
|
+
validateProp(Sizes, newValue, IconClass.root);
|
|
6161
|
+
}
|
|
6162
|
+
validateColor(newValue) {
|
|
6163
|
+
validateProp(IconColors, newValue, IconClass.root);
|
|
6164
|
+
}
|
|
6165
|
+
watchError(newValue) {
|
|
6166
|
+
console.log('error', newValue);
|
|
6167
|
+
}
|
|
6168
|
+
async loadIconPathData() {
|
|
6169
|
+
const { name, visible } = this;
|
|
6170
|
+
console.log('name, visible', name, visible);
|
|
6171
|
+
console.log('Build.isBrowser', Build.isBrowser);
|
|
6172
|
+
{
|
|
6173
|
+
console.log('return');
|
|
6174
|
+
return;
|
|
6175
|
+
}
|
|
6176
|
+
}
|
|
6177
|
+
connectedCallback() {
|
|
6178
|
+
console.log('connectedCallback icon', this.name);
|
|
6179
|
+
console.log('iconsLazyLoad()', iconsLazyLoad());
|
|
6180
|
+
if (iconsLazyLoad()) {
|
|
6181
|
+
this.visible = true;
|
|
6182
|
+
this.loadIconPathData().finally();
|
|
6183
|
+
}
|
|
6184
|
+
else {
|
|
6185
|
+
this.waitUntilVisible(async () => {
|
|
6186
|
+
this.visible = true;
|
|
6187
|
+
await this.loadIconPathData();
|
|
6188
|
+
});
|
|
6189
|
+
}
|
|
6190
|
+
}
|
|
6191
|
+
disconnectedCallback() {
|
|
6192
|
+
console.log('disconnectedCallback');
|
|
6193
|
+
if (this.intersectionObserver) {
|
|
6194
|
+
this.intersectionObserver.disconnect();
|
|
6195
|
+
this.intersectionObserver = null;
|
|
6196
|
+
}
|
|
6197
|
+
}
|
|
6198
|
+
async componentWillLoad() {
|
|
6199
|
+
console.log('componentWillLoad');
|
|
6200
|
+
this.validateSize(this.size);
|
|
6201
|
+
this.validateColor(this.color);
|
|
6202
|
+
await this.loadIconPathData();
|
|
6203
|
+
}
|
|
6204
|
+
waitUntilVisible(callback) {
|
|
6205
|
+
{
|
|
6206
|
+
callback();
|
|
6207
|
+
return;
|
|
6208
|
+
}
|
|
6209
|
+
}
|
|
6210
|
+
async loadIcon() {
|
|
6211
|
+
try {
|
|
6212
|
+
const { name, type } = this;
|
|
6213
|
+
console.log('loadIcon -> name, type', name, type);
|
|
6214
|
+
const data = await fetchIcon({ name, type });
|
|
6215
|
+
const isValid = isValidSVG(data);
|
|
6216
|
+
this.host.innerHTML = isValid ? data : null;
|
|
6217
|
+
}
|
|
6218
|
+
catch (e) {
|
|
6219
|
+
this.host.innerHTML = '';
|
|
6220
|
+
this.error = true;
|
|
6221
|
+
}
|
|
6222
|
+
}
|
|
6060
6223
|
render() {
|
|
6061
|
-
|
|
6224
|
+
if (this.error) {
|
|
6225
|
+
return null;
|
|
6226
|
+
}
|
|
6227
|
+
return (hAsync(Host, { class: this.h.classes(IconClass.root), size: this.size, color: this.color }));
|
|
6062
6228
|
}
|
|
6229
|
+
static get assetsDirs() { return ["assets"]; }
|
|
6063
6230
|
get host() { return getElement(this); }
|
|
6231
|
+
static get watchers() { return {
|
|
6232
|
+
"size": ["validateSize"],
|
|
6233
|
+
"color": ["validateColor"],
|
|
6234
|
+
"error": ["watchError"],
|
|
6235
|
+
"name": ["loadIconPathData"]
|
|
6236
|
+
}; }
|
|
6064
6237
|
static get cmpMeta() { return {
|
|
6065
6238
|
"$flags$": 0,
|
|
6066
6239
|
"$tagName$": "gov-icon",
|
|
@@ -6068,7 +6241,9 @@ class GovIcon {
|
|
|
6068
6241
|
"size": [513],
|
|
6069
6242
|
"color": [513],
|
|
6070
6243
|
"name": [513],
|
|
6071
|
-
"type": [513]
|
|
6244
|
+
"type": [513],
|
|
6245
|
+
"visible": [32],
|
|
6246
|
+
"error": [32]
|
|
6072
6247
|
},
|
|
6073
6248
|
"$listeners$": undefined,
|
|
6074
6249
|
"$lazyBundleId$": "-",
|
|
@@ -6125,8 +6300,8 @@ class GovInfobar {
|
|
|
6125
6300
|
this.inheritedAttributes = Object.assign(Object.assign({}, this.inheritedAttributes), { [attributeName]: newValue });
|
|
6126
6301
|
}
|
|
6127
6302
|
render() {
|
|
6128
|
-
const closeButton = (hAsync("gov-button", { key: '
|
|
6129
|
-
return (hAsync(Host, { key: '
|
|
6303
|
+
const closeButton = (hAsync("gov-button", { key: '2d0597a56f6edb97e7feff654ba98885fa48033a', size: "s", "aria-label": this.accessibleCloseLabel, type: "base", color: this.isBold ? this.color : "neutral", "on-gov-click": this.onCloseHandler.bind(this), class: InfobarClass.close }, hAsync("gov-icon", { key: 'c17ba542b02a4910a136eec6cb4556d1857dffb2', name: "x-lg", type: "components" })));
|
|
6304
|
+
return (hAsync(Host, { key: 'd71d1b8ffe158de90f3fb520bd996a8246988d3d', class: this.h.classes(InfobarClass.root), color: this.color, type: this.type }, hAsync("section", Object.assign({ key: '12cce82faa13fa39135fe92b0ab61bc2b01fa083', class: InfobarClass.section }, this.inheritedAttributes, { role: this.role }), hAsync("slot", { key: 'bc48d4e5dfad03cd9c54054225a4c3db0ec09cd9', name: "icon" }), hAsync("div", { key: '70422e59cb69504d1aca5d45b9f9700b35b344f0', class: InfobarClass.content }, this.h.hasSlot('headline') ? (hAsync(Fragment, null, hAsync("div", { class: InfobarClass.headline }, hAsync("slot", { name: "headline" }), hAsync("gov-button", { size: "s", type: "base", color: this.isBold ? this.color : "neutral", "aria-label": this.accessibleToggleLabel, "on-gov-click": () => (this.toggleContent = !this.toggleContent) }, hAsync("gov-icon", { name: this.toggleContent ? 'chevron-up' : 'chevron-down', type: "components" }))), hAsync("div", { hidden: !this.toggleContent, "aria-hidden": toBoolAttr(this.toggleContent) }, hAsync("slot", null)))) : (hAsync("slot", null))), this.closable && closeButton)));
|
|
6130
6305
|
}
|
|
6131
6306
|
onCloseHandler(e) {
|
|
6132
6307
|
this.govClose.emit({
|
|
@@ -6195,7 +6370,7 @@ class GovLayout {
|
|
|
6195
6370
|
return originalClass + ' ' + originalClass + isType + isVariant + isInverse;
|
|
6196
6371
|
}
|
|
6197
6372
|
render() {
|
|
6198
|
-
return (hAsync(Host, { key: '
|
|
6373
|
+
return (hAsync(Host, { key: 'c35fc39e07229363bdf36be5856165e7e8eb7985', type: this.type, class: this.h.classes(LayoutClass.root) }, hAsync("section", { key: 'dc50cf9cba8bd4e879291fddfbd41955f2d10330', class: this.typeClass(LayoutClass.section, this.type, this.variant, this.inverse) }, hAsync("slot", { key: '017a329c119529d3893e187b6a8bbccfbbc76679' }))));
|
|
6199
6374
|
}
|
|
6200
6375
|
get host() { return getElement(this); }
|
|
6201
6376
|
static get cmpMeta() { return {
|
|
@@ -6218,7 +6393,7 @@ class GovLayoutColumn {
|
|
|
6218
6393
|
this.h = govHost(this.host);
|
|
6219
6394
|
}
|
|
6220
6395
|
render() {
|
|
6221
|
-
return (hAsync(Host, { key: '
|
|
6396
|
+
return (hAsync(Host, { key: 'ebef4ca76b1308a566c862b5a49eecf1eb3fce99', class: this.h.classes(LayoutColumnClass.root) }, hAsync("slot", { key: 'aaeefeb1a56b294d91b1327fd52eb16486cfb918' })));
|
|
6222
6397
|
}
|
|
6223
6398
|
get host() { return getElement(this); }
|
|
6224
6399
|
static get cmpMeta() { return {
|
|
@@ -6264,7 +6439,7 @@ class GovLifecycle {
|
|
|
6264
6439
|
console.log('componentDidUpdate', this.uniqueId);
|
|
6265
6440
|
}
|
|
6266
6441
|
render() {
|
|
6267
|
-
return (hAsync(Host, { key: '
|
|
6442
|
+
return (hAsync(Host, { key: '506eabaae01ae888fa838c10572e55bbe6fb7015', identifier: this.uniqueId }, hAsync("span", { key: '7604a29214fdffb1a470d83d7db37a583e5072ed' }, "lifecycle ", this.uniqueId)));
|
|
6268
6443
|
}
|
|
6269
6444
|
static get cmpMeta() { return {
|
|
6270
6445
|
"$flags$": 0,
|
|
@@ -6303,7 +6478,7 @@ class GovLink {
|
|
|
6303
6478
|
this.inheritedAttributes = Object.assign(Object.assign({}, this.inheritedAttributes), { [attributeName]: newValue });
|
|
6304
6479
|
}
|
|
6305
6480
|
render() {
|
|
6306
|
-
return (hAsync(Host, { key: '
|
|
6481
|
+
return (hAsync(Host, { key: '233af48c179501fe03ee2e5931806e1955913b59', class: this.h.classes(LinkClass.root), size: this.size, href: this.href, external: this.external }, hAsync("a", Object.assign({ key: '679067805205d76500979620b1ef4405139bb339', class: "element", href: this.href, target: this.target }, this.inheritedAttributes), hAsync("slot", { key: 'd24c4ab99451f317a453c8131bd0506606322553', name: "icon-start" }), hAsync("slot", { key: '276923f48cdc13985115e8d4e8860a2fb0c692e2' }), this.external ? hAsync("gov-icon", { name: "box-arrow-up-right", type: "components" }) : hAsync("slot", { name: "icon-end" }))));
|
|
6307
6482
|
}
|
|
6308
6483
|
get host() { return getElement(this); }
|
|
6309
6484
|
static get watchers() { return {
|
|
@@ -6345,7 +6520,7 @@ class GovLoading {
|
|
|
6345
6520
|
this.validateSize(this.size);
|
|
6346
6521
|
}
|
|
6347
6522
|
render() {
|
|
6348
|
-
return (hAsync(Host, { key: '
|
|
6523
|
+
return (hAsync(Host, { key: '4c33339523674f2f2415dfb326131858de9eecf9', class: this.h.classes(LoadingClass.root), size: this.size }, hAsync("div", { key: '8c25628dd3072fd89665ccfedb9596383181b13d', class: LoadingClass.content }, hAsync("gov-icon", { key: 'a9969874350b5316c61a94b12d41a0130eeded0f', class: prepareClasses([LoadingClass.icon, "gov-spin-animation"]), name: "loader", type: "components" }), hAsync("slot", { key: '14c716ecc352a0d947a6e3d932d2ab9075dedb97' })), hAsync("gov-backdrop", { key: '507610e5a61b34be2166fb4a30539a134dc1b262', inverse: true })));
|
|
6349
6524
|
}
|
|
6350
6525
|
get host() { return getElement(this); }
|
|
6351
6526
|
static get watchers() { return {
|
|
@@ -6385,7 +6560,7 @@ class GovMessage {
|
|
|
6385
6560
|
validateProp(Colors, newValue, MessageClass.root);
|
|
6386
6561
|
}
|
|
6387
6562
|
render() {
|
|
6388
|
-
return (hAsync(Host, { key: '
|
|
6563
|
+
return (hAsync(Host, { key: 'b9e06c8f94940edf9d2c60119c35ec32baa23fc9', class: this.h.classes(MessageClass.root), color: this.color, type: this.type, role: "status" }, this.h.hasSlot("icon") && (hAsync("slot", { key: 'd478f414de8eaa276cc867ae5bb325c1090b08ac', name: "icon" })), hAsync("div", { key: 'd5a113ca4061b445c583fb1b4f22fff594570b1e', class: MessageClass.content }, hAsync("slot", { key: 'e9be2f4ff3603c5f77d46e042455174e6ccfb7be' }))));
|
|
6389
6564
|
}
|
|
6390
6565
|
get host() { return getElement(this); }
|
|
6391
6566
|
static get watchers() { return {
|
|
@@ -6709,7 +6884,7 @@ class GovSkeleton {
|
|
|
6709
6884
|
return Object.assign({}, dimenssionsStyles);
|
|
6710
6885
|
}
|
|
6711
6886
|
render() {
|
|
6712
|
-
return (hAsync(Host, Object.assign({ key: '
|
|
6887
|
+
return (hAsync(Host, Object.assign({ key: '175dad78f57ee2e44fe3097e0595f59254e1003b', size: this.size, color: this.color, class: {
|
|
6713
6888
|
[SkeletonClass.root]: true,
|
|
6714
6889
|
circle: this.shape === "circle",
|
|
6715
6890
|
line: this.shape === "line",
|
|
@@ -6772,7 +6947,7 @@ class GovSpacer {
|
|
|
6772
6947
|
this.validateBreakpoint(this.breakpoint);
|
|
6773
6948
|
}
|
|
6774
6949
|
render() {
|
|
6775
|
-
return hAsync(Host, { key: '
|
|
6950
|
+
return hAsync(Host, { key: '23aedb7f3b112a356319aba076eedf9a4743e25b', class: this.h.classes(SpacerClass.root), size: this.size, breakpoint: this.breakpoint });
|
|
6776
6951
|
}
|
|
6777
6952
|
get host() { return getElement(this); }
|
|
6778
6953
|
static get watchers() { return {
|
|
@@ -6834,7 +7009,7 @@ class GovStepper {
|
|
|
6834
7009
|
this.hydrated = true;
|
|
6835
7010
|
}
|
|
6836
7011
|
render() {
|
|
6837
|
-
return (hAsync(Host, { key: '
|
|
7012
|
+
return (hAsync(Host, { key: '0815470dbe86e888ab922139e6f02347f89f4700', class: this.h.classes(StepperClass.root), role: "list", size: this.size, hydrated: this.hydrated }, hAsync("slot", { key: '2585c79a48236a8c2d333a437beb4d7f1d9d9d6c' })));
|
|
6838
7013
|
}
|
|
6839
7014
|
get host() { return getElement(this); }
|
|
6840
7015
|
static get watchers() { return {
|
|
@@ -6876,7 +7051,7 @@ class GovStepperItem {
|
|
|
6876
7051
|
render() {
|
|
6877
7052
|
const triggerId = this.identifier || this.triggerId;
|
|
6878
7053
|
const contentId = this.contentId;
|
|
6879
|
-
return (hAsync(Host, { key: '
|
|
7054
|
+
return (hAsync(Host, { key: 'c24400b8ee5917005e6e3a21f47024c7ebad2960', id: triggerId, class: this.h.classes(StepperItemClass.root), color: this.color, role: "listitem", hydrated: this.hydrated }, this.h.hasSlot('prefix') && (hAsync("span", { key: '010401daa60b44eed322de007fdd6e4ca035ff8d', class: StepperItemClass.prefix }, hAsync("slot", { key: '27287e54365c7e72e01dd21f8d07f7144dc03f3c', name: "prefix" }))), hAsync("div", { key: 'b50e23ee80b270bb5bb781c46e2cf2de73cad1bb' }, hAsync("span", { key: '84500822ca2e529bff5e5cf4eb7ac7c9f0fc9d97', class: StepperItemClass.headline }, hAsync("slot", { key: '18410e07be87715a96540789a82403bfab45e55c', name: "headline" })), hAsync("slot", { key: 'dd2c20b9f07d2bcbf4223eca8de0d7592d178e86', name: "annotation" }), this.h.hasSlot('content') && (hAsync("div", { key: 'cd34d17b5a14816dd91ee84f91a14217952bcfe5', class: StepperItemClass.content, id: contentId, "aria-labelledby": triggerId, role: "tabpanel" }, hAsync("slot", { key: 'c90f411f8d63c6381f55a0e6ac819369a9bfd2e5', name: "content" }))))));
|
|
6880
7055
|
}
|
|
6881
7056
|
get host() { return getElement(this); }
|
|
6882
7057
|
static get watchers() { return {
|
|
@@ -7027,7 +7202,7 @@ class GovTabs {
|
|
|
7027
7202
|
});
|
|
7028
7203
|
}
|
|
7029
7204
|
render() {
|
|
7030
|
-
return (hAsync(Host, { key: '
|
|
7205
|
+
return (hAsync(Host, { key: '4efcbedcc355a74456cc899bc48c7aaf8c604c12', class: this.h.classes(TabsClass.root), size: this.size, color: this.color, type: this.type, direction: this.direction, onKeyDown: this.onKeydownHandler.bind(this) }, hAsync("div", Object.assign({ key: 'a64d1a7cadd5950ebc687c3f3d741ea0a59a3684', class: TabsClass.tabs, role: "tablist" }, this.inheritedAttributes), hAsync("ul", { key: 'adab5148c97b041e11f3e7d11a4d87492df5320a', class: TabsClass.list }, this.controllers.map(control => (hAsync("li", { class: TabsClass.item }, this.type == "text" ? (hAsync("button", { class: TabsClass.btn, id: control.triggerIdentifier, role: "tab", onClick: () => this.onSelectHandler(control), disabled: control.disabled, "aria-disabled": toBoolAttr(control.disabled), "aria-selected": toBoolAttr(control.active), "aria-controls": control.contentIdentifier, tabindex: control.active && !control.disabled ? 0 : -1, ref: el => (this.triggerRefs[control.triggerIdentifier] = el) }, control.iconStart ? (hAsync("gov-icon", { name: control.iconStart.name, type: control.iconStart.type })) : null, control.label, control.iconEnd ? (hAsync("gov-icon", { name: control.iconEnd.name, type: control.iconEnd.type })) : null)) : (hAsync("gov-chip", { role: "tab", tag: 'button', identifier: control.triggerIdentifier, "aria-selected": booleanString(control.active), "aria-controls": control.contentIdentifier, focusable: control.active, disabled: control.disabled, color: this.color, size: this.size === "xs" ? "xs" : (this.size === "s" ? "s" : "m"), type: control.active ? "solid" : "outlined", ref: el => (this.triggerRefs[control.triggerIdentifier] = el), "on-gov-click": () => this.onSelectHandler(control) }, control.iconStart ? (hAsync("gov-icon", { name: control.iconStart.name, type: control.iconStart.type, slot: "icon-start" })) : null, control.label, control.iconEnd ? (hAsync("gov-icon", { name: control.iconEnd.name, type: control.iconEnd.type, slot: "icon-end" })) : null))))))), hAsync("slot", { key: '2a3720ce9449d62ecd1d58bac806bf356d37375a' })));
|
|
7031
7206
|
}
|
|
7032
7207
|
getCurrentTab() {
|
|
7033
7208
|
return this.controllers.find(control => control.active) || null;
|
|
@@ -7160,7 +7335,7 @@ class GovTabsItem {
|
|
|
7160
7335
|
}
|
|
7161
7336
|
}
|
|
7162
7337
|
render() {
|
|
7163
|
-
return (hAsync(Host, { key: '
|
|
7338
|
+
return (hAsync(Host, { key: '89b01b0d025a89f89085dba24db6b8fadcd97e68', class: this.h.classes(TabsItemClass.root), default: this.default }, hAsync("div", { key: '8868371d0da63c1727c8b3a55b930a4d0ce30a3c', class: TabsItemClass.inner, role: "tabpanel", id: this.identifier || this.contentId, hidden: !this.isActive, "aria-labelledby": this.triggerIdentifier || this.triggerId, "aria-hidden": toBoolAttrIfDefined(!this.isActive) }, hAsync("slot", { key: '0d47bea8c416b1c57aac006f9eea9101ade9427d' }))));
|
|
7164
7339
|
}
|
|
7165
7340
|
/**
|
|
7166
7341
|
* Returns a unique tab content identifier
|
|
@@ -7248,7 +7423,7 @@ class GovTag {
|
|
|
7248
7423
|
render() {
|
|
7249
7424
|
const iconStart = prepareIconFormat(this.iconStart);
|
|
7250
7425
|
const iconEnd = prepareIconFormat(this.iconEnd);
|
|
7251
|
-
return (hAsync(Host, { key: '
|
|
7426
|
+
return (hAsync(Host, { key: '8865709f2568a754160000138f413f352409e248', class: this.h.classes(TagClass.root), color: this.color, size: this.size, type: this.type }, hAsync("span", { key: '4ae6dc1d60a207510de61c2391af9eb268dd3588', class: "element" }, hAsync("slot", { key: 'f08057eb346b918d1be45ad7561a71bac54237aa', name: "icon-start" }, iconStart && hAsync("gov-icon", { key: '37554fce04335c45bb724efeb5e7701513336b7b', type: iconStart.type, name: iconStart.name })), hAsync("slot", { key: 'b66970bf42b9fd9217cb2e3a03c2f47c608b14a5' }), hAsync("slot", { key: '85bf0010dac55b808bba5a442d977e8538f93d3a', name: "icon-end" }, iconEnd && hAsync("gov-icon", { key: '70bf541bac6a69871618cb520c7008099aa6f341', type: iconEnd.type, name: iconEnd.name })))));
|
|
7252
7427
|
}
|
|
7253
7428
|
get host() { return getElement(this); }
|
|
7254
7429
|
static get watchers() { return {
|
|
@@ -7288,33 +7463,6 @@ var ThemeList;
|
|
|
7288
7463
|
ThemeList["dark"] = "dark";
|
|
7289
7464
|
})(ThemeList || (ThemeList = {}));
|
|
7290
7465
|
|
|
7291
|
-
const setCookie = (name, value, days) => {
|
|
7292
|
-
if (!isWindow) {
|
|
7293
|
-
return;
|
|
7294
|
-
}
|
|
7295
|
-
let expires = "";
|
|
7296
|
-
if (days) {
|
|
7297
|
-
const date = new Date();
|
|
7298
|
-
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
|
7299
|
-
expires = "; expires=" + date.toUTCString();
|
|
7300
|
-
}
|
|
7301
|
-
document.cookie = `${name}=${encodeURIComponent(value)}${expires}; path=/`;
|
|
7302
|
-
};
|
|
7303
|
-
const getCookie = (name) => {
|
|
7304
|
-
if (!isWindow) {
|
|
7305
|
-
return null;
|
|
7306
|
-
}
|
|
7307
|
-
const nameEQ = name + "=";
|
|
7308
|
-
const cookies = document.cookie.split(';');
|
|
7309
|
-
for (let i = 0; i < cookies.length; i++) {
|
|
7310
|
-
let cookie = cookies[i].trim();
|
|
7311
|
-
if (cookie.startsWith(nameEQ)) {
|
|
7312
|
-
return decodeURIComponent(cookie.substring(nameEQ.length));
|
|
7313
|
-
}
|
|
7314
|
-
}
|
|
7315
|
-
return null;
|
|
7316
|
-
};
|
|
7317
|
-
|
|
7318
7466
|
class GovThemeSwitch {
|
|
7319
7467
|
constructor(hostRef) {
|
|
7320
7468
|
registerInstance(this, hostRef);
|
|
@@ -7377,7 +7525,7 @@ class GovThemeSwitch {
|
|
|
7377
7525
|
if (this.theme === ThemeList.auto) {
|
|
7378
7526
|
isDark = this.isSystemPrefersColorDark;
|
|
7379
7527
|
}
|
|
7380
|
-
return (hAsync(Host, { key: '
|
|
7528
|
+
return (hAsync(Host, { key: '784ed0513ea1436bb754dc82691646422789783b', class: this.h.classes(ThemeSwitchClass.root), theme: isDark ? ThemeList.dark : ThemeList.light, size: this.size }, hAsync("button", { key: 'd4abc155a8ae8f07d0a49c378e295c3ab57318d4', onClick: () => this.setThemeState(isDark ? ThemeList.light : ThemeList.dark), "aria-current": this.theme, "aria-label": isDark ? this.ariaLabelDark : this.ariaLabelLight }, hAsync("span", { key: '7f713875d5618acc919702cdc60e9db58dfb9db5' }, hAsync("span", { key: '0b57c0153047ef292b6bdc43b49e5a1a9cdc17e1', class: ThemeSwitchClass.indicator }, ThemeList.light && hAsync("gov-icon", { key: 'ae2c751435a2bc9c1e9f8dfa4ca52e13943ada9b', name: "sun", class: ThemeSwitchClass.iconLight, type: "components" }), ThemeList.dark && hAsync("gov-icon", { key: '7a4ee602a37742ab94dcee47a7c4970d5dce5bb6', name: "moon", class: ThemeSwitchClass.iconDark, type: "components" })), this.displayLabel && (isDark ? this.labelDark : this.labelLight)))));
|
|
7381
7529
|
}
|
|
7382
7530
|
get host() { return getElement(this); }
|
|
7383
7531
|
static get watchers() { return {
|
|
@@ -7424,7 +7572,7 @@ class GovTile {
|
|
|
7424
7572
|
this.h = govHost(this.host);
|
|
7425
7573
|
}
|
|
7426
7574
|
render() {
|
|
7427
|
-
return (hAsync(Host, { key: '
|
|
7575
|
+
return (hAsync(Host, { key: 'c766f3d54f15e5a49a877fa2e67593d084f487f7', class: this.h.classes(TileClass.root), size: this.size, orientation: this.orientation, clickable: this.href ? true : null }, hAsync("slot", { key: 'd07b106d781fead65a124c82d11ebe991fddfece', name: "icon" }), hAsync("div", { key: 'eeee0397b4384a473f3782750d1e04f0c8c7894d', class: TileClass.content }, hAsync("div", { key: 'f4081902e55b964b1ebbdd43f7b189f83dce8690', class: TileClass.text }, hAsync("div", { key: '3bf8cf35db6f667de7c278786787e38b1392a5b2', class: TileClass.title }, this.href ? (hAsync(Fragment$1, null, hAsync("a", { href: this.href, target: this.target, class: TileClass.link, ref: el => (this.triggerRef = el) }, hAsync("slot", { name: "title" })), hAsync("span", { class: TileClass.icon }, hAsync("gov-icon", { name: "chevron-right", type: "components" })))) : (hAsync("slot", { name: "title" }))), hAsync("div", { key: '088f60531285a1457277352a011766f809d9280d', class: `${TileClass.annotation} ${this.href ? `${TileClass.annotation}--padding` : ''}` }, hAsync("slot", { key: '8d4a612e3aff054a60ec1030eb5a28903595ea6a' }))), hAsync("slot", { key: 'f7610d06a6d951b3a24f2e129342bb82c5e9d767', name: "button" }))));
|
|
7428
7576
|
}
|
|
7429
7577
|
/**
|
|
7430
7578
|
* Returns a clickable element instance
|
|
@@ -7461,7 +7609,7 @@ class GovTiles {
|
|
|
7461
7609
|
this.h = govHost(this.host);
|
|
7462
7610
|
}
|
|
7463
7611
|
render() {
|
|
7464
|
-
return (hAsync(Host, { key: '
|
|
7612
|
+
return (hAsync(Host, { key: '18eb380e2fe62b54a90c5c758c62c985107c98d4', class: this.h.classes(TilesClass.root) }, hAsync("slot", { key: '9746ede80d0daa8776208afb5cef44b7adb0d7fc' })));
|
|
7465
7613
|
}
|
|
7466
7614
|
get host() { return getElement(this); }
|
|
7467
7615
|
static get cmpMeta() { return {
|
|
@@ -7540,7 +7688,7 @@ class GovToast {
|
|
|
7540
7688
|
}
|
|
7541
7689
|
}
|
|
7542
7690
|
render() {
|
|
7543
|
-
return (hAsync(Host, { key: '
|
|
7691
|
+
return (hAsync(Host, { key: '632972ed59aac0d696428d6f32e6c99615ccf687', class: this.h.classes(ToastClass.root), "data-toast-id": this.toastId, gravity: this.gravity, position: this.position, color: this.color, type: this.type, style: { "--toast-duration": this.time + "ms" } }, this.h.hasSlot("icon") && (hAsync("span", { key: 'da93a05f1976eeb4e356160fd0daea409b836a05', class: ToastClass.icon }, hAsync("slot", { key: 'd374f5dea570b27643d960e65d0d5b2c710cb2b4', name: "icon" }))), hAsync("div", Object.assign({ key: '1680aff627c809348ae7812ab72a34dbad33a368', class: ToastClass.content }, this.inheritedAttributes, { "aria-live": "polite", role: "status" }), hAsync("slot", { key: '8208b697e9fbefd964a17c6bfdb06d3a5ff9d2f2' })), hAsync("gov-button", { key: '9f05e19a672f66c2203a5556370e12e2ce7819f7', size: "s", "aria-label": this.accessibleCloseLabel, color: this.isBold ? this.color : "neutral", type: "base", "on-gov-click": this.onCloseHandler.bind(this), class: ToastClass.close }, this.closeLabel ? this.closeLabel : hAsync("gov-icon", { name: "x-lg", type: "components" })), hAsync("div", { key: 'a954d22ce3a0e06e2d17aa14903dae7264d9e03c', class: ToastClass.timer })));
|
|
7544
7692
|
}
|
|
7545
7693
|
onCloseHandler() {
|
|
7546
7694
|
this.govClose.emit(this.toastId);
|
|
@@ -7797,11 +7945,11 @@ class GovTooltip {
|
|
|
7797
7945
|
}
|
|
7798
7946
|
render() {
|
|
7799
7947
|
var _a;
|
|
7800
|
-
return (hAsync(Host, { key: '
|
|
7948
|
+
return (hAsync(Host, { key: '2e96da1a9d7afd70abb4ffd2e979210cc179680e', id: this.tooltipId, class: this.h.classes(TooltipClass.root), position: this.position }, hAsync("span", { key: '9c9c06d716556faa56f5ba9a952ea867c5533b2b', role: 'button', tabindex: 0, onKeyPress: () => this.showTooltip(), onBlur: () => {
|
|
7801
7949
|
if (this.persist === false) {
|
|
7802
7950
|
this.hideTooltip();
|
|
7803
7951
|
}
|
|
7804
|
-
}, "aria-describedby": (_a = this.identifier) !== null && _a !== void 0 ? _a : this.tooltipContentId }, hAsync("slot", { key: '
|
|
7952
|
+
}, "aria-describedby": (_a = this.identifier) !== null && _a !== void 0 ? _a : this.tooltipContentId }, hAsync("slot", { key: '29549049c0bfbe311980aa6a630ff9eff8e35f40' }))));
|
|
7805
7953
|
}
|
|
7806
7954
|
/**
|
|
7807
7955
|
* Showing the modal
|
|
@@ -7872,7 +8020,7 @@ class GovTooltipContent {
|
|
|
7872
8020
|
}
|
|
7873
8021
|
}
|
|
7874
8022
|
render() {
|
|
7875
|
-
return (hAsync(Host, { key: '
|
|
8023
|
+
return (hAsync(Host, { key: '965998f4788ddd5dffd01b53073a001023cd9037', class: TooltipContentClass.root, role: "tooltip", hidden: !this.isVisible, "aria-hidden": !toBoolAttr(this.isVisible), "is-visible": this.isVisible }, hAsync("slot", { key: 'fe9d1ee13a11077947492341836f8f25c1f8881f' }), this.persist ? (hAsync("gov-button", { "on-gov-click": this.hideContent.bind(this), color: this.color, size: this.size, type: "base" }, hAsync("gov-icon", { slot: "icon-start", name: "x-lg", type: "components" }))) : null));
|
|
7876
8024
|
}
|
|
7877
8025
|
get host() { return getElement(this); }
|
|
7878
8026
|
static get watchers() { return {
|
|
@@ -7946,7 +8094,7 @@ class GovWizard {
|
|
|
7946
8094
|
this.hydrated = true;
|
|
7947
8095
|
}
|
|
7948
8096
|
render() {
|
|
7949
|
-
return (hAsync(Host, { key: '
|
|
8097
|
+
return (hAsync(Host, { key: 'd75ce2d5499cef41ac6b316f313b0c5c446d0b55', class: this.h.classes(WizardClass.root), role: "list", size: this.size, hydrated: this.hydrated }, hAsync("slot", { key: 'ea151639d058fa4e50427a893fa167969a453d39' })));
|
|
7950
8098
|
}
|
|
7951
8099
|
/**
|
|
7952
8100
|
* Validate the WCAG attributes of the component
|
|
@@ -8008,8 +8156,8 @@ class GovWizardItem {
|
|
|
8008
8156
|
render() {
|
|
8009
8157
|
const triggerId = this.identifier || this.triggerId;
|
|
8010
8158
|
const Tag = this.collapsible ? Tags.BUTTON : Tags.DIV;
|
|
8011
|
-
const prefixSlot = this.h.hasSlot("prefix") && (hAsync("span", { key: '
|
|
8012
|
-
return (hAsync(Host, { key: '
|
|
8159
|
+
const prefixSlot = this.h.hasSlot("prefix") && (hAsync("span", { key: 'abdd15cfa834f393b29335ea2bda28cd1dfeef46', class: WizardItemClass.prefix }, hAsync("slot", { key: '123c495809091879ab3d985b9bcb4a22005e4b75', name: "prefix" })));
|
|
8160
|
+
return (hAsync(Host, { key: '463384ea408a20992bf6f30f142fce7146fabf53', class: this.h.classes(WizardItemClass.root), "is-expanded": this.isExpanded, color: this.color, size: this.size, role: "listitem", collapsible: this.collapsible, hydrated: this.hydrated }, hAsync("div", { key: '0b60621607cd8c48fe05fd1755f9f7b8514d425d', class: WizardItemClass.header }, prefixSlot, this.collapsible ? (hAsync(Tag, { id: triggerId, class: this.h.classes(WizardItemClass.label), "aria-expanded": booleanString(this.isExpanded), "aria-controls": this.contentId, disabled: this.disabled, "aria-disabled": toBoolAttrIfDefined(this.disabled), onClick: (e) => {
|
|
8013
8161
|
e.preventDefault();
|
|
8014
8162
|
e.stopPropagation();
|
|
8015
8163
|
this.toggle();
|