@airporting/integrations-app 0.4.30 → 0.4.32

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 (116) hide show
  1. package/README.md +74 -2
  2. package/dist/mf/{18.js → 1018.js} +3 -3
  3. package/dist/mf/{235.js → 1330.js} +2 -2
  4. package/dist/mf/1600.js +1 -0
  5. package/dist/mf/1857.js +1 -0
  6. package/dist/mf/{70.js → 2070.js} +3 -3
  7. package/dist/mf/3.js +1 -0
  8. package/dist/mf/{134.js → 3134.js} +2 -2
  9. package/dist/mf/{330.js → 3235.js} +2 -2
  10. package/dist/mf/{473.js → 3711.js} +2 -2
  11. package/dist/mf/4447.js +1 -0
  12. package/dist/mf/4756.js +18 -0
  13. package/dist/mf/4810.js +1 -0
  14. package/dist/mf/5475.js +1 -0
  15. package/dist/mf/{616.js → 5616.js} +2 -2
  16. package/dist/mf/5625.js +1 -0
  17. package/dist/mf/5741.js +1 -0
  18. package/dist/mf/6082.js +1 -0
  19. package/dist/mf/6092.js +10 -0
  20. package/dist/mf/6124.js +1 -0
  21. package/dist/mf/6702.js +1 -0
  22. package/dist/mf/7285.js +1 -0
  23. package/dist/mf/7286.js +10 -0
  24. package/dist/mf/7286.js.LICENSE.txt +9 -0
  25. package/dist/mf/7476.js +1 -0
  26. package/dist/mf/7493.js +6 -0
  27. package/dist/mf/7493.js.LICENSE.txt +13 -0
  28. package/dist/mf/8170.js +18 -0
  29. package/dist/mf/8473.js +10 -0
  30. package/dist/mf/{637.js → 8637.js} +3 -3
  31. package/dist/mf/8949.js +10 -0
  32. package/dist/mf/8978.js +33 -0
  33. package/dist/mf/{37.js → 9037.js} +3 -3
  34. package/dist/mf/9110.js +1 -0
  35. package/dist/mf/{755.js → 9430.js} +2 -2
  36. package/dist/mf/9666.js +10 -0
  37. package/dist/mf/9666.js.LICENSE.txt +9 -0
  38. package/dist/mf/9758.js +1 -0
  39. package/dist/mf/@mf-types/compiled-types/api/connectors/connectorAddMutation.d.ts +1 -0
  40. package/dist/mf/@mf-types/compiled-types/api/connectors/connectorCatalogQuery.d.ts +1 -0
  41. package/dist/mf/@mf-types/compiled-types/api/connectors/connectorDeleteMutation.d.ts +1 -0
  42. package/dist/mf/@mf-types/compiled-types/api/synchro/synchroDetailQuery.d.ts +2 -0
  43. package/dist/mf/@mf-types/compiled-types/api/synchro/synchroJobConfigQuery.d.ts +1 -0
  44. package/dist/mf/@mf-types/compiled-types/api/synchro/synchroJobRunMutation.d.ts +4 -0
  45. package/dist/mf/@mf-types/compiled-types/api/synchro/synchroJobSaveMutation.d.ts +5 -0
  46. package/dist/mf/@mf-types/compiled-types/api/synchro/synchroListQuery.d.ts +2 -0
  47. package/dist/mf/@mf-types/compiled-types/api/synchro/synchroRunMutation.d.ts +1 -0
  48. package/dist/mf/@mf-types/compiled-types/api/synchro/synchroScheduleMutations.d.ts +21 -0
  49. package/dist/mf/@mf-types/compiled-types/api/synchro/synchroSpreadsheetsQuery.d.ts +4 -0
  50. package/dist/mf/@mf-types/compiled-types/api/synchro/synchroToggleMutation.d.ts +4 -0
  51. package/dist/mf/@mf-types/compiled-types/api/synchro/types.d.ts +67 -0
  52. package/dist/mf/@mf-types/compiled-types/api/useApiSynchro.d.ts +6 -0
  53. package/dist/mf/@mf-types/compiled-types/components/InlineLoader.d.ts +4 -0
  54. package/dist/mf/@mf-types/compiled-types/components/connectors/connector-menu.component.d.ts +7 -0
  55. package/dist/mf/@mf-types/compiled-types/components/connectors/delete-active-connector-modal.d.ts +1 -0
  56. package/dist/mf/@mf-types/compiled-types/components/connectors/is-delete-confirm-input.d.ts +6 -0
  57. package/dist/mf/@mf-types/compiled-types/components/connectors/list.catalog.component.d.ts +1 -0
  58. package/dist/mf/@mf-types/compiled-types/components/synchro/inputs/InputDateBoundary.d.ts +12 -0
  59. package/dist/mf/@mf-types/compiled-types/components/synchro/inputs/InputGsheetsSelector.d.ts +11 -0
  60. package/dist/mf/@mf-types/compiled-types/components/synchro/synchro.dynamic-form.d.ts +29 -0
  61. package/dist/mf/@mf-types/compiled-types/components/synchro/synchro.functions.d.ts +7 -0
  62. package/dist/mf/@mf-types/compiled-types/components/synchro/synchro.history.d.ts +6 -0
  63. package/dist/mf/@mf-types/compiled-types/components/synchro/synchro.job-config-modal.d.ts +9 -0
  64. package/dist/mf/@mf-types/compiled-types/components/synchro/synchro.list.d.ts +8 -0
  65. package/dist/mf/@mf-types/compiled-types/components/synchro/synchro.schedule.d.ts +8 -0
  66. package/dist/mf/@mf-types/compiled-types/gen/IntegrationsApi.d.ts +120 -4
  67. package/dist/mf/@mf-types/compiled-types/hooks/useAppConfigConnectorSingle.d.ts +1 -1
  68. package/dist/mf/@mf-types/compiled-types/hooks/useAppConfigSynchro.d.ts +9 -0
  69. package/dist/mf/@mf-types/compiled-types/providersSynchro.d.ts +15 -0
  70. package/dist/mf/@mf-types/compiled-types/synchro.app.d.ts +1 -0
  71. package/dist/mf/@mf-types/compiled-types/synchro.d.ts +2 -0
  72. package/dist/mf/__federation_expose_connectors.js +2 -2
  73. package/dist/mf/__federation_expose_single_connector.js +2 -2
  74. package/dist/mf/__federation_expose_synchronisation.js +10 -0
  75. package/dist/mf/__federation_expose_synchronisation.js.LICENSE.txt +9 -0
  76. package/dist/mf/index.js +4 -5
  77. package/dist/mf/integrations_app.js +4 -5
  78. package/dist/mf/mf-manifest.json +155 -33
  79. package/dist/mf/mf-stats.json +212 -41
  80. package/package.json +13 -11
  81. package/dist/mf/124.js +0 -1
  82. package/dist/mf/170.js +0 -18
  83. package/dist/mf/285.js +0 -1
  84. package/dist/mf/447.js +0 -1
  85. package/dist/mf/475.js +0 -1
  86. package/dist/mf/476.js +0 -1
  87. package/dist/mf/49.js +0 -1
  88. package/dist/mf/625.js +0 -1
  89. package/dist/mf/666.js +0 -10
  90. package/dist/mf/702.js +0 -1
  91. package/dist/mf/711.js +0 -10
  92. package/dist/mf/741.js +0 -1
  93. package/dist/mf/756.js +0 -18
  94. package/dist/mf/857.js +0 -1
  95. package/dist/mf/949.js +0 -10
  96. package/dist/mf/978.js +0 -33
  97. package/dist/mf/@mf-types/connectors.d.ts +0 -2
  98. package/dist/mf/@mf-types/single-connector.d.ts +0 -2
  99. package/dist/mf/@mf-types.d.ts +0 -3
  100. package/dist/mf/@mf-types.zip +0 -0
  101. /package/dist/mf/{18.js.LICENSE.txt → 1018.js.LICENSE.txt} +0 -0
  102. /package/dist/mf/{235.js.LICENSE.txt → 1330.js.LICENSE.txt} +0 -0
  103. /package/dist/mf/{70.css → 2070.css} +0 -0
  104. /package/dist/mf/{70.js.LICENSE.txt → 2070.js.LICENSE.txt} +0 -0
  105. /package/dist/mf/{134.js.LICENSE.txt → 3134.js.LICENSE.txt} +0 -0
  106. /package/dist/mf/{330.js.LICENSE.txt → 3235.js.LICENSE.txt} +0 -0
  107. /package/dist/mf/{473.js.LICENSE.txt → 3711.js.LICENSE.txt} +0 -0
  108. /package/dist/mf/{756.js.LICENSE.txt → 4756.js.LICENSE.txt} +0 -0
  109. /package/dist/mf/{616.js.LICENSE.txt → 5616.js.LICENSE.txt} +0 -0
  110. /package/dist/mf/{666.js.LICENSE.txt → 6092.js.LICENSE.txt} +0 -0
  111. /package/dist/mf/{170.js.LICENSE.txt → 8170.js.LICENSE.txt} +0 -0
  112. /package/dist/mf/{711.js.LICENSE.txt → 8473.js.LICENSE.txt} +0 -0
  113. /package/dist/mf/{637.js.LICENSE.txt → 8637.js.LICENSE.txt} +0 -0
  114. /package/dist/mf/{949.js.LICENSE.txt → 8949.js.LICENSE.txt} +0 -0
  115. /package/dist/mf/{978.js.LICENSE.txt → 8978.js.LICENSE.txt} +0 -0
  116. /package/dist/mf/{37.js.LICENSE.txt → 9037.js.LICENSE.txt} +0 -0
@@ -5,7 +5,7 @@
5
5
  "name": "integrations_app",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.4.30",
8
+ "buildVersion": "0.4.32",
9
9
  "buildName": "@airporting/integrations-app"
10
10
  },
11
11
  "remoteEntry": {
@@ -20,25 +20,25 @@
20
20
  "api": "@mf-types.d.ts"
21
21
  },
22
22
  "globalName": "integrations_app",
23
- "pluginVersion": "0.21.1",
23
+ "pluginVersion": "0.17.1",
24
24
  "prefetchInterface": false,
25
25
  "publicPath": "https://unpkg.com/@airporting/integrations-app@latest/dist/mf/"
26
26
  },
27
27
  "shared": [
28
28
  {
29
29
  "singleton": true,
30
- "requiredVersion": "1.1.20",
30
+ "requiredVersion": "1.2.13",
31
31
  "shareScope": "default",
32
32
  "strictVersion": false,
33
33
  "name": "@airporting/app-front",
34
- "version": "1.1.20",
34
+ "version": "1.2.13",
35
35
  "eager": false,
36
36
  "id": "integrations_app:@airporting/app-front",
37
37
  "assets": {
38
38
  "js": {
39
39
  "async": [],
40
40
  "sync": [
41
- "741.js"
41
+ "5741.js"
42
42
  ]
43
43
  },
44
44
  "css": {
@@ -48,7 +48,8 @@
48
48
  },
49
49
  "usedIn": [
50
50
  "./connectors",
51
- "./single-connector"
51
+ "./single-connector",
52
+ "./synchronisation"
52
53
  ]
53
54
  },
54
55
  {
@@ -64,7 +65,7 @@
64
65
  "js": {
65
66
  "async": [],
66
67
  "sync": [
67
- "702.js"
68
+ "6702.js"
68
69
  ]
69
70
  },
70
71
  "css": {
@@ -87,7 +88,7 @@
87
88
  "js": {
88
89
  "async": [],
89
90
  "sync": [
90
- "755.js"
91
+ "9430.js"
91
92
  ]
92
93
  },
93
94
  "css": {
@@ -96,10 +97,36 @@
96
97
  }
97
98
  },
98
99
  "usedIn": [
100
+ "./synchronisation",
99
101
  "./connectors",
100
102
  "./single-connector"
101
103
  ]
102
104
  },
105
+ {
106
+ "singleton": true,
107
+ "requiredVersion": "8.3.5",
108
+ "shareScope": "default",
109
+ "strictVersion": false,
110
+ "name": "@mantine/dates",
111
+ "version": "8.3.5",
112
+ "eager": false,
113
+ "id": "integrations_app:@mantine/dates",
114
+ "assets": {
115
+ "js": {
116
+ "async": [],
117
+ "sync": [
118
+ "9110.js"
119
+ ]
120
+ },
121
+ "css": {
122
+ "async": [],
123
+ "sync": []
124
+ }
125
+ },
126
+ "usedIn": [
127
+ "./synchronisation"
128
+ ]
129
+ },
103
130
  {
104
131
  "singleton": true,
105
132
  "requiredVersion": "8.3.5",
@@ -113,7 +140,7 @@
113
140
  "js": {
114
141
  "async": [],
115
142
  "sync": [
116
- "857.js"
143
+ "1857.js"
117
144
  ]
118
145
  },
119
146
  "css": {
@@ -121,7 +148,9 @@
121
148
  "sync": []
122
149
  }
123
150
  },
124
- "usedIn": []
151
+ "usedIn": [
152
+ "./synchronisation"
153
+ ]
125
154
  },
126
155
  {
127
156
  "singleton": true,
@@ -136,7 +165,7 @@
136
165
  "js": {
137
166
  "async": [],
138
167
  "sync": [
139
- "625.js"
168
+ "5625.js"
140
169
  ]
141
170
  },
142
171
  "css": {
@@ -144,7 +173,9 @@
144
173
  "sync": []
145
174
  }
146
175
  },
147
- "usedIn": []
176
+ "usedIn": [
177
+ "./synchronisation"
178
+ ]
148
179
  },
149
180
  {
150
181
  "singleton": true,
@@ -159,8 +190,8 @@
159
190
  "js": {
160
191
  "async": [],
161
192
  "sync": [
162
- "285.js",
163
- "666.js"
193
+ "7285.js",
194
+ "9666.js"
164
195
  ]
165
196
  },
166
197
  "css": {
@@ -170,7 +201,8 @@
170
201
  },
171
202
  "usedIn": [
172
203
  "./connectors",
173
- "./single-connector"
204
+ "./single-connector",
205
+ "./synchronisation"
174
206
  ]
175
207
  },
176
208
  {
@@ -186,7 +218,7 @@
186
218
  "js": {
187
219
  "async": [],
188
220
  "sync": [
189
- "124.js"
221
+ "6124.js"
190
222
  ]
191
223
  },
192
224
  "css": {
@@ -195,6 +227,7 @@
195
227
  }
196
228
  },
197
229
  "usedIn": [
230
+ "./synchronisation",
198
231
  "./connectors",
199
232
  "./single-connector"
200
233
  ]
@@ -212,7 +245,7 @@
212
245
  "js": {
213
246
  "async": [],
214
247
  "sync": [
215
- "134.js"
248
+ "3134.js"
216
249
  ]
217
250
  },
218
251
  "css": {
@@ -220,7 +253,10 @@
220
253
  "sync": []
221
254
  }
222
255
  },
223
- "usedIn": []
256
+ "usedIn": [
257
+ "./synchronisation",
258
+ "./connectors"
259
+ ]
224
260
  },
225
261
  {
226
262
  "singleton": true,
@@ -235,7 +271,7 @@
235
271
  "js": {
236
272
  "async": [],
237
273
  "sync": [
238
- "475.js"
274
+ "5475.js"
239
275
  ]
240
276
  },
241
277
  "css": {
@@ -245,23 +281,24 @@
245
281
  },
246
282
  "usedIn": [
247
283
  "./connectors",
248
- "./single-connector"
284
+ "./single-connector",
285
+ "./synchronisation"
249
286
  ]
250
287
  },
251
288
  {
252
289
  "singleton": true,
253
- "requiredVersion": "1.133.22",
290
+ "requiredVersion": "1.133.27",
254
291
  "shareScope": "default",
255
292
  "strictVersion": false,
256
293
  "name": "@tanstack/react-router",
257
- "version": "1.133.22",
294
+ "version": "1.133.27",
258
295
  "eager": false,
259
296
  "id": "integrations_app:@tanstack/react-router",
260
297
  "assets": {
261
298
  "js": {
262
299
  "async": [],
263
300
  "sync": [
264
- "756.js"
301
+ "4756.js"
265
302
  ]
266
303
  },
267
304
  "css": {
@@ -284,7 +321,53 @@
284
321
  "js": {
285
322
  "async": [],
286
323
  "sync": [
287
- "476.js"
324
+ "7476.js"
325
+ ]
326
+ },
327
+ "css": {
328
+ "async": [],
329
+ "sync": []
330
+ }
331
+ },
332
+ "usedIn": []
333
+ },
334
+ {
335
+ "singleton": true,
336
+ "requiredVersion": "1.11.18",
337
+ "shareScope": "default",
338
+ "strictVersion": false,
339
+ "name": "dayjs",
340
+ "version": "1.11.18",
341
+ "eager": false,
342
+ "id": "integrations_app:dayjs",
343
+ "assets": {
344
+ "js": {
345
+ "async": [],
346
+ "sync": [
347
+ "4810.js"
348
+ ]
349
+ },
350
+ "css": {
351
+ "async": [],
352
+ "sync": []
353
+ }
354
+ },
355
+ "usedIn": []
356
+ },
357
+ {
358
+ "singleton": true,
359
+ "requiredVersion": "25.6.0",
360
+ "shareScope": "default",
361
+ "strictVersion": false,
362
+ "name": "i18next",
363
+ "version": "25.6.0",
364
+ "eager": false,
365
+ "id": "integrations_app:i18next",
366
+ "assets": {
367
+ "js": {
368
+ "async": [],
369
+ "sync": [
370
+ "1600.js"
288
371
  ]
289
372
  },
290
373
  "css": {
@@ -307,7 +390,7 @@
307
390
  "js": {
308
391
  "async": [],
309
392
  "sync": [
310
- "170.js"
393
+ "8170.js"
311
394
  ]
312
395
  },
313
396
  "css": {
@@ -330,7 +413,7 @@
330
413
  "js": {
331
414
  "async": [],
332
415
  "sync": [
333
- "447.js"
416
+ "4447.js"
334
417
  ]
335
418
  },
336
419
  "css": {
@@ -339,25 +422,25 @@
339
422
  }
340
423
  },
341
424
  "usedIn": [
342
- "./connectors",
343
- "./single-connector"
425
+ "./single-connector",
426
+ "./synchronisation"
344
427
  ]
345
428
  },
346
429
  {
347
430
  "singleton": true,
348
- "requiredVersion": "19.2.0",
431
+ "requiredVersion": "19.2.4",
349
432
  "shareScope": "default",
350
433
  "strictVersion": false,
351
434
  "name": "react-dom",
352
- "version": "19.2.0",
435
+ "version": "19.2.4",
353
436
  "eager": false,
354
437
  "id": "integrations_app:react-dom",
355
438
  "assets": {
356
439
  "js": {
357
440
  "async": [],
358
441
  "sync": [
359
- "18.js",
360
- "637.js"
442
+ "1018.js",
443
+ "8637.js"
361
444
  ]
362
445
  },
363
446
  "css": {
@@ -369,18 +452,18 @@
369
452
  },
370
453
  {
371
454
  "singleton": true,
372
- "requiredVersion": "15.7.1",
455
+ "requiredVersion": "16.2.0",
373
456
  "shareScope": "default",
374
457
  "strictVersion": false,
375
458
  "name": "react-i18next",
376
- "version": "15.7.1",
459
+ "version": "16.2.0",
377
460
  "eager": false,
378
461
  "id": "integrations_app:react-i18next",
379
462
  "assets": {
380
463
  "js": {
381
464
  "async": [],
382
465
  "sync": [
383
- "49.js"
466
+ "7286.js"
384
467
  ]
385
468
  },
386
469
  "css": {
@@ -392,18 +475,41 @@
392
475
  },
393
476
  {
394
477
  "singleton": true,
395
- "requiredVersion": "19.2.0",
478
+ "requiredVersion": "17.6.0",
479
+ "shareScope": "default",
480
+ "strictVersion": false,
481
+ "name": "react-use",
482
+ "version": "17.6.0",
483
+ "eager": false,
484
+ "id": "integrations_app:react-use",
485
+ "assets": {
486
+ "js": {
487
+ "async": [],
488
+ "sync": [
489
+ "7493.js"
490
+ ]
491
+ },
492
+ "css": {
493
+ "async": [],
494
+ "sync": []
495
+ }
496
+ },
497
+ "usedIn": []
498
+ },
499
+ {
500
+ "singleton": true,
501
+ "requiredVersion": "19.2.4",
396
502
  "shareScope": "default",
397
503
  "strictVersion": false,
398
504
  "name": "react",
399
- "version": "19.2.0",
505
+ "version": "19.2.4",
400
506
  "eager": false,
401
507
  "id": "integrations_app:react",
402
508
  "assets": {
403
509
  "js": {
404
510
  "async": [],
405
511
  "sync": [
406
- "37.js"
512
+ "9037.js"
407
513
  ]
408
514
  },
409
515
  "css": {
@@ -412,6 +518,7 @@
412
518
  }
413
519
  },
414
520
  "usedIn": [
521
+ "./synchronisation",
415
522
  "./connectors",
416
523
  "./single-connector"
417
524
  ]
@@ -429,7 +536,30 @@
429
536
  "js": {
430
537
  "async": [],
431
538
  "sync": [
432
- "978.js"
539
+ "8978.js"
540
+ ]
541
+ },
542
+ "css": {
543
+ "async": [],
544
+ "sync": []
545
+ }
546
+ },
547
+ "usedIn": []
548
+ },
549
+ {
550
+ "singleton": true,
551
+ "requiredVersion": "2.0.0",
552
+ "shareScope": "default",
553
+ "strictVersion": false,
554
+ "name": "totp-generator",
555
+ "version": "2.0.0",
556
+ "eager": false,
557
+ "id": "integrations_app:totp-generator",
558
+ "assets": {
559
+ "js": {
560
+ "async": [],
561
+ "sync": [
562
+ "6082.js"
433
563
  ]
434
564
  },
435
565
  "css": {
@@ -453,7 +583,7 @@
453
583
  "@mantine/modals",
454
584
  "@mantine/notifications",
455
585
  "@tanstack/react-query",
456
- "radash"
586
+ "@tabler/icons-react"
457
587
  ],
458
588
  "file": "src/connectors.tsx",
459
589
  "assets": {
@@ -461,7 +591,10 @@
461
591
  "sync": [
462
592
  "__federation_expose_connectors.js"
463
593
  ],
464
- "async": []
594
+ "async": [
595
+ "__federation_expose_synchronisation.js",
596
+ "9758.js"
597
+ ]
465
598
  },
466
599
  "css": {
467
600
  "sync": [],
@@ -486,9 +619,47 @@
486
619
  "assets": {
487
620
  "js": {
488
621
  "sync": [
622
+ "3.js",
489
623
  "__federation_expose_single_connector.js"
490
624
  ],
625
+ "async": [
626
+ "__federation_expose_synchronisation.js",
627
+ "__federation_expose_connectors.js",
628
+ "9758.js"
629
+ ]
630
+ },
631
+ "css": {
632
+ "sync": [],
491
633
  "async": []
634
+ }
635
+ }
636
+ },
637
+ {
638
+ "path": "./synchronisation",
639
+ "id": "integrations_app:synchronisation",
640
+ "name": "synchronisation",
641
+ "requires": [
642
+ "@airporting/app-front",
643
+ "react",
644
+ "@mantine/core",
645
+ "@mantine/modals",
646
+ "@mantine/notifications",
647
+ "@tanstack/react-query",
648
+ "radash",
649
+ "@tabler/icons-react",
650
+ "@mantine/hooks",
651
+ "@mantine/form",
652
+ "@mantine/dates"
653
+ ],
654
+ "file": "src/synchro.tsx",
655
+ "assets": {
656
+ "js": {
657
+ "sync": [
658
+ "__federation_expose_synchronisation.js"
659
+ ],
660
+ "async": [
661
+ "9758.js"
662
+ ]
492
663
  },
493
664
  "css": {
494
665
  "sync": [],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airporting/integrations-app",
3
3
  "description": "⚡ Intégrations app front-end",
4
- "version": "0.4.30",
4
+ "version": "0.4.32",
5
5
  "packageManager": "yarn@4.10.3",
6
6
  "files": [
7
7
  "dist"
@@ -24,7 +24,7 @@
24
24
  "v:patch": "npm version patch -m \"chore: bump patch to %s\""
25
25
  },
26
26
  "dependencies": {
27
- "@airporting/app-front": "1.1.20",
27
+ "@airporting/app-front": "1.2.13",
28
28
  "@mantine/charts": "8.3.5",
29
29
  "@mantine/core": "8.3.5",
30
30
  "@mantine/dates": "8.3.5",
@@ -34,29 +34,31 @@
34
34
  "@mantine/notifications": "8.3.5",
35
35
  "@tabler/icons-react": "3.35.0",
36
36
  "@tanstack/react-query": "5.90.5",
37
- "@tanstack/react-router": "1.133.22",
37
+ "@tanstack/react-router": "1.133.27",
38
38
  "date-fns": "4.1.0",
39
39
  "dayjs": "1.11.18",
40
+ "i18next": "25.6.0",
40
41
  "jotai": "2.15.0",
41
42
  "lodash-es": "4.17.21",
42
43
  "proper-url-join": "2.1.2",
43
44
  "radash": "12.1.1",
44
- "react": "19.2.0",
45
- "react-dom": "19.2.0",
46
- "react-i18next": "15.7.1",
45
+ "react": "19.2.4",
46
+ "react-dom": "19.2.4",
47
+ "react-i18next": "16.2.0",
47
48
  "react-use": "17.6.0",
48
- "recharts": "3.3.0"
49
+ "recharts": "3.3.0",
50
+ "totp-generator": "2.0.0"
49
51
  },
50
52
  "devDependencies": {
51
- "@airporting/airpkg": "^0.11.23",
53
+ "@airporting/airpkg": "0.11.37",
52
54
  "@commitlint/cli": "19.8.1",
53
55
  "@commitlint/config-conventional": "19.8.1",
54
56
  "@commitlint/types": "19.8.1",
55
57
  "@eslint/js": "9.38.0",
56
- "@module-federation/rsbuild-plugin": "0.21.1",
58
+ "@module-federation/rsbuild-plugin": "0.17.1",
57
59
  "@rsbuild/core": "1.5.17",
58
60
  "@rsbuild/plugin-react": "1.4.1",
59
- "@rslib/core": "0.16.0",
61
+ "@rslib/core": "0.16.1",
60
62
  "@types/lodash-es": "4.17.12",
61
63
  "@types/node": "24.9.1",
62
64
  "@types/proper-url-join": "2.1.5",
@@ -74,7 +76,7 @@
74
76
  "postcss-simple-vars": "7.0.1",
75
77
  "prettier": "3.6.2",
76
78
  "swagger-typescript-api": "13.2.16",
77
- "tsx": "4.20.5",
79
+ "tsx": "4.20.6",
78
80
  "typescript": "5.9.3",
79
81
  "typescript-eslint": "8.46.2"
80
82
  },
package/dist/mf/124.js DELETED
@@ -1 +0,0 @@
1
- "use strict";(globalThis["chunk_integrations_app"]=globalThis["chunk_integrations_app"]||[]).push([["124"],{160:function(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{A:()=>_extends});function _extends(){return _extends=Object.assign?Object.assign.bind():function(n){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var r in t)({}).hasOwnProperty.call(t,r)&&(n[r]=t[r])}return n},_extends.apply(null,arguments)}},4707:function(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{A:()=>_objectWithoutPropertiesLoose});function _objectWithoutPropertiesLoose(r,e){if(null==r)return{};var t={};for(var n in r)if(({}).hasOwnProperty.call(r,n)){if(-1!==e.indexOf(n))continue;t[n]=r[n]}return t}},391:function(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){__webpack_require__.r(__webpack_exports__);__webpack_require__.d(__webpack_exports__,{Notifications:()=>Notifications,cleanNotifications:()=>cleanNotifications,notifications:()=>notifications_store_notifications,hideNotification:()=>hideNotification,showNotification:()=>showNotification,createNotificationsStore:()=>createNotificationsStore,updateNotificationsState:()=>updateNotificationsState,cleanNotificationsQueue:()=>cleanNotificationsQueue,notificationsStore:()=>notificationsStore,updateNotification:()=>updateNotification,useNotifications:()=>useNotifications});var index_mjs_=__webpack_require__(207);var index_js_=__webpack_require__(3620);var index_js_default=/*#__PURE__*/__webpack_require__.n(index_js_);"use client";function createStore(initialState){let state=initialState;let initialized=false;const listeners=/* @__PURE__ */new Set;return{getState(){return state},updateState(value){state="function"==typeof value?value(state):value},setState(value){this.updateState(value);listeners.forEach(listener=>listener(state))},initialize(value){if(!initialized){state=value;initialized=true}},subscribe(callback){listeners.add(callback);return()=>listeners.delete(callback)}}}function useStore(store){return(0,index_js_.useSyncExternalStore)(store.subscribe,()=>store.getState(),()=>store.getState())}"use client";function getDistributedNotifications(data,defaultPosition,limit){const queue=[];const notifications2=[];const count={};for(const item of data){const position=item.position||defaultPosition;count[position]=count[position]||0;count[position]+=1;if(count[position]<=limit)notifications2.push(item);else queue.push(item)}return{notifications:notifications2,queue}}const createNotificationsStore=()=>createStore({notifications:[],queue:[],defaultPosition:"bottom-right",limit:5});const notificationsStore=createNotificationsStore();const useNotifications=(store=notificationsStore)=>useStore(store);function updateNotificationsState(store,update){const state=store.getState();const notifications2=update([...state.notifications,...state.queue]);const updated=getDistributedNotifications(notifications2,state.defaultPosition,state.limit);store.setState({notifications:updated.notifications,queue:updated.queue,limit:state.limit,defaultPosition:state.defaultPosition})}function showNotification(notification,store=notificationsStore){const id=notification.id||(0,index_mjs_.randomId)();updateNotificationsState(store,notifications2=>{if(notification.id&&notifications2.some(n=>n.id===notification.id))return notifications2;return[...notifications2,{...notification,id}]});return id}function hideNotification(id,store=notificationsStore){updateNotificationsState(store,notifications2=>notifications2.filter(notification=>{if(notification.id===id){notification.onClose?.(notification);return false}return true}));return id}function updateNotification(notification,store=notificationsStore){updateNotificationsState(store,notifications2=>notifications2.map(item=>{if(item.id===notification.id)return{...item,...notification};return item}));return notification.id}function cleanNotifications(store=notificationsStore){updateNotificationsState(store,()=>[])}function cleanNotificationsQueue(store=notificationsStore){updateNotificationsState(store,notifications2=>notifications2.slice(0,store.getState().limit))}const notifications_store_notifications={show:showNotification,hide:hideNotification,update:updateNotification,clean:cleanNotifications,cleanQueue:cleanNotificationsQueue,updateState:updateNotificationsState};var jsx_runtime=__webpack_require__(4848);var objectWithoutPropertiesLoose=__webpack_require__(4707);function _setPrototypeOf(t,e){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},_setPrototypeOf(t,e)}function _inheritsLoose(t,o){t.prototype=Object.create(o.prototype),t.prototype.constructor=t,_setPrototypeOf(t,o)}var react_dom_index_js_=__webpack_require__(2560);var react_dom_index_js_default=/*#__PURE__*/__webpack_require__.n(react_dom_index_js_);const config={disabled:false};const TransitionGroupContext=index_js_default().createContext(null);var reflow_forceReflow=function(node){return node.scrollTop};var UNMOUNTED="unmounted";var EXITED="exited";var ENTERING="entering";var ENTERED="entered";var EXITING="exiting";var Transition_Transition=/*#__PURE__*/function(_React$Component){_inheritsLoose(Transition,_React$Component);function Transition(props,context){var _this;_this=_React$Component.call(this,props,context)||this;var parentGroup=context;var appear=parentGroup&&!parentGroup.isMounting?props.enter:props.appear;var initialStatus;_this.appearStatus=null;if(props.in)if(appear){initialStatus=EXITED;_this.appearStatus=ENTERING}else initialStatus=ENTERED;else initialStatus=props.unmountOnExit||props.mountOnEnter?UNMOUNTED:EXITED;_this.state={status:initialStatus};_this.nextCallback=null;return _this}Transition.getDerivedStateFromProps=function(_ref,prevState){var nextIn=_ref.in;if(nextIn&&prevState.status===UNMOUNTED)return{status:EXITED};return null};var _proto=Transition.prototype;_proto.componentDidMount=function(){this.updateStatus(true,this.appearStatus)};_proto.componentDidUpdate=function(prevProps){var nextStatus=null;if(prevProps!==this.props){var status=this.state.status;if(this.props.in){if(status!==ENTERING&&status!==ENTERED)nextStatus=ENTERING}else if(status===ENTERING||status===ENTERED)nextStatus=EXITING}this.updateStatus(false,nextStatus)};_proto.componentWillUnmount=function(){this.cancelNextCallback()};_proto.getTimeouts=function(){var timeout=this.props.timeout;var exit,enter,appear;exit=enter=appear=timeout;if(null!=timeout&&"number"!=typeof timeout){exit=timeout.exit;enter=timeout.enter;appear=void 0!==timeout.appear?timeout.appear:enter}return{exit:exit,enter:enter,appear:appear}};_proto.updateStatus=function(mounting,nextStatus){if(void 0===mounting)mounting=false;if(null!==nextStatus){this.cancelNextCallback();if(nextStatus===ENTERING){if(this.props.unmountOnExit||this.props.mountOnEnter){var node=this.props.nodeRef?this.props.nodeRef.current:react_dom_index_js_default().findDOMNode(this);if(node)reflow_forceReflow(node)}this.performEnter(mounting)}else this.performExit()}else if(this.props.unmountOnExit&&this.state.status===EXITED)this.setState({status:UNMOUNTED})};_proto.performEnter=function(mounting){var _this2=this;var enter=this.props.enter;var appearing=this.context?this.context.isMounting:mounting;var _ref2=this.props.nodeRef?[appearing]:[react_dom_index_js_default().findDOMNode(this),appearing],maybeNode=_ref2[0],maybeAppearing=_ref2[1];var timeouts=this.getTimeouts();var enterTimeout=appearing?timeouts.appear:timeouts.enter;if(!mounting&&!enter||config.disabled)return void this.safeSetState({status:ENTERED},function(){_this2.props.onEntered(maybeNode)});this.props.onEnter(maybeNode,maybeAppearing);this.safeSetState({status:ENTERING},function(){_this2.props.onEntering(maybeNode,maybeAppearing);_this2.onTransitionEnd(enterTimeout,function(){_this2.safeSetState({status:ENTERED},function(){_this2.props.onEntered(maybeNode,maybeAppearing)})})})};_proto.performExit=function(){var _this3=this;var exit=this.props.exit;var timeouts=this.getTimeouts();var maybeNode=this.props.nodeRef?void 0:react_dom_index_js_default().findDOMNode(this);if(!exit||config.disabled)return void this.safeSetState({status:EXITED},function(){_this3.props.onExited(maybeNode)});this.props.onExit(maybeNode);this.safeSetState({status:EXITING},function(){_this3.props.onExiting(maybeNode);_this3.onTransitionEnd(timeouts.exit,function(){_this3.safeSetState({status:EXITED},function(){_this3.props.onExited(maybeNode)})})})};_proto.cancelNextCallback=function(){if(null!==this.nextCallback){this.nextCallback.cancel();this.nextCallback=null}};_proto.safeSetState=function(nextState,callback){callback=this.setNextCallback(callback);this.setState(nextState,callback)};_proto.setNextCallback=function(callback){var _this4=this;var active=true;this.nextCallback=function(event){if(active){active=false;_this4.nextCallback=null;callback(event)}};this.nextCallback.cancel=function(){active=false};return this.nextCallback};_proto.onTransitionEnd=function(timeout,handler){this.setNextCallback(handler);var node=this.props.nodeRef?this.props.nodeRef.current:react_dom_index_js_default().findDOMNode(this);var doesNotHaveTimeoutOrListener=null==timeout&&!this.props.addEndListener;if(!node||doesNotHaveTimeoutOrListener)return void setTimeout(this.nextCallback,0);if(this.props.addEndListener){var _ref3=this.props.nodeRef?[this.nextCallback]:[node,this.nextCallback],maybeNode=_ref3[0],maybeNextCallback=_ref3[1];this.props.addEndListener(maybeNode,maybeNextCallback)}if(null!=timeout)setTimeout(this.nextCallback,timeout)};_proto.render=function(){var status=this.state.status;if(status===UNMOUNTED)return null;var _this$props=this.props,children=_this$props.children,childProps=(_this$props.in,_this$props.mountOnEnter,_this$props.unmountOnExit,_this$props.appear,_this$props.enter,_this$props.exit,_this$props.timeout,_this$props.addEndListener,_this$props.onEnter,_this$props.onEntering,_this$props.onEntered,_this$props.onExit,_this$props.onExiting,_this$props.onExited,_this$props.nodeRef,(0,objectWithoutPropertiesLoose.A)(_this$props,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return /*#__PURE__*/index_js_default().createElement(TransitionGroupContext.Provider,{value:null},"function"==typeof children?children(status,childProps):index_js_default().cloneElement(index_js_default().Children.only(children),childProps))};return Transition}(index_js_default().Component);Transition_Transition.contextType=TransitionGroupContext;Transition_Transition.propTypes={};function noop(){}Transition_Transition.defaultProps={in:false,mountOnEnter:false,unmountOnExit:false,appear:false,enter:true,exit:true,onEnter:noop,onEntering:noop,onEntered:noop,onExit:noop,onExiting:noop,onExited:noop};Transition_Transition.UNMOUNTED=UNMOUNTED;Transition_Transition.EXITED=EXITED;Transition_Transition.ENTERING=ENTERING;Transition_Transition.ENTERED=ENTERED;Transition_Transition.EXITING=EXITING;const esm_Transition=Transition_Transition;var esm_extends=__webpack_require__(160);function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function getChildMapping(children,mapFn){var mapper=function(child){return mapFn&&(0,index_js_.isValidElement)(child)?mapFn(child):child};var result=Object.create(null);if(children)index_js_.Children.map(children,function(c){return c}).forEach(function(child){result[child.key]=mapper(child)});return result}function mergeChildMappings(prev,next){prev=prev||{};next=next||{};function getValueForKey(key){return key in next?next[key]:prev[key]}var nextKeysPending=Object.create(null);var pendingKeys=[];for(var prevKey in prev)if(prevKey in next){if(pendingKeys.length){nextKeysPending[prevKey]=pendingKeys;pendingKeys=[]}}else pendingKeys.push(prevKey);var i;var childMapping={};for(var nextKey in next){if(nextKeysPending[nextKey])for(i=0;i<nextKeysPending[nextKey].length;i++){var pendingNextKey=nextKeysPending[nextKey][i];childMapping[nextKeysPending[nextKey][i]]=getValueForKey(pendingNextKey)}childMapping[nextKey]=getValueForKey(nextKey)}for(i=0;i<pendingKeys.length;i++)childMapping[pendingKeys[i]]=getValueForKey(pendingKeys[i]);return childMapping}function getProp(child,prop,props){return null!=props[prop]?props[prop]:child.props[prop]}function getInitialChildMapping(props,onExited){return getChildMapping(props.children,function(child){return(0,index_js_.cloneElement)(child,{onExited:onExited.bind(null,child),in:true,appear:getProp(child,"appear",props),enter:getProp(child,"enter",props),exit:getProp(child,"exit",props)})})}function getNextChildMapping(nextProps,prevChildMapping,onExited){var nextChildMapping=getChildMapping(nextProps.children);var children=mergeChildMappings(prevChildMapping,nextChildMapping);Object.keys(children).forEach(function(key){var child=children[key];if(!(0,index_js_.isValidElement)(child))return;var hasPrev=key in prevChildMapping;var hasNext=key in nextChildMapping;var prevChild=prevChildMapping[key];var isLeaving=(0,index_js_.isValidElement)(prevChild)&&!prevChild.props.in;if(hasNext&&(!hasPrev||isLeaving))children[key]=(0,index_js_.cloneElement)(child,{onExited:onExited.bind(null,child),in:true,exit:getProp(child,"exit",nextProps),enter:getProp(child,"enter",nextProps)});else if(hasNext||!hasPrev||isLeaving){if(hasNext&&hasPrev&&(0,index_js_.isValidElement)(prevChild))children[key]=(0,index_js_.cloneElement)(child,{onExited:onExited.bind(null,child),in:prevChild.props.in,exit:getProp(child,"exit",nextProps),enter:getProp(child,"enter",nextProps)})}else children[key]=(0,index_js_.cloneElement)(child,{in:false})});return children}var values=Object.values||function(obj){return Object.keys(obj).map(function(k){return obj[k]})};var defaultProps={component:"div",childFactory:function(child){return child}};var TransitionGroup_TransitionGroup=/*#__PURE__*/function(_React$Component){_inheritsLoose(TransitionGroup,_React$Component);function TransitionGroup(props,context){var _this;_this=_React$Component.call(this,props,context)||this;var handleExited=_this.handleExited.bind(_assertThisInitialized(_this));_this.state={contextValue:{isMounting:true},handleExited:handleExited,firstRender:true};return _this}var _proto=TransitionGroup.prototype;_proto.componentDidMount=function(){this.mounted=true;this.setState({contextValue:{isMounting:false}})};_proto.componentWillUnmount=function(){this.mounted=false};TransitionGroup.getDerivedStateFromProps=function(nextProps,_ref){var prevChildMapping=_ref.children,handleExited=_ref.handleExited,firstRender=_ref.firstRender;return{children:firstRender?getInitialChildMapping(nextProps,handleExited):getNextChildMapping(nextProps,prevChildMapping,handleExited),firstRender:false}};_proto.handleExited=function(child,node){var currentChildMapping=getChildMapping(this.props.children);if(child.key in currentChildMapping)return;if(child.props.onExited)child.props.onExited(node);if(this.mounted)this.setState(function(state){var children=(0,esm_extends.A)({},state.children);delete children[child.key];return{children:children}})};_proto.render=function(){var _this$props=this.props,Component=_this$props.component,childFactory=_this$props.childFactory,props=(0,objectWithoutPropertiesLoose.A)(_this$props,["component","childFactory"]);var contextValue=this.state.contextValue;var children=values(this.state.children).map(childFactory);delete props.appear;delete props.enter;delete props.exit;if(null===Component)return /*#__PURE__*/index_js_default().createElement(TransitionGroupContext.Provider,{value:contextValue},children);return /*#__PURE__*/index_js_default().createElement(TransitionGroupContext.Provider,{value:contextValue},/*#__PURE__*/index_js_default().createElement(Component,props,children))};return TransitionGroup}(index_js_default().Component);TransitionGroup_TransitionGroup.propTypes={};TransitionGroup_TransitionGroup.defaultProps=defaultProps;const esm_TransitionGroup=TransitionGroup_TransitionGroup;var esm_index_mjs_=__webpack_require__(9389);"use client";const positions=["bottom-center","bottom-left","bottom-right","top-center","top-left","top-right"];function getGroupedNotifications(notifications,defaultPosition){return notifications.reduce((acc,notification)=>{acc[notification.position||defaultPosition].push(notification);return acc},positions.reduce((acc,item)=>{acc[item]=[];return acc},{}))}"use client";const transforms={left:"translateX(-100%)",right:"translateX(100%)","top-center":"translateY(-100%)","bottom-center":"translateY(100%)"};const noTransform={left:"translateX(0)",right:"translateX(0)","top-center":"translateY(0)","bottom-center":"translateY(0)"};function getNotificationStateStyles({state,maxHeight,position,transitionDuration}){const[vertical,horizontal]=position.split("-");const property="center"===horizontal?`${vertical}-center`:horizontal;const commonStyles={opacity:0,maxHeight,transform:transforms[property],transitionDuration:`${transitionDuration}ms, ${transitionDuration}ms, ${transitionDuration}ms`,transitionTimingFunction:"cubic-bezier(.51,.3,0,1.21), cubic-bezier(.51,.3,0,1.21), linear",transitionProperty:"opacity, transform, max-height"};const inState={opacity:1,transform:noTransform[property]};const outState={opacity:0,maxHeight:0,transform:transforms[property]};const transitionStyles={entering:inState,entered:inState,exiting:outState,exited:outState};return{...commonStyles,...transitionStyles[state]}}"use client";function getAutoClose(autoClose,notificationAutoClose){if("number"==typeof notificationAutoClose)return notificationAutoClose;if(false===notificationAutoClose||false===autoClose)return false;return autoClose}"use client";const NotificationContainer=(0,index_js_.forwardRef)(({data,onHide,autoClose,...others},ref)=>{const{autoClose:_autoClose,message,...notificationProps}=data;const autoCloseDuration=getAutoClose(autoClose,data.autoClose);const autoCloseTimeout=(0,index_js_.useRef)(-1);const cancelAutoClose=()=>window.clearTimeout(autoCloseTimeout.current);const handleHide=()=>{onHide(data.id);cancelAutoClose()};const handleAutoClose=()=>{if("number"==typeof autoCloseDuration)autoCloseTimeout.current=window.setTimeout(handleHide,autoCloseDuration)};(0,index_js_.useEffect)(()=>{data.onOpen?.(data)},[]);(0,index_js_.useEffect)(()=>{handleAutoClose();return cancelAutoClose},[autoCloseDuration]);return/* @__PURE__ */(0,jsx_runtime.jsx)(esm_index_mjs_.Notification,{...others,...notificationProps,onClose:handleHide,ref,onMouseEnter:cancelAutoClose,onMouseLeave:handleAutoClose,children:message})});NotificationContainer.displayName="@mantine/notifications/NotificationContainer";"use client";var classes={root:"m_b37d9ac7",notification:"m_5ed0edd0"};"use client";const Notifications_Transition=esm_Transition;const Notifications_defaultProps={position:"bottom-right",autoClose:4e3,transitionDuration:250,containerWidth:440,notificationMaxHeight:200,limit:5,zIndex:(0,esm_index_mjs_.getDefaultZIndex)("overlay"),store:notificationsStore,withinPortal:true};const varsResolver=(0,esm_index_mjs_.createVarsResolver)((_,{zIndex,containerWidth})=>({root:{"--notifications-z-index":zIndex?.toString(),"--notifications-container-width":(0,esm_index_mjs_.rem)(containerWidth)}}));const Notifications=(0,esm_index_mjs_.factory)((_props,ref)=>{const props=(0,esm_index_mjs_.useProps)("Notifications",Notifications_defaultProps,_props);const{classNames,className,style,styles,unstyled,vars,position,autoClose,transitionDuration,containerWidth,notificationMaxHeight,limit,zIndex,store,portalProps,withinPortal,...others}=props;const theme=(0,esm_index_mjs_.useMantineTheme)();const data=useNotifications(store);const forceUpdate=(0,index_mjs_.useForceUpdate)();const shouldReduceMotion=(0,index_mjs_.useReducedMotion)();const refs=(0,index_js_.useRef)({});const previousLength=(0,index_js_.useRef)(0);const reduceMotion=theme.respectReducedMotion?shouldReduceMotion:false;const duration=reduceMotion?1:transitionDuration;const getStyles=(0,esm_index_mjs_.useStyles)({name:"Notifications",classes:classes,props,className,style,classNames,styles,unstyled,vars,varsResolver});(0,index_js_.useEffect)(()=>{store?.updateState(current=>({...current,limit:limit||5,defaultPosition:position}))},[limit,position]);(0,index_mjs_.useDidUpdate)(()=>{if(data.notifications.length>previousLength.current)setTimeout(()=>forceUpdate(),0);previousLength.current=data.notifications.length},[data.notifications]);const grouped=getGroupedNotifications(data.notifications,position);const groupedComponents=positions.reduce((acc,pos)=>{acc[pos]=grouped[pos].map(({style:notificationStyle,...notification})=>/* @__PURE__ */(0,jsx_runtime.jsx)(Notifications_Transition,{timeout:duration,onEnter:()=>refs.current[notification.id].offsetHeight,nodeRef:{current:refs.current[notification.id]},children:state=>/* @__PURE__ */(0,jsx_runtime.jsx)(NotificationContainer,{ref:node=>{if(node)refs.current[notification.id]=node},data:notification,onHide:id=>hideNotification(id,store),autoClose,...getStyles("notification",{style:{...getNotificationStateStyles({state,position:pos,transitionDuration:duration,maxHeight:notificationMaxHeight}),...notificationStyle}})})},notification.id));return acc},{});return/* @__PURE__ */(0,jsx_runtime.jsxs)(esm_index_mjs_.OptionalPortal,{withinPortal,...portalProps,children:[/* @__PURE__ */(0,jsx_runtime.jsx)(esm_index_mjs_.Box,{...getStyles("root"),"data-position":"top-center",ref,...others,children:/* @__PURE__ */(0,jsx_runtime.jsx)(esm_TransitionGroup,{children:groupedComponents["top-center"]})}),/* @__PURE__ */(0,jsx_runtime.jsx)(esm_index_mjs_.Box,{...getStyles("root"),"data-position":"top-left",...others,children:/* @__PURE__ */(0,jsx_runtime.jsx)(esm_TransitionGroup,{children:groupedComponents["top-left"]})}),/* @__PURE__ */(0,jsx_runtime.jsx)(esm_index_mjs_.Box,{...getStyles("root",{className:esm_index_mjs_.RemoveScroll.classNames.fullWidth}),"data-position":"top-right",...others,children:/* @__PURE__ */(0,jsx_runtime.jsx)(esm_TransitionGroup,{children:groupedComponents["top-right"]})}),/* @__PURE__ */(0,jsx_runtime.jsx)(esm_index_mjs_.Box,{...getStyles("root",{className:esm_index_mjs_.RemoveScroll.classNames.fullWidth}),"data-position":"bottom-right",...others,children:/* @__PURE__ */(0,jsx_runtime.jsx)(esm_TransitionGroup,{children:groupedComponents["bottom-right"]})}),/* @__PURE__ */(0,jsx_runtime.jsx)(esm_index_mjs_.Box,{...getStyles("root"),"data-position":"bottom-left",...others,children:/* @__PURE__ */(0,jsx_runtime.jsx)(esm_TransitionGroup,{children:groupedComponents["bottom-left"]})}),/* @__PURE__ */(0,jsx_runtime.jsx)(esm_index_mjs_.Box,{...getStyles("root"),"data-position":"bottom-center",...others,children:/* @__PURE__ */(0,jsx_runtime.jsx)(esm_TransitionGroup,{children:groupedComponents["bottom-center"]})})]})});Notifications.classes=classes;Notifications.displayName="@mantine/notifications/Notifications";Notifications.show=notifications_store_notifications.show;Notifications.hide=notifications_store_notifications.hide;Notifications.update=notifications_store_notifications.update;Notifications.clean=notifications_store_notifications.clean;Notifications.cleanQueue=notifications_store_notifications.cleanQueue;Notifications.updateState=notifications_store_notifications.updateState}}]);