@almadar/std 16.3.3 → 16.3.4
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/core/atoms/std-billable-hour.orb +155 -155
- package/behaviors/registry/core/atoms/std-signature-capture.orb +94 -94
- package/dist/behaviors/behaviors-registry.json +3 -3
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +155 -155
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +94 -94
- package/dist/behaviors-registry.json +3 -3
- package/dist/registry/core/atoms/std-billable-hour.orb +155 -155
- package/dist/registry/core/atoms/std-signature-capture.orb +94 -94
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-billable-hour",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"description": "std-billable-hour — generic billable-hour timesheet primitive
|
|
4
|
+
"description": "std-billable-hour — generic billable-hour timesheet primitive for legal, agency, and consulting domains. Lists entries in `browsing`; opens entry detail in `viewing_single` with Invoice / Write Off actions.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "BillableHourOrbital",
|
|
@@ -280,8 +280,8 @@
|
|
|
280
280
|
"BillableHour",
|
|
281
281
|
{
|
|
282
282
|
"emit": {
|
|
283
|
-
"
|
|
284
|
-
"
|
|
283
|
+
"success": "BillableHourLoaded",
|
|
284
|
+
"failure": "BillableHourLoadFailed"
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
287
|
],
|
|
@@ -289,22 +289,22 @@
|
|
|
289
289
|
"render-ui",
|
|
290
290
|
"main",
|
|
291
291
|
{
|
|
292
|
-
"className": "py-12",
|
|
293
292
|
"children": [
|
|
294
293
|
{
|
|
295
294
|
"type": "spinner"
|
|
296
295
|
},
|
|
297
296
|
{
|
|
298
|
-
"content": "Loading time entries…",
|
|
299
|
-
"variant": "caption",
|
|
300
297
|
"color": "muted",
|
|
301
|
-
"type": "typography"
|
|
298
|
+
"type": "typography",
|
|
299
|
+
"variant": "caption",
|
|
300
|
+
"content": "Loading time entries…"
|
|
302
301
|
}
|
|
303
302
|
],
|
|
304
|
-
"type": "stack",
|
|
305
|
-
"align": "center",
|
|
306
303
|
"direction": "vertical",
|
|
307
|
-
"
|
|
304
|
+
"className": "py-12",
|
|
305
|
+
"gap": "md",
|
|
306
|
+
"type": "stack",
|
|
307
|
+
"align": "center"
|
|
308
308
|
}
|
|
309
309
|
]
|
|
310
310
|
]
|
|
@@ -323,102 +323,86 @@
|
|
|
323
323
|
"gap": "md",
|
|
324
324
|
"children": [
|
|
325
325
|
{
|
|
326
|
-
"align": "center",
|
|
327
|
-
"type": "stack",
|
|
328
326
|
"children": [
|
|
329
327
|
{
|
|
330
328
|
"type": "icon",
|
|
331
329
|
"name": "clock"
|
|
332
330
|
},
|
|
333
331
|
{
|
|
334
|
-
"variant": "h3",
|
|
335
332
|
"content": "@config.title",
|
|
333
|
+
"variant": "h3",
|
|
336
334
|
"type": "typography"
|
|
337
335
|
}
|
|
338
336
|
],
|
|
337
|
+
"align": "center",
|
|
338
|
+
"type": "stack",
|
|
339
339
|
"direction": "horizontal",
|
|
340
340
|
"gap": "sm"
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
|
-
"cols": 4.0,
|
|
344
343
|
"children": [
|
|
345
344
|
{
|
|
346
|
-
"
|
|
347
|
-
"icon": "clock",
|
|
345
|
+
"type": "stat-display",
|
|
348
346
|
"look": "@config.statLook",
|
|
349
347
|
"label": "Total entries",
|
|
350
|
-
"
|
|
348
|
+
"icon": "clock",
|
|
349
|
+
"value": "@payload.data.length"
|
|
351
350
|
},
|
|
352
351
|
{
|
|
353
352
|
"value": "248",
|
|
354
|
-
"
|
|
355
|
-
"type": "stat-display",
|
|
353
|
+
"icon": "hourglass",
|
|
356
354
|
"look": "@config.statLook",
|
|
357
|
-
"
|
|
355
|
+
"type": "stat-display",
|
|
356
|
+
"label": "Unbilled hours"
|
|
358
357
|
},
|
|
359
358
|
{
|
|
359
|
+
"look": "@config.statLook",
|
|
360
|
+
"label": "Invoiced this month",
|
|
360
361
|
"type": "stat-display",
|
|
361
362
|
"value": "32",
|
|
362
|
-
"
|
|
363
|
-
"icon": "file-text",
|
|
364
|
-
"look": "@config.statLook"
|
|
363
|
+
"icon": "file-text"
|
|
365
364
|
},
|
|
366
365
|
{
|
|
367
366
|
"value": "4",
|
|
368
|
-
"type": "stat-display",
|
|
369
367
|
"look": "@config.statLook",
|
|
368
|
+
"type": "stat-display",
|
|
370
369
|
"label": "Written off",
|
|
371
370
|
"icon": "x-circle"
|
|
372
371
|
}
|
|
373
372
|
],
|
|
374
|
-
"type": "simple-grid"
|
|
373
|
+
"type": "simple-grid",
|
|
374
|
+
"cols": 4.0
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"type": "divider"
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
|
-
"type": "data-grid",
|
|
381
|
-
"cols": 1.0,
|
|
382
|
-
"gap": "sm",
|
|
383
|
-
"itemActions": [
|
|
384
|
-
{
|
|
385
|
-
"event": "OPEN_HOURS",
|
|
386
|
-
"icon": "arrow-right",
|
|
387
|
-
"label": "Open",
|
|
388
|
-
"variant": "primary"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"label": "Write Off",
|
|
392
|
-
"event": "WRITE_OFF_HOURS",
|
|
393
|
-
"variant": "danger"
|
|
394
|
-
}
|
|
395
|
-
],
|
|
396
380
|
"entity": "@payload.data",
|
|
397
381
|
"fields": [
|
|
398
382
|
{
|
|
399
383
|
"label": "Worker",
|
|
400
|
-
"
|
|
401
|
-
"
|
|
384
|
+
"variant": "caption",
|
|
385
|
+
"name": "workerName"
|
|
402
386
|
},
|
|
403
387
|
{
|
|
404
|
-
"
|
|
388
|
+
"variant": "caption",
|
|
405
389
|
"label": "Matter",
|
|
406
|
-
"
|
|
390
|
+
"name": "matterId"
|
|
407
391
|
},
|
|
408
392
|
{
|
|
393
|
+
"label": "Date",
|
|
409
394
|
"variant": "caption",
|
|
410
|
-
"name": "workDate"
|
|
411
|
-
"label": "Date"
|
|
395
|
+
"name": "workDate"
|
|
412
396
|
},
|
|
413
397
|
{
|
|
414
|
-
"variant": "caption",
|
|
415
398
|
"name": "hours",
|
|
416
|
-
"label": "Hours"
|
|
399
|
+
"label": "Hours",
|
|
400
|
+
"variant": "caption"
|
|
417
401
|
},
|
|
418
402
|
{
|
|
403
|
+
"name": "rate",
|
|
419
404
|
"label": "Rate",
|
|
420
|
-
"variant": "caption"
|
|
421
|
-
"name": "rate"
|
|
405
|
+
"variant": "caption"
|
|
422
406
|
},
|
|
423
407
|
{
|
|
424
408
|
"label": "Status",
|
|
@@ -426,7 +410,23 @@
|
|
|
426
410
|
"name": "invoiceStatus"
|
|
427
411
|
}
|
|
428
412
|
],
|
|
429
|
-
"
|
|
413
|
+
"itemActions": [
|
|
414
|
+
{
|
|
415
|
+
"variant": "primary",
|
|
416
|
+
"label": "Open",
|
|
417
|
+
"event": "OPEN_HOURS",
|
|
418
|
+
"icon": "arrow-right"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"event": "WRITE_OFF_HOURS",
|
|
422
|
+
"variant": "danger",
|
|
423
|
+
"label": "Write Off"
|
|
424
|
+
}
|
|
425
|
+
],
|
|
426
|
+
"type": "data-grid",
|
|
427
|
+
"look": "@config.tableLook",
|
|
428
|
+
"cols": 1.0,
|
|
429
|
+
"gap": "sm"
|
|
430
430
|
}
|
|
431
431
|
]
|
|
432
432
|
}
|
|
@@ -443,8 +443,8 @@
|
|
|
443
443
|
"main",
|
|
444
444
|
{
|
|
445
445
|
"message": "@payload.error",
|
|
446
|
-
"
|
|
447
|
-
"
|
|
446
|
+
"type": "alert",
|
|
447
|
+
"variant": "error"
|
|
448
448
|
}
|
|
449
449
|
]
|
|
450
450
|
]
|
|
@@ -513,50 +513,50 @@
|
|
|
513
513
|
"render-ui",
|
|
514
514
|
"main",
|
|
515
515
|
{
|
|
516
|
+
"gap": "md",
|
|
517
|
+
"direction": "vertical",
|
|
516
518
|
"children": [
|
|
517
519
|
{
|
|
518
|
-
"type": "stack",
|
|
519
520
|
"children": [
|
|
520
521
|
{
|
|
522
|
+
"label": "Back",
|
|
521
523
|
"action": "CLOSE_VIEW",
|
|
522
524
|
"type": "button",
|
|
523
|
-
"label": "Back",
|
|
524
525
|
"variant": "ghost"
|
|
525
526
|
},
|
|
526
527
|
{
|
|
527
|
-
"
|
|
528
|
-
"
|
|
528
|
+
"name": "clock",
|
|
529
|
+
"type": "icon"
|
|
529
530
|
},
|
|
530
531
|
{
|
|
532
|
+
"variant": "h3",
|
|
531
533
|
"type": "typography",
|
|
532
|
-
"content": "@entity.workerName"
|
|
533
|
-
"variant": "h3"
|
|
534
|
+
"content": "@entity.workerName"
|
|
534
535
|
},
|
|
535
536
|
{
|
|
536
|
-
"variant": "default",
|
|
537
537
|
"label": "@entity.invoiceStatus",
|
|
538
|
+
"variant": "default",
|
|
538
539
|
"type": "badge"
|
|
539
540
|
}
|
|
540
541
|
],
|
|
541
|
-
"
|
|
542
|
+
"type": "stack",
|
|
542
543
|
"direction": "horizontal",
|
|
543
|
-
"gap": "sm"
|
|
544
|
+
"gap": "sm",
|
|
545
|
+
"align": "center"
|
|
544
546
|
},
|
|
545
547
|
{
|
|
546
548
|
"type": "divider"
|
|
547
549
|
},
|
|
548
550
|
{
|
|
549
|
-
"type": "stack",
|
|
550
|
-
"direction": "vertical",
|
|
551
551
|
"gap": "sm",
|
|
552
552
|
"children": [
|
|
553
553
|
{
|
|
554
|
-
"
|
|
554
|
+
"gap": "md",
|
|
555
555
|
"children": [
|
|
556
556
|
{
|
|
557
|
-
"variant": "caption",
|
|
558
557
|
"type": "typography",
|
|
559
558
|
"color": "muted",
|
|
559
|
+
"variant": "caption",
|
|
560
560
|
"content": "Matter"
|
|
561
561
|
},
|
|
562
562
|
{
|
|
@@ -565,107 +565,107 @@
|
|
|
565
565
|
"type": "typography"
|
|
566
566
|
}
|
|
567
567
|
],
|
|
568
|
-
"
|
|
568
|
+
"type": "stack",
|
|
569
569
|
"direction": "horizontal"
|
|
570
570
|
},
|
|
571
571
|
{
|
|
572
|
+
"gap": "md",
|
|
573
|
+
"direction": "horizontal",
|
|
572
574
|
"children": [
|
|
573
575
|
{
|
|
574
|
-
"content": "Project",
|
|
575
576
|
"type": "typography",
|
|
576
577
|
"variant": "caption",
|
|
578
|
+
"content": "Project",
|
|
577
579
|
"color": "muted"
|
|
578
580
|
},
|
|
579
581
|
{
|
|
580
|
-
"content": "@entity.projectId",
|
|
581
582
|
"type": "typography",
|
|
583
|
+
"content": "@entity.projectId",
|
|
582
584
|
"variant": "body"
|
|
583
585
|
}
|
|
584
586
|
],
|
|
585
|
-
"
|
|
586
|
-
"type": "stack",
|
|
587
|
-
"direction": "horizontal"
|
|
587
|
+
"type": "stack"
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
|
+
"type": "stack",
|
|
591
|
+
"gap": "md",
|
|
592
|
+
"direction": "horizontal",
|
|
590
593
|
"children": [
|
|
591
594
|
{
|
|
592
|
-
"type": "typography",
|
|
593
595
|
"variant": "caption",
|
|
594
596
|
"color": "muted",
|
|
595
|
-
"content": "Description"
|
|
597
|
+
"content": "Description",
|
|
598
|
+
"type": "typography"
|
|
596
599
|
},
|
|
597
600
|
{
|
|
601
|
+
"type": "typography",
|
|
598
602
|
"content": "@entity.description",
|
|
599
|
-
"variant": "body"
|
|
600
|
-
"type": "typography"
|
|
603
|
+
"variant": "body"
|
|
601
604
|
}
|
|
602
|
-
]
|
|
603
|
-
"type": "stack",
|
|
604
|
-
"gap": "md",
|
|
605
|
-
"direction": "horizontal"
|
|
605
|
+
]
|
|
606
606
|
}
|
|
607
|
-
]
|
|
607
|
+
],
|
|
608
|
+
"direction": "vertical",
|
|
609
|
+
"type": "stack"
|
|
608
610
|
},
|
|
609
611
|
{
|
|
610
612
|
"type": "divider"
|
|
611
613
|
},
|
|
612
614
|
{
|
|
613
615
|
"cols": 3.0,
|
|
614
|
-
"type": "simple-grid",
|
|
615
616
|
"children": [
|
|
616
617
|
{
|
|
617
|
-
"label": "Hours",
|
|
618
618
|
"type": "stat-display",
|
|
619
|
-
"icon": "clock",
|
|
620
619
|
"look": "@config.statLook",
|
|
621
|
-
"
|
|
620
|
+
"label": "Hours",
|
|
621
|
+
"value": "@entity.hours",
|
|
622
|
+
"icon": "clock"
|
|
622
623
|
},
|
|
623
624
|
{
|
|
624
|
-
"
|
|
625
|
+
"type": "stat-display",
|
|
625
626
|
"label": "Rate",
|
|
627
|
+
"value": "@entity.rate",
|
|
626
628
|
"look": "@config.statLook",
|
|
627
|
-
"type": "stat-display",
|
|
628
629
|
"icon": "dollar-sign"
|
|
629
630
|
},
|
|
630
631
|
{
|
|
631
|
-
"label": "Date",
|
|
632
|
-
"look": "@config.statLook",
|
|
633
|
-
"icon": "calendar",
|
|
634
632
|
"value": "@entity.workDate",
|
|
635
|
-
"
|
|
633
|
+
"look": "@config.statLook",
|
|
634
|
+
"label": "Date",
|
|
635
|
+
"type": "stat-display",
|
|
636
|
+
"icon": "calendar"
|
|
636
637
|
}
|
|
637
|
-
]
|
|
638
|
+
],
|
|
639
|
+
"type": "simple-grid"
|
|
638
640
|
},
|
|
639
641
|
{
|
|
642
|
+
"align": "center",
|
|
640
643
|
"direction": "horizontal",
|
|
641
|
-
"gap": "sm",
|
|
642
644
|
"children": [
|
|
643
645
|
{
|
|
646
|
+
"variant": "primary",
|
|
647
|
+
"type": "button",
|
|
648
|
+
"label": "Invoice",
|
|
644
649
|
"actionPayload": {
|
|
645
650
|
"id": "@entity.id"
|
|
646
651
|
},
|
|
647
|
-
"
|
|
648
|
-
"label": "Invoice",
|
|
649
|
-
"action": "INVOICE_HOURS",
|
|
650
|
-
"type": "button"
|
|
652
|
+
"action": "INVOICE_HOURS"
|
|
651
653
|
},
|
|
652
654
|
{
|
|
653
|
-
"action": "WRITE_OFF_HOURS",
|
|
654
|
-
"label": "Write Off",
|
|
655
655
|
"type": "button",
|
|
656
|
+
"label": "Write Off",
|
|
656
657
|
"variant": "danger",
|
|
657
658
|
"actionPayload": {
|
|
658
659
|
"id": "@entity.id"
|
|
659
|
-
}
|
|
660
|
+
},
|
|
661
|
+
"action": "WRITE_OFF_HOURS"
|
|
660
662
|
}
|
|
661
663
|
],
|
|
662
664
|
"type": "stack",
|
|
663
|
-
"
|
|
665
|
+
"gap": "sm"
|
|
664
666
|
}
|
|
665
667
|
],
|
|
666
|
-
"type": "stack"
|
|
667
|
-
"direction": "vertical",
|
|
668
|
-
"gap": "md"
|
|
668
|
+
"type": "stack"
|
|
669
669
|
}
|
|
670
670
|
]
|
|
671
671
|
]
|
|
@@ -685,8 +685,8 @@
|
|
|
685
685
|
"BillableHour",
|
|
686
686
|
{
|
|
687
687
|
"emit": {
|
|
688
|
-
"
|
|
689
|
-
"
|
|
688
|
+
"failure": "BillableHourLoadFailed",
|
|
689
|
+
"success": "BillableHourLoaded"
|
|
690
690
|
}
|
|
691
691
|
}
|
|
692
692
|
],
|
|
@@ -694,22 +694,22 @@
|
|
|
694
694
|
"render-ui",
|
|
695
695
|
"main",
|
|
696
696
|
{
|
|
697
|
-
"
|
|
697
|
+
"direction": "vertical",
|
|
698
698
|
"align": "center",
|
|
699
|
+
"className": "py-12",
|
|
699
700
|
"children": [
|
|
700
701
|
{
|
|
701
702
|
"type": "spinner"
|
|
702
703
|
},
|
|
703
704
|
{
|
|
704
705
|
"variant": "caption",
|
|
705
|
-
"color": "muted",
|
|
706
706
|
"type": "typography",
|
|
707
|
-
"content": "Writing off hours…"
|
|
707
|
+
"content": "Writing off hours…",
|
|
708
|
+
"color": "muted"
|
|
708
709
|
}
|
|
709
710
|
],
|
|
710
|
-
"
|
|
711
|
-
"gap": "md"
|
|
712
|
-
"direction": "vertical"
|
|
711
|
+
"type": "stack",
|
|
712
|
+
"gap": "md"
|
|
713
713
|
}
|
|
714
714
|
]
|
|
715
715
|
]
|
|
@@ -733,22 +733,22 @@
|
|
|
733
733
|
"render-ui",
|
|
734
734
|
"main",
|
|
735
735
|
{
|
|
736
|
+
"className": "py-12",
|
|
736
737
|
"children": [
|
|
737
738
|
{
|
|
738
739
|
"type": "spinner"
|
|
739
740
|
},
|
|
740
741
|
{
|
|
742
|
+
"variant": "caption",
|
|
741
743
|
"color": "muted",
|
|
742
|
-
"content": "Loading time entries…",
|
|
743
744
|
"type": "typography",
|
|
744
|
-
"
|
|
745
|
+
"content": "Loading time entries…"
|
|
745
746
|
}
|
|
746
747
|
],
|
|
747
|
-
"align": "center",
|
|
748
|
-
"direction": "vertical",
|
|
749
748
|
"gap": "md",
|
|
750
749
|
"type": "stack",
|
|
751
|
-
"
|
|
750
|
+
"align": "center",
|
|
751
|
+
"direction": "vertical"
|
|
752
752
|
}
|
|
753
753
|
]
|
|
754
754
|
]
|
|
@@ -768,8 +768,8 @@
|
|
|
768
768
|
"BillableHour",
|
|
769
769
|
{
|
|
770
770
|
"emit": {
|
|
771
|
-
"
|
|
772
|
-
"
|
|
771
|
+
"failure": "BillableHourLoadFailed",
|
|
772
|
+
"success": "BillableHourLoaded"
|
|
773
773
|
}
|
|
774
774
|
}
|
|
775
775
|
],
|
|
@@ -778,21 +778,21 @@
|
|
|
778
778
|
"main",
|
|
779
779
|
{
|
|
780
780
|
"type": "stack",
|
|
781
|
+
"align": "center",
|
|
782
|
+
"gap": "md",
|
|
783
|
+
"direction": "vertical",
|
|
784
|
+
"className": "py-12",
|
|
781
785
|
"children": [
|
|
782
786
|
{
|
|
783
787
|
"type": "spinner"
|
|
784
788
|
},
|
|
785
789
|
{
|
|
786
790
|
"type": "typography",
|
|
787
|
-
"color": "muted",
|
|
788
791
|
"content": "Invoicing hours…",
|
|
789
|
-
"variant": "caption"
|
|
792
|
+
"variant": "caption",
|
|
793
|
+
"color": "muted"
|
|
790
794
|
}
|
|
791
|
-
]
|
|
792
|
-
"className": "py-12",
|
|
793
|
-
"direction": "vertical",
|
|
794
|
-
"gap": "md",
|
|
795
|
-
"align": "center"
|
|
795
|
+
]
|
|
796
796
|
}
|
|
797
797
|
]
|
|
798
798
|
]
|
|
@@ -821,22 +821,22 @@
|
|
|
821
821
|
"render-ui",
|
|
822
822
|
"main",
|
|
823
823
|
{
|
|
824
|
-
"type": "stack",
|
|
825
|
-
"gap": "md",
|
|
826
|
-
"className": "py-12",
|
|
827
|
-
"align": "center",
|
|
828
|
-
"direction": "vertical",
|
|
829
824
|
"children": [
|
|
830
825
|
{
|
|
831
826
|
"type": "spinner"
|
|
832
827
|
},
|
|
833
828
|
{
|
|
834
|
-
"
|
|
829
|
+
"color": "muted",
|
|
835
830
|
"type": "typography",
|
|
836
831
|
"content": "Writing off hours…",
|
|
837
|
-
"
|
|
832
|
+
"variant": "caption"
|
|
838
833
|
}
|
|
839
|
-
]
|
|
834
|
+
],
|
|
835
|
+
"type": "stack",
|
|
836
|
+
"direction": "vertical",
|
|
837
|
+
"gap": "md",
|
|
838
|
+
"align": "center",
|
|
839
|
+
"className": "py-12"
|
|
840
840
|
}
|
|
841
841
|
]
|
|
842
842
|
]
|
|
@@ -851,8 +851,8 @@
|
|
|
851
851
|
"BillableHour",
|
|
852
852
|
{
|
|
853
853
|
"emit": {
|
|
854
|
-
"
|
|
855
|
-
"
|
|
854
|
+
"success": "BillableHourLoaded",
|
|
855
|
+
"failure": "BillableHourLoadFailed"
|
|
856
856
|
}
|
|
857
857
|
}
|
|
858
858
|
],
|
|
@@ -869,18 +869,18 @@
|
|
|
869
869
|
]
|
|
870
870
|
},
|
|
871
871
|
"config": {
|
|
872
|
-
"
|
|
872
|
+
"tableLook": {
|
|
873
873
|
"type": "string",
|
|
874
|
-
"default": "
|
|
875
|
-
"label": "
|
|
876
|
-
"description": "Layer 2 visual treatment for
|
|
874
|
+
"default": "dense",
|
|
875
|
+
"label": "Table look",
|
|
876
|
+
"description": "Layer 2 visual treatment for the data table rendered by this atom.",
|
|
877
877
|
"tier": "presentation",
|
|
878
878
|
"values": [
|
|
879
|
-
"
|
|
880
|
-
"
|
|
881
|
-
"
|
|
882
|
-
"
|
|
883
|
-
"
|
|
879
|
+
"dense",
|
|
880
|
+
"spacious",
|
|
881
|
+
"striped",
|
|
882
|
+
"borderless",
|
|
883
|
+
"card-rows"
|
|
884
884
|
]
|
|
885
885
|
},
|
|
886
886
|
"title": {
|
|
@@ -890,18 +890,18 @@
|
|
|
890
890
|
"description": "Heading shown above the time-entries list",
|
|
891
891
|
"tier": "presentation"
|
|
892
892
|
},
|
|
893
|
-
"
|
|
893
|
+
"statLook": {
|
|
894
894
|
"type": "string",
|
|
895
|
-
"default": "
|
|
896
|
-
"label": "
|
|
897
|
-
"description": "Layer 2 visual treatment for
|
|
895
|
+
"default": "elevated",
|
|
896
|
+
"label": "Stat display look",
|
|
897
|
+
"description": "Layer 2 visual treatment for stat / KPI cards.",
|
|
898
898
|
"tier": "presentation",
|
|
899
899
|
"values": [
|
|
900
|
-
"
|
|
901
|
-
"
|
|
902
|
-
"
|
|
903
|
-
"
|
|
904
|
-
"
|
|
900
|
+
"elevated",
|
|
901
|
+
"flat",
|
|
902
|
+
"progress-backed",
|
|
903
|
+
"gauge",
|
|
904
|
+
"sparkline"
|
|
905
905
|
]
|
|
906
906
|
}
|
|
907
907
|
},
|