tango-app-ui-ticket-user 3.0.3-dev → 3.0.4-dev

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 (22) hide show
  1. package/esm2022/lib/components/contact-details/contact-details.component.mjs +3 -3
  2. package/esm2022/lib/components/edge-cameraview/edge-cameraview.component.mjs +3 -3
  3. package/esm2022/lib/components/edgeapp-log/edgeapp-log.component.mjs +3 -3
  4. package/esm2022/lib/components/edit-details/edit-details.component.mjs +3 -3
  5. package/esm2022/lib/components/infratickets/infratickets.component.mjs +8 -7
  6. package/esm2022/lib/components/store-activity/store-activity.component.mjs +6 -5
  7. package/esm2022/lib/components/store-info/store-info.component.mjs +3 -3
  8. package/esm2022/lib/components/takeremote/takeremote.component.mjs +3 -3
  9. package/esm2022/lib/components/tango-ticket-users/tango-ticket-users.component.mjs +5 -5
  10. package/esm2022/lib/components/tickets/tickets.component.mjs +9 -8
  11. package/esm2022/lib/services/data.service.mjs +3 -3
  12. package/esm2022/lib/services/ticket-infra.service.mjs +5 -5
  13. package/esm2022/lib/tango-ticket-users-routing.module.mjs +4 -4
  14. package/esm2022/lib/tango-ticket-users.module.mjs +4 -4
  15. package/fesm2022/tango-app-ui-ticket-user.mjs +57 -57
  16. package/fesm2022/tango-app-ui-ticket-user.mjs.map +1 -1
  17. package/lib/components/infratickets/infratickets.component.d.ts +1 -1
  18. package/lib/components/store-activity/store-activity.component.d.ts +1 -1
  19. package/lib/components/tango-ticket-users/tango-ticket-users.component.d.ts +1 -1
  20. package/lib/components/tickets/tickets.component.d.ts +1 -1
  21. package/lib/services/ticket-infra.service.d.ts +1 -1
  22. package/package.json +1 -1
@@ -4,7 +4,7 @@ import { Router } from '@angular/router';
4
4
  import { TicketsService } from '../../services/ticket-infra.service';
5
5
  import { DataService } from '../../services/data.service';
6
6
  import { ToastService } from 'tango-app-ui-shared';
7
- import { GlobalStateService } from 'tango-app-ui-shared';
7
+ import { GlobalStateService } from 'tango-app-ui-global';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class InfraticketsComponent implements OnInit, OnDestroy {
10
10
  private route;
@@ -2,7 +2,7 @@ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { ChangeDetectorRef } from '@angular/core';
3
3
  import { DataService } from '../../services/data.service';
4
4
  import { TicketsService } from '../../services/ticket-infra.service';
5
- import { GlobalStateService } from 'tango-app-ui-shared';
5
+ import { GlobalStateService } from 'tango-app-ui-global';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class StoreActivityComponent implements OnInit, OnDestroy {
8
8
  private service;
@@ -1,6 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { ActivatedRoute } from '@angular/router';
3
- import { PageInfoService } from 'tango-app-ui-metronics';
3
+ import { PageInfoService } from 'tango-app-ui-global';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TangoTicketUsersComponent implements OnInit {
6
6
  private pageInfo;
@@ -4,7 +4,7 @@ import { Router } from '@angular/router';
4
4
  import { ActivatedRoute } from '@angular/router';
5
5
  import { ToastService } from 'tango-app-ui-shared';
6
6
  import { TicketsService } from '../../services/ticket-infra.service';
7
- import { GlobalStateService } from 'tango-app-ui-shared';
7
+ import { GlobalStateService } from 'tango-app-ui-global';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class TicketsComponent implements OnInit, OnDestroy {
10
10
  private modalService;
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
- import { GlobalStateService } from 'tango-app-ui-shared';
3
+ import { GlobalStateService } from 'tango-app-ui-global';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TicketsService {
6
6
  private http;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-ticket-user",
3
- "version": "3.0.3-dev",
3
+ "version": "3.0.4-dev",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"