@almadar/std 14.17.0 → 14.18.0
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/behaviors/registry/app/atoms/std-kitchen-display.orb +50 -50
- package/behaviors/registry/app/atoms/std-route-optimize.orb +53 -51
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +85 -69
- package/behaviors/registry/app/atoms/std-work-order.orb +47 -47
- package/behaviors/registry/app/organisms/std-event-ticketing.orb +204 -212
- package/behaviors/registry/app/organisms/std-field-service.orb +183 -187
- package/behaviors/registry/app/organisms/std-forum.orb +131 -132
- package/behaviors/registry/app/organisms/std-listings.orb +177 -182
- package/behaviors/registry/app/organisms/std-restaurant-pos.orb +130 -130
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +174 -176
- package/behaviors/registry/app/organisms/std-survey.orb +144 -145
- package/behaviors/registry/app/organisms/std-wiki.orb +129 -130
- package/behaviors/registry/core/molecules/std-form-advanced.orb +124 -124
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +50 -50
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +53 -51
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +85 -69
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +47 -47
- package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +204 -212
- package/dist/behaviors/registry/app/organisms/std-field-service.orb +183 -187
- package/dist/behaviors/registry/app/organisms/std-forum.orb +131 -132
- package/dist/behaviors/registry/app/organisms/std-listings.orb +177 -182
- package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +130 -130
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +174 -176
- package/dist/behaviors/registry/app/organisms/std-survey.orb +144 -145
- package/dist/behaviors/registry/app/organisms/std-wiki.orb +129 -130
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +124 -124
- package/package.json +7 -14
|
@@ -94,23 +94,23 @@
|
|
|
94
94
|
"ref": "AppShell.traits.AppLayout",
|
|
95
95
|
"name": "SurveyAppLayout",
|
|
96
96
|
"config": {
|
|
97
|
-
"
|
|
97
|
+
"notificationClickEvent": "SURVEY_NOTIFICATIONS_OPEN",
|
|
98
98
|
"navItems": [
|
|
99
99
|
{
|
|
100
|
-
"label": "Surveys",
|
|
101
100
|
"icon": "list-checks",
|
|
102
|
-
"href": "/surveys"
|
|
101
|
+
"href": "/surveys",
|
|
102
|
+
"label": "Surveys"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
|
-
"label": "Responses",
|
|
106
105
|
"href": "/responses",
|
|
107
|
-
"icon": "inbox"
|
|
106
|
+
"icon": "inbox",
|
|
107
|
+
"label": "Responses"
|
|
108
108
|
}
|
|
109
109
|
],
|
|
110
|
+
"appName": "Surveys",
|
|
110
111
|
"searchEvent": "SURVEY_SEARCH",
|
|
111
112
|
"notifications": [],
|
|
112
|
-
"
|
|
113
|
-
"appName": "Surveys"
|
|
113
|
+
"contentTrait": "@trait.SurveyCatalog"
|
|
114
114
|
},
|
|
115
115
|
"events": {
|
|
116
116
|
"SEARCH": "SURVEY_SEARCH",
|
|
@@ -197,14 +197,15 @@
|
|
|
197
197
|
"render-ui",
|
|
198
198
|
"main",
|
|
199
199
|
{
|
|
200
|
+
"type": "stack",
|
|
200
201
|
"children": [
|
|
201
202
|
{
|
|
202
|
-
"type": "stack",
|
|
203
|
-
"gap": "md",
|
|
204
203
|
"align": "center",
|
|
204
|
+
"type": "stack",
|
|
205
|
+
"direction": "horizontal",
|
|
205
206
|
"children": [
|
|
206
207
|
{
|
|
207
|
-
"
|
|
208
|
+
"type": "stack",
|
|
208
209
|
"align": "center",
|
|
209
210
|
"children": [
|
|
210
211
|
{
|
|
@@ -212,30 +213,30 @@
|
|
|
212
213
|
"name": "list-checks"
|
|
213
214
|
},
|
|
214
215
|
{
|
|
215
|
-
"type": "typography",
|
|
216
216
|
"variant": "h2",
|
|
217
|
-
"content": "Surveys"
|
|
217
|
+
"content": "Surveys",
|
|
218
|
+
"type": "typography"
|
|
218
219
|
}
|
|
219
220
|
],
|
|
220
221
|
"direction": "horizontal",
|
|
221
|
-
"
|
|
222
|
+
"gap": "sm"
|
|
222
223
|
},
|
|
223
224
|
{
|
|
224
225
|
"children": [
|
|
225
226
|
{
|
|
226
|
-
"
|
|
227
|
-
"action": "CREATE",
|
|
228
|
-
"label": "New Survey",
|
|
227
|
+
"variant": "primary",
|
|
229
228
|
"type": "button",
|
|
230
|
-
"
|
|
229
|
+
"label": "New Survey",
|
|
230
|
+
"icon": "plus",
|
|
231
|
+
"action": "CREATE"
|
|
231
232
|
}
|
|
232
233
|
],
|
|
233
|
-
"gap": "sm",
|
|
234
234
|
"direction": "horizontal",
|
|
235
|
-
"type": "stack"
|
|
235
|
+
"type": "stack",
|
|
236
|
+
"gap": "sm"
|
|
236
237
|
}
|
|
237
238
|
],
|
|
238
|
-
"
|
|
239
|
+
"gap": "md",
|
|
239
240
|
"justify": "between"
|
|
240
241
|
},
|
|
241
242
|
{
|
|
@@ -252,18 +253,18 @@
|
|
|
252
253
|
"type": "divider"
|
|
253
254
|
},
|
|
254
255
|
{
|
|
255
|
-
"
|
|
256
|
+
"variant": "h3",
|
|
256
257
|
"content": "Question Bank",
|
|
257
|
-
"
|
|
258
|
+
"type": "typography"
|
|
258
259
|
},
|
|
259
260
|
"@trait.SurveyQuestionBank",
|
|
260
261
|
{
|
|
261
262
|
"type": "divider"
|
|
262
263
|
},
|
|
263
264
|
{
|
|
265
|
+
"variant": "h3",
|
|
264
266
|
"type": "typography",
|
|
265
|
-
"content": "Skip Logic"
|
|
266
|
-
"variant": "h3"
|
|
267
|
+
"content": "Skip Logic"
|
|
267
268
|
},
|
|
268
269
|
"@trait.SurveyBranching",
|
|
269
270
|
{
|
|
@@ -276,9 +277,8 @@
|
|
|
276
277
|
},
|
|
277
278
|
"@trait.SurveyPreviewForm"
|
|
278
279
|
],
|
|
279
|
-
"direction": "vertical",
|
|
280
280
|
"gap": "lg",
|
|
281
|
-
"
|
|
281
|
+
"direction": "vertical"
|
|
282
282
|
}
|
|
283
283
|
]
|
|
284
284
|
]
|
|
@@ -297,10 +297,6 @@
|
|
|
297
297
|
"render-ui",
|
|
298
298
|
"main",
|
|
299
299
|
{
|
|
300
|
-
"className": "py-8",
|
|
301
|
-
"align": "center",
|
|
302
|
-
"direction": "vertical",
|
|
303
|
-
"gap": "md",
|
|
304
300
|
"children": [
|
|
305
301
|
{
|
|
306
302
|
"type": "icon",
|
|
@@ -308,23 +304,27 @@
|
|
|
308
304
|
},
|
|
309
305
|
{
|
|
310
306
|
"type": "typography",
|
|
311
|
-
"
|
|
312
|
-
"
|
|
307
|
+
"variant": "h3",
|
|
308
|
+
"content": "No notifications"
|
|
313
309
|
},
|
|
314
310
|
{
|
|
315
311
|
"variant": "caption",
|
|
312
|
+
"content": "You're all caught up.",
|
|
316
313
|
"type": "typography",
|
|
317
|
-
"color": "muted"
|
|
318
|
-
"content": "You're all caught up."
|
|
314
|
+
"color": "muted"
|
|
319
315
|
},
|
|
320
316
|
{
|
|
317
|
+
"variant": "ghost",
|
|
321
318
|
"label": "Back to surveys",
|
|
322
|
-
"action": "INIT",
|
|
323
319
|
"type": "button",
|
|
324
|
-
"
|
|
320
|
+
"action": "INIT"
|
|
325
321
|
}
|
|
326
322
|
],
|
|
327
|
-
"
|
|
323
|
+
"direction": "vertical",
|
|
324
|
+
"type": "stack",
|
|
325
|
+
"gap": "md",
|
|
326
|
+
"align": "center",
|
|
327
|
+
"className": "py-8"
|
|
328
328
|
}
|
|
329
329
|
]
|
|
330
330
|
]
|
|
@@ -337,8 +337,8 @@
|
|
|
337
337
|
"ref": "Search.traits.SearchResultSearch",
|
|
338
338
|
"name": "SurveySearch",
|
|
339
339
|
"config": {
|
|
340
|
-
"
|
|
341
|
-
"
|
|
340
|
+
"event": "SURVEY_SEARCH",
|
|
341
|
+
"placeholder": "Search surveys…"
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
344
|
{
|
|
@@ -348,14 +348,18 @@
|
|
|
348
348
|
"title": "Surveys",
|
|
349
349
|
"metrics": [
|
|
350
350
|
{
|
|
351
|
-
"icon": "list-checks",
|
|
352
351
|
"aggregation": "count",
|
|
352
|
+
"icon": "list-checks",
|
|
353
353
|
"variant": "primary",
|
|
354
|
-
"
|
|
355
|
-
"
|
|
354
|
+
"format": "number",
|
|
355
|
+
"label": "Total"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"format": "number",
|
|
359
|
+
"icon": "edit",
|
|
360
|
+
"variant": "warning",
|
|
361
|
+
"aggregation": "count",
|
|
362
|
+
"label": "Draft",
|
|
359
363
|
"filter": [
|
|
360
364
|
"fn",
|
|
361
365
|
"row",
|
|
@@ -364,18 +368,9 @@
|
|
|
364
368
|
"@row.status",
|
|
365
369
|
"draft"
|
|
366
370
|
]
|
|
367
|
-
]
|
|
368
|
-
"aggregation": "count",
|
|
369
|
-
"icon": "edit",
|
|
370
|
-
"variant": "warning",
|
|
371
|
-
"label": "Draft"
|
|
371
|
+
]
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
|
-
"aggregation": "count",
|
|
375
|
-
"label": "Published",
|
|
376
|
-
"icon": "check-circle",
|
|
377
|
-
"variant": "success",
|
|
378
|
-
"format": "number",
|
|
379
374
|
"filter": [
|
|
380
375
|
"fn",
|
|
381
376
|
"row",
|
|
@@ -384,7 +379,12 @@
|
|
|
384
379
|
"@row.status",
|
|
385
380
|
"published"
|
|
386
381
|
]
|
|
387
|
-
]
|
|
382
|
+
],
|
|
383
|
+
"aggregation": "count",
|
|
384
|
+
"icon": "check-circle",
|
|
385
|
+
"label": "Published",
|
|
386
|
+
"variant": "success",
|
|
387
|
+
"format": "number"
|
|
388
388
|
}
|
|
389
389
|
]
|
|
390
390
|
},
|
|
@@ -403,13 +403,13 @@
|
|
|
403
403
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
404
404
|
"name": "SurveyGraphs",
|
|
405
405
|
"config": {
|
|
406
|
-
"aggregation": "count",
|
|
407
|
-
"height": 240.0,
|
|
408
|
-
"showLegend": false,
|
|
409
406
|
"title": "Surveys by Status",
|
|
410
|
-
"categoryField": "status",
|
|
411
407
|
"subtitle": "Distribution across lifecycle states",
|
|
412
|
-
"
|
|
408
|
+
"categoryField": "status",
|
|
409
|
+
"chartType": "bar",
|
|
410
|
+
"height": 240.0,
|
|
411
|
+
"aggregation": "count",
|
|
412
|
+
"showLegend": false
|
|
413
413
|
},
|
|
414
414
|
"listens": [
|
|
415
415
|
{
|
|
@@ -428,29 +428,11 @@
|
|
|
428
428
|
"linkedEntity": "Survey",
|
|
429
429
|
"config": {
|
|
430
430
|
"gap": "sm",
|
|
431
|
-
"cols": 1.0,
|
|
432
|
-
"itemActions": [
|
|
433
|
-
{
|
|
434
|
-
"event": "VIEW",
|
|
435
|
-
"variant": "ghost",
|
|
436
|
-
"label": "View"
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"event": "EDIT",
|
|
440
|
-
"variant": "ghost",
|
|
441
|
-
"label": "Edit"
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"variant": "danger",
|
|
445
|
-
"label": "Delete",
|
|
446
|
-
"event": "DELETE"
|
|
447
|
-
}
|
|
448
|
-
],
|
|
449
431
|
"fields": [
|
|
450
432
|
{
|
|
451
|
-
"
|
|
433
|
+
"variant": "h3",
|
|
452
434
|
"icon": "list-checks",
|
|
453
|
-
"
|
|
435
|
+
"name": "title"
|
|
454
436
|
},
|
|
455
437
|
{
|
|
456
438
|
"name": "status",
|
|
@@ -465,6 +447,24 @@
|
|
|
465
447
|
"variant": "caption",
|
|
466
448
|
"format": "date"
|
|
467
449
|
}
|
|
450
|
+
],
|
|
451
|
+
"cols": 1.0,
|
|
452
|
+
"itemActions": [
|
|
453
|
+
{
|
|
454
|
+
"event": "VIEW",
|
|
455
|
+
"label": "View",
|
|
456
|
+
"variant": "ghost"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"event": "EDIT",
|
|
460
|
+
"variant": "ghost",
|
|
461
|
+
"label": "Edit"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"event": "DELETE",
|
|
465
|
+
"variant": "danger",
|
|
466
|
+
"label": "Delete"
|
|
467
|
+
}
|
|
468
468
|
]
|
|
469
469
|
},
|
|
470
470
|
"listens": [
|
|
@@ -526,13 +526,13 @@
|
|
|
526
526
|
"linkedEntity": "Survey",
|
|
527
527
|
"config": {
|
|
528
528
|
"icon": "plus-circle",
|
|
529
|
+
"title": "New Survey",
|
|
529
530
|
"mode": "create",
|
|
530
531
|
"fields": [
|
|
531
532
|
"title",
|
|
532
533
|
"description",
|
|
533
534
|
"status"
|
|
534
|
-
]
|
|
535
|
-
"title": "New Survey"
|
|
535
|
+
]
|
|
536
536
|
},
|
|
537
537
|
"events": {
|
|
538
538
|
"OPEN": "CREATE"
|
|
@@ -553,14 +553,14 @@
|
|
|
553
553
|
"name": "SurveyEdit",
|
|
554
554
|
"linkedEntity": "Survey",
|
|
555
555
|
"config": {
|
|
556
|
-
"mode": "edit",
|
|
557
|
-
"title": "Edit Survey",
|
|
558
556
|
"icon": "edit",
|
|
557
|
+
"mode": "edit",
|
|
559
558
|
"fields": [
|
|
560
559
|
"title",
|
|
561
560
|
"description",
|
|
562
561
|
"status"
|
|
563
|
-
]
|
|
562
|
+
],
|
|
563
|
+
"title": "Edit Survey"
|
|
564
564
|
},
|
|
565
565
|
"events": {
|
|
566
566
|
"OPEN": "EDIT"
|
|
@@ -581,14 +581,14 @@
|
|
|
581
581
|
"name": "SurveyView",
|
|
582
582
|
"linkedEntity": "Survey",
|
|
583
583
|
"config": {
|
|
584
|
+
"mode": "edit",
|
|
584
585
|
"title": "View Survey",
|
|
586
|
+
"icon": "eye",
|
|
585
587
|
"fields": [
|
|
586
588
|
"title",
|
|
587
589
|
"description",
|
|
588
590
|
"status"
|
|
589
|
-
]
|
|
590
|
-
"mode": "edit",
|
|
591
|
-
"icon": "eye"
|
|
591
|
+
]
|
|
592
592
|
},
|
|
593
593
|
"events": {
|
|
594
594
|
"OPEN": "VIEW"
|
|
@@ -609,14 +609,14 @@
|
|
|
609
609
|
"name": "SurveyDelete",
|
|
610
610
|
"linkedEntity": "Survey",
|
|
611
611
|
"config": {
|
|
612
|
-
"confirmLabel": "Delete",
|
|
613
|
-
"icon": "alert-triangle",
|
|
614
612
|
"alertMessage": "This action cannot be undone.",
|
|
615
|
-
"title": "Delete Survey"
|
|
613
|
+
"title": "Delete Survey",
|
|
614
|
+
"confirmLabel": "Delete",
|
|
615
|
+
"icon": "alert-triangle"
|
|
616
616
|
},
|
|
617
617
|
"events": {
|
|
618
|
-
"
|
|
619
|
-
"
|
|
618
|
+
"CONFIRM": "CONFIRM_DELETE",
|
|
619
|
+
"REQUEST": "DELETE"
|
|
620
620
|
},
|
|
621
621
|
"listens": [
|
|
622
622
|
{
|
|
@@ -930,29 +930,28 @@
|
|
|
930
930
|
{
|
|
931
931
|
"ref": "AppShell.traits.AppLayout",
|
|
932
932
|
"name": "ResponseAppLayout",
|
|
933
|
-
"linkedEntity": "Response",
|
|
934
933
|
"config": {
|
|
934
|
+
"appName": "Surveys",
|
|
935
|
+
"notifications": [],
|
|
936
|
+
"notificationClickEvent": "RESPONSE_NOTIFICATIONS_OPEN",
|
|
937
|
+
"contentTrait": "@trait.ResponseDashboard",
|
|
938
|
+
"searchEvent": "RESPONSE_SEARCH",
|
|
935
939
|
"navItems": [
|
|
936
940
|
{
|
|
937
|
-
"label": "Surveys",
|
|
938
941
|
"href": "/surveys",
|
|
942
|
+
"label": "Surveys",
|
|
939
943
|
"icon": "list-checks"
|
|
940
944
|
},
|
|
941
945
|
{
|
|
942
|
-
"label": "Responses",
|
|
943
946
|
"href": "/responses",
|
|
947
|
+
"label": "Responses",
|
|
944
948
|
"icon": "inbox"
|
|
945
949
|
}
|
|
946
|
-
]
|
|
947
|
-
"appName": "Surveys",
|
|
948
|
-
"contentTrait": "@trait.ResponseDashboard",
|
|
949
|
-
"notificationClickEvent": "RESPONSE_NOTIFICATIONS_OPEN",
|
|
950
|
-
"searchEvent": "RESPONSE_SEARCH",
|
|
951
|
-
"notifications": []
|
|
950
|
+
]
|
|
952
951
|
},
|
|
953
952
|
"events": {
|
|
954
|
-
"
|
|
955
|
-
"
|
|
953
|
+
"NOTIFY_CLICK": "RESPONSE_NOTIFICATIONS_OPEN",
|
|
954
|
+
"SEARCH": "RESPONSE_SEARCH"
|
|
956
955
|
}
|
|
957
956
|
},
|
|
958
957
|
{
|
|
@@ -1019,47 +1018,47 @@
|
|
|
1019
1018
|
"render-ui",
|
|
1020
1019
|
"main",
|
|
1021
1020
|
{
|
|
1021
|
+
"gap": "lg",
|
|
1022
|
+
"type": "stack",
|
|
1023
|
+
"direction": "vertical",
|
|
1024
|
+
"className": "max-w-6xl mx-auto w-full p-4",
|
|
1022
1025
|
"children": [
|
|
1023
1026
|
{
|
|
1027
|
+
"align": "center",
|
|
1024
1028
|
"direction": "horizontal",
|
|
1025
1029
|
"gap": "sm",
|
|
1030
|
+
"type": "stack",
|
|
1026
1031
|
"children": [
|
|
1027
1032
|
{
|
|
1028
1033
|
"name": "inbox",
|
|
1029
1034
|
"type": "icon"
|
|
1030
1035
|
},
|
|
1031
1036
|
{
|
|
1032
|
-
"variant": "h2",
|
|
1033
1037
|
"content": "Responses",
|
|
1038
|
+
"variant": "h2",
|
|
1034
1039
|
"type": "typography"
|
|
1035
1040
|
}
|
|
1036
|
-
]
|
|
1037
|
-
"align": "center",
|
|
1038
|
-
"type": "stack"
|
|
1041
|
+
]
|
|
1039
1042
|
},
|
|
1040
1043
|
{
|
|
1041
1044
|
"type": "divider"
|
|
1042
1045
|
},
|
|
1043
1046
|
{
|
|
1044
1047
|
"type": "typography",
|
|
1045
|
-
"
|
|
1046
|
-
"
|
|
1048
|
+
"content": "Submit a response",
|
|
1049
|
+
"variant": "h3"
|
|
1047
1050
|
},
|
|
1048
1051
|
"@trait.ResponseCollect",
|
|
1049
1052
|
{
|
|
1050
1053
|
"type": "divider"
|
|
1051
1054
|
},
|
|
1052
1055
|
{
|
|
1053
|
-
"type": "typography",
|
|
1054
1056
|
"content": "All responses",
|
|
1055
|
-
"variant": "h3"
|
|
1057
|
+
"variant": "h3",
|
|
1058
|
+
"type": "typography"
|
|
1056
1059
|
},
|
|
1057
1060
|
"@trait.ResponseBrowseList"
|
|
1058
|
-
]
|
|
1059
|
-
"direction": "vertical",
|
|
1060
|
-
"className": "max-w-6xl mx-auto w-full p-4",
|
|
1061
|
-
"gap": "lg",
|
|
1062
|
-
"type": "stack"
|
|
1061
|
+
]
|
|
1063
1062
|
}
|
|
1064
1063
|
]
|
|
1065
1064
|
]
|
|
@@ -1078,34 +1077,34 @@
|
|
|
1078
1077
|
"render-ui",
|
|
1079
1078
|
"main",
|
|
1080
1079
|
{
|
|
1080
|
+
"className": "py-8",
|
|
1081
|
+
"align": "center",
|
|
1082
|
+
"type": "stack",
|
|
1081
1083
|
"children": [
|
|
1082
1084
|
{
|
|
1083
|
-
"
|
|
1084
|
-
"
|
|
1085
|
+
"type": "icon",
|
|
1086
|
+
"name": "bell"
|
|
1085
1087
|
},
|
|
1086
1088
|
{
|
|
1087
|
-
"
|
|
1089
|
+
"content": "No notifications",
|
|
1088
1090
|
"variant": "h3",
|
|
1089
|
-
"
|
|
1091
|
+
"type": "typography"
|
|
1090
1092
|
},
|
|
1091
1093
|
{
|
|
1092
|
-
"content": "You're all caught up.",
|
|
1093
1094
|
"type": "typography",
|
|
1094
1095
|
"variant": "caption",
|
|
1095
|
-
"color": "muted"
|
|
1096
|
+
"color": "muted",
|
|
1097
|
+
"content": "You're all caught up."
|
|
1096
1098
|
},
|
|
1097
1099
|
{
|
|
1098
|
-
"type": "button",
|
|
1099
1100
|
"variant": "ghost",
|
|
1100
|
-
"
|
|
1101
|
-
"
|
|
1101
|
+
"action": "INIT",
|
|
1102
|
+
"type": "button",
|
|
1103
|
+
"label": "Back to responses"
|
|
1102
1104
|
}
|
|
1103
1105
|
],
|
|
1104
|
-
"direction": "vertical",
|
|
1105
1106
|
"gap": "md",
|
|
1106
|
-
"
|
|
1107
|
-
"type": "stack",
|
|
1108
|
-
"className": "py-8"
|
|
1107
|
+
"direction": "vertical"
|
|
1109
1108
|
}
|
|
1110
1109
|
]
|
|
1111
1110
|
]
|
|
@@ -1126,45 +1125,45 @@
|
|
|
1126
1125
|
"name": "ResponseBrowseList",
|
|
1127
1126
|
"linkedEntity": "Response",
|
|
1128
1127
|
"config": {
|
|
1129
|
-
"
|
|
1128
|
+
"gap": "sm",
|
|
1130
1129
|
"displayPageSize": 10.0,
|
|
1130
|
+
"cols": 1.0,
|
|
1131
|
+
"pageSize": 100.0,
|
|
1131
1132
|
"fields": [
|
|
1132
1133
|
{
|
|
1133
|
-
"variant": "caption",
|
|
1134
1134
|
"label": "Survey",
|
|
1135
|
-
"name": "surveyId"
|
|
1135
|
+
"name": "surveyId",
|
|
1136
|
+
"variant": "caption"
|
|
1136
1137
|
},
|
|
1137
1138
|
{
|
|
1138
|
-
"name": "respondentId",
|
|
1139
1139
|
"label": "Respondent",
|
|
1140
|
+
"name": "respondentId",
|
|
1140
1141
|
"variant": "body"
|
|
1141
1142
|
},
|
|
1142
1143
|
{
|
|
1143
|
-
"label": "Question",
|
|
1144
1144
|
"variant": "caption",
|
|
1145
|
-
"name": "questionId"
|
|
1145
|
+
"name": "questionId",
|
|
1146
|
+
"label": "Question"
|
|
1146
1147
|
},
|
|
1147
1148
|
{
|
|
1148
|
-
"name": "answerJson",
|
|
1149
1149
|
"label": "Answer",
|
|
1150
|
-
"variant": "body"
|
|
1150
|
+
"variant": "body",
|
|
1151
|
+
"name": "answerJson"
|
|
1151
1152
|
},
|
|
1152
1153
|
{
|
|
1153
|
-
"
|
|
1154
|
+
"name": "submittedAt",
|
|
1154
1155
|
"label": "Submitted",
|
|
1155
1156
|
"variant": "caption",
|
|
1156
|
-
"
|
|
1157
|
+
"format": "date"
|
|
1157
1158
|
}
|
|
1158
1159
|
],
|
|
1159
1160
|
"itemActions": [
|
|
1160
1161
|
{
|
|
1161
1162
|
"variant": "ghost",
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1163
|
+
"label": "View",
|
|
1164
|
+
"event": "VIEW"
|
|
1164
1165
|
}
|
|
1165
|
-
]
|
|
1166
|
-
"cols": 1.0,
|
|
1167
|
-
"gap": "sm"
|
|
1166
|
+
]
|
|
1168
1167
|
},
|
|
1169
1168
|
"listens": [
|
|
1170
1169
|
{
|
|
@@ -1183,7 +1182,7 @@
|
|
|
1183
1182
|
"linkedEntity": "Response",
|
|
1184
1183
|
"config": {
|
|
1185
1184
|
"mode": "edit",
|
|
1186
|
-
"
|
|
1185
|
+
"icon": "eye",
|
|
1187
1186
|
"fields": [
|
|
1188
1187
|
"surveyId",
|
|
1189
1188
|
"respondentId",
|
|
@@ -1191,7 +1190,7 @@
|
|
|
1191
1190
|
"answerJson",
|
|
1192
1191
|
"submittedAt"
|
|
1193
1192
|
],
|
|
1194
|
-
"
|
|
1193
|
+
"title": "View Response"
|
|
1195
1194
|
},
|
|
1196
1195
|
"events": {
|
|
1197
1196
|
"OPEN": "VIEW"
|