@almadar/std 3.2.0 → 3.2.2
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/exports/atoms/std-async.orb +41 -24
- package/behaviors/exports/atoms/std-browse.orb +12 -5
- package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/behaviors/exports/atoms/std-collision.orb +278 -206
- package/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/behaviors/exports/atoms/std-combat.orb +6 -1
- package/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/behaviors/exports/atoms/std-display.orb +166 -21
- package/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/behaviors/exports/atoms/std-filter.orb +211 -18
- package/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/behaviors/exports/atoms/std-input.orb +142 -137
- package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-loading.orb +27 -76
- package/behaviors/exports/atoms/std-modal.orb +177 -93
- package/behaviors/exports/atoms/std-movement.orb +401 -31
- package/behaviors/exports/atoms/std-notification.orb +46 -95
- package/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/behaviors/exports/atoms/std-pagination.orb +26 -89
- package/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-quest.orb +309 -34
- package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/behaviors/exports/atoms/std-score.orb +211 -11
- package/behaviors/exports/atoms/std-search.orb +28 -27
- package/behaviors/exports/atoms/std-selection.orb +160 -121
- package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-sort.orb +134 -24
- package/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/behaviors/exports/atoms/std-timer.orb +483 -91
- package/behaviors/exports/atoms/std-undo.orb +211 -81
- package/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/behaviors/exports/molecules/std-cart.orb +6 -1
- package/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/behaviors/exports/molecules/std-detail.orb +12 -5
- package/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/behaviors/exports/molecules/std-list.orb +392 -5
- package/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/behaviors/exports/organisms/std-arcade-game.orb +214 -16
- package/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/behaviors/exports/organisms/std-lms.orb +658 -362
- package/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/behaviors/exports/validation-report.json +747 -0
- package/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/exports/atoms/std-async.orb +41 -24
- package/dist/behaviors/exports/atoms/std-browse.orb +12 -5
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
- package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
- package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/behaviors/exports/atoms/std-display.orb +166 -21
- package/dist/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
- package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/dist/behaviors/exports/atoms/std-input.orb +142 -137
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-loading.orb +27 -76
- package/dist/behaviors/exports/atoms/std-modal.orb +177 -93
- package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
- package/dist/behaviors/exports/atoms/std-notification.orb +46 -95
- package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/dist/behaviors/exports/atoms/std-pagination.orb +26 -89
- package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/dist/behaviors/exports/atoms/std-score.orb +211 -11
- package/dist/behaviors/exports/atoms/std-search.orb +28 -27
- package/dist/behaviors/exports/atoms/std-selection.orb +160 -121
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-sort.orb +134 -24
- package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
- package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
- package/dist/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/dist/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-cart.orb +6 -1
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-detail.orb +12 -5
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/dist/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/dist/behaviors/exports/molecules/std-list.orb +392 -5
- package/dist/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +214 -16
- package/dist/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/behaviors/exports/organisms/std-lms.orb +658 -362
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/behaviors/exports/validation-report.json +747 -0
- package/dist/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/functions/index.js +715 -593
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +715 -593
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +41 -24
- package/dist/exports/atoms/std-browse.orb +12 -5
- package/dist/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/exports/atoms/std-collision.orb +278 -206
- package/dist/exports/atoms/std-combat-log.orb +6 -1
- package/dist/exports/atoms/std-combat.orb +6 -1
- package/dist/exports/atoms/std-confirmation.orb +212 -7
- package/dist/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/exports/atoms/std-display.orb +166 -21
- package/dist/exports/atoms/std-drawer.orb +208 -104
- package/dist/exports/atoms/std-filter.orb +211 -18
- package/dist/exports/atoms/std-game-audio.orb +6 -1
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/exports/atoms/std-game-hud.orb +6 -1
- package/dist/exports/atoms/std-game-menu.orb +6 -1
- package/dist/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/exports/atoms/std-gameflow.orb +100 -5
- package/dist/exports/atoms/std-input.orb +142 -137
- package/dist/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/exports/atoms/std-loading.orb +27 -76
- package/dist/exports/atoms/std-modal.orb +177 -93
- package/dist/exports/atoms/std-movement.orb +401 -31
- package/dist/exports/atoms/std-notification.orb +46 -95
- package/dist/exports/atoms/std-overworld.orb +44 -16
- package/dist/exports/atoms/std-pagination.orb +26 -89
- package/dist/exports/atoms/std-physics2d.orb +6 -1
- package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/exports/atoms/std-quest.orb +309 -34
- package/dist/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/exports/atoms/std-score-board.orb +6 -1
- package/dist/exports/atoms/std-score.orb +211 -11
- package/dist/exports/atoms/std-search.orb +28 -27
- package/dist/exports/atoms/std-selection.orb +160 -121
- package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/exports/atoms/std-sort.orb +134 -24
- package/dist/exports/atoms/std-sprite.orb +6 -1
- package/dist/exports/atoms/std-tabs.orb +25 -15
- package/dist/exports/atoms/std-timer.orb +483 -91
- package/dist/exports/atoms/std-undo.orb +211 -81
- package/dist/exports/atoms/std-wizard.orb +31 -34
- package/dist/exports/molecules/std-builder-game.orb +6 -1
- package/dist/exports/molecules/std-cart.orb +6 -1
- package/dist/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/exports/molecules/std-detail.orb +12 -5
- package/dist/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/exports/molecules/std-geospatial.orb +28 -9
- package/dist/exports/molecules/std-inventory.orb +28 -9
- package/dist/exports/molecules/std-list.orb +392 -5
- package/dist/exports/molecules/std-messaging.orb +12 -5
- package/dist/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/exports/organisms/std-arcade-game.orb +214 -16
- package/dist/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/exports/organisms/std-cms.orb +1713 -947
- package/dist/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/exports/organisms/std-crm.orb +1669 -1153
- package/dist/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/exports/organisms/std-lms.orb +658 -362
- package/dist/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/exports/organisms/std-social-feed.orb +12 -8
- package/dist/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/exports/validation-report.json +747 -0
- package/dist/exports/verify-results.json +13 -0
- package/dist/index.js +715 -593
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -225,7 +225,9 @@
|
|
|
225
225
|
}
|
|
226
226
|
],
|
|
227
227
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
228
|
-
"
|
|
228
|
+
"renderItem": [
|
|
229
|
+
"fn",
|
|
230
|
+
"item",
|
|
229
231
|
{
|
|
230
232
|
"type": "stack",
|
|
231
233
|
"direction": "vertical",
|
|
@@ -251,13 +253,13 @@
|
|
|
251
253
|
{
|
|
252
254
|
"type": "typography",
|
|
253
255
|
"variant": "h4",
|
|
254
|
-
"content": "@
|
|
256
|
+
"content": "@item.subject"
|
|
255
257
|
}
|
|
256
258
|
]
|
|
257
259
|
},
|
|
258
260
|
{
|
|
259
261
|
"type": "badge",
|
|
260
|
-
"label": "@
|
|
262
|
+
"label": "@item.description"
|
|
261
263
|
}
|
|
262
264
|
]
|
|
263
265
|
},
|
|
@@ -265,7 +267,7 @@
|
|
|
265
267
|
"type": "typography",
|
|
266
268
|
"variant": "caption",
|
|
267
269
|
"color": "muted",
|
|
268
|
-
"content": "@
|
|
270
|
+
"content": "@item.priority"
|
|
269
271
|
}
|
|
270
272
|
]
|
|
271
273
|
}
|
|
@@ -387,6 +389,130 @@
|
|
|
387
389
|
"fetch",
|
|
388
390
|
"Ticket"
|
|
389
391
|
],
|
|
392
|
+
[
|
|
393
|
+
"render-ui",
|
|
394
|
+
"main",
|
|
395
|
+
{
|
|
396
|
+
"type": "stack",
|
|
397
|
+
"direction": "vertical",
|
|
398
|
+
"gap": "lg",
|
|
399
|
+
"children": [
|
|
400
|
+
{
|
|
401
|
+
"type": "stack",
|
|
402
|
+
"direction": "horizontal",
|
|
403
|
+
"gap": "md",
|
|
404
|
+
"justify": "space-between",
|
|
405
|
+
"children": [
|
|
406
|
+
{
|
|
407
|
+
"type": "stack",
|
|
408
|
+
"direction": "horizontal",
|
|
409
|
+
"gap": "sm",
|
|
410
|
+
"align": "center",
|
|
411
|
+
"children": [
|
|
412
|
+
{
|
|
413
|
+
"type": "icon",
|
|
414
|
+
"name": "inbox",
|
|
415
|
+
"size": "lg"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"type": "typography",
|
|
419
|
+
"content": "Tickets",
|
|
420
|
+
"variant": "h2"
|
|
421
|
+
}
|
|
422
|
+
]
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"type": "stack",
|
|
426
|
+
"direction": "horizontal",
|
|
427
|
+
"gap": "sm",
|
|
428
|
+
"children": [
|
|
429
|
+
{
|
|
430
|
+
"type": "button",
|
|
431
|
+
"label": "New Ticket",
|
|
432
|
+
"event": "CREATE",
|
|
433
|
+
"variant": "primary",
|
|
434
|
+
"icon": "plus"
|
|
435
|
+
}
|
|
436
|
+
]
|
|
437
|
+
}
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"type": "divider"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"type": "data-grid",
|
|
445
|
+
"entity": "Ticket",
|
|
446
|
+
"emptyIcon": "inbox",
|
|
447
|
+
"emptyTitle": "No tickets yet",
|
|
448
|
+
"emptyDescription": "Create your first ticket to get started.",
|
|
449
|
+
"itemActions": [
|
|
450
|
+
{
|
|
451
|
+
"label": "View",
|
|
452
|
+
"event": "VIEW"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"label": "Edit",
|
|
456
|
+
"event": "EDIT"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"label": "Delete",
|
|
460
|
+
"event": "DELETE",
|
|
461
|
+
"variant": "danger"
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
465
|
+
"renderItem": [
|
|
466
|
+
"fn",
|
|
467
|
+
"item",
|
|
468
|
+
{
|
|
469
|
+
"type": "stack",
|
|
470
|
+
"direction": "vertical",
|
|
471
|
+
"gap": "sm",
|
|
472
|
+
"children": [
|
|
473
|
+
{
|
|
474
|
+
"type": "stack",
|
|
475
|
+
"direction": "horizontal",
|
|
476
|
+
"justify": "space-between",
|
|
477
|
+
"align": "center",
|
|
478
|
+
"children": [
|
|
479
|
+
{
|
|
480
|
+
"type": "stack",
|
|
481
|
+
"direction": "horizontal",
|
|
482
|
+
"gap": "sm",
|
|
483
|
+
"align": "center",
|
|
484
|
+
"children": [
|
|
485
|
+
{
|
|
486
|
+
"type": "icon",
|
|
487
|
+
"name": "inbox",
|
|
488
|
+
"size": "sm"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"type": "typography",
|
|
492
|
+
"variant": "h4",
|
|
493
|
+
"content": "@item.subject"
|
|
494
|
+
}
|
|
495
|
+
]
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"type": "badge",
|
|
499
|
+
"label": "@item.description"
|
|
500
|
+
}
|
|
501
|
+
]
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"type": "typography",
|
|
505
|
+
"variant": "caption",
|
|
506
|
+
"color": "muted",
|
|
507
|
+
"content": "@item.priority"
|
|
508
|
+
}
|
|
509
|
+
]
|
|
510
|
+
}
|
|
511
|
+
]
|
|
512
|
+
}
|
|
513
|
+
]
|
|
514
|
+
}
|
|
515
|
+
],
|
|
390
516
|
[
|
|
391
517
|
"notify",
|
|
392
518
|
"Ticket deleted successfully"
|
|
@@ -402,6 +528,134 @@
|
|
|
402
528
|
"render-ui",
|
|
403
529
|
"modal",
|
|
404
530
|
null
|
|
531
|
+
],
|
|
532
|
+
[
|
|
533
|
+
"fetch",
|
|
534
|
+
"Ticket"
|
|
535
|
+
],
|
|
536
|
+
[
|
|
537
|
+
"render-ui",
|
|
538
|
+
"main",
|
|
539
|
+
{
|
|
540
|
+
"type": "stack",
|
|
541
|
+
"direction": "vertical",
|
|
542
|
+
"gap": "lg",
|
|
543
|
+
"children": [
|
|
544
|
+
{
|
|
545
|
+
"type": "stack",
|
|
546
|
+
"direction": "horizontal",
|
|
547
|
+
"gap": "md",
|
|
548
|
+
"justify": "space-between",
|
|
549
|
+
"children": [
|
|
550
|
+
{
|
|
551
|
+
"type": "stack",
|
|
552
|
+
"direction": "horizontal",
|
|
553
|
+
"gap": "sm",
|
|
554
|
+
"align": "center",
|
|
555
|
+
"children": [
|
|
556
|
+
{
|
|
557
|
+
"type": "icon",
|
|
558
|
+
"name": "inbox",
|
|
559
|
+
"size": "lg"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"type": "typography",
|
|
563
|
+
"content": "Tickets",
|
|
564
|
+
"variant": "h2"
|
|
565
|
+
}
|
|
566
|
+
]
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"type": "stack",
|
|
570
|
+
"direction": "horizontal",
|
|
571
|
+
"gap": "sm",
|
|
572
|
+
"children": [
|
|
573
|
+
{
|
|
574
|
+
"type": "button",
|
|
575
|
+
"label": "New Ticket",
|
|
576
|
+
"event": "CREATE",
|
|
577
|
+
"variant": "primary",
|
|
578
|
+
"icon": "plus"
|
|
579
|
+
}
|
|
580
|
+
]
|
|
581
|
+
}
|
|
582
|
+
]
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"type": "divider"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"type": "data-grid",
|
|
589
|
+
"entity": "Ticket",
|
|
590
|
+
"emptyIcon": "inbox",
|
|
591
|
+
"emptyTitle": "No tickets yet",
|
|
592
|
+
"emptyDescription": "Create your first ticket to get started.",
|
|
593
|
+
"itemActions": [
|
|
594
|
+
{
|
|
595
|
+
"label": "View",
|
|
596
|
+
"event": "VIEW"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"label": "Edit",
|
|
600
|
+
"event": "EDIT"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"label": "Delete",
|
|
604
|
+
"event": "DELETE",
|
|
605
|
+
"variant": "danger"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
609
|
+
"renderItem": [
|
|
610
|
+
"fn",
|
|
611
|
+
"item",
|
|
612
|
+
{
|
|
613
|
+
"type": "stack",
|
|
614
|
+
"direction": "vertical",
|
|
615
|
+
"gap": "sm",
|
|
616
|
+
"children": [
|
|
617
|
+
{
|
|
618
|
+
"type": "stack",
|
|
619
|
+
"direction": "horizontal",
|
|
620
|
+
"justify": "space-between",
|
|
621
|
+
"align": "center",
|
|
622
|
+
"children": [
|
|
623
|
+
{
|
|
624
|
+
"type": "stack",
|
|
625
|
+
"direction": "horizontal",
|
|
626
|
+
"gap": "sm",
|
|
627
|
+
"align": "center",
|
|
628
|
+
"children": [
|
|
629
|
+
{
|
|
630
|
+
"type": "icon",
|
|
631
|
+
"name": "inbox",
|
|
632
|
+
"size": "sm"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"type": "typography",
|
|
636
|
+
"variant": "h4",
|
|
637
|
+
"content": "@item.subject"
|
|
638
|
+
}
|
|
639
|
+
]
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"type": "badge",
|
|
643
|
+
"label": "@item.description"
|
|
644
|
+
}
|
|
645
|
+
]
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"type": "typography",
|
|
649
|
+
"variant": "caption",
|
|
650
|
+
"color": "muted",
|
|
651
|
+
"content": "@item.priority"
|
|
652
|
+
}
|
|
653
|
+
]
|
|
654
|
+
}
|
|
655
|
+
]
|
|
656
|
+
}
|
|
657
|
+
]
|
|
658
|
+
}
|
|
405
659
|
]
|
|
406
660
|
]
|
|
407
661
|
},
|
|
@@ -414,6 +668,134 @@
|
|
|
414
668
|
"render-ui",
|
|
415
669
|
"modal",
|
|
416
670
|
null
|
|
671
|
+
],
|
|
672
|
+
[
|
|
673
|
+
"fetch",
|
|
674
|
+
"Ticket"
|
|
675
|
+
],
|
|
676
|
+
[
|
|
677
|
+
"render-ui",
|
|
678
|
+
"main",
|
|
679
|
+
{
|
|
680
|
+
"type": "stack",
|
|
681
|
+
"direction": "vertical",
|
|
682
|
+
"gap": "lg",
|
|
683
|
+
"children": [
|
|
684
|
+
{
|
|
685
|
+
"type": "stack",
|
|
686
|
+
"direction": "horizontal",
|
|
687
|
+
"gap": "md",
|
|
688
|
+
"justify": "space-between",
|
|
689
|
+
"children": [
|
|
690
|
+
{
|
|
691
|
+
"type": "stack",
|
|
692
|
+
"direction": "horizontal",
|
|
693
|
+
"gap": "sm",
|
|
694
|
+
"align": "center",
|
|
695
|
+
"children": [
|
|
696
|
+
{
|
|
697
|
+
"type": "icon",
|
|
698
|
+
"name": "inbox",
|
|
699
|
+
"size": "lg"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"type": "typography",
|
|
703
|
+
"content": "Tickets",
|
|
704
|
+
"variant": "h2"
|
|
705
|
+
}
|
|
706
|
+
]
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"type": "stack",
|
|
710
|
+
"direction": "horizontal",
|
|
711
|
+
"gap": "sm",
|
|
712
|
+
"children": [
|
|
713
|
+
{
|
|
714
|
+
"type": "button",
|
|
715
|
+
"label": "New Ticket",
|
|
716
|
+
"event": "CREATE",
|
|
717
|
+
"variant": "primary",
|
|
718
|
+
"icon": "plus"
|
|
719
|
+
}
|
|
720
|
+
]
|
|
721
|
+
}
|
|
722
|
+
]
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"type": "divider"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"type": "data-grid",
|
|
729
|
+
"entity": "Ticket",
|
|
730
|
+
"emptyIcon": "inbox",
|
|
731
|
+
"emptyTitle": "No tickets yet",
|
|
732
|
+
"emptyDescription": "Create your first ticket to get started.",
|
|
733
|
+
"itemActions": [
|
|
734
|
+
{
|
|
735
|
+
"label": "View",
|
|
736
|
+
"event": "VIEW"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"label": "Edit",
|
|
740
|
+
"event": "EDIT"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"label": "Delete",
|
|
744
|
+
"event": "DELETE",
|
|
745
|
+
"variant": "danger"
|
|
746
|
+
}
|
|
747
|
+
],
|
|
748
|
+
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
749
|
+
"renderItem": [
|
|
750
|
+
"fn",
|
|
751
|
+
"item",
|
|
752
|
+
{
|
|
753
|
+
"type": "stack",
|
|
754
|
+
"direction": "vertical",
|
|
755
|
+
"gap": "sm",
|
|
756
|
+
"children": [
|
|
757
|
+
{
|
|
758
|
+
"type": "stack",
|
|
759
|
+
"direction": "horizontal",
|
|
760
|
+
"justify": "space-between",
|
|
761
|
+
"align": "center",
|
|
762
|
+
"children": [
|
|
763
|
+
{
|
|
764
|
+
"type": "stack",
|
|
765
|
+
"direction": "horizontal",
|
|
766
|
+
"gap": "sm",
|
|
767
|
+
"align": "center",
|
|
768
|
+
"children": [
|
|
769
|
+
{
|
|
770
|
+
"type": "icon",
|
|
771
|
+
"name": "inbox",
|
|
772
|
+
"size": "sm"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"type": "typography",
|
|
776
|
+
"variant": "h4",
|
|
777
|
+
"content": "@item.subject"
|
|
778
|
+
}
|
|
779
|
+
]
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"type": "badge",
|
|
783
|
+
"label": "@item.description"
|
|
784
|
+
}
|
|
785
|
+
]
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"type": "typography",
|
|
789
|
+
"variant": "caption",
|
|
790
|
+
"color": "muted",
|
|
791
|
+
"content": "@item.priority"
|
|
792
|
+
}
|
|
793
|
+
]
|
|
794
|
+
}
|
|
795
|
+
]
|
|
796
|
+
}
|
|
797
|
+
]
|
|
798
|
+
}
|
|
417
799
|
]
|
|
418
800
|
]
|
|
419
801
|
}
|
|
@@ -1157,7 +1539,9 @@
|
|
|
1157
1539
|
}
|
|
1158
1540
|
],
|
|
1159
1541
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
1160
|
-
"
|
|
1542
|
+
"renderItem": [
|
|
1543
|
+
"fn",
|
|
1544
|
+
"item",
|
|
1161
1545
|
{
|
|
1162
1546
|
"type": "stack",
|
|
1163
1547
|
"direction": "vertical",
|
|
@@ -1183,13 +1567,13 @@
|
|
|
1183
1567
|
{
|
|
1184
1568
|
"type": "typography",
|
|
1185
1569
|
"variant": "h4",
|
|
1186
|
-
"content": "@
|
|
1570
|
+
"content": "@item.ticketId"
|
|
1187
1571
|
}
|
|
1188
1572
|
]
|
|
1189
1573
|
},
|
|
1190
1574
|
{
|
|
1191
1575
|
"type": "badge",
|
|
1192
|
-
"label": "@
|
|
1576
|
+
"label": "@item.body"
|
|
1193
1577
|
}
|
|
1194
1578
|
]
|
|
1195
1579
|
},
|
|
@@ -1197,7 +1581,7 @@
|
|
|
1197
1581
|
"type": "typography",
|
|
1198
1582
|
"variant": "caption",
|
|
1199
1583
|
"color": "muted",
|
|
1200
|
-
"content": "@
|
|
1584
|
+
"content": "@item.author"
|
|
1201
1585
|
}
|
|
1202
1586
|
]
|
|
1203
1587
|
}
|
|
@@ -1730,47 +2114,27 @@
|
|
|
1730
2114
|
"columns": 3,
|
|
1731
2115
|
"children": [
|
|
1732
2116
|
{
|
|
1733
|
-
"type": "
|
|
1734
|
-
"
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
"
|
|
1739
|
-
"
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
"variant": "caption",
|
|
1743
|
-
"content": "OpenTickets"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"type": "typography",
|
|
1747
|
-
"variant": "h3",
|
|
1748
|
-
"content": "@entity.openTickets"
|
|
1749
|
-
}
|
|
1750
|
-
]
|
|
1751
|
-
}
|
|
2117
|
+
"type": "stat-display",
|
|
2118
|
+
"label": "OpenTickets",
|
|
2119
|
+
"value": [
|
|
2120
|
+
"object/get",
|
|
2121
|
+
[
|
|
2122
|
+
"array/first",
|
|
2123
|
+
"@entity"
|
|
2124
|
+
],
|
|
2125
|
+
"openTickets"
|
|
1752
2126
|
]
|
|
1753
2127
|
},
|
|
1754
2128
|
{
|
|
1755
|
-
"type": "
|
|
1756
|
-
"
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
"
|
|
1761
|
-
"
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
"variant": "caption",
|
|
1765
|
-
"content": "ResolvedTickets"
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
"type": "typography",
|
|
1769
|
-
"variant": "h3",
|
|
1770
|
-
"content": "@entity.resolvedTickets"
|
|
1771
|
-
}
|
|
1772
|
-
]
|
|
1773
|
-
}
|
|
2129
|
+
"type": "stat-display",
|
|
2130
|
+
"label": "ResolvedTickets",
|
|
2131
|
+
"value": [
|
|
2132
|
+
"object/get",
|
|
2133
|
+
[
|
|
2134
|
+
"array/first",
|
|
2135
|
+
"@entity"
|
|
2136
|
+
],
|
|
2137
|
+
"resolvedTickets"
|
|
1774
2138
|
]
|
|
1775
2139
|
},
|
|
1776
2140
|
{
|
|
@@ -1789,54 +2153,41 @@
|
|
|
1789
2153
|
{
|
|
1790
2154
|
"type": "typography",
|
|
1791
2155
|
"variant": "h3",
|
|
1792
|
-
"content":
|
|
2156
|
+
"content": [
|
|
2157
|
+
"object/get",
|
|
2158
|
+
[
|
|
2159
|
+
"array/first",
|
|
2160
|
+
"@entity"
|
|
2161
|
+
],
|
|
2162
|
+
"avgResponseTime"
|
|
2163
|
+
]
|
|
1793
2164
|
}
|
|
1794
2165
|
]
|
|
1795
2166
|
}
|
|
1796
2167
|
]
|
|
1797
2168
|
},
|
|
1798
2169
|
{
|
|
1799
|
-
"type": "
|
|
1800
|
-
"
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
"
|
|
1805
|
-
"
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
"variant": "caption",
|
|
1809
|
-
"content": "SatisfactionScore"
|
|
1810
|
-
},
|
|
1811
|
-
{
|
|
1812
|
-
"type": "typography",
|
|
1813
|
-
"variant": "h3",
|
|
1814
|
-
"content": "@entity.satisfactionScore"
|
|
1815
|
-
}
|
|
1816
|
-
]
|
|
1817
|
-
}
|
|
2170
|
+
"type": "stat-display",
|
|
2171
|
+
"label": "SatisfactionScore",
|
|
2172
|
+
"value": [
|
|
2173
|
+
"object/get",
|
|
2174
|
+
[
|
|
2175
|
+
"array/first",
|
|
2176
|
+
"@entity"
|
|
2177
|
+
],
|
|
2178
|
+
"satisfactionScore"
|
|
1818
2179
|
]
|
|
1819
2180
|
},
|
|
1820
2181
|
{
|
|
1821
|
-
"type": "
|
|
1822
|
-
"
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
"
|
|
1827
|
-
"
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
"variant": "caption",
|
|
1831
|
-
"content": "ActiveAgents"
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"type": "typography",
|
|
1835
|
-
"variant": "h3",
|
|
1836
|
-
"content": "@entity.activeAgents"
|
|
1837
|
-
}
|
|
1838
|
-
]
|
|
1839
|
-
}
|
|
2182
|
+
"type": "stat-display",
|
|
2183
|
+
"label": "ActiveAgents",
|
|
2184
|
+
"value": [
|
|
2185
|
+
"object/get",
|
|
2186
|
+
[
|
|
2187
|
+
"array/first",
|
|
2188
|
+
"@entity"
|
|
2189
|
+
],
|
|
2190
|
+
"activeAgents"
|
|
1840
2191
|
]
|
|
1841
2192
|
}
|
|
1842
2193
|
]
|
|
@@ -1892,58 +2243,38 @@
|
|
|
1892
2243
|
"event": "REFRESH",
|
|
1893
2244
|
"variant": "secondary",
|
|
1894
2245
|
"icon": "refresh-cw"
|
|
1895
|
-
}
|
|
1896
|
-
]
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"type": "divider"
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"type": "simple-grid",
|
|
1903
|
-
"columns": 3,
|
|
1904
|
-
"children": [
|
|
1905
|
-
{
|
|
1906
|
-
"type": "
|
|
1907
|
-
"
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
{
|
|
1928
|
-
"type": "card",
|
|
1929
|
-
"children": [
|
|
1930
|
-
{
|
|
1931
|
-
"type": "stack",
|
|
1932
|
-
"direction": "vertical",
|
|
1933
|
-
"gap": "sm",
|
|
1934
|
-
"children": [
|
|
1935
|
-
{
|
|
1936
|
-
"type": "typography",
|
|
1937
|
-
"variant": "caption",
|
|
1938
|
-
"content": "ResolvedTickets"
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"type": "typography",
|
|
1942
|
-
"variant": "h3",
|
|
1943
|
-
"content": "@entity.resolvedTickets"
|
|
1944
|
-
}
|
|
1945
|
-
]
|
|
1946
|
-
}
|
|
2246
|
+
}
|
|
2247
|
+
]
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"type": "divider"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"type": "simple-grid",
|
|
2254
|
+
"columns": 3,
|
|
2255
|
+
"children": [
|
|
2256
|
+
{
|
|
2257
|
+
"type": "stat-display",
|
|
2258
|
+
"label": "OpenTickets",
|
|
2259
|
+
"value": [
|
|
2260
|
+
"object/get",
|
|
2261
|
+
[
|
|
2262
|
+
"array/first",
|
|
2263
|
+
"@entity"
|
|
2264
|
+
],
|
|
2265
|
+
"openTickets"
|
|
2266
|
+
]
|
|
2267
|
+
},
|
|
2268
|
+
{
|
|
2269
|
+
"type": "stat-display",
|
|
2270
|
+
"label": "ResolvedTickets",
|
|
2271
|
+
"value": [
|
|
2272
|
+
"object/get",
|
|
2273
|
+
[
|
|
2274
|
+
"array/first",
|
|
2275
|
+
"@entity"
|
|
2276
|
+
],
|
|
2277
|
+
"resolvedTickets"
|
|
1947
2278
|
]
|
|
1948
2279
|
},
|
|
1949
2280
|
{
|
|
@@ -1962,54 +2293,41 @@
|
|
|
1962
2293
|
{
|
|
1963
2294
|
"type": "typography",
|
|
1964
2295
|
"variant": "h3",
|
|
1965
|
-
"content":
|
|
2296
|
+
"content": [
|
|
2297
|
+
"object/get",
|
|
2298
|
+
[
|
|
2299
|
+
"array/first",
|
|
2300
|
+
"@entity"
|
|
2301
|
+
],
|
|
2302
|
+
"avgResponseTime"
|
|
2303
|
+
]
|
|
1966
2304
|
}
|
|
1967
2305
|
]
|
|
1968
2306
|
}
|
|
1969
2307
|
]
|
|
1970
2308
|
},
|
|
1971
2309
|
{
|
|
1972
|
-
"type": "
|
|
1973
|
-
"
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
"
|
|
1978
|
-
"
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
"variant": "caption",
|
|
1982
|
-
"content": "SatisfactionScore"
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"type": "typography",
|
|
1986
|
-
"variant": "h3",
|
|
1987
|
-
"content": "@entity.satisfactionScore"
|
|
1988
|
-
}
|
|
1989
|
-
]
|
|
1990
|
-
}
|
|
2310
|
+
"type": "stat-display",
|
|
2311
|
+
"label": "SatisfactionScore",
|
|
2312
|
+
"value": [
|
|
2313
|
+
"object/get",
|
|
2314
|
+
[
|
|
2315
|
+
"array/first",
|
|
2316
|
+
"@entity"
|
|
2317
|
+
],
|
|
2318
|
+
"satisfactionScore"
|
|
1991
2319
|
]
|
|
1992
2320
|
},
|
|
1993
2321
|
{
|
|
1994
|
-
"type": "
|
|
1995
|
-
"
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
"
|
|
2000
|
-
"
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
"variant": "caption",
|
|
2004
|
-
"content": "ActiveAgents"
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
|
-
"type": "typography",
|
|
2008
|
-
"variant": "h3",
|
|
2009
|
-
"content": "@entity.activeAgents"
|
|
2010
|
-
}
|
|
2011
|
-
]
|
|
2012
|
-
}
|
|
2322
|
+
"type": "stat-display",
|
|
2323
|
+
"label": "ActiveAgents",
|
|
2324
|
+
"value": [
|
|
2325
|
+
"object/get",
|
|
2326
|
+
[
|
|
2327
|
+
"array/first",
|
|
2328
|
+
"@entity"
|
|
2329
|
+
],
|
|
2330
|
+
"activeAgents"
|
|
2013
2331
|
]
|
|
2014
2332
|
}
|
|
2015
2333
|
]
|
|
@@ -2076,47 +2394,27 @@
|
|
|
2076
2394
|
"columns": 3,
|
|
2077
2395
|
"children": [
|
|
2078
2396
|
{
|
|
2079
|
-
"type": "
|
|
2080
|
-
"
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
"
|
|
2085
|
-
"
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
"variant": "caption",
|
|
2089
|
-
"content": "OpenTickets"
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"type": "typography",
|
|
2093
|
-
"variant": "h3",
|
|
2094
|
-
"content": "@entity.openTickets"
|
|
2095
|
-
}
|
|
2096
|
-
]
|
|
2097
|
-
}
|
|
2397
|
+
"type": "stat-display",
|
|
2398
|
+
"label": "OpenTickets",
|
|
2399
|
+
"value": [
|
|
2400
|
+
"object/get",
|
|
2401
|
+
[
|
|
2402
|
+
"array/first",
|
|
2403
|
+
"@entity"
|
|
2404
|
+
],
|
|
2405
|
+
"openTickets"
|
|
2098
2406
|
]
|
|
2099
2407
|
},
|
|
2100
2408
|
{
|
|
2101
|
-
"type": "
|
|
2102
|
-
"
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
"
|
|
2107
|
-
"
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
"variant": "caption",
|
|
2111
|
-
"content": "ResolvedTickets"
|
|
2112
|
-
},
|
|
2113
|
-
{
|
|
2114
|
-
"type": "typography",
|
|
2115
|
-
"variant": "h3",
|
|
2116
|
-
"content": "@entity.resolvedTickets"
|
|
2117
|
-
}
|
|
2118
|
-
]
|
|
2119
|
-
}
|
|
2409
|
+
"type": "stat-display",
|
|
2410
|
+
"label": "ResolvedTickets",
|
|
2411
|
+
"value": [
|
|
2412
|
+
"object/get",
|
|
2413
|
+
[
|
|
2414
|
+
"array/first",
|
|
2415
|
+
"@entity"
|
|
2416
|
+
],
|
|
2417
|
+
"resolvedTickets"
|
|
2120
2418
|
]
|
|
2121
2419
|
},
|
|
2122
2420
|
{
|
|
@@ -2135,54 +2433,41 @@
|
|
|
2135
2433
|
{
|
|
2136
2434
|
"type": "typography",
|
|
2137
2435
|
"variant": "h3",
|
|
2138
|
-
"content":
|
|
2436
|
+
"content": [
|
|
2437
|
+
"object/get",
|
|
2438
|
+
[
|
|
2439
|
+
"array/first",
|
|
2440
|
+
"@entity"
|
|
2441
|
+
],
|
|
2442
|
+
"avgResponseTime"
|
|
2443
|
+
]
|
|
2139
2444
|
}
|
|
2140
2445
|
]
|
|
2141
2446
|
}
|
|
2142
2447
|
]
|
|
2143
2448
|
},
|
|
2144
2449
|
{
|
|
2145
|
-
"type": "
|
|
2146
|
-
"
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
"
|
|
2151
|
-
"
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
"variant": "caption",
|
|
2155
|
-
"content": "SatisfactionScore"
|
|
2156
|
-
},
|
|
2157
|
-
{
|
|
2158
|
-
"type": "typography",
|
|
2159
|
-
"variant": "h3",
|
|
2160
|
-
"content": "@entity.satisfactionScore"
|
|
2161
|
-
}
|
|
2162
|
-
]
|
|
2163
|
-
}
|
|
2450
|
+
"type": "stat-display",
|
|
2451
|
+
"label": "SatisfactionScore",
|
|
2452
|
+
"value": [
|
|
2453
|
+
"object/get",
|
|
2454
|
+
[
|
|
2455
|
+
"array/first",
|
|
2456
|
+
"@entity"
|
|
2457
|
+
],
|
|
2458
|
+
"satisfactionScore"
|
|
2164
2459
|
]
|
|
2165
2460
|
},
|
|
2166
2461
|
{
|
|
2167
|
-
"type": "
|
|
2168
|
-
"
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
"
|
|
2173
|
-
"
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
"variant": "caption",
|
|
2177
|
-
"content": "ActiveAgents"
|
|
2178
|
-
},
|
|
2179
|
-
{
|
|
2180
|
-
"type": "typography",
|
|
2181
|
-
"variant": "h3",
|
|
2182
|
-
"content": "@entity.activeAgents"
|
|
2183
|
-
}
|
|
2184
|
-
]
|
|
2185
|
-
}
|
|
2462
|
+
"type": "stat-display",
|
|
2463
|
+
"label": "ActiveAgents",
|
|
2464
|
+
"value": [
|
|
2465
|
+
"object/get",
|
|
2466
|
+
[
|
|
2467
|
+
"array/first",
|
|
2468
|
+
"@entity"
|
|
2469
|
+
],
|
|
2470
|
+
"activeAgents"
|
|
2186
2471
|
]
|
|
2187
2472
|
}
|
|
2188
2473
|
]
|
|
@@ -2249,47 +2534,27 @@
|
|
|
2249
2534
|
"columns": 3,
|
|
2250
2535
|
"children": [
|
|
2251
2536
|
{
|
|
2252
|
-
"type": "
|
|
2253
|
-
"
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
"
|
|
2258
|
-
"
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
"variant": "caption",
|
|
2262
|
-
"content": "OpenTickets"
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
"type": "typography",
|
|
2266
|
-
"variant": "h3",
|
|
2267
|
-
"content": "@entity.openTickets"
|
|
2268
|
-
}
|
|
2269
|
-
]
|
|
2270
|
-
}
|
|
2537
|
+
"type": "stat-display",
|
|
2538
|
+
"label": "OpenTickets",
|
|
2539
|
+
"value": [
|
|
2540
|
+
"object/get",
|
|
2541
|
+
[
|
|
2542
|
+
"array/first",
|
|
2543
|
+
"@entity"
|
|
2544
|
+
],
|
|
2545
|
+
"openTickets"
|
|
2271
2546
|
]
|
|
2272
2547
|
},
|
|
2273
2548
|
{
|
|
2274
|
-
"type": "
|
|
2275
|
-
"
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
"
|
|
2280
|
-
"
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
"variant": "caption",
|
|
2284
|
-
"content": "ResolvedTickets"
|
|
2285
|
-
},
|
|
2286
|
-
{
|
|
2287
|
-
"type": "typography",
|
|
2288
|
-
"variant": "h3",
|
|
2289
|
-
"content": "@entity.resolvedTickets"
|
|
2290
|
-
}
|
|
2291
|
-
]
|
|
2292
|
-
}
|
|
2549
|
+
"type": "stat-display",
|
|
2550
|
+
"label": "ResolvedTickets",
|
|
2551
|
+
"value": [
|
|
2552
|
+
"object/get",
|
|
2553
|
+
[
|
|
2554
|
+
"array/first",
|
|
2555
|
+
"@entity"
|
|
2556
|
+
],
|
|
2557
|
+
"resolvedTickets"
|
|
2293
2558
|
]
|
|
2294
2559
|
},
|
|
2295
2560
|
{
|
|
@@ -2308,54 +2573,41 @@
|
|
|
2308
2573
|
{
|
|
2309
2574
|
"type": "typography",
|
|
2310
2575
|
"variant": "h3",
|
|
2311
|
-
"content":
|
|
2576
|
+
"content": [
|
|
2577
|
+
"object/get",
|
|
2578
|
+
[
|
|
2579
|
+
"array/first",
|
|
2580
|
+
"@entity"
|
|
2581
|
+
],
|
|
2582
|
+
"avgResponseTime"
|
|
2583
|
+
]
|
|
2312
2584
|
}
|
|
2313
2585
|
]
|
|
2314
2586
|
}
|
|
2315
2587
|
]
|
|
2316
2588
|
},
|
|
2317
2589
|
{
|
|
2318
|
-
"type": "
|
|
2319
|
-
"
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
"
|
|
2324
|
-
"
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
"variant": "caption",
|
|
2328
|
-
"content": "SatisfactionScore"
|
|
2329
|
-
},
|
|
2330
|
-
{
|
|
2331
|
-
"type": "typography",
|
|
2332
|
-
"variant": "h3",
|
|
2333
|
-
"content": "@entity.satisfactionScore"
|
|
2334
|
-
}
|
|
2335
|
-
]
|
|
2336
|
-
}
|
|
2590
|
+
"type": "stat-display",
|
|
2591
|
+
"label": "SatisfactionScore",
|
|
2592
|
+
"value": [
|
|
2593
|
+
"object/get",
|
|
2594
|
+
[
|
|
2595
|
+
"array/first",
|
|
2596
|
+
"@entity"
|
|
2597
|
+
],
|
|
2598
|
+
"satisfactionScore"
|
|
2337
2599
|
]
|
|
2338
2600
|
},
|
|
2339
2601
|
{
|
|
2340
|
-
"type": "
|
|
2341
|
-
"
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
"
|
|
2346
|
-
"
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
"variant": "caption",
|
|
2350
|
-
"content": "ActiveAgents"
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"type": "typography",
|
|
2354
|
-
"variant": "h3",
|
|
2355
|
-
"content": "@entity.activeAgents"
|
|
2356
|
-
}
|
|
2357
|
-
]
|
|
2358
|
-
}
|
|
2602
|
+
"type": "stat-display",
|
|
2603
|
+
"label": "ActiveAgents",
|
|
2604
|
+
"value": [
|
|
2605
|
+
"object/get",
|
|
2606
|
+
[
|
|
2607
|
+
"array/first",
|
|
2608
|
+
"@entity"
|
|
2609
|
+
],
|
|
2610
|
+
"activeAgents"
|
|
2359
2611
|
]
|
|
2360
2612
|
}
|
|
2361
2613
|
]
|
|
@@ -2422,47 +2674,27 @@
|
|
|
2422
2674
|
"columns": 3,
|
|
2423
2675
|
"children": [
|
|
2424
2676
|
{
|
|
2425
|
-
"type": "
|
|
2426
|
-
"
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
"
|
|
2431
|
-
"
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
"variant": "caption",
|
|
2435
|
-
"content": "OpenTickets"
|
|
2436
|
-
},
|
|
2437
|
-
{
|
|
2438
|
-
"type": "typography",
|
|
2439
|
-
"variant": "h3",
|
|
2440
|
-
"content": "@entity.openTickets"
|
|
2441
|
-
}
|
|
2442
|
-
]
|
|
2443
|
-
}
|
|
2677
|
+
"type": "stat-display",
|
|
2678
|
+
"label": "OpenTickets",
|
|
2679
|
+
"value": [
|
|
2680
|
+
"object/get",
|
|
2681
|
+
[
|
|
2682
|
+
"array/first",
|
|
2683
|
+
"@entity"
|
|
2684
|
+
],
|
|
2685
|
+
"openTickets"
|
|
2444
2686
|
]
|
|
2445
2687
|
},
|
|
2446
2688
|
{
|
|
2447
|
-
"type": "
|
|
2448
|
-
"
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
"
|
|
2453
|
-
"
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
"variant": "caption",
|
|
2457
|
-
"content": "ResolvedTickets"
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"type": "typography",
|
|
2461
|
-
"variant": "h3",
|
|
2462
|
-
"content": "@entity.resolvedTickets"
|
|
2463
|
-
}
|
|
2464
|
-
]
|
|
2465
|
-
}
|
|
2689
|
+
"type": "stat-display",
|
|
2690
|
+
"label": "ResolvedTickets",
|
|
2691
|
+
"value": [
|
|
2692
|
+
"object/get",
|
|
2693
|
+
[
|
|
2694
|
+
"array/first",
|
|
2695
|
+
"@entity"
|
|
2696
|
+
],
|
|
2697
|
+
"resolvedTickets"
|
|
2466
2698
|
]
|
|
2467
2699
|
},
|
|
2468
2700
|
{
|
|
@@ -2481,54 +2713,41 @@
|
|
|
2481
2713
|
{
|
|
2482
2714
|
"type": "typography",
|
|
2483
2715
|
"variant": "h3",
|
|
2484
|
-
"content":
|
|
2716
|
+
"content": [
|
|
2717
|
+
"object/get",
|
|
2718
|
+
[
|
|
2719
|
+
"array/first",
|
|
2720
|
+
"@entity"
|
|
2721
|
+
],
|
|
2722
|
+
"avgResponseTime"
|
|
2723
|
+
]
|
|
2485
2724
|
}
|
|
2486
2725
|
]
|
|
2487
2726
|
}
|
|
2488
2727
|
]
|
|
2489
2728
|
},
|
|
2490
2729
|
{
|
|
2491
|
-
"type": "
|
|
2492
|
-
"
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
"
|
|
2497
|
-
"
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
"variant": "caption",
|
|
2501
|
-
"content": "SatisfactionScore"
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"type": "typography",
|
|
2505
|
-
"variant": "h3",
|
|
2506
|
-
"content": "@entity.satisfactionScore"
|
|
2507
|
-
}
|
|
2508
|
-
]
|
|
2509
|
-
}
|
|
2730
|
+
"type": "stat-display",
|
|
2731
|
+
"label": "SatisfactionScore",
|
|
2732
|
+
"value": [
|
|
2733
|
+
"object/get",
|
|
2734
|
+
[
|
|
2735
|
+
"array/first",
|
|
2736
|
+
"@entity"
|
|
2737
|
+
],
|
|
2738
|
+
"satisfactionScore"
|
|
2510
2739
|
]
|
|
2511
2740
|
},
|
|
2512
2741
|
{
|
|
2513
|
-
"type": "
|
|
2514
|
-
"
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
"
|
|
2519
|
-
"
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
"variant": "caption",
|
|
2523
|
-
"content": "ActiveAgents"
|
|
2524
|
-
},
|
|
2525
|
-
{
|
|
2526
|
-
"type": "typography",
|
|
2527
|
-
"variant": "h3",
|
|
2528
|
-
"content": "@entity.activeAgents"
|
|
2529
|
-
}
|
|
2530
|
-
]
|
|
2531
|
-
}
|
|
2742
|
+
"type": "stat-display",
|
|
2743
|
+
"label": "ActiveAgents",
|
|
2744
|
+
"value": [
|
|
2745
|
+
"object/get",
|
|
2746
|
+
[
|
|
2747
|
+
"array/first",
|
|
2748
|
+
"@entity"
|
|
2749
|
+
],
|
|
2750
|
+
"activeAgents"
|
|
2532
2751
|
]
|
|
2533
2752
|
}
|
|
2534
2753
|
]
|