@almadar/std 10.0.0 → 11.0.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/agent/atoms/std-agent-activity-log.orb +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -292,8 +292,8 @@
|
|
|
292
292
|
"FormEntry",
|
|
293
293
|
{
|
|
294
294
|
"emit": {
|
|
295
|
-
"
|
|
296
|
-
"
|
|
295
|
+
"success": "FormEntryLoaded",
|
|
296
|
+
"failure": "FormEntryLoadFailed"
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
],
|
|
@@ -302,8 +302,8 @@
|
|
|
302
302
|
"FormEntry",
|
|
303
303
|
{
|
|
304
304
|
"emit": {
|
|
305
|
-
"
|
|
306
|
-
"
|
|
305
|
+
"failure": "FormEntryLoadFailed",
|
|
306
|
+
"success": "FormEntryLoaded"
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
],
|
|
@@ -311,31 +311,34 @@
|
|
|
311
311
|
"render-ui",
|
|
312
312
|
"main",
|
|
313
313
|
{
|
|
314
|
-
"type": "stack",
|
|
315
314
|
"gap": "lg",
|
|
316
315
|
"direction": "vertical",
|
|
316
|
+
"type": "stack",
|
|
317
317
|
"children": [
|
|
318
318
|
{
|
|
319
|
+
"type": "stack",
|
|
319
320
|
"direction": "horizontal",
|
|
320
321
|
"gap": "sm",
|
|
321
|
-
"align": "center",
|
|
322
322
|
"children": [
|
|
323
323
|
{
|
|
324
324
|
"type": "icon",
|
|
325
325
|
"name": "file-text"
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
|
-
"type": "typography",
|
|
329
328
|
"content": "FormEntry Form",
|
|
330
|
-
"variant": "h2"
|
|
329
|
+
"variant": "h2",
|
|
330
|
+
"type": "typography"
|
|
331
331
|
}
|
|
332
332
|
],
|
|
333
|
-
"
|
|
333
|
+
"align": "center"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
"type": "divider"
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
|
+
"submitEvent": "SUBMIT",
|
|
340
|
+
"type": "form-section",
|
|
341
|
+
"mode": "create",
|
|
339
342
|
"cancelEvent": "INIT",
|
|
340
343
|
"fields": [
|
|
341
344
|
{
|
|
@@ -347,29 +350,29 @@
|
|
|
347
350
|
"label": "Description"
|
|
348
351
|
},
|
|
349
352
|
{
|
|
350
|
-
"name": "status",
|
|
351
|
-
"label": "Status",
|
|
352
353
|
"type": "enum",
|
|
354
|
+
"label": "Status",
|
|
353
355
|
"values": [
|
|
354
356
|
"active",
|
|
355
357
|
"inactive",
|
|
356
358
|
"pending"
|
|
357
|
-
]
|
|
359
|
+
],
|
|
360
|
+
"name": "status"
|
|
358
361
|
},
|
|
359
362
|
{
|
|
360
|
-
"
|
|
363
|
+
"type": "textarea",
|
|
361
364
|
"name": "notes",
|
|
362
|
-
"
|
|
365
|
+
"label": "Notes"
|
|
363
366
|
},
|
|
364
367
|
{
|
|
365
|
-
"name": "age",
|
|
366
368
|
"type": "number",
|
|
369
|
+
"name": "age",
|
|
367
370
|
"label": "Age"
|
|
368
371
|
},
|
|
369
372
|
{
|
|
370
|
-
"type": "boolean",
|
|
371
373
|
"name": "isActive",
|
|
372
|
-
"label": "Is Active"
|
|
374
|
+
"label": "Is Active",
|
|
375
|
+
"type": "boolean"
|
|
373
376
|
},
|
|
374
377
|
{
|
|
375
378
|
"name": "birthDate",
|
|
@@ -377,15 +380,15 @@
|
|
|
377
380
|
"type": "date"
|
|
378
381
|
},
|
|
379
382
|
{
|
|
380
|
-
"name": "priority",
|
|
381
|
-
"label": "Priority",
|
|
382
|
-
"type": "enum",
|
|
383
383
|
"values": [
|
|
384
384
|
"low",
|
|
385
385
|
"medium",
|
|
386
386
|
"high",
|
|
387
387
|
"critical"
|
|
388
|
-
]
|
|
388
|
+
],
|
|
389
|
+
"label": "Priority",
|
|
390
|
+
"name": "priority",
|
|
391
|
+
"type": "enum"
|
|
389
392
|
},
|
|
390
393
|
{
|
|
391
394
|
"label": "Category ID",
|
|
@@ -396,10 +399,7 @@
|
|
|
396
399
|
},
|
|
397
400
|
"name": "categoryId"
|
|
398
401
|
}
|
|
399
|
-
]
|
|
400
|
-
"type": "form-section",
|
|
401
|
-
"submitEvent": "SUBMIT",
|
|
402
|
-
"mode": "create"
|
|
402
|
+
]
|
|
403
403
|
}
|
|
404
404
|
]
|
|
405
405
|
}
|
|
@@ -427,28 +427,29 @@
|
|
|
427
427
|
"render-ui",
|
|
428
428
|
"main",
|
|
429
429
|
{
|
|
430
|
-
"
|
|
431
|
-
"direction": "vertical",
|
|
430
|
+
"align": "center",
|
|
432
431
|
"children": [
|
|
433
432
|
{
|
|
434
|
-
"
|
|
435
|
-
"
|
|
433
|
+
"type": "icon",
|
|
434
|
+
"name": "check-circle"
|
|
436
435
|
},
|
|
437
436
|
{
|
|
438
437
|
"type": "typography",
|
|
439
|
-
"
|
|
440
|
-
"
|
|
438
|
+
"variant": "h2",
|
|
439
|
+
"content": "Form Submitted"
|
|
441
440
|
},
|
|
442
441
|
{
|
|
443
|
-
"message": "Your form has been submitted successfully.",
|
|
444
442
|
"type": "alert",
|
|
445
|
-
"variant": "success"
|
|
443
|
+
"variant": "success",
|
|
444
|
+
"message": "Your form has been submitted successfully."
|
|
446
445
|
},
|
|
447
446
|
{
|
|
448
447
|
"type": "grid",
|
|
449
448
|
"cols": 2.0,
|
|
449
|
+
"gap": "md",
|
|
450
450
|
"children": [
|
|
451
451
|
{
|
|
452
|
+
"direction": "vertical",
|
|
452
453
|
"type": "stack",
|
|
453
454
|
"children": [
|
|
454
455
|
{
|
|
@@ -458,110 +459,112 @@
|
|
|
458
459
|
"content": "Name"
|
|
459
460
|
},
|
|
460
461
|
{
|
|
462
|
+
"content": "@entity.name",
|
|
461
463
|
"variant": "body",
|
|
462
|
-
"type": "typography"
|
|
463
|
-
"content": "@entity.name"
|
|
464
|
+
"type": "typography"
|
|
464
465
|
}
|
|
465
466
|
],
|
|
466
|
-
"gap": "xs"
|
|
467
|
-
"direction": "vertical"
|
|
467
|
+
"gap": "xs"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
|
-
"type": "stack",
|
|
471
|
-
"gap": "xs",
|
|
472
|
-
"direction": "vertical",
|
|
473
470
|
"children": [
|
|
474
471
|
{
|
|
472
|
+
"type": "typography",
|
|
475
473
|
"color": "muted",
|
|
476
|
-
"variant": "caption",
|
|
477
474
|
"content": "Description",
|
|
478
|
-
"
|
|
475
|
+
"variant": "caption"
|
|
479
476
|
},
|
|
480
477
|
{
|
|
481
|
-
"content": "@entity.description",
|
|
482
478
|
"type": "typography",
|
|
479
|
+
"content": "@entity.description",
|
|
483
480
|
"variant": "body"
|
|
484
481
|
}
|
|
485
|
-
]
|
|
482
|
+
],
|
|
483
|
+
"type": "stack",
|
|
484
|
+
"direction": "vertical",
|
|
485
|
+
"gap": "xs"
|
|
486
486
|
},
|
|
487
487
|
{
|
|
488
|
+
"direction": "vertical",
|
|
488
489
|
"type": "stack",
|
|
490
|
+
"gap": "xs",
|
|
489
491
|
"children": [
|
|
490
492
|
{
|
|
491
|
-
"content": "Status",
|
|
492
493
|
"variant": "caption",
|
|
493
494
|
"type": "typography",
|
|
494
|
-
"color": "muted"
|
|
495
|
+
"color": "muted",
|
|
496
|
+
"content": "Status"
|
|
495
497
|
},
|
|
496
498
|
{
|
|
497
|
-
"
|
|
499
|
+
"variant": "body",
|
|
498
500
|
"type": "typography",
|
|
499
|
-
"
|
|
501
|
+
"content": "@entity.status"
|
|
500
502
|
}
|
|
501
|
-
]
|
|
502
|
-
"direction": "vertical",
|
|
503
|
-
"gap": "xs"
|
|
503
|
+
]
|
|
504
504
|
},
|
|
505
505
|
{
|
|
506
|
+
"type": "stack",
|
|
507
|
+
"direction": "vertical",
|
|
508
|
+
"gap": "xs",
|
|
506
509
|
"children": [
|
|
507
510
|
{
|
|
508
|
-
"type": "typography",
|
|
509
511
|
"color": "muted",
|
|
510
512
|
"content": "Notes",
|
|
513
|
+
"type": "typography",
|
|
511
514
|
"variant": "caption"
|
|
512
515
|
},
|
|
513
516
|
{
|
|
514
|
-
"content": "@entity.notes",
|
|
515
517
|
"type": "typography",
|
|
516
|
-
"variant": "body"
|
|
518
|
+
"variant": "body",
|
|
519
|
+
"content": "@entity.notes"
|
|
517
520
|
}
|
|
518
|
-
]
|
|
519
|
-
"direction": "vertical",
|
|
520
|
-
"type": "stack",
|
|
521
|
-
"gap": "xs"
|
|
521
|
+
]
|
|
522
522
|
},
|
|
523
523
|
{
|
|
524
524
|
"type": "stack",
|
|
525
|
-
"gap": "xs",
|
|
526
525
|
"direction": "vertical",
|
|
527
526
|
"children": [
|
|
528
527
|
{
|
|
529
|
-
"color": "muted",
|
|
530
528
|
"variant": "caption",
|
|
531
|
-
"
|
|
532
|
-
"
|
|
529
|
+
"content": "Age",
|
|
530
|
+
"color": "muted",
|
|
531
|
+
"type": "typography"
|
|
533
532
|
},
|
|
534
533
|
{
|
|
535
|
-
"content": "@entity.age",
|
|
536
534
|
"type": "typography",
|
|
537
|
-
"variant": "body"
|
|
535
|
+
"variant": "body",
|
|
536
|
+
"content": "@entity.age"
|
|
538
537
|
}
|
|
539
|
-
]
|
|
538
|
+
],
|
|
539
|
+
"gap": "xs"
|
|
540
540
|
},
|
|
541
541
|
{
|
|
542
|
-
"direction": "vertical",
|
|
543
542
|
"children": [
|
|
544
543
|
{
|
|
545
|
-
"type": "typography",
|
|
546
544
|
"content": "Is Active",
|
|
547
|
-
"
|
|
548
|
-
"color": "muted"
|
|
545
|
+
"type": "typography",
|
|
546
|
+
"color": "muted",
|
|
547
|
+
"variant": "caption"
|
|
549
548
|
},
|
|
550
549
|
{
|
|
550
|
+
"content": "@entity.isActive",
|
|
551
551
|
"type": "typography",
|
|
552
|
-
"variant": "body"
|
|
553
|
-
"content": "@entity.isActive"
|
|
552
|
+
"variant": "body"
|
|
554
553
|
}
|
|
555
554
|
],
|
|
556
|
-
"
|
|
557
|
-
"type": "stack"
|
|
555
|
+
"direction": "vertical",
|
|
556
|
+
"type": "stack",
|
|
557
|
+
"gap": "xs"
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
|
+
"gap": "xs",
|
|
561
|
+
"type": "stack",
|
|
562
|
+
"direction": "vertical",
|
|
560
563
|
"children": [
|
|
561
564
|
{
|
|
565
|
+
"type": "typography",
|
|
562
566
|
"variant": "caption",
|
|
563
567
|
"color": "muted",
|
|
564
|
-
"type": "typography",
|
|
565
568
|
"content": "Birth Date"
|
|
566
569
|
},
|
|
567
570
|
{
|
|
@@ -569,60 +572,57 @@
|
|
|
569
572
|
"type": "typography",
|
|
570
573
|
"content": "@entity.birthDate"
|
|
571
574
|
}
|
|
572
|
-
]
|
|
573
|
-
"type": "stack",
|
|
574
|
-
"gap": "xs",
|
|
575
|
-
"direction": "vertical"
|
|
575
|
+
]
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
578
|
"gap": "xs",
|
|
579
579
|
"direction": "vertical",
|
|
580
|
-
"type": "stack",
|
|
581
580
|
"children": [
|
|
582
581
|
{
|
|
583
|
-
"type": "typography",
|
|
584
582
|
"color": "muted",
|
|
585
|
-
"
|
|
586
|
-
"
|
|
583
|
+
"content": "Priority",
|
|
584
|
+
"type": "typography",
|
|
585
|
+
"variant": "caption"
|
|
587
586
|
},
|
|
588
587
|
{
|
|
589
|
-
"
|
|
588
|
+
"content": "@entity.priority",
|
|
590
589
|
"type": "typography",
|
|
591
|
-
"
|
|
590
|
+
"variant": "body"
|
|
592
591
|
}
|
|
593
|
-
]
|
|
592
|
+
],
|
|
593
|
+
"type": "stack"
|
|
594
594
|
},
|
|
595
595
|
{
|
|
596
596
|
"direction": "vertical",
|
|
597
597
|
"children": [
|
|
598
598
|
{
|
|
599
|
-
"variant": "caption",
|
|
600
|
-
"color": "muted",
|
|
601
599
|
"type": "typography",
|
|
602
|
-
"
|
|
600
|
+
"color": "muted",
|
|
601
|
+
"content": "Category ID",
|
|
602
|
+
"variant": "caption"
|
|
603
603
|
},
|
|
604
604
|
{
|
|
605
|
-
"
|
|
605
|
+
"content": "@entity.categoryId",
|
|
606
606
|
"type": "typography",
|
|
607
|
-
"
|
|
607
|
+
"variant": "body"
|
|
608
608
|
}
|
|
609
609
|
],
|
|
610
610
|
"type": "stack",
|
|
611
611
|
"gap": "xs"
|
|
612
612
|
}
|
|
613
|
-
]
|
|
614
|
-
"gap": "md"
|
|
613
|
+
]
|
|
615
614
|
},
|
|
616
615
|
{
|
|
617
|
-
"
|
|
618
|
-
"type": "button",
|
|
616
|
+
"action": "RESET",
|
|
619
617
|
"label": "New Entry",
|
|
618
|
+
"type": "button",
|
|
620
619
|
"variant": "primary",
|
|
621
|
-
"
|
|
620
|
+
"icon": "plus"
|
|
622
621
|
}
|
|
623
622
|
],
|
|
624
|
-
"
|
|
625
|
-
"
|
|
623
|
+
"direction": "vertical",
|
|
624
|
+
"gap": "lg",
|
|
625
|
+
"type": "stack"
|
|
626
626
|
}
|
|
627
627
|
]
|
|
628
628
|
]
|
|
@@ -637,8 +637,8 @@
|
|
|
637
637
|
"FormEntry",
|
|
638
638
|
{
|
|
639
639
|
"emit": {
|
|
640
|
-
"
|
|
641
|
-
"
|
|
640
|
+
"success": "FormEntryLoaded",
|
|
641
|
+
"failure": "FormEntryLoadFailed"
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
],
|
|
@@ -647,8 +647,8 @@
|
|
|
647
647
|
"FormEntry",
|
|
648
648
|
{
|
|
649
649
|
"emit": {
|
|
650
|
-
"
|
|
651
|
-
"
|
|
650
|
+
"success": "FormEntryLoaded",
|
|
651
|
+
"failure": "FormEntryLoadFailed"
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
654
|
],
|
|
@@ -656,97 +656,97 @@
|
|
|
656
656
|
"render-ui",
|
|
657
657
|
"main",
|
|
658
658
|
{
|
|
659
|
+
"gap": "lg",
|
|
659
660
|
"type": "stack",
|
|
661
|
+
"direction": "vertical",
|
|
660
662
|
"children": [
|
|
661
663
|
{
|
|
662
|
-
"
|
|
664
|
+
"type": "stack",
|
|
663
665
|
"direction": "horizontal",
|
|
664
666
|
"align": "center",
|
|
665
|
-
"type": "stack",
|
|
666
667
|
"children": [
|
|
667
668
|
{
|
|
668
|
-
"
|
|
669
|
-
"
|
|
669
|
+
"name": "file-text",
|
|
670
|
+
"type": "icon"
|
|
670
671
|
},
|
|
671
672
|
{
|
|
672
|
-
"type": "typography",
|
|
673
673
|
"content": "FormEntry Form",
|
|
674
|
+
"type": "typography",
|
|
674
675
|
"variant": "h2"
|
|
675
676
|
}
|
|
676
|
-
]
|
|
677
|
+
],
|
|
678
|
+
"gap": "sm"
|
|
677
679
|
},
|
|
678
680
|
{
|
|
679
681
|
"type": "divider"
|
|
680
682
|
},
|
|
681
683
|
{
|
|
684
|
+
"mode": "create",
|
|
685
|
+
"type": "form-section",
|
|
682
686
|
"submitEvent": "SUBMIT",
|
|
683
687
|
"cancelEvent": "INIT",
|
|
684
|
-
"type": "form-section",
|
|
685
|
-
"mode": "create",
|
|
686
688
|
"fields": [
|
|
687
689
|
{
|
|
688
|
-
"
|
|
689
|
-
"
|
|
690
|
+
"label": "Name",
|
|
691
|
+
"name": "name"
|
|
690
692
|
},
|
|
691
693
|
{
|
|
692
|
-
"
|
|
693
|
-
"
|
|
694
|
+
"name": "description",
|
|
695
|
+
"label": "Description"
|
|
694
696
|
},
|
|
695
697
|
{
|
|
696
698
|
"name": "status",
|
|
697
|
-
"label": "Status",
|
|
698
699
|
"values": [
|
|
699
700
|
"active",
|
|
700
701
|
"inactive",
|
|
701
702
|
"pending"
|
|
702
703
|
],
|
|
704
|
+
"label": "Status",
|
|
703
705
|
"type": "enum"
|
|
704
706
|
},
|
|
705
707
|
{
|
|
706
|
-
"name": "notes",
|
|
707
708
|
"label": "Notes",
|
|
709
|
+
"name": "notes",
|
|
708
710
|
"type": "textarea"
|
|
709
711
|
},
|
|
710
712
|
{
|
|
711
|
-
"
|
|
713
|
+
"name": "age",
|
|
712
714
|
"type": "number",
|
|
713
|
-
"
|
|
715
|
+
"label": "Age"
|
|
714
716
|
},
|
|
715
717
|
{
|
|
718
|
+
"type": "boolean",
|
|
716
719
|
"name": "isActive",
|
|
717
|
-
"label": "Is Active"
|
|
718
|
-
"type": "boolean"
|
|
720
|
+
"label": "Is Active"
|
|
719
721
|
},
|
|
720
722
|
{
|
|
723
|
+
"type": "date",
|
|
721
724
|
"name": "birthDate",
|
|
722
|
-
"label": "Birth Date"
|
|
723
|
-
"type": "date"
|
|
725
|
+
"label": "Birth Date"
|
|
724
726
|
},
|
|
725
727
|
{
|
|
728
|
+
"type": "enum",
|
|
729
|
+
"name": "priority",
|
|
726
730
|
"values": [
|
|
727
731
|
"low",
|
|
728
732
|
"medium",
|
|
729
733
|
"high",
|
|
730
734
|
"critical"
|
|
731
735
|
],
|
|
732
|
-
"
|
|
733
|
-
"label": "Priority",
|
|
734
|
-
"name": "priority"
|
|
736
|
+
"label": "Priority"
|
|
735
737
|
},
|
|
736
738
|
{
|
|
737
|
-
"label": "Category ID",
|
|
738
|
-
"type": "relation",
|
|
739
739
|
"name": "categoryId",
|
|
740
|
+
"label": "Category ID",
|
|
740
741
|
"relation": {
|
|
741
|
-
"
|
|
742
|
-
"
|
|
743
|
-
}
|
|
742
|
+
"cardinality": "many-to-one",
|
|
743
|
+
"entity": "FormEntry"
|
|
744
|
+
},
|
|
745
|
+
"type": "relation"
|
|
744
746
|
}
|
|
745
747
|
]
|
|
746
748
|
}
|
|
747
|
-
]
|
|
748
|
-
"direction": "vertical",
|
|
749
|
-
"gap": "lg"
|
|
749
|
+
]
|
|
750
750
|
}
|
|
751
751
|
]
|
|
752
752
|
]
|