@luigi-project/container 1.3.0-dev.20241090030 → 1.3.0-dev.20241091930
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/bundle.js +1 -1
- package/bundle.js.map +1 -1
- package/custom-elements.json +464 -0
- package/package.json +1 -1
|
@@ -0,0 +1,464 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1.0.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 | undefined"
|
|
21
|
+
},
|
|
22
|
+
"default":"undefined"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"kind":"field",
|
|
26
|
+
"name":"allowRules",
|
|
27
|
+
"type":{
|
|
28
|
+
"text":"Array | undefined"
|
|
29
|
+
},
|
|
30
|
+
"default":"undefined"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"kind":"field",
|
|
34
|
+
"name":"anchor",
|
|
35
|
+
"type":{
|
|
36
|
+
"text":"string | undefined"
|
|
37
|
+
},
|
|
38
|
+
"default":"undefined"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"kind":"field",
|
|
42
|
+
"name":"authData",
|
|
43
|
+
"type":{
|
|
44
|
+
"text":"Object | undefined"
|
|
45
|
+
},
|
|
46
|
+
"default":"undefined"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"kind":"field",
|
|
50
|
+
"name":"clientPermissions",
|
|
51
|
+
"type":{
|
|
52
|
+
"text":"Object | undefined"
|
|
53
|
+
},
|
|
54
|
+
"default":""
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"kind": "field",
|
|
58
|
+
"name": "context",
|
|
59
|
+
"type": {
|
|
60
|
+
"text": "Object | string | undefined"
|
|
61
|
+
},
|
|
62
|
+
"default": "undefined"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"kind":"field",
|
|
66
|
+
"name":"deferInit",
|
|
67
|
+
"type":{
|
|
68
|
+
"text":"boolean"
|
|
69
|
+
},
|
|
70
|
+
"default":"undefined"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"kind":"field",
|
|
74
|
+
"name":"dirtyStatus",
|
|
75
|
+
"type":{
|
|
76
|
+
"text":"boolean"
|
|
77
|
+
},
|
|
78
|
+
"default":"undefined"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"kind":"field",
|
|
82
|
+
"name":"documentTitle",
|
|
83
|
+
"type":{
|
|
84
|
+
"text":"string | undefined"
|
|
85
|
+
},
|
|
86
|
+
"default":"undefined"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"kind":"field",
|
|
90
|
+
"name":"hasBack",
|
|
91
|
+
"type":{
|
|
92
|
+
"text":"boolean"
|
|
93
|
+
},
|
|
94
|
+
"default":"undefined"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"kind":"field",
|
|
98
|
+
"name":"label",
|
|
99
|
+
"type":{
|
|
100
|
+
"text":"string | undefined"
|
|
101
|
+
},
|
|
102
|
+
"default":"undefined"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"kind":"field",
|
|
106
|
+
"name":"locale",
|
|
107
|
+
"type":{
|
|
108
|
+
"text":"string | undefined"
|
|
109
|
+
},
|
|
110
|
+
"default":"undefined"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"kind":"field",
|
|
114
|
+
"name":"noShadow",
|
|
115
|
+
"type":{
|
|
116
|
+
"text":"boolean"
|
|
117
|
+
},
|
|
118
|
+
"default":"undefined"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"kind":"field",
|
|
122
|
+
"name":"nodeParams",
|
|
123
|
+
"type":{
|
|
124
|
+
"text":"Object"
|
|
125
|
+
},
|
|
126
|
+
"default":"undefined"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"kind":"field",
|
|
130
|
+
"name":"pathParams",
|
|
131
|
+
"type":{
|
|
132
|
+
"text":"Object"
|
|
133
|
+
},
|
|
134
|
+
"default":"undefined"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"kind":"field",
|
|
138
|
+
"name":"sandboxRules",
|
|
139
|
+
"type":{
|
|
140
|
+
"text":"array"
|
|
141
|
+
},
|
|
142
|
+
"default":"undefined"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"kind":"field",
|
|
146
|
+
"name":"searchParams",
|
|
147
|
+
"type":{
|
|
148
|
+
"text":"Object"
|
|
149
|
+
},
|
|
150
|
+
"default":"undefined"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"kind":"field",
|
|
154
|
+
"name":"skipCookieCheck",
|
|
155
|
+
"type":{
|
|
156
|
+
"text":"string"
|
|
157
|
+
},
|
|
158
|
+
"default":"undefined"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"kind":"field",
|
|
162
|
+
"name":"skipInitCheck",
|
|
163
|
+
"type":{
|
|
164
|
+
"text":"boolean"
|
|
165
|
+
},
|
|
166
|
+
"default":"undefined"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"kind":"field",
|
|
170
|
+
"name":"theme",
|
|
171
|
+
"type":{
|
|
172
|
+
"text":"string"
|
|
173
|
+
},
|
|
174
|
+
"default":"undefined"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"kind":"field",
|
|
178
|
+
"name":"userSettings",
|
|
179
|
+
"type":{
|
|
180
|
+
"text":"Object"
|
|
181
|
+
},
|
|
182
|
+
"default":"undefined"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"kind": "field",
|
|
186
|
+
"name": "viewurl",
|
|
187
|
+
"type": {
|
|
188
|
+
"text": "string"
|
|
189
|
+
},
|
|
190
|
+
"default": "undefined"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"kind": "field",
|
|
194
|
+
"name": "webcomponent",
|
|
195
|
+
"type": {
|
|
196
|
+
"text": "boolean | WebComponentSettings | string"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"kind": "method",
|
|
201
|
+
"name": "closeAlert"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"kind": "method",
|
|
205
|
+
"name": "sendCustomMessage"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"kind": "method",
|
|
209
|
+
"name": "updateContext"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"events": [
|
|
213
|
+
{
|
|
214
|
+
"name": "initialized",
|
|
215
|
+
"type": {
|
|
216
|
+
"text": "Event"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "navigation-request",
|
|
221
|
+
"type": {
|
|
222
|
+
"text": "Event"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "close-alert-request",
|
|
227
|
+
"type": {
|
|
228
|
+
"text": "Event"
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"attributes": [
|
|
233
|
+
{
|
|
234
|
+
"description": "The list of active feature toggles to be passed to the web-component-based micro frontend.",
|
|
235
|
+
"name": "active-feature-toggle-list",
|
|
236
|
+
"default": "undefined",
|
|
237
|
+
"fieldName": "activeFeatureToggleList",
|
|
238
|
+
"type": {
|
|
239
|
+
"text": "string | undefined"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"description": "The list of rules for the content in the iframe, managed by the HTML `allow` attribute. You can use one or more rules by adding them to the array, for example allowRules: ['microphone', 'camera']",
|
|
244
|
+
"name": "allow-rules",
|
|
245
|
+
"default": "undefined",
|
|
246
|
+
"fieldName": "allowRules",
|
|
247
|
+
"type": {
|
|
248
|
+
"text": "Array | undefined"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"description": "The anchor value to be passed to the web-component-based micro frontend.",
|
|
253
|
+
"name": "anchor",
|
|
254
|
+
"default": "undefined",
|
|
255
|
+
"fieldName": "anchor",
|
|
256
|
+
"type": {
|
|
257
|
+
"text": "string | undefined"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"description": "The authData value to be passed to the iframe-based micro frontend.",
|
|
262
|
+
"name": "auth-data",
|
|
263
|
+
"default": "undefined",
|
|
264
|
+
"fieldName": "authData",
|
|
265
|
+
"type": {
|
|
266
|
+
"text": "object | undefined"
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"description": "The clientPermissions to be passed to the web-component-based micro frontend.",
|
|
271
|
+
"name": "client-permissions",
|
|
272
|
+
"default": "undefined",
|
|
273
|
+
"fieldName": "clientPermissions",
|
|
274
|
+
"type": {
|
|
275
|
+
"text": "object | undefined"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"description": "Context",
|
|
280
|
+
"name": "context",
|
|
281
|
+
"default": "undefined",
|
|
282
|
+
"fieldName": "context",
|
|
283
|
+
"type": {
|
|
284
|
+
"text": "string | undefined"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"description": "If set to true defers from initializing the microfronted automatically. In that case init() can be used.",
|
|
289
|
+
"name": "defer-init",
|
|
290
|
+
"default": "undefined",
|
|
291
|
+
"fieldName": "deferInit",
|
|
292
|
+
"type": {
|
|
293
|
+
"text": "string | undefined"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"description": "The dirty status value to be passed to the web-component-based micro frontend. It's used to indicate that there are unsaved changes when navigating away.",
|
|
298
|
+
"name": "dirtyStatus",
|
|
299
|
+
"default": "undefined",
|
|
300
|
+
"fieldName": "dirty-status",
|
|
301
|
+
"type": {
|
|
302
|
+
"text": "boolean"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"description": "The document title value to be passed to the web-component-based micro frontend.",
|
|
307
|
+
"name": "document-title",
|
|
308
|
+
"default": "undefined",
|
|
309
|
+
"fieldName": "documentTitle",
|
|
310
|
+
"type": {
|
|
311
|
+
"text": "string | undefined"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"description": "The hasBack value to be passed to the web-component-based micro frontend. It indicates that there is one or more preserved views. Useful when you need to show a back button.",
|
|
316
|
+
"name": "has-back",
|
|
317
|
+
"default": "undefined",
|
|
318
|
+
"fieldName": "hasBack",
|
|
319
|
+
"type": {
|
|
320
|
+
"text": "boolean"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"description": "Label information for the microfrontend.",
|
|
325
|
+
"name": "label",
|
|
326
|
+
"default": "undefined",
|
|
327
|
+
"fieldName": "label",
|
|
328
|
+
"type": {
|
|
329
|
+
"text": "string | undefined"
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"description": "The locale to be passed to the web-component-based micro frontend.",
|
|
334
|
+
"name": "locale",
|
|
335
|
+
"default": "undefined",
|
|
336
|
+
"fieldName": "locale",
|
|
337
|
+
"type": {
|
|
338
|
+
"text": "string | undefined"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"description": "If set to true, the Luigi container webcomponent will not use the shadow DOM for rendering.",
|
|
343
|
+
"name": "no-shadow",
|
|
344
|
+
"default": "undefined",
|
|
345
|
+
"fieldName": "noShadow",
|
|
346
|
+
"type": {
|
|
347
|
+
"text": "boolean"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"description": "The parameters to be passed to the web-component-based micro frontend. Will not be passed to the compound children.",
|
|
352
|
+
"name": "node-params",
|
|
353
|
+
"default": "undefined",
|
|
354
|
+
"fieldName": "nodeParams",
|
|
355
|
+
"type": {
|
|
356
|
+
"text": "object | undefined"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"description": "The path parameters to be passed to the web-component-based micro frontend.",
|
|
361
|
+
"name": "path-params",
|
|
362
|
+
"default": "undefined",
|
|
363
|
+
"fieldName": "pathParams",
|
|
364
|
+
"type": {
|
|
365
|
+
"text": "object | undefined"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"description": "The list of rules for the content in the iframe, managed by the HTML `sandbox` attribute. You can use one or more rules by adding them to the array.",
|
|
370
|
+
"name": "sandbox-rules",
|
|
371
|
+
"default": "undefined",
|
|
372
|
+
"fieldName": "sandboxRules",
|
|
373
|
+
"type": {
|
|
374
|
+
"text": "Array"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"description": "The search parameters to be passed to the web-component-based micro frontend.",
|
|
379
|
+
"name": "search-params",
|
|
380
|
+
"default": "undefined",
|
|
381
|
+
"fieldName": "searchParams",
|
|
382
|
+
"type": {
|
|
383
|
+
"text": "object | undefined"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"description": "If set to true, skips third party cookie check.",
|
|
388
|
+
"name": "skip-cookie-check",
|
|
389
|
+
"default": "undefined",
|
|
390
|
+
"fieldName": "skipCookieCheck",
|
|
391
|
+
"type": {
|
|
392
|
+
"text": "string | undefined"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"description": "If set to true, skips handshake and ready event is fired immediately.",
|
|
397
|
+
"name": "skip-init-check",
|
|
398
|
+
"default": "undefined",
|
|
399
|
+
"fieldName": "skipInitCheck",
|
|
400
|
+
"type": {
|
|
401
|
+
"text": "boolean"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"description": "The theme to be passed to the web-component-based micro frontend.",
|
|
406
|
+
"name": "theme",
|
|
407
|
+
"default": "undefined",
|
|
408
|
+
"fieldName": "theme",
|
|
409
|
+
"type": {
|
|
410
|
+
"text": "string | undefined"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"description": "The user settings to be passed to the web-component-based micro frontend.",
|
|
415
|
+
"name": "user-settings",
|
|
416
|
+
"default": "undefined",
|
|
417
|
+
"fieldName": "userSettings",
|
|
418
|
+
"type": {
|
|
419
|
+
"text": "string | undefined"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"description": "Url to the microfrontend",
|
|
424
|
+
"name": "viewurl",
|
|
425
|
+
"default": "undefined",
|
|
426
|
+
"fieldName": "viewurl",
|
|
427
|
+
"type": {
|
|
428
|
+
"text": "string | undefined"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"description": "Webcomponent",
|
|
433
|
+
"name": "webcomponent",
|
|
434
|
+
"default": "undefined",
|
|
435
|
+
"fieldName": "label",
|
|
436
|
+
"type": {
|
|
437
|
+
"text": "boolean | WebComponentSettings | string"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
],
|
|
441
|
+
"slots": []
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
"exports": [
|
|
445
|
+
{
|
|
446
|
+
"kind": "js",
|
|
447
|
+
"name": "LuigiContainer",
|
|
448
|
+
"declaration": {
|
|
449
|
+
"name": "LuigiContainer",
|
|
450
|
+
"module": "LuigiContainer.js"
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"kind": "custom-element-definition",
|
|
455
|
+
"name": "luigi-container",
|
|
456
|
+
"declaration": {
|
|
457
|
+
"name": "LuigiContainer",
|
|
458
|
+
"module": "LuigiContainer.js"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
}
|
|
463
|
+
]
|
|
464
|
+
}
|
package/package.json
CHANGED