@almadar/std 14.9.0 → 14.10.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/organisms/std-api-gateway.orb +419 -171
- package/behaviors/registry/app/organisms/std-booking-system.orb +760 -620
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +477 -229
- package/behaviors/registry/app/organisms/std-cms.orb +433 -298
- package/behaviors/registry/app/organisms/std-crm.orb +355 -215
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +504 -369
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +271 -189
- package/behaviors/registry/app/organisms/std-healthcare.orb +676 -468
- package/behaviors/registry/app/organisms/std-helpdesk.orb +246 -166
- package/behaviors/registry/app/organisms/std-hr-portal.orb +534 -399
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +420 -340
- package/behaviors/registry/app/organisms/std-lms.orb +462 -378
- package/behaviors/registry/app/organisms/std-project-manager.orb +282 -200
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +317 -235
- package/behaviors/registry/app/organisms/std-social-feed.orb +256 -137
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +342 -218
- package/behaviors/registry/core/molecules/std-app-layout.orb +90 -21
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +419 -171
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +760 -620
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +477 -229
- package/dist/behaviors/registry/app/organisms/std-cms.orb +433 -298
- package/dist/behaviors/registry/app/organisms/std-crm.orb +355 -215
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +504 -369
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +271 -189
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +676 -468
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +246 -166
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +534 -399
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +420 -340
- package/dist/behaviors/registry/app/organisms/std-lms.orb +462 -378
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +282 -200
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +317 -235
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +256 -137
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +342 -218
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +90 -21
- package/package.json +1 -1
|
@@ -101,37 +101,37 @@
|
|
|
101
101
|
"ref": "AppShell.traits.AppLayout",
|
|
102
102
|
"name": "ContactAppLayout",
|
|
103
103
|
"config": {
|
|
104
|
-
"
|
|
104
|
+
"appName": "CRM",
|
|
105
105
|
"navItems": [
|
|
106
106
|
{
|
|
107
|
-
"
|
|
107
|
+
"href": "/contacts",
|
|
108
108
|
"label": "Contacts",
|
|
109
|
-
"
|
|
109
|
+
"icon": "users"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"label": "Deals",
|
|
113
112
|
"icon": "briefcase",
|
|
113
|
+
"label": "Deals",
|
|
114
114
|
"href": "/deals"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
"icon": "bar-chart-2",
|
|
118
117
|
"label": "Pipeline",
|
|
119
|
-
"href": "/pipeline"
|
|
118
|
+
"href": "/pipeline",
|
|
119
|
+
"icon": "bar-chart-2"
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"icon": "file-text",
|
|
123
|
-
"
|
|
124
|
-
"
|
|
123
|
+
"href": "/notes",
|
|
124
|
+
"label": "Notes"
|
|
125
125
|
}
|
|
126
126
|
],
|
|
127
|
-
"
|
|
128
|
-
"appName": "CRM",
|
|
127
|
+
"contentTrait": "@trait.ContactCatalog",
|
|
129
128
|
"searchEvent": "CONTACT_SEARCH",
|
|
130
|
-
"
|
|
129
|
+
"notifications": [],
|
|
130
|
+
"notificationClickEvent": "CONTACT_NOTIFICATIONS_OPEN"
|
|
131
131
|
},
|
|
132
132
|
"events": {
|
|
133
|
-
"
|
|
134
|
-
"
|
|
133
|
+
"SEARCH": "CONTACT_SEARCH",
|
|
134
|
+
"NOTIFY_CLICK": "CONTACT_NOTIFICATIONS_OPEN"
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
137
|
{
|
|
@@ -235,57 +235,57 @@
|
|
|
235
235
|
"direction": "vertical",
|
|
236
236
|
"children": [
|
|
237
237
|
{
|
|
238
|
-
"type": "stack",
|
|
239
238
|
"align": "center",
|
|
239
|
+
"type": "stack",
|
|
240
240
|
"children": [
|
|
241
241
|
{
|
|
242
|
-
"type": "stack",
|
|
243
|
-
"direction": "horizontal",
|
|
244
|
-
"gap": "sm",
|
|
245
242
|
"align": "center",
|
|
246
243
|
"children": [
|
|
247
244
|
{
|
|
248
|
-
"
|
|
249
|
-
"
|
|
245
|
+
"type": "icon",
|
|
246
|
+
"name": "user"
|
|
250
247
|
},
|
|
251
248
|
{
|
|
252
249
|
"type": "typography",
|
|
253
|
-
"
|
|
254
|
-
"
|
|
250
|
+
"variant": "h2",
|
|
251
|
+
"content": "Contacts"
|
|
255
252
|
}
|
|
256
|
-
]
|
|
253
|
+
],
|
|
254
|
+
"type": "stack",
|
|
255
|
+
"direction": "horizontal",
|
|
256
|
+
"gap": "sm"
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
"direction": "horizontal",
|
|
260
|
-
"gap": "sm",
|
|
261
260
|
"children": [
|
|
262
261
|
{
|
|
263
262
|
"label": "New Contact",
|
|
264
263
|
"type": "button",
|
|
265
|
-
"action": "CREATE",
|
|
266
264
|
"variant": "primary",
|
|
265
|
+
"action": "CREATE",
|
|
267
266
|
"icon": "plus"
|
|
268
267
|
}
|
|
269
268
|
],
|
|
270
|
-
"type": "stack"
|
|
269
|
+
"type": "stack",
|
|
270
|
+
"gap": "sm"
|
|
271
271
|
}
|
|
272
272
|
],
|
|
273
|
+
"gap": "md",
|
|
273
274
|
"justify": "between",
|
|
274
|
-
"direction": "horizontal"
|
|
275
|
-
"gap": "md"
|
|
275
|
+
"direction": "horizontal"
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
278
|
"type": "divider"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
|
-
"
|
|
281
|
+
"gap": "md",
|
|
282
282
|
"direction": "horizontal",
|
|
283
|
+
"type": "stack",
|
|
283
284
|
"align": "center",
|
|
284
285
|
"children": [
|
|
285
286
|
"@trait.ContactSearch",
|
|
286
287
|
"@trait.ContactFilter"
|
|
287
|
-
]
|
|
288
|
-
"gap": "md"
|
|
288
|
+
]
|
|
289
289
|
},
|
|
290
290
|
"@trait.ContactStats",
|
|
291
291
|
"@trait.ContactGraphs",
|
|
@@ -312,14 +312,10 @@
|
|
|
312
312
|
"render-ui",
|
|
313
313
|
"main",
|
|
314
314
|
{
|
|
315
|
-
"direction": "vertical",
|
|
316
|
-
"type": "stack",
|
|
317
|
-
"align": "center",
|
|
318
|
-
"className": "py-8",
|
|
319
315
|
"children": [
|
|
320
316
|
{
|
|
321
|
-
"
|
|
322
|
-
"
|
|
317
|
+
"type": "icon",
|
|
318
|
+
"name": "bell"
|
|
323
319
|
},
|
|
324
320
|
{
|
|
325
321
|
"type": "typography",
|
|
@@ -327,19 +323,23 @@
|
|
|
327
323
|
"content": "No notifications"
|
|
328
324
|
},
|
|
329
325
|
{
|
|
326
|
+
"content": "You're all caught up.",
|
|
330
327
|
"color": "muted",
|
|
331
|
-
"type": "typography",
|
|
332
328
|
"variant": "caption",
|
|
333
|
-
"
|
|
329
|
+
"type": "typography"
|
|
334
330
|
},
|
|
335
331
|
{
|
|
336
|
-
"type": "button",
|
|
337
332
|
"label": "Back to contacts",
|
|
338
333
|
"action": "INIT",
|
|
339
|
-
"variant": "ghost"
|
|
334
|
+
"variant": "ghost",
|
|
335
|
+
"type": "button"
|
|
340
336
|
}
|
|
341
337
|
],
|
|
342
|
-
"gap": "md"
|
|
338
|
+
"gap": "md",
|
|
339
|
+
"type": "stack",
|
|
340
|
+
"align": "center",
|
|
341
|
+
"className": "py-8",
|
|
342
|
+
"direction": "vertical"
|
|
343
343
|
}
|
|
344
344
|
]
|
|
345
345
|
]
|
|
@@ -352,18 +352,16 @@
|
|
|
352
352
|
"ref": "Search.traits.SearchResultSearch",
|
|
353
353
|
"name": "ContactSearch",
|
|
354
354
|
"config": {
|
|
355
|
-
"
|
|
356
|
-
"
|
|
355
|
+
"event": "CONTACT_SEARCH",
|
|
356
|
+
"placeholder": "Search contacts…"
|
|
357
357
|
}
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
360
|
"ref": "Filter.traits.FilterTargetFilter",
|
|
361
361
|
"name": "ContactFilter",
|
|
362
362
|
"config": {
|
|
363
|
-
"event": "CONTACT_FILTER",
|
|
364
363
|
"filters": [
|
|
365
364
|
{
|
|
366
|
-
"label": "Industry",
|
|
367
365
|
"options": [
|
|
368
366
|
"technology",
|
|
369
367
|
"finance",
|
|
@@ -372,37 +370,42 @@
|
|
|
372
370
|
"manufacturing",
|
|
373
371
|
"other"
|
|
374
372
|
],
|
|
375
|
-
"
|
|
376
|
-
"field": "industry"
|
|
373
|
+
"label": "Industry",
|
|
374
|
+
"field": "industry",
|
|
375
|
+
"filterType": "select"
|
|
377
376
|
},
|
|
378
377
|
{
|
|
378
|
+
"label": "Lifecycle Stage",
|
|
379
|
+
"field": "lifecycleStage",
|
|
379
380
|
"options": [
|
|
380
381
|
"lead",
|
|
381
382
|
"mql",
|
|
382
383
|
"sql",
|
|
383
384
|
"customer"
|
|
384
385
|
],
|
|
385
|
-
"filterType": "select"
|
|
386
|
-
"field": "lifecycleStage",
|
|
387
|
-
"label": "Lifecycle Stage"
|
|
386
|
+
"filterType": "select"
|
|
388
387
|
}
|
|
389
|
-
]
|
|
388
|
+
],
|
|
389
|
+
"event": "CONTACT_FILTER"
|
|
390
390
|
}
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"ref": "Stats.traits.StatsItemStats",
|
|
394
394
|
"name": "ContactStats",
|
|
395
395
|
"config": {
|
|
396
|
-
"title": "Contacts",
|
|
397
396
|
"metrics": [
|
|
398
397
|
{
|
|
399
|
-
"
|
|
398
|
+
"label": "Total",
|
|
399
|
+
"aggregation": "count",
|
|
400
400
|
"icon": "users",
|
|
401
401
|
"variant": "primary",
|
|
402
|
-
"
|
|
403
|
-
"aggregation": "count"
|
|
402
|
+
"format": "number"
|
|
404
403
|
},
|
|
405
404
|
{
|
|
405
|
+
"format": "number",
|
|
406
|
+
"icon": "flame",
|
|
407
|
+
"label": "Hot Leads",
|
|
408
|
+
"aggregation": "count",
|
|
406
409
|
"variant": "warning",
|
|
407
410
|
"filter": [
|
|
408
411
|
"fn",
|
|
@@ -412,18 +415,11 @@
|
|
|
412
415
|
"@row.lifecycleStage",
|
|
413
416
|
"sql"
|
|
414
417
|
]
|
|
415
|
-
]
|
|
416
|
-
"format": "number",
|
|
417
|
-
"aggregation": "count",
|
|
418
|
-
"label": "Hot Leads",
|
|
419
|
-
"icon": "flame"
|
|
418
|
+
]
|
|
420
419
|
},
|
|
421
420
|
{
|
|
422
421
|
"label": "Customers",
|
|
423
|
-
"variant": "success",
|
|
424
422
|
"icon": "check-circle",
|
|
425
|
-
"aggregation": "count",
|
|
426
|
-
"format": "number",
|
|
427
423
|
"filter": [
|
|
428
424
|
"fn",
|
|
429
425
|
"row",
|
|
@@ -432,9 +428,13 @@
|
|
|
432
428
|
"@row.lifecycleStage",
|
|
433
429
|
"customer"
|
|
434
430
|
]
|
|
435
|
-
]
|
|
431
|
+
],
|
|
432
|
+
"variant": "success",
|
|
433
|
+
"format": "number",
|
|
434
|
+
"aggregation": "count"
|
|
436
435
|
}
|
|
437
|
-
]
|
|
436
|
+
],
|
|
437
|
+
"title": "Contacts"
|
|
438
438
|
},
|
|
439
439
|
"listens": [
|
|
440
440
|
{
|
|
@@ -451,13 +451,13 @@
|
|
|
451
451
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
452
452
|
"name": "ContactGraphs",
|
|
453
453
|
"config": {
|
|
454
|
-
"
|
|
455
|
-
"aggregation": "count",
|
|
456
|
-
"title": "Contacts by Lifecycle Stage",
|
|
454
|
+
"chartType": "pie",
|
|
457
455
|
"subtitle": "Funnel breakdown",
|
|
456
|
+
"aggregation": "count",
|
|
458
457
|
"height": 240.0,
|
|
459
|
-
"
|
|
460
|
-
"
|
|
458
|
+
"categoryField": "lifecycleStage",
|
|
459
|
+
"showLegend": true,
|
|
460
|
+
"title": "Contacts by Lifecycle Stage"
|
|
461
461
|
},
|
|
462
462
|
"listens": [
|
|
463
463
|
{
|
|
@@ -475,13 +475,28 @@
|
|
|
475
475
|
"name": "ContactBrowseList",
|
|
476
476
|
"linkedEntity": "Contact",
|
|
477
477
|
"config": {
|
|
478
|
-
"
|
|
478
|
+
"itemActions": [
|
|
479
|
+
{
|
|
480
|
+
"event": "VIEW",
|
|
481
|
+
"variant": "ghost",
|
|
482
|
+
"label": "View"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"label": "Edit",
|
|
486
|
+
"event": "EDIT",
|
|
487
|
+
"variant": "ghost"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"label": "Delete",
|
|
491
|
+
"event": "DELETE",
|
|
492
|
+
"variant": "danger"
|
|
493
|
+
}
|
|
494
|
+
],
|
|
479
495
|
"variant": "card",
|
|
480
|
-
"gap": "sm",
|
|
481
496
|
"fields": [
|
|
482
497
|
{
|
|
483
|
-
"variant": "h3",
|
|
484
498
|
"icon": "user",
|
|
499
|
+
"variant": "h3",
|
|
485
500
|
"name": "name"
|
|
486
501
|
},
|
|
487
502
|
{
|
|
@@ -497,27 +512,12 @@
|
|
|
497
512
|
"variant": "caption"
|
|
498
513
|
},
|
|
499
514
|
{
|
|
500
|
-
"
|
|
501
|
-
"
|
|
515
|
+
"variant": "caption",
|
|
516
|
+
"name": "phone"
|
|
502
517
|
}
|
|
503
518
|
],
|
|
504
|
-
"
|
|
505
|
-
|
|
506
|
-
"event": "VIEW",
|
|
507
|
-
"label": "View",
|
|
508
|
-
"variant": "ghost"
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"variant": "ghost",
|
|
512
|
-
"event": "EDIT",
|
|
513
|
-
"label": "Edit"
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"variant": "danger",
|
|
517
|
-
"label": "Delete",
|
|
518
|
-
"event": "DELETE"
|
|
519
|
-
}
|
|
520
|
-
]
|
|
519
|
+
"gap": "sm",
|
|
520
|
+
"cols": 1.0
|
|
521
521
|
},
|
|
522
522
|
"listens": [
|
|
523
523
|
{
|
|
@@ -568,7 +568,6 @@
|
|
|
568
568
|
"linkedEntity": "Contact",
|
|
569
569
|
"config": {
|
|
570
570
|
"title": "New Contact",
|
|
571
|
-
"icon": "plus-circle",
|
|
572
571
|
"mode": "create",
|
|
573
572
|
"fields": [
|
|
574
573
|
"name",
|
|
@@ -577,7 +576,8 @@
|
|
|
577
576
|
"lifecycleStage",
|
|
578
577
|
"email",
|
|
579
578
|
"phone"
|
|
580
|
-
]
|
|
579
|
+
],
|
|
580
|
+
"icon": "plus-circle"
|
|
581
581
|
},
|
|
582
582
|
"events": {
|
|
583
583
|
"OPEN": "CREATE"
|
|
@@ -598,9 +598,8 @@
|
|
|
598
598
|
"name": "ContactEdit",
|
|
599
599
|
"linkedEntity": "Contact",
|
|
600
600
|
"config": {
|
|
601
|
-
"title": "Edit Contact",
|
|
602
|
-
"mode": "edit",
|
|
603
601
|
"icon": "edit",
|
|
602
|
+
"title": "Edit Contact",
|
|
604
603
|
"fields": [
|
|
605
604
|
"name",
|
|
606
605
|
"company",
|
|
@@ -608,7 +607,8 @@
|
|
|
608
607
|
"lifecycleStage",
|
|
609
608
|
"email",
|
|
610
609
|
"phone"
|
|
611
|
-
]
|
|
610
|
+
],
|
|
611
|
+
"mode": "edit"
|
|
612
612
|
},
|
|
613
613
|
"events": {
|
|
614
614
|
"OPEN": "EDIT"
|
|
@@ -629,7 +629,9 @@
|
|
|
629
629
|
"name": "ContactView",
|
|
630
630
|
"linkedEntity": "Contact",
|
|
631
631
|
"config": {
|
|
632
|
+
"icon": "eye",
|
|
632
633
|
"title": "View Contact",
|
|
634
|
+
"mode": "edit",
|
|
633
635
|
"fields": [
|
|
634
636
|
"name",
|
|
635
637
|
"company",
|
|
@@ -637,9 +639,7 @@
|
|
|
637
639
|
"lifecycleStage",
|
|
638
640
|
"email",
|
|
639
641
|
"phone"
|
|
640
|
-
]
|
|
641
|
-
"mode": "edit",
|
|
642
|
-
"icon": "eye"
|
|
642
|
+
]
|
|
643
643
|
},
|
|
644
644
|
"events": {
|
|
645
645
|
"OPEN": "VIEW"
|
|
@@ -660,10 +660,10 @@
|
|
|
660
660
|
"name": "ContactDelete",
|
|
661
661
|
"linkedEntity": "Contact",
|
|
662
662
|
"config": {
|
|
663
|
-
"alertMessage": "This action cannot be undone.",
|
|
664
|
-
"confirmLabel": "Delete",
|
|
665
663
|
"title": "Delete Contact",
|
|
666
|
-
"
|
|
664
|
+
"confirmLabel": "Delete",
|
|
665
|
+
"icon": "alert-triangle",
|
|
666
|
+
"alertMessage": "This action cannot be undone."
|
|
667
667
|
},
|
|
668
668
|
"events": {
|
|
669
669
|
"CONFIRM": "CONFIRM_DELETE",
|
|
@@ -947,18 +947,18 @@
|
|
|
947
947
|
"render-ui",
|
|
948
948
|
"main",
|
|
949
949
|
{
|
|
950
|
+
"direction": "horizontal",
|
|
951
|
+
"type": "stack",
|
|
950
952
|
"children": [
|
|
951
953
|
{
|
|
952
|
-
"type": "button",
|
|
953
954
|
"variant": "ghost",
|
|
955
|
+
"type": "button",
|
|
954
956
|
"icon": "mail",
|
|
955
957
|
"label": "Email Contact",
|
|
956
958
|
"action": "SEND_EMAIL"
|
|
957
959
|
}
|
|
958
960
|
],
|
|
959
|
-
"gap": "sm"
|
|
960
|
-
"type": "stack",
|
|
961
|
-
"direction": "horizontal"
|
|
961
|
+
"gap": "sm"
|
|
962
962
|
}
|
|
963
963
|
]
|
|
964
964
|
]
|
|
@@ -973,15 +973,15 @@
|
|
|
973
973
|
"email",
|
|
974
974
|
"send",
|
|
975
975
|
{
|
|
976
|
-
"body": "Reaching out from your account team.",
|
|
977
|
-
"recipient": "contact@example.com",
|
|
978
976
|
"subject": "Hello from CRM",
|
|
979
|
-
"sender": "noreply@crm.example"
|
|
977
|
+
"sender": "noreply@crm.example",
|
|
978
|
+
"recipient": "contact@example.com",
|
|
979
|
+
"body": "Reaching out from your account team."
|
|
980
980
|
},
|
|
981
981
|
{
|
|
982
982
|
"emit": {
|
|
983
|
-
"
|
|
984
|
-
"
|
|
983
|
+
"success": "ContactEmailSent",
|
|
984
|
+
"failure": "ContactEmailFailed"
|
|
985
985
|
}
|
|
986
986
|
}
|
|
987
987
|
],
|
|
@@ -1048,6 +1048,10 @@
|
|
|
1048
1048
|
{
|
|
1049
1049
|
"name": "DealOrbital",
|
|
1050
1050
|
"uses": [
|
|
1051
|
+
{
|
|
1052
|
+
"from": "std/behaviors/std-app-layout",
|
|
1053
|
+
"as": "AppShell"
|
|
1054
|
+
},
|
|
1051
1055
|
{
|
|
1052
1056
|
"from": "std/behaviors/std-modal",
|
|
1053
1057
|
"as": "Modal"
|
|
@@ -1112,6 +1116,45 @@
|
|
|
1112
1116
|
]
|
|
1113
1117
|
},
|
|
1114
1118
|
"traits": [
|
|
1119
|
+
{
|
|
1120
|
+
"ref": "AppShell.traits.AppLayout",
|
|
1121
|
+
"name": "DealAppLayout",
|
|
1122
|
+
"linkedEntity": "Deal",
|
|
1123
|
+
"config": {
|
|
1124
|
+
"searchEvent": "DEAL_SEARCH",
|
|
1125
|
+
"topBarActions": [],
|
|
1126
|
+
"notifications": [],
|
|
1127
|
+
"notificationClickEvent": "DEAL_NOTIFICATIONS_OPEN",
|
|
1128
|
+
"contentTrait": "@trait.DealCatalog",
|
|
1129
|
+
"appName": "CRM",
|
|
1130
|
+
"navItems": [
|
|
1131
|
+
{
|
|
1132
|
+
"href": "/contacts",
|
|
1133
|
+
"icon": "users",
|
|
1134
|
+
"label": "Contacts"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"href": "/deals",
|
|
1138
|
+
"label": "Deals",
|
|
1139
|
+
"icon": "briefcase"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"icon": "bar-chart-2",
|
|
1143
|
+
"label": "Pipeline",
|
|
1144
|
+
"href": "/pipeline"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"icon": "file-text",
|
|
1148
|
+
"label": "Notes",
|
|
1149
|
+
"href": "/notes"
|
|
1150
|
+
}
|
|
1151
|
+
]
|
|
1152
|
+
},
|
|
1153
|
+
"events": {
|
|
1154
|
+
"SEARCH": "DEAL_SEARCH",
|
|
1155
|
+
"NOTIFY_CLICK": "DEAL_NOTIFICATIONS_OPEN"
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1115
1158
|
{
|
|
1116
1159
|
"name": "DealCatalog",
|
|
1117
1160
|
"category": "interaction",
|
|
@@ -1154,55 +1197,55 @@
|
|
|
1154
1197
|
"render-ui",
|
|
1155
1198
|
"main",
|
|
1156
1199
|
{
|
|
1157
|
-
"type": "stack",
|
|
1158
1200
|
"gap": "lg",
|
|
1201
|
+
"type": "stack",
|
|
1202
|
+
"direction": "vertical",
|
|
1159
1203
|
"children": [
|
|
1160
1204
|
{
|
|
1161
1205
|
"justify": "between",
|
|
1162
|
-
"
|
|
1206
|
+
"gap": "md",
|
|
1163
1207
|
"align": "center",
|
|
1164
1208
|
"children": [
|
|
1165
1209
|
{
|
|
1166
|
-
"direction": "horizontal",
|
|
1167
1210
|
"gap": "sm",
|
|
1168
|
-
"align": "center",
|
|
1169
1211
|
"type": "stack",
|
|
1212
|
+
"align": "center",
|
|
1170
1213
|
"children": [
|
|
1171
1214
|
{
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1215
|
+
"name": "briefcase",
|
|
1216
|
+
"type": "icon"
|
|
1174
1217
|
},
|
|
1175
1218
|
{
|
|
1176
1219
|
"content": "Deals",
|
|
1177
1220
|
"type": "typography",
|
|
1178
1221
|
"variant": "h2"
|
|
1179
1222
|
}
|
|
1180
|
-
]
|
|
1223
|
+
],
|
|
1224
|
+
"direction": "horizontal"
|
|
1181
1225
|
},
|
|
1182
1226
|
{
|
|
1183
|
-
"gap": "sm",
|
|
1184
1227
|
"direction": "horizontal",
|
|
1228
|
+
"gap": "sm",
|
|
1185
1229
|
"children": [
|
|
1186
1230
|
{
|
|
1231
|
+
"type": "button",
|
|
1187
1232
|
"action": "CREATE",
|
|
1233
|
+
"variant": "primary",
|
|
1188
1234
|
"icon": "plus",
|
|
1189
|
-
"
|
|
1190
|
-
"label": "New Deal",
|
|
1191
|
-
"variant": "primary"
|
|
1235
|
+
"label": "New Deal"
|
|
1192
1236
|
}
|
|
1193
1237
|
],
|
|
1194
1238
|
"type": "stack"
|
|
1195
1239
|
}
|
|
1196
1240
|
],
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
1241
|
+
"direction": "horizontal",
|
|
1242
|
+
"type": "stack"
|
|
1199
1243
|
},
|
|
1200
1244
|
{
|
|
1201
1245
|
"type": "divider"
|
|
1202
1246
|
},
|
|
1203
1247
|
"@trait.DealBrowseList"
|
|
1204
|
-
]
|
|
1205
|
-
"direction": "vertical"
|
|
1248
|
+
]
|
|
1206
1249
|
}
|
|
1207
1250
|
]
|
|
1208
1251
|
]
|
|
@@ -1216,43 +1259,43 @@
|
|
|
1216
1259
|
"name": "DealBrowseList",
|
|
1217
1260
|
"linkedEntity": "Deal",
|
|
1218
1261
|
"config": {
|
|
1262
|
+
"cols": 2.0,
|
|
1219
1263
|
"fields": [
|
|
1220
1264
|
{
|
|
1221
|
-
"
|
|
1265
|
+
"variant": "h3",
|
|
1222
1266
|
"name": "title",
|
|
1223
|
-
"
|
|
1267
|
+
"icon": "briefcase"
|
|
1224
1268
|
},
|
|
1225
1269
|
{
|
|
1226
1270
|
"name": "stage",
|
|
1227
1271
|
"variant": "badge"
|
|
1228
1272
|
},
|
|
1229
1273
|
{
|
|
1230
|
-
"
|
|
1274
|
+
"name": "amount",
|
|
1231
1275
|
"variant": "h4",
|
|
1232
|
-
"
|
|
1276
|
+
"format": "currency"
|
|
1233
1277
|
},
|
|
1234
1278
|
{
|
|
1235
|
-
"
|
|
1279
|
+
"name": "contactId",
|
|
1236
1280
|
"label": "Contact",
|
|
1237
|
-
"
|
|
1281
|
+
"variant": "caption"
|
|
1238
1282
|
},
|
|
1239
1283
|
{
|
|
1240
|
-
"name": "closedAt",
|
|
1241
1284
|
"label": "Closed At",
|
|
1242
1285
|
"variant": "caption",
|
|
1286
|
+
"name": "closedAt",
|
|
1243
1287
|
"format": "date"
|
|
1244
1288
|
}
|
|
1245
1289
|
],
|
|
1246
|
-
"gap": "md",
|
|
1247
1290
|
"itemActions": [
|
|
1248
1291
|
{
|
|
1249
1292
|
"event": "VIEW",
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1293
|
+
"label": "View",
|
|
1294
|
+
"variant": "ghost"
|
|
1252
1295
|
},
|
|
1253
1296
|
{
|
|
1254
|
-
"event": "EDIT",
|
|
1255
1297
|
"label": "Edit",
|
|
1298
|
+
"event": "EDIT",
|
|
1256
1299
|
"variant": "ghost"
|
|
1257
1300
|
},
|
|
1258
1301
|
{
|
|
@@ -1261,7 +1304,7 @@
|
|
|
1261
1304
|
"variant": "danger"
|
|
1262
1305
|
}
|
|
1263
1306
|
],
|
|
1264
|
-
"
|
|
1307
|
+
"gap": "md",
|
|
1265
1308
|
"variant": "card"
|
|
1266
1309
|
},
|
|
1267
1310
|
"listens": [
|
|
@@ -1296,6 +1339,8 @@
|
|
|
1296
1339
|
"name": "DealCreate",
|
|
1297
1340
|
"linkedEntity": "Deal",
|
|
1298
1341
|
"config": {
|
|
1342
|
+
"mode": "create",
|
|
1343
|
+
"icon": "plus-circle",
|
|
1299
1344
|
"title": "New Deal",
|
|
1300
1345
|
"fields": [
|
|
1301
1346
|
"title",
|
|
@@ -1303,9 +1348,7 @@
|
|
|
1303
1348
|
"amount",
|
|
1304
1349
|
"stage",
|
|
1305
1350
|
"closedAt"
|
|
1306
|
-
]
|
|
1307
|
-
"icon": "plus-circle",
|
|
1308
|
-
"mode": "create"
|
|
1351
|
+
]
|
|
1309
1352
|
},
|
|
1310
1353
|
"events": {
|
|
1311
1354
|
"OPEN": "CREATE"
|
|
@@ -1326,16 +1369,16 @@
|
|
|
1326
1369
|
"name": "DealEdit",
|
|
1327
1370
|
"linkedEntity": "Deal",
|
|
1328
1371
|
"config": {
|
|
1372
|
+
"icon": "edit",
|
|
1329
1373
|
"title": "Edit Deal",
|
|
1374
|
+
"mode": "edit",
|
|
1330
1375
|
"fields": [
|
|
1331
1376
|
"title",
|
|
1332
1377
|
"contactId",
|
|
1333
1378
|
"amount",
|
|
1334
1379
|
"stage",
|
|
1335
1380
|
"closedAt"
|
|
1336
|
-
]
|
|
1337
|
-
"icon": "edit",
|
|
1338
|
-
"mode": "edit"
|
|
1381
|
+
]
|
|
1339
1382
|
},
|
|
1340
1383
|
"events": {
|
|
1341
1384
|
"OPEN": "EDIT"
|
|
@@ -1356,7 +1399,7 @@
|
|
|
1356
1399
|
"name": "DealView",
|
|
1357
1400
|
"linkedEntity": "Deal",
|
|
1358
1401
|
"config": {
|
|
1359
|
-
"
|
|
1402
|
+
"mode": "edit",
|
|
1360
1403
|
"fields": [
|
|
1361
1404
|
"title",
|
|
1362
1405
|
"contactId",
|
|
@@ -1364,8 +1407,8 @@
|
|
|
1364
1407
|
"stage",
|
|
1365
1408
|
"closedAt"
|
|
1366
1409
|
],
|
|
1367
|
-
"
|
|
1368
|
-
"
|
|
1410
|
+
"icon": "eye",
|
|
1411
|
+
"title": "View Deal"
|
|
1369
1412
|
},
|
|
1370
1413
|
"events": {
|
|
1371
1414
|
"OPEN": "VIEW"
|
|
@@ -1386,10 +1429,10 @@
|
|
|
1386
1429
|
"name": "DealDelete",
|
|
1387
1430
|
"linkedEntity": "Deal",
|
|
1388
1431
|
"config": {
|
|
1389
|
-
"title": "Delete Deal",
|
|
1390
|
-
"icon": "alert-triangle",
|
|
1391
1432
|
"alertMessage": "This action cannot be undone.",
|
|
1392
|
-
"confirmLabel": "Delete"
|
|
1433
|
+
"confirmLabel": "Delete",
|
|
1434
|
+
"title": "Delete Deal",
|
|
1435
|
+
"icon": "alert-triangle"
|
|
1393
1436
|
},
|
|
1394
1437
|
"events": {
|
|
1395
1438
|
"CONFIRM": "CONFIRM_DELETE",
|
|
@@ -1595,6 +1638,9 @@
|
|
|
1595
1638
|
"name": "Deals",
|
|
1596
1639
|
"path": "/deals",
|
|
1597
1640
|
"traits": [
|
|
1641
|
+
{
|
|
1642
|
+
"ref": "DealAppLayout"
|
|
1643
|
+
},
|
|
1598
1644
|
{
|
|
1599
1645
|
"ref": "DealCatalog"
|
|
1600
1646
|
},
|
|
@@ -1622,6 +1668,12 @@
|
|
|
1622
1668
|
},
|
|
1623
1669
|
{
|
|
1624
1670
|
"name": "PipelineOrbital",
|
|
1671
|
+
"uses": [
|
|
1672
|
+
{
|
|
1673
|
+
"from": "std/behaviors/std-app-layout",
|
|
1674
|
+
"as": "AppShell"
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1625
1677
|
"entity": {
|
|
1626
1678
|
"name": "Pipeline",
|
|
1627
1679
|
"persistence": "runtime",
|
|
@@ -1659,6 +1711,45 @@
|
|
|
1659
1711
|
]
|
|
1660
1712
|
},
|
|
1661
1713
|
"traits": [
|
|
1714
|
+
{
|
|
1715
|
+
"ref": "AppShell.traits.AppLayout",
|
|
1716
|
+
"name": "PipelineAppLayout",
|
|
1717
|
+
"linkedEntity": "Pipeline",
|
|
1718
|
+
"config": {
|
|
1719
|
+
"searchEvent": "PIPELINE_SEARCH",
|
|
1720
|
+
"notificationClickEvent": "PIPELINE_NOTIFICATIONS_OPEN",
|
|
1721
|
+
"appName": "CRM",
|
|
1722
|
+
"topBarActions": [],
|
|
1723
|
+
"notifications": [],
|
|
1724
|
+
"contentTrait": "@trait.PipelineDisplay",
|
|
1725
|
+
"navItems": [
|
|
1726
|
+
{
|
|
1727
|
+
"label": "Contacts",
|
|
1728
|
+
"href": "/contacts",
|
|
1729
|
+
"icon": "users"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"label": "Deals",
|
|
1733
|
+
"href": "/deals",
|
|
1734
|
+
"icon": "briefcase"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"href": "/pipeline",
|
|
1738
|
+
"label": "Pipeline",
|
|
1739
|
+
"icon": "bar-chart-2"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"label": "Notes",
|
|
1743
|
+
"href": "/notes",
|
|
1744
|
+
"icon": "file-text"
|
|
1745
|
+
}
|
|
1746
|
+
]
|
|
1747
|
+
},
|
|
1748
|
+
"events": {
|
|
1749
|
+
"SEARCH": "PIPELINE_SEARCH",
|
|
1750
|
+
"NOTIFY_CLICK": "PIPELINE_NOTIFICATIONS_OPEN"
|
|
1751
|
+
}
|
|
1752
|
+
},
|
|
1662
1753
|
{
|
|
1663
1754
|
"name": "PipelineDisplay",
|
|
1664
1755
|
"category": "interaction",
|
|
@@ -1780,14 +1871,19 @@
|
|
|
1780
1871
|
"render-ui",
|
|
1781
1872
|
"main",
|
|
1782
1873
|
{
|
|
1783
|
-
"direction": "vertical",
|
|
1784
|
-
"type": "stack",
|
|
1785
1874
|
"gap": "lg",
|
|
1875
|
+
"direction": "vertical",
|
|
1786
1876
|
"children": [
|
|
1787
1877
|
{
|
|
1878
|
+
"justify": "between",
|
|
1879
|
+
"type": "stack",
|
|
1880
|
+
"align": "center",
|
|
1788
1881
|
"children": [
|
|
1789
1882
|
{
|
|
1790
1883
|
"type": "stack",
|
|
1884
|
+
"gap": "sm",
|
|
1885
|
+
"align": "center",
|
|
1886
|
+
"direction": "horizontal",
|
|
1791
1887
|
"children": [
|
|
1792
1888
|
{
|
|
1793
1889
|
"type": "icon",
|
|
@@ -1795,60 +1891,55 @@
|
|
|
1795
1891
|
},
|
|
1796
1892
|
{
|
|
1797
1893
|
"type": "typography",
|
|
1798
|
-
"
|
|
1799
|
-
"
|
|
1894
|
+
"variant": "h2",
|
|
1895
|
+
"content": "Pipeline"
|
|
1800
1896
|
}
|
|
1801
|
-
]
|
|
1802
|
-
"direction": "horizontal",
|
|
1803
|
-
"gap": "sm",
|
|
1804
|
-
"align": "center"
|
|
1897
|
+
]
|
|
1805
1898
|
},
|
|
1806
1899
|
{
|
|
1807
|
-
"label": "Refresh",
|
|
1808
|
-
"icon": "rotate-ccw",
|
|
1809
|
-
"variant": "secondary",
|
|
1810
1900
|
"type": "button",
|
|
1811
|
-
"action": "REFRESH"
|
|
1901
|
+
"action": "REFRESH",
|
|
1902
|
+
"icon": "rotate-ccw",
|
|
1903
|
+
"label": "Refresh",
|
|
1904
|
+
"variant": "secondary"
|
|
1812
1905
|
}
|
|
1813
1906
|
],
|
|
1814
1907
|
"direction": "horizontal",
|
|
1815
|
-
"gap": "md"
|
|
1816
|
-
"type": "stack",
|
|
1817
|
-
"justify": "between",
|
|
1818
|
-
"align": "center"
|
|
1908
|
+
"gap": "md"
|
|
1819
1909
|
},
|
|
1820
1910
|
{
|
|
1821
1911
|
"type": "divider"
|
|
1822
1912
|
},
|
|
1823
1913
|
{
|
|
1824
|
-
"type": "simple-grid",
|
|
1825
1914
|
"children": [
|
|
1826
1915
|
{
|
|
1827
|
-
"type": "stat-display",
|
|
1828
1916
|
"label": "Total Deals",
|
|
1917
|
+
"type": "stat-display",
|
|
1829
1918
|
"value": "@entity.totalDeals"
|
|
1830
1919
|
},
|
|
1831
1920
|
{
|
|
1832
1921
|
"type": "stat-display",
|
|
1833
|
-
"format": "currency",
|
|
1834
1922
|
"label": "Pipeline Value",
|
|
1835
|
-
"value": "@entity.totalValue"
|
|
1923
|
+
"value": "@entity.totalValue",
|
|
1924
|
+
"format": "currency"
|
|
1836
1925
|
},
|
|
1837
1926
|
{
|
|
1838
|
-
"type": "stat-display",
|
|
1839
1927
|
"label": "Won",
|
|
1928
|
+
"type": "stat-display",
|
|
1840
1929
|
"value": "@entity.wonDeals"
|
|
1841
1930
|
},
|
|
1842
1931
|
{
|
|
1932
|
+
"value": "@entity.conversionRate",
|
|
1843
1933
|
"type": "stat-display",
|
|
1844
|
-
"format": "percent",
|
|
1845
1934
|
"label": "Conversion Rate",
|
|
1846
|
-
"
|
|
1935
|
+
"format": "percent"
|
|
1847
1936
|
}
|
|
1848
1937
|
],
|
|
1938
|
+
"type": "simple-grid",
|
|
1849
1939
|
"cols": 4.0
|
|
1850
1940
|
}
|
|
1851
|
-
]
|
|
1941
|
+
],
|
|
1942
|
+
"type": "stack"
|
|
1852
1943
|
}
|
|
1853
1944
|
]
|
|
1854
1945
|
]
|
|
@@ -1880,6 +1971,9 @@
|
|
|
1880
1971
|
"name": "Pipeline",
|
|
1881
1972
|
"path": "/pipeline",
|
|
1882
1973
|
"traits": [
|
|
1974
|
+
{
|
|
1975
|
+
"ref": "PipelineAppLayout"
|
|
1976
|
+
},
|
|
1883
1977
|
{
|
|
1884
1978
|
"ref": "PipelineDisplay"
|
|
1885
1979
|
}
|
|
@@ -1890,6 +1984,10 @@
|
|
|
1890
1984
|
{
|
|
1891
1985
|
"name": "NoteOrbital",
|
|
1892
1986
|
"uses": [
|
|
1987
|
+
{
|
|
1988
|
+
"from": "std/behaviors/std-app-layout",
|
|
1989
|
+
"as": "AppShell"
|
|
1990
|
+
},
|
|
1893
1991
|
{
|
|
1894
1992
|
"from": "std/behaviors/std-modal",
|
|
1895
1993
|
"as": "Modal"
|
|
@@ -1960,6 +2058,45 @@
|
|
|
1960
2058
|
]
|
|
1961
2059
|
},
|
|
1962
2060
|
"traits": [
|
|
2061
|
+
{
|
|
2062
|
+
"ref": "AppShell.traits.AppLayout",
|
|
2063
|
+
"name": "NoteAppLayout",
|
|
2064
|
+
"linkedEntity": "Note",
|
|
2065
|
+
"config": {
|
|
2066
|
+
"searchEvent": "NOTE_SEARCH",
|
|
2067
|
+
"topBarActions": [],
|
|
2068
|
+
"notifications": [],
|
|
2069
|
+
"notificationClickEvent": "NOTE_NOTIFICATIONS_OPEN",
|
|
2070
|
+
"contentTrait": "@trait.NoteCatalog",
|
|
2071
|
+
"appName": "CRM",
|
|
2072
|
+
"navItems": [
|
|
2073
|
+
{
|
|
2074
|
+
"href": "/contacts",
|
|
2075
|
+
"label": "Contacts",
|
|
2076
|
+
"icon": "users"
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"icon": "briefcase",
|
|
2080
|
+
"label": "Deals",
|
|
2081
|
+
"href": "/deals"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"label": "Pipeline",
|
|
2085
|
+
"icon": "bar-chart-2",
|
|
2086
|
+
"href": "/pipeline"
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"href": "/notes",
|
|
2090
|
+
"icon": "file-text",
|
|
2091
|
+
"label": "Notes"
|
|
2092
|
+
}
|
|
2093
|
+
]
|
|
2094
|
+
},
|
|
2095
|
+
"events": {
|
|
2096
|
+
"NOTIFY_CLICK": "NOTE_NOTIFICATIONS_OPEN",
|
|
2097
|
+
"SEARCH": "NOTE_SEARCH"
|
|
2098
|
+
}
|
|
2099
|
+
},
|
|
1963
2100
|
{
|
|
1964
2101
|
"name": "NoteCatalog",
|
|
1965
2102
|
"category": "interaction",
|
|
@@ -2002,56 +2139,56 @@
|
|
|
2002
2139
|
"render-ui",
|
|
2003
2140
|
"main",
|
|
2004
2141
|
{
|
|
2142
|
+
"direction": "vertical",
|
|
2005
2143
|
"type": "stack",
|
|
2006
2144
|
"gap": "lg",
|
|
2007
|
-
"direction": "vertical",
|
|
2008
2145
|
"children": [
|
|
2009
2146
|
{
|
|
2010
|
-
"gap": "md",
|
|
2011
2147
|
"justify": "between",
|
|
2012
2148
|
"direction": "horizontal",
|
|
2013
2149
|
"type": "stack",
|
|
2014
2150
|
"align": "center",
|
|
2015
2151
|
"children": [
|
|
2016
2152
|
{
|
|
2017
|
-
"
|
|
2153
|
+
"direction": "horizontal",
|
|
2154
|
+
"type": "stack",
|
|
2018
2155
|
"children": [
|
|
2019
2156
|
{
|
|
2020
2157
|
"type": "icon",
|
|
2021
2158
|
"name": "file-text"
|
|
2022
2159
|
},
|
|
2023
2160
|
{
|
|
2024
|
-
"content": "Notes",
|
|
2025
2161
|
"type": "typography",
|
|
2026
|
-
"variant": "h2"
|
|
2162
|
+
"variant": "h2",
|
|
2163
|
+
"content": "Notes"
|
|
2027
2164
|
}
|
|
2028
2165
|
],
|
|
2029
|
-
"
|
|
2030
|
-
"
|
|
2031
|
-
"gap": "sm"
|
|
2166
|
+
"gap": "sm",
|
|
2167
|
+
"align": "center"
|
|
2032
2168
|
},
|
|
2033
2169
|
{
|
|
2034
|
-
"type": "stack",
|
|
2035
|
-
"direction": "horizontal",
|
|
2036
2170
|
"children": [
|
|
2037
2171
|
{
|
|
2172
|
+
"action": "CREATE",
|
|
2038
2173
|
"type": "button",
|
|
2039
2174
|
"label": "New Note",
|
|
2040
|
-
"
|
|
2041
|
-
"
|
|
2042
|
-
"icon": "edit"
|
|
2175
|
+
"icon": "edit",
|
|
2176
|
+
"variant": "primary"
|
|
2043
2177
|
}
|
|
2044
2178
|
],
|
|
2179
|
+
"direction": "horizontal",
|
|
2180
|
+
"type": "stack",
|
|
2045
2181
|
"gap": "sm"
|
|
2046
2182
|
}
|
|
2047
|
-
]
|
|
2183
|
+
],
|
|
2184
|
+
"gap": "md"
|
|
2048
2185
|
},
|
|
2049
2186
|
{
|
|
2050
2187
|
"type": "divider"
|
|
2051
2188
|
},
|
|
2052
2189
|
{
|
|
2053
|
-
"type": "typography",
|
|
2054
2190
|
"variant": "h3",
|
|
2191
|
+
"type": "typography",
|
|
2055
2192
|
"content": "Follow-Up Calendar"
|
|
2056
2193
|
},
|
|
2057
2194
|
"@trait.NoteCalendar",
|
|
@@ -2073,37 +2210,39 @@
|
|
|
2073
2210
|
"name": "NoteBrowseList",
|
|
2074
2211
|
"linkedEntity": "Note",
|
|
2075
2212
|
"config": {
|
|
2213
|
+
"variant": "card",
|
|
2214
|
+
"cols": 1.0,
|
|
2076
2215
|
"fields": [
|
|
2077
2216
|
{
|
|
2078
|
-
"icon": "file-text",
|
|
2079
2217
|
"name": "subject",
|
|
2080
|
-
"variant": "h4"
|
|
2218
|
+
"variant": "h4",
|
|
2219
|
+
"icon": "file-text"
|
|
2081
2220
|
},
|
|
2082
2221
|
{
|
|
2083
|
-
"
|
|
2084
|
-
"
|
|
2222
|
+
"name": "priority",
|
|
2223
|
+
"variant": "badge"
|
|
2085
2224
|
},
|
|
2086
2225
|
{
|
|
2087
|
-
"
|
|
2088
|
-
"
|
|
2226
|
+
"variant": "caption",
|
|
2227
|
+
"name": "author"
|
|
2089
2228
|
},
|
|
2090
2229
|
{
|
|
2091
2230
|
"name": "followUpAt",
|
|
2092
|
-
"variant": "caption",
|
|
2093
2231
|
"format": "date",
|
|
2094
|
-
"label": "Follow-Up"
|
|
2232
|
+
"label": "Follow-Up",
|
|
2233
|
+
"variant": "caption"
|
|
2095
2234
|
},
|
|
2096
2235
|
{
|
|
2097
|
-
"variant": "caption",
|
|
2098
2236
|
"name": "createdAt",
|
|
2099
2237
|
"label": "Created",
|
|
2238
|
+
"variant": "caption",
|
|
2100
2239
|
"format": "date"
|
|
2101
2240
|
}
|
|
2102
2241
|
],
|
|
2103
2242
|
"itemActions": [
|
|
2104
2243
|
{
|
|
2105
|
-
"event": "VIEW",
|
|
2106
2244
|
"label": "View",
|
|
2245
|
+
"event": "VIEW",
|
|
2107
2246
|
"variant": "ghost"
|
|
2108
2247
|
},
|
|
2109
2248
|
{
|
|
@@ -2113,13 +2252,11 @@
|
|
|
2113
2252
|
},
|
|
2114
2253
|
{
|
|
2115
2254
|
"label": "Delete",
|
|
2116
|
-
"
|
|
2117
|
-
"
|
|
2255
|
+
"event": "DELETE",
|
|
2256
|
+
"variant": "danger"
|
|
2118
2257
|
}
|
|
2119
2258
|
],
|
|
2120
|
-
"
|
|
2121
|
-
"gap": "sm",
|
|
2122
|
-
"cols": 1.0
|
|
2259
|
+
"gap": "sm"
|
|
2123
2260
|
},
|
|
2124
2261
|
"listens": [
|
|
2125
2262
|
{
|
|
@@ -2163,7 +2300,6 @@
|
|
|
2163
2300
|
"name": "NoteCreate",
|
|
2164
2301
|
"linkedEntity": "Note",
|
|
2165
2302
|
"config": {
|
|
2166
|
-
"title": "New Note",
|
|
2167
2303
|
"icon": "plus-circle",
|
|
2168
2304
|
"mode": "create",
|
|
2169
2305
|
"fields": [
|
|
@@ -2172,7 +2308,8 @@
|
|
|
2172
2308
|
"author",
|
|
2173
2309
|
"priority",
|
|
2174
2310
|
"followUpAt"
|
|
2175
|
-
]
|
|
2311
|
+
],
|
|
2312
|
+
"title": "New Note"
|
|
2176
2313
|
},
|
|
2177
2314
|
"events": {
|
|
2178
2315
|
"OPEN": "CREATE"
|
|
@@ -2193,6 +2330,8 @@
|
|
|
2193
2330
|
"name": "NoteEdit",
|
|
2194
2331
|
"linkedEntity": "Note",
|
|
2195
2332
|
"config": {
|
|
2333
|
+
"title": "Edit Note",
|
|
2334
|
+
"icon": "edit",
|
|
2196
2335
|
"mode": "edit",
|
|
2197
2336
|
"fields": [
|
|
2198
2337
|
"subject",
|
|
@@ -2200,9 +2339,7 @@
|
|
|
2200
2339
|
"author",
|
|
2201
2340
|
"priority",
|
|
2202
2341
|
"followUpAt"
|
|
2203
|
-
]
|
|
2204
|
-
"icon": "edit",
|
|
2205
|
-
"title": "Edit Note"
|
|
2342
|
+
]
|
|
2206
2343
|
},
|
|
2207
2344
|
"events": {
|
|
2208
2345
|
"OPEN": "EDIT"
|
|
@@ -2224,7 +2361,6 @@
|
|
|
2224
2361
|
"linkedEntity": "Note",
|
|
2225
2362
|
"config": {
|
|
2226
2363
|
"icon": "eye",
|
|
2227
|
-
"title": "View Note",
|
|
2228
2364
|
"mode": "edit",
|
|
2229
2365
|
"fields": [
|
|
2230
2366
|
"subject",
|
|
@@ -2232,7 +2368,8 @@
|
|
|
2232
2368
|
"author",
|
|
2233
2369
|
"priority",
|
|
2234
2370
|
"followUpAt"
|
|
2235
|
-
]
|
|
2371
|
+
],
|
|
2372
|
+
"title": "View Note"
|
|
2236
2373
|
},
|
|
2237
2374
|
"events": {
|
|
2238
2375
|
"OPEN": "VIEW"
|
|
@@ -2253,10 +2390,10 @@
|
|
|
2253
2390
|
"name": "NoteDelete",
|
|
2254
2391
|
"linkedEntity": "Note",
|
|
2255
2392
|
"config": {
|
|
2256
|
-
"
|
|
2257
|
-
"title": "Delete Note",
|
|
2393
|
+
"icon": "alert-triangle",
|
|
2258
2394
|
"alertMessage": "This action cannot be undone.",
|
|
2259
|
-
"
|
|
2395
|
+
"title": "Delete Note",
|
|
2396
|
+
"confirmLabel": "Delete"
|
|
2260
2397
|
},
|
|
2261
2398
|
"events": {
|
|
2262
2399
|
"REQUEST": "DELETE",
|
|
@@ -2462,6 +2599,9 @@
|
|
|
2462
2599
|
"name": "Notes",
|
|
2463
2600
|
"path": "/notes",
|
|
2464
2601
|
"traits": [
|
|
2602
|
+
{
|
|
2603
|
+
"ref": "NoteAppLayout"
|
|
2604
|
+
},
|
|
2465
2605
|
{
|
|
2466
2606
|
"ref": "NoteCatalog"
|
|
2467
2607
|
},
|