@raclettejs/workbench 0.1.33-canary.3 → 0.1.34

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