@hmcts/opal-frontend-common 0.0.17 → 0.0.18
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/index.d.ts +118 -5
- package/components/abstract/abstract-form-alias-base/interfaces/index.d.ts +7 -5
- package/components/abstract/abstract-form-array-base/index.d.ts +159 -5
- package/components/abstract/abstract-form-array-base/interfaces/index.d.ts +7 -5
- package/components/abstract/abstract-form-array-parent-base/index.d.ts +16 -5
- package/components/abstract/abstract-form-array-removal-base/index.d.ts +52 -5
- package/components/abstract/abstract-form-array-removal-base/interfaces/index.d.ts +7 -5
- package/components/abstract/abstract-form-base/index.d.ts +253 -5
- package/components/abstract/abstract-form-base/interfaces/index.d.ts +34 -5
- package/components/abstract/abstract-form-parent-base/index.d.ts +36 -5
- package/components/abstract/abstract-sortable-table/index.d.ts +82 -5
- package/components/abstract/abstract-sortable-table/interfaces/index.d.ts +10 -5
- package/components/abstract/abstract-sortable-table/types/index.d.ts +5 -5
- package/components/abstract/abstract-sortable-table-pagination/index.d.ts +36 -5
- package/components/abstract/abstract-tab-data/index.d.ts +86 -5
- package/components/abstract/interfaces/index.d.ts +27 -5
- package/components/alphagov/alphagov-accessible-autocomplete/index.d.ts +66 -5
- package/components/alphagov/alphagov-accessible-autocomplete/interfaces/index.d.ts +6 -5
- package/components/govuk/govuk-accordion/index.d.ts +16 -5
- package/components/govuk/govuk-back-link/index.d.ts +17 -5
- package/components/govuk/govuk-button/index.d.ts +17 -5
- package/components/govuk/govuk-cancel-link/index.d.ts +15 -5
- package/components/govuk/govuk-checkboxes/index.d.ts +44 -5
- package/components/govuk/govuk-checkboxes/interfaces/index.d.ts +18 -5
- package/components/govuk/govuk-date-input/index.d.ts +32 -5
- package/components/govuk/govuk-date-input/interfaces/index.d.ts +13 -5
- package/components/govuk/govuk-details/index.d.ts +9 -5
- package/components/govuk/govuk-error-summary/index.d.ts +19 -5
- package/components/govuk/govuk-footer/index.d.ts +15 -5
- package/components/govuk/govuk-footer/interfaces/index.d.ts +7 -5
- package/components/govuk/govuk-header/index.d.ts +26 -5
- package/components/govuk/govuk-header/interfaces/index.d.ts +6 -5
- package/components/govuk/govuk-heading-with-caption/index.d.ts +12 -5
- package/components/govuk/govuk-inset-text/index.d.ts +9 -5
- package/components/govuk/govuk-notification-banner/index.d.ts +14 -5
- package/components/govuk/govuk-pagination/index.d.ts +47 -5
- package/components/govuk/govuk-panel/index.d.ts +10 -5
- package/components/govuk/govuk-radio/index.d.ts +47 -5
- package/components/govuk/govuk-radio/interfaces/index.d.ts +23 -5
- package/components/govuk/govuk-select/index.d.ts +25 -5
- package/components/govuk/govuk-select/interfaces/index.d.ts +6 -5
- package/components/govuk/govuk-summary-card-list/index.d.ts +31 -5
- package/components/govuk/govuk-summary-list/index.d.ts +49 -5
- package/components/govuk/govuk-table/index.d.ts +31 -5
- package/components/govuk/govuk-tabs/index.d.ts +39 -5
- package/components/govuk/govuk-tag/index.d.ts +10 -5
- package/components/govuk/govuk-task-list/index.d.ts +18 -5
- package/components/govuk/govuk-text-area/index.d.ts +24 -5
- package/components/govuk/govuk-text-input/index.d.ts +20 -5
- package/components/govuk/govuk-text-input-prefix-suffix/index.d.ts +25 -5
- package/components/govuk/helpers/index.d.ts +4 -3
- package/components/moj/moj-alert/index.d.ts +47 -0
- package/components/moj/moj-badge/index.d.ts +10 -5
- package/components/moj/moj-button-menu/index.d.ts +21 -5
- package/components/moj/moj-date-picker/index.d.ts +43 -5
- package/components/moj/moj-header/index.d.ts +26 -5
- package/components/moj/moj-header/interfaces/index.d.ts +6 -5
- package/components/moj/moj-notification-badge/index.d.ts +9 -5
- package/components/moj/moj-page-header/index.d.ts +9 -5
- package/components/moj/moj-pagination/index.d.ts +165 -5
- package/components/moj/moj-primary-navigation/index.d.ts +50 -5
- package/components/moj/moj-sortable-table/index.d.ts +55 -5
- package/components/moj/moj-sub-navigation/index.d.ts +43 -5
- package/components/moj/moj-ticket-panel/index.d.ts +11 -5
- package/components/moj/moj-timeline/index.d.ts +13 -5
- package/constants/index.d.ts +8 -5
- package/directives/capitalisation/index.d.ts +17 -5
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-alert.mjs +211 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-alert.mjs.map +1 -0
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-sub-navigation.mjs +2 -2
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-sub-navigation.mjs.map +1 -1
- package/guards/auth/index.d.ts +7 -5
- package/guards/can-deactivate/index.d.ts +10 -5
- package/guards/can-deactivate/interfaces/index.d.ts +7 -5
- package/guards/can-deactivate/types/index.d.ts +6 -5
- package/guards/has-flow-state/index.d.ts +5 -5
- package/guards/helpers/index.d.ts +30 -3
- package/guards/route-permissions/index.d.ts +5 -5
- package/guards/signed-in/index.d.ts +9 -3
- package/guards/types/index.d.ts +5 -5
- package/index.d.ts +2 -5
- package/interceptors/http-error/index.d.ts +5 -5
- package/package.json +6 -6
- package/pages/index.d.ts +5 -5
- package/pages/routing/constants/index.d.ts +7 -5
- package/pages/routing/interfaces/index.d.ts +28 -5
- package/pipes/date-format/index.d.ts +13 -5
- package/pipes/days-ago/index.d.ts +10 -5
- package/resolvers/title/index.d.ts +13 -5
- package/resolvers/user-state/index.d.ts +8 -3
- package/services/app-initializer-service/index.d.ts +28 -5
- package/services/app-insights-service/index.d.ts +17 -5
- package/services/auth-service/constants/index.d.ts +5 -5
- package/services/auth-service/index.d.ts +12 -5
- package/services/auth-service/interfaces/index.d.ts +8 -5
- package/services/date-service/index.d.ts +147 -5
- package/services/launch-darkly-service/index.d.ts +44 -5
- package/services/launch-darkly-service/mocks/index.d.ts +17 -5
- package/services/permissions-service/index.d.ts +17 -5
- package/services/session-service/constants/index.d.ts +5 -5
- package/services/session-service/index.d.ts +33 -5
- package/services/session-service/interfaces/index.d.ts +27 -5
- package/services/session-service/mocks/index.d.ts +7 -5
- package/services/sort-service/index.d.ts +67 -5
- package/services/sort-service/interfaces/index.d.ts +15 -5
- package/services/transfer-state-service/index.d.ts +31 -5
- package/services/transfer-state-service/interfaces/index.d.ts +19 -5
- package/services/transfer-state-service/mocks/index.d.ts +17 -5
- package/services/transformation-service/index.d.ts +33 -5
- package/services/transformation-service/interfaces/index.d.ts +8 -5
- package/services/utils-service/index.d.ts +88 -5
- package/stores/global/index.d.ts +42 -5
- package/stores/global/interfaces/index.d.ts +6 -5
- package/stores/global/types/index.d.ts +5 -5
- package/validators/alphabetical-text/index.d.ts +5 -5
- package/validators/amount/index.d.ts +5 -5
- package/validators/date-after-year/index.d.ts +5 -5
- package/validators/date-before/index.d.ts +5 -5
- package/validators/date-of-birth/index.d.ts +5 -5
- package/validators/future-date/index.d.ts +5 -5
- package/validators/invalid-value/index.d.ts +5 -5
- package/validators/national-insurance-number/index.d.ts +5 -5
- package/validators/numerical-only/index.d.ts +5 -5
- package/validators/optional-max-length/index.d.ts +5 -5
- package/validators/optional-valid-date/index.d.ts +5 -5
- package/validators/optional-valid-email-address/index.d.ts +5 -5
- package/validators/optional-valid-telephone/index.d.ts +5 -5
- package/validators/over-eighteen/index.d.ts +15 -3
- package/validators/past-date/index.d.ts +5 -5
- package/validators/special-characters/index.d.ts +5 -5
- package/validators/two-decimal-places/index.d.ts +5 -5
- package/validators/valid-value/index.d.ts +5 -5
- package/components/abstract/abstract-form-alias-base/abstract-form-alias-base.component.d.ts +0 -115
- package/components/abstract/abstract-form-alias-base/interfaces/abstract-form-alias-base-alias-controls.interface.d.ts +0 -4
- package/components/abstract/abstract-form-alias-base/interfaces/public-api.d.ts +0 -1
- package/components/abstract/abstract-form-alias-base/public-api.d.ts +0 -1
- package/components/abstract/abstract-form-array-base/abstract-form-array-base.component.d.ts +0 -156
- package/components/abstract/abstract-form-array-base/interfaces/abstract-form-array-base-form-array-controls.interface.d.ts +0 -4
- package/components/abstract/abstract-form-array-base/interfaces/public-api.d.ts +0 -1
- package/components/abstract/abstract-form-array-base/public-api.d.ts +0 -1
- package/components/abstract/abstract-form-array-parent-base/abstract-form-array-parent-base.component.d.ts +0 -13
- package/components/abstract/abstract-form-array-parent-base/public-api.d.ts +0 -1
- package/components/abstract/abstract-form-array-removal-base/abstract-form-array-removal-base.component.d.ts +0 -44
- package/components/abstract/abstract-form-array-removal-base/interfaces/abstract-form-array-removal-base-control-value.interface.d.ts +0 -5
- package/components/abstract/abstract-form-array-removal-base/interfaces/public-api.d.ts +0 -1
- package/components/abstract/abstract-form-array-removal-base/public-api.d.ts +0 -1
- package/components/abstract/abstract-form-base/abstract-form-base.component.d.ts +0 -230
- package/components/abstract/abstract-form-base/interfaces/abstract-form-base-field-error.interface.d.ts +0 -6
- package/components/abstract/abstract-form-base/interfaces/abstract-form-base-field-errors.interface.d.ts +0 -4
- package/components/abstract/abstract-form-base/interfaces/abstract-form-base-form-error.interface.d.ts +0 -6
- package/components/abstract/abstract-form-base/interfaces/abstract-form-base-form.interface.d.ts +0 -4
- package/components/abstract/abstract-form-base/interfaces/abstract-form-base-high-priority-form-error.interface.d.ts +0 -5
- package/components/abstract/abstract-form-base/interfaces/abstract-form-base-status.interface.d.ts +0 -3
- package/components/abstract/abstract-form-base/interfaces/public-api.d.ts +0 -6
- package/components/abstract/abstract-form-base/public-api.d.ts +0 -1
- package/components/abstract/abstract-form-parent-base/abstract-form-parent-base.component.d.ts +0 -33
- package/components/abstract/abstract-form-parent-base/public-api.d.ts +0 -1
- package/components/abstract/abstract-sortable-table/abstract-sortable-table.component.d.ts +0 -79
- package/components/abstract/abstract-sortable-table/interfaces/abstract-sortable-table.interfaces.d.ts +0 -7
- package/components/abstract/abstract-sortable-table/interfaces/public-api.d.ts +0 -1
- package/components/abstract/abstract-sortable-table/public-api.d.ts +0 -1
- package/components/abstract/abstract-sortable-table/types/abstract-sortable-table-sort-direction.type.d.ts +0 -1
- package/components/abstract/abstract-sortable-table/types/abstract-sortable-table-sortable-values.type.d.ts +0 -1
- package/components/abstract/abstract-sortable-table/types/public-api.d.ts +0 -2
- package/components/abstract/abstract-sortable-table-pagination/abstract-sortable-table-pagination.component.d.ts +0 -31
- package/components/abstract/abstract-sortable-table-pagination/public-api.d.ts +0 -1
- package/components/abstract/abstract-tab-data/abstract-tab-data.d.ts +0 -83
- package/components/abstract/abstract-tab-data/public-api.d.ts +0 -1
- package/components/abstract/interfaces/abstract-form-array-control-validation.interface.d.ts +0 -5
- package/components/abstract/interfaces/abstract-form-array-control.interface.d.ts +0 -5
- package/components/abstract/interfaces/abstract-form-array-controls.interface.d.ts +0 -4
- package/components/abstract/interfaces/abstract-form-base-form-error-summary-message.interface.d.ts +0 -4
- package/components/abstract/interfaces/abstract-form-control-error-message.interface.d.ts +0 -3
- package/components/abstract/interfaces/public-api.d.ts +0 -6
- package/components/alphagov/alphagov-accessible-autocomplete/alphagov-accessible-autocomplete.component.d.ts +0 -59
- package/components/alphagov/alphagov-accessible-autocomplete/interfaces/alphagov-accessible-autocomplete-item.interface.d.ts +0 -4
- package/components/alphagov/alphagov-accessible-autocomplete/interfaces/public-api.d.ts +0 -1
- package/components/alphagov/alphagov-accessible-autocomplete/public-api.d.ts +0 -1
- package/components/govuk/govuk-accordion/govuk-accordion.component.d.ts +0 -13
- package/components/govuk/govuk-accordion/public-api.d.ts +0 -1
- package/components/govuk/govuk-back-link/govuk-back-link.component.d.ts +0 -14
- package/components/govuk/govuk-back-link/public-api.d.ts +0 -1
- package/components/govuk/govuk-button/govuk-button.component.d.ts +0 -14
- package/components/govuk/govuk-button/public-api.d.ts +0 -1
- package/components/govuk/govuk-cancel-link/govuk-cancel-link.component.d.ts +0 -12
- package/components/govuk/govuk-cancel-link/public-api.d.ts +0 -1
- package/components/govuk/govuk-checkboxes/govuk-checkboxes-conditional/govuk-checkboxes-conditional.component.d.ts +0 -10
- package/components/govuk/govuk-checkboxes/govuk-checkboxes-divider/govuk-checkboxes-divider.component.d.ts +0 -5
- package/components/govuk/govuk-checkboxes/govuk-checkboxes-item/govuk-checkboxes-item.component.d.ts +0 -16
- package/components/govuk/govuk-checkboxes/govuk-checkboxes.component.d.ts +0 -10
- package/components/govuk/govuk-checkboxes/interfaces/govuk-checkboxes-input.interface.d.ts +0 -17
- package/components/govuk/govuk-checkboxes/interfaces/public-api.d.ts +0 -1
- package/components/govuk/govuk-checkboxes/public-api.d.ts +0 -4
- package/components/govuk/govuk-date-input/govuk-date-input.component.d.ts +0 -18
- package/components/govuk/govuk-date-input/interfaces/govuk-date-input.interface.d.ts +0 -12
- package/components/govuk/govuk-date-input/interfaces/public-api.d.ts +0 -1
- package/components/govuk/govuk-date-input/public-api.d.ts +0 -1
- package/components/govuk/govuk-details/govuk-details.component.d.ts +0 -6
- package/components/govuk/govuk-details/public-api.d.ts +0 -1
- package/components/govuk/govuk-error-summary/govuk-error-summary.component.d.ts +0 -16
- package/components/govuk/govuk-error-summary/public-api.d.ts +0 -1
- package/components/govuk/govuk-footer/govuk-footer.component.d.ts +0 -7
- package/components/govuk/govuk-footer/interfaces/govuk-footer-links.interface.d.ts +0 -5
- package/components/govuk/govuk-footer/interfaces/public-api.d.ts +0 -1
- package/components/govuk/govuk-footer/public-api.d.ts +0 -1
- package/components/govuk/govuk-header/govuk-header-navigation-item/govuk-header-navigation-item.component.d.ts +0 -12
- package/components/govuk/govuk-header/govuk-header.component.d.ts +0 -7
- package/components/govuk/govuk-header/interfaces/govuk-header-links.interface.d.ts +0 -4
- package/components/govuk/govuk-header/interfaces/public-api.d.ts +0 -1
- package/components/govuk/govuk-header/public-api.d.ts +0 -2
- package/components/govuk/govuk-heading-with-caption/govuk-heading-with-caption.component.d.ts +0 -9
- package/components/govuk/govuk-heading-with-caption/public-api.d.ts +0 -1
- package/components/govuk/govuk-inset-text/govuk-inset-text.component.d.ts +0 -6
- package/components/govuk/govuk-inset-text/public-api.d.ts +0 -1
- package/components/govuk/govuk-notification-banner/govuk-notification-banner.component.d.ts +0 -10
- package/components/govuk/govuk-notification-banner/public-api.d.ts +0 -1
- package/components/govuk/govuk-pagination/govuk-pagination.component.d.ts +0 -44
- package/components/govuk/govuk-pagination/public-api.d.ts +0 -1
- package/components/govuk/govuk-panel/govuk-panel.component.d.ts +0 -7
- package/components/govuk/govuk-panel/public-api.d.ts +0 -1
- package/components/govuk/govuk-radio/govuk-radio.component.d.ts +0 -11
- package/components/govuk/govuk-radio/govuk-radios-conditional/govuk-radios-conditional.component.d.ts +0 -10
- package/components/govuk/govuk-radio/govuk-radios-divider/govuk-radios-divider.component.d.ts +0 -5
- package/components/govuk/govuk-radio/govuk-radios-item/govuk-radios-item.component.d.ts +0 -18
- package/components/govuk/govuk-radio/interfaces/govuk-radio-input.interface.d.ts +0 -17
- package/components/govuk/govuk-radio/interfaces/govuk-radio-options.interface.d.ts +0 -4
- package/components/govuk/govuk-radio/interfaces/public-api.d.ts +0 -2
- package/components/govuk/govuk-radio/public-api.d.ts +0 -4
- package/components/govuk/govuk-select/govuk-select.component.d.ts +0 -18
- package/components/govuk/govuk-select/interfaces/govuk-select-options.interface.d.ts +0 -4
- package/components/govuk/govuk-select/interfaces/public-api.d.ts +0 -1
- package/components/govuk/govuk-select/public-api.d.ts +0 -1
- package/components/govuk/govuk-summary-card-list/govuk-summary-card-action/govuk-summary-card-action.component.d.ts +0 -17
- package/components/govuk/govuk-summary-card-list/govuk-summary-card-list.component.d.ts +0 -12
- package/components/govuk/govuk-summary-card-list/public-api.d.ts +0 -2
- package/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.d.ts +0 -15
- package/components/govuk/govuk-summary-list/govuk-summary-list-row/govuk-summary-list-row-actions/govuk-summary-list-row-actions.component.d.ts +0 -5
- package/components/govuk/govuk-summary-list/govuk-summary-list-row/govuk-summary-list-row.component.d.ts +0 -20
- package/components/govuk/govuk-summary-list/govuk-summary-list.component.d.ts +0 -7
- package/components/govuk/govuk-summary-list/public-api.d.ts +0 -4
- package/components/govuk/govuk-table/govuk-table-body-row/govuk-table-body-row-data/govuk-table-body-row-data.component.d.ts +0 -8
- package/components/govuk/govuk-table/govuk-table-body-row/govuk-table-body-row.component.d.ts +0 -7
- package/components/govuk/govuk-table/govuk-table-heading/govuk-table-heading.component.d.ts +0 -7
- package/components/govuk/govuk-table/govuk-table.component.d.ts +0 -6
- package/components/govuk/govuk-table/public-api.d.ts +0 -4
- package/components/govuk/govuk-tabs/govuk-tab-list-item/govuk-tab-list-item.component.d.ts +0 -13
- package/components/govuk/govuk-tabs/govuk-tab-panel/govuk-tab-panel.component.d.ts +0 -9
- package/components/govuk/govuk-tabs/govuk-tabs.component.d.ts +0 -14
- package/components/govuk/govuk-tabs/public-api.d.ts +0 -3
- package/components/govuk/govuk-tag/govuk-tag.component.d.ts +0 -7
- package/components/govuk/govuk-tag/public-api.d.ts +0 -1
- package/components/govuk/govuk-task-list/govuk-task-list-item/govuk-task-list-item.component.d.ts +0 -8
- package/components/govuk/govuk-task-list/govuk-task-list.component.d.ts +0 -7
- package/components/govuk/govuk-task-list/public-api.d.ts +0 -2
- package/components/govuk/govuk-text-area/govuk-text-area.component.d.ts +0 -21
- package/components/govuk/govuk-text-area/public-api.d.ts +0 -1
- package/components/govuk/govuk-text-input/govuk-text-input.component.d.ts +0 -17
- package/components/govuk/govuk-text-input/public-api.d.ts +0 -1
- package/components/govuk/govuk-text-input-prefix-suffix/govuk-text-input-prefix-suffix.component.d.ts +0 -22
- package/components/govuk/govuk-text-input-prefix-suffix/public-api.d.ts +0 -1
- package/components/govuk/helpers/add-gds-body-class.d.ts +0 -4
- package/components/govuk/helpers/public-api.d.ts +0 -1
- package/components/moj/moj-badge/moj.badge.component.d.ts +0 -7
- package/components/moj/moj-badge/public-api.d.ts +0 -1
- package/components/moj/moj-banner/index.d.ts +0 -5
- package/components/moj/moj-banner/moj-banner.component.d.ts +0 -8
- package/components/moj/moj-banner/public-api.d.ts +0 -1
- package/components/moj/moj-button-menu/moj-button-menu-item/moj-button-menu-item.component.d.ts +0 -8
- package/components/moj/moj-button-menu/moj-button-menu.component.d.ts +0 -10
- package/components/moj/moj-button-menu/public-api.d.ts +0 -2
- package/components/moj/moj-date-picker/moj-date-picker.component.d.ts +0 -40
- package/components/moj/moj-date-picker/public-api.d.ts +0 -1
- package/components/moj/moj-header/interfaces/moj-header-links.interface.d.ts +0 -4
- package/components/moj/moj-header/interfaces/public-api.d.ts +0 -1
- package/components/moj/moj-header/moj-header-navigation-item/moj-header-navigation-item.component.d.ts +0 -12
- package/components/moj/moj-header/moj-header.component.d.ts +0 -7
- package/components/moj/moj-header/public-api.d.ts +0 -2
- package/components/moj/moj-notification-badge/moj-notification-badge.component.d.ts +0 -6
- package/components/moj/moj-notification-badge/public-api.d.ts +0 -1
- package/components/moj/moj-page-header/moj-page-header.component.d.ts +0 -6
- package/components/moj/moj-page-header/public-api.d.ts +0 -1
- package/components/moj/moj-pagination/moj-pagination-item/moj-pagination-item.component.d.ts +0 -6
- package/components/moj/moj-pagination/moj-pagination-link/moj-pagination-link.component.d.ts +0 -43
- package/components/moj/moj-pagination/moj-pagination-list/moj-pagination-list.component.d.ts +0 -6
- package/components/moj/moj-pagination/moj-pagination.component.d.ts +0 -108
- package/components/moj/moj-pagination/public-api.d.ts +0 -4
- package/components/moj/moj-primary-navigation/moj-primary-navigation-item/moj-primary-navigation-item.component.d.ts +0 -21
- package/components/moj/moj-primary-navigation/moj-primary-navigation.component.d.ts +0 -26
- package/components/moj/moj-primary-navigation/public-api.d.ts +0 -2
- package/components/moj/moj-sortable-table/moj-sortable-table-header/directive/constants/moj-sortable-table-header-sort-icons.constant.d.ts +0 -5
- package/components/moj/moj-sortable-table/moj-sortable-table-header/directive/moj-sortable-table-header-sort-icon.directive.d.ts +0 -18
- package/components/moj/moj-sortable-table/moj-sortable-table-header/moj-sortable-table-header.component.d.ts +0 -24
- package/components/moj/moj-sortable-table/moj-sortable-table-row/moj-sortable-table-row-data/moj-sortable-table-row-data.component.d.ts +0 -8
- package/components/moj/moj-sortable-table/moj-sortable-table-row/moj-sortable-table-row.component.d.ts +0 -7
- package/components/moj/moj-sortable-table/moj-sortable-table-status/moj-sortable-table-status.component.d.ts +0 -7
- package/components/moj/moj-sortable-table/moj-sortable-table.component.d.ts +0 -6
- package/components/moj/moj-sortable-table/public-api.d.ts +0 -5
- package/components/moj/moj-sub-navigation/moj-sub-navigation-item/moj-sub-navigation-item.component.d.ts +0 -19
- package/components/moj/moj-sub-navigation/moj-sub-navigation.component.d.ts +0 -21
- package/components/moj/moj-sub-navigation/public-api.d.ts +0 -2
- package/components/moj/moj-ticket-panel/moj-ticket-panel.component.d.ts +0 -8
- package/components/moj/moj-ticket-panel/public-api.d.ts +0 -1
- package/components/moj/moj-timeline/moj-timeline-item/moj-timeline-item.component.d.ts +0 -5
- package/components/moj/moj-timeline/moj-timeline.component.d.ts +0 -5
- package/components/moj/moj-timeline/public-api.d.ts +0 -2
- package/constants/public-api.d.ts +0 -2
- package/constants/src/footer-links.constant.d.ts +0 -2
- package/constants/src/header-links.constant.d.ts +0 -2
- package/directives/capitalisation/capitalisation.directive.d.ts +0 -14
- package/directives/capitalisation/public-api.d.ts +0 -1
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-banner.mjs +0 -26
- package/fesm2022/hmcts-opal-frontend-common-components-moj-moj-banner.mjs.map +0 -1
- package/guards/auth/auth.guard.d.ts +0 -4
- package/guards/auth/public-api.d.ts +0 -1
- package/guards/can-deactivate/can-deactivate.guard.d.ts +0 -3
- package/guards/can-deactivate/interfaces/can-deactivate-can-component-deactivate.interface.d.ts +0 -4
- package/guards/can-deactivate/interfaces/public-api.d.ts +0 -1
- package/guards/can-deactivate/public-api.d.ts +0 -1
- package/guards/can-deactivate/types/can-deactivate.type.d.ts +0 -3
- package/guards/can-deactivate/types/public-api.d.ts +0 -1
- package/guards/has-flow-state/has-flow-state.guard.d.ts +0 -2
- package/guards/has-flow-state/public-api.d.ts +0 -1
- package/guards/helpers/get-guard-with-dummy-url.d.ts +0 -12
- package/guards/helpers/handle-observable-result.d.ts +0 -8
- package/guards/helpers/public-api.d.ts +0 -4
- package/guards/helpers/run-auth-guard-with-context.d.ts +0 -9
- package/guards/helpers/run-has-flow-state-guard-with-context.d.ts +0 -3
- package/guards/route-permissions/public-api.d.ts +0 -1
- package/guards/route-permissions/route-permissions.guard.d.ts +0 -2
- package/guards/signed-in/public-api.d.ts +0 -1
- package/guards/signed-in/signed-in.guard.d.ts +0 -8
- package/guards/types/guard-return.type.d.ts +0 -2
- package/guards/types/public-api.d.ts +0 -1
- package/interceptors/http-error/constants/http-error-message.constant.d.ts +0 -1
- package/interceptors/http-error/http-error.interceptor.d.ts +0 -2
- package/interceptors/http-error/public-api.d.ts +0 -1
- package/pages/access-denied/access-denied.component.d.ts +0 -7
- package/pages/public-api.d.ts +0 -1
- package/pages/routing/constants/public-api.d.ts +0 -2
- package/pages/routing/constants/routing-paths.constant.d.ts +0 -2
- package/pages/routing/constants/routing-titles.constant.d.ts +0 -2
- package/pages/routing/interfaces/child-routing-paths.interface.d.ts +0 -6
- package/pages/routing/interfaces/nested-routes.interface.d.ts +0 -4
- package/pages/routing/interfaces/parent-routing-paths.interface.d.ts +0 -7
- package/pages/routing/interfaces/public-api.d.ts +0 -4
- package/pages/routing/interfaces/routing-paths.interface.d.ts +0 -8
- package/pages/routing/pages.routes.d.ts +0 -2
- package/pages/sign-in/interfaces/index.d.ts +0 -2
- package/pages/sign-in/interfaces/sign-in-stub-form.interface.d.ts +0 -3
- package/pages/sign-in/sign-in-stub/sign-in-stub.component.d.ts +0 -19
- package/pages/sign-in/sign-in.component.d.ts +0 -47
- package/pipes/date-format/date-format.pipe.d.ts +0 -10
- package/pipes/date-format/public-api.d.ts +0 -1
- package/pipes/days-ago/days-ago.pipe.d.ts +0 -7
- package/pipes/days-ago/public-api.d.ts +0 -1
- package/public-api.d.ts +0 -1
- package/resolvers/title/public-api.d.ts +0 -1
- package/resolvers/title/title.resolver.d.ts +0 -10
- package/resolvers/user-state/public-api.d.ts +0 -1
- package/resolvers/user-state/user-state.resolver.d.ts +0 -7
- package/services/app-initializer-service/app-initializer.service.d.ts +0 -25
- package/services/app-initializer-service/public-api.d.ts +0 -1
- package/services/app-insights-service/app-insights.service.d.ts +0 -14
- package/services/app-insights-service/public-api.d.ts +0 -1
- package/services/auth-service/auth.service.d.ts +0 -8
- package/services/auth-service/constants/public-api.d.ts +0 -1
- package/services/auth-service/constants/sso-endpoints.constant.d.ts +0 -2
- package/services/auth-service/interfaces/public-api.d.ts +0 -1
- package/services/auth-service/interfaces/sso-endpoints.interface.d.ts +0 -6
- package/services/auth-service/public-api.d.ts +0 -1
- package/services/date-service/date.service.d.ts +0 -140
- package/services/date-service/interfaces/date.service.interface.d.ts +0 -4
- package/services/date-service/public-api.d.ts +0 -1
- package/services/launch-darkly-service/launch-darkly.service.d.ts +0 -41
- package/services/launch-darkly-service/mocks/launch-darkly-change-flags.mock.d.ts +0 -10
- package/services/launch-darkly-service/mocks/launch-darkly-flags.mock.d.ts +0 -4
- package/services/launch-darkly-service/mocks/public-api.d.ts +0 -2
- package/services/launch-darkly-service/public-api.d.ts +0 -1
- package/services/permissions-service/permissions.service.d.ts +0 -14
- package/services/permissions-service/public-api.d.ts +0 -1
- package/services/session-service/constants/public-api.d.ts +0 -1
- package/services/session-service/constants/session-endpoints.constant.d.ts +0 -2
- package/services/session-service/interfaces/public-api.d.ts +0 -3
- package/services/session-service/interfaces/session-endpoints.interface.d.ts +0 -4
- package/services/session-service/interfaces/session-token-expiry.interface.d.ts +0 -4
- package/services/session-service/interfaces/session-user-state.interface.d.ts +0 -15
- package/services/session-service/mocks/public-api.d.ts +0 -2
- package/services/session-service/mocks/session-token-expiry.mock.d.ts +0 -2
- package/services/session-service/mocks/session-user-state.mock.d.ts +0 -2
- package/services/session-service/public-api.d.ts +0 -1
- package/services/session-service/session.service.d.ts +0 -30
- package/services/sort-service/interfaces/public-api.d.ts +0 -2
- package/services/sort-service/interfaces/sort-service-values.interface.d.ts +0 -7
- package/services/sort-service/interfaces/sort-service.interface.d.ts +0 -4
- package/services/sort-service/public-api.d.ts +0 -1
- package/services/sort-service/sort.service.d.ts +0 -64
- package/services/transfer-state-service/interfaces/public-api.d.ts +0 -3
- package/services/transfer-state-service/interfaces/transfer-state-app-insights-config.interface.d.ts +0 -5
- package/services/transfer-state-service/interfaces/transfer-state-launch-darkly-config.interface.d.ts +0 -5
- package/services/transfer-state-service/interfaces/transfer-state-server-state.interface.d.ts +0 -7
- package/services/transfer-state-service/mocks/public-api.d.ts +0 -3
- package/services/transfer-state-service/mocks/transfer-state-app-insights-config.mock.d.ts +0 -5
- package/services/transfer-state-service/mocks/transfer-state-launch-darkly-config.mock.d.ts +0 -5
- package/services/transfer-state-service/mocks/transfer-state.mock.d.ts +0 -2
- package/services/transfer-state-service/public-api.d.ts +0 -1
- package/services/transfer-state-service/transfer-state.service.d.ts +0 -28
- package/services/transformation-service/interfaces/public-api.d.ts +0 -1
- package/services/transformation-service/interfaces/transform-item.interface.d.ts +0 -6
- package/services/transformation-service/public-api.d.ts +0 -1
- package/services/transformation-service/transformation.service.d.ts +0 -30
- package/services/utils-service/public-api.d.ts +0 -1
- package/services/utils-service/utils.service.d.ts +0 -85
- package/stores/global/global.store.d.ts +0 -37
- package/stores/global/interfaces/error-state.interface.d.ts +0 -4
- package/stores/global/interfaces/public-api.d.ts +0 -1
- package/stores/global/public-api.d.ts +0 -1
- package/stores/global/types/global-store.type.d.ts +0 -2
- package/stores/global/types/public-api.d.ts +0 -1
- package/validators/alphabetical-text/alphabetical-text.validator.d.ts +0 -2
- package/validators/alphabetical-text/public-api.d.ts +0 -1
- package/validators/amount/amount.validator.d.ts +0 -2
- package/validators/amount/public-api.d.ts +0 -1
- package/validators/date-after-year/date-after-year.validator.d.ts +0 -2
- package/validators/date-after-year/public-api.d.ts +0 -1
- package/validators/date-before/date-before.validator.d.ts +0 -2
- package/validators/date-before/public-api.d.ts +0 -1
- package/validators/date-of-birth/date-of-birth.validator.d.ts +0 -2
- package/validators/date-of-birth/public-api.d.ts +0 -1
- package/validators/future-date/future-date.validator.d.ts +0 -2
- package/validators/future-date/public-api.d.ts +0 -1
- package/validators/invalid-value/invalid-value.validator.d.ts +0 -2
- package/validators/invalid-value/public-api.d.ts +0 -1
- package/validators/national-insurance-number/national-insurance-number.validator.d.ts +0 -2
- package/validators/national-insurance-number/public-api.d.ts +0 -1
- package/validators/numerical-only/numerical-only.validator.d.ts +0 -2
- package/validators/numerical-only/public-api.d.ts +0 -1
- package/validators/optional-max-length/optional-max-length.validator.d.ts +0 -2
- package/validators/optional-max-length/public-api.d.ts +0 -1
- package/validators/optional-valid-date/optional-valid-date.validator.d.ts +0 -2
- package/validators/optional-valid-date/public-api.d.ts +0 -1
- package/validators/optional-valid-email-address/optional-valid-email-address.validator.d.ts +0 -2
- package/validators/optional-valid-email-address/public-api.d.ts +0 -1
- package/validators/optional-valid-telephone/optional-valid-telephone.validator.d.ts +0 -2
- package/validators/optional-valid-telephone/public-api.d.ts +0 -1
- package/validators/over-eighteen/over-eighteen.validator.d.ts +0 -14
- package/validators/over-eighteen/public-api.d.ts +0 -1
- package/validators/past-date/past-date.validator.d.ts +0 -2
- package/validators/past-date/public-api.d.ts +0 -1
- package/validators/special-characters/public-api.d.ts +0 -1
- package/validators/special-characters/special-characters.validator.d.ts +0 -2
- package/validators/two-decimal-places/public-api.d.ts +0 -1
- package/validators/two-decimal-places/two-decimal-places.validator.d.ts +0 -2
- package/validators/valid-value/public-api.d.ts +0 -1
- package/validators/valid-value/valid-value.validator.d.ts +0 -2
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-footer.component';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukHeaderNavigationItemComponent {
|
|
4
|
-
actionClick: EventEmitter<boolean>;
|
|
5
|
-
/**
|
|
6
|
-
* Handles the click event for the action button.
|
|
7
|
-
* @param event - The click event.
|
|
8
|
-
*/
|
|
9
|
-
handleClick(event: Event): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukHeaderNavigationItemComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukHeaderNavigationItemComponent, "opal-lib-govuk-header-navigation-item", never, {}, { "actionClick": "actionClick"; }, never, ["[linkText]"], true, never>;
|
|
12
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IGovukHeaderLinks } from './interfaces/govuk-header-links.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukHeaderComponent {
|
|
4
|
-
headerLinks: IGovukHeaderLinks;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukHeaderComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukHeaderComponent, "opal-lib-govuk-header", never, { "headerLinks": { "alias": "headerLinks"; "required": false; }; }, {}, never, ["[organisationName]", "[serviceName]", "[serviceName]", "*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-header-links.interface';
|
package/components/govuk/govuk-heading-with-caption/govuk-heading-with-caption.component.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukHeadingWithCaptionComponent {
|
|
3
|
-
captionText: string;
|
|
4
|
-
headingText: string;
|
|
5
|
-
headingClasses: string;
|
|
6
|
-
captionClasses: string;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukHeadingWithCaptionComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukHeadingWithCaptionComponent, "opal-lib-govuk-heading-with-caption", never, { "captionText": { "alias": "captionText"; "required": true; }; "headingText": { "alias": "headingText"; "required": true; }; "headingClasses": { "alias": "headingClasses"; "required": false; }; "captionClasses": { "alias": "captionClasses"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-heading-with-caption.component';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukInsetTextComponent {
|
|
3
|
-
insetTextId: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukInsetTextComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukInsetTextComponent, "opal-lib-govuk-inset-text", never, { "insetTextId": { "alias": "insetTextId"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
6
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-inset-text.component';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export type GovukBannerType = 'success' | 'information';
|
|
3
|
-
export declare class GovukNotificationBannerComponent {
|
|
4
|
-
titleText: string;
|
|
5
|
-
headingText: string;
|
|
6
|
-
messageText: string;
|
|
7
|
-
type: GovukBannerType;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukNotificationBannerComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukNotificationBannerComponent, "opal-lib-govuk-notification-banner", never, { "titleText": { "alias": "titleText"; "required": true; }; "headingText": { "alias": "headingText"; "required": true; }; "messageText": { "alias": "messageText"; "required": true; }; "type": { "alias": "type"; "required": true; }; }, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-notification-banner.component';
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukPaginationComponent implements OnChanges {
|
|
4
|
-
currentPage: number;
|
|
5
|
-
total: number;
|
|
6
|
-
limit: number;
|
|
7
|
-
changePage: EventEmitter<number>;
|
|
8
|
-
pages: import("@angular/core").WritableSignal<number[]>;
|
|
9
|
-
elipsedPages: import("@angular/core").WritableSignal<(string | number)[]>;
|
|
10
|
-
ELIPSIS: string;
|
|
11
|
-
/**
|
|
12
|
-
* Lifecycle hook that is called when any data-bound property of the component changes.
|
|
13
|
-
* It recalculates the pages for pagination.
|
|
14
|
-
*/
|
|
15
|
-
ngOnChanges(): void;
|
|
16
|
-
/**
|
|
17
|
-
* Handles the page change event.
|
|
18
|
-
*
|
|
19
|
-
* @param $event - The click event that triggered the page change.
|
|
20
|
-
* @param page - The new page number.
|
|
21
|
-
*/
|
|
22
|
-
onPageChanged($event: MouseEvent, page: number): void;
|
|
23
|
-
/**
|
|
24
|
-
* Calculates the number of pages based on the total number of items and the limit per page.
|
|
25
|
-
* Updates the `pages` and `elipsedPages` properties accordingly.
|
|
26
|
-
*/
|
|
27
|
-
private calculatePages;
|
|
28
|
-
/**
|
|
29
|
-
* Generates an array of numbers within a specified range.
|
|
30
|
-
* @param start The starting number of the range.
|
|
31
|
-
* @param end The ending number of the range.
|
|
32
|
-
* @returns An array of numbers within the specified range.
|
|
33
|
-
*/
|
|
34
|
-
private range;
|
|
35
|
-
/**
|
|
36
|
-
* Inserts ellipses into the given array of pages based on the current page number.
|
|
37
|
-
* @param pages - The array of pages.
|
|
38
|
-
* @param currentPage - The current page number.
|
|
39
|
-
* @returns The modified array of pages with ellipses inserted.
|
|
40
|
-
*/
|
|
41
|
-
private elipseSkippedPages;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukPaginationComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukPaginationComponent, "opal-lib-govuk-pagination", never, { "currentPage": { "alias": "currentPage"; "required": false; }; "total": { "alias": "total"; "required": false; }; "limit": { "alias": "limit"; "required": false; }; }, { "changePage": "changePage"; }, never, never, true, never>;
|
|
44
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-pagination.component';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukPanelComponent {
|
|
3
|
-
panelTitle: string;
|
|
4
|
-
classes: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukPanelComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukPanelComponent, "opal-lib-govuk-panel", never, { "panelTitle": { "alias": "panelTitle"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-panel.component';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukRadioComponent {
|
|
3
|
-
fieldSetId: string;
|
|
4
|
-
legendText: string;
|
|
5
|
-
legendHint: string;
|
|
6
|
-
legendClasses: string;
|
|
7
|
-
radioClasses: string;
|
|
8
|
-
errors: string | null;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukRadioComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukRadioComponent, "opal-lib-govuk-radio", never, { "fieldSetId": { "alias": "fieldSetId"; "required": true; }; "legendText": { "alias": "legendText"; "required": false; }; "legendHint": { "alias": "legendHint"; "required": false; }; "legendClasses": { "alias": "legendClasses"; "required": false; }; "radioClasses": { "alias": "radioClasses"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
11
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukRadiosConditionalComponent implements OnInit {
|
|
4
|
-
conditionalId: string;
|
|
5
|
-
class: string;
|
|
6
|
-
id: string;
|
|
7
|
-
ngOnInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukRadiosConditionalComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukRadiosConditionalComponent, "opal-lib-govuk-radios-conditional, [opal-lib-govuk-radios-conditional]", never, { "conditionalId": { "alias": "conditionalId"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
10
|
-
}
|
package/components/govuk/govuk-radio/govuk-radios-divider/govuk-radios-divider.component.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukRadiosDividerComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukRadiosDividerComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukRadiosDividerComponent, "opal-lib-govuk-radios-divider", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { FormControl, AbstractControl } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukRadiosItemComponent {
|
|
4
|
-
private _control;
|
|
5
|
-
labelText: string;
|
|
6
|
-
labelClasses: string;
|
|
7
|
-
inputId: string;
|
|
8
|
-
inputName: string;
|
|
9
|
-
inputClasses: string;
|
|
10
|
-
inputValue: string | boolean;
|
|
11
|
-
inputValueHint: string;
|
|
12
|
-
ariaControls: string;
|
|
13
|
-
set control(abstractControl: AbstractControl | null);
|
|
14
|
-
class: string;
|
|
15
|
-
get getControl(): FormControl<any>;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukRadiosItemComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukRadiosItemComponent, "opal-lib-govuk-radios-item, [opal-lib-govuk-radios-item]", never, { "labelText": { "alias": "labelText"; "required": true; }; "labelClasses": { "alias": "labelClasses"; "required": false; }; "inputId": { "alias": "inputId"; "required": true; }; "inputName": { "alias": "inputName"; "required": true; }; "inputClasses": { "alias": "inputClasses"; "required": false; }; "inputValue": { "alias": "inputValue"; "required": true; }; "inputValueHint": { "alias": "inputValueHint"; "required": false; }; "ariaControls": { "alias": "ariaControls"; "required": false; }; "control": { "alias": "control"; "required": true; }; }, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
interface IGovUkRadioInputConditional {
|
|
2
|
-
inputName: string;
|
|
3
|
-
inputClasses: string;
|
|
4
|
-
inputId: string;
|
|
5
|
-
inputLabel: string;
|
|
6
|
-
}
|
|
7
|
-
export interface IGovUkRadioInput {
|
|
8
|
-
inputName: string;
|
|
9
|
-
inputClasses?: string | null;
|
|
10
|
-
inputId: string;
|
|
11
|
-
inputValue: string;
|
|
12
|
-
inputLabel: string;
|
|
13
|
-
inputTextDivider?: string | null;
|
|
14
|
-
inputHint?: string | null;
|
|
15
|
-
conditional?: IGovUkRadioInputConditional;
|
|
16
|
-
}
|
|
17
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { AbstractControl, FormControl } from '@angular/forms';
|
|
2
|
-
import { IGovUkSelectOptions } from './interfaces/govuk-select-options.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GovukSelectComponent {
|
|
5
|
-
private _control;
|
|
6
|
-
labelText: string;
|
|
7
|
-
labelClasses: string;
|
|
8
|
-
selectId: string;
|
|
9
|
-
selectName: string;
|
|
10
|
-
selectClasses: string;
|
|
11
|
-
selectHint: string;
|
|
12
|
-
errors: string | null;
|
|
13
|
-
options: IGovUkSelectOptions[];
|
|
14
|
-
set control(abstractControl: AbstractControl);
|
|
15
|
-
get getControl(): FormControl<any>;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukSelectComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukSelectComponent, "opal-lib-govuk-select", never, { "labelText": { "alias": "labelText"; "required": true; }; "labelClasses": { "alias": "labelClasses"; "required": false; }; "selectId": { "alias": "selectId"; "required": true; }; "selectName": { "alias": "selectName"; "required": true; }; "selectClasses": { "alias": "selectClasses"; "required": false; }; "selectHint": { "alias": "selectHint"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "options": { "alias": "options"; "required": true; }; "control": { "alias": "control"; "required": true; }; }, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-select-options.interface';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-select.component';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukSummaryCardActionComponent {
|
|
4
|
-
actionText: string;
|
|
5
|
-
actionRoute: string;
|
|
6
|
-
clickEvent: EventEmitter<string>;
|
|
7
|
-
hostClass: string;
|
|
8
|
-
/**
|
|
9
|
-
* Handles click events, prevents default behavior, and emits a route.
|
|
10
|
-
*
|
|
11
|
-
* @param {Event} event - The DOM event triggered by the user action.
|
|
12
|
-
* @param {string} route - The route to be emitted when the event is triggered.
|
|
13
|
-
*/
|
|
14
|
-
onClick(event: Event, route: string): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukSummaryCardActionComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukSummaryCardActionComponent, "opal-lib-govuk-summary-card-action, [opal-lib-govuk-summary-card-action]", never, { "actionText": { "alias": "actionText"; "required": true; }; "actionRoute": { "alias": "actionRoute"; "required": true; }; }, { "clickEvent": "clickEvent"; }, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukSummaryCardListComponent implements OnInit {
|
|
4
|
-
summaryCardListId: string;
|
|
5
|
-
cardTitle: string;
|
|
6
|
-
contentHidden: boolean;
|
|
7
|
-
id: string;
|
|
8
|
-
private setId;
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukSummaryCardListComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukSummaryCardListComponent, "opal-lib-govuk-summary-card-list", never, { "summaryCardListId": { "alias": "summaryCardListId"; "required": true; }; "cardTitle": { "alias": "cardTitle"; "required": false; }; "contentHidden": { "alias": "contentHidden"; "required": false; }; }, {}, never, ["[actions]", "[content]"], true, never>;
|
|
12
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukSummaryListRowActionItemComponent {
|
|
4
|
-
actionName: string;
|
|
5
|
-
actionId: string;
|
|
6
|
-
linkClick: EventEmitter<string>;
|
|
7
|
-
hostClass: string;
|
|
8
|
-
/**
|
|
9
|
-
* Handles the click event for the action button.
|
|
10
|
-
* @param event - The click event.
|
|
11
|
-
*/
|
|
12
|
-
handleActionClick(event: Event, linkClicked: string): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukSummaryListRowActionItemComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukSummaryListRowActionItemComponent, "opal-lib-govuk-summary-list-row-action-item, [opal-lib-govuk-summary-list-row-action-item]", never, { "actionName": { "alias": "actionName"; "required": true; }; "actionId": { "alias": "actionId"; "required": true; }; }, { "linkClick": "linkClick"; }, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukSummaryListRowActionsComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukSummaryListRowActionsComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukSummaryListRowActionsComponent, "opal-lib-govuk-summary-list-row-actions", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukSummaryListRowComponent implements OnInit {
|
|
4
|
-
private readonly utilService;
|
|
5
|
-
_summaryListRowId: string;
|
|
6
|
-
actionClick: EventEmitter<boolean>;
|
|
7
|
-
actionEnabled: boolean;
|
|
8
|
-
summaryListId: string;
|
|
9
|
-
set summaryListRowId(summaryListRowId: string);
|
|
10
|
-
class: string;
|
|
11
|
-
id: string;
|
|
12
|
-
/**
|
|
13
|
-
* Handles the click event for the action button.
|
|
14
|
-
* @param event - The click event.
|
|
15
|
-
*/
|
|
16
|
-
handleActionClick(event: Event): void;
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukSummaryListRowComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukSummaryListRowComponent, "opal-lib-govuk-summary-list-row, [opal-lib-govuk-summary-list-row]", never, { "actionEnabled": { "alias": "actionEnabled"; "required": false; }; "summaryListId": { "alias": "summaryListId"; "required": true; }; "summaryListRowId": { "alias": "summaryListRowId"; "required": true; }; }, { "actionClick": "actionClick"; }, never, ["[name]", "[value]", "[action]"], true, never>;
|
|
20
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukSummaryListComponent {
|
|
3
|
-
summaryListId: string;
|
|
4
|
-
classes: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukSummaryListComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukSummaryListComponent, "opal-lib-govuk-summary-list", never, { "summaryListId": { "alias": "summaryListId"; "required": true; }; "classes": { "alias": "classes"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './govuk-summary-list-row/govuk-summary-list-row-actions/govuk-summary-list-row-action-item/govuk-summary-list-row-action-item.component';
|
|
2
|
-
export * from './govuk-summary-list-row/govuk-summary-list-row-actions/govuk-summary-list-row-actions.component';
|
|
3
|
-
export * from './govuk-summary-list-row/govuk-summary-list-row.component';
|
|
4
|
-
export * from './govuk-summary-list.component';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukTableBodyRowDataComponent {
|
|
3
|
-
id: string;
|
|
4
|
-
hostClass: string;
|
|
5
|
-
get hostId(): string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTableBodyRowDataComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTableBodyRowDataComponent, "opal-lib-govuk-table-body-row-data, [opal-lib-govuk-table-body-row-data]", never, { "id": { "alias": "id"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
8
|
-
}
|
package/components/govuk/govuk-table/govuk-table-body-row/govuk-table-body-row.component.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukTableBodyRowComponent {
|
|
3
|
-
bodyRowClasses: string;
|
|
4
|
-
get hostClass(): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTableBodyRowComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTableBodyRowComponent, "opal-lib-govuk-table-body-row, [opal-lib-govuk-table-body-row]", never, { "bodyRowClasses": { "alias": "bodyRowClasses"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukTableHeadingComponent {
|
|
3
|
-
hostClass: string;
|
|
4
|
-
get hostScope(): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTableHeadingComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTableHeadingComponent, "opal-lib-govuk-table-heading, [opal-lib-govuk-table-heading]", never, {}, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukTableComponent {
|
|
3
|
-
tableClasses: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTableComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTableComponent, "opal-lib-govuk-table", never, { "tableClasses": { "alias": "tableClasses"; "required": false; }; }, {}, never, ["[head]", "[body]", "[results]"], true, never>;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './govuk-table-body-row/govuk-table-body-row-data/govuk-table-body-row-data.component';
|
|
2
|
-
export * from './govuk-table-body-row/govuk-table-body-row.component';
|
|
3
|
-
export * from './govuk-table-heading/govuk-table-heading.component';
|
|
4
|
-
export * from './govuk-table.component';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukTabListItemComponent {
|
|
3
|
-
private readonly utilService;
|
|
4
|
-
_tabsListItemId: string;
|
|
5
|
-
tabsId: string;
|
|
6
|
-
set tabsListItemId(tabsListItemId: string);
|
|
7
|
-
tabListItemHref: string;
|
|
8
|
-
tabListItemName: string;
|
|
9
|
-
hostClass: string;
|
|
10
|
-
hostId: string;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTabListItemComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTabListItemComponent, "opal-lib-govuk-tab-list-item, [opal-lib-govuk-tab-list-item]", never, { "tabsId": { "alias": "tabsId"; "required": true; }; "tabsListItemId": { "alias": "tabsListItemId"; "required": true; }; "tabListItemHref": { "alias": "tabListItemHref"; "required": true; }; "tabListItemName": { "alias": "tabListItemName"; "required": true; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukTabPanelComponent {
|
|
3
|
-
private readonly utilService;
|
|
4
|
-
_tabsPanelId: string;
|
|
5
|
-
tabsId: string;
|
|
6
|
-
set tabsPanelId(tabsPanelId: string);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTabPanelComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTabPanelComponent, "opal-lib-govuk-tab-panel", never, { "tabsId": { "alias": "tabsId"; "required": true; }; "tabsPanelId": { "alias": "tabsPanelId"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
9
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukTabsComponent implements AfterViewInit {
|
|
4
|
-
private readonly platformId;
|
|
5
|
-
tabsId: string;
|
|
6
|
-
/**
|
|
7
|
-
* Lifecycle hook that is called after Angular has fully initialized the component's view.
|
|
8
|
-
* It is called only once after the first ngAfterContentChecked.
|
|
9
|
-
* We use it to initialize the govuk-frontend component.
|
|
10
|
-
*/
|
|
11
|
-
ngAfterViewInit(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTabsComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTabsComponent, "opal-lib-govuk-tabs", never, { "tabsId": { "alias": "tabsId"; "required": true; }; }, {}, never, ["[items]", "[panels]"], true, never>;
|
|
14
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukTagComponent {
|
|
3
|
-
tagId: string;
|
|
4
|
-
tagClasses: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTagComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTagComponent, "opal-lib-govuk-tag", never, { "tagId": { "alias": "tagId"; "required": true; }; "tagClasses": { "alias": "tagClasses"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-tag.component';
|
package/components/govuk/govuk-task-list/govuk-task-list-item/govuk-task-list-item.component.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukTaskListItemComponent {
|
|
3
|
-
taskListItemId: string;
|
|
4
|
-
taskListStatusId: string;
|
|
5
|
-
taskListItemClasses: string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTaskListItemComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTaskListItemComponent, "opal-lib-govuk-task-list-item", never, { "taskListItemId": { "alias": "taskListItemId"; "required": true; }; "taskListStatusId": { "alias": "taskListStatusId"; "required": true; }; "taskListItemClasses": { "alias": "taskListItemClasses"; "required": false; }; }, {}, never, ["[name]", "[status]"], true, never>;
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GovukTaskListComponent {
|
|
3
|
-
taskListId: string;
|
|
4
|
-
taskListClasses: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTaskListComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTaskListComponent, "opal-lib-govuk-task-list", never, { "taskListId": { "alias": "taskListId"; "required": true; }; "taskListClasses": { "alias": "taskListClasses"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { AbstractControl, FormControl } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukTextAreaComponent {
|
|
4
|
-
private _control;
|
|
5
|
-
labelText: string;
|
|
6
|
-
labelClasses: string;
|
|
7
|
-
inputId: string;
|
|
8
|
-
inputName: string;
|
|
9
|
-
inputClasses: string;
|
|
10
|
-
hintText: string;
|
|
11
|
-
inputMode: string;
|
|
12
|
-
errors: string | null;
|
|
13
|
-
rows: number;
|
|
14
|
-
characterCountEnabled: boolean;
|
|
15
|
-
maxCharacterLimit: number;
|
|
16
|
-
set control(abstractControl: AbstractControl | null);
|
|
17
|
-
get getControl(): FormControl<any>;
|
|
18
|
-
get remainingCharacterCount(): number;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTextAreaComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTextAreaComponent, "opal-lib-govuk-text-area", never, { "labelText": { "alias": "labelText"; "required": true; }; "labelClasses": { "alias": "labelClasses"; "required": false; }; "inputId": { "alias": "inputId"; "required": true; }; "inputName": { "alias": "inputName"; "required": true; }; "inputClasses": { "alias": "inputClasses"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "inputMode": { "alias": "inputMode"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "characterCountEnabled": { "alias": "characterCountEnabled"; "required": false; }; "maxCharacterLimit": { "alias": "maxCharacterLimit"; "required": false; }; "control": { "alias": "control"; "required": true; }; }, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-text-area.component';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { AbstractControl, FormControl } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukTextInputComponent {
|
|
4
|
-
private _control;
|
|
5
|
-
labelText: string;
|
|
6
|
-
labelClasses: string;
|
|
7
|
-
inputId: string;
|
|
8
|
-
inputName: string;
|
|
9
|
-
inputClasses: string;
|
|
10
|
-
hintText: string;
|
|
11
|
-
hintHtml: boolean;
|
|
12
|
-
errors: string | null;
|
|
13
|
-
set control(abstractControl: AbstractControl | null);
|
|
14
|
-
get getControl(): FormControl<any>;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTextInputComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTextInputComponent, "opal-lib-govuk-text-input", never, { "labelText": { "alias": "labelText"; "required": true; }; "labelClasses": { "alias": "labelClasses"; "required": false; }; "inputId": { "alias": "inputId"; "required": true; }; "inputName": { "alias": "inputName"; "required": true; }; "inputClasses": { "alias": "inputClasses"; "required": false; }; "hintText": { "alias": "hintText"; "required": false; }; "hintHtml": { "alias": "hintHtml"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "control": { "alias": "control"; "required": true; }; }, {}, never, ["*"], true, never>;
|
|
17
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-text-input.component';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { FormControl, AbstractControl } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GovukTextInputPrefixSuffixComponent {
|
|
4
|
-
private _control;
|
|
5
|
-
labelText: string;
|
|
6
|
-
labelClasses: string;
|
|
7
|
-
inputId: string;
|
|
8
|
-
inputName: string;
|
|
9
|
-
inputClasses: string;
|
|
10
|
-
errors: string | null;
|
|
11
|
-
prefixText: string;
|
|
12
|
-
suffixText: string;
|
|
13
|
-
forceTwoDecimalPoints: boolean;
|
|
14
|
-
set control(abstractControl: AbstractControl | null);
|
|
15
|
-
/**
|
|
16
|
-
* Formats the value of the control to two decimal places when the control loses focus.
|
|
17
|
-
*/
|
|
18
|
-
onBlurFormatToTwoDecimalPlaces(): void;
|
|
19
|
-
get getControl(): FormControl<any>;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GovukTextInputPrefixSuffixComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GovukTextInputPrefixSuffixComponent, "opal-lib-govuk-text-input-prefix-suffix", never, { "labelText": { "alias": "labelText"; "required": true; }; "labelClasses": { "alias": "labelClasses"; "required": false; }; "inputId": { "alias": "inputId"; "required": true; }; "inputName": { "alias": "inputName"; "required": true; }; "inputClasses": { "alias": "inputClasses"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "prefixText": { "alias": "prefixText"; "required": false; }; "suffixText": { "alias": "suffixText"; "required": false; }; "forceTwoDecimalPoints": { "alias": "forceTwoDecimalPoints"; "required": false; }; "control": { "alias": "control"; "required": true; }; }, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './govuk-text-input-prefix-suffix.component';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './add-gds-body-class';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MojBadgeComponent {
|
|
3
|
-
badgeId: string;
|
|
4
|
-
badgeClasses: string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MojBadgeComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MojBadgeComponent, "opal-lib-moj-badge", never, { "badgeId": { "alias": "badgeId"; "required": true; }; "badgeClasses": { "alias": "badgeClasses"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './moj.badge.component';
|