@softheon/armature 15.22.1 → 17.1.0
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/README.md +142 -18
- package/assets/styles/_utility.scss +35 -0
- package/assets/styles/material-overrides.scss +0 -1
- package/assets/styles/sof-styles.scss +8 -7
- package/{esm2020 → esm2022}/lib/alert-banner/alert-banner-api.mjs +9 -9
- package/{esm2020 → esm2022}/lib/alert-banner/alert-banner.module.mjs +41 -41
- package/{esm2020 → esm2022}/lib/alert-banner/components/alert-banner/alert-banner.component.mjs +83 -83
- package/{esm2020 → esm2022}/lib/alert-banner/models/alert-banner-config.mjs +1 -1
- package/{esm2020 → esm2022}/lib/alert-banner/models/alert-banner-context.mjs +1 -1
- package/{esm2020 → esm2022}/lib/alert-banner/models/constants.mjs +15 -15
- package/{esm2020 → esm2022}/lib/alert-banner/services/alert-banner.service.mjs +44 -44
- package/esm2022/lib/armature.module.mjs +176 -0
- package/{esm2020 → esm2022}/lib/base-components/base-component-api.mjs +14 -14
- package/{esm2020 → esm2022}/lib/base-components/base-component.module.mjs +123 -123
- package/{esm2020 → esm2022}/lib/base-components/sof-alert/sof-alert.component.mjs +79 -79
- package/{esm2020 → esm2022}/lib/base-components/sof-badge/sof-badge.component.mjs +49 -49
- package/esm2022/lib/base-components/sof-banner/sof-banner.component.mjs +49 -0
- package/{esm2020 → esm2022}/lib/base-components/sof-button-toggle-group/sof-button-toggle-group.component.mjs +188 -188
- package/{esm2020 → esm2022}/lib/base-components/sof-confirm-address/sof-confirm-address.component.mjs +59 -59
- package/esm2022/lib/base-components/sof-image-checkbox/sof-image-checkbox.component.mjs +58 -0
- package/esm2022/lib/base-components/sof-modal/sof-modal.component.mjs +57 -0
- package/esm2022/lib/base-components/sof-progress-bar/sof-progress-bar.component.mjs +79 -0
- package/{esm2020 → esm2022}/lib/base-components/sof-radio-card/sof-radio-card.component.mjs +35 -35
- package/{esm2020 → esm2022}/lib/base-components/sof-simple-alert/sof-simple-alert.component.mjs +49 -49
- package/esm2022/lib/base-components/sof-star-rating/sof-star-rating.component.mjs +40 -0
- package/{esm2020 → esm2022}/lib/component-save-print/components/component-save-print/component-save-print.component.mjs +91 -91
- package/{esm2020 → esm2022}/lib/component-save-print/services/component-save-print.service.mjs +30 -30
- package/esm2022/lib/component-save-print/sof-ar-component-save-print.module.mjs +29 -0
- package/{esm2020 → esm2022}/lib/core/client-generated/api/session.service.mjs +242 -242
- package/{esm2020 → esm2022}/lib/core/client-generated/configuration.mjs +58 -58
- package/{esm2020 → esm2022}/lib/core/client-generated/encoder.mjs +16 -16
- package/{esm2020 → esm2022}/lib/core/client-generated/model/applicationUserModel.mjs +19 -19
- package/{esm2020 → esm2022}/lib/core/client-generated/model/assertedUserModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/client-generated/model/brandingModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/client-generated/model/errorModel.mjs +12 -12
- package/{esm2020 → esm2022}/lib/core/client-generated/model/folderLink.mjs +12 -12
- package/{esm2020 → esm2022}/lib/core/client-generated/model/identityProfile.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/client-generated/model/models.mjs +19 -19
- package/{esm2020 → esm2022}/lib/core/client-generated/model/oAuthModel.mjs +12 -12
- package/{esm2020 → esm2022}/lib/core/client-generated/model/preferencesRow.mjs +12 -12
- package/{esm2020 → esm2022}/lib/core/client-generated/model/rolesRow.mjs +12 -12
- package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionGetResponseModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionPostRequestModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionPostResponseModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionPutRequestModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionPutResponseModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/client-generated/model/sessionResponseModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/client-generated/model/settingsProfile.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/client-generated/model/themePaletteColorsModel.mjs +12 -12
- package/{esm2020 → esm2022}/lib/core/client-generated/model/themePaletteModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/client-generated/model/trackingModel.mjs +12 -12
- package/{esm2020 → esm2022}/lib/core/client-generated/model/validationRecordsRow.mjs +12 -12
- package/{esm2020 → esm2022}/lib/core/client-generated/variables.mjs +8 -8
- package/esm2022/lib/core/components/app-template/app-template.component.mjs +250 -0
- package/{esm2020 → esm2022}/lib/core/functions/guid.mjs +10 -10
- package/{esm2020 → esm2022}/lib/core/functions/naming-convention.mjs +32 -32
- package/{esm2020 → esm2022}/lib/core/functions/route-to-pre-login-route.mjs +12 -12
- package/{esm2020 → esm2022}/lib/core/initializer/abstract-startup-service.mjs +3 -3
- package/esm2022/lib/core/initializer/initializer.service.mjs +286 -0
- package/{esm2020 → esm2022}/lib/core/interceptors/armature-auth-token-append.interceptor.mjs +73 -73
- package/esm2022/lib/core/models/base-config.mjs +2 -0
- package/esm2022/lib/core/models/constants.mjs +13 -0
- package/{esm2020 → esm2022}/lib/core/models/data-store-config.mjs +3 -3
- package/{esm2020 → esm2022}/lib/core/models/header-config.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/models/http-verbs.mjs +8 -8
- package/{esm2020 → esm2022}/lib/core/models/navigation-config.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/models/oidc-auth-settings.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/models/route-path.mjs +6 -6
- package/{esm2020 → esm2022}/lib/core/models/session-config.mjs +3 -3
- package/{esm2020 → esm2022}/lib/core/models/styles.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/models/subdomain-config.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/models/typed-session.mjs +3 -3
- package/{esm2020 → esm2022}/lib/core/models/user-entity-service-config.mjs +11 -11
- package/{esm2020 → esm2022}/lib/core/services/authorization.service.mjs +175 -175
- package/{esm2020 → esm2022}/lib/core/services/banner.service.mjs +43 -43
- package/{esm2020 → esm2022}/lib/core/services/base-config.service.mjs +32 -32
- package/{esm2020 → esm2022}/lib/core/services/custom-auth-config.service.mjs +3 -3
- package/{esm2020 → esm2022}/lib/core/services/default-config.service.mjs +19 -19
- package/{esm2020 → esm2022}/lib/core/services/session.service.mjs +385 -385
- package/{esm2020 → esm2022}/lib/core/services/user-entity.service.mjs +140 -140
- package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/api/api.mjs +3 -3
- package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/api/cache.service.mjs +213 -213
- package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/configuration.mjs +58 -58
- package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/encoder.mjs +16 -16
- package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/model/cacheExpirationType.mjs +15 -15
- package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/model/createCacheEntryRequestModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/model/models.mjs +4 -4
- package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/model/retrieveCacheEntryResponseModel.mjs +12 -12
- package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/model/updateCacheEntryRequestModel.mjs +12 -12
- package/{esm2020 → esm2022}/lib/distributed-cache/client-generated/variables.mjs +8 -8
- package/{esm2020 → esm2022}/lib/distributed-cache/distributed-cache-api.mjs +7 -7
- package/esm2022/lib/distributed-cache/distributed-cache.module.mjs +38 -0
- package/{esm2020 → esm2022}/lib/distributed-cache/models/constants.mjs +2 -2
- package/{esm2020 → esm2022}/lib/distributed-cache/models/policy-person.mjs +8 -8
- package/{esm2020 → esm2022}/lib/distributed-cache/services/server-cache.service.mjs +48 -48
- package/{esm2020 → esm2022}/lib/error/components/error-common/error-common.component.mjs +25 -25
- package/{esm2020 → esm2022}/lib/error/error-api.mjs +6 -6
- package/{esm2020 → esm2022}/lib/error/error.module.mjs +31 -31
- package/{esm2020 → esm2022}/lib/error/models/error-common-config.mjs +7 -7
- package/esm2022/lib/faq/components/faq/faq.component.mjs +40 -0
- package/{esm2020 → esm2022}/lib/faq/faq-api.mjs +7 -7
- package/{esm2020 → esm2022}/lib/faq/faq.module.mjs +41 -41
- package/{esm2020 → esm2022}/lib/faq/models/faq-config.mjs +3 -3
- package/{esm2020 → esm2022}/lib/faq/models/faq.mjs +7 -7
- package/esm2022/lib/feedback-tool/components/feedback-tool/feedback-tool.component.mjs +81 -0
- package/esm2022/lib/feedback-tool/feedback-tool-api.mjs +5 -0
- package/esm2022/lib/feedback-tool/feedback-tool.module.mjs +44 -0
- package/esm2022/lib/footer/components/footer/footer.component.mjs +25 -0
- package/{esm2020 → esm2022}/lib/footer/components/site-map/site-map.component.mjs +25 -25
- package/{esm2020 → esm2022}/lib/footer/footer-api.mjs +9 -9
- package/{esm2020 → esm2022}/lib/footer/footer.module.mjs +45 -45
- package/{esm2020 → esm2022}/lib/footer/models/enum/site-map-direction.mjs +14 -14
- package/{esm2020 → esm2022}/lib/footer/models/footer-config.mjs +3 -3
- package/{esm2020 → esm2022}/lib/footer/models/site-map-models.mjs +1 -1
- package/{esm2020 → esm2022}/lib/forms/components/sof-address/sof-address.component.mjs +110 -110
- package/{esm2020 → esm2022}/lib/forms/directives/alphanumeric/alphanumeric.directive.mjs +78 -78
- package/{esm2020 → esm2022}/lib/forms/directives/input-trim/input-trim.directive.mjs +110 -110
- package/{esm2020 → esm2022}/lib/forms/directives/letters-characters/letters-characters.directive.mjs +87 -87
- package/{esm2020 → esm2022}/lib/forms/directives/letters-only/letters-only.directive.mjs +85 -85
- package/{esm2020 → esm2022}/lib/forms/directives/numbers-only/numbers-only.directive.mjs +55 -55
- package/{esm2020 → esm2022}/lib/forms/forms-api.mjs +19 -19
- package/{esm2020 → esm2022}/lib/forms/forms.module.mjs +87 -87
- package/{esm2020 → esm2022}/lib/forms/models/address.mjs +1 -1
- package/esm2022/lib/forms/models/constants.mjs +10 -0
- package/{esm2020 → esm2022}/lib/forms/models/county.mjs +1 -1
- package/{esm2020 → esm2022}/lib/forms/models/enums/states.mjs +65 -65
- package/{esm2020 → esm2022}/lib/forms/pipes/phone-format.pipe.mjs +33 -33
- package/{esm2020 → esm2022}/lib/forms/services/alert.service.mjs +167 -167
- package/esm2022/lib/header/components/header/header.component.mjs +161 -0
- package/{esm2020 → esm2022}/lib/header/components/mobile-header-menu/mobile-header-menu.component.mjs +39 -39
- package/{esm2020 → esm2022}/lib/header/header-api.mjs +11 -11
- package/{esm2020 → esm2022}/lib/header/header.module.mjs +85 -85
- package/{esm2020 → esm2022}/lib/header/models/header-auth.settings.mjs +31 -31
- package/{esm2020 → esm2022}/lib/header/models/header-language.settings.mjs +1 -1
- package/{esm2020 → esm2022}/lib/header/models/header-theme.settings.mjs +1 -1
- package/{esm2020 → esm2022}/lib/header/models/header.settings.mjs +1 -1
- package/{esm2020 → esm2022}/lib/header/models/mobile-header-nav.settings.mjs +1 -1
- package/esm2022/lib/navigation/components/navigation/navigation.component.mjs +556 -0
- package/{esm2020 → esm2022}/lib/navigation/models/nav-theme.settings.mjs +1 -1
- package/{esm2020 → esm2022}/lib/navigation/models/nav.settings.mjs +1 -1
- package/{esm2020 → esm2022}/lib/navigation/models/navigation.mjs +1 -1
- package/{esm2020 → esm2022}/lib/navigation/navigation-api.mjs +8 -8
- package/{esm2020 → esm2022}/lib/navigation/navigation.module.mjs +126 -126
- package/{esm2020 → esm2022}/lib/oauth/models/constants.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oauth/models/generated/accountManagementAssertionModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/oauth/models/generated/accountManagementRefreshRequestModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/oauth/models/generated/accountManagementResponseModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/oauth/models/generated/coverageDetail.mjs +18 -18
- package/{esm2020 → esm2022}/lib/oauth/models/generated/finance.mjs +12 -12
- package/{esm2020 → esm2022}/lib/oauth/models/generated/iSsoResponseModel.mjs +12 -12
- package/{esm2020 → esm2022}/lib/oauth/models/generated/iSsoResponseModelAccountManagementAssertionModel.mjs +1 -1
- package/{esm2020 → esm2022}/lib/oauth/models/generated/person.mjs +12 -12
- package/{esm2020 → esm2022}/lib/oauth/models/generated/policy.mjs +1 -1
- package/{esm2020 → esm2022}/lib/oauth/models/generated/refreshResponseModel.mjs +12 -12
- package/{esm2020 → esm2022}/lib/oauth/models/hybrid-saml-oauth-config.mjs +3 -3
- package/{esm2020 → esm2022}/lib/oauth/oauth-api.mjs +14 -14
- package/{esm2020 → esm2022}/lib/oauth/oauth.module.mjs +29 -29
- package/{esm2020 → esm2022}/lib/oauth/services/hybrid-saml-oauth.service.mjs +201 -201
- package/{esm2020 → esm2022}/lib/rbac/directives/rbac-action.directive.mjs +50 -50
- package/{esm2020 → esm2022}/lib/rbac/models/access-token-claims.mjs +22 -22
- package/{esm2020 → esm2022}/lib/rbac/models/constants.mjs +3 -3
- package/{esm2020 → esm2022}/lib/rbac/models/decoded-access-token.mjs +68 -68
- package/{esm2020 → esm2022}/lib/rbac/models/rbac-config.mjs +3 -3
- package/{esm2020 → esm2022}/lib/rbac/models/role-access.mjs +9 -9
- package/{esm2020 → esm2022}/lib/rbac/rbac-api.mjs +14 -14
- package/{esm2020 → esm2022}/lib/rbac/rbac.module.mjs +51 -51
- package/{esm2020 → esm2022}/lib/rbac/services/ar-role-nav.service.mjs +104 -104
- package/{esm2020 → esm2022}/lib/rbac/services/oauth2-role.service.mjs +114 -114
- package/{esm2020 → esm2022}/lib/rbac/services/role-nav.service.mjs +3 -3
- package/{esm2020 → esm2022}/lib/rbac/services/tokens.mjs +3 -3
- package/{esm2020 → esm2022}/lib/resize-panels/components/resize-panels/resize-panels.component.mjs +156 -156
- package/{esm2020 → esm2022}/lib/resize-panels/models/resize-event.mjs +1 -1
- package/{esm2020 → esm2022}/lib/resize-panels/resize-panels-api.mjs +4 -4
- package/{esm2020 → esm2022}/lib/resize-panels/resize-panels.module.mjs +23 -23
- package/{esm2020 → esm2022}/lib/rum/models/arm-error.mjs +28 -28
- package/{esm2020 → esm2022}/lib/rum/models/rum-config.mjs +3 -3
- package/{esm2020 → esm2022}/lib/rum/rum-api.mjs +9 -9
- package/{esm2020 → esm2022}/lib/rum/rum.module.mjs +48 -48
- package/{esm2020 → esm2022}/lib/rum/services/rum.service.mjs +115 -115
- package/{esm2020 → esm2022}/lib/rum/services/shared-error.service.mjs +45 -45
- package/{esm2020 → esm2022}/lib/rum/services/softheon-error-handler.service.mjs +76 -76
- package/{esm2020 → esm2022}/lib/saml/components/redirect-saml/redirect-saml.component.mjs +79 -79
- package/{esm2020 → esm2022}/lib/saml/models/i-saml-request.mjs +1 -1
- package/{esm2020 → esm2022}/lib/saml/models/i-saml-response.mjs +1 -1
- package/{esm2020 → esm2022}/lib/saml/models/redirect-saml-request.mjs +3 -3
- package/{esm2020 → esm2022}/lib/saml/models/sso-gateway-model.mjs +3 -3
- package/{esm2020 → esm2022}/lib/saml/saml-api.mjs +14 -14
- package/{esm2020 → esm2022}/lib/saml/saml.module.mjs +43 -43
- package/{esm2020 → esm2022}/lib/saml/services/entry/abstract-saml-entry.service.mjs +3 -3
- package/{esm2020 → esm2022}/lib/saml/services/entry/sso-gateway-entry.service.mjs +36 -36
- package/{esm2020 → esm2022}/lib/saml/services/send-off/abstract-saml.service.mjs +3 -3
- package/{esm2020 → esm2022}/lib/saml/services/send-off/saml.service.mjs +39 -39
- package/{esm2020 → esm2022}/lib/sof-pipe/constants/constants.mjs +16 -16
- package/{esm2020 → esm2022}/lib/sof-pipe/models/sof-date-pipe-format.mjs +1 -1
- package/{esm2020 → esm2022}/lib/sof-pipe/pipes/sof-blank/sof-blank.pipe.mjs +39 -39
- package/{esm2020 → esm2022}/lib/sof-pipe/pipes/sof-date/sof-date.pipe.mjs +59 -59
- package/{esm2020 → esm2022}/lib/sof-pipe/pipes/sof-ssn/sof-ssn.pipe.mjs +28 -28
- package/{esm2020 → esm2022}/lib/sof-pipe/sof-pipe.api.mjs +8 -8
- package/{esm2020 → esm2022}/lib/sof-pipe/sof-pipe.module.mjs +39 -39
- package/{esm2020 → esm2022}/lib/theming/directives/css-override.directive.mjs +69 -69
- package/{esm2020 → esm2022}/lib/theming/models/css-override.mjs +10 -10
- package/{esm2020 → esm2022}/lib/theming/services/theme.service.mjs +169 -169
- package/{esm2020 → esm2022}/lib/theming/theme-api.mjs +5 -5
- package/{esm2020 → esm2022}/lib/theming/theme.module.mjs +31 -31
- package/esm2022/public-api.mjs +52 -0
- package/{esm2020 → esm2022}/softheon-armature.mjs +4 -4
- package/fesm2022/softheon-armature.mjs +7439 -0
- package/fesm2022/softheon-armature.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/alert-banner/alert-banner-api.d.ts +7 -7
- package/lib/alert-banner/alert-banner.module.d.ts +11 -11
- package/lib/alert-banner/components/alert-banner/alert-banner.component.d.ts +40 -40
- package/lib/alert-banner/models/alert-banner-config.d.ts +20 -20
- package/lib/alert-banner/models/alert-banner-context.d.ts +18 -18
- package/lib/alert-banner/models/constants.d.ts +15 -15
- package/lib/alert-banner/services/alert-banner.service.d.ts +28 -28
- package/lib/armature.module.d.ts +46 -46
- package/lib/base-components/base-component-api.d.ts +13 -13
- package/lib/base-components/base-component.module.d.ts +35 -35
- package/lib/base-components/sof-alert/sof-alert.component.d.ts +40 -40
- package/lib/base-components/sof-badge/sof-badge.component.d.ts +26 -26
- package/lib/base-components/sof-banner/sof-banner.component.d.ts +34 -34
- package/lib/base-components/sof-button-toggle-group/sof-button-toggle-group.component.d.ts +100 -100
- package/lib/base-components/sof-confirm-address/sof-confirm-address.component.d.ts +61 -61
- package/lib/base-components/sof-image-checkbox/sof-image-checkbox.component.d.ts +28 -28
- package/lib/base-components/sof-modal/sof-modal.component.d.ts +51 -51
- package/lib/base-components/sof-progress-bar/sof-progress-bar.component.d.ts +40 -40
- package/lib/base-components/sof-radio-card/sof-radio-card.component.d.ts +20 -20
- package/lib/base-components/sof-simple-alert/sof-simple-alert.component.d.ts +29 -29
- package/lib/base-components/sof-star-rating/sof-star-rating.component.d.ts +25 -25
- package/lib/component-save-print/components/component-save-print/component-save-print.component.d.ts +46 -46
- package/lib/component-save-print/services/component-save-print.service.d.ts +18 -18
- package/lib/component-save-print/sof-ar-component-save-print.module.d.ts +9 -9
- package/lib/core/client-generated/api/session.service.d.ts +94 -94
- package/lib/core/client-generated/configuration.d.ts +48 -48
- package/lib/core/client-generated/encoder.d.ts +10 -10
- package/lib/core/client-generated/model/applicationUserModel.d.ts +54 -54
- package/lib/core/client-generated/model/assertedUserModel.d.ts +25 -25
- package/lib/core/client-generated/model/brandingModel.d.ts +33 -33
- package/lib/core/client-generated/model/errorModel.d.ts +24 -24
- package/lib/core/client-generated/model/folderLink.d.ts +34 -34
- package/lib/core/client-generated/model/identityProfile.d.ts +82 -82
- package/lib/core/client-generated/model/models.d.ts +19 -19
- package/lib/core/client-generated/model/oAuthModel.d.ts +28 -28
- package/lib/core/client-generated/model/preferencesRow.d.ts +15 -15
- package/lib/core/client-generated/model/rolesRow.d.ts +17 -17
- package/lib/core/client-generated/model/sessionGetResponseModel.d.ts +23 -23
- package/lib/core/client-generated/model/sessionPostRequestModel.d.ts +39 -39
- package/lib/core/client-generated/model/sessionPostResponseModel.d.ts +23 -23
- package/lib/core/client-generated/model/sessionPutRequestModel.d.ts +39 -39
- package/lib/core/client-generated/model/sessionPutResponseModel.d.ts +23 -23
- package/lib/core/client-generated/model/sessionResponseModel.d.ts +43 -43
- package/lib/core/client-generated/model/settingsProfile.d.ts +21 -21
- package/lib/core/client-generated/model/themePaletteColorsModel.d.ts +72 -72
- package/lib/core/client-generated/model/themePaletteModel.d.ts +65 -65
- package/lib/core/client-generated/model/trackingModel.d.ts +24 -24
- package/lib/core/client-generated/model/validationRecordsRow.d.ts +17 -17
- package/lib/core/client-generated/variables.d.ts +8 -8
- package/lib/core/components/app-template/app-template.component.d.ts +61 -67
- package/lib/core/functions/guid.d.ts +4 -4
- package/lib/core/functions/naming-convention.d.ts +6 -6
- package/lib/core/functions/route-to-pre-login-route.d.ts +6 -6
- package/lib/core/initializer/abstract-startup-service.d.ts +5 -5
- package/lib/core/initializer/initializer.service.d.ts +79 -87
- package/lib/core/interceptors/armature-auth-token-append.interceptor.d.ts +31 -31
- package/lib/core/models/base-config.d.ts +18 -23
- package/lib/core/models/constants.d.ts +13 -17
- package/lib/core/models/data-store-config.d.ts +27 -27
- package/lib/core/models/header-config.d.ts +9 -9
- package/lib/core/models/http-verbs.d.ts +10 -10
- package/lib/core/models/navigation-config.d.ts +14 -14
- package/lib/core/models/oidc-auth-settings.d.ts +11 -11
- package/lib/core/models/route-path.d.ts +5 -5
- package/lib/core/models/session-config.d.ts +18 -18
- package/lib/core/models/styles.d.ts +11 -11
- package/lib/core/models/subdomain-config.d.ts +7 -7
- package/lib/core/models/typed-session.d.ts +17 -17
- package/lib/core/models/user-entity-service-config.d.ts +14 -14
- package/lib/core/services/authorization.service.d.ts +54 -54
- package/lib/core/services/banner.service.d.ts +31 -31
- package/lib/core/services/base-config.service.d.ts +21 -21
- package/lib/core/services/custom-auth-config.service.d.ts +6 -6
- package/lib/core/services/default-config.service.d.ts +8 -8
- package/lib/core/services/session.service.d.ts +127 -127
- package/lib/core/services/user-entity.service.d.ts +47 -47
- package/lib/distributed-cache/client-generated/api/api.d.ts +3 -3
- package/lib/distributed-cache/client-generated/api/cache.service.d.ts +72 -72
- package/lib/distributed-cache/client-generated/configuration.d.ts +48 -48
- package/lib/distributed-cache/client-generated/encoder.d.ts +10 -10
- package/lib/distributed-cache/client-generated/model/cacheExpirationType.d.ts +19 -19
- package/lib/distributed-cache/client-generated/model/createCacheEntryRequestModel.d.ts +33 -33
- package/lib/distributed-cache/client-generated/model/models.d.ts +4 -4
- package/lib/distributed-cache/client-generated/model/retrieveCacheEntryResponseModel.d.ts +20 -20
- package/lib/distributed-cache/client-generated/model/updateCacheEntryRequestModel.d.ts +20 -20
- package/lib/distributed-cache/client-generated/variables.d.ts +8 -8
- package/lib/distributed-cache/distributed-cache-api.d.ts +7 -7
- package/lib/distributed-cache/distributed-cache.module.d.ts +8 -8
- package/lib/distributed-cache/models/constants.d.ts +2 -2
- package/lib/distributed-cache/models/policy-person.d.ts +19 -19
- package/lib/distributed-cache/services/server-cache.service.d.ts +72 -72
- package/lib/error/components/error-common/error-common.component.d.ts +14 -14
- package/lib/error/error-api.d.ts +4 -4
- package/lib/error/error.module.d.ts +11 -11
- package/lib/error/models/error-common-config.d.ts +21 -21
- package/lib/faq/components/faq/faq.component.d.ts +19 -19
- package/lib/faq/faq-api.d.ts +5 -5
- package/lib/faq/faq.module.d.ts +15 -15
- package/lib/faq/models/faq-config.d.ts +13 -13
- package/lib/faq/models/faq.d.ts +9 -9
- package/lib/feedback-tool/components/feedback-tool/feedback-tool.component.d.ts +62 -0
- package/lib/feedback-tool/feedback-tool-api.d.ts +3 -0
- package/lib/feedback-tool/feedback-tool.module.d.ts +14 -0
- package/lib/footer/components/footer/footer.component.d.ts +14 -14
- package/lib/footer/components/site-map/site-map.component.d.ts +13 -13
- package/lib/footer/footer-api.d.ts +7 -7
- package/lib/footer/footer.module.d.ts +14 -14
- package/lib/footer/models/enum/site-map-direction.d.ts +13 -13
- package/lib/footer/models/footer-config.d.ts +7 -7
- package/lib/footer/models/site-map-models.d.ts +41 -41
- package/lib/forms/components/sof-address/sof-address.component.d.ts +53 -53
- package/lib/forms/directives/alphanumeric/alphanumeric.directive.d.ts +31 -31
- package/lib/forms/directives/input-trim/input-trim.directive.d.ts +58 -58
- package/lib/forms/directives/letters-characters/letters-characters.directive.d.ts +27 -27
- package/lib/forms/directives/letters-only/letters-only.directive.d.ts +27 -27
- package/lib/forms/directives/numbers-only/numbers-only.directive.d.ts +22 -22
- package/lib/forms/forms-api.d.ts +14 -14
- package/lib/forms/forms.module.d.ts +21 -21
- package/lib/forms/models/address.d.ts +14 -14
- package/lib/forms/models/constants.d.ts +9 -9
- package/lib/forms/models/county.d.ts +13 -13
- package/lib/forms/models/enums/states.d.ts +64 -64
- package/lib/forms/pipes/phone-format.pipe.d.ts +10 -10
- package/lib/forms/services/alert.service.d.ts +60 -60
- package/lib/header/components/header/header.component.d.ts +120 -120
- package/lib/header/components/mobile-header-menu/mobile-header-menu.component.d.ts +26 -26
- package/lib/header/header-api.d.ts +9 -9
- package/lib/header/header.module.d.ts +20 -20
- package/lib/header/models/header-auth.settings.d.ts +30 -30
- package/lib/header/models/header-language.settings.d.ts +10 -10
- package/lib/header/models/header-theme.settings.d.ts +19 -19
- package/lib/header/models/header.settings.d.ts +53 -53
- package/lib/header/models/mobile-header-nav.settings.d.ts +11 -11
- package/lib/navigation/components/navigation/navigation.component.d.ts +200 -200
- package/lib/navigation/models/nav-theme.settings.d.ts +25 -25
- package/lib/navigation/models/nav.settings.d.ts +64 -64
- package/lib/navigation/models/navigation.d.ts +40 -40
- package/lib/navigation/navigation-api.d.ts +6 -6
- package/lib/navigation/navigation.module.d.ts +25 -25
- package/lib/oauth/models/constants.d.ts +6 -6
- package/lib/oauth/models/generated/accountManagementAssertionModel.d.ts +49 -49
- package/lib/oauth/models/generated/accountManagementRefreshRequestModel.d.ts +21 -21
- package/lib/oauth/models/generated/accountManagementResponseModel.d.ts +45 -45
- package/lib/oauth/models/generated/coverageDetail.d.ts +67 -67
- package/lib/oauth/models/generated/finance.d.ts +36 -36
- package/lib/oauth/models/generated/iSsoResponseModel.d.ts +44 -44
- package/lib/oauth/models/generated/iSsoResponseModelAccountManagementAssertionModel.d.ts +45 -45
- package/lib/oauth/models/generated/person.d.ts +53 -53
- package/lib/oauth/models/generated/policy.d.ts +51 -51
- package/lib/oauth/models/generated/refreshResponseModel.d.ts +20 -20
- package/lib/oauth/models/hybrid-saml-oauth-config.d.ts +14 -14
- package/lib/oauth/oauth-api.d.ts +12 -12
- package/lib/oauth/oauth.module.d.ts +9 -9
- package/lib/oauth/services/hybrid-saml-oauth.service.d.ts +59 -59
- package/lib/rbac/directives/rbac-action.directive.d.ts +27 -27
- package/lib/rbac/models/access-token-claims.d.ts +18 -18
- package/lib/rbac/models/constants.d.ts +4 -4
- package/lib/rbac/models/decoded-access-token.d.ts +43 -43
- package/lib/rbac/models/rbac-config.d.ts +15 -15
- package/lib/rbac/models/role-access.d.ts +7 -7
- package/lib/rbac/rbac-api.d.ts +11 -11
- package/lib/rbac/rbac.module.d.ts +19 -19
- package/lib/rbac/services/ar-role-nav.service.d.ts +25 -25
- package/lib/rbac/services/oauth2-role.service.d.ts +51 -51
- package/lib/rbac/services/role-nav.service.d.ts +12 -12
- package/lib/rbac/services/tokens.d.ts +3 -3
- package/lib/resize-panels/components/resize-panels/resize-panels.component.d.ts +64 -64
- package/lib/resize-panels/models/resize-event.d.ts +6 -6
- package/lib/resize-panels/resize-panels-api.d.ts +4 -4
- package/lib/resize-panels/resize-panels.module.d.ts +9 -9
- package/lib/rum/models/arm-error.d.ts +27 -27
- package/lib/rum/models/rum-config.d.ts +9 -9
- package/lib/rum/rum-api.d.ts +7 -7
- package/lib/rum/rum.module.d.ts +14 -14
- package/lib/rum/services/rum.service.d.ts +47 -47
- package/lib/rum/services/shared-error.service.d.ts +27 -27
- package/lib/rum/services/softheon-error-handler.service.d.ts +32 -32
- package/lib/saml/components/redirect-saml/redirect-saml.component.d.ts +41 -41
- package/lib/saml/models/i-saml-request.d.ts +4 -4
- package/lib/saml/models/i-saml-response.d.ts +4 -4
- package/lib/saml/models/redirect-saml-request.d.ts +24 -24
- package/lib/saml/models/sso-gateway-model.d.ts +17 -17
- package/lib/saml/saml-api.d.ts +11 -11
- package/lib/saml/saml.module.d.ts +9 -9
- package/lib/saml/services/entry/abstract-saml-entry.service.d.ts +16 -16
- package/lib/saml/services/entry/sso-gateway-entry.service.d.ts +22 -22
- package/lib/saml/services/send-off/abstract-saml.service.d.ts +20 -20
- package/lib/saml/services/send-off/saml.service.d.ts +32 -32
- package/lib/sof-pipe/constants/constants.d.ts +8 -8
- package/lib/sof-pipe/models/sof-date-pipe-format.d.ts +7 -7
- package/lib/sof-pipe/pipes/sof-blank/sof-blank.pipe.d.ts +19 -19
- package/lib/sof-pipe/pipes/sof-date/sof-date.pipe.d.ts +21 -21
- package/lib/sof-pipe/pipes/sof-ssn/sof-ssn.pipe.d.ts +12 -12
- package/lib/sof-pipe/sof-pipe.api.d.ts +7 -7
- package/lib/sof-pipe/sof-pipe.module.d.ts +10 -10
- package/lib/theming/directives/css-override.directive.d.ts +20 -20
- package/lib/theming/models/css-override.d.ts +15 -15
- package/lib/theming/services/theme.service.d.ts +48 -48
- package/lib/theming/theme-api.d.ts +5 -5
- package/lib/theming/theme.module.d.ts +9 -9
- package/package.json +17 -23
- package/public-api.d.ts +49 -48
- package/esm2020/lib/armature.module.mjs +0 -179
- package/esm2020/lib/base-components/sof-banner/sof-banner.component.mjs +0 -49
- package/esm2020/lib/base-components/sof-image-checkbox/sof-image-checkbox.component.mjs +0 -58
- package/esm2020/lib/base-components/sof-modal/sof-modal.component.mjs +0 -58
- package/esm2020/lib/base-components/sof-progress-bar/sof-progress-bar.component.mjs +0 -79
- package/esm2020/lib/base-components/sof-star-rating/sof-star-rating.component.mjs +0 -40
- package/esm2020/lib/component-save-print/sof-ar-component-save-print.module.mjs +0 -32
- package/esm2020/lib/core/components/app-template/app-template.component.mjs +0 -258
- package/esm2020/lib/core/initializer/initializer.service.mjs +0 -302
- package/esm2020/lib/core/models/base-config.mjs +0 -2
- package/esm2020/lib/core/models/constants.mjs +0 -17
- package/esm2020/lib/core/models/federated-module-config.mjs +0 -2
- package/esm2020/lib/core/services/federated-module.service.mjs +0 -60
- package/esm2020/lib/distributed-cache/distributed-cache.module.mjs +0 -38
- package/esm2020/lib/faq/components/faq/faq.component.mjs +0 -40
- package/esm2020/lib/footer/components/footer/footer.component.mjs +0 -25
- package/esm2020/lib/forms/models/constants.mjs +0 -10
- package/esm2020/lib/header/components/header/header.component.mjs +0 -161
- package/esm2020/lib/navigation/components/navigation/navigation.component.mjs +0 -556
- package/esm2020/public-api.mjs +0 -51
- package/fesm2015/softheon-armature.mjs +0 -7361
- package/fesm2015/softheon-armature.mjs.map +0 -1
- package/fesm2020/softheon-armature.mjs +0 -7416
- package/fesm2020/softheon-armature.mjs.map +0 -1
- package/lib/core/models/federated-module-config.d.ts +0 -3
- package/lib/core/services/federated-module.service.d.ts +0 -23
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* County model
|
|
3
|
-
*/
|
|
4
|
-
export interface County {
|
|
5
|
-
/** ZIP Code */
|
|
6
|
-
zipCode?: string;
|
|
7
|
-
/** FIPS Code */
|
|
8
|
-
fipsCode?: string;
|
|
9
|
-
/** State county is located in */
|
|
10
|
-
state?: string;
|
|
11
|
-
/** Name of the county */
|
|
12
|
-
name?: string;
|
|
13
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* County model
|
|
3
|
+
*/
|
|
4
|
+
export interface County {
|
|
5
|
+
/** ZIP Code */
|
|
6
|
+
zipCode?: string;
|
|
7
|
+
/** FIPS Code */
|
|
8
|
+
fipsCode?: string;
|
|
9
|
+
/** State county is located in */
|
|
10
|
+
state?: string;
|
|
11
|
+
/** Name of the county */
|
|
12
|
+
name?: string;
|
|
13
|
+
}
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The States enum
|
|
3
|
-
*/
|
|
4
|
-
export declare enum States {
|
|
5
|
-
AL = "Alabama",
|
|
6
|
-
AK = "Alaska",
|
|
7
|
-
AS = "American Samoa",
|
|
8
|
-
AZ = "Arizona",
|
|
9
|
-
AR = "Arkansas",
|
|
10
|
-
CA = "California",
|
|
11
|
-
CO = "Colorado",
|
|
12
|
-
CT = "Connecticut",
|
|
13
|
-
DE = "Delaware",
|
|
14
|
-
DC = "District of Columbia",
|
|
15
|
-
FL = "Florida",
|
|
16
|
-
FM = "Micronesia",
|
|
17
|
-
GA = "Georgia",
|
|
18
|
-
GU = "Guam",
|
|
19
|
-
HI = "Hawaii",
|
|
20
|
-
ID = "Idaho",
|
|
21
|
-
IL = "Illinois",
|
|
22
|
-
IN = "Indiana",
|
|
23
|
-
IA = "Iowa",
|
|
24
|
-
KS = "Kansas",
|
|
25
|
-
KY = "Kentucky",
|
|
26
|
-
LA = "Louisiana",
|
|
27
|
-
ME = "Maine",
|
|
28
|
-
MD = "Maryland",
|
|
29
|
-
MA = "Massachusetts",
|
|
30
|
-
MH = "Marshall Islands",
|
|
31
|
-
MI = "Michigan",
|
|
32
|
-
MN = "Minnesota",
|
|
33
|
-
MP = "Northern Mariana Islands",
|
|
34
|
-
MS = "Mississippi",
|
|
35
|
-
MO = "Missouri",
|
|
36
|
-
MT = "Montana",
|
|
37
|
-
NE = "Nebraska",
|
|
38
|
-
NV = "Nevada",
|
|
39
|
-
NH = "New Hampshire",
|
|
40
|
-
NJ = "New Jersey",
|
|
41
|
-
NM = "New Mexico",
|
|
42
|
-
NY = "New York",
|
|
43
|
-
NC = "North Carolina",
|
|
44
|
-
ND = "North Dakota",
|
|
45
|
-
OH = "Ohio",
|
|
46
|
-
OK = "Oklahoma",
|
|
47
|
-
OR = "Oregon",
|
|
48
|
-
PA = "Pennsylvania",
|
|
49
|
-
PR = "Puerto Rico",
|
|
50
|
-
PW = "Palau",
|
|
51
|
-
RI = "Rhode Island",
|
|
52
|
-
SC = "South Carolina",
|
|
53
|
-
SD = "South Dakota",
|
|
54
|
-
TN = "Tennessee",
|
|
55
|
-
TX = "Texas",
|
|
56
|
-
UT = "Utah",
|
|
57
|
-
VT = "Vermont",
|
|
58
|
-
VA = "Virginia",
|
|
59
|
-
VI = "Virgin Islands",
|
|
60
|
-
WA = "Washington",
|
|
61
|
-
WV = "West Virginia",
|
|
62
|
-
WI = "Wisconsin",
|
|
63
|
-
WY = "Wyoming"
|
|
64
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* The States enum
|
|
3
|
+
*/
|
|
4
|
+
export declare enum States {
|
|
5
|
+
AL = "Alabama",
|
|
6
|
+
AK = "Alaska",
|
|
7
|
+
AS = "American Samoa",
|
|
8
|
+
AZ = "Arizona",
|
|
9
|
+
AR = "Arkansas",
|
|
10
|
+
CA = "California",
|
|
11
|
+
CO = "Colorado",
|
|
12
|
+
CT = "Connecticut",
|
|
13
|
+
DE = "Delaware",
|
|
14
|
+
DC = "District of Columbia",
|
|
15
|
+
FL = "Florida",
|
|
16
|
+
FM = "Micronesia",
|
|
17
|
+
GA = "Georgia",
|
|
18
|
+
GU = "Guam",
|
|
19
|
+
HI = "Hawaii",
|
|
20
|
+
ID = "Idaho",
|
|
21
|
+
IL = "Illinois",
|
|
22
|
+
IN = "Indiana",
|
|
23
|
+
IA = "Iowa",
|
|
24
|
+
KS = "Kansas",
|
|
25
|
+
KY = "Kentucky",
|
|
26
|
+
LA = "Louisiana",
|
|
27
|
+
ME = "Maine",
|
|
28
|
+
MD = "Maryland",
|
|
29
|
+
MA = "Massachusetts",
|
|
30
|
+
MH = "Marshall Islands",
|
|
31
|
+
MI = "Michigan",
|
|
32
|
+
MN = "Minnesota",
|
|
33
|
+
MP = "Northern Mariana Islands",
|
|
34
|
+
MS = "Mississippi",
|
|
35
|
+
MO = "Missouri",
|
|
36
|
+
MT = "Montana",
|
|
37
|
+
NE = "Nebraska",
|
|
38
|
+
NV = "Nevada",
|
|
39
|
+
NH = "New Hampshire",
|
|
40
|
+
NJ = "New Jersey",
|
|
41
|
+
NM = "New Mexico",
|
|
42
|
+
NY = "New York",
|
|
43
|
+
NC = "North Carolina",
|
|
44
|
+
ND = "North Dakota",
|
|
45
|
+
OH = "Ohio",
|
|
46
|
+
OK = "Oklahoma",
|
|
47
|
+
OR = "Oregon",
|
|
48
|
+
PA = "Pennsylvania",
|
|
49
|
+
PR = "Puerto Rico",
|
|
50
|
+
PW = "Palau",
|
|
51
|
+
RI = "Rhode Island",
|
|
52
|
+
SC = "South Carolina",
|
|
53
|
+
SD = "South Dakota",
|
|
54
|
+
TN = "Tennessee",
|
|
55
|
+
TX = "Texas",
|
|
56
|
+
UT = "Utah",
|
|
57
|
+
VT = "Vermont",
|
|
58
|
+
VA = "Virginia",
|
|
59
|
+
VI = "Virgin Islands",
|
|
60
|
+
WA = "Washington",
|
|
61
|
+
WV = "West Virginia",
|
|
62
|
+
WI = "Wisconsin",
|
|
63
|
+
WY = "Wyoming"
|
|
64
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* A pipe that takes a simple string phone number and formats it
|
|
5
|
-
*/
|
|
6
|
-
export declare class PhoneFormatPipe implements PipeTransform {
|
|
7
|
-
transform(phoneNumber: string): string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneFormatPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PhoneFormatPipe, "sofArPhone", false>;
|
|
10
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* A pipe that takes a simple string phone number and formats it
|
|
5
|
+
*/
|
|
6
|
+
export declare class PhoneFormatPipe implements PipeTransform {
|
|
7
|
+
transform(phoneNumber: string): string;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneFormatPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PhoneFormatPipe, "sofArPhone", false>;
|
|
10
|
+
}
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { AbstractControl, FormGroup } from '@angular/forms';
|
|
3
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Service to handle error alerts
|
|
8
|
-
*/
|
|
9
|
-
export declare class AlertService {
|
|
10
|
-
snackBar: MatSnackBar;
|
|
11
|
-
private translateService;
|
|
12
|
-
/** the translation ket for close text */
|
|
13
|
-
readonly closeTextKey: string;
|
|
14
|
-
/**
|
|
15
|
-
* The constructor
|
|
16
|
-
* @param snackBar the angular material snackbar
|
|
17
|
-
* @param translateService the translate service
|
|
18
|
-
*/
|
|
19
|
-
constructor(snackBar: MatSnackBar, translateService: TranslateService);
|
|
20
|
-
/**
|
|
21
|
-
* Opens a generic snack bar alert
|
|
22
|
-
* @param detailsTextKey text to show in the alert
|
|
23
|
-
* @param durationLength how long the alert should be shown before it fades
|
|
24
|
-
*/
|
|
25
|
-
openCustomSnackBarAlert(detailsTextKey: string, params?: any, durationLength?: number): void;
|
|
26
|
-
/**
|
|
27
|
-
* Opens an alert with a the specific form validation error
|
|
28
|
-
* @param form the form to validate
|
|
29
|
-
* @param el the element reference from the forms page, used to set focus on invalid form
|
|
30
|
-
* @param durationLength how long the alert should be shown before it fades
|
|
31
|
-
*/
|
|
32
|
-
openFormInvalidSnackBarAlert(form: FormGroup, el: ElementRef, durationLength?: number): void;
|
|
33
|
-
/**
|
|
34
|
-
* Iterates through a form (form group/form array) recursively to get the individual form control that is invalid
|
|
35
|
-
* @param form the form to validate
|
|
36
|
-
* @param el the element reference from the forms page, used to set focus on invalid form
|
|
37
|
-
* @param durationLength how long the alert should be shown before it fades
|
|
38
|
-
*/
|
|
39
|
-
getWhatIsNotFilledOut(form: FormGroup, el: ElementRef, durationLength: number): string;
|
|
40
|
-
/**
|
|
41
|
-
* Gets the error message based on the form control that is invalid
|
|
42
|
-
* @param control the invalid form control
|
|
43
|
-
* @param field the field name that is invalid
|
|
44
|
-
* @param el the element reference from the forms page, used to set focus on invalid form
|
|
45
|
-
* @param durationLength how long the alert should be shown before it fades
|
|
46
|
-
*/
|
|
47
|
-
getErrorMessage(control: AbstractControl, field: string, el: ElementRef, durationLength: number): string;
|
|
48
|
-
/**
|
|
49
|
-
* Formats the form control name to readable text to display to the user in an error alert
|
|
50
|
-
* @param field The field
|
|
51
|
-
*/
|
|
52
|
-
getFieldFormattedText(field: string): string;
|
|
53
|
-
/**
|
|
54
|
-
* Sets focus to the first invalid form control element
|
|
55
|
-
* @param el Element to focus on
|
|
56
|
-
*/
|
|
57
|
-
setFocusToFormControl(el: ElementRef): void;
|
|
58
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AlertService, never>;
|
|
59
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AlertService>;
|
|
60
|
-
}
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormGroup } from '@angular/forms';
|
|
3
|
+
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
4
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Service to handle error alerts
|
|
8
|
+
*/
|
|
9
|
+
export declare class AlertService {
|
|
10
|
+
snackBar: MatSnackBar;
|
|
11
|
+
private translateService;
|
|
12
|
+
/** the translation ket for close text */
|
|
13
|
+
readonly closeTextKey: string;
|
|
14
|
+
/**
|
|
15
|
+
* The constructor
|
|
16
|
+
* @param snackBar the angular material snackbar
|
|
17
|
+
* @param translateService the translate service
|
|
18
|
+
*/
|
|
19
|
+
constructor(snackBar: MatSnackBar, translateService: TranslateService);
|
|
20
|
+
/**
|
|
21
|
+
* Opens a generic snack bar alert
|
|
22
|
+
* @param detailsTextKey text to show in the alert
|
|
23
|
+
* @param durationLength how long the alert should be shown before it fades
|
|
24
|
+
*/
|
|
25
|
+
openCustomSnackBarAlert(detailsTextKey: string, params?: any, durationLength?: number): void;
|
|
26
|
+
/**
|
|
27
|
+
* Opens an alert with a the specific form validation error
|
|
28
|
+
* @param form the form to validate
|
|
29
|
+
* @param el the element reference from the forms page, used to set focus on invalid form
|
|
30
|
+
* @param durationLength how long the alert should be shown before it fades
|
|
31
|
+
*/
|
|
32
|
+
openFormInvalidSnackBarAlert(form: FormGroup, el: ElementRef, durationLength?: number): void;
|
|
33
|
+
/**
|
|
34
|
+
* Iterates through a form (form group/form array) recursively to get the individual form control that is invalid
|
|
35
|
+
* @param form the form to validate
|
|
36
|
+
* @param el the element reference from the forms page, used to set focus on invalid form
|
|
37
|
+
* @param durationLength how long the alert should be shown before it fades
|
|
38
|
+
*/
|
|
39
|
+
getWhatIsNotFilledOut(form: FormGroup, el: ElementRef, durationLength: number): string;
|
|
40
|
+
/**
|
|
41
|
+
* Gets the error message based on the form control that is invalid
|
|
42
|
+
* @param control the invalid form control
|
|
43
|
+
* @param field the field name that is invalid
|
|
44
|
+
* @param el the element reference from the forms page, used to set focus on invalid form
|
|
45
|
+
* @param durationLength how long the alert should be shown before it fades
|
|
46
|
+
*/
|
|
47
|
+
getErrorMessage(control: AbstractControl, field: string, el: ElementRef, durationLength: number): string;
|
|
48
|
+
/**
|
|
49
|
+
* Formats the form control name to readable text to display to the user in an error alert
|
|
50
|
+
* @param field The field
|
|
51
|
+
*/
|
|
52
|
+
getFieldFormattedText(field: string): string;
|
|
53
|
+
/**
|
|
54
|
+
* Sets focus to the first invalid form control element
|
|
55
|
+
* @param el Element to focus on
|
|
56
|
+
*/
|
|
57
|
+
setFocusToFormControl(el: ElementRef): void;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AlertService, never>;
|
|
59
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AlertService>;
|
|
60
|
+
}
|
|
@@ -1,120 +1,120 @@
|
|
|
1
|
-
import { MediaMatcher } from '@angular/cdk/layout';
|
|
2
|
-
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
3
|
-
import { MatSlideToggleChange } from '@angular/material/slide-toggle';
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
-
import { OAuthService, OAuthStorage } from 'angular-oauth2-oidc';
|
|
6
|
-
import { AuthorizationService } from '../../../core/services/authorization.service';
|
|
7
|
-
import { HybridSamlOauthService } from '../../../oauth/oauth-api';
|
|
8
|
-
import { HeaderAuthSettings } from '../../models/header-auth.settings';
|
|
9
|
-
import { HeaderLanguageSettings } from '../../models/header-language.settings';
|
|
10
|
-
import { HeaderThemeSettings } from '../../models/header-theme.settings';
|
|
11
|
-
import { HeaderSettings } from '../../models/header.settings';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
/** The Header Component */
|
|
14
|
-
export declare class ArmatureHeaderComponent implements OnInit {
|
|
15
|
-
private readonly authService;
|
|
16
|
-
private readonly authStorage;
|
|
17
|
-
private readonly translateService;
|
|
18
|
-
private readonly media;
|
|
19
|
-
private readonly changeDetectorRef;
|
|
20
|
-
private readonly authorizationService;
|
|
21
|
-
private readonly hybridAuthService;
|
|
22
|
-
/** Component Input - the header settings */
|
|
23
|
-
settings: HeaderSettings;
|
|
24
|
-
/** Component Input - the header theme settings */
|
|
25
|
-
themeSettings: HeaderThemeSettings;
|
|
26
|
-
/** Authorization settings.*/
|
|
27
|
-
authSettings: HeaderAuthSettings;
|
|
28
|
-
/** Current language **/
|
|
29
|
-
currentLang: string;
|
|
30
|
-
/** Sets language **/
|
|
31
|
-
setLanguage$: EventEmitter<any>;
|
|
32
|
-
/** Event Emitter for if user is logged in. */
|
|
33
|
-
isLoggedInEE: EventEmitter<boolean>;
|
|
34
|
-
/** Gets the non used language */
|
|
35
|
-
get otherLangText(): string;
|
|
36
|
-
/** SETTINGS */
|
|
37
|
-
/** if the header is being paired with the armature navigation. this will auto create the room on mobile for the navigation icon */
|
|
38
|
-
armatureNavigation: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* Whether to use the armature header overlay, does not mix with armature navigation
|
|
41
|
-
* This instead will hide the right header content and display what's passed to it within the side nav.
|
|
42
|
-
*/
|
|
43
|
-
armatureHeaderOverlay: boolean;
|
|
44
|
-
/** whether or not to display the logo */
|
|
45
|
-
displayLogo: boolean;
|
|
46
|
-
/** the logo url */
|
|
47
|
-
logoUrl: string;
|
|
48
|
-
/** the logo alt text */
|
|
49
|
-
logoAltText: string;
|
|
50
|
-
/** whether or not to show the logo text, default false */
|
|
51
|
-
displayLogoText: boolean;
|
|
52
|
-
/** the header logo text */
|
|
53
|
-
headerLogoText: string;
|
|
54
|
-
/** whether or not to show the built in drop down menu, default false */
|
|
55
|
-
displayDropDownMenu: boolean;
|
|
56
|
-
/** the drop down menu screen reader text */
|
|
57
|
-
dropDownMenuSRText: string;
|
|
58
|
-
/** the drop down menu aria text */
|
|
59
|
-
dropDownAriaText: string;
|
|
60
|
-
/** the header menu drop down icon */
|
|
61
|
-
headerDropDownIcon: string;
|
|
62
|
-
/** whether or not to show the super header, default false */
|
|
63
|
-
displaySuperHeader: boolean;
|
|
64
|
-
/** THEME SETTINGS */
|
|
65
|
-
/** the header color */
|
|
66
|
-
headerColor: string;
|
|
67
|
-
/** using color string icon color, overrides iconMatColor */
|
|
68
|
-
iconColor: string;
|
|
69
|
-
/** Whether or not to add a drop shadow to the header, default true */
|
|
70
|
-
headerDropShadow: boolean;
|
|
71
|
-
/** The color of the super header */
|
|
72
|
-
superHeaderColor: string;
|
|
73
|
-
/** AUTH SETTINGS */
|
|
74
|
-
/** Flag if user is logged in. */
|
|
75
|
-
isLoggedIn: boolean;
|
|
76
|
-
/** User name **/
|
|
77
|
-
userName: string;
|
|
78
|
-
/** Authorization Button Text. */
|
|
79
|
-
get authBtnText(): string;
|
|
80
|
-
get manageUrl(): string;
|
|
81
|
-
/** The header language settings */
|
|
82
|
-
headerLanguageSettings: HeaderLanguageSettings;
|
|
83
|
-
/** the mobile query */
|
|
84
|
-
mobileQuery: MediaQueryList;
|
|
85
|
-
/** the mobile query listener2 */
|
|
86
|
-
private readonly _mobileQueryListener;
|
|
87
|
-
/** The claims */
|
|
88
|
-
private claims;
|
|
89
|
-
/**
|
|
90
|
-
* Constructor.
|
|
91
|
-
* @param authService OAuth Service.
|
|
92
|
-
* @param authStorage OAuth Storage.
|
|
93
|
-
* @param hybridAuthService Hybrid SAML Oauth service.
|
|
94
|
-
* @param media The media matcher
|
|
95
|
-
* @param changeDetectorRef The change detector reference
|
|
96
|
-
* @param authorizationService The Authorization Service.
|
|
97
|
-
*/
|
|
98
|
-
constructor(authService: OAuthService, authStorage: OAuthStorage, translateService: TranslateService, media: MediaMatcher, changeDetectorRef: ChangeDetectorRef, authorizationService: AuthorizationService, hybridAuthService: HybridSamlOauthService);
|
|
99
|
-
/** On Init */
|
|
100
|
-
ngOnInit(): void;
|
|
101
|
-
/**
|
|
102
|
-
* Toggles the them of the application
|
|
103
|
-
* @param event The event
|
|
104
|
-
*/
|
|
105
|
-
toggleTheme(event: MatSlideToggleChange): void;
|
|
106
|
-
/**
|
|
107
|
-
* Authorize User.
|
|
108
|
-
*/
|
|
109
|
-
authorizeUser(): void;
|
|
110
|
-
/**
|
|
111
|
-
* Sets the theme color
|
|
112
|
-
* @param variable the css variable name
|
|
113
|
-
* @param color the color
|
|
114
|
-
*/
|
|
115
|
-
setThemeColor(variable: string, color: string): void;
|
|
116
|
-
/** Sets the header theme settings */
|
|
117
|
-
private setHeaderThemeSettings;
|
|
118
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ArmatureHeaderComponent, [null, null, null, null, null, null, { optional: true; }]>;
|
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ArmatureHeaderComponent, "sof-ar-header", never, { "settings": "settings"; "themeSettings": "themeSettings"; "authSettings": "authSettings"; "currentLang": "currentLang"; }, { "setLanguage$": "setLanguage$"; "isLoggedInEE": "isLoggedInEE"; }, never, ["[sof-ar-super-header]", "[sof-ar-header-left]", "[sof-ar-header-center]", "[sof-ar-header-right]", "[sof-ar-header-menu]", "[sof-header-user-menu]"], false, never>;
|
|
120
|
-
}
|
|
1
|
+
import { MediaMatcher } from '@angular/cdk/layout';
|
|
2
|
+
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
3
|
+
import { MatSlideToggleChange } from '@angular/material/slide-toggle';
|
|
4
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
5
|
+
import { OAuthService, OAuthStorage } from 'angular-oauth2-oidc';
|
|
6
|
+
import { AuthorizationService } from '../../../core/services/authorization.service';
|
|
7
|
+
import { HybridSamlOauthService } from '../../../oauth/oauth-api';
|
|
8
|
+
import { HeaderAuthSettings } from '../../models/header-auth.settings';
|
|
9
|
+
import { HeaderLanguageSettings } from '../../models/header-language.settings';
|
|
10
|
+
import { HeaderThemeSettings } from '../../models/header-theme.settings';
|
|
11
|
+
import { HeaderSettings } from '../../models/header.settings';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
/** The Header Component */
|
|
14
|
+
export declare class ArmatureHeaderComponent implements OnInit {
|
|
15
|
+
private readonly authService;
|
|
16
|
+
private readonly authStorage;
|
|
17
|
+
private readonly translateService;
|
|
18
|
+
private readonly media;
|
|
19
|
+
private readonly changeDetectorRef;
|
|
20
|
+
private readonly authorizationService;
|
|
21
|
+
private readonly hybridAuthService;
|
|
22
|
+
/** Component Input - the header settings */
|
|
23
|
+
settings: HeaderSettings;
|
|
24
|
+
/** Component Input - the header theme settings */
|
|
25
|
+
themeSettings: HeaderThemeSettings;
|
|
26
|
+
/** Authorization settings.*/
|
|
27
|
+
authSettings: HeaderAuthSettings;
|
|
28
|
+
/** Current language **/
|
|
29
|
+
currentLang: string;
|
|
30
|
+
/** Sets language **/
|
|
31
|
+
setLanguage$: EventEmitter<any>;
|
|
32
|
+
/** Event Emitter for if user is logged in. */
|
|
33
|
+
isLoggedInEE: EventEmitter<boolean>;
|
|
34
|
+
/** Gets the non used language */
|
|
35
|
+
get otherLangText(): string;
|
|
36
|
+
/** SETTINGS */
|
|
37
|
+
/** if the header is being paired with the armature navigation. this will auto create the room on mobile for the navigation icon */
|
|
38
|
+
armatureNavigation: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Whether to use the armature header overlay, does not mix with armature navigation
|
|
41
|
+
* This instead will hide the right header content and display what's passed to it within the side nav.
|
|
42
|
+
*/
|
|
43
|
+
armatureHeaderOverlay: boolean;
|
|
44
|
+
/** whether or not to display the logo */
|
|
45
|
+
displayLogo: boolean;
|
|
46
|
+
/** the logo url */
|
|
47
|
+
logoUrl: string;
|
|
48
|
+
/** the logo alt text */
|
|
49
|
+
logoAltText: string;
|
|
50
|
+
/** whether or not to show the logo text, default false */
|
|
51
|
+
displayLogoText: boolean;
|
|
52
|
+
/** the header logo text */
|
|
53
|
+
headerLogoText: string;
|
|
54
|
+
/** whether or not to show the built in drop down menu, default false */
|
|
55
|
+
displayDropDownMenu: boolean;
|
|
56
|
+
/** the drop down menu screen reader text */
|
|
57
|
+
dropDownMenuSRText: string;
|
|
58
|
+
/** the drop down menu aria text */
|
|
59
|
+
dropDownAriaText: string;
|
|
60
|
+
/** the header menu drop down icon */
|
|
61
|
+
headerDropDownIcon: string;
|
|
62
|
+
/** whether or not to show the super header, default false */
|
|
63
|
+
displaySuperHeader: boolean;
|
|
64
|
+
/** THEME SETTINGS */
|
|
65
|
+
/** the header color */
|
|
66
|
+
headerColor: string;
|
|
67
|
+
/** using color string icon color, overrides iconMatColor */
|
|
68
|
+
iconColor: string;
|
|
69
|
+
/** Whether or not to add a drop shadow to the header, default true */
|
|
70
|
+
headerDropShadow: boolean;
|
|
71
|
+
/** The color of the super header */
|
|
72
|
+
superHeaderColor: string;
|
|
73
|
+
/** AUTH SETTINGS */
|
|
74
|
+
/** Flag if user is logged in. */
|
|
75
|
+
isLoggedIn: boolean;
|
|
76
|
+
/** User name **/
|
|
77
|
+
userName: string;
|
|
78
|
+
/** Authorization Button Text. */
|
|
79
|
+
get authBtnText(): string;
|
|
80
|
+
get manageUrl(): string;
|
|
81
|
+
/** The header language settings */
|
|
82
|
+
headerLanguageSettings: HeaderLanguageSettings;
|
|
83
|
+
/** the mobile query */
|
|
84
|
+
mobileQuery: MediaQueryList;
|
|
85
|
+
/** the mobile query listener2 */
|
|
86
|
+
private readonly _mobileQueryListener;
|
|
87
|
+
/** The claims */
|
|
88
|
+
private claims;
|
|
89
|
+
/**
|
|
90
|
+
* Constructor.
|
|
91
|
+
* @param authService OAuth Service.
|
|
92
|
+
* @param authStorage OAuth Storage.
|
|
93
|
+
* @param hybridAuthService Hybrid SAML Oauth service.
|
|
94
|
+
* @param media The media matcher
|
|
95
|
+
* @param changeDetectorRef The change detector reference
|
|
96
|
+
* @param authorizationService The Authorization Service.
|
|
97
|
+
*/
|
|
98
|
+
constructor(authService: OAuthService, authStorage: OAuthStorage, translateService: TranslateService, media: MediaMatcher, changeDetectorRef: ChangeDetectorRef, authorizationService: AuthorizationService, hybridAuthService: HybridSamlOauthService);
|
|
99
|
+
/** On Init */
|
|
100
|
+
ngOnInit(): void;
|
|
101
|
+
/**
|
|
102
|
+
* Toggles the them of the application
|
|
103
|
+
* @param event The event
|
|
104
|
+
*/
|
|
105
|
+
toggleTheme(event: MatSlideToggleChange): void;
|
|
106
|
+
/**
|
|
107
|
+
* Authorize User.
|
|
108
|
+
*/
|
|
109
|
+
authorizeUser(): void;
|
|
110
|
+
/**
|
|
111
|
+
* Sets the theme color
|
|
112
|
+
* @param variable the css variable name
|
|
113
|
+
* @param color the color
|
|
114
|
+
*/
|
|
115
|
+
setThemeColor(variable: string, color: string): void;
|
|
116
|
+
/** Sets the header theme settings */
|
|
117
|
+
private setHeaderThemeSettings;
|
|
118
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ArmatureHeaderComponent, [null, null, null, null, null, null, { optional: true; }]>;
|
|
119
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ArmatureHeaderComponent, "sof-ar-header", never, { "settings": { "alias": "settings"; "required": false; }; "themeSettings": { "alias": "themeSettings"; "required": false; }; "authSettings": { "alias": "authSettings"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; }, { "setLanguage$": "setLanguage$"; "isLoggedInEE": "isLoggedInEE"; }, never, ["[sof-ar-super-header]", "[sof-ar-header-left]", "[sof-ar-header-center]", "[sof-ar-header-right]", "[sof-ar-header-menu]", "[sof-header-user-menu]"], false, never>;
|
|
120
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { MobileHeaderNavSettings } from '../../models/mobile-header-nav.settings';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/** The mobile header navigation component */
|
|
5
|
-
export declare class MobileHeaderMenuComponent implements OnInit {
|
|
6
|
-
/** Component Input - the mobile header nav settings */
|
|
7
|
-
settings: MobileHeaderNavSettings;
|
|
8
|
-
/** The menu icon */
|
|
9
|
-
menuIcon: string;
|
|
10
|
-
/** The icon to close the menu */
|
|
11
|
-
closeMenuIcon: string;
|
|
12
|
-
/** The icon color for the menu open/close */
|
|
13
|
-
iconColor: string;
|
|
14
|
-
/** The current icon that should be displayed */
|
|
15
|
-
currentIcon: string;
|
|
16
|
-
/** The mobile header height */
|
|
17
|
-
mobileHeaderHeight: number;
|
|
18
|
-
/** Initializes the component */
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
/** Change the icon to the close menu icon */
|
|
21
|
-
changeToCloseIcon(): void;
|
|
22
|
-
/** Change the icon to the menu icon */
|
|
23
|
-
changeToMenuIcon(): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MobileHeaderMenuComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MobileHeaderMenuComponent, "sof-ar-mobile-header-menu", never, { "settings": "settings"; }, {}, never, ["[sof-ar-mobile-header-menu-items]", "*"], false, never>;
|
|
26
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MobileHeaderNavSettings } from '../../models/mobile-header-nav.settings';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/** The mobile header navigation component */
|
|
5
|
+
export declare class MobileHeaderMenuComponent implements OnInit {
|
|
6
|
+
/** Component Input - the mobile header nav settings */
|
|
7
|
+
settings: MobileHeaderNavSettings;
|
|
8
|
+
/** The menu icon */
|
|
9
|
+
menuIcon: string;
|
|
10
|
+
/** The icon to close the menu */
|
|
11
|
+
closeMenuIcon: string;
|
|
12
|
+
/** The icon color for the menu open/close */
|
|
13
|
+
iconColor: string;
|
|
14
|
+
/** The current icon that should be displayed */
|
|
15
|
+
currentIcon: string;
|
|
16
|
+
/** The mobile header height */
|
|
17
|
+
mobileHeaderHeight: number;
|
|
18
|
+
/** Initializes the component */
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
/** Change the icon to the close menu icon */
|
|
21
|
+
changeToCloseIcon(): void;
|
|
22
|
+
/** Change the icon to the menu icon */
|
|
23
|
+
changeToMenuIcon(): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MobileHeaderMenuComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MobileHeaderMenuComponent, "sof-ar-mobile-header-menu", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, ["[sof-ar-mobile-header-menu-items]", "*"], false, never>;
|
|
26
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/** Public API surface for components */
|
|
2
|
-
export * from './header.module';
|
|
3
|
-
export * from './components/header/header.component';
|
|
4
|
-
export * from './components/mobile-header-menu/mobile-header-menu.component';
|
|
5
|
-
export * from './models/header.settings';
|
|
6
|
-
export * from './models/header-theme.settings';
|
|
7
|
-
export * from './models/header-auth.settings';
|
|
8
|
-
export * from './models/mobile-header-nav.settings';
|
|
9
|
-
export * from './models/header-language.settings';
|
|
1
|
+
/** Public API surface for components */
|
|
2
|
+
export * from './header.module';
|
|
3
|
+
export * from './components/header/header.component';
|
|
4
|
+
export * from './components/mobile-header-menu/mobile-header-menu.component';
|
|
5
|
+
export * from './models/header.settings';
|
|
6
|
+
export * from './models/header-theme.settings';
|
|
7
|
+
export * from './models/header-auth.settings';
|
|
8
|
+
export * from './models/mobile-header-nav.settings';
|
|
9
|
+
export * from './models/header-language.settings';
|