tango-app-ui-shared 3.3.1-controlcenter.3 → 3.5.0-alpha.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 (110) hide show
  1. package/esm2022/lib/guards/auth.guard.mjs +3 -3
  2. package/esm2022/lib/i18n/translation.module.mjs +4 -4
  3. package/esm2022/lib/i18n/translation.service.mjs +3 -3
  4. package/esm2022/lib/interceptors/http-auth-interceptor.mjs +3 -3
  5. package/esm2022/lib/modules/common/common-shared.module.mjs +4 -4
  6. package/esm2022/lib/modules/common/custom-select/custom-select.component.mjs +3 -3
  7. package/esm2022/lib/modules/common/filters/filters.component.mjs +5 -5
  8. package/esm2022/lib/modules/common/pagination/pagination.component.mjs +3 -3
  9. package/esm2022/lib/modules/errors/error403/error403.component.mjs +3 -3
  10. package/esm2022/lib/modules/errors/error404/error404.component.mjs +3 -3
  11. package/esm2022/lib/modules/errors/error500/error500.component.mjs +3 -3
  12. package/esm2022/lib/modules/errors/errors-routing.module.mjs +4 -4
  13. package/esm2022/lib/modules/errors/errors.component.mjs +3 -3
  14. package/esm2022/lib/modules/errors/errors.module.mjs +4 -4
  15. package/esm2022/lib/modules/errors/invalid-ip/invalid-ip.component.mjs +3 -3
  16. package/esm2022/lib/modules/intro/contact-support/contact-support.component.mjs +3 -3
  17. package/esm2022/lib/modules/intro/intro-routing.module.mjs +4 -4
  18. package/esm2022/lib/modules/intro/intro.module.mjs +4 -4
  19. package/esm2022/lib/modules/intro/lead-intro/lead-intro.component.mjs +14 -9
  20. package/esm2022/lib/modules/layout/components/csm-assign-confirmation/csm-assign-confirmation.component.mjs +3 -3
  21. package/esm2022/lib/modules/layout/content/content.component.mjs +3 -3
  22. package/esm2022/lib/modules/layout/footer/footer.component.mjs +3 -3
  23. package/esm2022/lib/modules/layout/header/header-menu/header-menu.component.mjs +5 -5
  24. package/esm2022/lib/modules/layout/header/header.component.mjs +4 -4
  25. package/esm2022/lib/modules/layout/header/navbar/navbar.component.mjs +3 -3
  26. package/esm2022/lib/modules/layout/header/notifications-inner/notifications-inner.component.mjs +3 -3
  27. package/esm2022/lib/modules/layout/header/page-title/page-title.component.mjs +5 -10
  28. package/esm2022/lib/modules/layout/keenicon/keenicon.component.mjs +3 -3
  29. package/esm2022/lib/modules/layout/layout/layout.component.mjs +26 -6
  30. package/esm2022/lib/modules/layout/layout.module.mjs +22 -7
  31. package/esm2022/lib/modules/layout/scripts-init/scripts-init.component.mjs +3 -3
  32. package/esm2022/lib/modules/layout/scroll-top/scroll-top.component.mjs +3 -3
  33. package/esm2022/lib/modules/layout/sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
  34. package/esm2022/lib/modules/layout/sidebar/sidebar-logo/sidebar-logo.component.mjs +3 -3
  35. package/esm2022/lib/modules/layout/sidebar/sidebar-menu/sidebar-menu.component.mjs +33 -13
  36. package/esm2022/lib/modules/layout/sidebar/sidebar.component.mjs +3 -3
  37. package/esm2022/lib/modules/layout/toolbar/accounting/accounting.component.mjs +3 -3
  38. package/esm2022/lib/modules/layout/toolbar/classic/classic.component.mjs +3 -3
  39. package/esm2022/lib/modules/layout/toolbar/client-settings/client-settings.component.mjs +9 -4
  40. package/esm2022/lib/modules/layout/toolbar/date-single-select/date-single-select.component.mjs +9 -4
  41. package/esm2022/lib/modules/layout/toolbar/datepicker/datepicker.component.mjs +17 -5
  42. package/esm2022/lib/modules/layout/toolbar/extended/extended.component.mjs +3 -3
  43. package/esm2022/lib/modules/layout/toolbar/metrics-header/metrics-header.component.mjs +1231 -0
  44. package/esm2022/lib/modules/layout/toolbar/reports/reports.component.mjs +3 -3
  45. package/esm2022/lib/modules/layout/toolbar/saas/saas.component.mjs +3 -3
  46. package/esm2022/lib/modules/layout/toolbar/single-store/single-store.component.mjs +37 -11
  47. package/esm2022/lib/modules/layout/toolbar/single-storedate/single-storedate.component.mjs +146 -0
  48. package/esm2022/lib/modules/layout/toolbar/storesingle/storesingle.component.mjs +105 -0
  49. package/esm2022/lib/modules/layout/toolbar/toolbar.component.mjs +137 -45
  50. package/esm2022/lib/modules/layout/toolbar/traffic-header/traffic-header/traffic-header.component.mjs +409 -120
  51. package/esm2022/lib/modules/layout/toolbar/traffic-nob/traffic-nob.component.mjs +795 -0
  52. package/esm2022/lib/modules/layout/toolbar/trax-header/trax-header.component.mjs +200 -105
  53. package/esm2022/lib/modules/layout/toolbar/trax-withoutdate/trax-withoutdate.component.mjs +729 -0
  54. package/esm2022/lib/modules/notification/conformation/conformation.component.mjs +22 -0
  55. package/esm2022/lib/modules/notification/notification/notification.component.mjs +58 -27
  56. package/esm2022/lib/modules/notification/notification-routing.module.mjs +4 -4
  57. package/esm2022/lib/modules/notification/notification.module.mjs +8 -5
  58. package/esm2022/lib/pipes/customDate.pipe.mjs +3 -3
  59. package/esm2022/lib/routes/route-wraper-modules/edge-wrapper.module.mjs +5 -5
  60. package/esm2022/lib/routes/route-wraper-modules/manage-wrapper.module.mjs +5 -6
  61. package/esm2022/lib/routes/route-wraper-modules/profile-wrapper.module.mjs +4 -4
  62. package/esm2022/lib/routes/route-wraper-modules/store-wrapper.module.mjs +5 -6
  63. package/esm2022/lib/routes/route-wraper-modules/ticket-wrapper.module.mjs +4 -4
  64. package/esm2022/lib/services/auth.service.mjs +21 -4
  65. package/esm2022/lib/services/notification.service.mjs +7 -4
  66. package/esm2022/lib/services/toast.service.mjs +21 -4
  67. package/fesm2022/{tango-app-ui-shared-edge-wrapper.module-fMqNK7aH.mjs → tango-app-ui-shared-edge-wrapper.module-CFDk0tvS.mjs} +5 -5
  68. package/fesm2022/tango-app-ui-shared-edge-wrapper.module-CFDk0tvS.mjs.map +1 -0
  69. package/fesm2022/{tango-app-ui-shared-intro.module-DulZR743.mjs → tango-app-ui-shared-intro.module-DYh4ZRha.mjs} +23 -18
  70. package/fesm2022/tango-app-ui-shared-intro.module-DYh4ZRha.mjs.map +1 -0
  71. package/fesm2022/{tango-app-ui-shared-manage-wrapper.module-YOr1-p9k.mjs → tango-app-ui-shared-manage-wrapper.module-BHyh4Njw.mjs} +5 -5
  72. package/fesm2022/tango-app-ui-shared-manage-wrapper.module-BHyh4Njw.mjs.map +1 -0
  73. package/fesm2022/{tango-app-ui-shared-notification.module-BXSgtsUu.mjs → tango-app-ui-shared-notification.module-C5ZmCf8U.mjs} +84 -34
  74. package/fesm2022/tango-app-ui-shared-notification.module-C5ZmCf8U.mjs.map +1 -0
  75. package/fesm2022/{tango-app-ui-shared-profile-wrapper.module-DAb6dDVZ.mjs → tango-app-ui-shared-profile-wrapper.module-BNC1AGOk.mjs} +5 -5
  76. package/fesm2022/tango-app-ui-shared-profile-wrapper.module-BNC1AGOk.mjs.map +1 -0
  77. package/fesm2022/{tango-app-ui-shared-store-wrapper.module-mO6jWpzr.mjs → tango-app-ui-shared-store-wrapper.module-DdaCYHdv.mjs} +5 -6
  78. package/fesm2022/tango-app-ui-shared-store-wrapper.module-DdaCYHdv.mjs.map +1 -0
  79. package/fesm2022/{tango-app-ui-shared-ticket-wrapper.module-XEAROmQk.mjs → tango-app-ui-shared-ticket-wrapper.module-r32uKkDO.mjs} +5 -5
  80. package/fesm2022/tango-app-ui-shared-ticket-wrapper.module-r32uKkDO.mjs.map +1 -0
  81. package/fesm2022/tango-app-ui-shared.mjs +4006 -450
  82. package/fesm2022/tango-app-ui-shared.mjs.map +1 -1
  83. package/lib/modules/intro/lead-intro/lead-intro.component.d.ts +4 -1
  84. package/lib/modules/layout/layout/layout.component.d.ts +3 -0
  85. package/lib/modules/layout/layout.module.d.ts +15 -10
  86. package/lib/modules/layout/sidebar/sidebar-menu/sidebar-menu.component.d.ts +1 -0
  87. package/lib/modules/layout/toolbar/datepicker/datepicker.component.d.ts +1 -0
  88. package/lib/modules/layout/toolbar/metrics-header/metrics-header.component.d.ts +103 -0
  89. package/lib/modules/layout/toolbar/single-store/single-store.component.d.ts +11 -4
  90. package/lib/modules/layout/toolbar/single-storedate/single-storedate.component.d.ts +33 -0
  91. package/lib/modules/layout/toolbar/storesingle/storesingle.component.d.ts +24 -0
  92. package/lib/modules/layout/toolbar/toolbar.component.d.ts +13 -2
  93. package/lib/modules/layout/toolbar/traffic-header/traffic-header/traffic-header.component.d.ts +15 -2
  94. package/lib/modules/layout/toolbar/traffic-nob/traffic-nob.component.d.ts +80 -0
  95. package/lib/modules/layout/toolbar/trax-header/trax-header.component.d.ts +3 -0
  96. package/lib/modules/layout/toolbar/trax-withoutdate/trax-withoutdate.component.d.ts +74 -0
  97. package/lib/modules/notification/conformation/conformation.component.d.ts +10 -0
  98. package/lib/modules/notification/notification/notification.component.d.ts +5 -1
  99. package/lib/modules/notification/notification.module.d.ts +5 -4
  100. package/lib/services/auth.service.d.ts +6 -0
  101. package/lib/services/notification.service.d.ts +1 -0
  102. package/lib/services/toast.service.d.ts +1 -0
  103. package/package.json +1 -1
  104. package/fesm2022/tango-app-ui-shared-edge-wrapper.module-fMqNK7aH.mjs.map +0 -1
  105. package/fesm2022/tango-app-ui-shared-intro.module-DulZR743.mjs.map +0 -1
  106. package/fesm2022/tango-app-ui-shared-manage-wrapper.module-YOr1-p9k.mjs.map +0 -1
  107. package/fesm2022/tango-app-ui-shared-notification.module-BXSgtsUu.mjs.map +0 -1
  108. package/fesm2022/tango-app-ui-shared-profile-wrapper.module-DAb6dDVZ.mjs.map +0 -1
  109. package/fesm2022/tango-app-ui-shared-store-wrapper.module-mO6jWpzr.mjs.map +0 -1
  110. package/fesm2022/tango-app-ui-shared-ticket-wrapper.module-XEAROmQk.mjs.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.