@gov-design-system-ce/components 0.0.58 → 0.0.60
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 +1 -1
- package/dist/cjs/gov-app.cjs.entry.js +174 -37
- package/dist/cjs/gov-app.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-backdrop.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-badge.cjs.entry.js +1 -1
- package/dist/cjs/gov-badge.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-button.cjs.entry.js +1 -1
- package/dist/cjs/gov-button.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gov-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-form-autocomplete.cjs.entry.js +15 -15
- package/dist/cjs/gov-form-autocomplete.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-form-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/gov-form-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-form-file.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-file.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-form-input.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-input.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-form-label.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-label.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-form-multi-select.cjs.entry.js +29 -24
- package/dist/cjs/gov-form-multi-select.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-form-radio.cjs.entry.js +1 -1
- package/dist/cjs/gov-form-radio.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-form-select.cjs.entry.js +18 -17
- package/dist/cjs/gov-form-select.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-form-switch.cjs.entry.js +2 -2
- package/dist/cjs/gov-form-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-icon.cjs.entry.js +2 -2
- package/dist/cjs/gov-icon.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-infobar.cjs.entry.js +90 -0
- package/dist/cjs/gov-infobar.cjs.entry.js.map +1 -0
- package/dist/cjs/gov-pagination.cjs.entry.js +1 -1
- package/dist/cjs/gov-pagination.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-stepper-item.cjs.entry.js +1 -1
- package/dist/cjs/gov-stepper-item.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-toast.cjs.entry.js +5 -2
- package/dist/cjs/gov-toast.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-tooltip-content.cjs.entry.js +16 -4
- package/dist/cjs/gov-tooltip-content.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-tooltip.cjs.entry.js +73 -46
- package/dist/cjs/gov-tooltip.cjs.entry.js.map +1 -1
- package/dist/cjs/gov-wizard-item.cjs.entry.js +1 -1
- package/dist/cjs/gov-wizard-item.cjs.entry.js.map +1 -1
- package/dist/cjs/index-83edd4fe.js +4 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/gov-accordion/gov-accordion-item.css +1 -1
- package/dist/collection/components/gov-accordion/gov-accordion.css +1 -1
- package/dist/collection/components/gov-app/gov-app.css +1 -1
- package/dist/collection/components/gov-app/gov-app.js +2 -2
- package/dist/collection/components/gov-app/gov-app.js.map +1 -1
- package/dist/collection/components/gov-attachments/gov-attachments-item.css +1 -1
- package/dist/collection/components/gov-attachments/gov-attachments.css +1 -1
- package/dist/collection/components/gov-backdrop/gov-backdrop.css +1 -1
- package/dist/collection/components/gov-backdrop/gov-backdrop.js.map +1 -1
- package/dist/collection/components/gov-badge/gov-badge.css +41 -11
- package/dist/collection/components/gov-breadcrumbs/gov-breadcrumbs.css +1 -1
- package/dist/collection/components/gov-button/default/gov-button.css +10 -1
- package/dist/collection/components/gov-button/dropdown/gov-dropdown.css +1 -3
- package/dist/collection/components/gov-card/gov-card.css +1 -1
- package/dist/collection/components/gov-container/gov-container.css +1 -1
- package/dist/collection/components/gov-control-group/gov-control-group.css +1 -1
- package/dist/collection/components/gov-cookiebar/gov-cookiebar.css +1 -1
- package/dist/collection/components/gov-empty/gov-empty.css +1 -1
- package/dist/collection/components/gov-error-code/gov-error-code.css +1 -1
- package/dist/collection/components/gov-form/autocomplete/gov-form-autocomplete.css +1 -1
- package/dist/collection/components/gov-form/autocomplete/gov-form-autocomplete.js +24 -23
- package/dist/collection/components/gov-form/autocomplete/gov-form-autocomplete.js.map +1 -1
- package/dist/collection/components/gov-form/checkbox/gov-form-checkbox.css +1 -1
- package/dist/collection/components/gov-form/checkbox/gov-form-checkbox.js +5 -4
- package/dist/collection/components/gov-form/checkbox/gov-form-checkbox.js.map +1 -1
- package/dist/collection/components/gov-form/control/gov-form-control.css +1 -1
- package/dist/collection/components/gov-form/file/gov-form-file.css +1 -1
- package/dist/collection/components/gov-form/file/gov-form-file.js +4 -3
- package/dist/collection/components/gov-form/file/gov-form-file.js.map +1 -1
- package/dist/collection/components/gov-form/group/gov-form-group.css +1 -1
- package/dist/collection/components/gov-form/input/gov-form-input.css +1 -1
- package/dist/collection/components/gov-form/input/gov-form-input.js +4 -3
- package/dist/collection/components/gov-form/input/gov-form-input.js.map +1 -1
- package/dist/collection/components/gov-form/label/gov-form-label.css +5 -1
- package/dist/collection/components/gov-form/message/gov-form-message.css +1 -1
- package/dist/collection/components/gov-form/multiselect/gov-form-multi-select.css +49 -4
- package/dist/collection/components/gov-form/multiselect/gov-form-multi-select.js +87 -26
- package/dist/collection/components/gov-form/multiselect/gov-form-multi-select.js.map +1 -1
- package/dist/collection/components/gov-form/password-power/gov-form-password-power.css +1 -1
- package/dist/collection/components/gov-form/radio/gov-form-radio.css +1 -1
- package/dist/collection/components/gov-form/radio/gov-form-radio.js +4 -3
- package/dist/collection/components/gov-form/radio/gov-form-radio.js.map +1 -1
- package/dist/collection/components/gov-form/search/gov-form-search.css +1 -1
- package/dist/collection/components/gov-form/select/gov-form-select.css +49 -1
- package/dist/collection/components/gov-form/select/gov-form-select.js +39 -20
- package/dist/collection/components/gov-form/select/gov-form-select.js.map +1 -1
- package/dist/collection/components/gov-form/switch/gov-form-switch.css +1 -1
- package/dist/collection/components/gov-form/switch/gov-form-switch.js +5 -4
- package/dist/collection/components/gov-form/switch/gov-form-switch.js.map +1 -1
- package/dist/collection/components/gov-grid/gov-grid-item.css +1 -1
- package/dist/collection/components/gov-grid/gov-grid.css +1 -1
- package/dist/collection/components/gov-icon/gov-icon.css +3 -1
- package/dist/collection/components/gov-infobar/default/constants.js +12 -0
- package/dist/collection/components/gov-infobar/default/constants.js.map +1 -0
- package/dist/collection/components/gov-infobar/default/gov-infobar.css +384 -0
- package/dist/collection/components/{gov-alert/gov-alert.js → gov-infobar/default/gov-infobar.js} +27 -27
- package/dist/collection/components/gov-infobar/default/gov-infobar.js.map +1 -0
- package/dist/collection/components/gov-infobar/default/gov-infobar.types.js +2 -0
- package/dist/collection/components/gov-infobar/default/gov-infobar.types.js.map +1 -0
- package/dist/collection/components/gov-layout/gov-layout-column.css +1 -1
- package/dist/collection/components/gov-layout/gov-layout.css +1 -1
- package/dist/collection/components/gov-loading/loading/gov-loading.css +1 -1
- package/dist/collection/components/gov-loading/skeleton/gov-skeleton.css +1 -1
- package/dist/collection/components/gov-message/gov-message.css +1 -1
- package/dist/collection/components/gov-modal/gov-modal.css +1 -1
- package/dist/collection/components/gov-nav/gov-nav-item.css +1 -1
- package/dist/collection/components/gov-nav/gov-nav.css +1 -1
- package/dist/collection/components/gov-pagination/gov-pagination.css +2 -2
- package/dist/collection/components/gov-promp/gov-prompt.css +1 -1
- package/dist/collection/components/gov-side-nav/gov-side-nav-item.css +1 -1
- package/dist/collection/components/gov-side-nav/gov-side-nav.css +1 -1
- package/dist/collection/components/gov-spacer/gov-spacer.css +1 -1
- package/dist/collection/components/gov-statsbar/gov-statsbar-item.css +1 -1
- package/dist/collection/components/gov-statsbar/gov-statsbar.css +1 -1
- package/dist/collection/components/gov-stepper/gov-stepper-item.css +2 -1
- package/dist/collection/components/gov-stepper/gov-stepper.css +1 -1
- package/dist/collection/components/gov-tabs/gov-tabs-item.css +1 -1
- package/dist/collection/components/gov-tabs/gov-tabs.css +1 -1
- package/dist/collection/components/gov-tile/container/gov-tiles.css +1 -1
- package/dist/collection/components/gov-tile/gov-tile.css +1 -1
- package/dist/collection/components/gov-toast/gov-toast.css +2 -2
- package/dist/collection/components/gov-toast/gov-toast.js +4 -1
- package/dist/collection/components/gov-toast/gov-toast.js.map +1 -1
- package/dist/collection/components/gov-tooltip/gov-tooltip-content.css +32 -27
- package/dist/collection/components/gov-tooltip/gov-tooltip-content.js +101 -5
- package/dist/collection/components/gov-tooltip/gov-tooltip-content.js.map +1 -1
- package/dist/collection/components/gov-tooltip/gov-tooltip.css +1 -17
- package/dist/collection/components/gov-tooltip/gov-tooltip.js +83 -51
- package/dist/collection/components/gov-tooltip/gov-tooltip.js.map +1 -1
- package/dist/collection/components/gov-wizard/gov-wizard-item.css +2 -4
- package/dist/collection/components/gov-wizard/gov-wizard.css +1 -1
- package/dist/collection/data/color-definitions.js +307 -0
- package/dist/collection/data/font-definitions.js +94 -0
- package/dist/collection/pages/Card.js +11 -9
- package/dist/collection/pages/Card.js.map +1 -1
- package/dist/collection/pages/Forms.js +75 -0
- package/dist/collection/pages/Forms.js.map +1 -1
- package/dist/collection/pages/Home.js +43 -1
- package/dist/collection/pages/Home.js.map +1 -1
- package/dist/collection/pages/{Alert.js → Infobar.js} +42 -27
- package/dist/collection/pages/Infobar.js.map +1 -0
- package/dist/collection/pages/Stepper.js +3 -0
- package/dist/collection/pages/Stepper.js.map +1 -1
- package/dist/components/gov-accordion-item.js +1 -1
- package/dist/components/gov-app.js +1 -1
- package/dist/components/gov-app.js.map +1 -1
- package/dist/components/gov-attachments-item.js +1 -1
- package/dist/components/gov-badge.js +1 -1
- package/dist/components/gov-button.js +1 -1
- package/dist/components/gov-card.js +1 -1
- package/dist/components/gov-dropdown.js +1 -1
- package/dist/components/gov-dropdown.js.map +1 -1
- package/dist/components/gov-form-autocomplete.js +1 -1
- package/dist/components/gov-form-checkbox.js +1 -1
- package/dist/components/gov-form-checkbox.js.map +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-input.js +1 -1
- package/dist/components/gov-form-label.js +1 -1
- package/dist/components/gov-form-label.js.map +1 -1
- package/dist/components/gov-form-multi-select.js +1 -1
- package/dist/components/gov-form-multi-select.js.map +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-select.js +1 -1
- package/dist/components/gov-form-switch.js +1 -1
- package/dist/components/gov-form-switch.js.map +1 -1
- package/dist/components/gov-icon.js +1 -1
- package/dist/components/{gov-alert.d.ts → gov-infobar.d.ts} +4 -4
- package/dist/components/gov-infobar.js +2 -0
- package/dist/components/gov-infobar.js.map +1 -0
- package/dist/components/gov-loading.js +1 -1
- package/dist/components/gov-modal.js +1 -1
- package/dist/components/gov-pagination.js +1 -1
- package/dist/components/gov-pagination.js.map +1 -1
- package/dist/components/gov-prompt.js +1 -1
- package/dist/components/gov-side-nav-item.js +1 -1
- package/dist/components/gov-stepper-item.js +1 -1
- package/dist/components/gov-stepper-item.js.map +1 -1
- package/dist/components/gov-tabs.js +1 -1
- package/dist/components/gov-tile.js +1 -1
- package/dist/components/gov-toast.js +1 -1
- package/dist/components/gov-toast.js.map +1 -1
- package/dist/components/gov-tooltip-content.js +1 -1
- package/dist/components/gov-tooltip-content.js.map +1 -1
- package/dist/components/gov-tooltip.js +1 -1
- package/dist/components/gov-tooltip.js.map +1 -1
- package/dist/components/gov-wizard-item.js +1 -1
- package/dist/components/gov-wizard-item.js.map +1 -1
- package/dist/components/p-010f8351.js +2 -0
- package/dist/components/{p-35f6490a.js.map → p-010f8351.js.map} +1 -1
- package/dist/components/p-3e8a9e92.js.map +1 -1
- package/dist/components/p-4981dc67.js +2 -0
- package/dist/components/p-4981dc67.js.map +1 -0
- package/dist/components/{p-0378da4d.js → p-8d44ca3c.js} +2 -2
- package/dist/components/p-8d44ca3c.js.map +1 -0
- package/dist/components/{p-da3b225f.js → p-9231ec61.js} +2 -2
- package/dist/components/p-9231ec61.js.map +1 -0
- package/dist/components/{p-404f469e.js → p-9a4c910d.js} +2 -2
- package/dist/components/{p-70d9d879.js → p-a3d3943d.js} +2 -2
- package/dist/components/p-a3d3943d.js.map +1 -0
- package/dist/components/{p-9cba3cd3.js → p-b00d2836.js} +2 -2
- package/dist/components/{p-a6915747.js → p-b9447c86.js} +2 -2
- package/dist/components/p-b9447c86.js.map +1 -0
- package/dist/core/core.css +1 -1
- package/dist/core/core.esm.js +1 -1
- package/dist/core/core.esm.js.map +1 -1
- package/dist/core/p-0553eb92.entry.js +2 -0
- package/dist/core/p-0553eb92.entry.js.map +1 -0
- package/dist/core/{p-3d0ab343.entry.js → p-0c57e410.entry.js} +2 -2
- package/dist/core/{p-d4cfa93a.entry.js → p-19a54ee9.entry.js} +2 -2
- package/dist/core/p-19a54ee9.entry.js.map +1 -0
- package/dist/core/p-19b897c0.entry.js +2 -0
- package/dist/core/p-19b897c0.entry.js.map +1 -0
- package/dist/core/{p-69f944d1.entry.js → p-1c40fdd5.entry.js} +2 -2
- package/dist/core/p-1c40fdd5.entry.js.map +1 -0
- package/dist/core/{p-13624a77.entry.js → p-28f39f69.entry.js} +2 -2
- package/dist/core/p-28f39f69.entry.js.map +1 -0
- package/dist/core/{p-18ef9623.entry.js → p-2bf0c1c5.entry.js} +2 -2
- package/dist/core/{p-6a65af35.entry.js → p-32a4b7e3.entry.js} +2 -2
- package/dist/core/p-32a4b7e3.entry.js.map +1 -0
- package/dist/core/p-35c1c12c.entry.js +2 -0
- package/dist/core/p-35c1c12c.entry.js.map +1 -0
- package/dist/core/{p-bd1cb5bd.entry.js → p-4452c278.entry.js} +2 -2
- package/dist/core/{p-ae894a40.js → p-570ef4e5.js} +2 -2
- package/dist/core/p-5cc3e768.entry.js +2 -0
- package/dist/core/p-5cc3e768.entry.js.map +1 -0
- package/dist/core/{p-33bf5974.entry.js → p-7372b066.entry.js} +2 -2
- package/dist/core/{p-87aca157.entry.js → p-7702c8c2.entry.js} +2 -2
- package/dist/core/{p-9d72d80b.entry.js → p-7e8d2066.entry.js} +2 -2
- package/dist/core/{p-a5d00433.entry.js → p-7fa1290e.entry.js} +2 -2
- package/dist/core/p-80f5140b.entry.js +2 -0
- package/dist/core/{p-2944bf77.entry.js.map → p-80f5140b.entry.js.map} +1 -1
- package/dist/core/p-82b4b522.entry.js +2 -0
- package/dist/core/p-82b4b522.entry.js.map +1 -0
- package/dist/core/p-84f6b11a.entry.js +2 -0
- package/dist/core/{p-0c769f1a.entry.js.map → p-84f6b11a.entry.js.map} +1 -1
- package/dist/core/{p-41e88980.entry.js → p-93897e60.entry.js} +2 -2
- package/dist/core/{p-41e88980.entry.js.map → p-93897e60.entry.js.map} +1 -1
- package/dist/core/{p-cacd0fed.entry.js → p-998c3336.entry.js} +2 -2
- package/dist/core/{p-404f469e.js → p-9a4c910d.js} +2 -2
- package/dist/core/p-a7719b55.entry.js +2 -0
- package/dist/core/p-a7719b55.entry.js.map +1 -0
- package/dist/core/{p-9bfab069.entry.js → p-acd6a9f4.entry.js} +2 -2
- package/dist/core/p-acd6a9f4.entry.js.map +1 -0
- package/dist/core/{p-667dc3de.entry.js → p-afa12399.entry.js} +2 -2
- package/dist/core/{p-70140f70.entry.js → p-b0c97376.entry.js} +2 -2
- package/dist/core/p-b8c35c57.entry.js +2 -0
- package/dist/core/p-b8c35c57.entry.js.map +1 -0
- package/dist/core/p-bcf71ab5.entry.js +2 -0
- package/dist/core/p-bcf71ab5.entry.js.map +1 -0
- package/dist/core/{p-0c1697ce.entry.js → p-c4c9ff83.entry.js} +2 -2
- package/dist/core/p-c5d3efc2.entry.js +2 -0
- package/dist/core/{p-f8252fea.entry.js.map → p-c5d3efc2.entry.js.map} +1 -1
- package/dist/core/{p-af646ce2.entry.js → p-c61444f7.entry.js} +2 -2
- package/dist/core/p-c61444f7.entry.js.map +1 -0
- package/dist/core/p-d84b290e.entry.js +2 -0
- package/dist/core/p-d84b290e.entry.js.map +1 -0
- package/dist/core/{p-a85f4a62.entry.js → p-e2d6efaf.entry.js} +2 -2
- package/dist/core/p-e2d6efaf.entry.js.map +1 -0
- package/dist/core/{p-dd39ede4.entry.js → p-e5227e40.entry.js} +2 -2
- package/dist/core/{p-dd39ede4.entry.js.map → p-e5227e40.entry.js.map} +1 -1
- package/dist/core/{p-8fce08d1.entry.js → p-fab698a7.entry.js} +2 -2
- package/dist/core/p-fab698a7.entry.js.map +1 -0
- package/dist/esm/{constants-f7b618c2.js → constants-887c5391.js} +2 -2
- package/dist/esm/{constants-f7b618c2.js.map → constants-887c5391.js.map} +1 -1
- package/dist/esm/core.js +1 -1
- package/dist/esm/gov-accordion.entry.js +1 -1
- package/dist/esm/gov-app.entry.js +174 -37
- package/dist/esm/gov-app.entry.js.map +1 -1
- package/dist/esm/gov-attachments_3.entry.js +1 -1
- package/dist/esm/gov-backdrop.entry.js +1 -1
- package/dist/esm/gov-backdrop.entry.js.map +1 -1
- package/dist/esm/gov-badge.entry.js +1 -1
- package/dist/esm/gov-badge.entry.js.map +1 -1
- package/dist/esm/gov-breadcrumbs.entry.js +1 -1
- package/dist/esm/gov-button.entry.js +2 -2
- package/dist/esm/gov-button.entry.js.map +1 -1
- package/dist/esm/gov-card.entry.js +1 -1
- package/dist/esm/gov-dropdown.entry.js +1 -1
- package/dist/esm/gov-dropdown.entry.js.map +1 -1
- package/dist/esm/gov-form-autocomplete.entry.js +15 -15
- package/dist/esm/gov-form-autocomplete.entry.js.map +1 -1
- package/dist/esm/gov-form-checkbox.entry.js +3 -3
- package/dist/esm/gov-form-checkbox.entry.js.map +1 -1
- package/dist/esm/gov-form-file.entry.js +2 -2
- package/dist/esm/gov-form-file.entry.js.map +1 -1
- package/dist/esm/gov-form-input.entry.js +2 -2
- package/dist/esm/gov-form-input.entry.js.map +1 -1
- package/dist/esm/gov-form-label.entry.js +1 -1
- package/dist/esm/gov-form-label.entry.js.map +1 -1
- package/dist/esm/gov-form-multi-select.entry.js +30 -25
- package/dist/esm/gov-form-multi-select.entry.js.map +1 -1
- package/dist/esm/gov-form-radio.entry.js +2 -2
- package/dist/esm/gov-form-radio.entry.js.map +1 -1
- package/dist/esm/gov-form-select.entry.js +19 -18
- package/dist/esm/gov-form-select.entry.js.map +1 -1
- package/dist/esm/gov-form-switch.entry.js +3 -3
- package/dist/esm/gov-form-switch.entry.js.map +1 -1
- package/dist/esm/gov-icon.entry.js +2 -2
- package/dist/esm/gov-icon.entry.js.map +1 -1
- package/dist/esm/gov-infobar.entry.js +86 -0
- package/dist/esm/gov-infobar.entry.js.map +1 -0
- package/dist/esm/gov-modal.entry.js +1 -1
- package/dist/esm/gov-nav.entry.js +1 -1
- package/dist/esm/gov-pagination.entry.js +2 -2
- package/dist/esm/gov-pagination.entry.js.map +1 -1
- package/dist/esm/gov-prompt.entry.js +1 -1
- package/dist/esm/gov-side-nav.entry.js +1 -1
- package/dist/esm/gov-skeleton.entry.js +1 -1
- package/dist/esm/gov-stepper-item.entry.js +1 -1
- package/dist/esm/gov-stepper-item.entry.js.map +1 -1
- package/dist/esm/gov-tabs.entry.js +1 -1
- package/dist/esm/gov-toast.entry.js +5 -2
- package/dist/esm/gov-toast.entry.js.map +1 -1
- package/dist/esm/gov-tooltip-content.entry.js +17 -5
- package/dist/esm/gov-tooltip-content.entry.js.map +1 -1
- package/dist/esm/gov-tooltip.entry.js +74 -47
- package/dist/esm/gov-tooltip.entry.js.map +1 -1
- package/dist/esm/gov-wizard-item.entry.js +1 -1
- package/dist/esm/gov-wizard-item.entry.js.map +1 -1
- package/dist/esm/gov-wizard.entry.js +1 -1
- package/dist/esm/index-ae3c50f1.js +4 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{wcag-062e7ca9.js → wcag-06bd4d01.js} +2 -2
- package/dist/esm/{wcag-062e7ca9.js.map → wcag-06bd4d01.js.map} +1 -1
- package/dist/globals.d.ts +2 -0
- package/dist/hydrate/index.js +461 -267
- package/dist/types/components/gov-app/gov-app.d.ts +1 -1
- package/dist/types/components/gov-backdrop/gov-backdrop.d.ts +1 -1
- package/dist/types/components/gov-form/autocomplete/gov-form-autocomplete.d.ts +3 -3
- package/dist/types/components/gov-form/multiselect/gov-form-multi-select.d.ts +15 -3
- package/dist/types/components/gov-form/select/gov-form-select.d.ts +7 -3
- package/dist/types/components/gov-infobar/default/constants.d.ts +12 -0
- package/dist/types/components/{gov-alert/gov-alert.d.ts → gov-infobar/default/gov-infobar.d.ts} +9 -9
- package/dist/types/components/gov-infobar/default/gov-infobar.types.d.ts +4 -0
- package/dist/types/components/gov-tooltip/gov-tooltip-content.d.ts +19 -1
- package/dist/types/components/gov-tooltip/gov-tooltip.d.ts +7 -3
- package/dist/types/components.d.ts +148 -84
- package/dist/types/pages/Infobar.d.ts +3 -0
- package/dist/types/types/typings.d.ts +6 -0
- package/package.json +2 -2
- package/dist/cjs/gov-alert.cjs.entry.js +0 -90
- package/dist/cjs/gov-alert.cjs.entry.js.map +0 -1
- package/dist/collection/components/gov-alert/constants.js +0 -12
- package/dist/collection/components/gov-alert/constants.js.map +0 -1
- package/dist/collection/components/gov-alert/gov-alert.css +0 -398
- package/dist/collection/components/gov-alert/gov-alert.js.map +0 -1
- package/dist/collection/components/gov-alert/gov-alert.types.js +0 -2
- package/dist/collection/components/gov-alert/gov-alert.types.js.map +0 -1
- package/dist/collection/pages/Alert.js.map +0 -1
- package/dist/components/gov-alert.js +0 -2
- package/dist/components/gov-alert.js.map +0 -1
- package/dist/components/p-0378da4d.js.map +0 -1
- package/dist/components/p-35f6490a.js +0 -2
- package/dist/components/p-70d9d879.js.map +0 -1
- package/dist/components/p-a6915747.js.map +0 -1
- package/dist/components/p-da3b225f.js.map +0 -1
- package/dist/components/p-ee60cdd1.js +0 -2
- package/dist/components/p-ee60cdd1.js.map +0 -1
- package/dist/core/p-0c769f1a.entry.js +0 -2
- package/dist/core/p-13624a77.entry.js.map +0 -1
- package/dist/core/p-2944bf77.entry.js +0 -2
- package/dist/core/p-3b9df792.entry.js +0 -2
- package/dist/core/p-3b9df792.entry.js.map +0 -1
- package/dist/core/p-3e5432d7.entry.js +0 -2
- package/dist/core/p-3e5432d7.entry.js.map +0 -1
- package/dist/core/p-42c1935f.entry.js +0 -2
- package/dist/core/p-42c1935f.entry.js.map +0 -1
- package/dist/core/p-4c79a97a.entry.js +0 -2
- package/dist/core/p-4c79a97a.entry.js.map +0 -1
- package/dist/core/p-69f944d1.entry.js.map +0 -1
- package/dist/core/p-6a65af35.entry.js.map +0 -1
- package/dist/core/p-85258200.entry.js +0 -2
- package/dist/core/p-85258200.entry.js.map +0 -1
- package/dist/core/p-8fce08d1.entry.js.map +0 -1
- package/dist/core/p-9bfab069.entry.js.map +0 -1
- package/dist/core/p-a85f4a62.entry.js.map +0 -1
- package/dist/core/p-ae04e58f.entry.js +0 -2
- package/dist/core/p-ae04e58f.entry.js.map +0 -1
- package/dist/core/p-af646ce2.entry.js.map +0 -1
- package/dist/core/p-bbcbe1cc.entry.js +0 -2
- package/dist/core/p-bbcbe1cc.entry.js.map +0 -1
- package/dist/core/p-d4cfa93a.entry.js.map +0 -1
- package/dist/core/p-dfc080f2.entry.js +0 -2
- package/dist/core/p-dfc080f2.entry.js.map +0 -1
- package/dist/core/p-f8252fea.entry.js +0 -2
- package/dist/core/p-fb99f144.entry.js +0 -2
- package/dist/core/p-fb99f144.entry.js.map +0 -1
- package/dist/esm/gov-alert.entry.js +0 -86
- package/dist/esm/gov-alert.entry.js.map +0 -1
- package/dist/types/components/gov-alert/constants.d.ts +0 -12
- package/dist/types/components/gov-alert/gov-alert.types.d.ts +0 -4
- package/dist/types/pages/Alert.d.ts +0 -3
- /package/dist/components/{p-404f469e.js.map → p-9a4c910d.js.map} +0 -0
- /package/dist/components/{p-9cba3cd3.js.map → p-b00d2836.js.map} +0 -0
- /package/dist/core/{p-3d0ab343.entry.js.map → p-0c57e410.entry.js.map} +0 -0
- /package/dist/core/{p-18ef9623.entry.js.map → p-2bf0c1c5.entry.js.map} +0 -0
- /package/dist/core/{p-bd1cb5bd.entry.js.map → p-4452c278.entry.js.map} +0 -0
- /package/dist/core/{p-ae894a40.js.map → p-570ef4e5.js.map} +0 -0
- /package/dist/core/{p-33bf5974.entry.js.map → p-7372b066.entry.js.map} +0 -0
- /package/dist/core/{p-87aca157.entry.js.map → p-7702c8c2.entry.js.map} +0 -0
- /package/dist/core/{p-9d72d80b.entry.js.map → p-7e8d2066.entry.js.map} +0 -0
- /package/dist/core/{p-a5d00433.entry.js.map → p-7fa1290e.entry.js.map} +0 -0
- /package/dist/core/{p-cacd0fed.entry.js.map → p-998c3336.entry.js.map} +0 -0
- /package/dist/core/{p-404f469e.js.map → p-9a4c910d.js.map} +0 -0
- /package/dist/core/{p-667dc3de.entry.js.map → p-afa12399.entry.js.map} +0 -0
- /package/dist/core/{p-70140f70.entry.js.map → p-b0c97376.entry.js.map} +0 -0
- /package/dist/core/{p-0c1697ce.entry.js.map → p-c4c9ff83.entry.js.map} +0 -0
|
@@ -2,7 +2,7 @@ import { EventEmitter } from '../../stencil-public-runtime';
|
|
|
2
2
|
export declare class GovBackdrop {
|
|
3
3
|
private h;
|
|
4
4
|
constructor();
|
|
5
|
-
host:
|
|
5
|
+
host: HTMLGovBackdropElement;
|
|
6
6
|
/**
|
|
7
7
|
* Determine if component should have inverse colors to be used on dark background.
|
|
8
8
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
2
|
-
import { SizesType, VariantType } from
|
|
3
|
-
import { FormAutocompleteEvent, GovFormAutocompleteItem } from
|
|
1
|
+
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
+
import { SizesType, VariantType } from './constants';
|
|
3
|
+
import { FormAutocompleteEvent, GovFormAutocompleteItem } from './gov-form-autocomplete.types';
|
|
4
4
|
export declare class GovFormAutocomplete {
|
|
5
5
|
private inputRef?;
|
|
6
6
|
private listRef?;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
2
|
-
import { FormMultiselectSizesType, FormMultiselectVariantType } from
|
|
3
|
-
import { FormMultiselectEvent, GovFormMultiSelectItem } from
|
|
1
|
+
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
+
import { FormMultiselectSizesType, FormMultiselectVariantType } from './constants';
|
|
3
|
+
import { FormMultiselectEvent, GovFormMultiSelectItem } from './gov-form-multi-select.types';
|
|
4
4
|
export declare class GovFormMultiSelect {
|
|
5
5
|
private f;
|
|
6
6
|
private readonly h;
|
|
@@ -44,6 +44,18 @@ export declare class GovFormMultiSelect {
|
|
|
44
44
|
* Indicates the entered value does not conform to the format expected by the application.
|
|
45
45
|
*/
|
|
46
46
|
readonly invalid: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Indicates the entered value of child form element does conform to the format expected by the application.
|
|
49
|
+
*/
|
|
50
|
+
readonly success: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Custom message for when there is a blank sheet
|
|
53
|
+
*/
|
|
54
|
+
readonly messageEmpty: string;
|
|
55
|
+
/**
|
|
56
|
+
* Custom message for when data is loaded
|
|
57
|
+
*/
|
|
58
|
+
readonly messageLoading: string;
|
|
47
59
|
/**
|
|
48
60
|
* Indicates the id of a component that describes the input.
|
|
49
61
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EventEmitter } from
|
|
2
|
-
import { FormSelectSizesType, FormSelectVariantType } from
|
|
3
|
-
import { FormSelectEvent } from
|
|
1
|
+
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
+
import { FormSelectSizesType, FormSelectVariantType } from './constants';
|
|
3
|
+
import { FormSelectEvent } from './gov-form-select.types';
|
|
4
4
|
export declare class GovFormSelect {
|
|
5
5
|
private f;
|
|
6
6
|
private readonly h;
|
|
@@ -33,6 +33,10 @@ export declare class GovFormSelect {
|
|
|
33
33
|
* When using this property you need to also set “novalidate” attribute to your form element to prevent browser from displaying its own validation errors.
|
|
34
34
|
*/
|
|
35
35
|
readonly required: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Indicates the entered value of child form element does conform to the format expected by the application.
|
|
38
|
+
*/
|
|
39
|
+
readonly success: boolean;
|
|
36
40
|
/**
|
|
37
41
|
* Makes the select component disabled.
|
|
38
42
|
* This prevents users from being able to interact with the select, and conveys its inactive state to assistive technologies.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Variants } from '../../../core/constants/variants';
|
|
2
|
+
import { ValueOf } from '../../../types/interfaces';
|
|
3
|
+
export declare const InfobarVariants: Pick<typeof Variants, "PRIMARY" | "SECONDARY" | "SUCCESS" | "ERROR" | "WARNING">;
|
|
4
|
+
export type VariantType = `${ValueOf<typeof InfobarVariants>}`;
|
|
5
|
+
export declare const InfobarClass: {
|
|
6
|
+
root: string;
|
|
7
|
+
section: string;
|
|
8
|
+
icon: string;
|
|
9
|
+
content: string;
|
|
10
|
+
headline: string;
|
|
11
|
+
close: string;
|
|
12
|
+
};
|
package/dist/types/components/{gov-alert/gov-alert.d.ts → gov-infobar/default/gov-infobar.d.ts}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter } from "
|
|
1
|
+
import { EventEmitter } from "../../../stencil-public-runtime";
|
|
2
2
|
import { VariantType } from "./constants";
|
|
3
|
-
import {
|
|
4
|
-
import { ButtonEvent } from "
|
|
5
|
-
export declare class
|
|
3
|
+
import { InfobarEvent } from "./gov-infobar.types";
|
|
4
|
+
import { ButtonEvent } from "../../gov-button/default/gov-button.types";
|
|
5
|
+
export declare class GovInfobar {
|
|
6
6
|
private h;
|
|
7
7
|
constructor();
|
|
8
|
-
host:
|
|
8
|
+
host: HTMLGovInfobarElement;
|
|
9
9
|
/**
|
|
10
10
|
* Style variation of the button.
|
|
11
11
|
*/
|
|
@@ -19,19 +19,19 @@ export declare class GovAlert {
|
|
|
19
19
|
*/
|
|
20
20
|
readonly inverse: boolean;
|
|
21
21
|
/**
|
|
22
|
-
* Aria label for the closing button. It is mandatory if the
|
|
22
|
+
* Aria label for the closing button. It is mandatory if the infobar is closable
|
|
23
23
|
*/
|
|
24
24
|
readonly wcagCloseLabel: string;
|
|
25
25
|
/**
|
|
26
|
-
* Aria label for the toggle button. It is mandatory if the
|
|
26
|
+
* Aria label for the toggle button. It is mandatory if the infobar has headline
|
|
27
27
|
*/
|
|
28
28
|
readonly wcagToggleLabel: string;
|
|
29
29
|
/**
|
|
30
30
|
* Called when the close button is clicked
|
|
31
31
|
*/
|
|
32
|
-
govClose: EventEmitter<
|
|
32
|
+
govClose: EventEmitter<InfobarEvent>;
|
|
33
33
|
/**
|
|
34
|
-
* Displays the option to close the
|
|
34
|
+
* Displays the option to close the infobar
|
|
35
35
|
*/
|
|
36
36
|
readonly closable?: boolean;
|
|
37
37
|
toggleContent: boolean;
|
|
@@ -1,10 +1,28 @@
|
|
|
1
|
+
import { TooltipSizeType, TooltipVariantType } from "./constants";
|
|
1
2
|
export declare class GovTooltipContent {
|
|
2
3
|
private timeout;
|
|
3
4
|
host: HTMLGovTooltipContentElement;
|
|
5
|
+
/**
|
|
6
|
+
* Style variation of the tooltip
|
|
7
|
+
*/
|
|
8
|
+
readonly variant?: TooltipVariantType;
|
|
9
|
+
/**
|
|
10
|
+
* Tooltip’s size.
|
|
11
|
+
*/
|
|
12
|
+
readonly size?: TooltipSizeType;
|
|
13
|
+
/**
|
|
14
|
+
* Tooltip is still visible.
|
|
15
|
+
*/
|
|
16
|
+
persist?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Indicates display of tooltip content
|
|
19
|
+
*/
|
|
20
|
+
isVisible: boolean;
|
|
4
21
|
/**
|
|
5
22
|
* Indicates display of tooltip content
|
|
6
23
|
*/
|
|
7
|
-
|
|
24
|
+
parentId: string;
|
|
8
25
|
visibleContent(newValue: boolean): void;
|
|
26
|
+
hideContent(): void;
|
|
9
27
|
render(): any;
|
|
10
28
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { TooltipPositionType, TooltipSizeType, TooltipVariantType } from
|
|
1
|
+
import { TooltipPositionType, TooltipSizeType, TooltipVariantType } from "./constants";
|
|
2
2
|
export declare class GovTooltip {
|
|
3
3
|
private h;
|
|
4
4
|
private content;
|
|
5
|
+
private readonly tooltipContentId;
|
|
5
6
|
private readonly tooltipId;
|
|
6
7
|
constructor();
|
|
7
8
|
host: HTMLGovTooltipElement;
|
|
@@ -18,7 +19,7 @@ export declare class GovTooltip {
|
|
|
18
19
|
*/
|
|
19
20
|
position: TooltipPositionType;
|
|
20
21
|
/**
|
|
21
|
-
* Information contained in the
|
|
22
|
+
* Information contained in the tooltip
|
|
22
23
|
*/
|
|
23
24
|
readonly message: string;
|
|
24
25
|
/**
|
|
@@ -29,22 +30,25 @@ export declare class GovTooltip {
|
|
|
29
30
|
* Trigger is just an icon
|
|
30
31
|
*/
|
|
31
32
|
readonly icon: boolean;
|
|
33
|
+
persist: boolean;
|
|
32
34
|
validateVariant(newValue: string): void;
|
|
33
35
|
validateSize(newValue: string): void;
|
|
34
36
|
validatePosition(newValue: string): void;
|
|
35
37
|
componentWillLoad(): void;
|
|
38
|
+
disconnectedCallback(): void;
|
|
36
39
|
private createContentWrapper;
|
|
37
40
|
private registerListeners;
|
|
38
41
|
private verifyPositionSpace;
|
|
39
42
|
private showTooltip;
|
|
40
43
|
private hideTooltip;
|
|
44
|
+
private removeContent;
|
|
41
45
|
render(): any;
|
|
42
46
|
/**
|
|
43
47
|
* Showing the modal
|
|
44
48
|
*/
|
|
45
49
|
show(): Promise<void>;
|
|
46
50
|
/**
|
|
47
|
-
*
|
|
51
|
+
* Hiding the modal
|
|
48
52
|
*/
|
|
49
53
|
hide(): Promise<void>;
|
|
50
54
|
}
|
|
@@ -7,8 +7,6 @@
|
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { AccordionSizeType, AccordionVariantType } from "./components/gov-accordion/constants";
|
|
9
9
|
import { AccordionEvent, AccordionItemEvent } from "./components/gov-accordion/gov-accordion.types";
|
|
10
|
-
import { VariantType } from "./components/gov-alert/constants";
|
|
11
|
-
import { AlertEvent } from "./components/gov-alert/gov-alert.types";
|
|
12
10
|
import { ButtonSizesType, ButtonTargetType, ButtonVariantType, NativeTypesType as NativeTypesType1, TypesType } from "./components/gov-button/default/constants";
|
|
13
11
|
import { NativeTypesType } from "./components/gov-badge/constants";
|
|
14
12
|
import { GovBreadcrumbsChangeEvent } from "./components/gov-breadcrumbs/gov-breadcrumbs.d";
|
|
@@ -17,7 +15,7 @@ import { GovCardChangeEvent } from "./components/gov-card/interfaces";
|
|
|
17
15
|
import { ControlGroupVariantType } from "./components/gov-control-group/constants";
|
|
18
16
|
import { PositionType } from "./components/gov-button/dropdown/constants";
|
|
19
17
|
import { DropdownEvent } from "./components/gov-button/dropdown/gov-dropdown.types";
|
|
20
|
-
import { SizesType, VariantType
|
|
18
|
+
import { SizesType, VariantType } from "./components/gov-form/autocomplete/constants";
|
|
21
19
|
import { FormAutocompleteEvent, GovFormAutocompleteItem } from "./components/gov-form/autocomplete/gov-form-autocomplete.types";
|
|
22
20
|
import { FormCheckboxSizesType } from "./components/gov-form/checkbox/constants";
|
|
23
21
|
import { FormCheckboxEvent } from "./components/gov-form/checkbox/gov-form-checkbox.types";
|
|
@@ -39,6 +37,8 @@ import { FormSelectEvent } from "./components/gov-form/select/gov-form-select.ty
|
|
|
39
37
|
import { FormSwitchSizesType } from "./components/gov-form/switch/constants";
|
|
40
38
|
import { FormSwitchEvent } from "./components/gov-form/switch/gov-form-switch.types";
|
|
41
39
|
import { Type as Type1 } from "./components/gov-icon/constants";
|
|
40
|
+
import { VariantType as VariantType1 } from "./components/gov-infobar/default/constants";
|
|
41
|
+
import { InfobarEvent } from "./components/gov-infobar/default/gov-infobar.types";
|
|
42
42
|
import { LayoutType, LayoutVariantType } from "./components/gov-layout/constants";
|
|
43
43
|
import { MessageVariantType } from "./components/gov-message/constants";
|
|
44
44
|
import { PaginationSizeType, PaginationType, PaginationVariantType } from "./components/gov-pagination/constants";
|
|
@@ -57,8 +57,6 @@ import { GovWizardItemChangeEvent } from "./components/gov-wizard/gov-wizard-ite
|
|
|
57
57
|
import { WizardItemEvent } from "./components/gov-wizard/gov-wizard-item.types";
|
|
58
58
|
export { AccordionSizeType, AccordionVariantType } from "./components/gov-accordion/constants";
|
|
59
59
|
export { AccordionEvent, AccordionItemEvent } from "./components/gov-accordion/gov-accordion.types";
|
|
60
|
-
export { VariantType } from "./components/gov-alert/constants";
|
|
61
|
-
export { AlertEvent } from "./components/gov-alert/gov-alert.types";
|
|
62
60
|
export { ButtonSizesType, ButtonTargetType, ButtonVariantType, NativeTypesType as NativeTypesType1, TypesType } from "./components/gov-button/default/constants";
|
|
63
61
|
export { NativeTypesType } from "./components/gov-badge/constants";
|
|
64
62
|
export { GovBreadcrumbsChangeEvent } from "./components/gov-breadcrumbs/gov-breadcrumbs.d";
|
|
@@ -67,7 +65,7 @@ export { GovCardChangeEvent } from "./components/gov-card/interfaces";
|
|
|
67
65
|
export { ControlGroupVariantType } from "./components/gov-control-group/constants";
|
|
68
66
|
export { PositionType } from "./components/gov-button/dropdown/constants";
|
|
69
67
|
export { DropdownEvent } from "./components/gov-button/dropdown/gov-dropdown.types";
|
|
70
|
-
export { SizesType, VariantType
|
|
68
|
+
export { SizesType, VariantType } from "./components/gov-form/autocomplete/constants";
|
|
71
69
|
export { FormAutocompleteEvent, GovFormAutocompleteItem } from "./components/gov-form/autocomplete/gov-form-autocomplete.types";
|
|
72
70
|
export { FormCheckboxSizesType } from "./components/gov-form/checkbox/constants";
|
|
73
71
|
export { FormCheckboxEvent } from "./components/gov-form/checkbox/gov-form-checkbox.types";
|
|
@@ -89,6 +87,8 @@ export { FormSelectEvent } from "./components/gov-form/select/gov-form-select.ty
|
|
|
89
87
|
export { FormSwitchSizesType } from "./components/gov-form/switch/constants";
|
|
90
88
|
export { FormSwitchEvent } from "./components/gov-form/switch/gov-form-switch.types";
|
|
91
89
|
export { Type as Type1 } from "./components/gov-icon/constants";
|
|
90
|
+
export { VariantType as VariantType1 } from "./components/gov-infobar/default/constants";
|
|
91
|
+
export { InfobarEvent } from "./components/gov-infobar/default/gov-infobar.types";
|
|
92
92
|
export { LayoutType, LayoutVariantType } from "./components/gov-layout/constants";
|
|
93
93
|
export { MessageVariantType } from "./components/gov-message/constants";
|
|
94
94
|
export { PaginationSizeType, PaginationType, PaginationVariantType } from "./components/gov-pagination/constants";
|
|
@@ -170,36 +170,6 @@ export namespace Components {
|
|
|
170
170
|
*/
|
|
171
171
|
"variant"?: AccordionVariantType;
|
|
172
172
|
}
|
|
173
|
-
interface GovAlert {
|
|
174
|
-
/**
|
|
175
|
-
* Displays the option to close the alert
|
|
176
|
-
*/
|
|
177
|
-
"closable"?: boolean;
|
|
178
|
-
/**
|
|
179
|
-
* Style variation of the button.
|
|
180
|
-
*/
|
|
181
|
-
"headline": string;
|
|
182
|
-
/**
|
|
183
|
-
* Determine if component should have inverse colors to be used on dark background
|
|
184
|
-
*/
|
|
185
|
-
"inverse": boolean;
|
|
186
|
-
/**
|
|
187
|
-
* Validate the WCAG attributes of the component
|
|
188
|
-
*/
|
|
189
|
-
"validateWcag": () => Promise<void>;
|
|
190
|
-
/**
|
|
191
|
-
* Style variation of the button.
|
|
192
|
-
*/
|
|
193
|
-
"variant": VariantType;
|
|
194
|
-
/**
|
|
195
|
-
* Aria label for the closing button. It is mandatory if the alert is closable
|
|
196
|
-
*/
|
|
197
|
-
"wcagCloseLabel": string;
|
|
198
|
-
/**
|
|
199
|
-
* Aria label for the toggle button. It is mandatory if the alert has headline
|
|
200
|
-
*/
|
|
201
|
-
"wcagToggleLabel": string;
|
|
202
|
-
}
|
|
203
173
|
interface GovApp {
|
|
204
174
|
}
|
|
205
175
|
interface GovAttachments {
|
|
@@ -619,7 +589,7 @@ export namespace Components {
|
|
|
619
589
|
/**
|
|
620
590
|
* Style variation of the form input.
|
|
621
591
|
*/
|
|
622
|
-
"variant"?:
|
|
592
|
+
"variant"?: VariantType;
|
|
623
593
|
/**
|
|
624
594
|
* Indicates the id of a component that describes the input.
|
|
625
595
|
*/
|
|
@@ -996,6 +966,14 @@ export namespace Components {
|
|
|
996
966
|
* Indicates the entered value does not conform to the format expected by the application.
|
|
997
967
|
*/
|
|
998
968
|
"invalid": boolean;
|
|
969
|
+
/**
|
|
970
|
+
* Custom message for when there is a blank sheet
|
|
971
|
+
*/
|
|
972
|
+
"messageEmpty": string;
|
|
973
|
+
/**
|
|
974
|
+
* Custom message for when data is loaded
|
|
975
|
+
*/
|
|
976
|
+
"messageLoading": string;
|
|
999
977
|
/**
|
|
1000
978
|
* Name of the select.
|
|
1001
979
|
*/
|
|
@@ -1020,6 +998,10 @@ export namespace Components {
|
|
|
1020
998
|
* Select’s size.
|
|
1021
999
|
*/
|
|
1022
1000
|
"size"?: FormMultiselectSizesType;
|
|
1001
|
+
/**
|
|
1002
|
+
* Indicates the entered value of child form element does conform to the format expected by the application.
|
|
1003
|
+
*/
|
|
1004
|
+
"success": boolean;
|
|
1023
1005
|
/**
|
|
1024
1006
|
* Validate the WCAG attributes of the component
|
|
1025
1007
|
*/
|
|
@@ -1144,6 +1126,10 @@ export namespace Components {
|
|
|
1144
1126
|
* Select’s size.
|
|
1145
1127
|
*/
|
|
1146
1128
|
"size"?: FormSelectSizesType;
|
|
1129
|
+
/**
|
|
1130
|
+
* Indicates the entered value of child form element does conform to the format expected by the application.
|
|
1131
|
+
*/
|
|
1132
|
+
"success": boolean;
|
|
1147
1133
|
/**
|
|
1148
1134
|
* Validate the WCAG attributes of the component
|
|
1149
1135
|
*/
|
|
@@ -1273,6 +1259,36 @@ export namespace Components {
|
|
|
1273
1259
|
*/
|
|
1274
1260
|
"type": Type1;
|
|
1275
1261
|
}
|
|
1262
|
+
interface GovInfobar {
|
|
1263
|
+
/**
|
|
1264
|
+
* Displays the option to close the infobar
|
|
1265
|
+
*/
|
|
1266
|
+
"closable"?: boolean;
|
|
1267
|
+
/**
|
|
1268
|
+
* Style variation of the button.
|
|
1269
|
+
*/
|
|
1270
|
+
"headline": string;
|
|
1271
|
+
/**
|
|
1272
|
+
* Determine if component should have inverse colors to be used on dark background
|
|
1273
|
+
*/
|
|
1274
|
+
"inverse": boolean;
|
|
1275
|
+
/**
|
|
1276
|
+
* Validate the WCAG attributes of the component
|
|
1277
|
+
*/
|
|
1278
|
+
"validateWcag": () => Promise<void>;
|
|
1279
|
+
/**
|
|
1280
|
+
* Style variation of the button.
|
|
1281
|
+
*/
|
|
1282
|
+
"variant": VariantType1;
|
|
1283
|
+
/**
|
|
1284
|
+
* Aria label for the closing button. It is mandatory if the infobar is closable
|
|
1285
|
+
*/
|
|
1286
|
+
"wcagCloseLabel": string;
|
|
1287
|
+
/**
|
|
1288
|
+
* Aria label for the toggle button. It is mandatory if the infobar has headline
|
|
1289
|
+
*/
|
|
1290
|
+
"wcagToggleLabel": string;
|
|
1291
|
+
}
|
|
1276
1292
|
interface GovLayout {
|
|
1277
1293
|
/**
|
|
1278
1294
|
* Determine if component should have inverse column order
|
|
@@ -1770,7 +1786,7 @@ export namespace Components {
|
|
|
1770
1786
|
}
|
|
1771
1787
|
interface GovTooltip {
|
|
1772
1788
|
/**
|
|
1773
|
-
*
|
|
1789
|
+
* Hiding the modal
|
|
1774
1790
|
*/
|
|
1775
1791
|
"hide": () => Promise<void>;
|
|
1776
1792
|
/**
|
|
@@ -1782,7 +1798,7 @@ export namespace Components {
|
|
|
1782
1798
|
*/
|
|
1783
1799
|
"identifier": string;
|
|
1784
1800
|
/**
|
|
1785
|
-
* Information contained in the
|
|
1801
|
+
* Information contained in the tooltip
|
|
1786
1802
|
*/
|
|
1787
1803
|
"message": string;
|
|
1788
1804
|
/**
|
|
@@ -1807,6 +1823,22 @@ export namespace Components {
|
|
|
1807
1823
|
* Indicates display of tooltip content
|
|
1808
1824
|
*/
|
|
1809
1825
|
"isVisible": boolean;
|
|
1826
|
+
/**
|
|
1827
|
+
* Indicates display of tooltip content
|
|
1828
|
+
*/
|
|
1829
|
+
"parentId": string;
|
|
1830
|
+
/**
|
|
1831
|
+
* Tooltip is still visible.
|
|
1832
|
+
*/
|
|
1833
|
+
"persist"?: boolean;
|
|
1834
|
+
/**
|
|
1835
|
+
* Tooltip’s size.
|
|
1836
|
+
*/
|
|
1837
|
+
"size"?: TooltipSizeType;
|
|
1838
|
+
/**
|
|
1839
|
+
* Style variation of the tooltip
|
|
1840
|
+
*/
|
|
1841
|
+
"variant"?: TooltipVariantType;
|
|
1810
1842
|
}
|
|
1811
1843
|
interface GovWizard {
|
|
1812
1844
|
/**
|
|
@@ -1889,10 +1921,6 @@ export interface GovAccordionItemCustomEvent<T> extends CustomEvent<T> {
|
|
|
1889
1921
|
detail: T;
|
|
1890
1922
|
target: HTMLGovAccordionItemElement;
|
|
1891
1923
|
}
|
|
1892
|
-
export interface GovAlertCustomEvent<T> extends CustomEvent<T> {
|
|
1893
|
-
detail: T;
|
|
1894
|
-
target: HTMLGovAlertElement;
|
|
1895
|
-
}
|
|
1896
1924
|
export interface GovAttachmentsItemCustomEvent<T> extends CustomEvent<T> {
|
|
1897
1925
|
detail: T;
|
|
1898
1926
|
target: HTMLGovAttachmentsItemElement;
|
|
@@ -1957,6 +1985,10 @@ export interface GovFormSwitchCustomEvent<T> extends CustomEvent<T> {
|
|
|
1957
1985
|
detail: T;
|
|
1958
1986
|
target: HTMLGovFormSwitchElement;
|
|
1959
1987
|
}
|
|
1988
|
+
export interface GovInfobarCustomEvent<T> extends CustomEvent<T> {
|
|
1989
|
+
detail: T;
|
|
1990
|
+
target: HTMLGovInfobarElement;
|
|
1991
|
+
}
|
|
1960
1992
|
export interface GovModalCustomEvent<T> extends CustomEvent<T> {
|
|
1961
1993
|
detail: T;
|
|
1962
1994
|
target: HTMLGovModalElement;
|
|
@@ -2014,12 +2046,6 @@ declare global {
|
|
|
2014
2046
|
prototype: HTMLGovAccordionItemElement;
|
|
2015
2047
|
new (): HTMLGovAccordionItemElement;
|
|
2016
2048
|
};
|
|
2017
|
-
interface HTMLGovAlertElement extends Components.GovAlert, HTMLStencilElement {
|
|
2018
|
-
}
|
|
2019
|
-
var HTMLGovAlertElement: {
|
|
2020
|
-
prototype: HTMLGovAlertElement;
|
|
2021
|
-
new (): HTMLGovAlertElement;
|
|
2022
|
-
};
|
|
2023
2049
|
interface HTMLGovAppElement extends Components.GovApp, HTMLStencilElement {
|
|
2024
2050
|
}
|
|
2025
2051
|
var HTMLGovAppElement: {
|
|
@@ -2206,6 +2232,12 @@ declare global {
|
|
|
2206
2232
|
prototype: HTMLGovIconElement;
|
|
2207
2233
|
new (): HTMLGovIconElement;
|
|
2208
2234
|
};
|
|
2235
|
+
interface HTMLGovInfobarElement extends Components.GovInfobar, HTMLStencilElement {
|
|
2236
|
+
}
|
|
2237
|
+
var HTMLGovInfobarElement: {
|
|
2238
|
+
prototype: HTMLGovInfobarElement;
|
|
2239
|
+
new (): HTMLGovInfobarElement;
|
|
2240
|
+
};
|
|
2209
2241
|
interface HTMLGovLayoutElement extends Components.GovLayout, HTMLStencilElement {
|
|
2210
2242
|
}
|
|
2211
2243
|
var HTMLGovLayoutElement: {
|
|
@@ -2365,7 +2397,6 @@ declare global {
|
|
|
2365
2397
|
interface HTMLElementTagNameMap {
|
|
2366
2398
|
"gov-accordion": HTMLGovAccordionElement;
|
|
2367
2399
|
"gov-accordion-item": HTMLGovAccordionItemElement;
|
|
2368
|
-
"gov-alert": HTMLGovAlertElement;
|
|
2369
2400
|
"gov-app": HTMLGovAppElement;
|
|
2370
2401
|
"gov-attachments": HTMLGovAttachmentsElement;
|
|
2371
2402
|
"gov-attachments-item": HTMLGovAttachmentsItemElement;
|
|
@@ -2397,6 +2428,7 @@ declare global {
|
|
|
2397
2428
|
"gov-grid": HTMLGovGridElement;
|
|
2398
2429
|
"gov-grid-item": HTMLGovGridItemElement;
|
|
2399
2430
|
"gov-icon": HTMLGovIconElement;
|
|
2431
|
+
"gov-infobar": HTMLGovInfobarElement;
|
|
2400
2432
|
"gov-layout": HTMLGovLayoutElement;
|
|
2401
2433
|
"gov-layout-column": HTMLGovLayoutColumnElement;
|
|
2402
2434
|
"gov-loading": HTMLGovLoadingElement;
|
|
@@ -2478,36 +2510,6 @@ declare namespace LocalJSX {
|
|
|
2478
2510
|
*/
|
|
2479
2511
|
"variant"?: AccordionVariantType;
|
|
2480
2512
|
}
|
|
2481
|
-
interface GovAlert {
|
|
2482
|
-
/**
|
|
2483
|
-
* Displays the option to close the alert
|
|
2484
|
-
*/
|
|
2485
|
-
"closable"?: boolean;
|
|
2486
|
-
/**
|
|
2487
|
-
* Style variation of the button.
|
|
2488
|
-
*/
|
|
2489
|
-
"headline"?: string;
|
|
2490
|
-
/**
|
|
2491
|
-
* Determine if component should have inverse colors to be used on dark background
|
|
2492
|
-
*/
|
|
2493
|
-
"inverse"?: boolean;
|
|
2494
|
-
/**
|
|
2495
|
-
* Called when the close button is clicked
|
|
2496
|
-
*/
|
|
2497
|
-
"onGov-close"?: (event: GovAlertCustomEvent<AlertEvent>) => void;
|
|
2498
|
-
/**
|
|
2499
|
-
* Style variation of the button.
|
|
2500
|
-
*/
|
|
2501
|
-
"variant"?: VariantType;
|
|
2502
|
-
/**
|
|
2503
|
-
* Aria label for the closing button. It is mandatory if the alert is closable
|
|
2504
|
-
*/
|
|
2505
|
-
"wcagCloseLabel"?: string;
|
|
2506
|
-
/**
|
|
2507
|
-
* Aria label for the toggle button. It is mandatory if the alert has headline
|
|
2508
|
-
*/
|
|
2509
|
-
"wcagToggleLabel"?: string;
|
|
2510
|
-
}
|
|
2511
2513
|
interface GovApp {
|
|
2512
2514
|
}
|
|
2513
2515
|
interface GovAttachments {
|
|
@@ -2897,7 +2899,7 @@ declare namespace LocalJSX {
|
|
|
2897
2899
|
/**
|
|
2898
2900
|
* Style variation of the form input.
|
|
2899
2901
|
*/
|
|
2900
|
-
"variant"?:
|
|
2902
|
+
"variant"?: VariantType;
|
|
2901
2903
|
/**
|
|
2902
2904
|
* Indicates the id of a component that describes the input.
|
|
2903
2905
|
*/
|
|
@@ -3278,6 +3280,14 @@ declare namespace LocalJSX {
|
|
|
3278
3280
|
* Indicates the entered value does not conform to the format expected by the application.
|
|
3279
3281
|
*/
|
|
3280
3282
|
"invalid"?: boolean;
|
|
3283
|
+
/**
|
|
3284
|
+
* Custom message for when there is a blank sheet
|
|
3285
|
+
*/
|
|
3286
|
+
"messageEmpty"?: string;
|
|
3287
|
+
/**
|
|
3288
|
+
* Custom message for when data is loaded
|
|
3289
|
+
*/
|
|
3290
|
+
"messageLoading"?: string;
|
|
3281
3291
|
/**
|
|
3282
3292
|
* Name of the select.
|
|
3283
3293
|
*/
|
|
@@ -3306,6 +3316,10 @@ declare namespace LocalJSX {
|
|
|
3306
3316
|
* Select’s size.
|
|
3307
3317
|
*/
|
|
3308
3318
|
"size"?: FormMultiselectSizesType;
|
|
3319
|
+
/**
|
|
3320
|
+
* Indicates the entered value of child form element does conform to the format expected by the application.
|
|
3321
|
+
*/
|
|
3322
|
+
"success"?: boolean;
|
|
3309
3323
|
/**
|
|
3310
3324
|
* Style variation of the form select.
|
|
3311
3325
|
*/
|
|
@@ -3430,6 +3444,10 @@ declare namespace LocalJSX {
|
|
|
3430
3444
|
* Select’s size.
|
|
3431
3445
|
*/
|
|
3432
3446
|
"size"?: FormSelectSizesType;
|
|
3447
|
+
/**
|
|
3448
|
+
* Indicates the entered value of child form element does conform to the format expected by the application.
|
|
3449
|
+
*/
|
|
3450
|
+
"success"?: boolean;
|
|
3433
3451
|
/**
|
|
3434
3452
|
* Value of select
|
|
3435
3453
|
*/
|
|
@@ -3559,6 +3577,36 @@ declare namespace LocalJSX {
|
|
|
3559
3577
|
*/
|
|
3560
3578
|
"type"?: Type1;
|
|
3561
3579
|
}
|
|
3580
|
+
interface GovInfobar {
|
|
3581
|
+
/**
|
|
3582
|
+
* Displays the option to close the infobar
|
|
3583
|
+
*/
|
|
3584
|
+
"closable"?: boolean;
|
|
3585
|
+
/**
|
|
3586
|
+
* Style variation of the button.
|
|
3587
|
+
*/
|
|
3588
|
+
"headline"?: string;
|
|
3589
|
+
/**
|
|
3590
|
+
* Determine if component should have inverse colors to be used on dark background
|
|
3591
|
+
*/
|
|
3592
|
+
"inverse"?: boolean;
|
|
3593
|
+
/**
|
|
3594
|
+
* Called when the close button is clicked
|
|
3595
|
+
*/
|
|
3596
|
+
"onGov-close"?: (event: GovInfobarCustomEvent<InfobarEvent>) => void;
|
|
3597
|
+
/**
|
|
3598
|
+
* Style variation of the button.
|
|
3599
|
+
*/
|
|
3600
|
+
"variant"?: VariantType1;
|
|
3601
|
+
/**
|
|
3602
|
+
* Aria label for the closing button. It is mandatory if the infobar is closable
|
|
3603
|
+
*/
|
|
3604
|
+
"wcagCloseLabel"?: string;
|
|
3605
|
+
/**
|
|
3606
|
+
* Aria label for the toggle button. It is mandatory if the infobar has headline
|
|
3607
|
+
*/
|
|
3608
|
+
"wcagToggleLabel"?: string;
|
|
3609
|
+
}
|
|
3562
3610
|
interface GovLayout {
|
|
3563
3611
|
/**
|
|
3564
3612
|
* Determine if component should have inverse column order
|
|
@@ -4004,7 +4052,7 @@ declare namespace LocalJSX {
|
|
|
4004
4052
|
*/
|
|
4005
4053
|
"identifier"?: string;
|
|
4006
4054
|
/**
|
|
4007
|
-
* Information contained in the
|
|
4055
|
+
* Information contained in the tooltip
|
|
4008
4056
|
*/
|
|
4009
4057
|
"message"?: string;
|
|
4010
4058
|
/**
|
|
@@ -4025,6 +4073,22 @@ declare namespace LocalJSX {
|
|
|
4025
4073
|
* Indicates display of tooltip content
|
|
4026
4074
|
*/
|
|
4027
4075
|
"isVisible"?: boolean;
|
|
4076
|
+
/**
|
|
4077
|
+
* Indicates display of tooltip content
|
|
4078
|
+
*/
|
|
4079
|
+
"parentId"?: string;
|
|
4080
|
+
/**
|
|
4081
|
+
* Tooltip is still visible.
|
|
4082
|
+
*/
|
|
4083
|
+
"persist"?: boolean;
|
|
4084
|
+
/**
|
|
4085
|
+
* Tooltip’s size.
|
|
4086
|
+
*/
|
|
4087
|
+
"size"?: TooltipSizeType;
|
|
4088
|
+
/**
|
|
4089
|
+
* Style variation of the tooltip
|
|
4090
|
+
*/
|
|
4091
|
+
"variant"?: TooltipVariantType;
|
|
4028
4092
|
}
|
|
4029
4093
|
interface GovWizard {
|
|
4030
4094
|
/**
|
|
@@ -4089,7 +4153,6 @@ declare namespace LocalJSX {
|
|
|
4089
4153
|
interface IntrinsicElements {
|
|
4090
4154
|
"gov-accordion": GovAccordion;
|
|
4091
4155
|
"gov-accordion-item": GovAccordionItem;
|
|
4092
|
-
"gov-alert": GovAlert;
|
|
4093
4156
|
"gov-app": GovApp;
|
|
4094
4157
|
"gov-attachments": GovAttachments;
|
|
4095
4158
|
"gov-attachments-item": GovAttachmentsItem;
|
|
@@ -4121,6 +4184,7 @@ declare namespace LocalJSX {
|
|
|
4121
4184
|
"gov-grid": GovGrid;
|
|
4122
4185
|
"gov-grid-item": GovGridItem;
|
|
4123
4186
|
"gov-icon": GovIcon;
|
|
4187
|
+
"gov-infobar": GovInfobar;
|
|
4124
4188
|
"gov-layout": GovLayout;
|
|
4125
4189
|
"gov-layout-column": GovLayoutColumn;
|
|
4126
4190
|
"gov-loading": GovLoading;
|
|
@@ -4155,7 +4219,6 @@ declare module "@stencil/core" {
|
|
|
4155
4219
|
interface IntrinsicElements {
|
|
4156
4220
|
"gov-accordion": LocalJSX.GovAccordion & JSXBase.HTMLAttributes<HTMLGovAccordionElement>;
|
|
4157
4221
|
"gov-accordion-item": LocalJSX.GovAccordionItem & JSXBase.HTMLAttributes<HTMLGovAccordionItemElement>;
|
|
4158
|
-
"gov-alert": LocalJSX.GovAlert & JSXBase.HTMLAttributes<HTMLGovAlertElement>;
|
|
4159
4222
|
"gov-app": LocalJSX.GovApp & JSXBase.HTMLAttributes<HTMLGovAppElement>;
|
|
4160
4223
|
"gov-attachments": LocalJSX.GovAttachments & JSXBase.HTMLAttributes<HTMLGovAttachmentsElement>;
|
|
4161
4224
|
"gov-attachments-item": LocalJSX.GovAttachmentsItem & JSXBase.HTMLAttributes<HTMLGovAttachmentsItemElement>;
|
|
@@ -4187,6 +4250,7 @@ declare module "@stencil/core" {
|
|
|
4187
4250
|
"gov-grid": LocalJSX.GovGrid & JSXBase.HTMLAttributes<HTMLGovGridElement>;
|
|
4188
4251
|
"gov-grid-item": LocalJSX.GovGridItem & JSXBase.HTMLAttributes<HTMLGovGridItemElement>;
|
|
4189
4252
|
"gov-icon": LocalJSX.GovIcon & JSXBase.HTMLAttributes<HTMLGovIconElement>;
|
|
4253
|
+
"gov-infobar": LocalJSX.GovInfobar & JSXBase.HTMLAttributes<HTMLGovInfobarElement>;
|
|
4190
4254
|
"gov-layout": LocalJSX.GovLayout & JSXBase.HTMLAttributes<HTMLGovLayoutElement>;
|
|
4191
4255
|
"gov-layout-column": LocalJSX.GovLayoutColumn & JSXBase.HTMLAttributes<HTMLGovLayoutColumnElement>;
|
|
4192
4256
|
"gov-loading": LocalJSX.GovLoading & JSXBase.HTMLAttributes<HTMLGovLoadingElement>;
|