@softheon/armature 15.0.2 → 15.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/assets/styles/sof-styles.scss +0 -3
- package/esm2020/lib/alert-banner/alert-banner.module.mjs +4 -4
- package/esm2020/lib/alert-banner/components/alert-banner/alert-banner.component.mjs +3 -3
- package/esm2020/lib/alert-banner/services/alert-banner.service.mjs +3 -3
- package/esm2020/lib/armature.module.mjs +4 -4
- package/esm2020/lib/base-components/base-component.module.mjs +4 -4
- package/esm2020/lib/base-components/sof-alert/sof-alert.component.mjs +3 -3
- package/esm2020/lib/base-components/sof-banner/sof-banner.component.mjs +3 -3
- package/esm2020/lib/base-components/sof-button-toggle-group/sof-button-toggle-group.component.mjs +3 -3
- package/esm2020/lib/base-components/sof-modal/sof-modal.component.mjs +3 -3
- package/esm2020/lib/base-components/sof-progress-bar/sof-progress-bar.component.mjs +3 -3
- package/esm2020/lib/component-save-print/components/component-save-print/component-save-print.component.mjs +3 -3
- package/esm2020/lib/component-save-print/services/component-save-print.service.mjs +3 -3
- package/esm2020/lib/component-save-print/sof-ar-component-save-print.module.mjs +4 -4
- package/esm2020/lib/core/client-generated/api/session.service.mjs +3 -3
- package/esm2020/lib/core/components/app-template/app-template.component.mjs +3 -3
- package/esm2020/lib/core/initializer/initializer.service.mjs +3 -3
- package/esm2020/lib/core/interceptors/armature-auth-token-append.interceptor.mjs +3 -3
- package/esm2020/lib/core/services/authorization.service.mjs +3 -3
- package/esm2020/lib/core/services/banner.service.mjs +3 -3
- package/esm2020/lib/core/services/base-config.service.mjs +3 -3
- package/esm2020/lib/core/services/default-config.service.mjs +3 -3
- package/esm2020/lib/core/services/session.service.mjs +3 -3
- package/esm2020/lib/core/services/user-entity.service.mjs +3 -3
- package/esm2020/lib/distributed-cache/client-generated/api/cache.service.mjs +3 -3
- package/esm2020/lib/distributed-cache/distributed-cache.module.mjs +4 -4
- package/esm2020/lib/distributed-cache/services/server-cache.service.mjs +3 -3
- package/esm2020/lib/error/components/error-common/error-common.component.mjs +3 -3
- package/esm2020/lib/error/error.module.mjs +4 -4
- package/esm2020/lib/faq/components/faq/faq.component.mjs +3 -3
- package/esm2020/lib/faq/faq.module.mjs +4 -4
- package/esm2020/lib/footer/components/footer/footer.component.mjs +3 -3
- package/esm2020/lib/footer/components/site-map/site-map.component.mjs +3 -3
- package/esm2020/lib/footer/footer.module.mjs +4 -4
- package/esm2020/lib/forms/components/sof-address/sof-address.component.mjs +3 -3
- package/esm2020/lib/forms/directives/alphanumeric/alphanumeric.directive.mjs +3 -3
- package/esm2020/lib/forms/directives/input-trim/input-trim.directive.mjs +3 -3
- package/esm2020/lib/forms/directives/letters-only/letters-only.directive.mjs +3 -3
- package/esm2020/lib/forms/directives/numbers-only/numbers-only.directive.mjs +3 -3
- package/esm2020/lib/forms/forms.module.mjs +4 -4
- package/esm2020/lib/forms/pipes/phone-format.pipe.mjs +3 -3
- package/esm2020/lib/forms/services/alert.service.mjs +3 -3
- package/esm2020/lib/header/components/header/header.component.mjs +4 -4
- package/esm2020/lib/header/components/mobile-header-menu/mobile-header-menu.component.mjs +3 -3
- package/esm2020/lib/header/header.module.mjs +4 -4
- package/esm2020/lib/navigation/components/navigation/navigation.component.mjs +3 -3
- package/esm2020/lib/navigation/navigation.module.mjs +4 -4
- package/esm2020/lib/oauth/oauth.module.mjs +4 -4
- package/esm2020/lib/oauth/services/hybrid-saml-oauth.service.mjs +3 -3
- package/esm2020/lib/rbac/directives/rbac-action.directive.mjs +3 -3
- package/esm2020/lib/rbac/rbac.module.mjs +4 -4
- package/esm2020/lib/rbac/services/ar-role-nav.service.mjs +20 -7
- package/esm2020/lib/rbac/services/oauth2-role.service.mjs +3 -3
- package/esm2020/lib/rbac/services/tokens.mjs +4 -0
- package/esm2020/lib/resize-panels/components/resize-panels/resize-panels.component.mjs +3 -3
- package/esm2020/lib/resize-panels/resize-panels.module.mjs +4 -4
- package/esm2020/lib/rum/rum.module.mjs +4 -4
- package/esm2020/lib/rum/services/rum.service.mjs +3 -3
- package/esm2020/lib/rum/services/shared-error.service.mjs +3 -3
- package/esm2020/lib/rum/services/softheon-error-handler.service.mjs +3 -3
- package/esm2020/lib/saml/components/redirect-saml/redirect-saml.component.mjs +3 -3
- package/esm2020/lib/saml/saml.module.mjs +4 -4
- package/esm2020/lib/saml/services/entry/sso-gateway-entry.service.mjs +3 -3
- package/esm2020/lib/saml/services/send-off/saml.service.mjs +3 -3
- package/esm2020/lib/sof-pipe/pipes/sof-blank/sof-blank.pipe.mjs +3 -3
- package/esm2020/lib/sof-pipe/pipes/sof-date/sof-date.pipe.mjs +3 -3
- package/esm2020/lib/sof-pipe/pipes/sof-ssn/sof-ssn.pipe.mjs +3 -3
- package/esm2020/lib/sof-pipe/sof-pipe.module.mjs +4 -4
- package/esm2020/lib/theming/directives/css-override.directive.mjs +3 -3
- package/esm2020/lib/theming/services/theme.service.mjs +3 -3
- package/esm2020/lib/theming/theme.module.mjs +4 -4
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/softheon-armature.mjs +246 -229
- package/fesm2015/softheon-armature.mjs.map +1 -1
- package/fesm2020/softheon-armature.mjs +244 -229
- package/fesm2020/softheon-armature.mjs.map +1 -1
- package/lib/rbac/services/ar-role-nav.service.d.ts +3 -2
- package/lib/rbac/services/tokens.d.ts +3 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -65,9 +65,9 @@ export class SoftheonErrorHandlerService {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
SoftheonErrorHandlerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
69
|
-
SoftheonErrorHandlerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
70
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
68
|
+
SoftheonErrorHandlerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SoftheonErrorHandlerService, deps: [{ token: i1.RumConfig }, { token: i2.HttpClient }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
69
|
+
SoftheonErrorHandlerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SoftheonErrorHandlerService, providedIn: 'root' });
|
|
70
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SoftheonErrorHandlerService, decorators: [{
|
|
71
71
|
type: Injectable,
|
|
72
72
|
args: [{
|
|
73
73
|
providedIn: 'root'
|
|
@@ -56,9 +56,9 @@ export class RedirectSamlComponent {
|
|
|
56
56
|
return errorCount === 0;
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
RedirectSamlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
60
|
-
RedirectSamlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.
|
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
59
|
+
RedirectSamlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: RedirectSamlComponent, deps: [{ token: i1.AbstractSamlService }], target: i0.ɵɵFactoryTarget.Component });
|
|
60
|
+
RedirectSamlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.6", type: RedirectSamlComponent, selector: "saml-redirect-saml", inputs: { request: "request", samlGetEndpointUri: "samlGetEndpointUri", samlPostUrl: "samlPostUrl" }, outputs: { samlPostEvent: "samlPostEvent" }, viewQueries: [{ propertyName: "samlSubmitBtn", first: true, predicate: ["samlSubmit"], descendants: true }, { propertyName: "samlInput", first: true, predicate: ["samlInput"], descendants: true }], ngImport: i0, template: "<form hidden ngNoForm action=\"{{samlPostUrl}}\" method=\"POST\">\r\n <button #samlSubmit id=\"samlSubmit\" type=\"submit\" color=\"primary\"></button>\r\n <input #samlInput hidden id=\"SAMLResponse\" name=\"SAMLResponse\" value={{saml}}>\r\n</form>\r\n", styles: [""] });
|
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: RedirectSamlComponent, decorators: [{
|
|
62
62
|
type: Component,
|
|
63
63
|
args: [{ selector: 'saml-redirect-saml', template: "<form hidden ngNoForm action=\"{{samlPostUrl}}\" method=\"POST\">\r\n <button #samlSubmit id=\"samlSubmit\" type=\"submit\" color=\"primary\"></button>\r\n <input #samlInput hidden id=\"SAMLResponse\" name=\"SAMLResponse\" value={{saml}}>\r\n</form>\r\n" }]
|
|
64
64
|
}], ctorParameters: function () { return [{ type: i1.AbstractSamlService }]; }, propDecorators: { request: [{
|
|
@@ -18,12 +18,12 @@ const abstractServices = [
|
|
|
18
18
|
/** Armature saml module */
|
|
19
19
|
export class SamlModule {
|
|
20
20
|
}
|
|
21
|
-
SamlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
22
|
-
SamlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.
|
|
23
|
-
SamlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.
|
|
21
|
+
SamlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SamlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
22
|
+
SamlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.6", ngImport: i0, type: SamlModule, declarations: [RedirectSamlComponent], imports: [CommonModule], exports: [RedirectSamlComponent] });
|
|
23
|
+
SamlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SamlModule, providers: [
|
|
24
24
|
...abstractServices
|
|
25
25
|
], imports: [CommonModule] });
|
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SamlModule, decorators: [{
|
|
27
27
|
type: NgModule,
|
|
28
28
|
args: [{
|
|
29
29
|
declarations: [
|
|
@@ -25,9 +25,9 @@ export class SsoGatewayEntryService extends AbstractSamlEntryService {
|
|
|
25
25
|
window.localStorage.removeItem(`${this.keyPathPrefix}${keyPath}`);
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
|
-
SsoGatewayEntryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
29
|
-
SsoGatewayEntryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
28
|
+
SsoGatewayEntryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SsoGatewayEntryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
29
|
+
SsoGatewayEntryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SsoGatewayEntryService, providedIn: 'root' });
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SsoGatewayEntryService, decorators: [{
|
|
31
31
|
type: Injectable,
|
|
32
32
|
args: [{
|
|
33
33
|
providedIn: 'root'
|
|
@@ -28,9 +28,9 @@ export class SamlService extends AbstractSamlService {
|
|
|
28
28
|
return this.http.post(endpointUri, request);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
SamlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
32
|
-
SamlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
31
|
+
SamlService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SamlService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
32
|
+
SamlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SamlService, providedIn: 'root' });
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SamlService, decorators: [{
|
|
34
34
|
type: Injectable,
|
|
35
35
|
args: [{
|
|
36
36
|
providedIn: 'root'
|
|
@@ -23,9 +23,9 @@ export class SofBlankPipe {
|
|
|
23
23
|
return value || this.blankLanguage;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
SofBlankPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
27
|
-
SofBlankPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
26
|
+
SofBlankPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SofBlankPipe, deps: [{ token: SOF_BLANK_LANGUAGE_OVERRIDE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
27
|
+
SofBlankPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.6", ngImport: i0, type: SofBlankPipe, name: "sofArBlank" });
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SofBlankPipe, decorators: [{
|
|
29
29
|
type: Pipe,
|
|
30
30
|
args: [{
|
|
31
31
|
name: 'sofArBlank'
|
|
@@ -43,9 +43,9 @@ export class SofDatePipe {
|
|
|
43
43
|
console.warn(`Unable to parse ${dateStr} to date using sof-date-pipe.`);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
SofDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
47
|
-
SofDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
46
|
+
SofDatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SofDatePipe, deps: [{ token: i1.DatePipe }, { token: SOF_DATE_PIPE_FORMATS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
47
|
+
SofDatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.6", ngImport: i0, type: SofDatePipe, name: "sofArDate" });
|
|
48
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SofDatePipe, decorators: [{
|
|
49
49
|
type: Pipe,
|
|
50
50
|
args: [{
|
|
51
51
|
name: 'sofArDate'
|
|
@@ -17,9 +17,9 @@ export class SofSsnPipe {
|
|
|
17
17
|
return `${maskedCharacter}${maskedCharacter}${maskedCharacter}-${maskedCharacter}${maskedCharacter}-${ssn.substring(5)}`;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
SofSsnPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
21
|
-
SofSsnPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
20
|
+
SofSsnPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SofSsnPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
21
|
+
SofSsnPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.6", ngImport: i0, type: SofSsnPipe, name: "sofArSsn" });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SofSsnPipe, decorators: [{
|
|
23
23
|
type: Pipe,
|
|
24
24
|
args: [{
|
|
25
25
|
name: 'sofArSsn'
|
|
@@ -6,16 +6,16 @@ import { SofBlankPipe } from './pipes/sof-blank/sof-blank.pipe';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class SofPipeModule {
|
|
8
8
|
}
|
|
9
|
-
SofPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
10
|
-
SofPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.
|
|
9
|
+
SofPipeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SofPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
SofPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.6", ngImport: i0, type: SofPipeModule, declarations: [SofBlankPipe,
|
|
11
11
|
SofDatePipe,
|
|
12
12
|
SofSsnPipe], imports: [CommonModule], exports: [SofBlankPipe,
|
|
13
13
|
SofDatePipe,
|
|
14
14
|
SofSsnPipe] });
|
|
15
|
-
SofPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.
|
|
15
|
+
SofPipeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SofPipeModule, providers: [
|
|
16
16
|
DatePipe
|
|
17
17
|
], imports: [CommonModule] });
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: SofPipeModule, decorators: [{
|
|
19
19
|
type: NgModule,
|
|
20
20
|
args: [{
|
|
21
21
|
declarations: [
|
|
@@ -56,9 +56,9 @@ export class CssOverrideDirective {
|
|
|
56
56
|
});
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
CssOverrideDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
60
|
-
CssOverrideDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.
|
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
59
|
+
CssOverrideDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: CssOverrideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
60
|
+
CssOverrideDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.6", type: CssOverrideDirective, selector: "[sofArCssOverride]", inputs: { sofArCssOverride: "sofArCssOverride" }, ngImport: i0 });
|
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: CssOverrideDirective, decorators: [{
|
|
62
62
|
type: Directive,
|
|
63
63
|
args: [{
|
|
64
64
|
selector: '[sofArCssOverride]'
|
|
@@ -156,9 +156,9 @@ export class ThemeService {
|
|
|
156
156
|
} : undefined;
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
|
-
ThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
160
|
-
ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
|
161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
159
|
+
ThemeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
160
|
+
ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: ThemeService, providedIn: 'root' });
|
|
161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: ThemeService, decorators: [{
|
|
162
162
|
type: Injectable,
|
|
163
163
|
args: [{
|
|
164
164
|
providedIn: 'root'
|
|
@@ -6,12 +6,12 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
/** Armature saml module */
|
|
7
7
|
export class ThemeModule {
|
|
8
8
|
}
|
|
9
|
-
ThemeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
|
10
|
-
ThemeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.
|
|
11
|
-
ThemeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.
|
|
9
|
+
ThemeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
ThemeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.6", ngImport: i0, type: ThemeModule, declarations: [CssOverrideDirective], imports: [CommonModule], exports: [CssOverrideDirective] });
|
|
11
|
+
ThemeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: ThemeModule, providers: [
|
|
12
12
|
ThemeService
|
|
13
13
|
], imports: [CommonModule] });
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.6", ngImport: i0, type: ThemeModule, decorators: [{
|
|
15
15
|
type: NgModule,
|
|
16
16
|
args: [{
|
|
17
17
|
declarations: [
|
package/esm2020/public-api.mjs
CHANGED
|
@@ -45,4 +45,5 @@ export * from './lib/resize-panels/resize-panels-api';
|
|
|
45
45
|
export * from './lib/component-save-print/sof-ar-component-save-print.module';
|
|
46
46
|
export * from './lib/component-save-print/components/component-save-print/component-save-print.component';
|
|
47
47
|
export * from './lib/component-save-print/services/component-save-print.service';
|
|
48
|
-
|
|
48
|
+
export * from './lib/rbac/services/tokens';
|
|
49
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2FybWF0dXJlL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHFDQUFxQztBQUNyQyxjQUFjLHVCQUF1QixDQUFDO0FBRXRDLE9BQU87QUFDUCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYywyQ0FBMkMsQ0FBQztBQUUxRCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDhDQUE4QyxDQUFDO0FBQzdELGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLDRDQUE0QyxDQUFDO0FBQzNELGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyxzQ0FBc0MsQ0FBQztBQUNyRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxnREFBZ0QsQ0FBQTtBQUM5RCxjQUFjLDJEQUEyRCxDQUFDO0FBQzFFLGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsT0FBTyxFQUNILGNBQWMsRUFDZCxNQUFNLEVBQ04sMEJBQTBCLEVBQzFCLHdCQUF3QixFQUN4QixrQkFBa0IsRUFDckIsTUFBTSw2QkFBNkIsQ0FBQztBQUVyQyxVQUFVO0FBQ1YsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyx1Q0FBdUMsQ0FBQztBQUV0RCxjQUFjLCtEQUErRCxDQUFDO0FBQzlFLGNBQWMsMkZBQTJGLENBQUM7QUFDMUcsY0FBYyxrRUFBa0UsQ0FBQztBQUNqRixjQUFjLDRCQUE0QixDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLyoqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBhcm1hdHVyZSAqL1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcm1hdHVyZS5tb2R1bGUnO1xyXG5cclxuLy8gY29yZVxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL3NlcnZpY2VzL3Nlc3Npb24uc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvc2VydmljZXMvdXNlci1lbnRpdHkuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvc2VydmljZXMvYXV0aG9yaXphdGlvbi5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL2RhdGEtc3RvcmUtY29uZmlnJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9tb2RlbHMvdHlwZWQtc2Vzc2lvbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL2h0dHAtdmVyYnMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL21vZGVscy9zZXNzaW9uLWNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL3JvdXRlLXBhdGgnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL21vZGVscy9zdHlsZXMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL21vZGVscy91c2VyLWVudGl0eS1zZXJ2aWNlLWNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvY2xpZW50LWdlbmVyYXRlZC9tb2RlbC9tb2RlbHMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL2Z1bmN0aW9ucy9ndWlkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9mdW5jdGlvbnMvbmFtaW5nLWNvbnZlbnRpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL2luaXRpYWxpemVyL2Fic3RyYWN0LXN0YXJ0dXAtc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvc2VydmljZXMvYmFzZS1jb25maWcuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvc2VydmljZXMvZGVmYXVsdC1jb25maWcuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL2Jhc2UtY29uZmlnJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9tb2RlbHMvb2lkYy1hdXRoLXNldHRpbmdzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9tb2RlbHMvaGVhZGVyLWNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL25hdmlnYXRpb24tY29uZmlnJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9zZXJ2aWNlcy9jdXN0b20tYXV0aC1jb25maWcuc2VydmljZSdcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9jb21wb25lbnRzL2FwcC10ZW1wbGF0ZS9hcHAtdGVtcGxhdGUuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9zZXJ2aWNlcy9iYW5uZXIuc2VydmljZSc7XHJcbmV4cG9ydCB7XHJcbiAgICBTRVNTSU9OX0NPTkZJRyxcclxuICAgIFdJTkRPVyxcclxuICAgIFVTRVJfRU5USVRZX1NFUlZJQ0VfQ09ORklHLFxyXG4gICAgcHJlU2lnbkluUm91dGVTdG9yYWdlS2V5LFxyXG4gICAgbGFuZ3VhZ2VTdG9yYWdlS2V5XHJcbn0gZnJvbSAnLi9saWIvY29yZS9tb2RlbHMvY29uc3RhbnRzJztcclxuXHJcbi8vIG1vZHVsZXNcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZGlzdHJpYnV0ZWQtY2FjaGUvZGlzdHJpYnV0ZWQtY2FjaGUtYXBpJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZXJyb3IvZXJyb3ItYXBpJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZmFxL2ZhcS1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mb290ZXIvZm9vdGVyLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Zvcm1zL2Zvcm1zLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2hlYWRlci9oZWFkZXItYXBpJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL29hdXRoL29hdXRoLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3JiYWMvcmJhYy1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9ydW0vcnVtLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NhbWwvc2FtbC1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi90aGVtaW5nL3RoZW1lLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FsZXJ0LWJhbm5lci9hbGVydC1iYW5uZXItYXBpJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYmFzZS1jb21wb25lbnRzL2Jhc2UtY29tcG9uZW50LWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NvZi1waXBlL3NvZi1waXBlLmFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3Jlc2l6ZS1wYW5lbHMvcmVzaXplLXBhbmVscy1hcGknO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50LXNhdmUtcHJpbnQvc29mLWFyLWNvbXBvbmVudC1zYXZlLXByaW50Lm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudC1zYXZlLXByaW50L2NvbXBvbmVudHMvY29tcG9uZW50LXNhdmUtcHJpbnQvY29tcG9uZW50LXNhdmUtcHJpbnQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50LXNhdmUtcHJpbnQvc2VydmljZXMvY29tcG9uZW50LXNhdmUtcHJpbnQuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3JiYWMvc2VydmljZXMvdG9rZW5zJ1xyXG4iXX0=
|