@hmcts/opal-frontend-common 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/abstract/abstract-form-alias-base/{abstract-form-alias-base.d.ts → abstract-form-alias-base.component.d.ts} +4 -6
- package/components/abstract/abstract-form-alias-base/index.d.ts +5 -0
- package/components/abstract/abstract-form-alias-base/interfaces/abstract-form-alias-base-alias-controls.interface.d.ts +1 -1
- package/components/abstract/abstract-form-alias-base/interfaces/index.d.ts +5 -0
- package/components/abstract/abstract-form-alias-base/interfaces/public-api.d.ts +1 -0
- package/components/abstract/abstract-form-alias-base/public-api.d.ts +1 -0
- package/components/abstract/abstract-form-array-base/{abstract-form-array-base.d.ts → abstract-form-array-base.component.d.ts} +2 -4
- package/components/abstract/abstract-form-array-base/index.d.ts +5 -0
- package/components/abstract/abstract-form-array-base/interfaces/abstract-form-array-base-form-array-controls.interface.d.ts +4 -0
- package/components/abstract/abstract-form-array-base/interfaces/index.d.ts +5 -0
- package/components/abstract/abstract-form-array-base/interfaces/public-api.d.ts +1 -0
- package/components/abstract/abstract-form-array-base/public-api.d.ts +1 -0
- package/components/abstract/abstract-form-array-parent-base/abstract-form-array-parent-base.component.d.ts +1 -1
- package/components/abstract/abstract-form-array-parent-base/index.d.ts +5 -0
- package/components/abstract/abstract-form-array-parent-base/public-api.d.ts +1 -0
- package/components/abstract/abstract-form-array-removal-base/index.d.ts +5 -0
- package/components/abstract/abstract-form-array-removal-base/interfaces/index.d.ts +5 -0
- package/components/abstract/abstract-form-array-removal-base/interfaces/public-api.d.ts +1 -0
- package/components/abstract/abstract-form-array-removal-base/public-api.d.ts +1 -0
- package/components/abstract/abstract-form-base/abstract-form-base.component.d.ts +1 -3
- package/components/abstract/abstract-form-base/index.d.ts +5 -0
- package/components/abstract/abstract-form-base/interfaces/index.d.ts +5 -0
- package/components/abstract/abstract-form-base/interfaces/public-api.d.ts +6 -0
- package/components/abstract/abstract-form-base/public-api.d.ts +1 -0
- package/components/abstract/abstract-form-parent-base/index.d.ts +5 -0
- package/components/abstract/abstract-form-parent-base/public-api.d.ts +1 -0
- package/components/abstract/abstract-sortable-table/abstract-sortable-table.component.d.ts +1 -1
- package/components/abstract/abstract-sortable-table/index.d.ts +5 -0
- package/components/abstract/abstract-sortable-table/interfaces/index.d.ts +5 -0
- package/components/abstract/abstract-sortable-table/interfaces/public-api.d.ts +1 -0
- package/components/abstract/abstract-sortable-table/public-api.d.ts +1 -0
- package/components/abstract/abstract-sortable-table-pagination/abstract-sortable-table-pagination.component.d.ts +2 -2
- package/components/abstract/abstract-sortable-table-pagination/index.d.ts +5 -0
- package/components/abstract/abstract-sortable-table-pagination/public-api.d.ts +1 -0
- package/components/abstract/{index.d.ts → interfaces/index.d.ts} +1 -1
- package/components/abstract/interfaces/public-api.d.ts +6 -0
- package/components/alphagov/{index.d.ts → alphagov-accessible-autocomplete/index.d.ts} +1 -1
- package/components/alphagov/alphagov-accessible-autocomplete/interfaces/index.d.ts +5 -0
- package/components/alphagov/alphagov-accessible-autocomplete/interfaces/public-api.d.ts +1 -0
- package/components/alphagov/alphagov-accessible-autocomplete/public-api.d.ts +1 -0
- package/components/govuk/govuk-accordion/index.d.ts +5 -0
- package/components/govuk/govuk-accordion/public-api.d.ts +1 -0
- package/components/govuk/govuk-back-link/index.d.ts +5 -0
- package/components/govuk/govuk-back-link/public-api.d.ts +1 -0
- package/components/govuk/govuk-button/index.d.ts +5 -0
- package/components/govuk/govuk-button/public-api.d.ts +1 -0
- package/components/govuk/govuk-cancel-link/index.d.ts +5 -0
- package/components/govuk/govuk-cancel-link/public-api.d.ts +1 -0
- package/components/govuk/govuk-checkboxes/index.d.ts +5 -0
- package/components/govuk/govuk-checkboxes/interfaces/index.d.ts +5 -0
- package/components/govuk/govuk-checkboxes/interfaces/public-api.d.ts +1 -0
- package/components/govuk/govuk-checkboxes/public-api.d.ts +4 -0
- package/components/govuk/govuk-date-input/index.d.ts +5 -0
- package/components/govuk/govuk-date-input/interfaces/index.d.ts +5 -0
- package/components/govuk/govuk-date-input/interfaces/public-api.d.ts +1 -0
- package/components/govuk/govuk-date-input/public-api.d.ts +1 -0
- package/components/govuk/govuk-details/index.d.ts +5 -0
- package/components/govuk/govuk-details/public-api.d.ts +1 -0
- package/components/govuk/govuk-error-summary/govuk-error-summary.component.d.ts +1 -1
- package/components/govuk/govuk-error-summary/index.d.ts +5 -0
- package/components/govuk/govuk-error-summary/public-api.d.ts +1 -0
- package/components/govuk/govuk-footer/govuk-footer.component.d.ts +3 -2
- package/components/govuk/govuk-footer/index.d.ts +5 -0
- package/components/govuk/govuk-footer/interfaces/index.d.ts +5 -0
- package/components/govuk/govuk-footer/interfaces/public-api.d.ts +1 -0
- package/components/govuk/govuk-footer/public-api.d.ts +1 -0
- package/components/govuk/govuk-header/govuk-header.component.d.ts +3 -2
- package/components/govuk/govuk-header/index.d.ts +5 -0
- package/components/govuk/govuk-header/interfaces/index.d.ts +5 -0
- package/components/govuk/govuk-header/interfaces/public-api.d.ts +1 -0
- package/components/govuk/govuk-header/public-api.d.ts +2 -0
- package/components/govuk/govuk-heading-with-caption/index.d.ts +5 -0
- package/components/govuk/govuk-heading-with-caption/public-api.d.ts +1 -0
- package/components/govuk/govuk-inset-text/index.d.ts +5 -0
- package/components/govuk/govuk-inset-text/public-api.d.ts +1 -0
- package/components/govuk/govuk-notification-banner/index.d.ts +5 -0
- package/components/govuk/govuk-notification-banner/public-api.d.ts +1 -0
- package/components/govuk/govuk-pagination/index.d.ts +5 -0
- package/components/govuk/govuk-pagination/public-api.d.ts +1 -0
- package/components/govuk/govuk-panel/index.d.ts +5 -0
- package/components/govuk/govuk-panel/public-api.d.ts +1 -0
- package/components/govuk/govuk-radio/index.d.ts +5 -0
- package/components/govuk/govuk-radio/interfaces/index.d.ts +5 -0
- package/components/govuk/govuk-radio/interfaces/public-api.d.ts +2 -0
- package/components/govuk/govuk-radio/public-api.d.ts +4 -0
- package/components/govuk/govuk-select/index.d.ts +5 -0
- package/components/govuk/govuk-select/interfaces/index.d.ts +5 -0
- package/components/govuk/govuk-select/interfaces/public-api.d.ts +1 -0
- package/components/govuk/govuk-select/public-api.d.ts +1 -0
- package/components/govuk/govuk-summary-card-list/index.d.ts +5 -0
- package/components/govuk/govuk-summary-card-list/public-api.d.ts +2 -0
- package/components/govuk/govuk-summary-list/index.d.ts +5 -0
- package/components/govuk/govuk-summary-list/public-api.d.ts +4 -0
- package/components/govuk/govuk-table/index.d.ts +5 -0
- package/components/govuk/govuk-table/public-api.d.ts +4 -0
- package/components/govuk/govuk-tabs/index.d.ts +5 -0
- package/components/govuk/govuk-tabs/public-api.d.ts +3 -0
- package/components/govuk/{index.d.ts → govuk-tag/index.d.ts} +1 -1
- package/components/govuk/govuk-tag/public-api.d.ts +1 -0
- package/components/govuk/govuk-task-list/index.d.ts +5 -0
- package/components/govuk/govuk-task-list/public-api.d.ts +2 -0
- package/components/govuk/govuk-text-area/index.d.ts +5 -0
- package/components/govuk/govuk-text-area/public-api.d.ts +1 -0
- package/components/govuk/govuk-text-input/index.d.ts +5 -0
- package/components/govuk/govuk-text-input/public-api.d.ts +1 -0
- package/components/govuk/govuk-text-input-prefix-suffix/index.d.ts +5 -0
- package/components/govuk/govuk-text-input-prefix-suffix/public-api.d.ts +1 -0
- package/components/moj/{index.d.ts → moj-badge/index.d.ts} +1 -1
- package/components/moj/moj-badge/public-api.d.ts +1 -0
- package/components/moj/moj-banner/index.d.ts +5 -0
- package/components/moj/moj-banner/public-api.d.ts +1 -0
- package/components/moj/moj-button-menu/index.d.ts +5 -0
- package/components/moj/moj-button-menu/public-api.d.ts +2 -0
- package/components/moj/moj-date-picker/index.d.ts +5 -0
- package/components/moj/moj-date-picker/public-api.d.ts +1 -0
- package/components/moj/moj-header/index.d.ts +5 -0
- package/components/moj/moj-header/interfaces/index.d.ts +5 -0
- package/components/moj/moj-header/interfaces/public-api.d.ts +1 -0
- package/components/moj/moj-header/moj-header.component.d.ts +3 -2
- package/components/moj/moj-header/public-api.d.ts +2 -0
- package/components/moj/moj-notification-badge/index.d.ts +5 -0
- package/components/moj/moj-notification-badge/moj-notification-badge.component.d.ts +6 -0
- package/components/moj/moj-notification-badge/public-api.d.ts +1 -0
- package/components/moj/moj-page-header/index.d.ts +5 -0
- package/components/moj/moj-page-header/public-api.d.ts +1 -0
- package/components/moj/moj-pagination/index.d.ts +5 -0
- package/components/moj/moj-pagination/public-api.d.ts +4 -0
- package/components/moj/moj-primary-navigation/index.d.ts +5 -0
- package/components/moj/moj-primary-navigation/public-api.d.ts +2 -0
- package/components/moj/moj-sortable-table/index.d.ts +5 -0
- package/components/moj/moj-sortable-table/moj-sortable-table-row/moj-sortable-table-row-data/moj-sortable-table-row-data.component.d.ts +8 -0
- package/components/moj/moj-sortable-table/moj-sortable-table-status/moj-sortable-table-status.component.d.ts +7 -0
- package/components/moj/moj-sortable-table/public-api.d.ts +5 -0
- package/components/moj/moj-sub-navigation/index.d.ts +5 -0
- package/components/moj/moj-sub-navigation/moj-sub-navigation-item/moj-sub-navigation-item.component.d.ts +1 -1
- package/components/moj/moj-sub-navigation/public-api.d.ts +2 -0
- package/components/moj/moj-ticket-panel/index.d.ts +5 -0
- package/components/moj/moj-ticket-panel/public-api.d.ts +1 -0
- package/components/moj/moj-timeline/index.d.ts +5 -0
- package/components/moj/moj-timeline/public-api.d.ts +2 -0
- package/constants/public-api.d.ts +2 -0
- package/constants/src/footer-links.constant.d.ts +2 -0
- package/constants/src/header-links.constant.d.ts +2 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-alias-base-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-alias-base-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-alias-base.mjs +208 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-alias-base.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-array-base-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-array-base-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-array-base.mjs +252 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-array-base.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-array-parent-base.mjs +44 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-array-parent-base.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-array-removal-base-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-array-removal-base-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-array-removal-base.mjs +95 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-array-removal-base.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-base-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-base-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-base.mjs +493 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-base.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-parent-base.mjs +56 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-form-parent-base.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-sortable-table-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-sortable-table-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-sortable-table-pagination.mjs +63 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-sortable-table-pagination.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-sortable-table.mjs +145 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-abstract-sortable-table.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-abstract-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-alphagov-alphagov-accessible-autocomplete-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-alphagov-alphagov-accessible-autocomplete-interfaces.mjs.map +1 -0
- package/fesm2022/{hmcts-opal-frontend-common-components-alphagov.mjs → hmcts-opal-frontend-common-components-alphagov-alphagov-accessible-autocomplete.mjs} +1 -3
- package/fesm2022/hmcts-opal-frontend-common-components-alphagov-alphagov-accessible-autocomplete.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-accordion.mjs +32 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-accordion.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-back-link.mjs +31 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-back-link.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-button.mjs +41 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-button.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-cancel-link.mjs +31 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-cancel-link.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-checkboxes-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-checkboxes-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-checkboxes.mjs +122 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-checkboxes.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-date-input-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-date-input-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-date-input.mjs +63 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-date-input.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-details.mjs +22 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-details.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-error-summary.mjs +34 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-error-summary.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-footer-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-footer-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-footer.mjs +22 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-footer.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-header-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-header-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-header.mjs +43 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-header.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-heading-with-caption.mjs +34 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-heading-with-caption.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-inset-text.mjs +22 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-inset-text.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-notification-banner.mjs +34 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-notification-banner.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-pagination.mjs +88 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-pagination.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-panel.mjs +26 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-panel.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-radio-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-radio-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-radio.mjs +134 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-radio.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-select-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-select-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-select.mjs +64 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-select.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-summary-card-list.mjs +71 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-summary-card-list.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-summary-list.mjs +118 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-summary-list.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-table.mjs +83 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-table.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-tabs.mjs +87 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-tabs.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-tag.mjs +26 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-tag.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-task-list.mjs +47 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-task-list.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-text-area.mjs +79 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-text-area.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-text-input-prefix-suffix.mjs +83 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-text-input-prefix-suffix.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-text-input.mjs +64 -0
- package/fesm2022/hmcts-opal-frontend-common-components-govuk-govuk-text-input.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-badge.mjs +26 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-badge.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-banner.mjs +26 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-banner.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-button-menu.mjs +46 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-button-menu.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-date-picker.mjs +120 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-date-picker.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-header-interfaces.mjs +4 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-header-interfaces.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-header.mjs +42 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-header.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-notification-badge.mjs +22 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-notification-badge.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-page-header.mjs +22 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-page-header.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-pagination.mjs +284 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-pagination.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-primary-navigation.mjs +98 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-primary-navigation.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-sortable-table.mjs +132 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-sortable-table.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-sub-navigation.mjs +89 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-sub-navigation.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-ticket-panel.mjs +30 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-ticket-panel.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-timeline.mjs +27 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-timeline.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-constants.mjs +12 -1
- package/fesm2022/hmcts-opal-frontend-common-constants.mjs.map +1 -1
- package/fesm2022/hmcts-opal-frontend-common-guards.mjs +7 -7
- package/fesm2022/hmcts-opal-frontend-common-guards.mjs.map +1 -1
- package/fesm2022/{hmcts-opal-frontend-common-pages-sign-in-stub.component-eGVOJLC2.mjs → hmcts-opal-frontend-common-pages-sign-in-stub.component-BcAOQaGF.mjs} +3 -2
- package/fesm2022/hmcts-opal-frontend-common-pages-sign-in-stub.component-BcAOQaGF.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-pages.mjs +3 -3
- package/fesm2022/hmcts-opal-frontend-common-pages.mjs.map +1 -1
- package/interfaces/public-api.d.ts +1 -0
- package/interfaces/src/parent-routing-paths.interface.d.ts +7 -0
- package/package.json +314 -44
- package/components/abstract/public-api.d.ts +0 -20
- package/components/alphagov/public-api.d.ts +0 -2
- package/components/govuk/govuk-footer/constants/govuk-footer-links.constant.d.ts +0 -2
- package/components/govuk/govuk-header/constants/govuk-header-links.constant.d.ts +0 -2
- package/components/govuk/public-api.d.ts +0 -52
- package/components/moj/moj-header/constants/moj-header-links.constant.d.ts +0 -2
- package/components/moj/public-api.d.ts +0 -24
- package/fesm2022/hmcts-opal-frontend-common-components-abstract.mjs +0 -1288
- package/fesm2022/hmcts-opal-frontend-common-components-abstract.mjs.map +0 -1
- package/fesm2022/hmcts-opal-frontend-common-components-alphagov.mjs.map +0 -1
- package/fesm2022/hmcts-opal-frontend-common-components-govuk.mjs +0 -1259
- package/fesm2022/hmcts-opal-frontend-common-components-govuk.mjs.map +0 -1
- package/fesm2022/hmcts-opal-frontend-common-components-moj.mjs +0 -804
- package/fesm2022/hmcts-opal-frontend-common-components-moj.mjs.map +0 -1
- package/fesm2022/hmcts-opal-frontend-common-pages-sign-in-stub.component-eGVOJLC2.mjs.map +0 -1
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter, HostBinding, Output, Input, ChangeDetectionStrategy, Component, inject } from '@angular/core';
|
|
3
|
+
import { UtilsService } from '@hmcts/opal-frontend-common/services';
|
|
4
|
+
|
|
5
|
+
class GovukSummaryListRowActionItemComponent {
|
|
6
|
+
actionName;
|
|
7
|
+
actionId;
|
|
8
|
+
linkClick = new EventEmitter();
|
|
9
|
+
hostClass = 'govuk-summary-list__actions-list-item govuk-link-colour';
|
|
10
|
+
/**
|
|
11
|
+
* Handles the click event for the action button.
|
|
12
|
+
* @param event - The click event.
|
|
13
|
+
*/
|
|
14
|
+
handleActionClick(event, linkClicked) {
|
|
15
|
+
event.preventDefault();
|
|
16
|
+
this.linkClick.emit(linkClicked);
|
|
17
|
+
}
|
|
18
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukSummaryListRowActionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukSummaryListRowActionItemComponent, isStandalone: true, selector: "opal-lib-govuk-summary-list-row-action-item, [opal-lib-govuk-summary-list-row-action-item]", inputs: { actionName: "actionName", actionId: "actionId" }, outputs: { linkClick: "linkClick" }, host: { properties: { "class": "this.hostClass" } }, ngImport: i0, template: "<a\n href=\"#\"\n class=\"govuk-link govuk-link--no-visited-state\"\n [id]=\"actionId\"\n (click)=\"handleActionClick($event, actionId)\"\n (keyup.enter)=\"handleActionClick($event, actionId)\"\n tabindex=\"0\"\n>\n <strong>{{ actionName }}</strong\n ><span class=\"govuk-visually-hidden\">{{ actionName }}</span></a\n>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
20
|
+
}
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukSummaryListRowActionItemComponent, decorators: [{
|
|
22
|
+
type: Component,
|
|
23
|
+
args: [{ selector: 'opal-lib-govuk-summary-list-row-action-item, [opal-lib-govuk-summary-list-row-action-item]', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<a\n href=\"#\"\n class=\"govuk-link govuk-link--no-visited-state\"\n [id]=\"actionId\"\n (click)=\"handleActionClick($event, actionId)\"\n (keyup.enter)=\"handleActionClick($event, actionId)\"\n tabindex=\"0\"\n>\n <strong>{{ actionName }}</strong\n ><span class=\"govuk-visually-hidden\">{{ actionName }}</span></a\n>\n" }]
|
|
24
|
+
}], propDecorators: { actionName: [{
|
|
25
|
+
type: Input,
|
|
26
|
+
args: [{ required: true }]
|
|
27
|
+
}], actionId: [{
|
|
28
|
+
type: Input,
|
|
29
|
+
args: [{ required: true }]
|
|
30
|
+
}], linkClick: [{
|
|
31
|
+
type: Output
|
|
32
|
+
}], hostClass: [{
|
|
33
|
+
type: HostBinding,
|
|
34
|
+
args: ['class']
|
|
35
|
+
}] } });
|
|
36
|
+
|
|
37
|
+
class GovukSummaryListRowActionsComponent {
|
|
38
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukSummaryListRowActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
39
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukSummaryListRowActionsComponent, isStandalone: true, selector: "opal-lib-govuk-summary-list-row-actions", ngImport: i0, template: "<ul class=\"govuk-summary-list__actions-list govuk-body\">\n <ng-content></ng-content>\n</ul>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
40
|
+
}
|
|
41
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukSummaryListRowActionsComponent, decorators: [{
|
|
42
|
+
type: Component,
|
|
43
|
+
args: [{ selector: 'opal-lib-govuk-summary-list-row-actions', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ul class=\"govuk-summary-list__actions-list govuk-body\">\n <ng-content></ng-content>\n</ul>\n" }]
|
|
44
|
+
}] });
|
|
45
|
+
|
|
46
|
+
class GovukSummaryListRowComponent {
|
|
47
|
+
utilService = inject(UtilsService);
|
|
48
|
+
_summaryListRowId;
|
|
49
|
+
actionClick = new EventEmitter();
|
|
50
|
+
actionEnabled = false;
|
|
51
|
+
summaryListId;
|
|
52
|
+
set summaryListRowId(summaryListRowId) {
|
|
53
|
+
this._summaryListRowId = this.utilService.upperCaseFirstLetter(summaryListRowId);
|
|
54
|
+
}
|
|
55
|
+
// We need to set the class and id on the host div element
|
|
56
|
+
// A div needs to be passed, otherwise we will get https://dequeuniversity.com/rules/axe/4.8/definition-list?application=RuleDescription
|
|
57
|
+
// As it doesn't like nested divs
|
|
58
|
+
class;
|
|
59
|
+
id;
|
|
60
|
+
/**
|
|
61
|
+
* Handles the click event for the action button.
|
|
62
|
+
* @param event - The click event.
|
|
63
|
+
*/
|
|
64
|
+
handleActionClick(event) {
|
|
65
|
+
event.preventDefault();
|
|
66
|
+
this.actionClick.emit(true);
|
|
67
|
+
}
|
|
68
|
+
ngOnInit() {
|
|
69
|
+
this.id = this.summaryListId + this._summaryListRowId;
|
|
70
|
+
this.class = 'govuk-summary-list__row';
|
|
71
|
+
}
|
|
72
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukSummaryListRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
73
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.5", type: GovukSummaryListRowComponent, isStandalone: true, selector: "opal-lib-govuk-summary-list-row, [opal-lib-govuk-summary-list-row]", inputs: { actionEnabled: "actionEnabled", summaryListId: "summaryListId", summaryListRowId: "summaryListRowId" }, outputs: { actionClick: "actionClick" }, host: { properties: { "class": "this.class", "id": "this.id" } }, ngImport: i0, template: "<dt class=\"govuk-summary-list__key\" [id]=\"summaryListId + _summaryListRowId + 'Key'\">\n <ng-content select=\"[name]\"></ng-content>\n</dt>\n\n<dd class=\"govuk-summary-list__value\" [id]=\"summaryListId + _summaryListRowId + 'Value'\">\n <ng-content select=\"[value]\"></ng-content>\n</dd>\n@if (actionEnabled) {\n <dd class=\"govuk-summary-list__actions\" [id]=\"summaryListId + _summaryListRowId + 'Actions'\">\n <a class=\"govuk-link\" href=\"#\" (click)=\"handleActionClick($event)\">\n <ng-content select=\"[action]\"></ng-content>\n </a>\n </dd>\n}\n", styles: [":host{display:table-row-group}.content-wrapper:empty{display:none}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
74
|
+
}
|
|
75
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukSummaryListRowComponent, decorators: [{
|
|
76
|
+
type: Component,
|
|
77
|
+
args: [{ selector: 'opal-lib-govuk-summary-list-row, [opal-lib-govuk-summary-list-row]', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<dt class=\"govuk-summary-list__key\" [id]=\"summaryListId + _summaryListRowId + 'Key'\">\n <ng-content select=\"[name]\"></ng-content>\n</dt>\n\n<dd class=\"govuk-summary-list__value\" [id]=\"summaryListId + _summaryListRowId + 'Value'\">\n <ng-content select=\"[value]\"></ng-content>\n</dd>\n@if (actionEnabled) {\n <dd class=\"govuk-summary-list__actions\" [id]=\"summaryListId + _summaryListRowId + 'Actions'\">\n <a class=\"govuk-link\" href=\"#\" (click)=\"handleActionClick($event)\">\n <ng-content select=\"[action]\"></ng-content>\n </a>\n </dd>\n}\n", styles: [":host{display:table-row-group}.content-wrapper:empty{display:none}\n"] }]
|
|
78
|
+
}], propDecorators: { actionClick: [{
|
|
79
|
+
type: Output
|
|
80
|
+
}], actionEnabled: [{
|
|
81
|
+
type: Input
|
|
82
|
+
}], summaryListId: [{
|
|
83
|
+
type: Input,
|
|
84
|
+
args: [{ required: true }]
|
|
85
|
+
}], summaryListRowId: [{
|
|
86
|
+
type: Input,
|
|
87
|
+
args: [{ required: true }]
|
|
88
|
+
}], class: [{
|
|
89
|
+
type: HostBinding,
|
|
90
|
+
args: ['class']
|
|
91
|
+
}], id: [{
|
|
92
|
+
type: HostBinding,
|
|
93
|
+
args: ['id']
|
|
94
|
+
}] } });
|
|
95
|
+
|
|
96
|
+
class GovukSummaryListComponent {
|
|
97
|
+
summaryListId;
|
|
98
|
+
classes;
|
|
99
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukSummaryListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
100
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukSummaryListComponent, isStandalone: true, selector: "opal-lib-govuk-summary-list", inputs: { summaryListId: "summaryListId", classes: "classes" }, ngImport: i0, template: "<dl class=\"govuk-summary-list {{ classes }}\" [id]=\"summaryListId\">\n <ng-content></ng-content>\n</dl>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
101
|
+
}
|
|
102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukSummaryListComponent, decorators: [{
|
|
103
|
+
type: Component,
|
|
104
|
+
args: [{ selector: 'opal-lib-govuk-summary-list', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<dl class=\"govuk-summary-list {{ classes }}\" [id]=\"summaryListId\">\n <ng-content></ng-content>\n</dl>\n" }]
|
|
105
|
+
}], propDecorators: { summaryListId: [{
|
|
106
|
+
type: Input,
|
|
107
|
+
args: [{ required: true }]
|
|
108
|
+
}], classes: [{
|
|
109
|
+
type: Input,
|
|
110
|
+
args: [{ required: false }]
|
|
111
|
+
}] } });
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Generated bundle index. Do not edit.
|
|
115
|
+
*/
|
|
116
|
+
|
|
117
|
+
export { GovukSummaryListComponent, GovukSummaryListRowActionItemComponent, GovukSummaryListRowActionsComponent, GovukSummaryListRowComponent };
|
|
118
|
+
//# sourceMappingURL=hmcts-opal-frontend-common-components-govuk-govuk-summary-list.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hmcts-opal-frontend-common-components-govuk-govuk-summary-list.mjs","sources":["../../../projects/opal-frontend-common/components/govuk/govuk-summary-list/govuk-summary-list-row/govuk-summary-list-row-actions/govuk-summary-list-row-action-item/govuk-summary-list-row-action-item.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-summary-list/govuk-summary-list-row/govuk-summary-list-row-actions/govuk-summary-list-row-action-item/govuk-summary-list-row-action-item.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-summary-list/govuk-summary-list-row/govuk-summary-list-row-actions/govuk-summary-list-row-actions.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-summary-list/govuk-summary-list-row/govuk-summary-list-row-actions/govuk-summary-list-row-actions.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-summary-list/govuk-summary-list-row/govuk-summary-list-row.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-summary-list/govuk-summary-list-row/govuk-summary-list-row.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-summary-list/govuk-summary-list.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-summary-list/govuk-summary-list.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-summary-list/hmcts-opal-frontend-common-components-govuk-govuk-summary-list.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\n\n@Component({\n selector: 'opal-lib-govuk-summary-list-row-action-item, [opal-lib-govuk-summary-list-row-action-item]',\n imports: [],\n templateUrl: './govuk-summary-list-row-action-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukSummaryListRowActionItemComponent {\n @Input({ required: true }) actionName!: string;\n @Input({ required: true }) actionId!: string;\n @Output() public linkClick = new EventEmitter<string>();\n\n @HostBinding('class') hostClass = 'govuk-summary-list__actions-list-item govuk-link-colour';\n\n /**\n * Handles the click event for the action button.\n * @param event - The click event.\n */\n public handleActionClick(event: Event, linkClicked: string): void {\n event.preventDefault();\n this.linkClick.emit(linkClicked);\n }\n}\n","<a\n href=\"#\"\n class=\"govuk-link govuk-link--no-visited-state\"\n [id]=\"actionId\"\n (click)=\"handleActionClick($event, actionId)\"\n (keyup.enter)=\"handleActionClick($event, actionId)\"\n tabindex=\"0\"\n>\n <strong>{{ actionName }}</strong\n ><span class=\"govuk-visually-hidden\">{{ actionName }}</span></a\n>\n","import { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'opal-lib-govuk-summary-list-row-actions',\n imports: [],\n templateUrl: './govuk-summary-list-row-actions.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukSummaryListRowActionsComponent {}\n","<ul class=\"govuk-summary-list__actions-list govuk-body\">\n <ng-content></ng-content>\n</ul>\n","import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n HostBinding,\n Input,\n OnInit,\n Output,\n inject,\n} from '@angular/core';\nimport { UtilsService } from '@hmcts/opal-frontend-common/services';\n\n@Component({\n selector: 'opal-lib-govuk-summary-list-row, [opal-lib-govuk-summary-list-row]',\n imports: [],\n templateUrl: './govuk-summary-list-row.component.html',\n styleUrl: './govuk-summary-list-row.component.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukSummaryListRowComponent implements OnInit {\n private readonly utilService = inject(UtilsService);\n public _summaryListRowId!: string;\n\n @Output() public actionClick = new EventEmitter<boolean>();\n @Input() public actionEnabled = false;\n\n @Input({ required: true }) summaryListId!: string;\n @Input({ required: true }) set summaryListRowId(summaryListRowId: string) {\n this._summaryListRowId = this.utilService.upperCaseFirstLetter(summaryListRowId);\n }\n\n // We need to set the class and id on the host div element\n // A div needs to be passed, otherwise we will get https://dequeuniversity.com/rules/axe/4.8/definition-list?application=RuleDescription\n // As it doesn't like nested divs\n @HostBinding('class') class!: string;\n @HostBinding('id') id!: string;\n\n /**\n * Handles the click event for the action button.\n * @param event - The click event.\n */\n public handleActionClick(event: Event): void {\n event.preventDefault();\n this.actionClick.emit(true);\n }\n\n ngOnInit() {\n this.id = this.summaryListId + this._summaryListRowId;\n this.class = 'govuk-summary-list__row';\n }\n}\n","<dt class=\"govuk-summary-list__key\" [id]=\"summaryListId + _summaryListRowId + 'Key'\">\n <ng-content select=\"[name]\"></ng-content>\n</dt>\n\n<dd class=\"govuk-summary-list__value\" [id]=\"summaryListId + _summaryListRowId + 'Value'\">\n <ng-content select=\"[value]\"></ng-content>\n</dd>\n@if (actionEnabled) {\n <dd class=\"govuk-summary-list__actions\" [id]=\"summaryListId + _summaryListRowId + 'Actions'\">\n <a class=\"govuk-link\" href=\"#\" (click)=\"handleActionClick($event)\">\n <ng-content select=\"[action]\"></ng-content>\n </a>\n </dd>\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'opal-lib-govuk-summary-list',\n imports: [],\n templateUrl: './govuk-summary-list.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukSummaryListComponent {\n @Input({ required: true }) summaryListId!: string;\n @Input({ required: false }) classes!: string;\n}\n","<dl class=\"govuk-summary-list {{ classes }}\" [id]=\"summaryListId\">\n <ng-content></ng-content>\n</dl>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { HostBinding, Input, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class GovukTableBodyRowDataComponent {
|
|
5
|
+
id;
|
|
6
|
+
hostClass = 'govuk-table__cell';
|
|
7
|
+
get hostId() {
|
|
8
|
+
return this.id;
|
|
9
|
+
}
|
|
10
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTableBodyRowDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukTableBodyRowDataComponent, isStandalone: true, selector: "opal-lib-govuk-table-body-row-data, [opal-lib-govuk-table-body-row-data]", inputs: { id: "id" }, host: { properties: { "class": "this.hostClass", "id": "this.hostId" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12
|
+
}
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTableBodyRowDataComponent, decorators: [{
|
|
14
|
+
type: Component,
|
|
15
|
+
args: [{ selector: 'opal-lib-govuk-table-body-row-data, [opal-lib-govuk-table-body-row-data]', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
|
|
16
|
+
}], propDecorators: { id: [{
|
|
17
|
+
type: Input,
|
|
18
|
+
args: [{ required: true }]
|
|
19
|
+
}], hostClass: [{
|
|
20
|
+
type: HostBinding,
|
|
21
|
+
args: ['class']
|
|
22
|
+
}], hostId: [{
|
|
23
|
+
type: HostBinding,
|
|
24
|
+
args: ['id']
|
|
25
|
+
}] } });
|
|
26
|
+
|
|
27
|
+
class GovukTableBodyRowComponent {
|
|
28
|
+
bodyRowClasses = '';
|
|
29
|
+
get hostClass() {
|
|
30
|
+
return `govuk-table__row ${this.bodyRowClasses}`;
|
|
31
|
+
}
|
|
32
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTableBodyRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
33
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukTableBodyRowComponent, isStandalone: true, selector: "opal-lib-govuk-table-body-row, [opal-lib-govuk-table-body-row]", inputs: { bodyRowClasses: "bodyRowClasses" }, host: { properties: { "class": "this.hostClass" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
34
|
+
}
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTableBodyRowComponent, decorators: [{
|
|
36
|
+
type: Component,
|
|
37
|
+
args: [{ selector: 'opal-lib-govuk-table-body-row, [opal-lib-govuk-table-body-row]', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
|
|
38
|
+
}], propDecorators: { bodyRowClasses: [{
|
|
39
|
+
type: Input,
|
|
40
|
+
args: [{ required: false }]
|
|
41
|
+
}], hostClass: [{
|
|
42
|
+
type: HostBinding,
|
|
43
|
+
args: ['class']
|
|
44
|
+
}] } });
|
|
45
|
+
|
|
46
|
+
class GovukTableHeadingComponent {
|
|
47
|
+
hostClass = `govuk-table__header`;
|
|
48
|
+
get hostScope() {
|
|
49
|
+
return 'col';
|
|
50
|
+
}
|
|
51
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTableHeadingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
52
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukTableHeadingComponent, isStandalone: true, selector: "opal-lib-govuk-table-heading, [opal-lib-govuk-table-heading]", host: { properties: { "class": "this.hostClass", "scope": "this.hostScope" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
53
|
+
}
|
|
54
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTableHeadingComponent, decorators: [{
|
|
55
|
+
type: Component,
|
|
56
|
+
args: [{ selector: 'opal-lib-govuk-table-heading, [opal-lib-govuk-table-heading]', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
|
|
57
|
+
}], propDecorators: { hostClass: [{
|
|
58
|
+
type: HostBinding,
|
|
59
|
+
args: ['class']
|
|
60
|
+
}], hostScope: [{
|
|
61
|
+
type: HostBinding,
|
|
62
|
+
args: ['scope']
|
|
63
|
+
}] } });
|
|
64
|
+
|
|
65
|
+
class GovukTableComponent {
|
|
66
|
+
tableClasses;
|
|
67
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
68
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukTableComponent, isStandalone: true, selector: "opal-lib-govuk-table", inputs: { tableClasses: "tableClasses" }, ngImport: i0, template: "<table class=\"govuk-table {{ tableClasses }}\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <ng-content select=\"[head]\"></ng-content>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <ng-content select=\"[body]\"></ng-content>\n <ng-content select=\"[results]\"></ng-content>\n </tbody>\n</table>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
69
|
+
}
|
|
70
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTableComponent, decorators: [{
|
|
71
|
+
type: Component,
|
|
72
|
+
args: [{ selector: 'opal-lib-govuk-table', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<table class=\"govuk-table {{ tableClasses }}\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <ng-content select=\"[head]\"></ng-content>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <ng-content select=\"[body]\"></ng-content>\n <ng-content select=\"[results]\"></ng-content>\n </tbody>\n</table>\n" }]
|
|
73
|
+
}], propDecorators: { tableClasses: [{
|
|
74
|
+
type: Input,
|
|
75
|
+
args: [{ required: false }]
|
|
76
|
+
}] } });
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Generated bundle index. Do not edit.
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
export { GovukTableBodyRowComponent, GovukTableBodyRowDataComponent, GovukTableComponent, GovukTableHeadingComponent };
|
|
83
|
+
//# sourceMappingURL=hmcts-opal-frontend-common-components-govuk-govuk-table.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hmcts-opal-frontend-common-components-govuk-govuk-table.mjs","sources":["../../../projects/opal-frontend-common/components/govuk/govuk-table/govuk-table-body-row/govuk-table-body-row-data/govuk-table-body-row-data.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-table/govuk-table-body-row/govuk-table-body-row-data/govuk-table-body-row-data.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-table/govuk-table-body-row/govuk-table-body-row.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-table/govuk-table-body-row/govuk-table-body-row.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-table/govuk-table-heading/govuk-table-heading.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-table/govuk-table-heading/govuk-table-heading.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-table/govuk-table.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-table/govuk-table.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-table/hmcts-opal-frontend-common-components-govuk-govuk-table.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\n\n@Component({\n selector: 'opal-lib-govuk-table-body-row-data, [opal-lib-govuk-table-body-row-data]',\n imports: [],\n templateUrl: './govuk-table-body-row-data.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukTableBodyRowDataComponent {\n @Input({ required: true }) id!: string;\n\n @HostBinding('class') hostClass = 'govuk-table__cell';\n @HostBinding('id') get hostId() {\n return this.id;\n }\n}\n","<ng-content></ng-content>\n","import { ChangeDetectionStrategy, Component, HostBinding, Input } from '@angular/core';\n\n@Component({\n selector: 'opal-lib-govuk-table-body-row, [opal-lib-govuk-table-body-row]',\n imports: [],\n templateUrl: './govuk-table-body-row.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukTableBodyRowComponent {\n @Input({ required: false }) public bodyRowClasses: string = '';\n @HostBinding('class') get hostClass() {\n return `govuk-table__row ${this.bodyRowClasses}`;\n }\n}\n","<ng-content></ng-content>\n","import { ChangeDetectionStrategy, Component, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'opal-lib-govuk-table-heading, [opal-lib-govuk-table-heading]',\n imports: [],\n templateUrl: './govuk-table-heading.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukTableHeadingComponent {\n @HostBinding('class') hostClass = `govuk-table__header`;\n @HostBinding('scope') get hostScope() {\n return 'col';\n }\n}\n","<ng-content></ng-content>\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'opal-lib-govuk-table',\n imports: [],\n templateUrl: './govuk-table.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukTableComponent {\n @Input({ required: false }) public tableClasses!: string;\n}\n","<table class=\"govuk-table {{ tableClasses }}\">\n <thead class=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <ng-content select=\"[head]\"></ng-content>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <ng-content select=\"[body]\"></ng-content>\n <ng-content select=\"[results]\"></ng-content>\n </tbody>\n</table>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { inject, Input, ChangeDetectionStrategy, Component, PLATFORM_ID } from '@angular/core';
|
|
3
|
+
import { UtilsService } from '@hmcts/opal-frontend-common/services';
|
|
4
|
+
import { isPlatformBrowser } from '@angular/common';
|
|
5
|
+
|
|
6
|
+
class GovukTabListItemComponent {
|
|
7
|
+
utilService = inject(UtilsService);
|
|
8
|
+
_tabsListItemId;
|
|
9
|
+
tabsId;
|
|
10
|
+
set tabsListItemId(tabsListItemId) {
|
|
11
|
+
this._tabsListItemId = this.utilService.upperCaseFirstLetter(tabsListItemId);
|
|
12
|
+
}
|
|
13
|
+
tabListItemHref;
|
|
14
|
+
tabListItemName;
|
|
15
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTabListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukTabListItemComponent, isStandalone: true, selector: "opal-lib-govuk-tab-list-item", inputs: { tabsId: "tabsId", tabsListItemId: "tabsListItemId", tabListItemHref: "tabListItemHref", tabListItemName: "tabListItemName" }, ngImport: i0, template: "<li class=\"govuk-tabs__list-item\" [id]=\"tabsId + _tabsListItemId\">\n <a class=\"govuk-tabs__tab\" [href]=\"tabListItemHref\"> {{ tabListItemName }} </a>\n</li>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
17
|
+
}
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTabListItemComponent, decorators: [{
|
|
19
|
+
type: Component,
|
|
20
|
+
args: [{ selector: 'opal-lib-govuk-tab-list-item', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<li class=\"govuk-tabs__list-item\" [id]=\"tabsId + _tabsListItemId\">\n <a class=\"govuk-tabs__tab\" [href]=\"tabListItemHref\"> {{ tabListItemName }} </a>\n</li>\n" }]
|
|
21
|
+
}], propDecorators: { tabsId: [{
|
|
22
|
+
type: Input,
|
|
23
|
+
args: [{ required: true }]
|
|
24
|
+
}], tabsListItemId: [{
|
|
25
|
+
type: Input,
|
|
26
|
+
args: [{ required: true }]
|
|
27
|
+
}], tabListItemHref: [{
|
|
28
|
+
type: Input,
|
|
29
|
+
args: [{ required: true }]
|
|
30
|
+
}], tabListItemName: [{
|
|
31
|
+
type: Input,
|
|
32
|
+
args: [{ required: true }]
|
|
33
|
+
}] } });
|
|
34
|
+
|
|
35
|
+
class GovukTabPanelComponent {
|
|
36
|
+
utilService = inject(UtilsService);
|
|
37
|
+
_tabsPanelId;
|
|
38
|
+
tabsId;
|
|
39
|
+
set tabsPanelId(tabsPanelId) {
|
|
40
|
+
this._tabsPanelId = this.utilService.upperCaseFirstLetter(tabsPanelId);
|
|
41
|
+
}
|
|
42
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTabPanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
43
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukTabPanelComponent, isStandalone: true, selector: "opal-lib-govuk-tab-panel", inputs: { tabsId: "tabsId", tabsPanelId: "tabsPanelId" }, ngImport: i0, template: "<div class=\"govuk-tabs__panel\" [id]=\"tabsId + _tabsPanelId\">\n <ng-content></ng-content>\n</div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
44
|
+
}
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTabPanelComponent, decorators: [{
|
|
46
|
+
type: Component,
|
|
47
|
+
args: [{ selector: 'opal-lib-govuk-tab-panel', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"govuk-tabs__panel\" [id]=\"tabsId + _tabsPanelId\">\n <ng-content></ng-content>\n</div>\n" }]
|
|
48
|
+
}], propDecorators: { tabsId: [{
|
|
49
|
+
type: Input,
|
|
50
|
+
args: [{ required: true }]
|
|
51
|
+
}], tabsPanelId: [{
|
|
52
|
+
type: Input,
|
|
53
|
+
args: [{ required: true }]
|
|
54
|
+
}] } });
|
|
55
|
+
|
|
56
|
+
class GovukTabsComponent {
|
|
57
|
+
platformId = inject(PLATFORM_ID);
|
|
58
|
+
tabsId;
|
|
59
|
+
/**
|
|
60
|
+
* Lifecycle hook that is called after Angular has fully initialized the component's view.
|
|
61
|
+
* It is called only once after the first ngAfterContentChecked.
|
|
62
|
+
* We use it to initialize the govuk-frontend component.
|
|
63
|
+
*/
|
|
64
|
+
ngAfterViewInit() {
|
|
65
|
+
if (isPlatformBrowser(this.platformId)) {
|
|
66
|
+
import('govuk-frontend').then((govuk) => {
|
|
67
|
+
govuk.initAll();
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
72
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukTabsComponent, isStandalone: true, selector: "opal-lib-govuk-tabs", inputs: { tabsId: "tabsId" }, ngImport: i0, template: "<div class=\"govuk-tabs\" data-module=\"govuk-tabs\" [id]=\"tabsId\">\n <h2 class=\"govuk-tabs__title\">Contents</h2>\n <ul class=\"govuk-tabs__list\">\n <ng-content select=\"[items]\"></ng-content>\n </ul>\n <ng-content select=\"[panels]\"></ng-content>\n</div>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
73
|
+
}
|
|
74
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTabsComponent, decorators: [{
|
|
75
|
+
type: Component,
|
|
76
|
+
args: [{ selector: 'opal-lib-govuk-tabs', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"govuk-tabs\" data-module=\"govuk-tabs\" [id]=\"tabsId\">\n <h2 class=\"govuk-tabs__title\">Contents</h2>\n <ul class=\"govuk-tabs__list\">\n <ng-content select=\"[items]\"></ng-content>\n </ul>\n <ng-content select=\"[panels]\"></ng-content>\n</div>\n" }]
|
|
77
|
+
}], propDecorators: { tabsId: [{
|
|
78
|
+
type: Input,
|
|
79
|
+
args: [{ required: true }]
|
|
80
|
+
}] } });
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Generated bundle index. Do not edit.
|
|
84
|
+
*/
|
|
85
|
+
|
|
86
|
+
export { GovukTabListItemComponent, GovukTabPanelComponent, GovukTabsComponent };
|
|
87
|
+
//# sourceMappingURL=hmcts-opal-frontend-common-components-govuk-govuk-tabs.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hmcts-opal-frontend-common-components-govuk-govuk-tabs.mjs","sources":["../../../projects/opal-frontend-common/components/govuk/govuk-tabs/govuk-tab-list-item/govuk-tab-list-item.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-tabs/govuk-tab-list-item/govuk-tab-list-item.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-tabs/govuk-tab-panel/govuk-tab-panel.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-tabs/govuk-tab-panel/govuk-tab-panel.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-tabs/govuk-tabs.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-tabs/govuk-tabs.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-tabs/hmcts-opal-frontend-common-components-govuk-govuk-tabs.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input, inject } from '@angular/core';\nimport { UtilsService } from '@hmcts/opal-frontend-common/services';\n\n@Component({\n selector: 'opal-lib-govuk-tab-list-item',\n imports: [],\n templateUrl: './govuk-tab-list-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukTabListItemComponent {\n private readonly utilService = inject(UtilsService);\n public _tabsListItemId!: string;\n\n @Input({ required: true }) public tabsId!: string;\n @Input({ required: true }) set tabsListItemId(tabsListItemId: string) {\n this._tabsListItemId = this.utilService.upperCaseFirstLetter(tabsListItemId);\n }\n\n @Input({ required: true }) public tabListItemHref!: string;\n @Input({ required: true }) public tabListItemName!: string;\n}\n","<li class=\"govuk-tabs__list-item\" [id]=\"tabsId + _tabsListItemId\">\n <a class=\"govuk-tabs__tab\" [href]=\"tabListItemHref\"> {{ tabListItemName }} </a>\n</li>\n","import { ChangeDetectionStrategy, Component, Input, inject } from '@angular/core';\nimport { UtilsService } from '@hmcts/opal-frontend-common/services';\n\n@Component({\n selector: 'opal-lib-govuk-tab-panel',\n imports: [],\n templateUrl: './govuk-tab-panel.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukTabPanelComponent {\n private readonly utilService = inject(UtilsService);\n public _tabsPanelId!: string;\n\n @Input({ required: true }) public tabsId!: string;\n @Input({ required: true }) set tabsPanelId(tabsPanelId: string) {\n this._tabsPanelId = this.utilService.upperCaseFirstLetter(tabsPanelId);\n }\n}\n","<div class=\"govuk-tabs__panel\" [id]=\"tabsId + _tabsPanelId\">\n <ng-content></ng-content>\n</div>\n","import { isPlatformBrowser } from '@angular/common';\nimport { AfterViewInit, ChangeDetectionStrategy, Component, Input, PLATFORM_ID, inject } from '@angular/core';\n\n@Component({\n selector: 'opal-lib-govuk-tabs',\n imports: [],\n templateUrl: './govuk-tabs.component.html',\n\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukTabsComponent implements AfterViewInit {\n private readonly platformId = inject(PLATFORM_ID);\n\n @Input({ required: true }) public tabsId!: string;\n /**\n * Lifecycle hook that is called after Angular has fully initialized the component's view.\n * It is called only once after the first ngAfterContentChecked.\n * We use it to initialize the govuk-frontend component.\n */\n ngAfterViewInit() {\n if (isPlatformBrowser(this.platformId)) {\n import('govuk-frontend').then((govuk) => {\n govuk.initAll();\n });\n }\n }\n}\n","<div class=\"govuk-tabs\" data-module=\"govuk-tabs\" [id]=\"tabsId\">\n <h2 class=\"govuk-tabs__title\">Contents</h2>\n <ul class=\"govuk-tabs__list\">\n <ng-content select=\"[items]\"></ng-content>\n </ul>\n <ng-content select=\"[panels]\"></ng-content>\n</div>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Input, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class GovukTagComponent {
|
|
5
|
+
tagId;
|
|
6
|
+
tagClasses;
|
|
7
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukTagComponent, isStandalone: true, selector: "opal-lib-govuk-tag", inputs: { tagId: "tagId", tagClasses: "tagClasses" }, ngImport: i0, template: "<strong class=\"govuk-tag {{ tagClasses }}\" [id]=\"tagId\"> <ng-content></ng-content> </strong>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
9
|
+
}
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTagComponent, decorators: [{
|
|
11
|
+
type: Component,
|
|
12
|
+
args: [{ selector: 'opal-lib-govuk-tag', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<strong class=\"govuk-tag {{ tagClasses }}\" [id]=\"tagId\"> <ng-content></ng-content> </strong>\n" }]
|
|
13
|
+
}], propDecorators: { tagId: [{
|
|
14
|
+
type: Input,
|
|
15
|
+
args: [{ required: true }]
|
|
16
|
+
}], tagClasses: [{
|
|
17
|
+
type: Input,
|
|
18
|
+
args: [{ required: false }]
|
|
19
|
+
}] } });
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Generated bundle index. Do not edit.
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
export { GovukTagComponent };
|
|
26
|
+
//# sourceMappingURL=hmcts-opal-frontend-common-components-govuk-govuk-tag.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hmcts-opal-frontend-common-components-govuk-govuk-tag.mjs","sources":["../../../projects/opal-frontend-common/components/govuk/govuk-tag/govuk-tag.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-tag/govuk-tag.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-tag/hmcts-opal-frontend-common-components-govuk-govuk-tag.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'opal-lib-govuk-tag',\n imports: [],\n templateUrl: './govuk-tag.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukTagComponent {\n @Input({ required: true }) tagId!: string;\n @Input({ required: false }) tagClasses!: string;\n}\n","<strong class=\"govuk-tag {{ tagClasses }}\" [id]=\"tagId\"> <ng-content></ng-content> </strong>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAQa,iBAAiB,CAAA;AACD,IAAA,KAAK;AACJ,IAAA,UAAU;uGAF3B,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAjB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,oICR9B,oGACA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA;;2FDOa,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAN7B,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,oBAAoB,EACrB,OAAA,EAAA,EAAE,EAEM,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,oGAAA,EAAA;8BAGpB,KAAK,EAAA,CAAA;sBAA/B,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBACG,UAAU,EAAA,CAAA;sBAArC,KAAK;uBAAC,EAAE,QAAQ,EAAE,KAAK,EAAE;;;AEV5B;;AAEG;;;;"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Input, ChangeDetectionStrategy, Component } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class GovukTaskListItemComponent {
|
|
5
|
+
taskListItemId;
|
|
6
|
+
taskListStatusId;
|
|
7
|
+
taskListItemClasses;
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTaskListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
9
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukTaskListItemComponent, isStandalone: true, selector: "opal-lib-govuk-task-list-item", inputs: { taskListItemId: "taskListItemId", taskListStatusId: "taskListStatusId", taskListItemClasses: "taskListItemClasses" }, ngImport: i0, template: "<li class=\"govuk-task-list__item {{ taskListItemClasses }}\" [id]=\"taskListItemId\" role=\"listitem\">\n <div class=\"govuk-task-list__name-and-hint\">\n <ng-content select=\"[name]\"></ng-content>\n </div>\n <div class=\"govuk-task-list__status\" [id]=\"taskListStatusId\">\n <ng-content select=\"[status]\"></ng-content>\n </div>\n</li>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
10
|
+
}
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTaskListItemComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'opal-lib-govuk-task-list-item', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<li class=\"govuk-task-list__item {{ taskListItemClasses }}\" [id]=\"taskListItemId\" role=\"listitem\">\n <div class=\"govuk-task-list__name-and-hint\">\n <ng-content select=\"[name]\"></ng-content>\n </div>\n <div class=\"govuk-task-list__status\" [id]=\"taskListStatusId\">\n <ng-content select=\"[status]\"></ng-content>\n </div>\n</li>\n" }]
|
|
14
|
+
}], propDecorators: { taskListItemId: [{
|
|
15
|
+
type: Input,
|
|
16
|
+
args: [{ required: true }]
|
|
17
|
+
}], taskListStatusId: [{
|
|
18
|
+
type: Input,
|
|
19
|
+
args: [{ required: true }]
|
|
20
|
+
}], taskListItemClasses: [{
|
|
21
|
+
type: Input,
|
|
22
|
+
args: [{ required: false }]
|
|
23
|
+
}] } });
|
|
24
|
+
|
|
25
|
+
class GovukTaskListComponent {
|
|
26
|
+
taskListId;
|
|
27
|
+
taskListClasses;
|
|
28
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTaskListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.5", type: GovukTaskListComponent, isStandalone: true, selector: "opal-lib-govuk-task-list", inputs: { taskListId: "taskListId", taskListClasses: "taskListClasses" }, ngImport: i0, template: "<ul class=\"govuk-task-list {{ taskListClasses }}\" [id]=\"taskListId\" role=\"list\">\n <ng-content></ng-content>\n</ul>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
30
|
+
}
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTaskListComponent, decorators: [{
|
|
32
|
+
type: Component,
|
|
33
|
+
args: [{ selector: 'opal-lib-govuk-task-list', imports: [], changeDetection: ChangeDetectionStrategy.OnPush, template: "<ul class=\"govuk-task-list {{ taskListClasses }}\" [id]=\"taskListId\" role=\"list\">\n <ng-content></ng-content>\n</ul>\n" }]
|
|
34
|
+
}], propDecorators: { taskListId: [{
|
|
35
|
+
type: Input,
|
|
36
|
+
args: [{ required: true }]
|
|
37
|
+
}], taskListClasses: [{
|
|
38
|
+
type: Input,
|
|
39
|
+
args: [{ required: false }]
|
|
40
|
+
}] } });
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Generated bundle index. Do not edit.
|
|
44
|
+
*/
|
|
45
|
+
|
|
46
|
+
export { GovukTaskListComponent, GovukTaskListItemComponent };
|
|
47
|
+
//# sourceMappingURL=hmcts-opal-frontend-common-components-govuk-govuk-task-list.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hmcts-opal-frontend-common-components-govuk-govuk-task-list.mjs","sources":["../../../projects/opal-frontend-common/components/govuk/govuk-task-list/govuk-task-list-item/govuk-task-list-item.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-task-list/govuk-task-list-item/govuk-task-list-item.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-task-list/govuk-task-list.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-task-list/govuk-task-list.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-task-list/hmcts-opal-frontend-common-components-govuk-govuk-task-list.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'opal-lib-govuk-task-list-item',\n imports: [],\n templateUrl: './govuk-task-list-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukTaskListItemComponent {\n @Input({ required: true }) taskListItemId!: string;\n @Input({ required: true }) taskListStatusId!: string;\n @Input({ required: false }) taskListItemClasses!: string;\n}\n","<li class=\"govuk-task-list__item {{ taskListItemClasses }}\" [id]=\"taskListItemId\" role=\"listitem\">\n <div class=\"govuk-task-list__name-and-hint\">\n <ng-content select=\"[name]\"></ng-content>\n </div>\n <div class=\"govuk-task-list__status\" [id]=\"taskListStatusId\">\n <ng-content select=\"[status]\"></ng-content>\n </div>\n</li>\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'opal-lib-govuk-task-list',\n imports: [],\n templateUrl: './govuk-task-list.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class GovukTaskListComponent {\n @Input({ required: true }) taskListId!: string;\n @Input({ required: false }) taskListClasses!: string;\n}\n","<ul class=\"govuk-task-list {{ taskListClasses }}\" [id]=\"taskListId\" role=\"list\">\n <ng-content></ng-content>\n</ul>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;MAQa,0BAA0B,CAAA;AACV,IAAA,cAAc;AACd,IAAA,gBAAgB;AACf,IAAA,mBAAmB;uGAHpC,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA1B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,yNCRvC,kWAQA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA;;2FDAa,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBANtC,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,+BAA+B,EAChC,OAAA,EAAA,EAAE,EAEM,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,kWAAA,EAAA;8BAGpB,cAAc,EAAA,CAAA;sBAAxC,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBACE,gBAAgB,EAAA,CAAA;sBAA1C,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBACG,mBAAmB,EAAA,CAAA;sBAA9C,KAAK;uBAAC,EAAE,QAAQ,EAAE,KAAK,EAAE;;;MEHf,sBAAsB,CAAA;AACN,IAAA,UAAU;AACT,IAAA,eAAe;uGAFhC,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAtB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,8JCRnC,8HAGA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA;;2FDKa,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBANlC,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,0BAA0B,EAC3B,OAAA,EAAA,EAAE,EAEM,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,8HAAA,EAAA;8BAGpB,UAAU,EAAA,CAAA;sBAApC,KAAK;uBAAC,EAAE,QAAQ,EAAE,IAAI,EAAE;gBACG,eAAe,EAAA,CAAA;sBAA1C,KAAK;uBAAC,EAAE,QAAQ,EAAE,KAAK,EAAE;;;AEV5B;;AAEG;;;;"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { Input, Component } from '@angular/core';
|
|
4
|
+
import * as i1 from '@angular/forms';
|
|
5
|
+
import { ReactiveFormsModule } from '@angular/forms';
|
|
6
|
+
|
|
7
|
+
class GovukTextAreaComponent {
|
|
8
|
+
_control;
|
|
9
|
+
labelText;
|
|
10
|
+
labelClasses;
|
|
11
|
+
inputId;
|
|
12
|
+
inputName;
|
|
13
|
+
inputClasses;
|
|
14
|
+
hintText;
|
|
15
|
+
inputMode = 'text';
|
|
16
|
+
errors = null;
|
|
17
|
+
rows = 5;
|
|
18
|
+
characterCountEnabled = false;
|
|
19
|
+
maxCharacterLimit = 500;
|
|
20
|
+
set control(abstractControl) {
|
|
21
|
+
// Form controls are passed in as abstract controls, we need to re-cast it.
|
|
22
|
+
this._control = abstractControl;
|
|
23
|
+
}
|
|
24
|
+
get getControl() {
|
|
25
|
+
return this._control;
|
|
26
|
+
}
|
|
27
|
+
get remainingCharacterCount() {
|
|
28
|
+
return this.maxCharacterLimit - (this._control.value?.length ?? 0);
|
|
29
|
+
}
|
|
30
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTextAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
31
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.5", type: GovukTextAreaComponent, isStandalone: true, selector: "opal-lib-govuk-text-area", inputs: { labelText: "labelText", labelClasses: "labelClasses", inputId: "inputId", inputName: "inputName", inputClasses: "inputClasses", hintText: "hintText", inputMode: "inputMode", errors: "errors", rows: "rows", characterCountEnabled: "characterCountEnabled", maxCharacterLimit: "maxCharacterLimit", control: "control" }, ngImport: i0, template: "<div class=\"govuk-form-group govuk-character-count\" [class.govuk-form-group--error]=\"!!errors\">\n <h1 class=\"govuk-label-wrapper\">\n <label class=\"govuk-label {{ labelClasses }}\" [for]=\"inputId\">\n {{ labelText }}\n </label>\n </h1>\n @if (hintText) {\n <div id=\"{{ inputId }}-hint\" class=\"govuk-hint\">\n {{ hintText }}\n </div>\n }\n\n @if (errors) {\n <p id=\"{{ this.inputId }}-error-message\" class=\"govuk-error-message\">\n <span class=\"govuk-visually-hidden\">Error: </span> {{ errors }}\n </p>\n }\n\n <textarea\n class=\"govuk-textarea {{ inputClasses }}\"\n [id]=\"inputId\"\n [name]=\"inputName\"\n type=\"text\"\n [rows]=\"rows\"\n [formControl]=\"getControl\"\n [inputMode]=\"inputMode\"\n [maxlength]=\"maxCharacterLimit\"\n ></textarea>\n @if (characterCountEnabled) {\n <div [id]=\"inputId + '-hint'\" class=\"govuk-hint\">\n You have {{ remainingCharacterCount }} character{{ remainingCharacterCount === 1 ? '' : 's' }} remaining\n </div>\n }\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
|
|
32
|
+
}
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImport: i0, type: GovukTextAreaComponent, decorators: [{
|
|
34
|
+
type: Component,
|
|
35
|
+
args: [{ selector: 'opal-lib-govuk-text-area', imports: [CommonModule, ReactiveFormsModule], template: "<div class=\"govuk-form-group govuk-character-count\" [class.govuk-form-group--error]=\"!!errors\">\n <h1 class=\"govuk-label-wrapper\">\n <label class=\"govuk-label {{ labelClasses }}\" [for]=\"inputId\">\n {{ labelText }}\n </label>\n </h1>\n @if (hintText) {\n <div id=\"{{ inputId }}-hint\" class=\"govuk-hint\">\n {{ hintText }}\n </div>\n }\n\n @if (errors) {\n <p id=\"{{ this.inputId }}-error-message\" class=\"govuk-error-message\">\n <span class=\"govuk-visually-hidden\">Error: </span> {{ errors }}\n </p>\n }\n\n <textarea\n class=\"govuk-textarea {{ inputClasses }}\"\n [id]=\"inputId\"\n [name]=\"inputName\"\n type=\"text\"\n [rows]=\"rows\"\n [formControl]=\"getControl\"\n [inputMode]=\"inputMode\"\n [maxlength]=\"maxCharacterLimit\"\n ></textarea>\n @if (characterCountEnabled) {\n <div [id]=\"inputId + '-hint'\" class=\"govuk-hint\">\n You have {{ remainingCharacterCount }} character{{ remainingCharacterCount === 1 ? '' : 's' }} remaining\n </div>\n }\n</div>\n" }]
|
|
36
|
+
}], propDecorators: { labelText: [{
|
|
37
|
+
type: Input,
|
|
38
|
+
args: [{ required: true }]
|
|
39
|
+
}], labelClasses: [{
|
|
40
|
+
type: Input,
|
|
41
|
+
args: [{ required: false }]
|
|
42
|
+
}], inputId: [{
|
|
43
|
+
type: Input,
|
|
44
|
+
args: [{ required: true }]
|
|
45
|
+
}], inputName: [{
|
|
46
|
+
type: Input,
|
|
47
|
+
args: [{ required: true }]
|
|
48
|
+
}], inputClasses: [{
|
|
49
|
+
type: Input,
|
|
50
|
+
args: [{ required: false }]
|
|
51
|
+
}], hintText: [{
|
|
52
|
+
type: Input,
|
|
53
|
+
args: [{ required: false }]
|
|
54
|
+
}], inputMode: [{
|
|
55
|
+
type: Input,
|
|
56
|
+
args: [{ required: false }]
|
|
57
|
+
}], errors: [{
|
|
58
|
+
type: Input,
|
|
59
|
+
args: [{ required: false }]
|
|
60
|
+
}], rows: [{
|
|
61
|
+
type: Input,
|
|
62
|
+
args: [{ required: false }]
|
|
63
|
+
}], characterCountEnabled: [{
|
|
64
|
+
type: Input,
|
|
65
|
+
args: [{ required: false }]
|
|
66
|
+
}], maxCharacterLimit: [{
|
|
67
|
+
type: Input,
|
|
68
|
+
args: [{ required: false }]
|
|
69
|
+
}], control: [{
|
|
70
|
+
type: Input,
|
|
71
|
+
args: [{ required: true }]
|
|
72
|
+
}] } });
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Generated bundle index. Do not edit.
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
export { GovukTextAreaComponent };
|
|
79
|
+
//# sourceMappingURL=hmcts-opal-frontend-common-components-govuk-govuk-text-area.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hmcts-opal-frontend-common-components-govuk-govuk-text-area.mjs","sources":["../../../projects/opal-frontend-common/components/govuk/govuk-text-area/govuk-text-area.component.ts","../../../projects/opal-frontend-common/components/govuk/govuk-text-area/govuk-text-area.component.html","../../../projects/opal-frontend-common/components/govuk/govuk-text-area/hmcts-opal-frontend-common-components-govuk-govuk-text-area.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { Component, Input } from '@angular/core';\nimport { AbstractControl, FormControl, ReactiveFormsModule } from '@angular/forms';\n\n@Component({\n selector: 'opal-lib-govuk-text-area',\n imports: [CommonModule, ReactiveFormsModule],\n templateUrl: './govuk-text-area.component.html',\n styles: ``,\n})\nexport class GovukTextAreaComponent {\n private _control!: FormControl;\n\n @Input({ required: true }) labelText!: string;\n @Input({ required: false }) labelClasses!: string;\n @Input({ required: true }) inputId!: string;\n @Input({ required: true }) inputName!: string;\n @Input({ required: false }) inputClasses!: string;\n @Input({ required: false }) hintText!: string;\n @Input({ required: false }) inputMode: string = 'text';\n @Input({ required: false }) errors: string | null = null;\n @Input({ required: false }) rows: number = 5;\n @Input({ required: false }) characterCountEnabled: boolean = false;\n @Input({ required: false }) maxCharacterLimit: number = 500;\n @Input({ required: true }) set control(abstractControl: AbstractControl | null) {\n // Form controls are passed in as abstract controls, we need to re-cast it.\n this._control = abstractControl as FormControl;\n }\n\n get getControl() {\n return this._control;\n }\n\n get remainingCharacterCount() {\n return this.maxCharacterLimit - (this._control.value?.length ?? 0);\n }\n}\n","<div class=\"govuk-form-group govuk-character-count\" [class.govuk-form-group--error]=\"!!errors\">\n <h1 class=\"govuk-label-wrapper\">\n <label class=\"govuk-label {{ labelClasses }}\" [for]=\"inputId\">\n {{ labelText }}\n </label>\n </h1>\n @if (hintText) {\n <div id=\"{{ inputId }}-hint\" class=\"govuk-hint\">\n {{ hintText }}\n </div>\n }\n\n @if (errors) {\n <p id=\"{{ this.inputId }}-error-message\" class=\"govuk-error-message\">\n <span class=\"govuk-visually-hidden\">Error: </span> {{ errors }}\n </p>\n }\n\n <textarea\n class=\"govuk-textarea {{ inputClasses }}\"\n [id]=\"inputId\"\n [name]=\"inputName\"\n type=\"text\"\n [rows]=\"rows\"\n [formControl]=\"getControl\"\n [inputMode]=\"inputMode\"\n [maxlength]=\"maxCharacterLimit\"\n ></textarea>\n @if (characterCountEnabled) {\n <div [id]=\"inputId + '-hint'\" class=\"govuk-hint\">\n You have {{ remainingCharacterCount }} character{{ remainingCharacterCount === 1 ? '' : 's' }} remaining\n </div>\n }\n</div>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|