@luigi-project/container 1.3.0 → 1.4.0-dev.20241170031
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.js +1 -0
- package/LuigiCompoundContainer.svelte.d.ts +95 -5
- package/LuigiContainer.js +1 -0
- package/LuigiContainer.svelte.d.ts +70 -4
- package/bundle.js +1 -1
- package/bundle.js.map +1 -1
- package/dist/custom-elements.json +918 -0
- package/package.json +22 -21
- package/vscode.html-custom-data.json +173 -0
|
@@ -0,0 +1,918 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "2.1.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<string>",
|
|
21
|
+
"references": [
|
|
22
|
+
{
|
|
23
|
+
"name": "string"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"default": "undefined"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"kind": "field",
|
|
31
|
+
"name": "allowRules",
|
|
32
|
+
"type": {
|
|
33
|
+
"text": "Array<string>",
|
|
34
|
+
"references": [
|
|
35
|
+
{
|
|
36
|
+
"name": "string"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"default": "undefined"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"kind": "field",
|
|
44
|
+
"name": "anchor",
|
|
45
|
+
"type": {
|
|
46
|
+
"text": "string"
|
|
47
|
+
},
|
|
48
|
+
"default": "undefined"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "field",
|
|
52
|
+
"name": "authData",
|
|
53
|
+
"type": {
|
|
54
|
+
"text": "object"
|
|
55
|
+
},
|
|
56
|
+
"default": "undefined"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"kind": "field",
|
|
60
|
+
"name": "clientPermissions",
|
|
61
|
+
"type": {
|
|
62
|
+
"text": "object"
|
|
63
|
+
},
|
|
64
|
+
"default": "undefined"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"kind": "field",
|
|
68
|
+
"name": "context",
|
|
69
|
+
"type": {
|
|
70
|
+
"text": "any"
|
|
71
|
+
},
|
|
72
|
+
"default": "undefined"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"kind": "field",
|
|
76
|
+
"name": "deferInit",
|
|
77
|
+
"type": {
|
|
78
|
+
"text": "boolean"
|
|
79
|
+
},
|
|
80
|
+
"default": "undefined"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"kind": "field",
|
|
84
|
+
"name": "dirtyStatus",
|
|
85
|
+
"type": {
|
|
86
|
+
"text": "boolean"
|
|
87
|
+
},
|
|
88
|
+
"default": "undefined"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"kind": "field",
|
|
92
|
+
"name": "documentTitle",
|
|
93
|
+
"type": {
|
|
94
|
+
"text": "string"
|
|
95
|
+
},
|
|
96
|
+
"default": "undefined"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"kind": "field",
|
|
100
|
+
"name": "hasBack",
|
|
101
|
+
"type": {
|
|
102
|
+
"text": "boolean"
|
|
103
|
+
},
|
|
104
|
+
"default": "undefined"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"kind": "field",
|
|
108
|
+
"name": "label",
|
|
109
|
+
"type": {
|
|
110
|
+
"text": "string"
|
|
111
|
+
},
|
|
112
|
+
"default": "undefined"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"kind": "field",
|
|
116
|
+
"name": "locale",
|
|
117
|
+
"type": {
|
|
118
|
+
"text": "string"
|
|
119
|
+
},
|
|
120
|
+
"default": "undefined"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"kind": "field",
|
|
124
|
+
"name": "noShadow",
|
|
125
|
+
"type": {
|
|
126
|
+
"text": "boolean"
|
|
127
|
+
},
|
|
128
|
+
"default": "undefined"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"kind": "field",
|
|
132
|
+
"name": "nodeParams",
|
|
133
|
+
"type": {
|
|
134
|
+
"text": "object"
|
|
135
|
+
},
|
|
136
|
+
"default": "undefined"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"kind": "field",
|
|
140
|
+
"name": "pathParams",
|
|
141
|
+
"type": {
|
|
142
|
+
"text": "object"
|
|
143
|
+
},
|
|
144
|
+
"default": "undefined"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"kind": "field",
|
|
148
|
+
"name": "sandboxRules",
|
|
149
|
+
"type": {
|
|
150
|
+
"text": "Array<string>",
|
|
151
|
+
"references": [
|
|
152
|
+
{
|
|
153
|
+
"name": "string"
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"default": "undefined"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"kind": "field",
|
|
161
|
+
"name": "searchParams",
|
|
162
|
+
"type": {
|
|
163
|
+
"text": "object"
|
|
164
|
+
},
|
|
165
|
+
"default": "undefined"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"kind": "field",
|
|
169
|
+
"name": "skipCookieCheck",
|
|
170
|
+
"type": {
|
|
171
|
+
"text": "string"
|
|
172
|
+
},
|
|
173
|
+
"default": "undefined"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"kind": "field",
|
|
177
|
+
"name": "skipInitCheck",
|
|
178
|
+
"type": {
|
|
179
|
+
"text": "boolean"
|
|
180
|
+
},
|
|
181
|
+
"default": "undefined"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"kind": "field",
|
|
185
|
+
"name": "theme",
|
|
186
|
+
"type": {
|
|
187
|
+
"text": "string"
|
|
188
|
+
},
|
|
189
|
+
"default": "undefined"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"kind": "field",
|
|
193
|
+
"name": "userSettings",
|
|
194
|
+
"type": {
|
|
195
|
+
"text": "object"
|
|
196
|
+
},
|
|
197
|
+
"default": "undefined"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"kind": "field",
|
|
201
|
+
"name": "viewurl",
|
|
202
|
+
"type": {
|
|
203
|
+
"text": "string"
|
|
204
|
+
},
|
|
205
|
+
"default": "undefined"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"kind": "field",
|
|
209
|
+
"name": "webcomponent",
|
|
210
|
+
"type": {
|
|
211
|
+
"text": "any"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"kind": "method",
|
|
216
|
+
"name": "closeAlert"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"kind": "method",
|
|
220
|
+
"name": "sendCustomMessage"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"kind": "method",
|
|
224
|
+
"name": "updateContext"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"kind": "method",
|
|
228
|
+
"name": "attributeChangedCallback"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"kind": "method",
|
|
232
|
+
"name": "getNoShadow"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"kind": "method",
|
|
236
|
+
"name": "init"
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"events": [
|
|
240
|
+
{
|
|
241
|
+
"name": "custom-message",
|
|
242
|
+
"description": "A message emitted from the micro frontend when a custom message is sent.",
|
|
243
|
+
"type": {
|
|
244
|
+
"text": "Event"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "get-context-request",
|
|
249
|
+
"description": "A message emitted from the micro frontend when the context data is sent.",
|
|
250
|
+
"type": {
|
|
251
|
+
"text": "Event"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "navigation-request",
|
|
256
|
+
"description": "A message emitted from the micro frontend when a navigation request is sent.",
|
|
257
|
+
"type": {
|
|
258
|
+
"text": "Event"
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "show-alert-request",
|
|
263
|
+
"description": "A message emitted from the micro frontend when a request to show an alert is sent.",
|
|
264
|
+
"type": {
|
|
265
|
+
"text": "Event"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "close-alert-request",
|
|
270
|
+
"description": "A message emitted from the micro frontend when a request to close an alert is sent.",
|
|
271
|
+
"type": {
|
|
272
|
+
"text": "Event"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "initialized",
|
|
277
|
+
"description": "A message emitted from the micro frontend when it is first initialized.",
|
|
278
|
+
"type": {
|
|
279
|
+
"text": "Event"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "add-search-params-request",
|
|
284
|
+
"description": "A message emitted from the micro frontend to request adding search parameters to the URL.",
|
|
285
|
+
"type": {
|
|
286
|
+
"text": "Event"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "add-node-params-request",
|
|
291
|
+
"description": "A message emitted from the micro frontend to request adding node parameters to the URL.",
|
|
292
|
+
"type": {
|
|
293
|
+
"text": "Event"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "show-confirmation-modal-request",
|
|
298
|
+
"description": "A message emitted from the micro frontend when a request to show a confirmation modal is sent.",
|
|
299
|
+
"type": {
|
|
300
|
+
"text": "Event"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "show-loading-indicator-request",
|
|
305
|
+
"description": "A message emitted from the micro frontend when a request to show a loading indicator is sent.",
|
|
306
|
+
"type": {
|
|
307
|
+
"text": "Event"
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "hide-loading-indicator-request",
|
|
312
|
+
"description": "A message emitted from the micro frontend when a request to hide the loading indicator is sent.",
|
|
313
|
+
"type": {
|
|
314
|
+
"text": "Event"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "set-current-locale-request",
|
|
319
|
+
"description": "A message emitted from the micro frontend when a request to set the current locale is sent.",
|
|
320
|
+
"type": {
|
|
321
|
+
"text": "Event"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "set-storage-request",
|
|
326
|
+
"description": "A message emitted from the micro frontend when a request to modify the local storage is sent.",
|
|
327
|
+
"type": {
|
|
328
|
+
"text": "Event"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "runtime-error-handling-request",
|
|
333
|
+
"description": "A message emitted from the micro frontend when a request to handle an error during runtime is sent.",
|
|
334
|
+
"type": {
|
|
335
|
+
"text": "Event"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "set-anchor-request",
|
|
340
|
+
"description": "A message emitted from the micro frontend when a request to set the anchor of the URL is sent.",
|
|
341
|
+
"type": {
|
|
342
|
+
"text": "Event"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "set-third-party-cookies-request",
|
|
347
|
+
"description": "A message emitted from the micro frontend when a request to set third-party cookies is sent.",
|
|
348
|
+
"type": {
|
|
349
|
+
"text": "Event"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "navigate-back-request",
|
|
354
|
+
"description": "A message emitted from the micro frontend when a request to navigate back is sent.",
|
|
355
|
+
"type": {
|
|
356
|
+
"text": "Event"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "get-current-route-request",
|
|
361
|
+
"description": "A message emitted from the micro frontend when a request to receive the current app route is sent.",
|
|
362
|
+
"type": {
|
|
363
|
+
"text": "Event"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "report-navigation-completed-request",
|
|
368
|
+
"description": "A message emitted from the micro frontend to report that the navigation is completed.",
|
|
369
|
+
"type": {
|
|
370
|
+
"text": "Event"
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"name": "update-modal-path-data-request",
|
|
375
|
+
"description": "A message emitted from the micro frontend when a request to update the modal path parameters is sent.",
|
|
376
|
+
"type": {
|
|
377
|
+
"text": "Event"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "check-path-exists-request",
|
|
382
|
+
"description": "A message emitted from the micro frontend when a request to check the validity of a path is sent.",
|
|
383
|
+
"type": {
|
|
384
|
+
"text": "Event"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "set-dirty-status-request",
|
|
389
|
+
"description": "A message emitted from the micro frontend when a request to set the 'dirty status' is sent.",
|
|
390
|
+
"type": {
|
|
391
|
+
"text": "Event"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "set-viewgroup-data-request",
|
|
396
|
+
"description": "A message emitted from the micro frontend when a request to set the view group data is sent.",
|
|
397
|
+
"type": {
|
|
398
|
+
"text": "Event"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "set-document-title-request",
|
|
403
|
+
"description": "A message emitted from the micro frontend when a request to set the document title is sent.",
|
|
404
|
+
"type": {
|
|
405
|
+
"text": "Event"
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "open-user-settings-request",
|
|
410
|
+
"description": "A message emitted from the micro frontend when a request to open user settings is sent.",
|
|
411
|
+
"type": {
|
|
412
|
+
"text": "Event"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "close-user-settings-request",
|
|
417
|
+
"description": "A message emitted from the micro frontend when a request to close user settings is sent.",
|
|
418
|
+
"type": {
|
|
419
|
+
"text": "Event"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "collapse-leftnav-request",
|
|
424
|
+
"description": "A message emitted from the micro frontend when a request to collapse the left side navigation is sent.",
|
|
425
|
+
"type": {
|
|
426
|
+
"text": "Event"
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "update-top-navigation-request",
|
|
431
|
+
"description": "A message emitted from the micro frontend when a request to update the top navigation is sent.",
|
|
432
|
+
"type": {
|
|
433
|
+
"text": "Event"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "path-exists-request",
|
|
438
|
+
"description": "A message emitted from the micro frontend when a request to check if a path exists is sent.",
|
|
439
|
+
"type": {
|
|
440
|
+
"text": "Event"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "go-back-request",
|
|
445
|
+
"description": "A message emitted from the micro frontend when a request to navigate back is sent.",
|
|
446
|
+
"type": {
|
|
447
|
+
"text": "Event"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "has-back-request",
|
|
452
|
+
"description": "A message emitted from the micro frontend to check if there is a back navigation option.",
|
|
453
|
+
"type": {
|
|
454
|
+
"text": "Event"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"name": "remove-backdrop-request",
|
|
459
|
+
"description": "A message emitted from the micro frontend when a request to remove the backdrop is sent.",
|
|
460
|
+
"type": {
|
|
461
|
+
"text": "Event"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
]
|
|
465
|
+
}
|
|
466
|
+
],
|
|
467
|
+
"exports": [
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "LuigiContainer",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "LuigiContainer",
|
|
473
|
+
"module": "LuigiContainer.js"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"kind": "custom-element-definition",
|
|
478
|
+
"name": "luigi-container",
|
|
479
|
+
"declaration": {
|
|
480
|
+
"name": "LuigiContainer",
|
|
481
|
+
"module": "LuigiContainer.js"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
]
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"kind": "javascript-module",
|
|
488
|
+
"path": "dist/bundle.js",
|
|
489
|
+
"declarations": [
|
|
490
|
+
{
|
|
491
|
+
"kind": "class",
|
|
492
|
+
"description": "LuigiCompoundContainer",
|
|
493
|
+
"name": "LuigiCompoundContainer",
|
|
494
|
+
"tagName": "luigi-compound-container",
|
|
495
|
+
"customElement": true,
|
|
496
|
+
"members": [
|
|
497
|
+
{
|
|
498
|
+
"kind": "field",
|
|
499
|
+
"name": "activeFeatureToggleList",
|
|
500
|
+
"type": {
|
|
501
|
+
"text": "Array<string>",
|
|
502
|
+
"references": [
|
|
503
|
+
{
|
|
504
|
+
"name": "string"
|
|
505
|
+
}
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
"default": "undefined"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"kind": "field",
|
|
512
|
+
"name": "anchor",
|
|
513
|
+
"type": {
|
|
514
|
+
"text": "string"
|
|
515
|
+
},
|
|
516
|
+
"default": "undefined"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"kind": "field",
|
|
520
|
+
"name": "clientPermissions",
|
|
521
|
+
"type": {
|
|
522
|
+
"text": "object"
|
|
523
|
+
},
|
|
524
|
+
"default": "undefined"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"kind": "field",
|
|
528
|
+
"name": "compoundConfig",
|
|
529
|
+
"type": {
|
|
530
|
+
"text": "object"
|
|
531
|
+
},
|
|
532
|
+
"default": "undefined"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"kind": "field",
|
|
536
|
+
"name": "context",
|
|
537
|
+
"type": {
|
|
538
|
+
"text": "any"
|
|
539
|
+
},
|
|
540
|
+
"default": "undefined"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"kind": "field",
|
|
544
|
+
"name": "deferInit",
|
|
545
|
+
"type": {
|
|
546
|
+
"text": "boolean"
|
|
547
|
+
},
|
|
548
|
+
"default": "undefined"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"kind": "field",
|
|
552
|
+
"name": "dirtyStatus",
|
|
553
|
+
"type": {
|
|
554
|
+
"text": "boolean"
|
|
555
|
+
},
|
|
556
|
+
"default": "undefined"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"kind": "field",
|
|
560
|
+
"name": "documentTitle",
|
|
561
|
+
"type": {
|
|
562
|
+
"text": "string"
|
|
563
|
+
},
|
|
564
|
+
"default": "undefined"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"kind": "field",
|
|
568
|
+
"name": "hasBack",
|
|
569
|
+
"type": {
|
|
570
|
+
"text": "boolean"
|
|
571
|
+
},
|
|
572
|
+
"default": "undefined"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"kind": "field",
|
|
576
|
+
"name": "locale",
|
|
577
|
+
"type": {
|
|
578
|
+
"text": "string"
|
|
579
|
+
},
|
|
580
|
+
"default": "undefined"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"kind": "field",
|
|
584
|
+
"name": "noShadow",
|
|
585
|
+
"type": {
|
|
586
|
+
"text": "boolean"
|
|
587
|
+
},
|
|
588
|
+
"default": "undefined"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"kind": "field",
|
|
592
|
+
"name": "nodeParams",
|
|
593
|
+
"type": {
|
|
594
|
+
"text": "object"
|
|
595
|
+
},
|
|
596
|
+
"default": "undefined"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"kind": "field",
|
|
600
|
+
"name": "pathParams",
|
|
601
|
+
"type": {
|
|
602
|
+
"text": "object"
|
|
603
|
+
},
|
|
604
|
+
"default": "undefined"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"kind": "field",
|
|
608
|
+
"name": "searchParams",
|
|
609
|
+
"type": {
|
|
610
|
+
"text": "object"
|
|
611
|
+
},
|
|
612
|
+
"default": "undefined"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"kind": "field",
|
|
616
|
+
"name": "skipInitCheck",
|
|
617
|
+
"type": {
|
|
618
|
+
"text": "boolean"
|
|
619
|
+
},
|
|
620
|
+
"default": "undefined"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"kind": "field",
|
|
624
|
+
"name": "theme",
|
|
625
|
+
"type": {
|
|
626
|
+
"text": "string"
|
|
627
|
+
},
|
|
628
|
+
"default": "undefined"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"kind": "field",
|
|
632
|
+
"name": "userSettings",
|
|
633
|
+
"type": {
|
|
634
|
+
"text": "object"
|
|
635
|
+
},
|
|
636
|
+
"default": "undefined"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"kind": "field",
|
|
640
|
+
"name": "viewurl",
|
|
641
|
+
"type": {
|
|
642
|
+
"text": "string"
|
|
643
|
+
},
|
|
644
|
+
"default": "undefined"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"kind": "field",
|
|
648
|
+
"name": "webcomponent",
|
|
649
|
+
"type": {
|
|
650
|
+
"text": "any"
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"kind": "method",
|
|
655
|
+
"name": "updateContext"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"kind": "method",
|
|
659
|
+
"name": "attributeChangedCallback"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"kind": "method",
|
|
663
|
+
"name": "getNoShadow"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"kind": "method",
|
|
667
|
+
"name": "init"
|
|
668
|
+
}
|
|
669
|
+
],
|
|
670
|
+
"events": [
|
|
671
|
+
{
|
|
672
|
+
"name": "custom-message",
|
|
673
|
+
"description": "A message emitted from the micro frontend when a custom message is sent.",
|
|
674
|
+
"type": {
|
|
675
|
+
"text": "Event"
|
|
676
|
+
}
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"name": "get-context-request",
|
|
680
|
+
"description": "A message emitted from the micro frontend when the context data is sent.",
|
|
681
|
+
"type": {
|
|
682
|
+
"text": "Event"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "navigation-request",
|
|
687
|
+
"description": "A message emitted from the micro frontend when a navigation request is sent.",
|
|
688
|
+
"type": {
|
|
689
|
+
"text": "Event"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"name": "show-alert-request",
|
|
694
|
+
"description": "A message emitted from the micro frontend when a request to show an alert is sent.",
|
|
695
|
+
"type": {
|
|
696
|
+
"text": "Event"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"name": "close-alert-request",
|
|
701
|
+
"description": "A message emitted from the micro frontend when a request to close an alert is sent.",
|
|
702
|
+
"type": {
|
|
703
|
+
"text": "Event"
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "initialized",
|
|
708
|
+
"description": "A message emitted from the micro frontend when it is first initialized.",
|
|
709
|
+
"type": {
|
|
710
|
+
"text": "Event"
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "add-search-params-request",
|
|
715
|
+
"description": "A message emitted from the micro frontend to request adding search parameters to the URL.",
|
|
716
|
+
"type": {
|
|
717
|
+
"text": "Event"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "add-node-params-request",
|
|
722
|
+
"description": "A message emitted from the micro frontend to request adding node parameters to the URL.",
|
|
723
|
+
"type": {
|
|
724
|
+
"text": "Event"
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "show-confirmation-modal-request",
|
|
729
|
+
"description": "A message emitted from the micro frontend when a request to show a confirmation modal is sent.",
|
|
730
|
+
"type": {
|
|
731
|
+
"text": "Event"
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "show-loading-indicator-request",
|
|
736
|
+
"description": "A message emitted from the micro frontend when a request to show a loading indicator is sent.",
|
|
737
|
+
"type": {
|
|
738
|
+
"text": "Event"
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "hide-loading-indicator-request",
|
|
743
|
+
"description": "A message emitted from the micro frontend when a request to hide the loading indicator is sent.",
|
|
744
|
+
"type": {
|
|
745
|
+
"text": "Event"
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"name": "set-current-locale-request",
|
|
750
|
+
"description": "A message emitted from the micro frontend when a request to set the current locale is sent.",
|
|
751
|
+
"type": {
|
|
752
|
+
"text": "Event"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"name": "set-storage-request",
|
|
757
|
+
"description": "A message emitted from the micro frontend when a request to modify the local storage is sent.",
|
|
758
|
+
"type": {
|
|
759
|
+
"text": "Event"
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"name": "runtime-error-handling-request",
|
|
764
|
+
"description": "A message emitted from the micro frontend when a request to handle an error during runtime is sent.",
|
|
765
|
+
"type": {
|
|
766
|
+
"text": "Event"
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"name": "set-anchor-request",
|
|
771
|
+
"description": "A message emitted from the micro frontend when a request to set the anchor of the URL is sent.",
|
|
772
|
+
"type": {
|
|
773
|
+
"text": "Event"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "set-third-party-cookies-request",
|
|
778
|
+
"description": "A message emitted from the micro frontend when a request to set third-party cookies is sent.",
|
|
779
|
+
"type": {
|
|
780
|
+
"text": "Event"
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "navigate-back-request",
|
|
785
|
+
"description": "A message emitted from the micro frontend when a request to navigate back is sent.",
|
|
786
|
+
"type": {
|
|
787
|
+
"text": "Event"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"name": "get-current-route-request",
|
|
792
|
+
"description": "A message emitted from the micro frontend when a request to receive the current app route is sent.",
|
|
793
|
+
"type": {
|
|
794
|
+
"text": "Event"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"name": "report-navigation-completed-request",
|
|
799
|
+
"description": "A message emitted from the micro frontend to report that the navigation is completed.",
|
|
800
|
+
"type": {
|
|
801
|
+
"text": "Event"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "update-modal-path-data-request",
|
|
806
|
+
"description": "A message emitted from the micro frontend when a request to update the modal path parameters is sent.",
|
|
807
|
+
"type": {
|
|
808
|
+
"text": "Event"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "check-path-exists-request",
|
|
813
|
+
"description": "A message emitted from the micro frontend when a request to check the validity of a path is sent.",
|
|
814
|
+
"type": {
|
|
815
|
+
"text": "Event"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "set-dirty-status-request",
|
|
820
|
+
"description": "A message emitted from the micro frontend when a request to set the 'dirty status' is sent.",
|
|
821
|
+
"type": {
|
|
822
|
+
"text": "Event"
|
|
823
|
+
}
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"name": "set-viewgroup-data-request",
|
|
827
|
+
"description": "A message emitted from the micro frontend when a request to set the view group data is sent.",
|
|
828
|
+
"type": {
|
|
829
|
+
"text": "Event"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "set-document-title-request",
|
|
834
|
+
"description": "A message emitted from the micro frontend when a request to set the document title is sent.",
|
|
835
|
+
"type": {
|
|
836
|
+
"text": "Event"
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "open-user-settings-request",
|
|
841
|
+
"description": "A message emitted from the micro frontend when a request to open user settings is sent.",
|
|
842
|
+
"type": {
|
|
843
|
+
"text": "Event"
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
"name": "close-user-settings-request",
|
|
848
|
+
"description": "A message emitted from the micro frontend when a request to close user settings is sent.",
|
|
849
|
+
"type": {
|
|
850
|
+
"text": "Event"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"name": "collapse-leftnav-request",
|
|
855
|
+
"description": "A message emitted from the micro frontend when a request to collapse the left side navigation is sent.",
|
|
856
|
+
"type": {
|
|
857
|
+
"text": "Event"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "update-top-navigation-request",
|
|
862
|
+
"description": "A message emitted from the micro frontend when a request to update the top navigation is sent.",
|
|
863
|
+
"type": {
|
|
864
|
+
"text": "Event"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "path-exists-request",
|
|
869
|
+
"description": "A message emitted from the micro frontend when a request to check if a path exists is sent.",
|
|
870
|
+
"type": {
|
|
871
|
+
"text": "Event"
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name": "go-back-request",
|
|
876
|
+
"description": "A message emitted from the micro frontend when a request to navigate back is sent.",
|
|
877
|
+
"type": {
|
|
878
|
+
"text": "Event"
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "has-back-request",
|
|
883
|
+
"description": "A message emitted from the micro frontend to check if there is a back navigation option.",
|
|
884
|
+
"type": {
|
|
885
|
+
"text": "Event"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "remove-backdrop-request",
|
|
890
|
+
"description": "A message emitted from the micro frontend when a request to remove the backdrop is sent.",
|
|
891
|
+
"type": {
|
|
892
|
+
"text": "Event"
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
]
|
|
896
|
+
}
|
|
897
|
+
],
|
|
898
|
+
"exports": [
|
|
899
|
+
{
|
|
900
|
+
"kind": "js",
|
|
901
|
+
"name": "LuigiCompoundContainer",
|
|
902
|
+
"declaration": {
|
|
903
|
+
"name": "LuigiCompoundContainer",
|
|
904
|
+
"module": "LuigiCompoundContainer.js"
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"kind": "custom-element-definition",
|
|
909
|
+
"name": "luigi-compound-container",
|
|
910
|
+
"declaration": {
|
|
911
|
+
"name": "LuigiCompoundContainer",
|
|
912
|
+
"module": "LuigiCompoundContainer.js"
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
]
|
|
916
|
+
}
|
|
917
|
+
]
|
|
918
|
+
}
|