@luigi-project/container 1.3.0-dev.202410140909 → 1.3.0-dev.202410150031

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.
@@ -1,860 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "dist/bundle.js",
8
- "declarations": [
9
- {
10
- "kind": "class",
11
- "description": "LuigiContainer",
12
- "name": "LuigiContainer",
13
- "tagName": "luigi-container",
14
- "customElement": true,
15
- "members": [
16
- {
17
- "kind":"field",
18
- "name":"activeFeatureToggleList",
19
- "type":{
20
- "text":"Array | undefined"
21
- },
22
- "default":"undefined"
23
- },
24
- {
25
- "kind":"field",
26
- "name":"allowRules",
27
- "type":{
28
- "text":"Array | undefined"
29
- },
30
- "default":"undefined"
31
- },
32
- {
33
- "kind":"field",
34
- "name":"anchor",
35
- "type":{
36
- "text":"string | undefined"
37
- },
38
- "default":"undefined"
39
- },
40
- {
41
- "kind":"field",
42
- "name":"authData",
43
- "type":{
44
- "text":"Object | undefined"
45
- },
46
- "default":"undefined"
47
- },
48
- {
49
- "kind":"field",
50
- "name":"clientPermissions",
51
- "type":{
52
- "text":"Object | undefined"
53
- },
54
- "default":""
55
- },
56
- {
57
- "kind": "field",
58
- "name": "context",
59
- "type": {
60
- "text": "Object | string | undefined"
61
- },
62
- "default": "undefined"
63
- },
64
- {
65
- "kind":"field",
66
- "name":"deferInit",
67
- "type":{
68
- "text":"boolean"
69
- },
70
- "default":"undefined"
71
- },
72
- {
73
- "kind":"field",
74
- "name":"dirtyStatus",
75
- "type":{
76
- "text":"boolean"
77
- },
78
- "default":"undefined"
79
- },
80
- {
81
- "kind":"field",
82
- "name":"documentTitle",
83
- "type":{
84
- "text":"string | undefined"
85
- },
86
- "default":"undefined"
87
- },
88
- {
89
- "kind":"field",
90
- "name":"hasBack",
91
- "type":{
92
- "text":"boolean"
93
- },
94
- "default":"undefined"
95
- },
96
- {
97
- "kind":"field",
98
- "name":"label",
99
- "type":{
100
- "text":"string | undefined"
101
- },
102
- "default":"undefined"
103
- },
104
- {
105
- "kind":"field",
106
- "name":"locale",
107
- "type":{
108
- "text":"string | undefined"
109
- },
110
- "default":"undefined"
111
- },
112
- {
113
- "kind":"field",
114
- "name":"noShadow",
115
- "type":{
116
- "text":"boolean"
117
- },
118
- "default":"undefined"
119
- },
120
- {
121
- "kind":"field",
122
- "name":"nodeParams",
123
- "type":{
124
- "text":"Object"
125
- },
126
- "default":"undefined"
127
- },
128
- {
129
- "kind":"field",
130
- "name":"pathParams",
131
- "type":{
132
- "text":"Object"
133
- },
134
- "default":"undefined"
135
- },
136
- {
137
- "kind":"field",
138
- "name":"sandboxRules",
139
- "type":{
140
- "text":"array"
141
- },
142
- "default":"undefined"
143
- },
144
- {
145
- "kind":"field",
146
- "name":"searchParams",
147
- "type":{
148
- "text":"Object"
149
- },
150
- "default":"undefined"
151
- },
152
- {
153
- "kind":"field",
154
- "name":"skipCookieCheck",
155
- "type":{
156
- "text":"string"
157
- },
158
- "default":"undefined"
159
- },
160
- {
161
- "kind":"field",
162
- "name":"skipInitCheck",
163
- "type":{
164
- "text":"boolean"
165
- },
166
- "default":"undefined"
167
- },
168
- {
169
- "kind":"field",
170
- "name":"theme",
171
- "type":{
172
- "text":"string"
173
- },
174
- "default":"undefined"
175
- },
176
- {
177
- "kind":"field",
178
- "name":"userSettings",
179
- "type":{
180
- "text":"Object"
181
- },
182
- "default":"undefined"
183
- },
184
- {
185
- "kind": "field",
186
- "name": "viewurl",
187
- "type": {
188
- "text": "string"
189
- },
190
- "default": "undefined"
191
- },
192
- {
193
- "kind": "field",
194
- "name": "webcomponent",
195
- "type": {
196
- "text": "boolean | WebComponentSettings | string"
197
- }
198
- },
199
- {
200
- "kind": "method",
201
- "name": "closeAlert"
202
- },
203
- {
204
- "kind": "method",
205
- "name": "sendCustomMessage"
206
- },
207
- {
208
- "kind": "method",
209
- "name": "updateContext"
210
- },
211
- {
212
- "kind": "method",
213
- "name": "attributeChangedCallback"
214
- },
215
- {
216
- "kind": "method",
217
- "name": "getNoShadow"
218
- }
219
- ],
220
- "events": [
221
- {
222
- "name": "custom-message",
223
- "description": "A message emitted from the micro frontend when a custom message is sent.",
224
- "type": {
225
- "text": "Event"
226
- }
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
- {
236
- "name": "navigation-request",
237
- "description": "A message emitted from the micro frontend when a navigation request is sent.",
238
- "type": {
239
- "text": "Event"
240
- }
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
- {
250
- "name": "close-alert-request",
251
- "description": "A message emitted from the micro frontend when a request to close an alert is sent.",
252
- "type": {
253
- "text": "Event"
254
- }
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
- }
627
- ],
628
- "attributes": [
629
- {
630
- "description": "The list of active feature toggles to be passed to the web-component-based micro frontend.",
631
- "name": "active-feature-toggle-list",
632
- "default": "undefined",
633
- "fieldName": "activeFeatureToggleList",
634
- "type": {
635
- "text": "string | undefined"
636
- }
637
- },
638
- {
639
- "description": "The list of rules for the content in the iframe, managed by the HTML `allow` attribute. You can use one or more rules by adding them to the array, for example allowRules: ['microphone', 'camera']",
640
- "name": "allow-rules",
641
- "default": "undefined",
642
- "fieldName": "allowRules",
643
- "type": {
644
- "text": "Array | undefined"
645
- }
646
- },
647
- {
648
- "description": "The anchor value to be passed to the web-component-based micro frontend.",
649
- "name": "anchor",
650
- "default": "undefined",
651
- "fieldName": "anchor",
652
- "type": {
653
- "text": "string | undefined"
654
- }
655
- },
656
- {
657
- "description": "The authData value to be passed to the iframe-based micro frontend.",
658
- "name": "auth-data",
659
- "default": "undefined",
660
- "fieldName": "authData",
661
- "type": {
662
- "text": "object | undefined"
663
- }
664
- },
665
- {
666
- "description": "The clientPermissions to be passed to the web-component-based micro frontend.",
667
- "name": "client-permissions",
668
- "default": "undefined",
669
- "fieldName": "clientPermissions",
670
- "type": {
671
- "text": "object | undefined"
672
- }
673
- },
674
- {
675
- "description": "Context",
676
- "name": "context",
677
- "default": "undefined",
678
- "fieldName": "context",
679
- "type": {
680
- "text": "string | undefined"
681
- }
682
- },
683
- {
684
- "description": "If set to true defers from initializing the microfronted automatically. In that case init() can be used.",
685
- "name": "defer-init",
686
- "default": "undefined",
687
- "fieldName": "deferInit",
688
- "type": {
689
- "text": "string | undefined"
690
- }
691
- },
692
- {
693
- "description": "The dirty status value to be passed to the web-component-based micro frontend. It's used to indicate that there are unsaved changes when navigating away.",
694
- "name": "dirtyStatus",
695
- "default": "undefined",
696
- "fieldName": "dirty-status",
697
- "type": {
698
- "text": "boolean"
699
- }
700
- },
701
- {
702
- "description": "The document title value to be passed to the web-component-based micro frontend.",
703
- "name": "document-title",
704
- "default": "undefined",
705
- "fieldName": "documentTitle",
706
- "type": {
707
- "text": "string | undefined"
708
- }
709
- },
710
- {
711
- "description": "The hasBack value to be passed to the web-component-based micro frontend. It indicates that there is one or more preserved views. Useful when you need to show a back button.",
712
- "name": "has-back",
713
- "default": "undefined",
714
- "fieldName": "hasBack",
715
- "type": {
716
- "text": "boolean"
717
- }
718
- },
719
- {
720
- "description": "Label information for the microfrontend.",
721
- "name": "label",
722
- "default": "undefined",
723
- "fieldName": "label",
724
- "type": {
725
- "text": "string | undefined"
726
- }
727
- },
728
- {
729
- "description": "The locale to be passed to the web-component-based micro frontend.",
730
- "name": "locale",
731
- "default": "undefined",
732
- "fieldName": "locale",
733
- "type": {
734
- "text": "string | undefined"
735
- }
736
- },
737
- {
738
- "description": "If set to true, the Luigi container webcomponent will not use the shadow DOM for rendering.",
739
- "name": "no-shadow",
740
- "default": "undefined",
741
- "fieldName": "noShadow",
742
- "type": {
743
- "text": "boolean"
744
- }
745
- },
746
- {
747
- "description": "The parameters to be passed to the web-component-based micro frontend. Will not be passed to the compound children.",
748
- "name": "node-params",
749
- "default": "undefined",
750
- "fieldName": "nodeParams",
751
- "type": {
752
- "text": "object | undefined"
753
- }
754
- },
755
- {
756
- "description": "The path parameters to be passed to the web-component-based micro frontend.",
757
- "name": "path-params",
758
- "default": "undefined",
759
- "fieldName": "pathParams",
760
- "type": {
761
- "text": "object | undefined"
762
- }
763
- },
764
- {
765
- "description": "The list of rules for the content in the iframe, managed by the HTML `sandbox` attribute. You can use one or more rules by adding them to the array.",
766
- "name": "sandbox-rules",
767
- "default": "undefined",
768
- "fieldName": "sandboxRules",
769
- "type": {
770
- "text": "Array"
771
- }
772
- },
773
- {
774
- "description": "The search parameters to be passed to the web-component-based micro frontend.",
775
- "name": "search-params",
776
- "default": "undefined",
777
- "fieldName": "searchParams",
778
- "type": {
779
- "text": "object | undefined"
780
- }
781
- },
782
- {
783
- "description": "If set to true, skips third party cookie check.",
784
- "name": "skip-cookie-check",
785
- "default": "undefined",
786
- "fieldName": "skipCookieCheck",
787
- "type": {
788
- "text": "string | undefined"
789
- }
790
- },
791
- {
792
- "description": "If set to true, skips handshake and ready event is fired immediately.",
793
- "name": "skip-init-check",
794
- "default": "undefined",
795
- "fieldName": "skipInitCheck",
796
- "type": {
797
- "text": "boolean"
798
- }
799
- },
800
- {
801
- "description": "The theme to be passed to the web-component-based micro frontend.",
802
- "name": "theme",
803
- "default": "undefined",
804
- "fieldName": "theme",
805
- "type": {
806
- "text": "string | undefined"
807
- }
808
- },
809
- {
810
- "description": "The user settings to be passed to the web-component-based micro frontend.",
811
- "name": "user-settings",
812
- "default": "undefined",
813
- "fieldName": "userSettings",
814
- "type": {
815
- "text": "string | undefined"
816
- }
817
- },
818
- {
819
- "description": "Url to the microfrontend",
820
- "name": "viewurl",
821
- "default": "undefined",
822
- "fieldName": "viewurl",
823
- "type": {
824
- "text": "string | undefined"
825
- }
826
- },
827
- {
828
- "description": "Webcomponent",
829
- "name": "webcomponent",
830
- "default": "undefined",
831
- "fieldName": "label",
832
- "type": {
833
- "text": "boolean | WebComponentSettings | string"
834
- }
835
- }
836
- ],
837
- "slots": []
838
- }
839
- ],
840
- "exports": [
841
- {
842
- "kind": "js",
843
- "name": "LuigiContainer",
844
- "declaration": {
845
- "name": "LuigiContainer",
846
- "module": "LuigiContainer.js"
847
- }
848
- },
849
- {
850
- "kind": "custom-element-definition",
851
- "name": "luigi-container",
852
- "declaration": {
853
- "name": "LuigiContainer",
854
- "module": "LuigiContainer.js"
855
- }
856
- }
857
- ]
858
- }
859
- ]
860
- }