@luigi-project/container 1.7.6-dev.202601120832 → 1.7.6-dev.202601130035
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/dist/custom-elements.json +42 -0
- package/package.json +1 -1
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"type": {
|
|
20
20
|
"text": "Array<string>"
|
|
21
21
|
},
|
|
22
|
+
"description": "The list of active feature toggles to be passed to the web-component-based micro frontend. ",
|
|
22
23
|
"default": "undefined"
|
|
23
24
|
},
|
|
24
25
|
{
|
|
@@ -27,6 +28,7 @@
|
|
|
27
28
|
"type": {
|
|
28
29
|
"text": "Array<string>"
|
|
29
30
|
},
|
|
31
|
+
"description": "The list of rules for the content in the iframe, managed by the HTML `allow` attribute.\nYou can use one or more rules by adding them to the array, for example allowRules: [\"microphone\", \"camera\"]. ",
|
|
30
32
|
"default": "undefined"
|
|
31
33
|
},
|
|
32
34
|
{
|
|
@@ -35,6 +37,7 @@
|
|
|
35
37
|
"type": {
|
|
36
38
|
"text": "string"
|
|
37
39
|
},
|
|
40
|
+
"description": "The anchor value to be passed to the web-component-based micro frontend. ",
|
|
38
41
|
"default": "undefined"
|
|
39
42
|
},
|
|
40
43
|
{
|
|
@@ -43,6 +46,7 @@
|
|
|
43
46
|
"type": {
|
|
44
47
|
"text": "object"
|
|
45
48
|
},
|
|
49
|
+
"description": "The authData value to be passed to the iframe-based micro frontend. ",
|
|
46
50
|
"default": "undefined"
|
|
47
51
|
},
|
|
48
52
|
{
|
|
@@ -51,6 +55,7 @@
|
|
|
51
55
|
"type": {
|
|
52
56
|
"text": "object"
|
|
53
57
|
},
|
|
58
|
+
"description": "The clientPermissions to be passed to the web-component-based micro frontend. ",
|
|
54
59
|
"default": "undefined"
|
|
55
60
|
},
|
|
56
61
|
{
|
|
@@ -59,6 +64,7 @@
|
|
|
59
64
|
"type": {
|
|
60
65
|
"text": "any"
|
|
61
66
|
},
|
|
67
|
+
"description": "The stringified context object to be passed to the microfrontend. ",
|
|
62
68
|
"default": "undefined"
|
|
63
69
|
},
|
|
64
70
|
{
|
|
@@ -67,6 +73,7 @@
|
|
|
67
73
|
"type": {
|
|
68
74
|
"text": "boolean"
|
|
69
75
|
},
|
|
76
|
+
"description": "If set to true defers from initializing the microfronted automatically. In that case init() can be used. ",
|
|
70
77
|
"default": "undefined"
|
|
71
78
|
},
|
|
72
79
|
{
|
|
@@ -75,6 +82,7 @@
|
|
|
75
82
|
"type": {
|
|
76
83
|
"text": "boolean"
|
|
77
84
|
},
|
|
85
|
+
"description": "The dirty status value to be passed to the web-component-based micro frontend.\nIt's used to indicate that there are unsaved changes when navigating away. ",
|
|
78
86
|
"default": "undefined"
|
|
79
87
|
},
|
|
80
88
|
{
|
|
@@ -83,6 +91,7 @@
|
|
|
83
91
|
"type": {
|
|
84
92
|
"text": "string"
|
|
85
93
|
},
|
|
94
|
+
"description": "The document title value to be passed to the web-component-based micro frontend. ",
|
|
86
95
|
"default": "undefined"
|
|
87
96
|
},
|
|
88
97
|
{
|
|
@@ -91,6 +100,7 @@
|
|
|
91
100
|
"type": {
|
|
92
101
|
"text": "boolean"
|
|
93
102
|
},
|
|
103
|
+
"description": "The hasBack value to be passed to the web-component-based micro frontend.\nIt indicates that there is one or more preserved views. Useful when you need to show a back button. ",
|
|
94
104
|
"default": "undefined"
|
|
95
105
|
},
|
|
96
106
|
{
|
|
@@ -99,6 +109,7 @@
|
|
|
99
109
|
"type": {
|
|
100
110
|
"text": "string"
|
|
101
111
|
},
|
|
112
|
+
"description": "Label information for the microfrontend. ",
|
|
102
113
|
"default": "undefined"
|
|
103
114
|
},
|
|
104
115
|
{
|
|
@@ -107,6 +118,7 @@
|
|
|
107
118
|
"type": {
|
|
108
119
|
"text": "string"
|
|
109
120
|
},
|
|
121
|
+
"description": "The locale to be passed to the web-component-based micro frontend. ",
|
|
110
122
|
"default": "undefined"
|
|
111
123
|
},
|
|
112
124
|
{
|
|
@@ -115,6 +127,7 @@
|
|
|
115
127
|
"type": {
|
|
116
128
|
"text": "boolean"
|
|
117
129
|
},
|
|
130
|
+
"description": "If set to true, the Luigi container webcomponent will not use the shadow DOM for rendering. ",
|
|
118
131
|
"default": "undefined"
|
|
119
132
|
},
|
|
120
133
|
{
|
|
@@ -123,6 +136,7 @@
|
|
|
123
136
|
"type": {
|
|
124
137
|
"text": "object"
|
|
125
138
|
},
|
|
139
|
+
"description": "The parameters to be passed to the web-component-based micro frontend. ",
|
|
126
140
|
"default": "undefined"
|
|
127
141
|
},
|
|
128
142
|
{
|
|
@@ -131,6 +145,7 @@
|
|
|
131
145
|
"type": {
|
|
132
146
|
"text": "object"
|
|
133
147
|
},
|
|
148
|
+
"description": "The path parameters to be passed to the web-component-based micro frontend. ",
|
|
134
149
|
"default": "undefined"
|
|
135
150
|
},
|
|
136
151
|
{
|
|
@@ -139,6 +154,7 @@
|
|
|
139
154
|
"type": {
|
|
140
155
|
"text": "Array<string>"
|
|
141
156
|
},
|
|
157
|
+
"description": "The list of rules for the content in the iframe, managed by the HTML `sandbox` attribute.\nYou can use one or more rules by adding them to the array, for example sandboxRules: [\"allow-scripts\", \"allow-same-origin\"]. ",
|
|
142
158
|
"default": "undefined"
|
|
143
159
|
},
|
|
144
160
|
{
|
|
@@ -147,6 +163,7 @@
|
|
|
147
163
|
"type": {
|
|
148
164
|
"text": "object"
|
|
149
165
|
},
|
|
166
|
+
"description": "The search parameters to be passed to the web-component-based micro frontend. ",
|
|
150
167
|
"default": "undefined"
|
|
151
168
|
},
|
|
152
169
|
{
|
|
@@ -155,6 +172,7 @@
|
|
|
155
172
|
"type": {
|
|
156
173
|
"text": "string"
|
|
157
174
|
},
|
|
175
|
+
"description": "If set to true, skips third party cookie check. ",
|
|
158
176
|
"default": "undefined"
|
|
159
177
|
},
|
|
160
178
|
{
|
|
@@ -163,6 +181,7 @@
|
|
|
163
181
|
"type": {
|
|
164
182
|
"text": "boolean"
|
|
165
183
|
},
|
|
184
|
+
"description": "If set to true, skips handshake and ready event is fired immediately. ",
|
|
166
185
|
"default": "undefined"
|
|
167
186
|
},
|
|
168
187
|
{
|
|
@@ -171,6 +190,7 @@
|
|
|
171
190
|
"type": {
|
|
172
191
|
"text": "string"
|
|
173
192
|
},
|
|
193
|
+
"description": "The theme to be passed to the web-component-based micro frontend. ",
|
|
174
194
|
"default": "undefined"
|
|
175
195
|
},
|
|
176
196
|
{
|
|
@@ -179,6 +199,7 @@
|
|
|
179
199
|
"type": {
|
|
180
200
|
"text": "object"
|
|
181
201
|
},
|
|
202
|
+
"description": "The user settings to be passed to the web-component-based micro frontend. ",
|
|
182
203
|
"default": "undefined"
|
|
183
204
|
},
|
|
184
205
|
{
|
|
@@ -187,6 +208,7 @@
|
|
|
187
208
|
"type": {
|
|
188
209
|
"text": "string"
|
|
189
210
|
},
|
|
211
|
+
"description": "The URL of the microfrontend to be rendered. ",
|
|
190
212
|
"default": "undefined"
|
|
191
213
|
},
|
|
192
214
|
{
|
|
@@ -195,6 +217,7 @@
|
|
|
195
217
|
"type": {
|
|
196
218
|
"text": "any"
|
|
197
219
|
},
|
|
220
|
+
"description": "Predicate that sets whether the microfrontend is to be rendered in a web component or not. It can also be an object with the attributes shown in a table below. ",
|
|
198
221
|
"default": "undefined"
|
|
199
222
|
},
|
|
200
223
|
{
|
|
@@ -441,6 +464,7 @@
|
|
|
441
464
|
"type": {
|
|
442
465
|
"text": "Array<string>"
|
|
443
466
|
},
|
|
467
|
+
"description": "The list of active feature toggles to be passed to the compound microfrontend. ",
|
|
444
468
|
"default": "undefined"
|
|
445
469
|
},
|
|
446
470
|
{
|
|
@@ -449,6 +473,7 @@
|
|
|
449
473
|
"type": {
|
|
450
474
|
"text": "string"
|
|
451
475
|
},
|
|
476
|
+
"description": "The anchor value to be passed to the compound micro frontend. ",
|
|
452
477
|
"default": "undefined"
|
|
453
478
|
},
|
|
454
479
|
{
|
|
@@ -457,6 +482,7 @@
|
|
|
457
482
|
"type": {
|
|
458
483
|
"text": "object"
|
|
459
484
|
},
|
|
485
|
+
"description": "The clientPermissions to be passed to the compound micro frontend. ",
|
|
460
486
|
"default": "undefined"
|
|
461
487
|
},
|
|
462
488
|
{
|
|
@@ -465,6 +491,7 @@
|
|
|
465
491
|
"type": {
|
|
466
492
|
"text": "object"
|
|
467
493
|
},
|
|
494
|
+
"description": "The configuration for the compound microfrontend.\nTake a look at the [compound parameter](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound) for details. ",
|
|
468
495
|
"default": "undefined"
|
|
469
496
|
},
|
|
470
497
|
{
|
|
@@ -473,6 +500,7 @@
|
|
|
473
500
|
"type": {
|
|
474
501
|
"text": "any"
|
|
475
502
|
},
|
|
503
|
+
"description": "The stringified context to be passed to the compound microfrontend. ",
|
|
476
504
|
"default": "undefined"
|
|
477
505
|
},
|
|
478
506
|
{
|
|
@@ -481,6 +509,7 @@
|
|
|
481
509
|
"type": {
|
|
482
510
|
"text": "boolean"
|
|
483
511
|
},
|
|
512
|
+
"description": "If set to true defers from initializing the microfronted automatically. In that case init() can be used. ",
|
|
484
513
|
"default": "undefined"
|
|
485
514
|
},
|
|
486
515
|
{
|
|
@@ -489,6 +518,7 @@
|
|
|
489
518
|
"type": {
|
|
490
519
|
"text": "boolean"
|
|
491
520
|
},
|
|
521
|
+
"description": "The dirty status value to be passed to the compound micro frontend.\nIt's used to indicate that there are unsaved changes when navigating away. ",
|
|
492
522
|
"default": "undefined"
|
|
493
523
|
},
|
|
494
524
|
{
|
|
@@ -497,6 +527,7 @@
|
|
|
497
527
|
"type": {
|
|
498
528
|
"text": "string"
|
|
499
529
|
},
|
|
530
|
+
"description": "The document title value to be passed to the compound micro frontend. ",
|
|
500
531
|
"default": "undefined"
|
|
501
532
|
},
|
|
502
533
|
{
|
|
@@ -505,6 +536,7 @@
|
|
|
505
536
|
"type": {
|
|
506
537
|
"text": "boolean"
|
|
507
538
|
},
|
|
539
|
+
"description": "The hasBack value to be passed to the compound micro frontend.\nIt indicates that there is one or more preserved views. Useful when you need to show a back button. ",
|
|
508
540
|
"default": "undefined"
|
|
509
541
|
},
|
|
510
542
|
{
|
|
@@ -513,6 +545,7 @@
|
|
|
513
545
|
"type": {
|
|
514
546
|
"text": "string"
|
|
515
547
|
},
|
|
548
|
+
"description": " The locale to be passed to the compound micro frontend. ",
|
|
516
549
|
"default": "undefined"
|
|
517
550
|
},
|
|
518
551
|
{
|
|
@@ -521,6 +554,7 @@
|
|
|
521
554
|
"type": {
|
|
522
555
|
"text": "boolean"
|
|
523
556
|
},
|
|
557
|
+
"description": "If set to true, the Luigi compound container webcomponent will not use the shadow DOM for rendering. ",
|
|
524
558
|
"default": "undefined"
|
|
525
559
|
},
|
|
526
560
|
{
|
|
@@ -529,6 +563,7 @@
|
|
|
529
563
|
"type": {
|
|
530
564
|
"text": "object"
|
|
531
565
|
},
|
|
566
|
+
"description": "The parameters to be passed to the compound micro frontend. Will not be passed to the compound children. ",
|
|
532
567
|
"default": "undefined"
|
|
533
568
|
},
|
|
534
569
|
{
|
|
@@ -537,6 +572,7 @@
|
|
|
537
572
|
"type": {
|
|
538
573
|
"text": "object"
|
|
539
574
|
},
|
|
575
|
+
"description": "The path parameters to be passed to the compound micro frontend. ",
|
|
540
576
|
"default": "undefined"
|
|
541
577
|
},
|
|
542
578
|
{
|
|
@@ -545,6 +581,7 @@
|
|
|
545
581
|
"type": {
|
|
546
582
|
"text": "object"
|
|
547
583
|
},
|
|
584
|
+
"description": "The search parameters to be passed to the compound micro frontend. ",
|
|
548
585
|
"default": "undefined"
|
|
549
586
|
},
|
|
550
587
|
{
|
|
@@ -553,6 +590,7 @@
|
|
|
553
590
|
"type": {
|
|
554
591
|
"text": "boolean"
|
|
555
592
|
},
|
|
593
|
+
"description": "If set to true, skips handshake and ready event is fired immediately. ",
|
|
556
594
|
"default": "undefined"
|
|
557
595
|
},
|
|
558
596
|
{
|
|
@@ -561,6 +599,7 @@
|
|
|
561
599
|
"type": {
|
|
562
600
|
"text": "string"
|
|
563
601
|
},
|
|
602
|
+
"description": "The theme to be passed to the compound microfrontend. ",
|
|
564
603
|
"default": "undefined"
|
|
565
604
|
},
|
|
566
605
|
{
|
|
@@ -569,6 +608,7 @@
|
|
|
569
608
|
"type": {
|
|
570
609
|
"text": "object"
|
|
571
610
|
},
|
|
611
|
+
"description": "The user settings to be passed to the compound micro frontend. ",
|
|
572
612
|
"default": "undefined"
|
|
573
613
|
},
|
|
574
614
|
{
|
|
@@ -577,6 +617,7 @@
|
|
|
577
617
|
"type": {
|
|
578
618
|
"text": "string"
|
|
579
619
|
},
|
|
620
|
+
"description": "The URL used for the renderer. ",
|
|
580
621
|
"default": "undefined"
|
|
581
622
|
},
|
|
582
623
|
{
|
|
@@ -585,6 +626,7 @@
|
|
|
585
626
|
"type": {
|
|
586
627
|
"text": "any"
|
|
587
628
|
},
|
|
629
|
+
"description": "The following properties can be set for the web component object. By default, the web component is set to true. ",
|
|
588
630
|
"default": "undefined"
|
|
589
631
|
},
|
|
590
632
|
{
|
package/package.json
CHANGED