@luigi-project/container 1.6.0-dev.20250410038 → 1.6.0-dev.20250420852
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.svelte.d.ts +0 -19
- package/LuigiContainer.svelte.d.ts +2 -19
- package/bundle.js +1 -1
- package/bundle.js.map +1 -1
- package/constants/events.d.ts +1 -2
- package/dist/custom-elements.json +6 -42
- package/package.json +1 -1
package/constants/events.d.ts
CHANGED
|
@@ -20,8 +20,7 @@ export namespace Events {
|
|
|
20
20
|
export const ALERT_REQUEST = 'show-alert-request';
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
|
-
* Event
|
|
24
|
-
* @deprecated
|
|
23
|
+
* Event fired when the micro frontend requests to close an alert.
|
|
25
24
|
*/
|
|
26
25
|
export const ALERT_CLOSED = 'close-alert-request';
|
|
27
26
|
|
|
@@ -17,12 +17,7 @@
|
|
|
17
17
|
"kind": "field",
|
|
18
18
|
"name": "activeFeatureToggleList",
|
|
19
19
|
"type": {
|
|
20
|
-
"text": "Array<string>"
|
|
21
|
-
"references": [
|
|
22
|
-
{
|
|
23
|
-
"name": "string"
|
|
24
|
-
}
|
|
25
|
-
]
|
|
20
|
+
"text": "Array<string>"
|
|
26
21
|
},
|
|
27
22
|
"default": "undefined"
|
|
28
23
|
},
|
|
@@ -30,12 +25,7 @@
|
|
|
30
25
|
"kind": "field",
|
|
31
26
|
"name": "allowRules",
|
|
32
27
|
"type": {
|
|
33
|
-
"text": "Array<string>"
|
|
34
|
-
"references": [
|
|
35
|
-
{
|
|
36
|
-
"name": "string"
|
|
37
|
-
}
|
|
38
|
-
]
|
|
28
|
+
"text": "Array<string>"
|
|
39
29
|
},
|
|
40
30
|
"default": "undefined"
|
|
41
31
|
},
|
|
@@ -147,12 +137,7 @@
|
|
|
147
137
|
"kind": "field",
|
|
148
138
|
"name": "sandboxRules",
|
|
149
139
|
"type": {
|
|
150
|
-
"text": "Array<string>"
|
|
151
|
-
"references": [
|
|
152
|
-
{
|
|
153
|
-
"name": "string"
|
|
154
|
-
}
|
|
155
|
-
]
|
|
140
|
+
"text": "Array<string>"
|
|
156
141
|
},
|
|
157
142
|
"default": "undefined"
|
|
158
143
|
},
|
|
@@ -228,14 +213,6 @@
|
|
|
228
213
|
"kind": "method",
|
|
229
214
|
"name": "notifyAlertClosed"
|
|
230
215
|
},
|
|
231
|
-
{
|
|
232
|
-
"kind": "method",
|
|
233
|
-
"name": "notifyConfirmationModalClosed"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"kind": "method",
|
|
237
|
-
"name": "updateViewUrl"
|
|
238
|
-
},
|
|
239
216
|
{
|
|
240
217
|
"kind": "method",
|
|
241
218
|
"name": "init"
|
|
@@ -272,7 +249,7 @@
|
|
|
272
249
|
},
|
|
273
250
|
{
|
|
274
251
|
"name": "close-alert-request",
|
|
275
|
-
"description": "Event
|
|
252
|
+
"description": "Event fired when the micro frontend requests to close an alert.",
|
|
276
253
|
"type": {
|
|
277
254
|
"text": "Event"
|
|
278
255
|
}
|
|
@@ -503,12 +480,7 @@
|
|
|
503
480
|
"kind": "field",
|
|
504
481
|
"name": "activeFeatureToggleList",
|
|
505
482
|
"type": {
|
|
506
|
-
"text": "Array<string>"
|
|
507
|
-
"references": [
|
|
508
|
-
{
|
|
509
|
-
"name": "string"
|
|
510
|
-
}
|
|
511
|
-
]
|
|
483
|
+
"text": "Array<string>"
|
|
512
484
|
},
|
|
513
485
|
"default": "undefined"
|
|
514
486
|
},
|
|
@@ -660,14 +632,6 @@
|
|
|
660
632
|
"kind": "method",
|
|
661
633
|
"name": "updateContext"
|
|
662
634
|
},
|
|
663
|
-
{
|
|
664
|
-
"kind": "method",
|
|
665
|
-
"name": "notifyAlertClosed"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"kind": "method",
|
|
669
|
-
"name": "notifyConfirmationModalClosed"
|
|
670
|
-
},
|
|
671
635
|
{
|
|
672
636
|
"kind": "method",
|
|
673
637
|
"name": "init"
|
|
@@ -704,7 +668,7 @@
|
|
|
704
668
|
},
|
|
705
669
|
{
|
|
706
670
|
"name": "close-alert-request",
|
|
707
|
-
"description": "Event
|
|
671
|
+
"description": "Event fired when the micro frontend requests to close an alert.",
|
|
708
672
|
"type": {
|
|
709
673
|
"text": "Event"
|
|
710
674
|
}
|
package/package.json
CHANGED