@luigi-project/container 1.3.0-dev.202410101306 → 1.3.0-dev.202410110911

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.
@@ -207,27 +207,423 @@
207
207
  {
208
208
  "kind": "method",
209
209
  "name": "updateContext"
210
+ },
211
+ {
212
+ "kind": "method",
213
+ "name": "attributeChangedCallback"
214
+ },
215
+ {
216
+ "kind": "method",
217
+ "name": "getNoShadow"
210
218
  }
211
219
  ],
212
220
  "events": [
213
221
  {
214
- "name": "initialized",
222
+ "name": "custom-message",
223
+ "description": "A message emitted from the micro frontend when a custom message is sent.",
215
224
  "type": {
216
- "text": "Event"
225
+ "text": "Event"
217
226
  }
218
- },
219
- {
227
+ },
228
+ {
229
+ "name": "get-context-request",
230
+ "description": "A message emitted from the micro frontend when the context data is sent.",
231
+ "type": {
232
+ "text": "Event"
233
+ }
234
+ },
235
+ {
220
236
  "name": "navigation-request",
237
+ "description": "A message emitted from the micro frontend when a navigation request is sent.",
221
238
  "type": {
222
- "text": "Event"
239
+ "text": "Event"
223
240
  }
224
- },
225
- {
241
+ },
242
+ {
243
+ "name": "show-alert-request",
244
+ "description": "A message emitted from the micro frontend when a request to show an alert is sent.",
245
+ "type": {
246
+ "text": "Event"
247
+ }
248
+ },
249
+ {
226
250
  "name": "close-alert-request",
251
+ "description": "A message emitted from the micro frontend when a request to close an alert is sent.",
227
252
  "type": {
228
- "text": "Event"
253
+ "text": "Event"
229
254
  }
230
- }
255
+ },
256
+ {
257
+ "name": "initialized",
258
+ "description": "A message emitted from the micro frontend when it is first initialized.",
259
+ "type": {
260
+ "text": "Event"
261
+ }
262
+ },
263
+ {
264
+ "name": "add-search-params-request",
265
+ "description": "A message emitted from the micro frontend to request adding search parameters to the URL.",
266
+ "type": {
267
+ "text": "Event"
268
+ }
269
+ },
270
+ {
271
+ "name": "add-node-params-request",
272
+ "description": "A message emitted from the micro frontend to request adding node parameters to the URL.",
273
+ "type": {
274
+ "text": "Event"
275
+ }
276
+ },
277
+ {
278
+ "name": "show-confirmation-modal-request",
279
+ "description": "A message emitted from the micro frontend when a request to show a confirmation modal is sent.",
280
+ "type": {
281
+ "text": "Event"
282
+ }
283
+ },
284
+ {
285
+ "name": "show-loading-indicator-request",
286
+ "description": "A message emitted from the micro frontend when a request to show a loading indicator is sent.",
287
+ "type": {
288
+ "text": "Event"
289
+ }
290
+ },
291
+ {
292
+ "name": "hide-loading-indicator-request",
293
+ "description": "A message emitted from the micro frontend when a request to hide the loading indicator is sent.",
294
+ "type": {
295
+ "text": "Event"
296
+ }
297
+ },
298
+ {
299
+ "name": "set-current-locale-request",
300
+ "description": "A message emitted from the micro frontend when a request to set the current locale is sent.",
301
+ "type": {
302
+ "text": "Event"
303
+ }
304
+ },
305
+ {
306
+ "name": "set-storage-request",
307
+ "description": "A message emitted from the micro frontend when a request to modify the local storage is sent.",
308
+ "type": {
309
+ "text": "Event"
310
+ }
311
+ },
312
+ {
313
+ "name": "runtime-error-handling-request",
314
+ "description": "A message emitted from the micro frontend when a request to handle an error during runtime is sent.",
315
+ "type": {
316
+ "text": "Event"
317
+ }
318
+ },
319
+ {
320
+ "name": "set-anchor-request",
321
+ "description": "A message emitted from the micro frontend when a request to set the anchor of the URL is sent.",
322
+ "type": {
323
+ "text": "Event"
324
+ }
325
+ },
326
+ {
327
+ "name": "set-third-party-cookies-request",
328
+ "description": "A message emitted from the micro frontend when a request to set third-party cookies is sent.",
329
+ "type": {
330
+ "text": "Event"
331
+ }
332
+ },
333
+ {
334
+ "name": "navigate-back-request",
335
+ "description": "A message emitted from the micro frontend when a request to navigate back is sent.",
336
+ "type": {
337
+ "text": "Event"
338
+ }
339
+ },
340
+ {
341
+ "name": "get-current-route-request",
342
+ "description": "A message emitted from the micro frontend when a request to receive the current app route is sent.",
343
+ "type": {
344
+ "text": "Event"
345
+ }
346
+ },
347
+ {
348
+ "name": "report-navigation-completed-request",
349
+ "description": "A message emitted from the micro frontend to report that the navigation is completed.",
350
+ "type": {
351
+ "text": "Event"
352
+ }
353
+ },
354
+ {
355
+ "name": "update-modal-path-data-request",
356
+ "description": "A message emitted from the micro frontend when a request to update the modal path parameters is sent.",
357
+ "type": {
358
+ "text": "Event"
359
+ }
360
+ },
361
+ {
362
+ "name": "check-path-exists-request",
363
+ "description": "A message emitted from the micro frontend when a request to check the validity of a path is sent.",
364
+ "type": {
365
+ "text": "Event"
366
+ }
367
+ },
368
+ {
369
+ "name": "set-dirty-status-request",
370
+ "description": "A message emitted from the micro frontend when a request to set the 'dirty status' is sent.",
371
+ "type": {
372
+ "text": "Event"
373
+ }
374
+ },
375
+ {
376
+ "name": "set-viewgroup-data-request",
377
+ "description": "A message emitted from the micro frontend when a request to set the view group data is sent.",
378
+ "type": {
379
+ "text": "Event"
380
+ }
381
+ },
382
+ {
383
+ "name": "set-document-title-request",
384
+ "description": "A message emitted from the micro frontend when a request to set the document title is sent.",
385
+ "type": {
386
+ "text": "Event"
387
+ }
388
+ },
389
+ {
390
+ "name": "open-user-settings-request",
391
+ "description": "A message emitted from the micro frontend when a request to open user settings is sent.",
392
+ "type": {
393
+ "text": "Event"
394
+ }
395
+ },
396
+ {
397
+ "name": "close-user-settings-request",
398
+ "description": "A message emitted from the micro frontend when a request to close user settings is sent.",
399
+ "type": {
400
+ "text": "Event"
401
+ }
402
+ },
403
+ {
404
+ "name": "collapse-leftnav-request",
405
+ "description": "A message emitted from the micro frontend when a request to collapse the left side navigation is sent.",
406
+ "type": {
407
+ "text": "Event"
408
+ }
409
+ },
410
+ {
411
+ "name": "update-top-navigation-request",
412
+ "description": "A message emitted from the micro frontend when a request to update the top navigation is sent.",
413
+ "type": {
414
+ "text": "Event"
415
+ }
416
+ },
417
+ {
418
+ "name": "path-exists-request",
419
+ "description": "A message emitted from the micro frontend when a request to check if a path exists is sent.",
420
+ "type": {
421
+ "text": "Event"
422
+ }
423
+ },
424
+ {
425
+ "name": "go-back-request",
426
+ "description": "A message emitted from the micro frontend when a request to navigate back is sent.",
427
+ "type": {
428
+ "text": "Event"
429
+ }
430
+ },
431
+ {
432
+ "name": "has-back-request",
433
+ "description": "A message emitted from the micro frontend to check if there is a back navigation option.",
434
+ "type": {
435
+ "text": "Event"
436
+ }
437
+ },
438
+ {
439
+ "name": "remove-backdrop-request",
440
+ "description": "A message emitted from the micro frontend when a request to remove the backdrop is sent.",
441
+ "type": {
442
+ "text": "Event"
443
+ }
444
+ },
445
+ {
446
+ "name": "custom",
447
+ "description": "A message emitted from the Microfrontend when a custom message is sent.",
448
+ "type": {
449
+ "text": "LuigiInternalMessageID"
450
+ }
451
+ },
452
+ {
453
+ "name": "luigi.get-context",
454
+ "description": "A message emitted from the Microfrontend when the context data is sent.",
455
+ "type": {
456
+ "text": "LuigiInternalMessageID"
457
+ }
458
+ },
459
+ {
460
+ "name": "luigi.init",
461
+ "description": "A message sent to the Microfrontend from parent with the context upon init.",
462
+ "type": {
463
+ "text": "LuigiInternalMessageID"
464
+ }
465
+ },
466
+ {
467
+ "name": "luigi.init.ok",
468
+ "description": "A message sent from the Microfrontend when the context data has been received properly.",
469
+ "type": {
470
+ "text": "LuigiInternalMessageID"
471
+ }
472
+ },
473
+ {
474
+ "name": "luigi.navigation.open",
475
+ "description": "A message emitted from the Microfrontend when a navigation request is sent.",
476
+ "type": {
477
+ "text": "LuigiInternalMessageID"
478
+ }
479
+ },
480
+ {
481
+ "name": "luigi.ux.alert.show",
482
+ "description": "A message emitted from the Microfrontend when a request to show an alert is sent.",
483
+ "type": {
484
+ "text": "LuigiInternalMessageID"
485
+ }
486
+ },
487
+ {
488
+ "name": "luigi.ux.alert.hide",
489
+ "description": "A message sent to the Microfrontend to notify closing of a particular alert.",
490
+ "type": {
491
+ "text": "LuigiInternalMessageID"
492
+ }
493
+ },
494
+ {
495
+ "name": "luigi.init.ok",
496
+ "description": "A message emitted from the Microfrontend when it is first initialized.",
497
+ "type": {
498
+ "text": "LuigiInternalMessageID"
499
+ }
500
+ },
501
+ {
502
+ "name": "luigi.addSearchParams",
503
+ "description": "A message emitted from the Microfrontend to request adding search parameters to the URL.",
504
+ "type": {
505
+ "text": "LuigiInternalMessageID"
506
+ }
507
+ },
508
+ {
509
+ "name": "luigi.addNodeParams",
510
+ "description": "A message emitted from the Microfrontend to request adding node parameters to the URL.",
511
+ "type": {
512
+ "text": "LuigiInternalMessageID"
513
+ }
514
+ },
515
+ {
516
+ "name": "luigi.ux.confirmationModal.show",
517
+ "description": "A message emitted from the Microfrontend when a request to show a confirmation modal is sent.",
518
+ "type": {
519
+ "text": "LuigiInternalMessageID"
520
+ }
521
+ },
522
+ {
523
+ "name": "luigi.show-loading-indicator",
524
+ "description": "A message emitted from the Microfrontend when a request to show loading indicator is sent.",
525
+ "type": {
526
+ "text": "LuigiInternalMessageID"
527
+ }
528
+ },
529
+ {
530
+ "name": "luigi.hide-loading-indicator",
531
+ "description": "A message emitted from the Microfrontend when a request to hide the loading indicator is sent.",
532
+ "type": {
533
+ "text": "LuigiInternalMessageID"
534
+ }
535
+ },
536
+ {
537
+ "name": "luigi.ux.set-current-locale",
538
+ "description": "A message emitted from the Microfrontend when a request to set the current locale is sent.",
539
+ "type": {
540
+ "text": "LuigiInternalMessageID"
541
+ }
542
+ },
543
+ {
544
+ "name": "storage",
545
+ "description": "A message emitted from the Microfrontend when a request to modify the local storage is sent.",
546
+ "type": {
547
+ "text": "LuigiInternalMessageID"
548
+ }
549
+ },
550
+ {
551
+ "name": "luigi-runtime-error-handling",
552
+ "description": "A message emitted from the Microfrontend when a request to handle an error during runtime is sent.",
553
+ "type": {
554
+ "text": "LuigiInternalMessageID"
555
+ }
556
+ },
557
+ {
558
+ "name": "luigi.setAnchor",
559
+ "description": "A message emitted from the Microfrontend when a request to set the anchor of the URL is sent.",
560
+ "type": {
561
+ "text": "LuigiInternalMessageID"
562
+ }
563
+ },
564
+ {
565
+ "name": "luigi.third-party-cookie",
566
+ "description": "A message emitted from the Microfrontend when a request to set third-party cookies is sent.",
567
+ "type": {
568
+ "text": "LuigiInternalMessageID"
569
+ }
570
+ },
571
+ {
572
+ "name": "luigi.navigation.back",
573
+ "description": "A message emitted from the Microfrontend when a request to navigate back is sent.",
574
+ "type": {
575
+ "text": "LuigiInternalMessageID"
576
+ }
577
+ },
578
+ {
579
+ "name": "luigi.navigation.currentRoute",
580
+ "description": "A message emitted from the Microfrontend when a request to receive the current app route is sent.",
581
+ "type": {
582
+ "text": "LuigiInternalMessageID"
583
+ }
584
+ },
585
+ {
586
+ "name": "luigi.navigate",
587
+ "description": "A message sent to the Microfrontend with the payload being the context sent.",
588
+ "type": {
589
+ "text": "LuigiInternalMessageID"
590
+ }
591
+ },
592
+ {
593
+ "name": "luigi.navigate.ok",
594
+ "description": "A message emitted from the Microfrontend to report that the navigation is completed.",
595
+ "type": {
596
+ "text": "LuigiInternalMessageID"
597
+ }
598
+ },
599
+ {
600
+ "name": "luigi.navigation.updateModalDataPath",
601
+ "description": "A message emitted from the Microfrontend when a request to update the modal path parameters is sent.",
602
+ "type": {
603
+ "text": "LuigiInternalMessageID"
604
+ }
605
+ },
606
+ {
607
+ "name": "luigi.navigation.pathExists",
608
+ "description": "A message emitted from the Microfrontend when a request to check the validity of a path is sent.",
609
+ "type": {
610
+ "text": "LuigiInternalMessageID"
611
+ }
612
+ },
613
+ {
614
+ "name": "luigi.set-page-dirty",
615
+ "description": "A message emitted from the Microfrontend when a request to set the 'dirty status' is sent.",
616
+ "type": {
617
+ "text": "LuigiInternalMessageID"
618
+ }
619
+ },
620
+ {
621
+ "name": "luigi.auth.tokenIssued",
622
+ "description": "A message emitted from the Microfrontend when a request to set the 'token auth' is sent.",
623
+ "type": {
624
+ "text": "LuigiInternalMessageID"
625
+ }
626
+ }
231
627
  ],
232
628
  "attributes": [
233
629
  {
package/package.json CHANGED
@@ -19,5 +19,5 @@
19
19
  "micro-frontends",
20
20
  "microfrontends"
21
21
  ],
22
- "version": "1.3.0-dev.202410101306"
22
+ "version": "1.3.0-dev.202410110911"
23
23
  }