tango-app-ui-shared 3.3.1-beta.9 → 3.3.1-beta.90

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 (62) hide show
  1. package/esm2022/lib/guards/stores.guard.mjs +5 -5
  2. package/esm2022/lib/guards/tickets.guard.mjs +5 -5
  3. package/esm2022/lib/modules/common/filters/filters.component.mjs +2 -2
  4. package/esm2022/lib/modules/intro/lead-intro/lead-intro.component.mjs +13 -8
  5. package/esm2022/lib/modules/layout/header/header-menu/header-menu.component.mjs +3 -3
  6. package/esm2022/lib/modules/layout/header/header.component.mjs +2 -2
  7. package/esm2022/lib/modules/layout/header/navbar/navbar.component.mjs +6 -3
  8. package/esm2022/lib/modules/layout/header/page-title/page-title.component.mjs +2 -1
  9. package/esm2022/lib/modules/layout/layout/layout.component.mjs +24 -4
  10. package/esm2022/lib/modules/layout/layout.module.mjs +18 -3
  11. package/esm2022/lib/modules/layout/sidebar/sidebar-menu/sidebar-menu.component.mjs +43 -16
  12. package/esm2022/lib/modules/layout/toolbar/client-settings/client-settings.component.mjs +8 -2
  13. package/esm2022/lib/modules/layout/toolbar/date-single-select/date-single-select.component.mjs +33 -9
  14. package/esm2022/lib/modules/layout/toolbar/datepicker/datepicker.component.mjs +11 -6
  15. package/esm2022/lib/modules/layout/toolbar/single-store/single-store.component.mjs +41 -12
  16. package/esm2022/lib/modules/layout/toolbar/single-storedate/single-storedate.component.mjs +130 -0
  17. package/esm2022/lib/modules/layout/toolbar/storesingle/storesingle.component.mjs +105 -0
  18. package/esm2022/lib/modules/layout/toolbar/toolbar.component.mjs +93 -22
  19. package/esm2022/lib/modules/layout/toolbar/traffic-header/traffic-header/traffic-header.component.mjs +235 -135
  20. package/esm2022/lib/modules/layout/toolbar/traffic-nob/traffic-nob.component.mjs +795 -0
  21. package/esm2022/lib/modules/layout/toolbar/trax-header/trax-header.component.mjs +867 -0
  22. package/esm2022/lib/modules/layout/toolbar/trax-withoutdate/trax-withoutdate.component.mjs +729 -0
  23. package/esm2022/lib/modules/notification/conformation/conformation.component.mjs +22 -0
  24. package/esm2022/lib/modules/notification/notification/notification.component.mjs +161 -22
  25. package/esm2022/lib/modules/notification/notification-routing.module.mjs +5 -1
  26. package/esm2022/lib/modules/notification/notification.module.mjs +6 -3
  27. package/esm2022/lib/routes/route-wraper-modules/edge-wrapper.module.mjs +1 -1
  28. package/esm2022/lib/services/auth.service.mjs +8 -6
  29. package/esm2022/lib/services/notification.service.mjs +9 -1
  30. package/fesm2022/tango-app-ui-shared-edge-wrapper.module-CFDk0tvS.mjs.map +1 -1
  31. package/fesm2022/{tango-app-ui-shared-intro.module-CZdX0CkN.mjs → tango-app-ui-shared-intro.module-DYh4ZRha.mjs} +14 -9
  32. package/fesm2022/tango-app-ui-shared-intro.module-DYh4ZRha.mjs.map +1 -0
  33. package/fesm2022/tango-app-ui-shared-manage-wrapper.module-BHyh4Njw.mjs.map +1 -1
  34. package/fesm2022/tango-app-ui-shared-notification.module-C5ZmCf8U.mjs +400 -0
  35. package/fesm2022/tango-app-ui-shared-notification.module-C5ZmCf8U.mjs.map +1 -0
  36. package/fesm2022/tango-app-ui-shared-profile-wrapper.module-BNC1AGOk.mjs.map +1 -1
  37. package/fesm2022/tango-app-ui-shared-store-wrapper.module-DdaCYHdv.mjs.map +1 -1
  38. package/fesm2022/tango-app-ui-shared-ticket-wrapper.module-r32uKkDO.mjs.map +1 -1
  39. package/fesm2022/tango-app-ui-shared.mjs +3231 -355
  40. package/fesm2022/tango-app-ui-shared.mjs.map +1 -1
  41. package/lib/modules/intro/lead-intro/lead-intro.component.d.ts +4 -1
  42. package/lib/modules/layout/header/navbar/navbar.component.d.ts +1 -0
  43. package/lib/modules/layout/layout/layout.component.d.ts +3 -0
  44. package/lib/modules/layout/layout.module.d.ts +15 -10
  45. package/lib/modules/layout/sidebar/sidebar-menu/sidebar-menu.component.d.ts +2 -0
  46. package/lib/modules/layout/toolbar/single-store/single-store.component.d.ts +11 -4
  47. package/lib/modules/layout/toolbar/single-storedate/single-storedate.component.d.ts +30 -0
  48. package/lib/modules/layout/toolbar/storesingle/storesingle.component.d.ts +24 -0
  49. package/lib/modules/layout/toolbar/toolbar.component.d.ts +7 -1
  50. package/lib/modules/layout/toolbar/traffic-header/traffic-header/traffic-header.component.d.ts +5 -1
  51. package/lib/modules/layout/toolbar/traffic-nob/traffic-nob.component.d.ts +80 -0
  52. package/lib/modules/layout/toolbar/trax-header/trax-header.component.d.ts +82 -0
  53. package/lib/modules/layout/toolbar/trax-withoutdate/trax-withoutdate.component.d.ts +74 -0
  54. package/lib/modules/notification/conformation/conformation.component.d.ts +10 -0
  55. package/lib/modules/notification/notification/notification.component.d.ts +21 -3
  56. package/lib/modules/notification/notification.module.d.ts +5 -4
  57. package/lib/services/auth.service.d.ts +1 -0
  58. package/lib/services/notification.service.d.ts +3 -0
  59. package/package.json +1 -1
  60. package/fesm2022/tango-app-ui-shared-intro.module-CZdX0CkN.mjs.map +0 -1
  61. package/fesm2022/tango-app-ui-shared-notification.module-CbWXIyly.mjs +0 -238
  62. package/fesm2022/tango-app-ui-shared-notification.module-CbWXIyly.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.