@softheon/armature 17.4.0 → 17.4.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.
Files changed (85) hide show
  1. package/esm2022/lib/alert-banner/alert-banner.module.mjs +4 -4
  2. package/esm2022/lib/alert-banner/components/alert-banner/alert-banner.component.mjs +3 -3
  3. package/esm2022/lib/alert-banner/services/alert-banner.service.mjs +3 -3
  4. package/esm2022/lib/armature.module.mjs +4 -4
  5. package/esm2022/lib/base-components/base-component.module.mjs +4 -4
  6. package/esm2022/lib/base-components/sof-alert/sof-alert.component.mjs +3 -3
  7. package/esm2022/lib/base-components/sof-badge/sof-badge.component.mjs +5 -5
  8. package/esm2022/lib/base-components/sof-banner/sof-banner.component.mjs +3 -3
  9. package/esm2022/lib/base-components/sof-button-toggle-group/sof-button-toggle-group.component.mjs +3 -3
  10. package/esm2022/lib/base-components/sof-confirm-address/sof-confirm-address.component.mjs +5 -5
  11. package/esm2022/lib/base-components/sof-image-checkbox/sof-image-checkbox.component.mjs +5 -5
  12. package/esm2022/lib/base-components/sof-modal/sof-modal.component.mjs +12 -11
  13. package/esm2022/lib/base-components/sof-progress-bar/sof-progress-bar.component.mjs +5 -5
  14. package/esm2022/lib/base-components/sof-radio-card/sof-radio-card.component.mjs +3 -3
  15. package/esm2022/lib/base-components/sof-simple-alert/sof-simple-alert.component.mjs +3 -3
  16. package/esm2022/lib/base-components/sof-star-rating/sof-star-rating.component.mjs +3 -3
  17. package/esm2022/lib/component-save-print/components/component-save-print/component-save-print.component.mjs +3 -3
  18. package/esm2022/lib/component-save-print/services/component-save-print.service.mjs +3 -3
  19. package/esm2022/lib/component-save-print/sof-ar-component-save-print.module.mjs +4 -4
  20. package/esm2022/lib/core/client-generated/api/session.service.mjs +3 -3
  21. package/esm2022/lib/core/components/app-template/app-template.component.mjs +23 -14
  22. package/esm2022/lib/core/initializer/initializer.service.mjs +3 -3
  23. package/esm2022/lib/core/interceptors/armature-auth-token-append.interceptor.mjs +3 -3
  24. package/esm2022/lib/core/services/authorization.service.mjs +3 -3
  25. package/esm2022/lib/core/services/banner.service.mjs +3 -3
  26. package/esm2022/lib/core/services/base-config.service.mjs +3 -3
  27. package/esm2022/lib/core/services/default-config.service.mjs +3 -3
  28. package/esm2022/lib/core/services/federated-module.service.mjs +3 -3
  29. package/esm2022/lib/core/services/session.service.mjs +3 -3
  30. package/esm2022/lib/core/services/user-entity.service.mjs +3 -3
  31. package/esm2022/lib/distributed-cache/client-generated/api/cache.service.mjs +3 -3
  32. package/esm2022/lib/distributed-cache/distributed-cache.module.mjs +4 -4
  33. package/esm2022/lib/distributed-cache/services/server-cache.service.mjs +3 -3
  34. package/esm2022/lib/error/components/error-common/error-common.component.mjs +3 -3
  35. package/esm2022/lib/error/error.module.mjs +4 -4
  36. package/esm2022/lib/faq/components/faq/faq.component.mjs +3 -3
  37. package/esm2022/lib/faq/faq.module.mjs +4 -4
  38. package/esm2022/lib/feedback-tool/components/feedback-tool/feedback-tool.component.mjs +3 -3
  39. package/esm2022/lib/feedback-tool/feedback-tool.module.mjs +4 -4
  40. package/esm2022/lib/footer/components/footer/footer.component.mjs +3 -3
  41. package/esm2022/lib/footer/components/site-map/site-map.component.mjs +3 -3
  42. package/esm2022/lib/footer/footer.module.mjs +4 -4
  43. package/esm2022/lib/forms/components/sof-address/sof-address.component.mjs +5 -5
  44. package/esm2022/lib/forms/directives/alphanumeric/alphanumeric.directive.mjs +3 -3
  45. package/esm2022/lib/forms/directives/input-trim/input-trim.directive.mjs +3 -3
  46. package/esm2022/lib/forms/directives/letters-characters/letters-characters.directive.mjs +3 -3
  47. package/esm2022/lib/forms/directives/letters-only/letters-only.directive.mjs +3 -3
  48. package/esm2022/lib/forms/directives/numbers-only/numbers-only.directive.mjs +3 -3
  49. package/esm2022/lib/forms/forms.module.mjs +4 -4
  50. package/esm2022/lib/forms/pipes/phone-format.pipe.mjs +3 -3
  51. package/esm2022/lib/forms/services/alert.service.mjs +3 -3
  52. package/esm2022/lib/header/components/header/header.component.mjs +5 -5
  53. package/esm2022/lib/header/components/mobile-header-menu/mobile-header-menu.component.mjs +3 -3
  54. package/esm2022/lib/header/header.module.mjs +4 -4
  55. package/esm2022/lib/navigation/components/navigation/navigation.component.mjs +6 -6
  56. package/esm2022/lib/navigation/models/nav.settings.mjs +1 -1
  57. package/esm2022/lib/navigation/navigation.module.mjs +4 -4
  58. package/esm2022/lib/oauth/oauth.module.mjs +4 -4
  59. package/esm2022/lib/oauth/services/hybrid-saml-oauth.service.mjs +3 -3
  60. package/esm2022/lib/rbac/directives/rbac-action.directive.mjs +3 -3
  61. package/esm2022/lib/rbac/rbac.module.mjs +4 -4
  62. package/esm2022/lib/rbac/services/ar-role-nav.service.mjs +3 -3
  63. package/esm2022/lib/rbac/services/oauth2-role.service.mjs +3 -3
  64. package/esm2022/lib/resize-panels/components/resize-panels/resize-panels.component.mjs +3 -3
  65. package/esm2022/lib/resize-panels/resize-panels.module.mjs +4 -4
  66. package/esm2022/lib/rum/rum.module.mjs +4 -4
  67. package/esm2022/lib/rum/services/rum.service.mjs +3 -3
  68. package/esm2022/lib/rum/services/shared-error.service.mjs +3 -3
  69. package/esm2022/lib/rum/services/softheon-error-handler.service.mjs +3 -3
  70. package/esm2022/lib/saml/components/redirect-saml/redirect-saml.component.mjs +3 -3
  71. package/esm2022/lib/saml/saml.module.mjs +4 -4
  72. package/esm2022/lib/saml/services/entry/sso-gateway-entry.service.mjs +3 -3
  73. package/esm2022/lib/saml/services/send-off/saml.service.mjs +3 -3
  74. package/esm2022/lib/sof-pipe/pipes/sof-blank/sof-blank.pipe.mjs +3 -3
  75. package/esm2022/lib/sof-pipe/pipes/sof-date/sof-date.pipe.mjs +3 -3
  76. package/esm2022/lib/sof-pipe/pipes/sof-ssn/sof-ssn.pipe.mjs +3 -3
  77. package/esm2022/lib/sof-pipe/sof-pipe.module.mjs +4 -4
  78. package/esm2022/lib/theming/directives/css-override.directive.mjs +3 -3
  79. package/esm2022/lib/theming/services/theme.service.mjs +3 -3
  80. package/esm2022/lib/theming/theme.module.mjs +4 -4
  81. package/fesm2022/softheon-armature.mjs +308 -301
  82. package/fesm2022/softheon-armature.mjs.map +1 -1
  83. package/lib/core/components/app-template/app-template.component.d.ts +7 -1
  84. package/lib/navigation/models/nav.settings.d.ts +2 -0
  85. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
1
  export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2LnNldHRpbmdzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJtYXR1cmUvc3JjL2xpYi9uYXZpZ2F0aW9uL21vZGVscy9uYXYuc2V0dGluZ3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKiB0aGUgTmF2aWdhdGlvbiBTZXR0aW5ncyAqL1xyXG5leHBvcnQgaW50ZXJmYWNlIE5hdmlnYXRpb25TZXR0aW5ncyB7XHJcbiAgLyoqIHRoZSBIZWFkZXIgTWVudSBGb250QXdlc29tZSBpY29uIHdoZW4gdGhlIG5hdmlnYXRpb24gYmFyIGlzIG9wZW4gKi9cclxuICBmb250QXdlc29tZU1lbnVJY29uPzogc3RyaW5nO1xyXG5cclxuICAvKiogdGhlIEhlYWRlciBNZW51IEZvbnRBd2Vzb21lIGljb24gd2hlbiB0aGUgbmF2aWdhdGlvbiBiYXIgaXMgY2xvc2VkICovXHJcbiAgZm9udEF3ZXNvbWVNZW51SWNvbkNsb3NlZD86IHN0cmluZztcclxuXHJcbiAgLyoqIHRoZSBtYWluIG1lbnUgdGV4dCB0aGF0IGFwcGVhcnMgaW4gdGhlIG1vYmlsZSBTdWJOYXYgKi9cclxuICBtYWluTWVudVRleHQ/OiBzdHJpbmc7XHJcblxyXG4gIC8qKiB0aGUgaGVhZGVyIGhlaWdodCAqL1xyXG4gIGhlYWRlckhlaWdodD86IG51bWJlcjtcclxuXHJcbiAgLyoqIG1lbnUgYnV0dG9uIHNjcmVlbiByZWFkZXIgdGV4dCAqL1xyXG4gIG1lbnVCdXR0b25TUlRleHQ/OiBzdHJpbmc7XHJcblxyXG4gIC8qKiBUaGUgbWVudSBzdHlsZSAqL1xyXG4gIG1lbnVTdHlsZT86ICdzdGF0aWMnIHwgJ3N0ZXBwZXInIHwgJ3Byb2dyZXNzJztcclxuXHJcbiAgLyoqIFRydWUgaWYgbmF2aWdhdGlvbiBpcyBoaWRkZW4gKi9cclxuICBoaWRlTmF2aWdhdGlvbj86IGJvb2xlYW47XHJcblxyXG4gIC8qKiBUcnVlIGlmIHRoZSBuYXZpZ2F0aW9uIHNob3VsZCBzaG93IG51bWJlcnMgZm9yIHRoZSBzZWN0aW9ucyAqL1xyXG4gIGRpc3BsYXlOdW1iZXJzPzogYm9vbGVhbjtcclxuXHJcbiAgLyoqIFRoZSBpY29uIGZvciBwcm9ncmVzcyBtZW51IGNvbXBsZXRlZCBzZWN0aW9uICovXHJcbiAgcHJvZ3Jlc3NTZWN0aW9uQ29tcGxldGVJY29uPzogc3RyaW5nO1xyXG5cclxuICAvKiogVGhlIGljb24gZm9yIHByb2dyZXNzIG1lbnUgZnV0dXJlIHNlY3Rpb24gKi9cclxuICBwcm9ncmVzc1NlY3Rpb25GdXR1cmVJY29uPzogc3RyaW5nO1xyXG5cclxuICAvKiogVGhlIGljb24gZm9yIHByb2dyZXNzIG1lbnUgY3VycmVudCBzZWN0aW9uICovXHJcbiAgcHJvZ3Jlc3NTZWN0aW9uQ3VycmVudEljb24/OiBzdHJpbmc7XHJcblxyXG4gIC8qKiBUaGUgaWNvbiBmb3IgcHJvZ3Jlc3MgbWVudSBjb21wbGV0ZSBpdGVtICovXHJcbiAgcHJvZ3Jlc3NNZW51Q29tcGxldGVJY29uPzogc3RyaW5nO1xyXG5cclxuICAvKiogVHJ1ZSBpZiB0aGUgcHJvZ3Jlc3MgYmFyIHNob3VsZCBiZSBkaXNwbGF5ZWQgKi9cclxuICBzaG93UHJvZ3Jlc3NCYXI/OiBib29sZWFuO1xyXG5cclxuICAvKiogVGhlIHdpZHRoIG9mIHRoZSBzaWRlIG5hdmlnYXRpb24gZm9yIG1vYmlsZSAqL1xyXG4gIHNpZGVOYXZXaWR0aE1vYmlsZT86IHN0cmluZztcclxuXHJcbiAgLyoqIFRoZSB3aWR0aCBvZiBzaWRlIG5hdmlnYXRpb24gZm9yIGRlc2t0b3AgKi9cclxuICBzaWRlTmF2V2lkdGhEZXNrdG9wPzogc3RyaW5nO1xyXG5cclxuICAvKiogVGhlIHdpZHRoIG9mIHRoZSBwcm9ncmVzcyBkcm9wIGRvd24gbWVudSAqL1xyXG4gIHByb2dyZXNzTWVudVdpZHRoPzogc3RyaW5nXHJcblxyXG4gIC8qKiBDb25maWcgdG8gb3ZlcnJpZGUgdGhlIG5hdmlnYXRpb24gYW5kIGVuYWJsZSBhbGwgcm91dGVzLiBUbyBiZSB1c2VkIGZvciB0ZXN0aW5nIG9ubHkgKi9cclxuICBvdmVycmlkZU5hdmlnYXRpb24/OiBib29sZWFuO1xyXG5cclxuICAvKiogVGhlIG1heCBjb250ZW50IHdpZHRoIGZvciBkZXNrdG9wICovXHJcbiAgbWF4Q29udGVudFdpZHRoRGVza3RvcD86IG51bWJlcjtcclxuXHJcbiAgLyoqIFRoZSBtYXggY29udGVudCB3aWR0aCBmb3IgbW9iaWxlICovXHJcbiAgbWF4Q29udGVudFdpZHRoTW9iaWxlPzogbnVtYmVyO1xyXG5cclxuICAvKiogVHJ1ZSBpZiB0aGUgbW9iaWxlIG5hdmlnYXRpb24gdXNlcyBjdXN0b20gZm9vdGVyLiBUaGlzIHdpbGwgaGlkZSB0aGUgbGFuZ3VhZ2UgYW5kIHNpZ25vdXQgYnV0dG9ucyAgKi9cclxuICB1c2VDdXN0b21Nb2JpbGVGb290ZXI/OiBib29sZWFuO1xyXG5cclxuICAvKiogVGhlIGN1c3RvbSB1c2VyIG5hbWUgdG8gYmUgZGlzcGxheWVkIGZvciBtb2JpbGUgc2lkZSBuYXYgKi9cclxuICBjdXN0b21Vc2VyTmFtZT86IHN0cmluZztcclxuXHJcbiAgLyoqIFRoZSBjdXN0b20gcGFyZW50IG5vZGUgaW5kZXggdG8gYmUgc2V0IHdoZW4gbmF2IGlzIHRvZ2dsZWQgdG8gcHJvZ3Jlc3MgbWVudSBzdHlsZSAqL1xyXG4gIHRvZ2dsZVByb2dyZXNzTmF2UGFyZW50SW5kZXg/OiBudW1iZXI7XHJcblxyXG4gIC8qKiBUaGUgY3VzdG9tIGNoaWxkIG5vZGUgaW5kZXggdG8gYmUgc2V0IHdoZW4gbmF2IGlzIHRvZ2dsZWQgdG8gcHJvZ3Jlc3MgbWVudSBzdHlsZSAqL1xyXG4gIHRvZ2dsZVByb2dyZXNzTmF2Q2hpbGRJbmRleD86IG51bWJlcjtcclxuXHJcbiAgLyoqIFRydWUgd2hlbiByZXNldHRpbmcgdGhlIG5hdmlnYXRpb24gKi9cclxuICByZXNldE5hdj86IGJvb2xlYW47XHJcblxyXG4gIC8qKiBXaGV0aGVyIHRvIGFsbG93IG5hdmlnYXRpb24gdG9nZ2xlIG9uIG5vbi1tb2JpbGUgKi9cclxuICBhbGxvd05hdlRvZ2dsZT86IGJvb2xlYW47XHJcbn1cclxuXHJcbi8qKiBUaGUgQWR2YW5jZWQgU2V0dGluZ3MgKi9cclxuZXhwb3J0IGludGVyZmFjZSBOYXZpZ2F0aW9uQWR2YW5jZWRTZXR0aW5ncyB7XHJcbiAgLyoqIHRoZSB0b3AgZ2FwIG9uIGRlc2t0b3Agc2NyZWVucyBmb3IgdGhlIE1EIGNvbXBvbmVudCAqL1xyXG4gIHRvcEdhcERlc2t0b3A/OiBudW1iZXI7XHJcblxyXG4gIC8qKiB0aGUgdG9wIGdhcCBvbiBtb2JpbGUgc2NyZWVucyBmb3IgdGhlIE1EIGNvbXBvbmVudCAqL1xyXG4gIHRvcEdhcE1vYmlsZT86IG51bWJlcjtcclxuXHJcbiAgLyoqIHRoZSBtYXJnaW4gb24gZGVza3RvcCBzY3JlZW5zIGZvciB0aGUgTUQgY29tcG9uZW50ICovXHJcbiAgbWFyZ2luVG9wRGVza3RvcD86IG51bWJlcjtcclxuXHJcbiAgLyoqIHRoZSBtYXJnaW4gb24gbW9iaWxlIHNjcmVlbnMgZm9yIHRoZSBNRCBjb21wb25lbnQgKi9cclxuICBtYXJnaW5Ub3BNb2JpbGU/OiBudW1iZXI7XHJcbn1cclxuIl19
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmF2LnNldHRpbmdzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJtYXR1cmUvc3JjL2xpYi9uYXZpZ2F0aW9uL21vZGVscy9uYXYuc2V0dGluZ3MudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKiB0aGUgTmF2aWdhdGlvbiBTZXR0aW5ncyAqL1xyXG5leHBvcnQgaW50ZXJmYWNlIE5hdmlnYXRpb25TZXR0aW5ncyB7XHJcbiAgLyoqIHRoZSBIZWFkZXIgTWVudSBGb250QXdlc29tZSBpY29uIHdoZW4gdGhlIG5hdmlnYXRpb24gYmFyIGlzIG9wZW4gKi9cclxuICBmb250QXdlc29tZU1lbnVJY29uPzogc3RyaW5nO1xyXG5cclxuICAvKiogdGhlIEhlYWRlciBNZW51IEZvbnRBd2Vzb21lIGljb24gd2hlbiB0aGUgbmF2aWdhdGlvbiBiYXIgaXMgY2xvc2VkICovXHJcbiAgZm9udEF3ZXNvbWVNZW51SWNvbkNsb3NlZD86IHN0cmluZztcclxuXHJcbiAgLyoqIHRoZSBtYWluIG1lbnUgdGV4dCB0aGF0IGFwcGVhcnMgaW4gdGhlIG1vYmlsZSBTdWJOYXYgKi9cclxuICBtYWluTWVudVRleHQ/OiBzdHJpbmc7XHJcblxyXG4gIC8qKiB0aGUgaGVhZGVyIGhlaWdodCAqL1xyXG4gIGhlYWRlckhlaWdodD86IG51bWJlcjtcclxuXHJcbiAgLyoqIG1lbnUgYnV0dG9uIHNjcmVlbiByZWFkZXIgdGV4dCAqL1xyXG4gIG1lbnVCdXR0b25TUlRleHQ/OiBzdHJpbmc7XHJcblxyXG4gIC8qKiBUaGUgbWVudSBzdHlsZSAqL1xyXG4gIG1lbnVTdHlsZT86ICdzdGF0aWMnIHwgJ3N0ZXBwZXInIHwgJ3Byb2dyZXNzJztcclxuXHJcbiAgLyoqIFRydWUgaWYgbmF2aWdhdGlvbiBpcyBoaWRkZW4gKi9cclxuICBoaWRlTmF2aWdhdGlvbj86IGJvb2xlYW47XHJcblxyXG4gIC8qKiBUcnVlIGlmIHRoZSBuYXZpZ2F0aW9uIHNob3VsZCBzaG93IG51bWJlcnMgZm9yIHRoZSBzZWN0aW9ucyAqL1xyXG4gIGRpc3BsYXlOdW1iZXJzPzogYm9vbGVhbjtcclxuXHJcbiAgLyoqIFRoZSBpY29uIGZvciBwcm9ncmVzcyBtZW51IGNvbXBsZXRlZCBzZWN0aW9uICovXHJcbiAgcHJvZ3Jlc3NTZWN0aW9uQ29tcGxldGVJY29uPzogc3RyaW5nO1xyXG5cclxuICAvKiogVGhlIGljb24gZm9yIHByb2dyZXNzIG1lbnUgZnV0dXJlIHNlY3Rpb24gKi9cclxuICBwcm9ncmVzc1NlY3Rpb25GdXR1cmVJY29uPzogc3RyaW5nO1xyXG5cclxuICAvKiogVGhlIGljb24gZm9yIHByb2dyZXNzIG1lbnUgY3VycmVudCBzZWN0aW9uICovXHJcbiAgcHJvZ3Jlc3NTZWN0aW9uQ3VycmVudEljb24/OiBzdHJpbmc7XHJcblxyXG4gIC8qKiBUaGUgaWNvbiBmb3IgcHJvZ3Jlc3MgbWVudSBjb21wbGV0ZSBpdGVtICovXHJcbiAgcHJvZ3Jlc3NNZW51Q29tcGxldGVJY29uPzogc3RyaW5nO1xyXG5cclxuICAvKiogVHJ1ZSBpZiB0aGUgcHJvZ3Jlc3MgYmFyIHNob3VsZCBiZSBkaXNwbGF5ZWQgKi9cclxuICBzaG93UHJvZ3Jlc3NCYXI/OiBib29sZWFuO1xyXG5cclxuICAvKiogVGhlIHdpZHRoIG9mIHRoZSBzaWRlIG5hdmlnYXRpb24gZm9yIG1vYmlsZSAqL1xyXG4gIHNpZGVOYXZXaWR0aE1vYmlsZT86IHN0cmluZztcclxuXHJcbiAgLyoqIFRoZSB3aWR0aCBvZiBzaWRlIG5hdmlnYXRpb24gZm9yIGRlc2t0b3AgKi9cclxuICBzaWRlTmF2V2lkdGhEZXNrdG9wPzogc3RyaW5nO1xyXG5cclxuICAvKiogVGhlIHdpZHRoIG9mIHRoZSBwcm9ncmVzcyBkcm9wIGRvd24gbWVudSAqL1xyXG4gIHByb2dyZXNzTWVudVdpZHRoPzogc3RyaW5nXHJcblxyXG4gIC8qKiBDb25maWcgdG8gb3ZlcnJpZGUgdGhlIG5hdmlnYXRpb24gYW5kIGVuYWJsZSBhbGwgcm91dGVzLiBUbyBiZSB1c2VkIGZvciB0ZXN0aW5nIG9ubHkgKi9cclxuICBvdmVycmlkZU5hdmlnYXRpb24/OiBib29sZWFuO1xyXG5cclxuICAvKiogVGhlIG1heCBjb250ZW50IHdpZHRoIGZvciBkZXNrdG9wICovXHJcbiAgbWF4Q29udGVudFdpZHRoRGVza3RvcD86IG51bWJlcjtcclxuXHJcbiAgLyoqIFRoZSBtYXggY29udGVudCB3aWR0aCBmb3IgbW9iaWxlICovXHJcbiAgbWF4Q29udGVudFdpZHRoTW9iaWxlPzogbnVtYmVyO1xyXG5cclxuICAvKiogVHJ1ZSBpZiB0aGUgbW9iaWxlIG5hdmlnYXRpb24gdXNlcyBjdXN0b20gZm9vdGVyLiBUaGlzIHdpbGwgaGlkZSB0aGUgbGFuZ3VhZ2UgYW5kIHNpZ25vdXQgYnV0dG9ucyAgKi9cclxuICB1c2VDdXN0b21Nb2JpbGVGb290ZXI/OiBib29sZWFuO1xyXG5cclxuICAvKiogVGhlIGN1c3RvbSB1c2VyIG5hbWUgdG8gYmUgZGlzcGxheWVkIGZvciBtb2JpbGUgc2lkZSBuYXYgKi9cclxuICBjdXN0b21Vc2VyTmFtZT86IHN0cmluZztcclxuXHJcbiAgLyoqIFRoZSBjdXN0b20gcGFyZW50IG5vZGUgaW5kZXggdG8gYmUgc2V0IHdoZW4gbmF2IGlzIHRvZ2dsZWQgdG8gcHJvZ3Jlc3MgbWVudSBzdHlsZSAqL1xyXG4gIHRvZ2dsZVByb2dyZXNzTmF2UGFyZW50SW5kZXg/OiBudW1iZXI7XHJcblxyXG4gIC8qKiBUaGUgY3VzdG9tIGNoaWxkIG5vZGUgaW5kZXggdG8gYmUgc2V0IHdoZW4gbmF2IGlzIHRvZ2dsZWQgdG8gcHJvZ3Jlc3MgbWVudSBzdHlsZSAqL1xyXG4gIHRvZ2dsZVByb2dyZXNzTmF2Q2hpbGRJbmRleD86IG51bWJlcjtcclxuXHJcbiAgLyoqIFRydWUgd2hlbiByZXNldHRpbmcgdGhlIG5hdmlnYXRpb24gKi9cclxuICByZXNldE5hdj86IGJvb2xlYW47XHJcblxyXG4gIC8qKiBXaGV0aGVyIHRvIGFsbG93IG5hdmlnYXRpb24gdG9nZ2xlIG9uIG5vbi1tb2JpbGUgKi9cclxuICBhbGxvd05hdlRvZ2dsZT86IGJvb2xlYW47XHJcblxyXG4gIC8qKiBXaGV0aGVyIHRvIGFsbG93IHVzZXJuYW1lIHRvIHNob3cgdXAgb24gc2lkZW5hdiBtb2JpbGUgdmlldyAqL1xyXG4gIGRpc2FibGVVc2VybmFtZU1vYmlsZT86IGJvb2xlYW47XHJcbn1cclxuXHJcbi8qKiBUaGUgQWR2YW5jZWQgU2V0dGluZ3MgKi9cclxuZXhwb3J0IGludGVyZmFjZSBOYXZpZ2F0aW9uQWR2YW5jZWRTZXR0aW5ncyB7XHJcbiAgLyoqIHRoZSB0b3AgZ2FwIG9uIGRlc2t0b3Agc2NyZWVucyBmb3IgdGhlIE1EIGNvbXBvbmVudCAqL1xyXG4gIHRvcEdhcERlc2t0b3A/OiBudW1iZXI7XHJcblxyXG4gIC8qKiB0aGUgdG9wIGdhcCBvbiBtb2JpbGUgc2NyZWVucyBmb3IgdGhlIE1EIGNvbXBvbmVudCAqL1xyXG4gIHRvcEdhcE1vYmlsZT86IG51bWJlcjtcclxuXHJcbiAgLyoqIHRoZSBtYXJnaW4gb24gZGVza3RvcCBzY3JlZW5zIGZvciB0aGUgTUQgY29tcG9uZW50ICovXHJcbiAgbWFyZ2luVG9wRGVza3RvcD86IG51bWJlcjtcclxuXHJcbiAgLyoqIHRoZSBtYXJnaW4gb24gbW9iaWxlIHNjcmVlbnMgZm9yIHRoZSBNRCBjb21wb25lbnQgKi9cclxuICBtYXJnaW5Ub3BNb2JpbGU/OiBudW1iZXI7XHJcbn1cclxuIl19
@@ -45,8 +45,8 @@ const materialModules = [
45
45
  ];
46
46
  /** The Navigation Module */
47
47
  export class NavigationModule {
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
49
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: NavigationModule, declarations: [ArmatureNavigationComponent], imports: [RouterModule,
48
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
49
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: NavigationModule, declarations: [ArmatureNavigationComponent], imports: [RouterModule,
50
50
  CommonModule,
51
51
  TranslateModule,
52
52
  FlexLayoutModule, MatSidenavModule,
@@ -82,7 +82,7 @@ export class NavigationModule {
82
82
  MatStepperModule,
83
83
  MatSelectModule,
84
84
  MatProgressBarModule] }); }
85
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationModule, providers: [TranslateService, BannerService], imports: [RouterModule,
85
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NavigationModule, providers: [TranslateService, BannerService], imports: [RouterModule,
86
86
  CommonModule,
87
87
  TranslateModule,
88
88
  FlexLayoutModule, materialModules, MatSidenavModule,
@@ -103,7 +103,7 @@ export class NavigationModule {
103
103
  MatSelectModule,
104
104
  MatProgressBarModule] }); }
105
105
  }
106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationModule, decorators: [{
106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NavigationModule, decorators: [{
107
107
  type: NgModule,
108
108
  args: [{
109
109
  declarations: [
@@ -5,15 +5,15 @@ import { HybridSamlOauthService } from './services/hybrid-saml-oauth.service';
5
5
  import * as i0 from "@angular/core";
6
6
  /** The OAuth Module */
7
7
  export class OauthModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: OauthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: OauthModule, imports: [CommonModule,
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: OauthModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: OauthModule, imports: [CommonModule,
10
10
  HttpClientModule] }); }
11
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: OauthModule, providers: [
11
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: OauthModule, providers: [
12
12
  HybridSamlOauthService
13
13
  ], imports: [CommonModule,
14
14
  HttpClientModule] }); }
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: OauthModule, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: OauthModule, decorators: [{
17
17
  type: NgModule,
18
18
  args: [{
19
19
  declarations: [],
@@ -179,10 +179,10 @@ export class HybridSamlOauthService {
179
179
  toCamel(o) {
180
180
  return pascalToCamel(o);
181
181
  }
182
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: HybridSamlOauthService, deps: [{ token: WINDOW, optional: true }, { token: HYBRID_SAML_OAUTH_CONFIG, optional: true }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
183
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: HybridSamlOauthService, providedIn: 'root' }); }
182
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: HybridSamlOauthService, deps: [{ token: WINDOW, optional: true }, { token: HYBRID_SAML_OAUTH_CONFIG, optional: true }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
183
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: HybridSamlOauthService, providedIn: 'root' }); }
184
184
  }
185
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: HybridSamlOauthService, decorators: [{
185
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: HybridSamlOauthService, decorators: [{
186
186
  type: Injectable,
187
187
  args: [{
188
188
  providedIn: 'root'
@@ -36,10 +36,10 @@ export class RbacActionDirective {
36
36
  ngOnDestroy() {
37
37
  this.directiveSub.unsubscribe();
38
38
  }
39
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RbacActionDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.Oauth2RoleService }], target: i0.ɵɵFactoryTarget.Directive }); }
40
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: RbacActionDirective, selector: "[sofArRbacAction]", inputs: { sofArRbacAction: "sofArRbacAction" }, ngImport: i0 }); }
39
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RbacActionDirective, deps: [{ token: i0.TemplateRef }, { token: i0.ViewContainerRef }, { token: i1.Oauth2RoleService }], target: i0.ɵɵFactoryTarget.Directive }); }
40
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: RbacActionDirective, selector: "[sofArRbacAction]", inputs: { sofArRbacAction: "sofArRbacAction" }, ngImport: i0 }); }
41
41
  }
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RbacActionDirective, decorators: [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RbacActionDirective, decorators: [{
43
43
  type: Directive,
44
44
  args: [{
45
45
  selector: '[sofArRbacAction]'
@@ -23,14 +23,14 @@ export class RbacModule {
23
23
  ]
24
24
  };
25
25
  }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RbacModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
27
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: RbacModule, declarations: [RbacActionDirective], imports: [CommonModule], exports: [RbacActionDirective] }); }
28
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RbacModule, providers: [
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RbacModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
27
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: RbacModule, declarations: [RbacActionDirective], imports: [CommonModule], exports: [RbacActionDirective] }); }
28
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RbacModule, providers: [
29
29
  Oauth2RoleService,
30
30
  { provide: RoleNavService, useClass: ArRoleNavService }
31
31
  ], imports: [CommonModule] }); }
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RbacModule, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RbacModule, decorators: [{
34
34
  type: NgModule,
35
35
  args: [{
36
36
  declarations: [
@@ -87,10 +87,10 @@ export class ArRoleNavService {
87
87
  }
88
88
  });
89
89
  }
90
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ArRoleNavService, deps: [{ token: DISABLE_ACCESS_FOR_NO_PAGES_ROLE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
91
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ArRoleNavService, providedIn: 'root' }); }
90
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ArRoleNavService, deps: [{ token: DISABLE_ACCESS_FOR_NO_PAGES_ROLE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
91
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ArRoleNavService, providedIn: 'root' }); }
92
92
  }
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ArRoleNavService, decorators: [{
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ArRoleNavService, decorators: [{
94
94
  type: Injectable,
95
95
  args: [{
96
96
  providedIn: 'root'
@@ -100,10 +100,10 @@ export class Oauth2RoleService {
100
100
  .subscribe();
101
101
  });
102
102
  }
103
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: Oauth2RoleService, deps: [{ token: i1.RbacConfig, optional: true }, { token: i2.HttpClient }, { token: i3.RoleNavService }], target: i0.ɵɵFactoryTarget.Injectable }); }
104
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: Oauth2RoleService, providedIn: 'root' }); }
103
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: Oauth2RoleService, deps: [{ token: i1.RbacConfig, optional: true }, { token: i2.HttpClient }, { token: i3.RoleNavService }], target: i0.ɵɵFactoryTarget.Injectable }); }
104
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: Oauth2RoleService, providedIn: 'root' }); }
105
105
  }
106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: Oauth2RoleService, decorators: [{
106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: Oauth2RoleService, decorators: [{
107
107
  type: Injectable,
108
108
  args: [{
109
109
  providedIn: 'root'
@@ -115,10 +115,10 @@ export class ResizePanelsComponent {
115
115
  secondPanelSize: this.direction === 'vertical' ? this.secondPanel.nativeElement.clientWidth : this.secondPanel.nativeElement.clientHeight
116
116
  });
117
117
  }
118
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ResizePanelsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
119
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: ResizePanelsComponent, selector: "sof-ar-resize-panels", inputs: { direction: "direction", splitPosition: "splitPosition", firstPanelMinSize: "firstPanelMinSize", secondPanelMinSize: "secondPanelMinSize", resizable: "resizable" }, outputs: { onResize: "onResize", onResizeStart: "onResizeStart", onResizeEnd: "onResizeEnd" }, host: { listeners: { "window:mouseup": "stopResize()", "window:mousemove": "onMouseMove($event)" } }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true }, { propertyName: "firstPanel", first: true, predicate: ["firstPanel"], descendants: true }, { propertyName: "secondPanel", first: true, predicate: ["secondPanel"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div #container class=\"sof-ar-resize-panels-container\"\r\n [ngClass]=\"{\r\n 'vertical': direction === 'vertical',\r\n 'horizontal': direction === 'horizontal',\r\n 'resizing': isResizing\r\n }\">\r\n\r\n <!-- First Panel -->\r\n <div [ngStyle]=\"getFirstPanelStyle()\" #firstPanel class=\"sof-ar-resize-panels-panel-content\">\r\n <ng-content select=\"[sof-ar-resize-panel-first]\"></ng-content>\r\n </div>\r\n\r\n <!-- Drag Handle / Border -->\r\n <div class=\"sof-ar-resize-panels-border\" [ngClass]=\"direction\" *ngIf=\"resizable\">\r\n <div class=\"sof-ar-resize-panels-drag-handle\" (mousedown)=\"startResize()\" \r\n [ngClass]=\"{ \r\n 'vertical': direction === 'vertical',\r\n 'horizontal': direction === 'horizontal',\r\n 'resizing': isResizing\r\n }\">\r\n </div>\r\n </div>\r\n \r\n <!-- Second Panel -->\r\n <div [ngStyle]=\"getSecondPanelStyle()\" #secondPanel class=\"sof-ar-resize-panels-panel-content\">\r\n <ng-content select=\"[sof-ar-resize-panel-second]\"></ng-content>\r\n </div>\r\n</div>\r\n", styles: [".sof-ar-resize-panels-container{width:100%;height:100%;display:flex}.sof-ar-resize-panels-container.vertical{flex-direction:row}.sof-ar-resize-panels-container.horizontal{flex-direction:column}.sof-ar-resize-panels-container.vertical.resizing{cursor:ew-resize}.sof-ar-resize-panels-container.horizontal.resizing{cursor:ns-resize}.sof-ar-resize-panels-drag-handle{background-color:transparent;position:relative;transition:background-color .1s linear;transition-delay:0s;z-index:1000}.sof-ar-resize-panels-drag-handle:hover,.sof-ar-resize-panels-drag-handle.resizing{background-color:var(--primary-color-500-parts);transition-delay:.25s}.sof-ar-resize-panels-drag-handle.vertical:hover{cursor:ew-resize}.sof-ar-resize-panels-drag-handle.horizontal:hover{cursor:ns-resize}.sof-ar-resize-panels-drag-handle.vertical{width:5px;height:100%;right:2px}.sof-ar-resize-panels-drag-handle.horizontal{width:100%;height:5px;bottom:2px}.sof-ar-resize-panels-border{background-color:#000}.sof-ar-resize-panels-border.vertical{width:1px}.sof-ar-resize-panels-border.horizontal{height:1px}.sof-ar-resize-panels-panel-content{overflow:auto}.sof-ar-resize-panels-panel-content:empty{display:none}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
118
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizePanelsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
119
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: ResizePanelsComponent, selector: "sof-ar-resize-panels", inputs: { direction: "direction", splitPosition: "splitPosition", firstPanelMinSize: "firstPanelMinSize", secondPanelMinSize: "secondPanelMinSize", resizable: "resizable" }, outputs: { onResize: "onResize", onResizeStart: "onResizeStart", onResizeEnd: "onResizeEnd" }, host: { listeners: { "window:mouseup": "stopResize()", "window:mousemove": "onMouseMove($event)" } }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true }, { propertyName: "firstPanel", first: true, predicate: ["firstPanel"], descendants: true }, { propertyName: "secondPanel", first: true, predicate: ["secondPanel"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div #container class=\"sof-ar-resize-panels-container\"\r\n [ngClass]=\"{\r\n 'vertical': direction === 'vertical',\r\n 'horizontal': direction === 'horizontal',\r\n 'resizing': isResizing\r\n }\">\r\n\r\n <!-- First Panel -->\r\n <div [ngStyle]=\"getFirstPanelStyle()\" #firstPanel class=\"sof-ar-resize-panels-panel-content\">\r\n <ng-content select=\"[sof-ar-resize-panel-first]\"></ng-content>\r\n </div>\r\n\r\n <!-- Drag Handle / Border -->\r\n <div class=\"sof-ar-resize-panels-border\" [ngClass]=\"direction\" *ngIf=\"resizable\">\r\n <div class=\"sof-ar-resize-panels-drag-handle\" (mousedown)=\"startResize()\" \r\n [ngClass]=\"{ \r\n 'vertical': direction === 'vertical',\r\n 'horizontal': direction === 'horizontal',\r\n 'resizing': isResizing\r\n }\">\r\n </div>\r\n </div>\r\n \r\n <!-- Second Panel -->\r\n <div [ngStyle]=\"getSecondPanelStyle()\" #secondPanel class=\"sof-ar-resize-panels-panel-content\">\r\n <ng-content select=\"[sof-ar-resize-panel-second]\"></ng-content>\r\n </div>\r\n</div>\r\n", styles: [".sof-ar-resize-panels-container{width:100%;height:100%;display:flex}.sof-ar-resize-panels-container.vertical{flex-direction:row}.sof-ar-resize-panels-container.horizontal{flex-direction:column}.sof-ar-resize-panels-container.vertical.resizing{cursor:ew-resize}.sof-ar-resize-panels-container.horizontal.resizing{cursor:ns-resize}.sof-ar-resize-panels-drag-handle{background-color:transparent;position:relative;transition:background-color .1s linear;transition-delay:0s;z-index:1000}.sof-ar-resize-panels-drag-handle:hover,.sof-ar-resize-panels-drag-handle.resizing{background-color:var(--primary-color-500-parts);transition-delay:.25s}.sof-ar-resize-panels-drag-handle.vertical:hover{cursor:ew-resize}.sof-ar-resize-panels-drag-handle.horizontal:hover{cursor:ns-resize}.sof-ar-resize-panels-drag-handle.vertical{width:5px;height:100%;right:2px}.sof-ar-resize-panels-drag-handle.horizontal{width:100%;height:5px;bottom:2px}.sof-ar-resize-panels-border{background-color:#000}.sof-ar-resize-panels-border.vertical{width:1px}.sof-ar-resize-panels-border.horizontal{height:1px}.sof-ar-resize-panels-panel-content{overflow:auto}.sof-ar-resize-panels-panel-content:empty{display:none}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
120
120
  }
121
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ResizePanelsComponent, decorators: [{
121
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ResizePanelsComponent, decorators: [{
122
122
  type: Component,
123
123
  args: [{ selector: 'sof-ar-resize-panels', template: "<div #container class=\"sof-ar-resize-panels-container\"\r\n [ngClass]=\"{\r\n 'vertical': direction === 'vertical',\r\n 'horizontal': direction === 'horizontal',\r\n 'resizing': isResizing\r\n }\">\r\n\r\n <!-- First Panel -->\r\n <div [ngStyle]=\"getFirstPanelStyle()\" #firstPanel class=\"sof-ar-resize-panels-panel-content\">\r\n <ng-content select=\"[sof-ar-resize-panel-first]\"></ng-content>\r\n </div>\r\n\r\n <!-- Drag Handle / Border -->\r\n <div class=\"sof-ar-resize-panels-border\" [ngClass]=\"direction\" *ngIf=\"resizable\">\r\n <div class=\"sof-ar-resize-panels-drag-handle\" (mousedown)=\"startResize()\" \r\n [ngClass]=\"{ \r\n 'vertical': direction === 'vertical',\r\n 'horizontal': direction === 'horizontal',\r\n 'resizing': isResizing\r\n }\">\r\n </div>\r\n </div>\r\n \r\n <!-- Second Panel -->\r\n <div [ngStyle]=\"getSecondPanelStyle()\" #secondPanel class=\"sof-ar-resize-panels-panel-content\">\r\n <ng-content select=\"[sof-ar-resize-panel-second]\"></ng-content>\r\n </div>\r\n</div>\r\n", styles: [".sof-ar-resize-panels-container{width:100%;height:100%;display:flex}.sof-ar-resize-panels-container.vertical{flex-direction:row}.sof-ar-resize-panels-container.horizontal{flex-direction:column}.sof-ar-resize-panels-container.vertical.resizing{cursor:ew-resize}.sof-ar-resize-panels-container.horizontal.resizing{cursor:ns-resize}.sof-ar-resize-panels-drag-handle{background-color:transparent;position:relative;transition:background-color .1s linear;transition-delay:0s;z-index:1000}.sof-ar-resize-panels-drag-handle:hover,.sof-ar-resize-panels-drag-handle.resizing{background-color:var(--primary-color-500-parts);transition-delay:.25s}.sof-ar-resize-panels-drag-handle.vertical:hover{cursor:ew-resize}.sof-ar-resize-panels-drag-handle.horizontal:hover{cursor:ns-resize}.sof-ar-resize-panels-drag-handle.vertical{width:5px;height:100%;right:2px}.sof-ar-resize-panels-drag-handle.horizontal{width:100%;height:5px;bottom:2px}.sof-ar-resize-panels-border{background-color:#000}.sof-ar-resize-panels-border.vertical{width:1px}.sof-ar-resize-panels-border.horizontal{height:1px}.sof-ar-resize-panels-panel-content{overflow:auto}.sof-ar-resize-panels-panel-content:empty{display:none}\n"] }]
124
124
  }], ctorParameters: () => [], propDecorators: { direction: [{
@@ -4,11 +4,11 @@ import { ResizePanelsComponent } from './components/resize-panels/resize-panels.
4
4
  import * as i0 from "@angular/core";
5
5
  /** The Resize Panels Module */
6
6
  export class ArmatureResizePanelsModule {
7
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ArmatureResizePanelsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: ArmatureResizePanelsModule, declarations: [ResizePanelsComponent], imports: [CommonModule], exports: [ResizePanelsComponent] }); }
9
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ArmatureResizePanelsModule, imports: [CommonModule] }); }
7
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ArmatureResizePanelsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: ArmatureResizePanelsModule, declarations: [ResizePanelsComponent], imports: [CommonModule], exports: [ResizePanelsComponent] }); }
9
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ArmatureResizePanelsModule, imports: [CommonModule] }); }
10
10
  }
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ArmatureResizePanelsModule, decorators: [{
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ArmatureResizePanelsModule, decorators: [{
12
12
  type: NgModule,
13
13
  args: [{
14
14
  declarations: [ResizePanelsComponent],
@@ -22,14 +22,14 @@ export class RumModule {
22
22
  original(error);
23
23
  };
24
24
  }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RumModule, deps: [{ token: Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
26
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: RumModule, imports: [RouterModule] }); }
27
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RumModule, providers: [
25
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RumModule, deps: [{ token: Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
26
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: RumModule, imports: [RouterModule] }); }
27
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RumModule, providers: [
28
28
  RumService,
29
29
  SharedErrorService
30
30
  ], imports: [RouterModule] }); }
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RumModule, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RumModule, decorators: [{
33
33
  type: NgModule,
34
34
  args: [{
35
35
  declarations: [],
@@ -103,10 +103,10 @@ export class RumService {
103
103
  event.span.end();
104
104
  event.transaction.end();
105
105
  }
106
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RumService, deps: [{ token: i1.Router }, { token: i2.SessionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
107
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RumService, providedIn: 'root' }); }
106
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RumService, deps: [{ token: i1.Router }, { token: i2.SessionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
107
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RumService, providedIn: 'root' }); }
108
108
  }
109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RumService, decorators: [{
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RumService, decorators: [{
110
110
  type: Injectable,
111
111
  args: [{
112
112
  providedIn: 'root'
@@ -33,10 +33,10 @@ export class SharedErrorService {
33
33
  console.warn(error);
34
34
  return new ArmError(error, window.location.pathname, this.sessionService.sessionId, populateOriginalError);
35
35
  }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SharedErrorService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
37
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SharedErrorService, providedIn: 'root' }); }
36
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SharedErrorService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
37
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SharedErrorService, providedIn: 'root' }); }
38
38
  }
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SharedErrorService, decorators: [{
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SharedErrorService, decorators: [{
40
40
  type: Injectable,
41
41
  args: [{
42
42
  providedIn: 'root'
@@ -64,10 +64,10 @@ export class SoftheonErrorHandlerService {
64
64
  }
65
65
  }
66
66
  }
67
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SoftheonErrorHandlerService, deps: [{ token: i1.RumConfig }, { token: i2.HttpClient }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
68
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SoftheonErrorHandlerService, providedIn: 'root' }); }
67
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SoftheonErrorHandlerService, deps: [{ token: i1.RumConfig }, { token: i2.HttpClient }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable }); }
68
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SoftheonErrorHandlerService, providedIn: 'root' }); }
69
69
  }
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SoftheonErrorHandlerService, decorators: [{
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SoftheonErrorHandlerService, decorators: [{
71
71
  type: Injectable,
72
72
  args: [{
73
73
  providedIn: 'root'
@@ -55,10 +55,10 @@ export class RedirectSamlComponent {
55
55
  }
56
56
  return errorCount === 0;
57
57
  }
58
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RedirectSamlComponent, deps: [{ token: i1.AbstractSamlService }], target: i0.ɵɵFactoryTarget.Component }); }
59
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", 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: [""] }); }
58
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: RedirectSamlComponent, deps: [{ token: i1.AbstractSamlService }], target: i0.ɵɵFactoryTarget.Component }); }
59
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", 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: [""] }); }
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RedirectSamlComponent, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", 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: () => [{ type: i1.AbstractSamlService }], propDecorators: { request: [{
@@ -17,13 +17,13 @@ const abstractServices = [
17
17
  ];
18
18
  /** Armature saml module */
19
19
  export class SamlModule {
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SamlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
21
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: SamlModule, declarations: [RedirectSamlComponent], imports: [CommonModule], exports: [RedirectSamlComponent] }); }
22
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SamlModule, providers: [
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SamlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
21
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: SamlModule, declarations: [RedirectSamlComponent], imports: [CommonModule], exports: [RedirectSamlComponent] }); }
22
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SamlModule, providers: [
23
23
  ...abstractServices
24
24
  ], imports: [CommonModule] }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SamlModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SamlModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  declarations: [
@@ -24,10 +24,10 @@ export class SsoGatewayEntryService extends AbstractSamlEntryService {
24
24
  deleteValue(keyPath) {
25
25
  window.localStorage.removeItem(`${this.keyPathPrefix}${keyPath}`);
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SsoGatewayEntryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
28
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SsoGatewayEntryService, providedIn: 'root' }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SsoGatewayEntryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
28
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SsoGatewayEntryService, providedIn: 'root' }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SsoGatewayEntryService, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SsoGatewayEntryService, decorators: [{
31
31
  type: Injectable,
32
32
  args: [{
33
33
  providedIn: 'root'
@@ -27,10 +27,10 @@ export class SamlService extends AbstractSamlService {
27
27
  getSaml(request, endpointUri) {
28
28
  return this.http.post(endpointUri, request);
29
29
  }
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SamlService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
31
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SamlService, providedIn: 'root' }); }
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SamlService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
31
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SamlService, providedIn: 'root' }); }
32
32
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SamlService, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SamlService, decorators: [{
34
34
  type: Injectable,
35
35
  args: [{
36
36
  providedIn: 'root'
@@ -22,10 +22,10 @@ export class SofBlankPipe {
22
22
  }
23
23
  return value || this.blankLanguage;
24
24
  }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SofBlankPipe, deps: [{ token: SOF_BLANK_LANGUAGE_OVERRIDE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
26
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: SofBlankPipe, name: "sofArBlank" }); }
25
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofBlankPipe, deps: [{ token: SOF_BLANK_LANGUAGE_OVERRIDE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
26
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: SofBlankPipe, name: "sofArBlank" }); }
27
27
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SofBlankPipe, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofBlankPipe, decorators: [{
29
29
  type: Pipe,
30
30
  args: [{
31
31
  name: 'sofArBlank'
@@ -42,10 +42,10 @@ export class SofDatePipe {
42
42
  }
43
43
  console.warn(`Unable to parse ${dateStr} to date using sof-date-pipe.`);
44
44
  }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SofDatePipe, deps: [{ token: i1.DatePipe }, { token: SOF_DATE_PIPE_FORMATS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
46
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: SofDatePipe, name: "sofArDate" }); }
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofDatePipe, deps: [{ token: i1.DatePipe }, { token: SOF_DATE_PIPE_FORMATS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
46
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: SofDatePipe, name: "sofArDate" }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SofDatePipe, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofDatePipe, decorators: [{
49
49
  type: Pipe,
50
50
  args: [{
51
51
  name: 'sofArDate'
@@ -16,10 +16,10 @@ export class SofSsnPipe {
16
16
  }
17
17
  return `${maskedCharacter}${maskedCharacter}${maskedCharacter}-${maskedCharacter}${maskedCharacter}-${ssn.substring(5)}`;
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SofSsnPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: SofSsnPipe, name: "sofArSsn" }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofSsnPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
20
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: SofSsnPipe, name: "sofArSsn" }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SofSsnPipe, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofSsnPipe, decorators: [{
23
23
  type: Pipe,
24
24
  args: [{
25
25
  name: 'sofArSsn'
@@ -5,17 +5,17 @@ import { SofDatePipe } from './pipes/sof-date/sof-date.pipe';
5
5
  import { SofBlankPipe } from './pipes/sof-blank/sof-blank.pipe';
6
6
  import * as i0 from "@angular/core";
7
7
  export class SofPipeModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SofPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: SofPipeModule, declarations: [SofBlankPipe,
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofPipeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: SofPipeModule, declarations: [SofBlankPipe,
10
10
  SofDatePipe,
11
11
  SofSsnPipe], imports: [CommonModule], exports: [SofBlankPipe,
12
12
  SofDatePipe,
13
13
  SofSsnPipe] }); }
14
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SofPipeModule, providers: [
14
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofPipeModule, providers: [
15
15
  DatePipe
16
16
  ], imports: [CommonModule] }); }
17
17
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SofPipeModule, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: SofPipeModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  declarations: [
@@ -55,10 +55,10 @@ export class CssOverrideDirective {
55
55
  }
56
56
  });
57
57
  }
58
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CssOverrideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
59
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: CssOverrideDirective, selector: "[sofArCssOverride]", inputs: { sofArCssOverride: "sofArCssOverride" }, ngImport: i0 }); }
58
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CssOverrideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
59
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.7", type: CssOverrideDirective, selector: "[sofArCssOverride]", inputs: { sofArCssOverride: "sofArCssOverride" }, ngImport: i0 }); }
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CssOverrideDirective, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: CssOverrideDirective, decorators: [{
62
62
  type: Directive,
63
63
  args: [{
64
64
  selector: '[sofArCssOverride]'
@@ -157,10 +157,10 @@ export class ThemeService {
157
157
  b: parseInt(result[3], 16)
158
158
  } : undefined;
159
159
  }
160
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
161
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ThemeService, providedIn: 'root' }); }
160
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
161
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeService, providedIn: 'root' }); }
162
162
  }
163
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ThemeService, decorators: [{
163
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeService, decorators: [{
164
164
  type: Injectable,
165
165
  args: [{
166
166
  providedIn: 'root'
@@ -5,13 +5,13 @@ import { ThemeService } from './services/theme.service';
5
5
  import * as i0 from "@angular/core";
6
6
  /** Armature saml module */
7
7
  export class ThemeModule {
8
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: ThemeModule, declarations: [CssOverrideDirective], imports: [CommonModule], exports: [CssOverrideDirective] }); }
10
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ThemeModule, providers: [
8
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
9
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.7", ngImport: i0, type: ThemeModule, declarations: [CssOverrideDirective], imports: [CommonModule], exports: [CssOverrideDirective] }); }
10
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeModule, providers: [
11
11
  ThemeService
12
12
  ], imports: [CommonModule] }); }
13
13
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: ThemeModule, decorators: [{
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: ThemeModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  declarations: [