@luigi-project/container 1.7.0-dev.20250640036 → 1.7.0-dev.20250720036

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.
@@ -37,7 +37,7 @@ export namespace Events {
37
37
 
38
38
  /**
39
39
  * Event fired when a navigation has been requested by the micro frontend. <br><br>
40
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|NavigationRequestPayload}
40
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|NavigationRequestPayload}
41
41
  * @type {NavigationRequestPayload}
42
42
  * @example
43
43
  * {
@@ -57,7 +57,7 @@ export namespace Events {
57
57
  /**
58
58
  * Event fired when the micro frontend requests to show an alert. <br>
59
59
  * Read more about `showAlert` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showalert). <br><br>
60
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|AlertRequestPayload}
60
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|AlertRequestPayload}
61
61
  * @type {AlertRequestPayload}
62
62
  * @example
63
63
  * {
@@ -95,7 +95,7 @@ export namespace Events {
95
95
 
96
96
  /**
97
97
  * Event fired when the micro frontend requests the addition of search parameters to the URL. <br><br>
98
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload}
98
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload}
99
99
  * @type {ParamsRequestPayload}
100
100
  * @example
101
101
  * {
@@ -110,7 +110,7 @@ export namespace Events {
110
110
 
111
111
  /**
112
112
  * Event fired when the micro frontend requests the addition of node parameters to the URL. <br><br>
113
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload}
113
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload}
114
114
  * @type {ParamsRequestPayload}
115
115
  * @example
116
116
  * {
@@ -126,7 +126,7 @@ export namespace Events {
126
126
  /**
127
127
  * Event fired when the micro frontend requests to show a confirmation modal. <br>
128
128
  * Read more about `showConfirmationModal` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showconfirmationmodal). <br><br>
129
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ConfirmationModalRequestPayload}
129
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ConfirmationModalRequestPayload}
130
130
  * @type {ConfirmationModalRequestPayload}
131
131
  * @example
132
132
  * {
@@ -223,7 +223,7 @@ export namespace Events {
223
223
 
224
224
  /**
225
225
  * Event fired when the micro frontend requests the current app route. <br><br>
226
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|CurrentRouteRequestPayload}
226
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|CurrentRouteRequestPayload}
227
227
  * @type {CurrentRouteRequestPayload}
228
228
  * @example
229
229
  * {
@@ -250,7 +250,7 @@ export namespace Events {
250
250
 
251
251
  /**
252
252
  * Event fired when the micro frontend requests to update the modal path parameters. <br><br>
253
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalPathDataRequestPayload}
253
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalPathDataRequestPayload}
254
254
  * @type {ModalPathDataRequestPayload}
255
255
  * @example
256
256
  * {
@@ -272,7 +272,7 @@ export namespace Events {
272
272
  /**
273
273
  * Event fired when the micro frontend requests to update the modal settings. <br>
274
274
  * Read more about `updateModalSettings` params [here](https://docs.luigi-project.io/docs/luigi-client-api?section=updatemodalsettings). <br><br>
275
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalSettingsRequestPayload}
275
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalSettingsRequestPayload}
276
276
  * @type {ModalSettingsRequestPayload}
277
277
  * @example
278
278
  * {
@@ -24,7 +24,7 @@ var Events;
24
24
  Events.GET_CONTEXT_REQUEST = 'get-context-request';
25
25
  /**
26
26
  * Event fired when a navigation has been requested by the micro frontend. <br><br>
27
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|NavigationRequestPayload}
27
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|NavigationRequestPayload}
28
28
  * @type {NavigationRequestPayload}
29
29
  * @example
30
30
  * {
@@ -43,7 +43,7 @@ var Events;
43
43
  /**
44
44
  * Event fired when the micro frontend requests to show an alert. <br>
45
45
  * Read more about `showAlert` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showalert). <br><br>
46
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|AlertRequestPayload}
46
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|AlertRequestPayload}
47
47
  * @type {AlertRequestPayload}
48
48
  * @example
49
49
  * {
@@ -78,7 +78,7 @@ var Events;
78
78
  Events.INITIALIZED = 'initialized';
79
79
  /**
80
80
  * Event fired when the micro frontend requests the addition of search parameters to the URL. <br><br>
81
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload}
81
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload}
82
82
  * @type {ParamsRequestPayload}
83
83
  * @example
84
84
  * {
@@ -92,7 +92,7 @@ var Events;
92
92
  Events.ADD_SEARCH_PARAMS_REQUEST = 'add-search-params-request';
93
93
  /**
94
94
  * Event fired when the micro frontend requests the addition of node parameters to the URL. <br><br>
95
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload}
95
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload}
96
96
  * @type {ParamsRequestPayload}
97
97
  * @example
98
98
  * {
@@ -107,7 +107,7 @@ var Events;
107
107
  /**
108
108
  * Event fired when the micro frontend requests to show a confirmation modal. <br>
109
109
  * Read more about `showConfirmationModal` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showconfirmationmodal). <br><br>
110
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ConfirmationModalRequestPayload}
110
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ConfirmationModalRequestPayload}
111
111
  * @type {ConfirmationModalRequestPayload}
112
112
  * @example
113
113
  * {
@@ -195,7 +195,7 @@ var Events;
195
195
  Events.BACK_NAVIGATION_REQUEST = 'navigate-back-request';
196
196
  /**
197
197
  * Event fired when the micro frontend requests the current app route. <br><br>
198
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|CurrentRouteRequestPayload}
198
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|CurrentRouteRequestPayload}
199
199
  * @type {CurrentRouteRequestPayload}
200
200
  * @example
201
201
  * {
@@ -220,7 +220,7 @@ var Events;
220
220
  Events.NAVIGATION_COMPLETED_REPORT = 'report-navigation-completed-request';
221
221
  /**
222
222
  * Event fired when the micro frontend requests to update the modal path parameters. <br><br>
223
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalPathDataRequestPayload}
223
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalPathDataRequestPayload}
224
224
  * @type {ModalPathDataRequestPayload}
225
225
  * @example
226
226
  * {
@@ -241,7 +241,7 @@ var Events;
241
241
  /**
242
242
  * Event fired when the micro frontend requests to update the modal settings. <br>
243
243
  * Read more about `updateModalSettings` params [here](https://docs.luigi-project.io/docs/luigi-client-api?section=updatemodalsettings). <br><br>
244
- * Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalSettingsRequestPayload}
244
+ * Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalSettingsRequestPayload}
245
245
  * @type {ModalSettingsRequestPayload}
246
246
  * @example
247
247
  * {
@@ -236,14 +236,14 @@
236
236
  },
237
237
  {
238
238
  "name": "navigation-request",
239
- "description": "Event fired when a navigation has been requested by the micro frontend. Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|NavigationRequestPayload} @type {NavigationRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, link: '/test/route', nodeParams: {} }",
239
+ "description": "Event fired when a navigation has been requested by the micro frontend. Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|NavigationRequestPayload} @type {NavigationRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, link: '/test/route', nodeParams: {} }",
240
240
  "type": {
241
241
  "text": "Event"
242
242
  }
243
243
  },
244
244
  {
245
245
  "name": "show-alert-request",
246
- "description": "Event fired when the micro frontend requests to show an alert. Read more about `showAlert` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showalert). Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|AlertRequestPayload} @type {AlertRequestPayload} @example { text: 'Custom alert message', type: 'info', links: { goToHome: { text: 'Homepage', url: '/overview' }, goToOtherProject: { text: 'Other project', url: '/projects/pr2' }, relativePath: { text: 'Hide side nav', url: 'hideSideNav' }, neverShowItAgain: { text: 'Never show it again', dismissKey: 'neverShowItAgain' } }, closeAfter: 3000 }",
246
+ "description": "Event fired when the micro frontend requests to show an alert. Read more about `showAlert` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showalert). Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|AlertRequestPayload} @type {AlertRequestPayload} @example { text: 'Custom alert message', type: 'info', links: { goToHome: { text: 'Homepage', url: '/overview' }, goToOtherProject: { text: 'Other project', url: '/projects/pr2' }, relativePath: { text: 'Hide side nav', url: 'hideSideNav' }, neverShowItAgain: { text: 'Never show it again', dismissKey: 'neverShowItAgain' } }, closeAfter: 3000 }",
247
247
  "type": {
248
248
  "text": "Event"
249
249
  }
@@ -257,21 +257,21 @@
257
257
  },
258
258
  {
259
259
  "name": "add-search-params-request",
260
- "description": "Event fired when the micro frontend requests the addition of search parameters to the URL. Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload} @type {ParamsRequestPayload} @example { data: {}, keepBrowserHistory: false }",
260
+ "description": "Event fired when the micro frontend requests the addition of search parameters to the URL. Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload} @type {ParamsRequestPayload} @example { data: {}, keepBrowserHistory: false }",
261
261
  "type": {
262
262
  "text": "Event"
263
263
  }
264
264
  },
265
265
  {
266
266
  "name": "add-node-params-request",
267
- "description": "Event fired when the micro frontend requests the addition of node parameters to the URL. Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload} @type {ParamsRequestPayload} @example { data: {}, keepBrowserHistory: false }",
267
+ "description": "Event fired when the micro frontend requests the addition of node parameters to the URL. Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload} @type {ParamsRequestPayload} @example { data: {}, keepBrowserHistory: false }",
268
268
  "type": {
269
269
  "text": "Event"
270
270
  }
271
271
  },
272
272
  {
273
273
  "name": "show-confirmation-modal-request",
274
- "description": "Event fired when the micro frontend requests to show a confirmation modal. Read more about `showConfirmationModal` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showconfirmationmodal). Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ConfirmationModalRequestPayload} @type {ConfirmationModalRequestPayload} @example { header: 'Confirmation', body: 'Are you sure you want to do this?', buttonConfirm: 'Yes', buttonDismiss: 'No' }",
274
+ "description": "Event fired when the micro frontend requests to show a confirmation modal. Read more about `showConfirmationModal` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showconfirmationmodal). Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ConfirmationModalRequestPayload} @type {ConfirmationModalRequestPayload} @example { header: 'Confirmation', body: 'Are you sure you want to do this?', buttonConfirm: 'Yes', buttonDismiss: 'No' }",
275
275
  "type": {
276
276
  "text": "Event"
277
277
  }
@@ -327,7 +327,7 @@
327
327
  },
328
328
  {
329
329
  "name": "get-current-route-request",
330
- "description": "Event fired when the micro frontend requests the current app route. Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|CurrentRouteRequestPayload} @type {CurrentRouteRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, nodeParams: {} }",
330
+ "description": "Event fired when the micro frontend requests the current app route. Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|CurrentRouteRequestPayload} @type {CurrentRouteRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, nodeParams: {} }",
331
331
  "type": {
332
332
  "text": "Event"
333
333
  }
@@ -341,14 +341,14 @@
341
341
  },
342
342
  {
343
343
  "name": "update-modal-path-data-request",
344
- "description": "Event fired when the micro frontend requests to update the modal path parameters. Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalPathDataRequestPayload} @type {ModalPathDataRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, history: true, link: '/test/route', modal: { title: 'Some modal' }, nodeParams: {} }",
344
+ "description": "Event fired when the micro frontend requests to update the modal path parameters. Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalPathDataRequestPayload} @type {ModalPathDataRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, history: true, link: '/test/route', modal: { title: 'Some modal' }, nodeParams: {} }",
345
345
  "type": {
346
346
  "text": "Event"
347
347
  }
348
348
  },
349
349
  {
350
350
  "name": "update-modal-settings-request",
351
- "description": "Event fired when the micro frontend requests to update the modal settings. Read more about `updateModalSettings` params [here](https://docs.luigi-project.io/docs/luigi-client-api?section=updatemodalsettings). Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalSettingsRequestPayload} @type {ModalSettingsRequestPayload} @example { addHistoryEntry: true, updatedModalSettings: {} }",
351
+ "description": "Event fired when the micro frontend requests to update the modal settings. Read more about `updateModalSettings` params [here](https://docs.luigi-project.io/docs/luigi-client-api?section=updatemodalsettings). Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalSettingsRequestPayload} @type {ModalSettingsRequestPayload} @example { addHistoryEntry: true, updatedModalSettings: {} }",
352
352
  "type": {
353
353
  "text": "Event"
354
354
  }
@@ -607,14 +607,14 @@
607
607
  },
608
608
  {
609
609
  "name": "navigation-request",
610
- "description": "Event fired when a navigation has been requested by the micro frontend. Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|NavigationRequestPayload} @type {NavigationRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, link: '/test/route', nodeParams: {} }",
610
+ "description": "Event fired when a navigation has been requested by the micro frontend. Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|NavigationRequestPayload} @type {NavigationRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, link: '/test/route', nodeParams: {} }",
611
611
  "type": {
612
612
  "text": "Event"
613
613
  }
614
614
  },
615
615
  {
616
616
  "name": "show-alert-request",
617
- "description": "Event fired when the micro frontend requests to show an alert. Read more about `showAlert` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showalert). Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|AlertRequestPayload} @type {AlertRequestPayload} @example { text: 'Custom alert message', type: 'info', links: { goToHome: { text: 'Homepage', url: '/overview' }, goToOtherProject: { text: 'Other project', url: '/projects/pr2' }, relativePath: { text: 'Hide side nav', url: 'hideSideNav' }, neverShowItAgain: { text: 'Never show it again', dismissKey: 'neverShowItAgain' } }, closeAfter: 3000 }",
617
+ "description": "Event fired when the micro frontend requests to show an alert. Read more about `showAlert` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showalert). Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|AlertRequestPayload} @type {AlertRequestPayload} @example { text: 'Custom alert message', type: 'info', links: { goToHome: { text: 'Homepage', url: '/overview' }, goToOtherProject: { text: 'Other project', url: '/projects/pr2' }, relativePath: { text: 'Hide side nav', url: 'hideSideNav' }, neverShowItAgain: { text: 'Never show it again', dismissKey: 'neverShowItAgain' } }, closeAfter: 3000 }",
618
618
  "type": {
619
619
  "text": "Event"
620
620
  }
@@ -628,21 +628,21 @@
628
628
  },
629
629
  {
630
630
  "name": "add-search-params-request",
631
- "description": "Event fired when the micro frontend requests the addition of search parameters to the URL. Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload} @type {ParamsRequestPayload} @example { data: {}, keepBrowserHistory: false }",
631
+ "description": "Event fired when the micro frontend requests the addition of search parameters to the URL. Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload} @type {ParamsRequestPayload} @example { data: {}, keepBrowserHistory: false }",
632
632
  "type": {
633
633
  "text": "Event"
634
634
  }
635
635
  },
636
636
  {
637
637
  "name": "add-node-params-request",
638
- "description": "Event fired when the micro frontend requests the addition of node parameters to the URL. Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload} @type {ParamsRequestPayload} @example { data: {}, keepBrowserHistory: false }",
638
+ "description": "Event fired when the micro frontend requests the addition of node parameters to the URL. Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ParamsRequestPayload} @type {ParamsRequestPayload} @example { data: {}, keepBrowserHistory: false }",
639
639
  "type": {
640
640
  "text": "Event"
641
641
  }
642
642
  },
643
643
  {
644
644
  "name": "show-confirmation-modal-request",
645
- "description": "Event fired when the micro frontend requests to show a confirmation modal. Read more about `showConfirmationModal` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showconfirmationmodal). Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ConfirmationModalRequestPayload} @type {ConfirmationModalRequestPayload} @example { header: 'Confirmation', body: 'Are you sure you want to do this?', buttonConfirm: 'Yes', buttonDismiss: 'No' }",
645
+ "description": "Event fired when the micro frontend requests to show a confirmation modal. Read more about `showConfirmationModal` params [here](https://docs.luigi-project.io/docs/luigi-core-api?section=showconfirmationmodal). Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ConfirmationModalRequestPayload} @type {ConfirmationModalRequestPayload} @example { header: 'Confirmation', body: 'Are you sure you want to do this?', buttonConfirm: 'Yes', buttonDismiss: 'No' }",
646
646
  "type": {
647
647
  "text": "Event"
648
648
  }
@@ -698,7 +698,7 @@
698
698
  },
699
699
  {
700
700
  "name": "get-current-route-request",
701
- "description": "Event fired when the micro frontend requests the current app route. Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|CurrentRouteRequestPayload} @type {CurrentRouteRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, nodeParams: {} }",
701
+ "description": "Event fired when the micro frontend requests the current app route. Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|CurrentRouteRequestPayload} @type {CurrentRouteRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, nodeParams: {} }",
702
702
  "type": {
703
703
  "text": "Event"
704
704
  }
@@ -712,14 +712,14 @@
712
712
  },
713
713
  {
714
714
  "name": "update-modal-path-data-request",
715
- "description": "Event fired when the micro frontend requests to update the modal path parameters. Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalPathDataRequestPayload} @type {ModalPathDataRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, history: true, link: '/test/route', modal: { title: 'Some modal' }, nodeParams: {} }",
715
+ "description": "Event fired when the micro frontend requests to update the modal path parameters. Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalPathDataRequestPayload} @type {ModalPathDataRequestPayload} @example { fromClosestContext: false, fromContext: null, fromParent: true, fromVirtualTreeRoot: false, history: true, link: '/test/route', modal: { title: 'Some modal' }, nodeParams: {} }",
716
716
  "type": {
717
717
  "text": "Event"
718
718
  }
719
719
  },
720
720
  {
721
721
  "name": "update-modal-settings-request",
722
- "description": "Event fired when the micro frontend requests to update the modal settings. Read more about `updateModalSettings` params [here](https://docs.luigi-project.io/docs/luigi-client-api?section=updatemodalsettings). Payload: {@link https://github.com/SAP/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalSettingsRequestPayload} @type {ModalSettingsRequestPayload} @example { addHistoryEntry: true, updatedModalSettings: {} }",
722
+ "description": "Event fired when the micro frontend requests to update the modal settings. Read more about `updateModalSettings` params [here](https://docs.luigi-project.io/docs/luigi-client-api?section=updatemodalsettings). Payload: {@link https://github.com/luigi-project/luigi/blob/main/container/typings/constants/event-payloads.ts|ModalSettingsRequestPayload} @type {ModalSettingsRequestPayload} @example { addHistoryEntry: true, updatedModalSettings: {} }",
723
723
  "type": {
724
724
  "text": "Event"
725
725
  }
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "types": "index.d.ts",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "ssh://github.com/SAP/luigi.git"
9
+ "url": "ssh://github.com/luigi-project/luigi.git"
10
10
  },
11
11
  "customElements": "./dist/custom-elements.json",
12
12
  "publishConfig": {
@@ -20,5 +20,5 @@
20
20
  "micro-frontends",
21
21
  "microfrontends"
22
22
  ],
23
- "version": "1.7.0-dev.20250640036"
23
+ "version": "1.7.0-dev.20250720036"
24
24
  }