@luigi-project/container 1.6.0-dev.20250390029 → 1.6.0-dev.20250410038

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.
@@ -20,7 +20,8 @@ export namespace Events {
20
20
  export const ALERT_REQUEST = 'show-alert-request';
21
21
 
22
22
  /**
23
- * Event fired when the micro frontend requests to close an alert.
23
+ * Event left due to historical reasons - do not use.
24
+ * @deprecated
24
25
  */
25
26
  export const ALERT_CLOSED = 'close-alert-request';
26
27
 
@@ -228,6 +228,14 @@
228
228
  "kind": "method",
229
229
  "name": "notifyAlertClosed"
230
230
  },
231
+ {
232
+ "kind": "method",
233
+ "name": "notifyConfirmationModalClosed"
234
+ },
235
+ {
236
+ "kind": "method",
237
+ "name": "updateViewUrl"
238
+ },
231
239
  {
232
240
  "kind": "method",
233
241
  "name": "init"
@@ -264,7 +272,7 @@
264
272
  },
265
273
  {
266
274
  "name": "close-alert-request",
267
- "description": "Event fired when the micro frontend requests to close an alert.",
275
+ "description": "Event left due to historical reasons - do not use. @deprecated",
268
276
  "type": {
269
277
  "text": "Event"
270
278
  }
@@ -652,6 +660,14 @@
652
660
  "kind": "method",
653
661
  "name": "updateContext"
654
662
  },
663
+ {
664
+ "kind": "method",
665
+ "name": "notifyAlertClosed"
666
+ },
667
+ {
668
+ "kind": "method",
669
+ "name": "notifyConfirmationModalClosed"
670
+ },
655
671
  {
656
672
  "kind": "method",
657
673
  "name": "init"
@@ -688,7 +704,7 @@
688
704
  },
689
705
  {
690
706
  "name": "close-alert-request",
691
- "description": "Event fired when the micro frontend requests to close an alert.",
707
+ "description": "Event left due to historical reasons - do not use. @deprecated",
692
708
  "type": {
693
709
  "text": "Event"
694
710
  }
package/package.json CHANGED
@@ -20,5 +20,5 @@
20
20
  "micro-frontends",
21
21
  "microfrontends"
22
22
  ],
23
- "version": "1.6.0-dev.20250390029"
23
+ "version": "1.6.0-dev.20250410038"
24
24
  }