@luigi-project/container 1.3.0-dev.202410110911 → 1.3.0-dev.202410111203
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.
- package/bundle.js +1 -1
- package/bundle.js.map +1 -1
- package/dist/custom-elements.json +0 -182
- package/package.json +1 -1
|
@@ -441,188 +441,6 @@
|
|
|
441
441
|
"type": {
|
|
442
442
|
"text": "Event"
|
|
443
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
444
|
}
|
|
627
445
|
],
|
|
628
446
|
"attributes": [
|
package/package.json
CHANGED