tango-app-ui-shared 3.3.1-beta.4 → 3.3.1-beta.6

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 (78) hide show
  1. package/esm2022/lib/guards/auth.guard.mjs +4 -4
  2. package/esm2022/lib/i18n/translation.module.mjs +5 -5
  3. package/esm2022/lib/i18n/translation.service.mjs +4 -4
  4. package/esm2022/lib/interceptors/http-auth-interceptor.mjs +12 -6
  5. package/esm2022/lib/modules/common/common-shared.module.mjs +5 -5
  6. package/esm2022/lib/modules/common/custom-select/custom-select.component.mjs +4 -4
  7. package/esm2022/lib/modules/common/filters/filters.component.mjs +4 -4
  8. package/esm2022/lib/modules/common/pagination/pagination.component.mjs +4 -4
  9. package/esm2022/lib/modules/errors/error403/error403.component.mjs +4 -4
  10. package/esm2022/lib/modules/errors/error404/error404.component.mjs +4 -4
  11. package/esm2022/lib/modules/errors/error500/error500.component.mjs +4 -4
  12. package/esm2022/lib/modules/errors/errors-routing.module.mjs +10 -5
  13. package/esm2022/lib/modules/errors/errors.component.mjs +4 -4
  14. package/esm2022/lib/modules/errors/errors.module.mjs +10 -7
  15. package/esm2022/lib/modules/errors/invalid-ip/invalid-ip.component.mjs +44 -0
  16. package/esm2022/lib/modules/intro/contact-support/contact-support.component.mjs +4 -4
  17. package/esm2022/lib/modules/intro/intro-routing.module.mjs +5 -5
  18. package/esm2022/lib/modules/intro/intro.module.mjs +5 -5
  19. package/esm2022/lib/modules/intro/lead-intro/lead-intro.component.mjs +4 -4
  20. package/esm2022/lib/modules/layout/components/csm-assign-confirmation/csm-assign-confirmation.component.mjs +4 -4
  21. package/esm2022/lib/modules/layout/content/content.component.mjs +4 -4
  22. package/esm2022/lib/modules/layout/footer/footer.component.mjs +4 -4
  23. package/esm2022/lib/modules/layout/header/header-menu/header-menu.component.mjs +4 -4
  24. package/esm2022/lib/modules/layout/header/header.component.mjs +4 -4
  25. package/esm2022/lib/modules/layout/header/navbar/navbar.component.mjs +4 -4
  26. package/esm2022/lib/modules/layout/header/notifications-inner/notifications-inner.component.mjs +4 -4
  27. package/esm2022/lib/modules/layout/header/page-title/page-title.component.mjs +4 -4
  28. package/esm2022/lib/modules/layout/keenicon/keenicon.component.mjs +4 -4
  29. package/esm2022/lib/modules/layout/layout/layout.component.mjs +4 -4
  30. package/esm2022/lib/modules/layout/layout.module.mjs +5 -5
  31. package/esm2022/lib/modules/layout/scripts-init/scripts-init.component.mjs +4 -4
  32. package/esm2022/lib/modules/layout/scroll-top/scroll-top.component.mjs +4 -4
  33. package/esm2022/lib/modules/layout/sidebar/sidebar-footer/sidebar-footer.component.mjs +4 -4
  34. package/esm2022/lib/modules/layout/sidebar/sidebar-logo/sidebar-logo.component.mjs +4 -4
  35. package/esm2022/lib/modules/layout/sidebar/sidebar-menu/sidebar-menu.component.mjs +5 -5
  36. package/esm2022/lib/modules/layout/sidebar/sidebar.component.mjs +4 -4
  37. package/esm2022/lib/modules/layout/toolbar/accounting/accounting.component.mjs +4 -4
  38. package/esm2022/lib/modules/layout/toolbar/classic/classic.component.mjs +4 -4
  39. package/esm2022/lib/modules/layout/toolbar/client-settings/client-settings.component.mjs +4 -4
  40. package/esm2022/lib/modules/layout/toolbar/date-single-select/date-single-select.component.mjs +4 -4
  41. package/esm2022/lib/modules/layout/toolbar/datepicker/datepicker.component.mjs +4 -4
  42. package/esm2022/lib/modules/layout/toolbar/extended/extended.component.mjs +4 -4
  43. package/esm2022/lib/modules/layout/toolbar/reports/reports.component.mjs +4 -4
  44. package/esm2022/lib/modules/layout/toolbar/saas/saas.component.mjs +4 -4
  45. package/esm2022/lib/modules/layout/toolbar/single-store/single-store.component.mjs +4 -4
  46. package/esm2022/lib/modules/layout/toolbar/toolbar.component.mjs +6 -6
  47. package/esm2022/lib/modules/layout/toolbar/traffic-header/traffic-header/traffic-header.component.mjs +4 -4
  48. package/esm2022/lib/modules/notification/notification/notification.component.mjs +4 -4
  49. package/esm2022/lib/modules/notification/notification-routing.module.mjs +5 -5
  50. package/esm2022/lib/modules/notification/notification.module.mjs +5 -5
  51. package/esm2022/lib/pipes/customDate.pipe.mjs +4 -4
  52. package/esm2022/lib/routes/route-wraper-modules/edge-wrapper.module.mjs +5 -5
  53. package/esm2022/lib/routes/route-wraper-modules/manage-wrapper.module.mjs +5 -5
  54. package/esm2022/lib/routes/route-wraper-modules/profile-wrapper.module.mjs +5 -5
  55. package/esm2022/lib/routes/route-wraper-modules/store-wrapper.module.mjs +5 -5
  56. package/esm2022/lib/routes/route-wraper-modules/ticket-wrapper.module.mjs +5 -5
  57. package/esm2022/lib/services/auth.service.mjs +4 -4
  58. package/esm2022/lib/services/notification.service.mjs +4 -4
  59. package/esm2022/lib/services/toast.service.mjs +4 -4
  60. package/fesm2022/{tango-app-ui-shared-edge-wrapper.module-CFDk0tvS.mjs → tango-app-ui-shared-edge-wrapper.module-Yd9SM0Qm.mjs} +5 -5
  61. package/fesm2022/{tango-app-ui-shared-edge-wrapper.module-CFDk0tvS.mjs.map → tango-app-ui-shared-edge-wrapper.module-Yd9SM0Qm.mjs.map} +1 -1
  62. package/fesm2022/{tango-app-ui-shared-intro.module-CAPPEqzI.mjs → tango-app-ui-shared-intro.module-CJlRShmw.mjs} +15 -15
  63. package/fesm2022/{tango-app-ui-shared-intro.module-CAPPEqzI.mjs.map → tango-app-ui-shared-intro.module-CJlRShmw.mjs.map} +1 -1
  64. package/fesm2022/{tango-app-ui-shared-manage-wrapper.module-BHyh4Njw.mjs → tango-app-ui-shared-manage-wrapper.module-CYfJ9g7g.mjs} +5 -5
  65. package/fesm2022/{tango-app-ui-shared-manage-wrapper.module-BHyh4Njw.mjs.map → tango-app-ui-shared-manage-wrapper.module-CYfJ9g7g.mjs.map} +1 -1
  66. package/fesm2022/{tango-app-ui-shared-notification.module-Bj0oBem1.mjs → tango-app-ui-shared-notification.module-D_pto8HN.mjs} +12 -12
  67. package/fesm2022/{tango-app-ui-shared-notification.module-Bj0oBem1.mjs.map → tango-app-ui-shared-notification.module-D_pto8HN.mjs.map} +1 -1
  68. package/fesm2022/{tango-app-ui-shared-profile-wrapper.module-BNC1AGOk.mjs → tango-app-ui-shared-profile-wrapper.module-Dz9Btudh.mjs} +5 -5
  69. package/fesm2022/{tango-app-ui-shared-profile-wrapper.module-BNC1AGOk.mjs.map → tango-app-ui-shared-profile-wrapper.module-Dz9Btudh.mjs.map} +1 -1
  70. package/fesm2022/{tango-app-ui-shared-store-wrapper.module-DdaCYHdv.mjs → tango-app-ui-shared-store-wrapper.module-BWzxEe1A.mjs} +5 -5
  71. package/fesm2022/{tango-app-ui-shared-store-wrapper.module-DdaCYHdv.mjs.map → tango-app-ui-shared-store-wrapper.module-BWzxEe1A.mjs.map} +1 -1
  72. package/fesm2022/{tango-app-ui-shared-ticket-wrapper.module-r32uKkDO.mjs → tango-app-ui-shared-ticket-wrapper.module-CCH2Sa3f.mjs} +5 -5
  73. package/fesm2022/{tango-app-ui-shared-ticket-wrapper.module-r32uKkDO.mjs.map → tango-app-ui-shared-ticket-wrapper.module-CCH2Sa3f.mjs.map} +1 -1
  74. package/fesm2022/tango-app-ui-shared.mjs +208 -157
  75. package/fesm2022/tango-app-ui-shared.mjs.map +1 -1
  76. package/lib/modules/errors/errors.module.d.ts +4 -3
  77. package/lib/modules/errors/invalid-ip/invalid-ip.component.d.ts +17 -0
  78. package/package.json +1 -1
@@ -3,10 +3,11 @@ import * as i1 from "./errors.component";
3
3
  import * as i2 from "./error404/error404.component";
4
4
  import * as i3 from "./error500/error500.component";
5
5
  import * as i4 from "./error403/error403.component";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "./errors-routing.module";
6
+ import * as i5 from "./invalid-ip/invalid-ip.component";
7
+ import * as i6 from "@angular/common";
8
+ import * as i7 from "./errors-routing.module";
8
9
  export declare class ErrorsModule {
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorsModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorsModule, [typeof i1.ErrorsComponent, typeof i2.Error404Component, typeof i3.Error500Component, typeof i4.Error403Component], [typeof i5.CommonModule, typeof i6.ErrorsRoutingModule], never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ErrorsModule, [typeof i1.ErrorsComponent, typeof i2.Error404Component, typeof i3.Error500Component, typeof i4.Error403Component, typeof i5.InvalidIpComponent], [typeof i6.CommonModule, typeof i7.ErrorsRoutingModule], never>;
11
12
  static ɵinj: i0.ɵɵInjectorDeclaration<ErrorsModule>;
12
13
  }
@@ -0,0 +1,17 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import { Router } from '@angular/router';
3
+ import { AuthService } from '../../../services/auth.service';
4
+ import { ThemeModeService } from 'tango-app-ui-global';
5
+ import * as i0 from "@angular/core";
6
+ export declare class InvalidIpComponent implements OnInit, OnDestroy {
7
+ private router;
8
+ private modeService;
9
+ private authService;
10
+ private unsubscribe;
11
+ constructor(router: Router, modeService: ThemeModeService, authService: AuthService);
12
+ ngOnInit(): void;
13
+ ngOnDestroy(): void;
14
+ getProfile(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<InvalidIpComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<InvalidIpComponent, "lib-invalid-ip", never, {}, {}, never, never, false, never>;
17
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-shared",
3
- "version": "3.3.1-beta.4",
3
+ "version": "3.3.1-beta.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"