@raclettejs/workbench 0.1.23 → 0.1.25
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/.raclette/backend/raclette.config.js +515 -0
- package/.raclette/backend/yarn.lock +3635 -0
- package/.raclette/frontend/raclette.config.js +43 -0
- package/.raclette/frontend/yarn.lock +3333 -0
- package/.raclette/virtual/backend/README.md +172 -0
- package/.raclette/virtual/backend/raclette.config.js +515 -0
- package/.raclette/virtual/backend/yarn.lock +3635 -0
- package/.raclette/virtual/frontend/README.md +511 -0
- package/.raclette/virtual/frontend/raclette.config.js +43 -0
- package/.raclette/virtual/frontend/src/core/lib/eggs/readme.md +75 -0
- package/.raclette/virtual/frontend/yarn.lock +3333 -0
- package/CHANGELOG.md +25 -0
- package/package.json +26 -23
- package/plugins/pacifico__compositions/frontend/components/compositionConfiguration/CompositionConfiguration.vue +100 -2
- package/plugins/pacifico__compositions/frontend/components/compositionConfiguration/widgetsLayout/WidgetIcon.vue +56 -15
- package/plugins/pacifico__compositions/frontend/components/compositionConfiguration/widgetsLayout/WidgetListItem.vue +3 -1
- package/plugins/pacifico__compositions/frontend/components/compositionConfiguration/widgetsLayout/WidgetRenderer.vue +75 -2
- package/services/frontend/src/app/components/dynamicForm/typedInputs/IconInput.vue +5 -5
- package/services/frontend/src/app/components/dynamicForm/typedInputs/TagsInput.vue +12 -7
- package/services/frontend/src/app/composables/useWorkbenchPlugins.ts +92 -8
|
@@ -0,0 +1,515 @@
|
|
|
1
|
+
// Generated Raclette backend Configuration
|
|
2
|
+
// This file is auto-generated, do not edit directly
|
|
3
|
+
|
|
4
|
+
export const racletteConfig = {
|
|
5
|
+
"name": "pacifico-portal-workbench",
|
|
6
|
+
"env": {
|
|
7
|
+
"development": {
|
|
8
|
+
"RACLETTE_DEBUG_MODE": true,
|
|
9
|
+
"RACLETTE_APP_PATH": "/home/thesilverfisch/Work/Projects/pacifico/InternalRaclette/pacifico-portal"
|
|
10
|
+
},
|
|
11
|
+
"production": {}
|
|
12
|
+
},
|
|
13
|
+
"global": {
|
|
14
|
+
"requireAuthentication": true,
|
|
15
|
+
"requiresAuthentication": true
|
|
16
|
+
},
|
|
17
|
+
"service": "backend",
|
|
18
|
+
"sockets": {
|
|
19
|
+
"autoSend": {
|
|
20
|
+
"compositions": false,
|
|
21
|
+
"interactionLinks": false,
|
|
22
|
+
"projectConfig": true,
|
|
23
|
+
"customData": {
|
|
24
|
+
"compositions": [
|
|
25
|
+
{
|
|
26
|
+
"_id": "compositionList",
|
|
27
|
+
"pathname": {
|
|
28
|
+
"default": "composition-list"
|
|
29
|
+
},
|
|
30
|
+
"widgetsLayout": [
|
|
31
|
+
[
|
|
32
|
+
{
|
|
33
|
+
"column": 12,
|
|
34
|
+
"widget": {
|
|
35
|
+
"uuid": "compositionList",
|
|
36
|
+
"name": "CompositionList",
|
|
37
|
+
"pluginKey": "pacifico__compositions"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"_id": "compositionCreate",
|
|
45
|
+
"pathname": {
|
|
46
|
+
"default": "composition-create"
|
|
47
|
+
},
|
|
48
|
+
"widgetsLayout": [
|
|
49
|
+
[
|
|
50
|
+
{
|
|
51
|
+
"column": 12,
|
|
52
|
+
"widget": {
|
|
53
|
+
"uuid": "compositionCreate",
|
|
54
|
+
"name": "CompositionCreate",
|
|
55
|
+
"pluginKey": "pacifico__compositions"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"_id": "compositionEdit",
|
|
63
|
+
"pathname": {
|
|
64
|
+
"default": "composition-edit"
|
|
65
|
+
},
|
|
66
|
+
"widgetsLayout": [
|
|
67
|
+
[
|
|
68
|
+
{
|
|
69
|
+
"column": 12,
|
|
70
|
+
"widget": {
|
|
71
|
+
"uuid": "compositionEdit",
|
|
72
|
+
"name": "CompositionEdit",
|
|
73
|
+
"pluginKey": "pacifico__compositions"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
],
|
|
78
|
+
"queryParameters": [
|
|
79
|
+
"id"
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"_id": "interactionLinkList",
|
|
84
|
+
"pathname": {
|
|
85
|
+
"default": "interactionLink-list"
|
|
86
|
+
},
|
|
87
|
+
"widgetsLayout": [
|
|
88
|
+
[
|
|
89
|
+
{
|
|
90
|
+
"column": 12,
|
|
91
|
+
"widget": {
|
|
92
|
+
"uuid": "interactionLinkList",
|
|
93
|
+
"name": "InteractionLinkList",
|
|
94
|
+
"pluginKey": "pacifico__interactionlinks"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"_id": "interactionLinkCreate",
|
|
102
|
+
"pathname": {
|
|
103
|
+
"default": "interactionLink-create"
|
|
104
|
+
},
|
|
105
|
+
"widgetsLayout": [
|
|
106
|
+
[
|
|
107
|
+
{
|
|
108
|
+
"column": 12,
|
|
109
|
+
"widget": {
|
|
110
|
+
"uuid": "interactionLinkCreate",
|
|
111
|
+
"name": "InteractionLinkCreate",
|
|
112
|
+
"pluginKey": "pacifico__interactionlinks"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
]
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"_id": "interactionLinkEdit",
|
|
120
|
+
"pathname": {
|
|
121
|
+
"default": "interactionLink-edit"
|
|
122
|
+
},
|
|
123
|
+
"widgetsLayout": [
|
|
124
|
+
[
|
|
125
|
+
{
|
|
126
|
+
"column": 12,
|
|
127
|
+
"widget": {
|
|
128
|
+
"uuid": "interactionLinkEdit",
|
|
129
|
+
"name": "InteractionLinkEdit",
|
|
130
|
+
"pluginKey": "pacifico__interactionlinks"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
],
|
|
135
|
+
"queryParameters": [
|
|
136
|
+
"id"
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"_id": "userList",
|
|
141
|
+
"pathname": {
|
|
142
|
+
"default": "user-list"
|
|
143
|
+
},
|
|
144
|
+
"widgetsLayout": [
|
|
145
|
+
[
|
|
146
|
+
{
|
|
147
|
+
"column": 12,
|
|
148
|
+
"widget": {
|
|
149
|
+
"uuid": "userList",
|
|
150
|
+
"name": "UserList",
|
|
151
|
+
"pluginKey": "pacifico__users"
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"_id": "userCreate",
|
|
159
|
+
"pathname": {
|
|
160
|
+
"default": "user-create"
|
|
161
|
+
},
|
|
162
|
+
"widgetsLayout": [
|
|
163
|
+
[
|
|
164
|
+
{
|
|
165
|
+
"column": 12,
|
|
166
|
+
"widget": {
|
|
167
|
+
"uuid": "userCreate",
|
|
168
|
+
"name": "UserCreate",
|
|
169
|
+
"pluginKey": "pacifico__users"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"_id": "userEdit",
|
|
177
|
+
"pathname": {
|
|
178
|
+
"default": "user-edit"
|
|
179
|
+
},
|
|
180
|
+
"widgetsLayout": [
|
|
181
|
+
[
|
|
182
|
+
{
|
|
183
|
+
"column": 12,
|
|
184
|
+
"widget": {
|
|
185
|
+
"uuid": "userEdit",
|
|
186
|
+
"name": "UserEdit",
|
|
187
|
+
"pluginKey": "pacifico__users"
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
]
|
|
191
|
+
],
|
|
192
|
+
"queryParameters": [
|
|
193
|
+
"id"
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"_id": "tagList",
|
|
198
|
+
"pathname": {
|
|
199
|
+
"default": "tag-list"
|
|
200
|
+
},
|
|
201
|
+
"widgetsLayout": [
|
|
202
|
+
[
|
|
203
|
+
{
|
|
204
|
+
"column": 12,
|
|
205
|
+
"widget": {
|
|
206
|
+
"uuid": "tagList",
|
|
207
|
+
"name": "TagList",
|
|
208
|
+
"pluginKey": "pacifico__tags"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"_id": "tagCreate",
|
|
216
|
+
"pathname": {
|
|
217
|
+
"default": "tag-create"
|
|
218
|
+
},
|
|
219
|
+
"widgetsLayout": [
|
|
220
|
+
[
|
|
221
|
+
{
|
|
222
|
+
"column": 12,
|
|
223
|
+
"widget": {
|
|
224
|
+
"uuid": "tagCreate",
|
|
225
|
+
"name": "TagCreate",
|
|
226
|
+
"pluginKey": "pacifico__tags"
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"_id": "tagEdit",
|
|
234
|
+
"pathname": {
|
|
235
|
+
"default": "tag-edit"
|
|
236
|
+
},
|
|
237
|
+
"widgetsLayout": [
|
|
238
|
+
[
|
|
239
|
+
{
|
|
240
|
+
"column": 12,
|
|
241
|
+
"widget": {
|
|
242
|
+
"uuid": "tagEdit",
|
|
243
|
+
"name": "TagEdit",
|
|
244
|
+
"pluginKey": "pacifico__tags"
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
],
|
|
249
|
+
"queryParameters": [
|
|
250
|
+
"id"
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"_id": "pluginList",
|
|
255
|
+
"pathname": {
|
|
256
|
+
"default": "plugin-list"
|
|
257
|
+
},
|
|
258
|
+
"widgetsLayout": [
|
|
259
|
+
[
|
|
260
|
+
{
|
|
261
|
+
"column": 12,
|
|
262
|
+
"widget": {
|
|
263
|
+
"uuid": "pluginList",
|
|
264
|
+
"name": "PluginList",
|
|
265
|
+
"pluginKey": "pacifico__plugins"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
]
|
|
269
|
+
]
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"_id": "pluginDetail",
|
|
273
|
+
"pathname": {
|
|
274
|
+
"default": "plugin-detail"
|
|
275
|
+
},
|
|
276
|
+
"widgetsLayout": [
|
|
277
|
+
[
|
|
278
|
+
{
|
|
279
|
+
"column": 12,
|
|
280
|
+
"widget": {
|
|
281
|
+
"uuid": "pluginDetail",
|
|
282
|
+
"name": "PluginDetail",
|
|
283
|
+
"pluginKey": "pacifico__plugins"
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
]
|
|
287
|
+
],
|
|
288
|
+
"queryParameters": [
|
|
289
|
+
"id"
|
|
290
|
+
]
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"_id": "projectDetail",
|
|
294
|
+
"pathname": {
|
|
295
|
+
"default": "project-detail"
|
|
296
|
+
},
|
|
297
|
+
"widgetsLayout": [
|
|
298
|
+
[
|
|
299
|
+
{
|
|
300
|
+
"column": 12,
|
|
301
|
+
"widget": {
|
|
302
|
+
"uuid": "ProjectDetail",
|
|
303
|
+
"name": "ProjectDetail",
|
|
304
|
+
"pluginKey": "pacifico__project"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
]
|
|
308
|
+
]
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"interactionLinks": [
|
|
312
|
+
{
|
|
313
|
+
"_id": "compositionListInteractionLink",
|
|
314
|
+
"composition": "compositionList",
|
|
315
|
+
"slotType": "page",
|
|
316
|
+
"triggers": [
|
|
317
|
+
{
|
|
318
|
+
"type": "page-navigation",
|
|
319
|
+
"settings": {
|
|
320
|
+
"icon": "mdi-file-document",
|
|
321
|
+
"title": {
|
|
322
|
+
"default": "Compositions",
|
|
323
|
+
"de": "Kompositionen"
|
|
324
|
+
},
|
|
325
|
+
"sortOrder": 0,
|
|
326
|
+
"navigationBarType": "navItem"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
]
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"_id": "compositionCreateInteractionLink",
|
|
333
|
+
"composition": "compositionCreate",
|
|
334
|
+
"slotType": "page",
|
|
335
|
+
"triggers": []
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"_id": "compositionEditInteractionLink",
|
|
339
|
+
"composition": "compositionEdit",
|
|
340
|
+
"slotType": "page",
|
|
341
|
+
"triggers": [],
|
|
342
|
+
"queryParameters": [
|
|
343
|
+
"id"
|
|
344
|
+
]
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"_id": "interactionLinkListInteractionLink",
|
|
348
|
+
"composition": "interactionLinkList",
|
|
349
|
+
"slotType": "page",
|
|
350
|
+
"triggers": [
|
|
351
|
+
{
|
|
352
|
+
"type": "page-navigation",
|
|
353
|
+
"settings": {
|
|
354
|
+
"icon": "mdi-link-box-variant",
|
|
355
|
+
"title": {
|
|
356
|
+
"default": "Interaction Links",
|
|
357
|
+
"de": "Interaktionslinks"
|
|
358
|
+
},
|
|
359
|
+
"sortOrder": 1,
|
|
360
|
+
"navigationBarType": "navItem"
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
]
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"_id": "interactionLinkCreateInteractionLink",
|
|
367
|
+
"composition": "interactionLinkCreate",
|
|
368
|
+
"slotType": "page",
|
|
369
|
+
"triggers": []
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"_id": "interactionLinkEditInteractionLink",
|
|
373
|
+
"composition": "interactionLinkEdit",
|
|
374
|
+
"slotType": "page",
|
|
375
|
+
"triggers": [],
|
|
376
|
+
"queryParameters": [
|
|
377
|
+
"id"
|
|
378
|
+
]
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"_id": "userListInteractionLink",
|
|
382
|
+
"composition": "userList",
|
|
383
|
+
"slotType": "page",
|
|
384
|
+
"triggers": [
|
|
385
|
+
{
|
|
386
|
+
"type": "page-navigation",
|
|
387
|
+
"settings": {
|
|
388
|
+
"icon": "mdi-account-details",
|
|
389
|
+
"title": {
|
|
390
|
+
"default": "Users",
|
|
391
|
+
"de": "Nutzer"
|
|
392
|
+
},
|
|
393
|
+
"sortOrder": 2,
|
|
394
|
+
"navigationBarType": "navItem"
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"_id": "userCreateInteractionLink",
|
|
401
|
+
"composition": "userCreate",
|
|
402
|
+
"slotType": "page",
|
|
403
|
+
"triggers": []
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"_id": "userEditInteractionLink",
|
|
407
|
+
"composition": "userEdit",
|
|
408
|
+
"slotType": "page",
|
|
409
|
+
"triggers": [],
|
|
410
|
+
"queryParameters": [
|
|
411
|
+
"id"
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"_id": "tagListInteractionLink",
|
|
416
|
+
"composition": "tagList",
|
|
417
|
+
"slotType": "page",
|
|
418
|
+
"triggers": [
|
|
419
|
+
{
|
|
420
|
+
"type": "page-navigation",
|
|
421
|
+
"settings": {
|
|
422
|
+
"icon": "mdi-tag",
|
|
423
|
+
"title": {
|
|
424
|
+
"default": "Tags",
|
|
425
|
+
"de": "Tags"
|
|
426
|
+
},
|
|
427
|
+
"sortOrder": 3,
|
|
428
|
+
"navigationBarType": "navItem"
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
]
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"_id": "tagCreateInteractionLink",
|
|
435
|
+
"composition": "tagCreate",
|
|
436
|
+
"slotType": "page",
|
|
437
|
+
"triggers": []
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"_id": "tagEditInteractionLink",
|
|
441
|
+
"composition": "tagEdit",
|
|
442
|
+
"slotType": "page",
|
|
443
|
+
"triggers": [],
|
|
444
|
+
"queryParameters": [
|
|
445
|
+
"id"
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"_id": "pluginListInteractionLink",
|
|
450
|
+
"composition": "pluginList",
|
|
451
|
+
"slotType": "page",
|
|
452
|
+
"triggers": [
|
|
453
|
+
{
|
|
454
|
+
"type": "page-navigation",
|
|
455
|
+
"settings": {
|
|
456
|
+
"icon": "mdi-puzzle",
|
|
457
|
+
"title": {
|
|
458
|
+
"default": "Plugins",
|
|
459
|
+
"de": "Plugins"
|
|
460
|
+
},
|
|
461
|
+
"sortOrder": 4,
|
|
462
|
+
"navigationBarType": "navItem"
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
]
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"_id": "pluginDetailInteractionLink",
|
|
469
|
+
"composition": "pluginDetail",
|
|
470
|
+
"slotType": "page",
|
|
471
|
+
"triggers": [],
|
|
472
|
+
"queryParameters": [
|
|
473
|
+
"pluginKey"
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"_id": "projectDetailInteractionLink",
|
|
478
|
+
"composition": "projectDetail",
|
|
479
|
+
"slotType": "page",
|
|
480
|
+
"triggers": [
|
|
481
|
+
{
|
|
482
|
+
"type": "page-navigation",
|
|
483
|
+
"settings": {
|
|
484
|
+
"icon": "mdi-application-cog",
|
|
485
|
+
"title": {
|
|
486
|
+
"default": "Project",
|
|
487
|
+
"de": "Projekt"
|
|
488
|
+
},
|
|
489
|
+
"sortOrder": 0,
|
|
490
|
+
"navigationBarType": "footerItem"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
]
|
|
494
|
+
}
|
|
495
|
+
]
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"security": {
|
|
499
|
+
"requireAuth": true,
|
|
500
|
+
"tokenValidation": "jwt"
|
|
501
|
+
},
|
|
502
|
+
"options": {
|
|
503
|
+
"adapter": "memory",
|
|
504
|
+
"connectionTimeout": 3000,
|
|
505
|
+
"pingInterval": 1500,
|
|
506
|
+
"pingTimeout": 1000
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"additionalPluginPaths": [
|
|
510
|
+
"/app/src/workbenchPlugins"
|
|
511
|
+
],
|
|
512
|
+
"onlyAllowLoginWithAdminTag": true
|
|
513
|
+
};
|
|
514
|
+
|
|
515
|
+
export default racletteConfig;
|