@softheon/armature 15.21.2 → 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/{esm2020 → esm2022}/lib/core/components/app-template/app-template.component.mjs +250 -250
- 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/{esm2020 → esm2022}/lib/core/initializer/initializer.service.mjs +286 -286
- package/{esm2020 → esm2022}/lib/core/interceptors/armature-auth-token-append.interceptor.mjs +73 -73
- package/{esm2020 → esm2022}/lib/core/models/base-config.mjs +1 -1
- package/{esm2020 → esm2022}/lib/core/models/constants.mjs +12 -12
- 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/{esm2020 → esm2022}/public-api.mjs +52 -51
- 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 -61
- 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 -79
- package/lib/core/interceptors/armature-auth-token-append.interceptor.d.ts +31 -31
- package/lib/core/models/base-config.d.ts +18 -18
- package/lib/core/models/constants.d.ts +13 -13
- 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 -176
- 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/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/fesm2015/softheon-armature.mjs +0 -7275
- package/fesm2015/softheon-armature.mjs.map +0 -1
- package/fesm2020/softheon-armature.mjs +0 -7332
- package/fesm2020/softheon-armature.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -4,28 +4,29 @@ This document is also available on [Softheon Wiki](https://wiki.softheon.com/Wik
|
|
|
4
4
|
|
|
5
5
|
## Step 1 - Create an empty project with the correct dependencies
|
|
6
6
|
|
|
7
|
-
To create a project targeting angular
|
|
7
|
+
To create a project targeting angular 17, in the directory you wish to create your project in, run `npm i @angular/cli@17`, once the command completes, run `ng new your-project-name`. This will create an angular project with the latest stable version of angular 17
|
|
8
8
|
|
|
9
9
|
It is preferred to select routing as `yes` and style sheet to `SCSS`
|
|
10
10
|
|
|
11
11
|
Then install the peer dependencies required by the Armature, they can be found below for easy reference
|
|
12
12
|
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
13
|
+
*"@angular/animations": "^17.1.2",
|
|
14
|
+
*"@angular/cdk": "^17.1.2",
|
|
15
|
+
*"@angular/common": "^17.1.2",
|
|
16
|
+
*"@angular/compiler": "^17.1.2",
|
|
17
|
+
*"@angular/core": "^17.1.2",
|
|
18
|
+
*"@angular/flex-layout": "^15.0.0-beta.42",
|
|
19
|
+
*"@angular/forms": "^17.1.2",
|
|
20
|
+
*"@angular/material": "^17.1.2",
|
|
21
|
+
*"@angular/platform-browser": "^17.1.2",
|
|
22
|
+
*"@angular/platform-browser-dynamic": "^17.1.2",
|
|
23
|
+
*"@angular/router": "^17.1.2",
|
|
24
|
+
*"@ngx-translate/core": "^15.0.0",
|
|
25
|
+
*"@ngx-translate/http-loader": "^8.0.0",
|
|
26
|
+
*"angular-oauth2-oidc": "~15.0.1",
|
|
27
|
+
*"angular-oauth2-oidc-jwks": "^15.0.1",
|
|
28
|
+
*"rxjs": "~7.8.0",
|
|
29
|
+
*"moment": "^2.29.4"
|
|
29
30
|
|
|
30
31
|
After these have been installed, run the following to install armature `npm i @softheon/armature`
|
|
31
32
|
|
|
@@ -143,7 +144,7 @@ In your `app.module.ts` add the following to your array of providers `{ provide:
|
|
|
143
144
|
|
|
144
145
|
```scss
|
|
145
146
|
@import "../node_modules/@softheon/armature/assets/styles/arm-theme.scss";
|
|
146
|
-
@import "../node_modules/@softheon/armature/assets/styles/
|
|
147
|
+
@import "../node_modules/@softheon/armature/assets/styles/sof-styles.scss";
|
|
147
148
|
```
|
|
148
149
|
|
|
149
150
|
### 2.5 Setting the app-template selector
|
|
@@ -1870,3 +1871,126 @@ Below is a sample subdomain configuration partial
|
|
|
1870
1871
|
}
|
|
1871
1872
|
}
|
|
1872
1873
|
```
|
|
1874
|
+
## Feedback tool
|
|
1875
|
+
|
|
1876
|
+
### Usage
|
|
1877
|
+
|
|
1878
|
+
In the module that will be using this functionality include the following import
|
|
1879
|
+
|
|
1880
|
+
```javascript
|
|
1881
|
+
import { FeedbackToolModule } from '@softheon/armature';
|
|
1882
|
+
|
|
1883
|
+
@ngModule({
|
|
1884
|
+
declarations: [...],
|
|
1885
|
+
imports: [
|
|
1886
|
+
...
|
|
1887
|
+
FeedbackToolModule
|
|
1888
|
+
...
|
|
1889
|
+
]
|
|
1890
|
+
})
|
|
1891
|
+
```
|
|
1892
|
+
|
|
1893
|
+
Include this variable in the .ts of the page that is using this component,
|
|
1894
|
+
the 'close' event will set to false & destroy the feedback component, remove it from the dom.
|
|
1895
|
+
|
|
1896
|
+
```javascript
|
|
1897
|
+
public showFeedbackTool = true;
|
|
1898
|
+
```
|
|
1899
|
+
|
|
1900
|
+
Include a function to handle the feedback submit.
|
|
1901
|
+
|
|
1902
|
+
```javascript
|
|
1903
|
+
public handleFeedbackSubmit(userFeedback: UserFeedback) {}
|
|
1904
|
+
```
|
|
1905
|
+
|
|
1906
|
+
Include this at the bottom of the .html, usually the 'thank-you' page.
|
|
1907
|
+
|
|
1908
|
+
```html
|
|
1909
|
+
// end of page ...
|
|
1910
|
+
|
|
1911
|
+
@if (showFeedbackTool) {
|
|
1912
|
+
<sof-ar-feedback-tool [application]="'armature'" (close)="showFeedbackTool = false" (feedbackSubmit)="handleFeedbackSubmit($event)"/>
|
|
1913
|
+
}
|
|
1914
|
+
```
|
|
1915
|
+
|
|
1916
|
+
| Name | Description |
|
|
1917
|
+
| ------------------------------------------- | -------------------------------------------------------------------- |
|
|
1918
|
+
| `@Input() private application: string` | The application using this component *required. |
|
|
1919
|
+
| `@Input() private experience: string` | Language key for the user experience, default is 'purchasingPlan'. |
|
|
1920
|
+
| `@Output() public close: EventEmitter` | Destroys this component. |
|
|
1921
|
+
| `@Output() public feedbackSubmit: EventEmitter<UserFeedback>` | The event with the feedback object for submit |
|
|
1922
|
+
|
|
1923
|
+
### Internationalization (i18n)
|
|
1924
|
+
|
|
1925
|
+
The following language keys should be present in there respective JSON files in the i18n folder of the app which uses this component.
|
|
1926
|
+
|
|
1927
|
+
#### i18n/en.json
|
|
1928
|
+
|
|
1929
|
+
```json
|
|
1930
|
+
"armature": {
|
|
1931
|
+
"feedback-tool": {
|
|
1932
|
+
"buttons": {
|
|
1933
|
+
"close": "Close",
|
|
1934
|
+
"got-it": "Got it!",
|
|
1935
|
+
"thumbs-up": "thumbs up",
|
|
1936
|
+
"thumbs-down": "thumbs down",
|
|
1937
|
+
"submit": "Submit"
|
|
1938
|
+
},
|
|
1939
|
+
"descriptions": {
|
|
1940
|
+
"experience": {
|
|
1941
|
+
"purchasingPlan": "Let us know! How would you rate your experience of purchasing a plan?"
|
|
1942
|
+
},
|
|
1943
|
+
"thumbs-up": "Is there anything you would like to share with us about your experience?",
|
|
1944
|
+
"thumbs-down": "We're sorry you had a less than stellar experience. Any suggestions on how we can improve?",
|
|
1945
|
+
"thanks": "Whether positive or negative, your feedback matters. Our team reads these and uses them to improve our products and your experience. We really appreciate you taking the time to write us a line."
|
|
1946
|
+
},
|
|
1947
|
+
"headings": {
|
|
1948
|
+
"thumbs-up": "Glad we could help!",
|
|
1949
|
+
"thumbs-down": "Tell us how we could improve",
|
|
1950
|
+
"thanks": "Thanks for your feedback!",
|
|
1951
|
+
"rate-us": "How did we do?"
|
|
1952
|
+
},
|
|
1953
|
+
"message": {
|
|
1954
|
+
"placeholder": "Feedback",
|
|
1955
|
+
"sr-only-max-char-limit": "you have reached the maximum character limit",
|
|
1956
|
+
"sr-only-label": "enter your feedback, 1000 character maximum"
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
```
|
|
1961
|
+
|
|
1962
|
+
#### i18n/es.json
|
|
1963
|
+
|
|
1964
|
+
```json
|
|
1965
|
+
|
|
1966
|
+
"armature": {
|
|
1967
|
+
"feedback-tool": {
|
|
1968
|
+
"buttons": {
|
|
1969
|
+
"close": "Cerca",
|
|
1970
|
+
"got-it": "Entiendo!",
|
|
1971
|
+
"thumbs-up": "Pulgares hacia arriba",
|
|
1972
|
+
"thumbs-down": "pulgares abajo",
|
|
1973
|
+
"submit": "Entregar"
|
|
1974
|
+
},
|
|
1975
|
+
"descriptions": {
|
|
1976
|
+
"experience": {
|
|
1977
|
+
"purchasingPlan": "¡Haznos saber! ¿Cómo calificaría su experiencia al comprar un plan?"
|
|
1978
|
+
},
|
|
1979
|
+
"thumbs-up": "¿Hay algo que te gustaría compartir con nosotros sobre tu experiencia?",
|
|
1980
|
+
"thumbs-down": "Lamentamos que haya tenido una experiencia menos que estelar. Alguna sugerencia sobre cómo podemos mejorar?",
|
|
1981
|
+
"thanks": "Ya sean positivos o negativos, sus comentarios son importantes. Nuestro equipo los lee y los utiliza para mejorar nuestros productos y su experiencia. Realmente apreciamos que se haya tomado el tiempo de escribirnos una línea."
|
|
1982
|
+
},
|
|
1983
|
+
"headings": {
|
|
1984
|
+
"thumbs-up": "Encantada de que pudiéramos ayudar!",
|
|
1985
|
+
"thumbs-down": "Cuéntanos cómo podríamos mejorar",
|
|
1986
|
+
"thanks": "Gracias por tus comentarios!",
|
|
1987
|
+
"rate-us": "Como la hicimos?"
|
|
1988
|
+
},
|
|
1989
|
+
"message": {
|
|
1990
|
+
"placeholder": "Comentario",
|
|
1991
|
+
"sr-only-max-char-limit": "has alcanzado el límite máximo de caracteres",
|
|
1992
|
+
"sr-only-label": "ingrese sus comentarios, 1000 caracteres máximo"
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
}
|
|
1996
|
+
```
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
/** Margin Styling */
|
|
2
2
|
/** M-Top */
|
|
3
|
+
|
|
4
|
+
[m-t-auto],
|
|
5
|
+
.m-t-auto {
|
|
6
|
+
margin-top: auto !important;
|
|
7
|
+
}
|
|
3
8
|
[m-t-0],
|
|
4
9
|
.m-t-0 {
|
|
5
10
|
margin-top: 0px !important;
|
|
@@ -57,6 +62,10 @@
|
|
|
57
62
|
margin-top: 60px !important;
|
|
58
63
|
}
|
|
59
64
|
/** M-Right */
|
|
65
|
+
.m-r-auto,
|
|
66
|
+
[m-r-auto] {
|
|
67
|
+
margin-right: auto !important;
|
|
68
|
+
}
|
|
60
69
|
.m-r-0,
|
|
61
70
|
[m-r-0] {
|
|
62
71
|
margin-right: 0px !important;
|
|
@@ -82,6 +91,10 @@
|
|
|
82
91
|
margin-right: 60px !important;
|
|
83
92
|
}
|
|
84
93
|
/** M-Bottom */
|
|
94
|
+
[m-b-auto],
|
|
95
|
+
.m-b-auto {
|
|
96
|
+
margin-bottom: auto !important;
|
|
97
|
+
}
|
|
85
98
|
[m-b-0],
|
|
86
99
|
.m-b-0 {
|
|
87
100
|
margin-bottom: 0px !important;
|
|
@@ -131,6 +144,10 @@
|
|
|
131
144
|
margin-bottom: 65px !important;
|
|
132
145
|
}
|
|
133
146
|
/** M-Left */
|
|
147
|
+
.m-l-auto,
|
|
148
|
+
[m-l-auto] {
|
|
149
|
+
margin-left: auto !important;
|
|
150
|
+
}
|
|
134
151
|
.m-l-0,
|
|
135
152
|
[m-l-0] {
|
|
136
153
|
margin-left: 0px !important;
|
|
@@ -160,6 +177,11 @@
|
|
|
160
177
|
margin-left: 35px !important;
|
|
161
178
|
}
|
|
162
179
|
/** M-Horizontal */
|
|
180
|
+
.m-h-auto,
|
|
181
|
+
[m-h-auto] {
|
|
182
|
+
margin-left: auto !important;
|
|
183
|
+
margin-right: auto !important;
|
|
184
|
+
}
|
|
163
185
|
.m-h-0,
|
|
164
186
|
[m-h-0] {
|
|
165
187
|
margin-left: 0px !important;
|
|
@@ -211,6 +233,11 @@
|
|
|
211
233
|
margin-right: 70px !important;
|
|
212
234
|
}
|
|
213
235
|
/** M-Vertical */
|
|
236
|
+
.m-v-auto,
|
|
237
|
+
[m-v-auto] {
|
|
238
|
+
margin-top: auto !important;
|
|
239
|
+
margin-bottom: auto !important;
|
|
240
|
+
}
|
|
214
241
|
.m-v-0,
|
|
215
242
|
[m-v-0] {
|
|
216
243
|
margin-top: 0px !important;
|
|
@@ -282,6 +309,10 @@
|
|
|
282
309
|
margin-bottom: 60px !important;
|
|
283
310
|
}
|
|
284
311
|
/** M-All */
|
|
312
|
+
.m-a-auto,
|
|
313
|
+
[m-a-auto] {
|
|
314
|
+
margin: auto !important;
|
|
315
|
+
}
|
|
285
316
|
.m-a-0,
|
|
286
317
|
[m-a-0] {
|
|
287
318
|
margin: 0px !important;
|
|
@@ -434,6 +465,10 @@
|
|
|
434
465
|
.p-r-25 {
|
|
435
466
|
padding-right: 25px !important;
|
|
436
467
|
}
|
|
468
|
+
[p-r-30],
|
|
469
|
+
.p-r-30 {
|
|
470
|
+
padding-right: 30px !important;
|
|
471
|
+
}
|
|
437
472
|
/** P-Bottom */
|
|
438
473
|
[p-b-0],
|
|
439
474
|
.p-b-0 {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@use "@angular/material" as mat;
|
|
2
|
-
@import "../../../../../node_modules/@angular/material/theming";
|
|
3
2
|
@import "./arm-theme.scss";
|
|
4
3
|
@import "./utility";
|
|
5
4
|
@import "./variables";
|
|
6
5
|
|
|
7
|
-
// Theme pallets
|
|
8
6
|
@include mat.core();
|
|
7
|
+
|
|
8
|
+
// Theme pallets
|
|
9
9
|
$main-theme: mat.define-light-theme((color: (primary: mat.define-palette($arm-primary),
|
|
10
10
|
accent: mat.define-palette($arm-accent)),
|
|
11
11
|
typography: mat.define-typography-config(),
|
|
@@ -360,11 +360,12 @@ mat-form-field {
|
|
|
360
360
|
min-height: 152px;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
-
// button colors 'accent', 'info', 'success', 'warning'
|
|
363
|
+
// button colors 'accent', 'info', 'success', 'warning' removed from documentation, not to be used 12/1/23 per design ...
|
|
364
364
|
// button's icon color is inherited from the button's color
|
|
365
365
|
button.mat-mdc-button {
|
|
366
366
|
--mat-mdc-button-persistent-ripple-color: none !important;
|
|
367
367
|
--mdc-text-button-label-text-color: none !important;
|
|
368
|
+
--mat-text-button-ripple-color: rgba(0, 0, 0, 0.05)!important;
|
|
368
369
|
|
|
369
370
|
&.sof-button {
|
|
370
371
|
padding: 0px 24px !important;
|
|
@@ -638,6 +639,7 @@ button.mat-mdc-button {
|
|
|
638
639
|
button.mat-mdc-unelevated-button {
|
|
639
640
|
--mat-mdc-button-persistent-ripple-color: none !important;
|
|
640
641
|
--mdc-filled-button-label-text-color: none !important;
|
|
642
|
+
--mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1)!important;
|
|
641
643
|
|
|
642
644
|
&.sof-flat-button {
|
|
643
645
|
padding: 0px 24px !important;
|
|
@@ -942,8 +944,8 @@ button.mat-mdc-unelevated-button {
|
|
|
942
944
|
button.mat-mdc-outlined-button {
|
|
943
945
|
--mat-mdc-button-persistent-ripple-color: none !important;
|
|
944
946
|
--mdc-outlined-button-label-text-color: none !important;
|
|
947
|
+
--mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.05)!important;
|
|
945
948
|
|
|
946
|
-
// not to be used 12/1/23 per design ...
|
|
947
949
|
&.sof-stroked-button {
|
|
948
950
|
padding: 0px 24px !important;
|
|
949
951
|
height: 48px !important;
|
|
@@ -1052,7 +1054,7 @@ button.mat-mdc-outlined-button {
|
|
|
1052
1054
|
|
|
1053
1055
|
&.mat-neutral {
|
|
1054
1056
|
background-color: mat.get-color-from-palette($arm-neutral, 50) !important;
|
|
1055
|
-
color: mat.get-color-from-palette($arm-neutral,
|
|
1057
|
+
color: mat.get-color-from-palette($arm-neutral, 500) !important;
|
|
1056
1058
|
|
|
1057
1059
|
&:hover {
|
|
1058
1060
|
background-color: mat.get-color-from-palette($arm-neutral, 100) !important;
|
|
@@ -1228,7 +1230,6 @@ button.mat-mdc-outlined-button {
|
|
|
1228
1230
|
}
|
|
1229
1231
|
}
|
|
1230
1232
|
|
|
1231
|
-
// not to be used 12/1/23 per design ...
|
|
1232
1233
|
&.sof-stroked-icon-button {
|
|
1233
1234
|
border: none !important;
|
|
1234
1235
|
border-radius: 6px !important;
|
|
@@ -1321,7 +1322,7 @@ button.mat-mdc-outlined-button {
|
|
|
1321
1322
|
|
|
1322
1323
|
&.mat-neutral {
|
|
1323
1324
|
background-color: mat.get-color-from-palette($arm-neutral, 50) !important;
|
|
1324
|
-
color: mat.get-color-from-palette($arm-neutral,
|
|
1325
|
+
color: mat.get-color-from-palette($arm-neutral, 500) !important;
|
|
1325
1326
|
|
|
1326
1327
|
&:hover {
|
|
1327
1328
|
background-color: mat.get-color-from-palette($arm-neutral, 100) !important;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/** Public API surfce for components */
|
|
2
|
-
export * from './alert-banner.module';
|
|
3
|
-
// models
|
|
4
|
-
export * from './models/alert-banner-context';
|
|
5
|
-
export { ALERT_BANNER_CONFIG, BannerType } from './models/constants';
|
|
6
|
-
// services
|
|
7
|
-
export * from './services/alert-banner.service';
|
|
8
|
-
// component
|
|
9
|
-
export * from './components/alert-banner/alert-banner.component';
|
|
1
|
+
/** Public API surfce for components */
|
|
2
|
+
export * from './alert-banner.module';
|
|
3
|
+
// models
|
|
4
|
+
export * from './models/alert-banner-context';
|
|
5
|
+
export { ALERT_BANNER_CONFIG, BannerType } from './models/constants';
|
|
6
|
+
// services
|
|
7
|
+
export * from './services/alert-banner.service';
|
|
8
|
+
// component
|
|
9
|
+
export * from './components/alert-banner/alert-banner.component';
|
|
10
10
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtYmFubmVyLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FybWF0dXJlL3NyYy9saWIvYWxlcnQtYmFubmVyL2FsZXJ0LWJhbm5lci1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsdUNBQXVDO0FBQ3ZDLGNBQWMsdUJBQXVCLENBQUM7QUFFdEMsU0FBUztBQUNULGNBQWMsK0JBQStCLENBQUM7QUFFOUMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLFVBQVUsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBRXJFLFdBQVc7QUFDWCxjQUFjLGlDQUFpQyxDQUFDO0FBRWhELFlBQVk7QUFDWixjQUFjLGtEQUFrRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqIFB1YmxpYyBBUEkgc3VyZmNlIGZvciBjb21wb25lbnRzICovXHJcbmV4cG9ydCAqIGZyb20gJy4vYWxlcnQtYmFubmVyLm1vZHVsZSc7XHJcblxyXG4vLyBtb2RlbHNcclxuZXhwb3J0ICogZnJvbSAnLi9tb2RlbHMvYWxlcnQtYmFubmVyLWNvbnRleHQnO1xyXG5leHBvcnQgeyBBbGVydEJhbm5lckNvbmZpZywgQWxlcnRCYW5uZXJDb2xvcnMgfSBmcm9tICcuL21vZGVscy9hbGVydC1iYW5uZXItY29uZmlnJztcclxuZXhwb3J0IHsgQUxFUlRfQkFOTkVSX0NPTkZJRywgQmFubmVyVHlwZSB9IGZyb20gJy4vbW9kZWxzL2NvbnN0YW50cyc7XHJcblxyXG4vLyBzZXJ2aWNlc1xyXG5leHBvcnQgKiBmcm9tICcuL3NlcnZpY2VzL2FsZXJ0LWJhbm5lci5zZXJ2aWNlJztcclxuXHJcbi8vIGNvbXBvbmVudFxyXG5leHBvcnQgKiBmcm9tICcuL2NvbXBvbmVudHMvYWxlcnQtYmFubmVyL2FsZXJ0LWJhbm5lci5jb21wb25lbnQnO1xyXG4iXX0=
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { FlexLayoutModule } from '@angular/flex-layout';
|
|
4
|
-
import { MatIconModule } from '@angular/material/icon';
|
|
5
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
6
|
-
import { AlertBannerComponent } from './components/alert-banner/alert-banner.component';
|
|
7
|
-
import { AlertBannerService } from './services/alert-banner.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
const materialModules = [
|
|
10
|
-
MatIconModule
|
|
11
|
-
];
|
|
12
|
-
export class AlertBannerModule {
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
24
|
-
type: NgModule,
|
|
25
|
-
args: [{
|
|
26
|
-
declarations: [AlertBannerComponent],
|
|
27
|
-
imports: [
|
|
28
|
-
CommonModule,
|
|
29
|
-
TranslateModule,
|
|
30
|
-
FlexLayoutModule,
|
|
31
|
-
...materialModules
|
|
32
|
-
],
|
|
33
|
-
providers: [
|
|
34
|
-
AlertBannerService
|
|
35
|
-
],
|
|
36
|
-
exports: [
|
|
37
|
-
AlertBannerComponent
|
|
38
|
-
]
|
|
39
|
-
}]
|
|
40
|
-
}] });
|
|
41
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { NgModule } from '@angular/core';
|
|
3
|
+
import { FlexLayoutModule } from '@angular/flex-layout';
|
|
4
|
+
import { MatIconModule } from '@angular/material/icon';
|
|
5
|
+
import { TranslateModule } from '@ngx-translate/core';
|
|
6
|
+
import { AlertBannerComponent } from './components/alert-banner/alert-banner.component';
|
|
7
|
+
import { AlertBannerService } from './services/alert-banner.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
const materialModules = [
|
|
10
|
+
MatIconModule
|
|
11
|
+
];
|
|
12
|
+
export class AlertBannerModule {
|
|
13
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: AlertBannerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
14
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: AlertBannerModule, declarations: [AlertBannerComponent], imports: [CommonModule,
|
|
15
|
+
TranslateModule,
|
|
16
|
+
FlexLayoutModule, MatIconModule], exports: [AlertBannerComponent] }); }
|
|
17
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: AlertBannerModule, providers: [
|
|
18
|
+
AlertBannerService
|
|
19
|
+
], imports: [CommonModule,
|
|
20
|
+
TranslateModule,
|
|
21
|
+
FlexLayoutModule, materialModules] }); }
|
|
22
|
+
}
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: AlertBannerModule, decorators: [{
|
|
24
|
+
type: NgModule,
|
|
25
|
+
args: [{
|
|
26
|
+
declarations: [AlertBannerComponent],
|
|
27
|
+
imports: [
|
|
28
|
+
CommonModule,
|
|
29
|
+
TranslateModule,
|
|
30
|
+
FlexLayoutModule,
|
|
31
|
+
...materialModules
|
|
32
|
+
],
|
|
33
|
+
providers: [
|
|
34
|
+
AlertBannerService
|
|
35
|
+
],
|
|
36
|
+
exports: [
|
|
37
|
+
AlertBannerComponent
|
|
38
|
+
]
|
|
39
|
+
}]
|
|
40
|
+
}] });
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtYmFubmVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FybWF0dXJlL3NyYy9saWIvYWxlcnQtYmFubmVyL2FsZXJ0LWJhbm5lci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBRXZELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUV0RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUN4RixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQzs7QUFFckUsTUFBTSxlQUFlLEdBQUc7SUFDdEIsYUFBYTtDQUNkLENBQUE7QUFpQkQsTUFBTSxPQUFPLGlCQUFpQjs4R0FBakIsaUJBQWlCOytHQUFqQixpQkFBaUIsaUJBZGIsb0JBQW9CLGFBRWpDLFlBQVk7WUFDWixlQUFlO1lBQ2YsZ0JBQWdCLEVBUmxCLGFBQWEsYUFlWCxvQkFBb0I7K0dBR1gsaUJBQWlCLGFBUGpCO1lBQ1Qsa0JBQWtCO1NBQ25CLFlBUEMsWUFBWTtZQUNaLGVBQWU7WUFDZixnQkFBZ0IsRUFDYixlQUFlOzsyRkFTVCxpQkFBaUI7a0JBZjdCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsb0JBQW9CLENBQUM7b0JBQ3BDLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLGVBQWU7d0JBQ2YsZ0JBQWdCO3dCQUNoQixHQUFHLGVBQWU7cUJBQ25CO29CQUNELFNBQVMsRUFBRTt3QkFDVCxrQkFBa0I7cUJBQ25CO29CQUNELE9BQU8sRUFBRTt3QkFDUCxvQkFBb0I7cUJBQ3JCO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgRmxleExheW91dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2ZsZXgtbGF5b3V0JztcclxuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xyXG5cclxuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBBbGVydEJhbm5lckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9hbGVydC1iYW5uZXIvYWxlcnQtYmFubmVyLmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IEFsZXJ0QmFubmVyU2VydmljZSB9IGZyb20gJy4vc2VydmljZXMvYWxlcnQtYmFubmVyLnNlcnZpY2UnO1xyXG5cclxuY29uc3QgbWF0ZXJpYWxNb2R1bGVzID0gW1xyXG4gIE1hdEljb25Nb2R1bGVcclxuXVxyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtBbGVydEJhbm5lckNvbXBvbmVudF0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgVHJhbnNsYXRlTW9kdWxlLFxyXG4gICAgRmxleExheW91dE1vZHVsZSxcclxuICAgIC4uLm1hdGVyaWFsTW9kdWxlc1xyXG4gIF0sXHJcbiAgcHJvdmlkZXJzOiBbXHJcbiAgICBBbGVydEJhbm5lclNlcnZpY2VcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIEFsZXJ0QmFubmVyQ29tcG9uZW50XHJcbiAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQWxlcnRCYW5uZXJNb2R1bGUgeyB9XHJcbiJdfQ==
|