@luigi-project/container 1.4.0-dev.20241180030 → 1.4.0-dev.20241240825
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/LuigiCompoundContainer.js +1 -1
- package/LuigiContainer.js +1 -1
- package/LuigiContainer.svelte.d.ts +13 -22
- package/bundle.js +1 -1
- package/bundle.js.map +1 -1
- package/constants/event-type.d.ts +15 -11
- package/constants/events.d.ts +42 -32
- package/dist/custom-elements.json +70 -92
- package/package.json +1 -1
|
@@ -164,14 +164,6 @@
|
|
|
164
164
|
},
|
|
165
165
|
"default": "undefined"
|
|
166
166
|
},
|
|
167
|
-
{
|
|
168
|
-
"kind": "field",
|
|
169
|
-
"name": "skipCookieCheck",
|
|
170
|
-
"type": {
|
|
171
|
-
"text": "string"
|
|
172
|
-
},
|
|
173
|
-
"default": "undefined"
|
|
174
|
-
},
|
|
175
167
|
{
|
|
176
168
|
"kind": "field",
|
|
177
169
|
"name": "skipInitCheck",
|
|
@@ -209,15 +201,8 @@
|
|
|
209
201
|
"name": "webcomponent",
|
|
210
202
|
"type": {
|
|
211
203
|
"text": "any"
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
{
|
|
215
|
-
"kind": "method",
|
|
216
|
-
"name": "closeAlert"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"kind": "method",
|
|
220
|
-
"name": "sendCustomMessage"
|
|
204
|
+
},
|
|
205
|
+
"default": "undefined"
|
|
221
206
|
},
|
|
222
207
|
{
|
|
223
208
|
"kind": "method",
|
|
@@ -225,11 +210,11 @@
|
|
|
225
210
|
},
|
|
226
211
|
{
|
|
227
212
|
"kind": "method",
|
|
228
|
-
"name": "
|
|
213
|
+
"name": "sendCustomMessage"
|
|
229
214
|
},
|
|
230
215
|
{
|
|
231
216
|
"kind": "method",
|
|
232
|
-
"name": "
|
|
217
|
+
"name": "closeAlert"
|
|
233
218
|
},
|
|
234
219
|
{
|
|
235
220
|
"kind": "method",
|
|
@@ -239,224 +224,224 @@
|
|
|
239
224
|
"events": [
|
|
240
225
|
{
|
|
241
226
|
"name": "custom-message",
|
|
242
|
-
"description": "
|
|
227
|
+
"description": "Event fired when the micro frontend sends a custom message.",
|
|
243
228
|
"type": {
|
|
244
229
|
"text": "Event"
|
|
245
230
|
}
|
|
246
231
|
},
|
|
247
232
|
{
|
|
248
233
|
"name": "get-context-request",
|
|
249
|
-
"description": "
|
|
234
|
+
"description": "Event fired when the micro frontend requests the context data.",
|
|
250
235
|
"type": {
|
|
251
236
|
"text": "Event"
|
|
252
237
|
}
|
|
253
238
|
},
|
|
254
239
|
{
|
|
255
240
|
"name": "navigation-request",
|
|
256
|
-
"description": "
|
|
241
|
+
"description": "Event fired when a navigation has been requested by the micro frontend.",
|
|
257
242
|
"type": {
|
|
258
243
|
"text": "Event"
|
|
259
244
|
}
|
|
260
245
|
},
|
|
261
246
|
{
|
|
262
247
|
"name": "show-alert-request",
|
|
263
|
-
"description": "
|
|
248
|
+
"description": "Event fired when the micro frontend requests to show an alert.",
|
|
264
249
|
"type": {
|
|
265
250
|
"text": "Event"
|
|
266
251
|
}
|
|
267
252
|
},
|
|
268
253
|
{
|
|
269
254
|
"name": "close-alert-request",
|
|
270
|
-
"description": "
|
|
255
|
+
"description": "Event fired when the micro frontend requests to close an alert.",
|
|
271
256
|
"type": {
|
|
272
257
|
"text": "Event"
|
|
273
258
|
}
|
|
274
259
|
},
|
|
275
260
|
{
|
|
276
261
|
"name": "initialized",
|
|
277
|
-
"description": "
|
|
262
|
+
"description": "Event fired when the micro frontend has been initialized.",
|
|
278
263
|
"type": {
|
|
279
264
|
"text": "Event"
|
|
280
265
|
}
|
|
281
266
|
},
|
|
282
267
|
{
|
|
283
268
|
"name": "add-search-params-request",
|
|
284
|
-
"description": "
|
|
269
|
+
"description": "Event fired when the micro frontend requests the addition of search parameters to the URL.",
|
|
285
270
|
"type": {
|
|
286
271
|
"text": "Event"
|
|
287
272
|
}
|
|
288
273
|
},
|
|
289
274
|
{
|
|
290
275
|
"name": "add-node-params-request",
|
|
291
|
-
"description": "
|
|
276
|
+
"description": "Event fired when the micro frontend requests the addition of node parameters to the URL.",
|
|
292
277
|
"type": {
|
|
293
278
|
"text": "Event"
|
|
294
279
|
}
|
|
295
280
|
},
|
|
296
281
|
{
|
|
297
282
|
"name": "show-confirmation-modal-request",
|
|
298
|
-
"description": "
|
|
283
|
+
"description": "Event fired when the micro frontend requests to show a confirmation modal.",
|
|
299
284
|
"type": {
|
|
300
285
|
"text": "Event"
|
|
301
286
|
}
|
|
302
287
|
},
|
|
303
288
|
{
|
|
304
289
|
"name": "show-loading-indicator-request",
|
|
305
|
-
"description": "
|
|
290
|
+
"description": "Event fired when the micro frontend requests to show a loading indicator.",
|
|
306
291
|
"type": {
|
|
307
292
|
"text": "Event"
|
|
308
293
|
}
|
|
309
294
|
},
|
|
310
295
|
{
|
|
311
296
|
"name": "hide-loading-indicator-request",
|
|
312
|
-
"description": "
|
|
297
|
+
"description": "Event fired when the micro frontend requests to hide the loading indicator.",
|
|
313
298
|
"type": {
|
|
314
299
|
"text": "Event"
|
|
315
300
|
}
|
|
316
301
|
},
|
|
317
302
|
{
|
|
318
303
|
"name": "set-current-locale-request",
|
|
319
|
-
"description": "
|
|
304
|
+
"description": "Event fired when the micro frontend requests to set the current locale.",
|
|
320
305
|
"type": {
|
|
321
306
|
"text": "Event"
|
|
322
307
|
}
|
|
323
308
|
},
|
|
324
309
|
{
|
|
325
310
|
"name": "set-storage-request",
|
|
326
|
-
"description": "
|
|
311
|
+
"description": "Event fired when the micro frontend requests to modify the local storage.",
|
|
327
312
|
"type": {
|
|
328
313
|
"text": "Event"
|
|
329
314
|
}
|
|
330
315
|
},
|
|
331
316
|
{
|
|
332
317
|
"name": "runtime-error-handling-request",
|
|
333
|
-
"description": "
|
|
318
|
+
"description": "Event fired when the micro frontend requests to handle errors that might happen during the runtime of the micro frontend.",
|
|
334
319
|
"type": {
|
|
335
320
|
"text": "Event"
|
|
336
321
|
}
|
|
337
322
|
},
|
|
338
323
|
{
|
|
339
324
|
"name": "set-anchor-request",
|
|
340
|
-
"description": "
|
|
325
|
+
"description": "Event fired when the micro frontend requests to set the anchor of the URL.",
|
|
341
326
|
"type": {
|
|
342
327
|
"text": "Event"
|
|
343
328
|
}
|
|
344
329
|
},
|
|
345
330
|
{
|
|
346
331
|
"name": "set-third-party-cookies-request",
|
|
347
|
-
"description": "
|
|
332
|
+
"description": "Event fired when the micro frontend requests to set third-party cookies.",
|
|
348
333
|
"type": {
|
|
349
334
|
"text": "Event"
|
|
350
335
|
}
|
|
351
336
|
},
|
|
352
337
|
{
|
|
353
338
|
"name": "navigate-back-request",
|
|
354
|
-
"description": "
|
|
339
|
+
"description": "Event fired when the micro frontend requests to navigate back.",
|
|
355
340
|
"type": {
|
|
356
341
|
"text": "Event"
|
|
357
342
|
}
|
|
358
343
|
},
|
|
359
344
|
{
|
|
360
345
|
"name": "get-current-route-request",
|
|
361
|
-
"description": "
|
|
346
|
+
"description": "Event fired when the micro frontend requests the current app route.",
|
|
362
347
|
"type": {
|
|
363
348
|
"text": "Event"
|
|
364
349
|
}
|
|
365
350
|
},
|
|
366
351
|
{
|
|
367
352
|
"name": "report-navigation-completed-request",
|
|
368
|
-
"description": "
|
|
353
|
+
"description": "Event fired to report that the micro frontend's navigation has completed.",
|
|
369
354
|
"type": {
|
|
370
355
|
"text": "Event"
|
|
371
356
|
}
|
|
372
357
|
},
|
|
373
358
|
{
|
|
374
359
|
"name": "update-modal-path-data-request",
|
|
375
|
-
"description": "
|
|
360
|
+
"description": "Event fired when the micro frontend requests to update the modal path parameters.",
|
|
376
361
|
"type": {
|
|
377
362
|
"text": "Event"
|
|
378
363
|
}
|
|
379
364
|
},
|
|
380
365
|
{
|
|
381
366
|
"name": "check-path-exists-request",
|
|
382
|
-
"description": "
|
|
367
|
+
"description": "Event fired when the micro frontend requests to check the validity of a path.",
|
|
383
368
|
"type": {
|
|
384
369
|
"text": "Event"
|
|
385
370
|
}
|
|
386
371
|
},
|
|
387
372
|
{
|
|
388
373
|
"name": "set-dirty-status-request",
|
|
389
|
-
"description": "
|
|
374
|
+
"description": "Event fired when the micro frontend requests to set the 'dirty status' which, for example, avoids closing when there are any unsaved changes.",
|
|
390
375
|
"type": {
|
|
391
376
|
"text": "Event"
|
|
392
377
|
}
|
|
393
378
|
},
|
|
394
379
|
{
|
|
395
380
|
"name": "set-viewgroup-data-request",
|
|
396
|
-
"description": "
|
|
381
|
+
"description": "Event fired when the micro frontend requests to set the view group data.",
|
|
397
382
|
"type": {
|
|
398
383
|
"text": "Event"
|
|
399
384
|
}
|
|
400
385
|
},
|
|
401
386
|
{
|
|
402
387
|
"name": "set-document-title-request",
|
|
403
|
-
"description": "
|
|
388
|
+
"description": "Event fired when the micro frontend requests to set the document title.",
|
|
404
389
|
"type": {
|
|
405
390
|
"text": "Event"
|
|
406
391
|
}
|
|
407
392
|
},
|
|
408
393
|
{
|
|
409
394
|
"name": "open-user-settings-request",
|
|
410
|
-
"description": "
|
|
395
|
+
"description": "Event fired when the micro frontend requests to open the user settings.",
|
|
411
396
|
"type": {
|
|
412
397
|
"text": "Event"
|
|
413
398
|
}
|
|
414
399
|
},
|
|
415
400
|
{
|
|
416
401
|
"name": "close-user-settings-request",
|
|
417
|
-
"description": "
|
|
402
|
+
"description": "Event fired when the micro frontend requests to close the user settings.",
|
|
418
403
|
"type": {
|
|
419
404
|
"text": "Event"
|
|
420
405
|
}
|
|
421
406
|
},
|
|
422
407
|
{
|
|
423
408
|
"name": "collapse-leftnav-request",
|
|
424
|
-
"description": "
|
|
409
|
+
"description": "Event fired when the micro frontend requests to collapse left side navigation.",
|
|
425
410
|
"type": {
|
|
426
411
|
"text": "Event"
|
|
427
412
|
}
|
|
428
413
|
},
|
|
429
414
|
{
|
|
430
415
|
"name": "update-top-navigation-request",
|
|
431
|
-
"description": "
|
|
416
|
+
"description": "Event fired when the micro frontend requests to update the top navigation.",
|
|
432
417
|
"type": {
|
|
433
418
|
"text": "Event"
|
|
434
419
|
}
|
|
435
420
|
},
|
|
436
421
|
{
|
|
437
422
|
"name": "path-exists-request",
|
|
438
|
-
"description": "
|
|
423
|
+
"description": "Event fired when the micro frontend requests to check if the path exists.",
|
|
439
424
|
"type": {
|
|
440
425
|
"text": "Event"
|
|
441
426
|
}
|
|
442
427
|
},
|
|
443
428
|
{
|
|
444
429
|
"name": "go-back-request",
|
|
445
|
-
"description": "
|
|
430
|
+
"description": "Event fired when the micro frontend requests to navigate back.",
|
|
446
431
|
"type": {
|
|
447
432
|
"text": "Event"
|
|
448
433
|
}
|
|
449
434
|
},
|
|
450
435
|
{
|
|
451
436
|
"name": "has-back-request",
|
|
452
|
-
"description": "
|
|
437
|
+
"description": "Event fired when the micro frontend requests to check if there are any preserved views.",
|
|
453
438
|
"type": {
|
|
454
439
|
"text": "Event"
|
|
455
440
|
}
|
|
456
441
|
},
|
|
457
442
|
{
|
|
458
443
|
"name": "remove-backdrop-request",
|
|
459
|
-
"description": "
|
|
444
|
+
"description": "Event fired when the micro frontend requests to remove the backdrop.",
|
|
460
445
|
"type": {
|
|
461
446
|
"text": "Event"
|
|
462
447
|
}
|
|
@@ -648,20 +633,13 @@
|
|
|
648
633
|
"name": "webcomponent",
|
|
649
634
|
"type": {
|
|
650
635
|
"text": "any"
|
|
651
|
-
}
|
|
636
|
+
},
|
|
637
|
+
"default": "undefined"
|
|
652
638
|
},
|
|
653
639
|
{
|
|
654
640
|
"kind": "method",
|
|
655
641
|
"name": "updateContext"
|
|
656
642
|
},
|
|
657
|
-
{
|
|
658
|
-
"kind": "method",
|
|
659
|
-
"name": "attributeChangedCallback"
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"kind": "method",
|
|
663
|
-
"name": "getNoShadow"
|
|
664
|
-
},
|
|
665
643
|
{
|
|
666
644
|
"kind": "method",
|
|
667
645
|
"name": "init"
|
|
@@ -670,224 +648,224 @@
|
|
|
670
648
|
"events": [
|
|
671
649
|
{
|
|
672
650
|
"name": "custom-message",
|
|
673
|
-
"description": "
|
|
651
|
+
"description": "Event fired when the micro frontend sends a custom message.",
|
|
674
652
|
"type": {
|
|
675
653
|
"text": "Event"
|
|
676
654
|
}
|
|
677
655
|
},
|
|
678
656
|
{
|
|
679
657
|
"name": "get-context-request",
|
|
680
|
-
"description": "
|
|
658
|
+
"description": "Event fired when the micro frontend requests the context data.",
|
|
681
659
|
"type": {
|
|
682
660
|
"text": "Event"
|
|
683
661
|
}
|
|
684
662
|
},
|
|
685
663
|
{
|
|
686
664
|
"name": "navigation-request",
|
|
687
|
-
"description": "
|
|
665
|
+
"description": "Event fired when a navigation has been requested by the micro frontend.",
|
|
688
666
|
"type": {
|
|
689
667
|
"text": "Event"
|
|
690
668
|
}
|
|
691
669
|
},
|
|
692
670
|
{
|
|
693
671
|
"name": "show-alert-request",
|
|
694
|
-
"description": "
|
|
672
|
+
"description": "Event fired when the micro frontend requests to show an alert.",
|
|
695
673
|
"type": {
|
|
696
674
|
"text": "Event"
|
|
697
675
|
}
|
|
698
676
|
},
|
|
699
677
|
{
|
|
700
678
|
"name": "close-alert-request",
|
|
701
|
-
"description": "
|
|
679
|
+
"description": "Event fired when the micro frontend requests to close an alert.",
|
|
702
680
|
"type": {
|
|
703
681
|
"text": "Event"
|
|
704
682
|
}
|
|
705
683
|
},
|
|
706
684
|
{
|
|
707
685
|
"name": "initialized",
|
|
708
|
-
"description": "
|
|
686
|
+
"description": "Event fired when the micro frontend has been initialized.",
|
|
709
687
|
"type": {
|
|
710
688
|
"text": "Event"
|
|
711
689
|
}
|
|
712
690
|
},
|
|
713
691
|
{
|
|
714
692
|
"name": "add-search-params-request",
|
|
715
|
-
"description": "
|
|
693
|
+
"description": "Event fired when the micro frontend requests the addition of search parameters to the URL.",
|
|
716
694
|
"type": {
|
|
717
695
|
"text": "Event"
|
|
718
696
|
}
|
|
719
697
|
},
|
|
720
698
|
{
|
|
721
699
|
"name": "add-node-params-request",
|
|
722
|
-
"description": "
|
|
700
|
+
"description": "Event fired when the micro frontend requests the addition of node parameters to the URL.",
|
|
723
701
|
"type": {
|
|
724
702
|
"text": "Event"
|
|
725
703
|
}
|
|
726
704
|
},
|
|
727
705
|
{
|
|
728
706
|
"name": "show-confirmation-modal-request",
|
|
729
|
-
"description": "
|
|
707
|
+
"description": "Event fired when the micro frontend requests to show a confirmation modal.",
|
|
730
708
|
"type": {
|
|
731
709
|
"text": "Event"
|
|
732
710
|
}
|
|
733
711
|
},
|
|
734
712
|
{
|
|
735
713
|
"name": "show-loading-indicator-request",
|
|
736
|
-
"description": "
|
|
714
|
+
"description": "Event fired when the micro frontend requests to show a loading indicator.",
|
|
737
715
|
"type": {
|
|
738
716
|
"text": "Event"
|
|
739
717
|
}
|
|
740
718
|
},
|
|
741
719
|
{
|
|
742
720
|
"name": "hide-loading-indicator-request",
|
|
743
|
-
"description": "
|
|
721
|
+
"description": "Event fired when the micro frontend requests to hide the loading indicator.",
|
|
744
722
|
"type": {
|
|
745
723
|
"text": "Event"
|
|
746
724
|
}
|
|
747
725
|
},
|
|
748
726
|
{
|
|
749
727
|
"name": "set-current-locale-request",
|
|
750
|
-
"description": "
|
|
728
|
+
"description": "Event fired when the micro frontend requests to set the current locale.",
|
|
751
729
|
"type": {
|
|
752
730
|
"text": "Event"
|
|
753
731
|
}
|
|
754
732
|
},
|
|
755
733
|
{
|
|
756
734
|
"name": "set-storage-request",
|
|
757
|
-
"description": "
|
|
735
|
+
"description": "Event fired when the micro frontend requests to modify the local storage.",
|
|
758
736
|
"type": {
|
|
759
737
|
"text": "Event"
|
|
760
738
|
}
|
|
761
739
|
},
|
|
762
740
|
{
|
|
763
741
|
"name": "runtime-error-handling-request",
|
|
764
|
-
"description": "
|
|
742
|
+
"description": "Event fired when the micro frontend requests to handle errors that might happen during the runtime of the micro frontend.",
|
|
765
743
|
"type": {
|
|
766
744
|
"text": "Event"
|
|
767
745
|
}
|
|
768
746
|
},
|
|
769
747
|
{
|
|
770
748
|
"name": "set-anchor-request",
|
|
771
|
-
"description": "
|
|
749
|
+
"description": "Event fired when the micro frontend requests to set the anchor of the URL.",
|
|
772
750
|
"type": {
|
|
773
751
|
"text": "Event"
|
|
774
752
|
}
|
|
775
753
|
},
|
|
776
754
|
{
|
|
777
755
|
"name": "set-third-party-cookies-request",
|
|
778
|
-
"description": "
|
|
756
|
+
"description": "Event fired when the micro frontend requests to set third-party cookies.",
|
|
779
757
|
"type": {
|
|
780
758
|
"text": "Event"
|
|
781
759
|
}
|
|
782
760
|
},
|
|
783
761
|
{
|
|
784
762
|
"name": "navigate-back-request",
|
|
785
|
-
"description": "
|
|
763
|
+
"description": "Event fired when the micro frontend requests to navigate back.",
|
|
786
764
|
"type": {
|
|
787
765
|
"text": "Event"
|
|
788
766
|
}
|
|
789
767
|
},
|
|
790
768
|
{
|
|
791
769
|
"name": "get-current-route-request",
|
|
792
|
-
"description": "
|
|
770
|
+
"description": "Event fired when the micro frontend requests the current app route.",
|
|
793
771
|
"type": {
|
|
794
772
|
"text": "Event"
|
|
795
773
|
}
|
|
796
774
|
},
|
|
797
775
|
{
|
|
798
776
|
"name": "report-navigation-completed-request",
|
|
799
|
-
"description": "
|
|
777
|
+
"description": "Event fired to report that the micro frontend's navigation has completed.",
|
|
800
778
|
"type": {
|
|
801
779
|
"text": "Event"
|
|
802
780
|
}
|
|
803
781
|
},
|
|
804
782
|
{
|
|
805
783
|
"name": "update-modal-path-data-request",
|
|
806
|
-
"description": "
|
|
784
|
+
"description": "Event fired when the micro frontend requests to update the modal path parameters.",
|
|
807
785
|
"type": {
|
|
808
786
|
"text": "Event"
|
|
809
787
|
}
|
|
810
788
|
},
|
|
811
789
|
{
|
|
812
790
|
"name": "check-path-exists-request",
|
|
813
|
-
"description": "
|
|
791
|
+
"description": "Event fired when the micro frontend requests to check the validity of a path.",
|
|
814
792
|
"type": {
|
|
815
793
|
"text": "Event"
|
|
816
794
|
}
|
|
817
795
|
},
|
|
818
796
|
{
|
|
819
797
|
"name": "set-dirty-status-request",
|
|
820
|
-
"description": "
|
|
798
|
+
"description": "Event fired when the micro frontend requests to set the 'dirty status' which, for example, avoids closing when there are any unsaved changes.",
|
|
821
799
|
"type": {
|
|
822
800
|
"text": "Event"
|
|
823
801
|
}
|
|
824
802
|
},
|
|
825
803
|
{
|
|
826
804
|
"name": "set-viewgroup-data-request",
|
|
827
|
-
"description": "
|
|
805
|
+
"description": "Event fired when the micro frontend requests to set the view group data.",
|
|
828
806
|
"type": {
|
|
829
807
|
"text": "Event"
|
|
830
808
|
}
|
|
831
809
|
},
|
|
832
810
|
{
|
|
833
811
|
"name": "set-document-title-request",
|
|
834
|
-
"description": "
|
|
812
|
+
"description": "Event fired when the micro frontend requests to set the document title.",
|
|
835
813
|
"type": {
|
|
836
814
|
"text": "Event"
|
|
837
815
|
}
|
|
838
816
|
},
|
|
839
817
|
{
|
|
840
818
|
"name": "open-user-settings-request",
|
|
841
|
-
"description": "
|
|
819
|
+
"description": "Event fired when the micro frontend requests to open the user settings.",
|
|
842
820
|
"type": {
|
|
843
821
|
"text": "Event"
|
|
844
822
|
}
|
|
845
823
|
},
|
|
846
824
|
{
|
|
847
825
|
"name": "close-user-settings-request",
|
|
848
|
-
"description": "
|
|
826
|
+
"description": "Event fired when the micro frontend requests to close the user settings.",
|
|
849
827
|
"type": {
|
|
850
828
|
"text": "Event"
|
|
851
829
|
}
|
|
852
830
|
},
|
|
853
831
|
{
|
|
854
832
|
"name": "collapse-leftnav-request",
|
|
855
|
-
"description": "
|
|
833
|
+
"description": "Event fired when the micro frontend requests to collapse left side navigation.",
|
|
856
834
|
"type": {
|
|
857
835
|
"text": "Event"
|
|
858
836
|
}
|
|
859
837
|
},
|
|
860
838
|
{
|
|
861
839
|
"name": "update-top-navigation-request",
|
|
862
|
-
"description": "
|
|
840
|
+
"description": "Event fired when the micro frontend requests to update the top navigation.",
|
|
863
841
|
"type": {
|
|
864
842
|
"text": "Event"
|
|
865
843
|
}
|
|
866
844
|
},
|
|
867
845
|
{
|
|
868
846
|
"name": "path-exists-request",
|
|
869
|
-
"description": "
|
|
847
|
+
"description": "Event fired when the micro frontend requests to check if the path exists.",
|
|
870
848
|
"type": {
|
|
871
849
|
"text": "Event"
|
|
872
850
|
}
|
|
873
851
|
},
|
|
874
852
|
{
|
|
875
853
|
"name": "go-back-request",
|
|
876
|
-
"description": "
|
|
854
|
+
"description": "Event fired when the micro frontend requests to navigate back.",
|
|
877
855
|
"type": {
|
|
878
856
|
"text": "Event"
|
|
879
857
|
}
|
|
880
858
|
},
|
|
881
859
|
{
|
|
882
860
|
"name": "has-back-request",
|
|
883
|
-
"description": "
|
|
861
|
+
"description": "Event fired when the micro frontend requests to check if there are any preserved views.",
|
|
884
862
|
"type": {
|
|
885
863
|
"text": "Event"
|
|
886
864
|
}
|
|
887
865
|
},
|
|
888
866
|
{
|
|
889
867
|
"name": "remove-backdrop-request",
|
|
890
|
-
"description": "
|
|
868
|
+
"description": "Event fired when the micro frontend requests to remove the backdrop.",
|
|
891
869
|
"type": {
|
|
892
870
|
"text": "Event"
|
|
893
871
|
}
|
package/package.json
CHANGED