@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.
Files changed (80) hide show
  1. package/assets/styles/sof-styles.scss +0 -3
  2. package/esm2020/lib/alert-banner/alert-banner.module.mjs +4 -4
  3. package/esm2020/lib/alert-banner/components/alert-banner/alert-banner.component.mjs +3 -3
  4. package/esm2020/lib/alert-banner/services/alert-banner.service.mjs +3 -3
  5. package/esm2020/lib/armature.module.mjs +4 -4
  6. package/esm2020/lib/base-components/base-component.module.mjs +4 -4
  7. package/esm2020/lib/base-components/sof-alert/sof-alert.component.mjs +3 -3
  8. package/esm2020/lib/base-components/sof-banner/sof-banner.component.mjs +3 -3
  9. package/esm2020/lib/base-components/sof-button-toggle-group/sof-button-toggle-group.component.mjs +3 -3
  10. package/esm2020/lib/base-components/sof-modal/sof-modal.component.mjs +3 -3
  11. package/esm2020/lib/base-components/sof-progress-bar/sof-progress-bar.component.mjs +3 -3
  12. package/esm2020/lib/component-save-print/components/component-save-print/component-save-print.component.mjs +3 -3
  13. package/esm2020/lib/component-save-print/services/component-save-print.service.mjs +3 -3
  14. package/esm2020/lib/component-save-print/sof-ar-component-save-print.module.mjs +4 -4
  15. package/esm2020/lib/core/client-generated/api/session.service.mjs +3 -3
  16. package/esm2020/lib/core/components/app-template/app-template.component.mjs +3 -3
  17. package/esm2020/lib/core/initializer/initializer.service.mjs +3 -3
  18. package/esm2020/lib/core/interceptors/armature-auth-token-append.interceptor.mjs +3 -3
  19. package/esm2020/lib/core/services/authorization.service.mjs +3 -3
  20. package/esm2020/lib/core/services/banner.service.mjs +3 -3
  21. package/esm2020/lib/core/services/base-config.service.mjs +3 -3
  22. package/esm2020/lib/core/services/default-config.service.mjs +3 -3
  23. package/esm2020/lib/core/services/session.service.mjs +3 -3
  24. package/esm2020/lib/core/services/user-entity.service.mjs +3 -3
  25. package/esm2020/lib/distributed-cache/client-generated/api/cache.service.mjs +3 -3
  26. package/esm2020/lib/distributed-cache/distributed-cache.module.mjs +4 -4
  27. package/esm2020/lib/distributed-cache/services/server-cache.service.mjs +3 -3
  28. package/esm2020/lib/error/components/error-common/error-common.component.mjs +3 -3
  29. package/esm2020/lib/error/error.module.mjs +4 -4
  30. package/esm2020/lib/faq/components/faq/faq.component.mjs +3 -3
  31. package/esm2020/lib/faq/faq.module.mjs +4 -4
  32. package/esm2020/lib/footer/components/footer/footer.component.mjs +3 -3
  33. package/esm2020/lib/footer/components/site-map/site-map.component.mjs +3 -3
  34. package/esm2020/lib/footer/footer.module.mjs +4 -4
  35. package/esm2020/lib/forms/components/sof-address/sof-address.component.mjs +3 -3
  36. package/esm2020/lib/forms/directives/alphanumeric/alphanumeric.directive.mjs +3 -3
  37. package/esm2020/lib/forms/directives/input-trim/input-trim.directive.mjs +3 -3
  38. package/esm2020/lib/forms/directives/letters-only/letters-only.directive.mjs +3 -3
  39. package/esm2020/lib/forms/directives/numbers-only/numbers-only.directive.mjs +3 -3
  40. package/esm2020/lib/forms/forms.module.mjs +4 -4
  41. package/esm2020/lib/forms/pipes/phone-format.pipe.mjs +3 -3
  42. package/esm2020/lib/forms/services/alert.service.mjs +3 -3
  43. package/esm2020/lib/header/components/header/header.component.mjs +4 -4
  44. package/esm2020/lib/header/components/mobile-header-menu/mobile-header-menu.component.mjs +3 -3
  45. package/esm2020/lib/header/header.module.mjs +4 -4
  46. package/esm2020/lib/navigation/components/navigation/navigation.component.mjs +3 -3
  47. package/esm2020/lib/navigation/navigation.module.mjs +4 -4
  48. package/esm2020/lib/oauth/oauth.module.mjs +4 -4
  49. package/esm2020/lib/oauth/services/hybrid-saml-oauth.service.mjs +3 -3
  50. package/esm2020/lib/rbac/directives/rbac-action.directive.mjs +3 -3
  51. package/esm2020/lib/rbac/rbac.module.mjs +4 -4
  52. package/esm2020/lib/rbac/services/ar-role-nav.service.mjs +20 -7
  53. package/esm2020/lib/rbac/services/oauth2-role.service.mjs +3 -3
  54. package/esm2020/lib/rbac/services/tokens.mjs +4 -0
  55. package/esm2020/lib/resize-panels/components/resize-panels/resize-panels.component.mjs +3 -3
  56. package/esm2020/lib/resize-panels/resize-panels.module.mjs +4 -4
  57. package/esm2020/lib/rum/rum.module.mjs +4 -4
  58. package/esm2020/lib/rum/services/rum.service.mjs +3 -3
  59. package/esm2020/lib/rum/services/shared-error.service.mjs +3 -3
  60. package/esm2020/lib/rum/services/softheon-error-handler.service.mjs +3 -3
  61. package/esm2020/lib/saml/components/redirect-saml/redirect-saml.component.mjs +3 -3
  62. package/esm2020/lib/saml/saml.module.mjs +4 -4
  63. package/esm2020/lib/saml/services/entry/sso-gateway-entry.service.mjs +3 -3
  64. package/esm2020/lib/saml/services/send-off/saml.service.mjs +3 -3
  65. package/esm2020/lib/sof-pipe/pipes/sof-blank/sof-blank.pipe.mjs +3 -3
  66. package/esm2020/lib/sof-pipe/pipes/sof-date/sof-date.pipe.mjs +3 -3
  67. package/esm2020/lib/sof-pipe/pipes/sof-ssn/sof-ssn.pipe.mjs +3 -3
  68. package/esm2020/lib/sof-pipe/sof-pipe.module.mjs +4 -4
  69. package/esm2020/lib/theming/directives/css-override.directive.mjs +3 -3
  70. package/esm2020/lib/theming/services/theme.service.mjs +3 -3
  71. package/esm2020/lib/theming/theme.module.mjs +4 -4
  72. package/esm2020/public-api.mjs +2 -1
  73. package/fesm2015/softheon-armature.mjs +246 -229
  74. package/fesm2015/softheon-armature.mjs.map +1 -1
  75. package/fesm2020/softheon-armature.mjs +244 -229
  76. package/fesm2020/softheon-armature.mjs.map +1 -1
  77. package/lib/rbac/services/ar-role-nav.service.d.ts +3 -2
  78. package/lib/rbac/services/tokens.d.ts +3 -0
  79. package/package.json +1 -1
  80. 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.4", 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.4", ngImport: i0, type: SoftheonErrorHandlerService, providedIn: 'root' });
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SoftheonErrorHandlerService, decorators: [{
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.4", ngImport: i0, type: RedirectSamlComponent, deps: [{ token: i1.AbstractSamlService }], target: i0.ɵɵFactoryTarget.Component });
60
- RedirectSamlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.4", 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.4", ngImport: i0, type: RedirectSamlComponent, decorators: [{
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.4", ngImport: i0, type: SamlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22
- SamlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: SamlModule, declarations: [RedirectSamlComponent], imports: [CommonModule], exports: [RedirectSamlComponent] });
23
- SamlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SamlModule, providers: [
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.4", ngImport: i0, type: SamlModule, decorators: [{
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.4", ngImport: i0, type: SsoGatewayEntryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
29
- SsoGatewayEntryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SsoGatewayEntryService, providedIn: 'root' });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SsoGatewayEntryService, decorators: [{
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.4", ngImport: i0, type: SamlService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
32
- SamlService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SamlService, providedIn: 'root' });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SamlService, decorators: [{
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.4", 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.4", ngImport: i0, type: SofBlankPipe, name: "sofArBlank" });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SofBlankPipe, decorators: [{
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.4", 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.4", ngImport: i0, type: SofDatePipe, name: "sofArDate" });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SofDatePipe, decorators: [{
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.4", ngImport: i0, type: SofSsnPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
21
- SofSsnPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: SofSsnPipe, name: "sofArSsn" });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: SofSsnPipe, decorators: [{
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.4", ngImport: i0, type: SofPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- SofPipeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: SofPipeModule, declarations: [SofBlankPipe,
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.4", ngImport: i0, type: SofPipeModule, providers: [
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.4", ngImport: i0, type: SofPipeModule, decorators: [{
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.4", ngImport: i0, type: CssOverrideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
60
- CssOverrideDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.4", type: CssOverrideDirective, selector: "[sofArCssOverride]", inputs: { sofArCssOverride: "sofArCssOverride" }, ngImport: i0 });
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: CssOverrideDirective, decorators: [{
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.4", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
160
- ThemeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ThemeService, providedIn: 'root' });
161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ThemeService, decorators: [{
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.4", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- ThemeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.4", ngImport: i0, type: ThemeModule, declarations: [CssOverrideDirective], imports: [CommonModule], exports: [CssOverrideDirective] });
11
- ThemeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.4", ngImport: i0, type: ThemeModule, providers: [
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.4", ngImport: i0, type: ThemeModule, decorators: [{
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: [
@@ -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
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2FybWF0dXJlL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHFDQUFxQztBQUNyQyxjQUFjLHVCQUF1QixDQUFDO0FBRXRDLE9BQU87QUFDUCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYywyQ0FBMkMsQ0FBQztBQUUxRCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDhDQUE4QyxDQUFDO0FBQzdELGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLDRDQUE0QyxDQUFDO0FBQzNELGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyxzQ0FBc0MsQ0FBQztBQUNyRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxnREFBZ0QsQ0FBQTtBQUM5RCxjQUFjLDJEQUEyRCxDQUFDO0FBQzFFLGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsT0FBTyxFQUNILGNBQWMsRUFDZCxNQUFNLEVBQ04sMEJBQTBCLEVBQzFCLHdCQUF3QixFQUN4QixrQkFBa0IsRUFDckIsTUFBTSw2QkFBNkIsQ0FBQztBQUVyQyxVQUFVO0FBQ1YsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyx1Q0FBdUMsQ0FBQztBQUV0RCxjQUFjLCtEQUErRCxDQUFDO0FBQzlFLGNBQWMsMkZBQTJGLENBQUM7QUFDMUcsY0FBYyxrRUFBa0UsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgYXJtYXR1cmUgKi9cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXJtYXR1cmUubW9kdWxlJztcclxuXHJcbi8vIGNvcmVcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9zZXJ2aWNlcy9zZXNzaW9uLnNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL3NlcnZpY2VzL3VzZXItZW50aXR5LnNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL3NlcnZpY2VzL2F1dGhvcml6YXRpb24uc2VydmljZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL21vZGVscy9kYXRhLXN0b3JlLWNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL3R5cGVkLXNlc3Npb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL21vZGVscy9odHRwLXZlcmJzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9tb2RlbHMvc2Vzc2lvbi1jb25maWcnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL21vZGVscy9yb3V0ZS1wYXRoJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9tb2RlbHMvc3R5bGVzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9tb2RlbHMvdXNlci1lbnRpdHktc2VydmljZS1jb25maWcnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL2NsaWVudC1nZW5lcmF0ZWQvbW9kZWwvbW9kZWxzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9mdW5jdGlvbnMvZ3VpZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvZnVuY3Rpb25zL25hbWluZy1jb252ZW50aW9uJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9pbml0aWFsaXplci9hYnN0cmFjdC1zdGFydHVwLXNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL3NlcnZpY2VzL2Jhc2UtY29uZmlnLnNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL3NlcnZpY2VzL2RlZmF1bHQtY29uZmlnLnNlcnZpY2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL21vZGVscy9iYXNlLWNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL29pZGMtYXV0aC1zZXR0aW5ncyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL2hlYWRlci1jb25maWcnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL21vZGVscy9uYXZpZ2F0aW9uLWNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvc2VydmljZXMvY3VzdG9tLWF1dGgtY29uZmlnLnNlcnZpY2UnXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvY29tcG9uZW50cy9hcHAtdGVtcGxhdGUvYXBwLXRlbXBsYXRlLmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvc2VydmljZXMvYmFubmVyLnNlcnZpY2UnO1xyXG5leHBvcnQge1xyXG4gICAgU0VTU0lPTl9DT05GSUcsXHJcbiAgICBXSU5ET1csXHJcbiAgICBVU0VSX0VOVElUWV9TRVJWSUNFX0NPTkZJRyxcclxuICAgIHByZVNpZ25JblJvdXRlU3RvcmFnZUtleSxcclxuICAgIGxhbmd1YWdlU3RvcmFnZUtleVxyXG59IGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL2NvbnN0YW50cyc7XHJcblxyXG4vLyBtb2R1bGVzXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Rpc3RyaWJ1dGVkLWNhY2hlL2Rpc3RyaWJ1dGVkLWNhY2hlLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Vycm9yL2Vycm9yLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ZhcS9mYXEtYXBpJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZm9vdGVyL2Zvb3Rlci1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mb3Jtcy9mb3Jtcy1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9oZWFkZXIvaGVhZGVyLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL25hdmlnYXRpb24vbmF2aWdhdGlvbi1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9vYXV0aC9vYXV0aC1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9yYmFjL3JiYWMtYXBpJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvcnVtL3J1bS1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zYW1sL3NhbWwtYXBpJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdGhlbWluZy90aGVtZS1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hbGVydC1iYW5uZXIvYWxlcnQtYmFubmVyLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Jhc2UtY29tcG9uZW50cy9iYXNlLWNvbXBvbmVudC1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zb2YtcGlwZS9zb2YtcGlwZS5hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9yZXNpemUtcGFuZWxzL3Jlc2l6ZS1wYW5lbHMtYXBpJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudC1zYXZlLXByaW50L3NvZi1hci1jb21wb25lbnQtc2F2ZS1wcmludC5tb2R1bGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnQtc2F2ZS1wcmludC9jb21wb25lbnRzL2NvbXBvbmVudC1zYXZlLXByaW50L2NvbXBvbmVudC1zYXZlLXByaW50LmNvbXBvbmVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudC1zYXZlLXByaW50L3NlcnZpY2VzL2NvbXBvbmVudC1zYXZlLXByaW50LnNlcnZpY2UnO1xyXG4iXX0=
48
+ export * from './lib/rbac/services/tokens';
49
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2FybWF0dXJlL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHFDQUFxQztBQUNyQyxjQUFjLHVCQUF1QixDQUFDO0FBRXRDLE9BQU87QUFDUCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMseUNBQXlDLENBQUM7QUFDeEQsY0FBYywyQ0FBMkMsQ0FBQztBQUUxRCxjQUFjLHFDQUFxQyxDQUFDO0FBQ3BELGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLGtDQUFrQyxDQUFDO0FBQ2pELGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDhDQUE4QyxDQUFDO0FBQzdELGNBQWMsMENBQTBDLENBQUM7QUFDekQsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHdDQUF3QyxDQUFDO0FBQ3ZELGNBQWMsaURBQWlELENBQUM7QUFDaEUsY0FBYyx5Q0FBeUMsQ0FBQztBQUN4RCxjQUFjLDRDQUE0QyxDQUFDO0FBQzNELGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyxzQ0FBc0MsQ0FBQztBQUNyRCxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxnREFBZ0QsQ0FBQTtBQUM5RCxjQUFjLDJEQUEyRCxDQUFDO0FBQzFFLGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsT0FBTyxFQUNILGNBQWMsRUFDZCxNQUFNLEVBQ04sMEJBQTBCLEVBQzFCLHdCQUF3QixFQUN4QixrQkFBa0IsRUFDckIsTUFBTSw2QkFBNkIsQ0FBQztBQUVyQyxVQUFVO0FBQ1YsY0FBYywrQ0FBK0MsQ0FBQztBQUM5RCxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYyx1Q0FBdUMsQ0FBQztBQUV0RCxjQUFjLCtEQUErRCxDQUFDO0FBQzlFLGNBQWMsMkZBQTJGLENBQUM7QUFDMUcsY0FBYyxrRUFBa0UsQ0FBQztBQUNqRixjQUFjLDRCQUE0QixDQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLyoqIFB1YmxpYyBBUEkgU3VyZmFjZSBvZiBhcm1hdHVyZSAqL1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hcm1hdHVyZS5tb2R1bGUnO1xyXG5cclxuLy8gY29yZVxyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL3NlcnZpY2VzL3Nlc3Npb24uc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvc2VydmljZXMvdXNlci1lbnRpdHkuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvc2VydmljZXMvYXV0aG9yaXphdGlvbi5zZXJ2aWNlJztcclxuXHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL2RhdGEtc3RvcmUtY29uZmlnJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9tb2RlbHMvdHlwZWQtc2Vzc2lvbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL2h0dHAtdmVyYnMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL21vZGVscy9zZXNzaW9uLWNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL3JvdXRlLXBhdGgnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL21vZGVscy9zdHlsZXMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL21vZGVscy91c2VyLWVudGl0eS1zZXJ2aWNlLWNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvY2xpZW50LWdlbmVyYXRlZC9tb2RlbC9tb2RlbHMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL2Z1bmN0aW9ucy9ndWlkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9mdW5jdGlvbnMvbmFtaW5nLWNvbnZlbnRpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb3JlL2luaXRpYWxpemVyL2Fic3RyYWN0LXN0YXJ0dXAtc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvc2VydmljZXMvYmFzZS1jb25maWcuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvc2VydmljZXMvZGVmYXVsdC1jb25maWcuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL2Jhc2UtY29uZmlnJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9tb2RlbHMvb2lkYy1hdXRoLXNldHRpbmdzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9tb2RlbHMvaGVhZGVyLWNvbmZpZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvcmUvbW9kZWxzL25hdmlnYXRpb24tY29uZmlnJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9zZXJ2aWNlcy9jdXN0b20tYXV0aC1jb25maWcuc2VydmljZSdcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9jb21wb25lbnRzL2FwcC10ZW1wbGF0ZS9hcHAtdGVtcGxhdGUuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZS9zZXJ2aWNlcy9iYW5uZXIuc2VydmljZSc7XHJcbmV4cG9ydCB7XHJcbiAgICBTRVNTSU9OX0NPTkZJRyxcclxuICAgIFdJTkRPVyxcclxuICAgIFVTRVJfRU5USVRZX1NFUlZJQ0VfQ09ORklHLFxyXG4gICAgcHJlU2lnbkluUm91dGVTdG9yYWdlS2V5LFxyXG4gICAgbGFuZ3VhZ2VTdG9yYWdlS2V5XHJcbn0gZnJvbSAnLi9saWIvY29yZS9tb2RlbHMvY29uc3RhbnRzJztcclxuXHJcbi8vIG1vZHVsZXNcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZGlzdHJpYnV0ZWQtY2FjaGUvZGlzdHJpYnV0ZWQtY2FjaGUtYXBpJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZXJyb3IvZXJyb3ItYXBpJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZmFxL2ZhcS1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mb290ZXIvZm9vdGVyLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Zvcm1zL2Zvcm1zLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2hlYWRlci9oZWFkZXItYXBpJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbmF2aWdhdGlvbi9uYXZpZ2F0aW9uLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL29hdXRoL29hdXRoLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3JiYWMvcmJhYy1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9ydW0vcnVtLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NhbWwvc2FtbC1hcGknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi90aGVtaW5nL3RoZW1lLWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FsZXJ0LWJhbm5lci9hbGVydC1iYW5uZXItYXBpJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYmFzZS1jb21wb25lbnRzL2Jhc2UtY29tcG9uZW50LWFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NvZi1waXBlL3NvZi1waXBlLmFwaSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3Jlc2l6ZS1wYW5lbHMvcmVzaXplLXBhbmVscy1hcGknO1xyXG5cclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50LXNhdmUtcHJpbnQvc29mLWFyLWNvbXBvbmVudC1zYXZlLXByaW50Lm1vZHVsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudC1zYXZlLXByaW50L2NvbXBvbmVudHMvY29tcG9uZW50LXNhdmUtcHJpbnQvY29tcG9uZW50LXNhdmUtcHJpbnQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50LXNhdmUtcHJpbnQvc2VydmljZXMvY29tcG9uZW50LXNhdmUtcHJpbnQuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3JiYWMvc2VydmljZXMvdG9rZW5zJ1xyXG4iXX0=