@softheon/armature 10.32.1 → 10.34.1
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 +81 -78
- package/bundles/softheon-armature.umd.js +285 -70
- 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 +3 -3
- 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 +72 -64
- 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 +235 -69
- package/fesm2015/softheon-armature.js.map +1 -1
- package/lib/core/initializer/initializer.service.d.ts +7 -0
- package/lib/navigation/components/navigation/navigation.component.d.ts +12 -8
- 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 +4 -3
- package/public-api.d.ts +1 -0
- package/softheon-armature.metadata.json +1 -1
|
@@ -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
|
}
|
|
@@ -162,20 +162,12 @@ export declare class ArmatureNavigationComponent implements OnInit, AfterViewIni
|
|
|
162
162
|
* @param childNode The child node
|
|
163
163
|
*/
|
|
164
164
|
setNodeStates(parentNode: NavNode, childNode: SubNavNodes): void;
|
|
165
|
-
/** Initializes the basic nav settings */
|
|
166
|
-
private initBasicSettings;
|
|
167
165
|
/**
|
|
168
166
|
* Closes the expansion panel and navigates to the given node
|
|
169
167
|
* @param el The mat expansion panel
|
|
170
168
|
* @param index The parent node index
|
|
171
169
|
*/
|
|
172
170
|
disablePanel(el: any, index: number): void;
|
|
173
|
-
/** Initializes the advanced nav settings */
|
|
174
|
-
private initAdvancedSettings;
|
|
175
|
-
/** Initializes the nav theme settings */
|
|
176
|
-
private initThemeSettings;
|
|
177
|
-
/** Binds the stepper to the router */
|
|
178
|
-
private bindStepperToRoutes;
|
|
179
171
|
/**
|
|
180
172
|
* Hides the message
|
|
181
173
|
*/
|
|
@@ -184,10 +176,22 @@ export declare class ArmatureNavigationComponent implements OnInit, AfterViewIni
|
|
|
184
176
|
* Logs out once user is authorized
|
|
185
177
|
* */
|
|
186
178
|
logOut(): void;
|
|
179
|
+
/**
|
|
180
|
+
* Closes mobile navigation after selection.
|
|
181
|
+
*/
|
|
182
|
+
closeNavigationForMobile(): void;
|
|
187
183
|
/**
|
|
188
184
|
* Is the navigation selected
|
|
189
185
|
*/
|
|
190
186
|
isNavSelected(node: NavNode | SubNavNodes): boolean;
|
|
191
187
|
/** Sets the width for the side nav */
|
|
192
188
|
setNavWidth(width: string): string;
|
|
189
|
+
/** Binds the stepper to the router */
|
|
190
|
+
private bindStepperToRoutes;
|
|
191
|
+
/** Initializes the advanced nav settings */
|
|
192
|
+
private initAdvancedSettings;
|
|
193
|
+
/** Initializes the nav theme settings */
|
|
194
|
+
private initThemeSettings;
|
|
195
|
+
/** Initializes the basic nav settings */
|
|
196
|
+
private initBasicSettings;
|
|
193
197
|
}
|
|
@@ -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.34.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.0.0"
|
|
6
6
|
},
|
|
@@ -16,11 +16,12 @@
|
|
|
16
16
|
"@angular/platform-browser": "~10.2.4",
|
|
17
17
|
"@angular/platform-browser-dynamic": "~10.2.4",
|
|
18
18
|
"@angular/router": "~10.2.4",
|
|
19
|
-
"@ngx-translate/core": "^
|
|
19
|
+
"@ngx-translate/core": "^13.0.0",
|
|
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