@softheon/armature 10.31.3 → 10.33.3
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/assets/styles/sof-styles.scss +740 -359
- package/bundles/softheon-armature.umd.js +232 -16
- package/bundles/softheon-armature.umd.js.map +1 -1
- package/bundles/softheon-armature.umd.min.js +2 -2
- package/bundles/softheon-armature.umd.min.js.map +1 -1
- package/esm2015/lib/alert-banner/alert-banner-api.js +1 -1
- package/esm2015/lib/alert-banner/alert-banner.module.js +1 -1
- package/esm2015/lib/alert-banner/components/alert-banner/alert-banner.component.js +1 -1
- package/esm2015/lib/alert-banner/models/alert-banner-config.js +1 -1
- package/esm2015/lib/alert-banner/models/alert-banner-context.js +1 -1
- package/esm2015/lib/alert-banner/models/constants.js +1 -1
- package/esm2015/lib/alert-banner/services/alert-banner.service.js +1 -1
- package/esm2015/lib/armature.module.js +1 -1
- package/esm2015/lib/base-components/base-component-api.js +1 -1
- package/esm2015/lib/base-components/base-component.module.js +1 -1
- package/esm2015/lib/base-components/sof-alert/sof-alert.component.js +1 -1
- package/esm2015/lib/base-components/sof-banner/sof-banner.component.js +1 -1
- package/esm2015/lib/base-components/sof-modal/sof-modal.component.js +1 -1
- package/esm2015/lib/base-components/sof-progress-bar/sof-progress-bar.component.js +22 -13
- package/esm2015/lib/core/client-generated/api/session.service.js +1 -1
- package/esm2015/lib/core/client-generated/configuration.js +1 -1
- package/esm2015/lib/core/client-generated/encoder.js +1 -1
- package/esm2015/lib/core/client-generated/model/applicationUserModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/assertedUserModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/brandingModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/errorModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/folderLink.js +1 -1
- package/esm2015/lib/core/client-generated/model/identityProfile.js +1 -1
- package/esm2015/lib/core/client-generated/model/models.js +1 -1
- package/esm2015/lib/core/client-generated/model/oAuthModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/preferencesRow.js +1 -1
- package/esm2015/lib/core/client-generated/model/rolesRow.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionGetResponseModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionPostRequestModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionPostResponseModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionPutRequestModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionPutResponseModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/sessionResponseModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/settingsProfile.js +1 -1
- package/esm2015/lib/core/client-generated/model/themePaletteColorsModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/themePaletteModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/trackingModel.js +1 -1
- package/esm2015/lib/core/client-generated/model/validationRecordsRow.js +1 -1
- package/esm2015/lib/core/client-generated/variables.js +1 -1
- package/esm2015/lib/core/components/app-template/app-template.component.js +1 -1
- package/esm2015/lib/core/functions/guid.js +1 -1
- package/esm2015/lib/core/functions/naming-convention.js +1 -1
- package/esm2015/lib/core/initializer/abstract-startup-service.js +1 -1
- package/esm2015/lib/core/initializer/initializer.service.js +13 -2
- package/esm2015/lib/core/interceptors/armature-auth-token-append.interceptor.js +1 -1
- package/esm2015/lib/core/models/base-config.js +1 -1
- package/esm2015/lib/core/models/constants.js +1 -1
- package/esm2015/lib/core/models/data-store-config.js +1 -1
- package/esm2015/lib/core/models/header-config.js +1 -1
- package/esm2015/lib/core/models/http-verbs.js +1 -1
- package/esm2015/lib/core/models/navigation-config.js +1 -1
- package/esm2015/lib/core/models/oidc-auth-settings.js +1 -1
- package/esm2015/lib/core/models/route-path.js +1 -1
- package/esm2015/lib/core/models/session-config.js +1 -1
- package/esm2015/lib/core/models/styles.js +1 -1
- package/esm2015/lib/core/models/typed-session.js +1 -1
- package/esm2015/lib/core/models/user-entity-service-config.js +1 -1
- package/esm2015/lib/core/services/authorization.service.js +1 -1
- package/esm2015/lib/core/services/banner.service.js +1 -1
- package/esm2015/lib/core/services/base-config.service.js +1 -1
- package/esm2015/lib/core/services/custom-auth-config.service.js +1 -1
- package/esm2015/lib/core/services/default-config.service.js +1 -1
- package/esm2015/lib/core/services/session.service.js +1 -1
- package/esm2015/lib/core/services/user-entity.service.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/api/api.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/api/cache.service.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/configuration.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/encoder.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/model/cacheExpirationType.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/model/createCacheEntryRequestModel.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/model/models.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/model/retrieveCacheEntryResponseModel.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/model/updateCacheEntryRequestModel.js +1 -1
- package/esm2015/lib/distributed-cache/client-generated/variables.js +1 -1
- package/esm2015/lib/distributed-cache/distributed-cache-api.js +1 -1
- package/esm2015/lib/distributed-cache/distributed-cache.module.js +1 -1
- package/esm2015/lib/distributed-cache/models/constants.js +1 -1
- package/esm2015/lib/distributed-cache/models/policy-person.js +1 -1
- package/esm2015/lib/distributed-cache/services/server-cache.service.js +1 -1
- package/esm2015/lib/error/components/error-common/error-common.component.js +1 -1
- package/esm2015/lib/error/error-api.js +1 -1
- package/esm2015/lib/error/error.module.js +1 -1
- package/esm2015/lib/error/models/error-common-config.js +1 -1
- package/esm2015/lib/faq/components/faq/faq.component.js +1 -1
- package/esm2015/lib/faq/faq-api.js +1 -1
- package/esm2015/lib/faq/faq.module.js +1 -1
- package/esm2015/lib/faq/models/faq-config.js +1 -1
- package/esm2015/lib/faq/models/faq.js +1 -1
- package/esm2015/lib/footer/components/footer/footer.component.js +1 -1
- package/esm2015/lib/footer/components/site-map/site-map.component.js +1 -1
- package/esm2015/lib/footer/footer-api.js +1 -1
- package/esm2015/lib/footer/footer.module.js +1 -1
- package/esm2015/lib/footer/models/enum/site-map-direction.js +1 -1
- package/esm2015/lib/footer/models/footer-config.js +1 -1
- package/esm2015/lib/footer/models/site-map-models.js +1 -1
- package/esm2015/lib/forms/components/sof-address/sof-address.component.js +1 -1
- package/esm2015/lib/forms/directives/alphanumeric/alphanumeric.directive.js +1 -1
- package/esm2015/lib/forms/directives/letters-only/letters-only.directive.js +1 -1
- package/esm2015/lib/forms/directives/numbers-only/numbers-only.directive.js +1 -1
- package/esm2015/lib/forms/forms-api.js +1 -1
- package/esm2015/lib/forms/forms.module.js +1 -1
- package/esm2015/lib/forms/models/address.js +1 -1
- package/esm2015/lib/forms/models/constants.js +1 -1
- package/esm2015/lib/forms/models/county.js +1 -1
- package/esm2015/lib/forms/models/enums/states.js +1 -1
- package/esm2015/lib/forms/pipes/phone-format.pipe.js +1 -1
- package/esm2015/lib/forms/services/alert.service.js +1 -1
- package/esm2015/lib/header/components/header/header.component.js +1 -1
- package/esm2015/lib/header/components/mobile-header-menu/mobile-header-menu.component.js +1 -1
- package/esm2015/lib/header/header-api.js +1 -1
- package/esm2015/lib/header/header.module.js +1 -1
- package/esm2015/lib/header/models/header-auth.settings.js +1 -1
- package/esm2015/lib/header/models/header-language.settings.js +1 -1
- package/esm2015/lib/header/models/header-theme.settings.js +1 -1
- package/esm2015/lib/header/models/header.settings.js +1 -1
- package/esm2015/lib/header/models/mobile-header-nav.settings.js +1 -1
- package/esm2015/lib/navigation/components/navigation/navigation.component.js +1 -1
- package/esm2015/lib/navigation/models/nav-theme.settings.js +1 -1
- package/esm2015/lib/navigation/models/nav.settings.js +1 -1
- package/esm2015/lib/navigation/models/navigation.js +1 -1
- package/esm2015/lib/navigation/navigation-api.js +1 -1
- package/esm2015/lib/navigation/navigation.module.js +1 -1
- package/esm2015/lib/oauth/models/constants.js +1 -1
- package/esm2015/lib/oauth/models/generated/accountManagementAssertionModel.js +1 -1
- package/esm2015/lib/oauth/models/generated/accountManagementRefreshRequestModel.js +1 -1
- package/esm2015/lib/oauth/models/generated/accountManagementResponseModel.js +1 -1
- package/esm2015/lib/oauth/models/generated/coverageDetail.js +1 -1
- package/esm2015/lib/oauth/models/generated/finance.js +1 -1
- package/esm2015/lib/oauth/models/generated/iSsoResponseModel.js +1 -1
- package/esm2015/lib/oauth/models/generated/iSsoResponseModelAccountManagementAssertionModel.js +1 -1
- package/esm2015/lib/oauth/models/generated/person.js +1 -1
- package/esm2015/lib/oauth/models/generated/policy.js +1 -1
- package/esm2015/lib/oauth/models/generated/refreshResponseModel.js +1 -1
- package/esm2015/lib/oauth/models/hybrid-saml-oauth-config.js +1 -1
- package/esm2015/lib/oauth/oauth-api.js +1 -1
- package/esm2015/lib/oauth/oauth.module.js +1 -1
- package/esm2015/lib/oauth/services/hybrid-saml-oauth.service.js +1 -1
- package/esm2015/lib/rbac/directives/rbac-action.directive.js +1 -1
- package/esm2015/lib/rbac/models/access-token-claims.js +1 -1
- package/esm2015/lib/rbac/models/constants.js +1 -1
- package/esm2015/lib/rbac/models/decoded-access-token.js +1 -1
- package/esm2015/lib/rbac/models/rbac-config.js +1 -1
- package/esm2015/lib/rbac/models/role-access.js +1 -1
- package/esm2015/lib/rbac/rbac-api.js +1 -1
- package/esm2015/lib/rbac/rbac.module.js +1 -1
- package/esm2015/lib/rbac/services/ar-role-nav.service.js +1 -1
- package/esm2015/lib/rbac/services/oauth2-role.service.js +1 -1
- package/esm2015/lib/rbac/services/role-nav.service.js +1 -1
- package/esm2015/lib/rum/models/arm-error.js +1 -1
- package/esm2015/lib/rum/models/rum-config.js +1 -1
- package/esm2015/lib/rum/rum-api.js +1 -1
- package/esm2015/lib/rum/rum.module.js +1 -1
- package/esm2015/lib/rum/services/rum.service.js +1 -1
- package/esm2015/lib/rum/services/shared-error.service.js +1 -1
- package/esm2015/lib/rum/services/softheon-error-handler.service.js +1 -1
- package/esm2015/lib/saml/components/redirect-saml/redirect-saml.component.js +1 -1
- package/esm2015/lib/saml/models/i-saml-request.js +1 -1
- package/esm2015/lib/saml/models/i-saml-response.js +1 -1
- package/esm2015/lib/saml/models/redirect-saml-request.js +1 -1
- package/esm2015/lib/saml/models/sso-gateway-model.js +1 -1
- package/esm2015/lib/saml/saml-api.js +1 -1
- package/esm2015/lib/saml/saml.module.js +1 -1
- package/esm2015/lib/saml/services/entry/abstract-saml-entry.service.js +1 -1
- package/esm2015/lib/saml/services/entry/sso-gateway-entry.service.js +1 -1
- package/esm2015/lib/saml/services/send-off/abstract-saml.service.js +1 -1
- package/esm2015/lib/saml/services/send-off/saml.service.js +1 -1
- package/esm2015/lib/sof-pipe/constants/constants.js +17 -0
- package/esm2015/lib/sof-pipe/models/sof-date-pipe-format.js +2 -0
- package/esm2015/lib/sof-pipe/pipes/sof-blank/sof-blank.pipe.js +33 -0
- package/esm2015/lib/sof-pipe/pipes/sof-date/sof-date.pipe.js +54 -0
- package/esm2015/lib/sof-pipe/pipes/sof-ssn/sof-ssn.pipe.js +24 -0
- package/esm2015/lib/sof-pipe/sof-pipe.api.js +9 -0
- package/esm2015/lib/sof-pipe/sof-pipe.module.js +28 -0
- package/esm2015/lib/theming/directives/css-override.directive.js +1 -1
- package/esm2015/lib/theming/models/css-override.js +1 -1
- package/esm2015/lib/theming/services/theme.service.js +1 -1
- package/esm2015/lib/theming/theme-api.js +1 -1
- package/esm2015/lib/theming/theme.module.js +1 -1
- package/esm2015/public-api.js +2 -1
- package/esm2015/softheon-armature.js +1 -1
- package/fesm2015/softheon-armature.js +183 -15
- package/fesm2015/softheon-armature.js.map +1 -1
- package/lib/base-components/sof-progress-bar/sof-progress-bar.component.d.ts +8 -6
- package/lib/core/initializer/initializer.service.d.ts +7 -0
- package/lib/sof-pipe/constants/constants.d.ts +8 -0
- package/lib/sof-pipe/models/sof-date-pipe-format.d.ts +7 -0
- package/lib/sof-pipe/pipes/sof-blank/sof-blank.pipe.d.ts +16 -0
- package/lib/sof-pipe/pipes/sof-date/sof-date.pipe.d.ts +18 -0
- package/lib/sof-pipe/pipes/sof-ssn/sof-ssn.pipe.d.ts +9 -0
- package/lib/sof-pipe/sof-pipe.api.d.ts +7 -0
- package/lib/sof-pipe/sof-pipe.module.d.ts +2 -0
- package/package.json +3 -2
- package/public-api.d.ts +1 -0
- package/softheon-armature.metadata.json +1 -1
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
4
3
|
/** The softheon progress bar component */
|
|
5
|
-
export declare class SofProgressBarComponent implements OnInit {
|
|
4
|
+
export declare class SofProgressBarComponent implements OnInit, OnChanges {
|
|
6
5
|
private router;
|
|
7
|
-
private translateService;
|
|
8
6
|
/** The navigation route keys */
|
|
9
7
|
navbarStepKeys: Array<string>;
|
|
10
8
|
/** The current active step */
|
|
@@ -16,11 +14,15 @@ export declare class SofProgressBarComponent implements OnInit {
|
|
|
16
14
|
/**
|
|
17
15
|
* Constructs the component
|
|
18
16
|
* @param router The router
|
|
19
|
-
* @param translateService The translate service
|
|
20
17
|
*/
|
|
21
|
-
constructor(router: Router
|
|
18
|
+
constructor(router: Router);
|
|
22
19
|
/** Component initialization */
|
|
23
20
|
ngOnInit(): void;
|
|
21
|
+
/**
|
|
22
|
+
* On component @Input() changes
|
|
23
|
+
* @param changes the changes
|
|
24
|
+
*/
|
|
25
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
24
26
|
/** Navigates to given step
|
|
25
27
|
* @param stepNumber The step number to navigate to
|
|
26
28
|
*/
|
|
@@ -43,4 +43,11 @@ export declare class Initializer {
|
|
|
43
43
|
* @param config The Oidc Auth Settings
|
|
44
44
|
*/
|
|
45
45
|
private login;
|
|
46
|
+
/**
|
|
47
|
+
* Merges the two config objects ignoring the array type
|
|
48
|
+
* @param objValue The default config value
|
|
49
|
+
* @param srcValue The target switchboard config value
|
|
50
|
+
* @returns The merge of the two configs provided
|
|
51
|
+
*/
|
|
52
|
+
private mergeCustomizer;
|
|
46
53
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { SofDatePipeFormat } from '../models/sof-date-pipe-format';
|
|
3
|
+
/** The override for blank langauge */
|
|
4
|
+
export declare const SOF_BLANK_LANGUAGE_OVERRIDE: InjectionToken<string>;
|
|
5
|
+
/** Sof Date Pipe Formats */
|
|
6
|
+
export declare const SOF_DATE_PIPE_FORMATS: InjectionToken<SofDatePipeFormat[]>;
|
|
7
|
+
/** Default Sof Date Pipe Formats */
|
|
8
|
+
export declare const DEFAULT_SOF_DATE_PIPE_FORMATS: SofDatePipeFormat[];
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
/** Blank Pipe for strings when its blank */
|
|
3
|
+
export declare class SofBlankPipe implements PipeTransform {
|
|
4
|
+
private blankLanguage;
|
|
5
|
+
/**
|
|
6
|
+
* Constructor
|
|
7
|
+
* @param blankLanguage The language to replace with when given value is blank
|
|
8
|
+
*/
|
|
9
|
+
constructor(blankLanguage?: string);
|
|
10
|
+
/**
|
|
11
|
+
* Transform
|
|
12
|
+
* @param value Value
|
|
13
|
+
* @returns
|
|
14
|
+
*/
|
|
15
|
+
transform(value: any): any;
|
|
16
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DatePipe } from '@angular/common';
|
|
2
|
+
import { PipeTransform } from '@angular/core';
|
|
3
|
+
import * as moment from 'moment';
|
|
4
|
+
import { SofDatePipeFormat } from '../../models/sof-date-pipe-format';
|
|
5
|
+
/** Date Pipe */
|
|
6
|
+
export declare class SofDatePipe implements PipeTransform {
|
|
7
|
+
private datePipe;
|
|
8
|
+
private datePipeFormats;
|
|
9
|
+
/** Transform */
|
|
10
|
+
transform(date: string | Date | moment.Moment, transformFormat: string, timezone: string, locale: string): string;
|
|
11
|
+
/** Constructor */
|
|
12
|
+
constructor(datePipe: DatePipe, datePipeFormats?: SofDatePipeFormat[]);
|
|
13
|
+
/**
|
|
14
|
+
* Parses a date to a string
|
|
15
|
+
* @param dateStr Date string
|
|
16
|
+
*/
|
|
17
|
+
private parseDate;
|
|
18
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/** Public API surface for the forms */
|
|
2
|
+
export * from './sof-pipe.module';
|
|
3
|
+
export { SofDatePipeFormat } from './models/sof-date-pipe-format';
|
|
4
|
+
export { SOF_BLANK_LANGUAGE_OVERRIDE, SOF_DATE_PIPE_FORMATS } from './constants/constants';
|
|
5
|
+
export * from './pipes/sof-blank/sof-blank.pipe';
|
|
6
|
+
export * from './pipes/sof-date/sof-date.pipe';
|
|
7
|
+
export * from './pipes/sof-ssn/sof-ssn.pipe';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softheon/armature",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.33.3",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.0.0"
|
|
6
6
|
},
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"@ngx-translate/http-loader": "^6.0.0",
|
|
21
21
|
"angular-oauth2-oidc": "~10.0.3",
|
|
22
22
|
"angular-oauth2-oidc-jwks": "^9.0.0",
|
|
23
|
-
"rxjs": "~6.6.3"
|
|
23
|
+
"rxjs": "~6.6.3",
|
|
24
|
+
"moment": "^2.29.1"
|
|
24
25
|
},
|
|
25
26
|
"main": "bundles/softheon-armature.umd.js",
|
|
26
27
|
"module": "fesm2015/softheon-armature.js",
|
package/public-api.d.ts
CHANGED