@airporting/tech-app 0.0.43 → 0.0.45

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.
@@ -5,7 +5,7 @@
5
5
  "name": "tech_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.0.43",
8
+ "buildVersion": "0.0.45",
9
9
  "buildName": "@airporting/tech-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -446,6 +446,30 @@
446
446
  },
447
447
  "path": "./dashboard"
448
448
  },
449
+ {
450
+ "id": "tech_app:etat-saisie",
451
+ "name": "etat-saisie",
452
+ "assets": {
453
+ "js": {
454
+ "sync": [
455
+ "9669.js",
456
+ "__federation_expose_etat_saisie.js"
457
+ ],
458
+ "async": [
459
+ "9669.js",
460
+ "__federation_expose_finance_jobs.js",
461
+ "__federation_expose_sobank.js",
462
+ "__federation_expose_spreadsheet.js",
463
+ "__federation_expose_synchro.js"
464
+ ]
465
+ },
466
+ "css": {
467
+ "sync": [],
468
+ "async": []
469
+ }
470
+ },
471
+ "path": "./etat-saisie"
472
+ },
449
473
  {
450
474
  "id": "tech_app:finance-jobs",
451
475
  "name": "finance-jobs",
@@ -5,7 +5,7 @@
5
5
  "name": "tech_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.0.43",
8
+ "buildVersion": "0.0.45",
9
9
  "buildName": "@airporting/tech-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -74,8 +74,8 @@
74
74
  }
75
75
  },
76
76
  "usedIn": [
77
- "./finance-jobs",
78
- "./spreadsheet"
77
+ "./spreadsheet",
78
+ "./finance-jobs"
79
79
  ]
80
80
  },
81
81
  {
@@ -100,12 +100,13 @@
100
100
  }
101
101
  },
102
102
  "usedIn": [
103
+ "./github",
103
104
  "./dashboard",
104
105
  "./amex",
105
106
  "./bnpp",
106
107
  "./credmut",
108
+ "./etat-saisie",
107
109
  "./finance-jobs",
108
- "./github",
109
110
  "./payfit",
110
111
  "./spendesk",
111
112
  "./spreadsheet",
@@ -262,6 +263,7 @@
262
263
  },
263
264
  "usedIn": [
264
265
  "./dashboard",
266
+ "./etat-saisie",
265
267
  "./finance-jobs",
266
268
  "./github",
267
269
  "./spreadsheet",
@@ -431,15 +433,16 @@
431
433
  }
432
434
  },
433
435
  "usedIn": [
436
+ "./spendesk",
434
437
  "./dashboard",
435
438
  "./amex",
436
439
  "./bnpp",
437
440
  "./credmut",
441
+ "./etat-saisie",
438
442
  "./finance-jobs",
439
443
  "./github",
440
444
  "./payfit",
441
445
  "./sobank",
442
- "./spendesk",
443
446
  "./spreadsheet",
444
447
  "./synchro",
445
448
  "./wise"
@@ -586,6 +589,36 @@
586
589
  }
587
590
  }
588
591
  },
592
+ {
593
+ "path": "./etat-saisie",
594
+ "id": "tech_app:etat-saisie",
595
+ "name": "etat-saisie",
596
+ "requires": [
597
+ "react",
598
+ "@mantine/core",
599
+ "@tanstack/react-query"
600
+ ],
601
+ "file": "src/tabs/etat-saisie.tsx",
602
+ "assets": {
603
+ "js": {
604
+ "sync": [
605
+ "9669.js",
606
+ "__federation_expose_etat_saisie.js"
607
+ ],
608
+ "async": [
609
+ "9669.js",
610
+ "__federation_expose_finance_jobs.js",
611
+ "__federation_expose_sobank.js",
612
+ "__federation_expose_spreadsheet.js",
613
+ "__federation_expose_synchro.js"
614
+ ]
615
+ },
616
+ "css": {
617
+ "sync": [],
618
+ "async": []
619
+ }
620
+ }
621
+ },
589
622
  {
590
623
  "path": "./finance-jobs",
591
624
  "id": "tech_app:finance-jobs",