@almadar/std 13.6.0 → 13.8.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 +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -13
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +16 -8
- package/dist/modules/array.js.map +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/core.js +6 -3
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +26 -13
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +4 -2
- package/dist/modules/object.js.map +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +26 -13
- package/dist/registry.js.map +1 -1
- package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
- package/package.json +1 -1
|
@@ -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,50 +311,50 @@
|
|
|
311
311
|
"render-ui",
|
|
312
312
|
"main",
|
|
313
313
|
{
|
|
314
|
-
"gap": "lg",
|
|
315
|
-
"direction": "vertical",
|
|
316
314
|
"type": "stack",
|
|
315
|
+
"direction": "vertical",
|
|
317
316
|
"children": [
|
|
318
317
|
{
|
|
319
318
|
"gap": "sm",
|
|
320
|
-
"
|
|
319
|
+
"direction": "horizontal",
|
|
321
320
|
"type": "stack",
|
|
321
|
+
"align": "center",
|
|
322
322
|
"children": [
|
|
323
323
|
{
|
|
324
|
-
"
|
|
325
|
-
"
|
|
324
|
+
"type": "icon",
|
|
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
|
-
]
|
|
333
|
-
"direction": "horizontal"
|
|
332
|
+
]
|
|
334
333
|
},
|
|
335
334
|
{
|
|
336
335
|
"type": "divider"
|
|
337
336
|
},
|
|
338
337
|
{
|
|
339
338
|
"cancelEvent": "INIT",
|
|
339
|
+
"submitEvent": "SUBMIT",
|
|
340
340
|
"fields": [
|
|
341
341
|
{
|
|
342
342
|
"name": "name",
|
|
343
343
|
"label": "Name"
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
|
-
"
|
|
347
|
-
"
|
|
346
|
+
"name": "description",
|
|
347
|
+
"label": "Description"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"name": "status",
|
|
351
|
-
"label": "Status",
|
|
352
351
|
"type": "enum",
|
|
353
352
|
"values": [
|
|
354
353
|
"active",
|
|
355
354
|
"inactive",
|
|
356
355
|
"pending"
|
|
357
|
-
]
|
|
356
|
+
],
|
|
357
|
+
"label": "Status"
|
|
358
358
|
},
|
|
359
359
|
{
|
|
360
360
|
"name": "notes",
|
|
@@ -363,8 +363,8 @@
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
"type": "number",
|
|
366
|
-
"
|
|
367
|
-
"
|
|
366
|
+
"name": "age",
|
|
367
|
+
"label": "Age"
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
"type": "boolean",
|
|
@@ -373,35 +373,35 @@
|
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
375
|
"label": "Birth Date",
|
|
376
|
-
"
|
|
377
|
-
"
|
|
376
|
+
"name": "birthDate",
|
|
377
|
+
"type": "date"
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
"name": "priority",
|
|
381
381
|
"label": "Priority",
|
|
382
|
+
"type": "enum",
|
|
382
383
|
"values": [
|
|
383
384
|
"low",
|
|
384
385
|
"medium",
|
|
385
386
|
"high",
|
|
386
387
|
"critical"
|
|
387
|
-
]
|
|
388
|
-
"type": "enum"
|
|
388
|
+
]
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
|
+
"name": "categoryId",
|
|
392
|
+
"type": "relation",
|
|
391
393
|
"label": "Category ID",
|
|
392
394
|
"relation": {
|
|
393
395
|
"entity": "FormEntry",
|
|
394
396
|
"cardinality": "many-to-one"
|
|
395
|
-
}
|
|
396
|
-
"name": "categoryId",
|
|
397
|
-
"type": "relation"
|
|
397
|
+
}
|
|
398
398
|
}
|
|
399
399
|
],
|
|
400
400
|
"type": "form-section",
|
|
401
|
-
"submitEvent": "SUBMIT",
|
|
402
401
|
"mode": "create"
|
|
403
402
|
}
|
|
404
|
-
]
|
|
403
|
+
],
|
|
404
|
+
"gap": "lg"
|
|
405
405
|
}
|
|
406
406
|
]
|
|
407
407
|
]
|
|
@@ -411,6 +411,51 @@
|
|
|
411
411
|
"to": "submitted",
|
|
412
412
|
"event": "SUBMIT",
|
|
413
413
|
"effects": [
|
|
414
|
+
[
|
|
415
|
+
"set",
|
|
416
|
+
"@entity.name",
|
|
417
|
+
"@payload.data.name"
|
|
418
|
+
],
|
|
419
|
+
[
|
|
420
|
+
"set",
|
|
421
|
+
"@entity.description",
|
|
422
|
+
"@payload.data.description"
|
|
423
|
+
],
|
|
424
|
+
[
|
|
425
|
+
"set",
|
|
426
|
+
"@entity.status",
|
|
427
|
+
"@payload.data.status"
|
|
428
|
+
],
|
|
429
|
+
[
|
|
430
|
+
"set",
|
|
431
|
+
"@entity.notes",
|
|
432
|
+
"@payload.data.notes"
|
|
433
|
+
],
|
|
434
|
+
[
|
|
435
|
+
"set",
|
|
436
|
+
"@entity.age",
|
|
437
|
+
"@payload.data.age"
|
|
438
|
+
],
|
|
439
|
+
[
|
|
440
|
+
"set",
|
|
441
|
+
"@entity.isActive",
|
|
442
|
+
"@payload.data.isActive"
|
|
443
|
+
],
|
|
444
|
+
[
|
|
445
|
+
"set",
|
|
446
|
+
"@entity.birthDate",
|
|
447
|
+
"@payload.data.birthDate"
|
|
448
|
+
],
|
|
449
|
+
[
|
|
450
|
+
"set",
|
|
451
|
+
"@entity.priority",
|
|
452
|
+
"@payload.data.priority"
|
|
453
|
+
],
|
|
454
|
+
[
|
|
455
|
+
"set",
|
|
456
|
+
"@entity.categoryId",
|
|
457
|
+
"@payload.data.categoryId"
|
|
458
|
+
],
|
|
414
459
|
[
|
|
415
460
|
"persist",
|
|
416
461
|
"create",
|
|
@@ -418,8 +463,8 @@
|
|
|
418
463
|
"@payload.data",
|
|
419
464
|
{
|
|
420
465
|
"emit": {
|
|
421
|
-
"
|
|
422
|
-
"
|
|
466
|
+
"success": "FormEntrySaved",
|
|
467
|
+
"failure": "FormEntrySaveFailed"
|
|
423
468
|
}
|
|
424
469
|
}
|
|
425
470
|
],
|
|
@@ -429,200 +474,200 @@
|
|
|
429
474
|
{
|
|
430
475
|
"children": [
|
|
431
476
|
{
|
|
432
|
-
"
|
|
433
|
-
"
|
|
477
|
+
"type": "icon",
|
|
478
|
+
"name": "check-circle"
|
|
434
479
|
},
|
|
435
480
|
{
|
|
481
|
+
"content": "Form Submitted",
|
|
436
482
|
"variant": "h2",
|
|
437
|
-
"type": "typography"
|
|
438
|
-
"content": "Form Submitted"
|
|
483
|
+
"type": "typography"
|
|
439
484
|
},
|
|
440
485
|
{
|
|
486
|
+
"type": "alert",
|
|
441
487
|
"variant": "success",
|
|
442
|
-
"message": "Your form has been submitted successfully."
|
|
443
|
-
"type": "alert"
|
|
488
|
+
"message": "Your form has been submitted successfully."
|
|
444
489
|
},
|
|
445
490
|
{
|
|
446
491
|
"children": [
|
|
447
492
|
{
|
|
448
|
-
"gap": "xs",
|
|
449
493
|
"direction": "vertical",
|
|
494
|
+
"gap": "xs",
|
|
450
495
|
"type": "stack",
|
|
451
496
|
"children": [
|
|
452
497
|
{
|
|
453
498
|
"type": "typography",
|
|
454
|
-
"color": "muted",
|
|
455
499
|
"content": "Name",
|
|
456
|
-
"variant": "caption"
|
|
500
|
+
"variant": "caption",
|
|
501
|
+
"color": "muted"
|
|
457
502
|
},
|
|
458
503
|
{
|
|
504
|
+
"type": "typography",
|
|
459
505
|
"variant": "body",
|
|
460
|
-
"content": "@entity.name"
|
|
461
|
-
"type": "typography"
|
|
506
|
+
"content": "@entity.name"
|
|
462
507
|
}
|
|
463
508
|
]
|
|
464
509
|
},
|
|
465
510
|
{
|
|
466
511
|
"gap": "xs",
|
|
512
|
+
"type": "stack",
|
|
513
|
+
"direction": "vertical",
|
|
467
514
|
"children": [
|
|
468
515
|
{
|
|
516
|
+
"color": "muted",
|
|
469
517
|
"type": "typography",
|
|
470
|
-
"variant": "caption",
|
|
471
518
|
"content": "Description",
|
|
472
|
-
"
|
|
519
|
+
"variant": "caption"
|
|
473
520
|
},
|
|
474
521
|
{
|
|
475
522
|
"variant": "body",
|
|
476
|
-
"
|
|
477
|
-
"
|
|
523
|
+
"type": "typography",
|
|
524
|
+
"content": "@entity.description"
|
|
478
525
|
}
|
|
479
|
-
]
|
|
480
|
-
"direction": "vertical",
|
|
481
|
-
"type": "stack"
|
|
526
|
+
]
|
|
482
527
|
},
|
|
483
528
|
{
|
|
529
|
+
"gap": "xs",
|
|
484
530
|
"type": "stack",
|
|
485
531
|
"children": [
|
|
486
532
|
{
|
|
487
|
-
"variant": "caption",
|
|
488
533
|
"type": "typography",
|
|
489
|
-
"
|
|
490
|
-
"content": "Status"
|
|
534
|
+
"variant": "caption",
|
|
535
|
+
"content": "Status",
|
|
536
|
+
"color": "muted"
|
|
491
537
|
},
|
|
492
538
|
{
|
|
493
|
-
"variant": "body",
|
|
494
539
|
"type": "typography",
|
|
495
|
-
"content": "@entity.status"
|
|
540
|
+
"content": "@entity.status",
|
|
541
|
+
"variant": "body"
|
|
496
542
|
}
|
|
497
543
|
],
|
|
498
|
-
"gap": "xs",
|
|
499
544
|
"direction": "vertical"
|
|
500
545
|
},
|
|
501
546
|
{
|
|
547
|
+
"type": "stack",
|
|
502
548
|
"gap": "xs",
|
|
503
549
|
"children": [
|
|
504
550
|
{
|
|
505
|
-
"type": "typography",
|
|
506
|
-
"color": "muted",
|
|
507
551
|
"variant": "caption",
|
|
508
|
-
"content": "Notes"
|
|
552
|
+
"content": "Notes",
|
|
553
|
+
"type": "typography",
|
|
554
|
+
"color": "muted"
|
|
509
555
|
},
|
|
510
556
|
{
|
|
511
557
|
"variant": "body",
|
|
512
|
-
"
|
|
513
|
-
"
|
|
558
|
+
"type": "typography",
|
|
559
|
+
"content": "@entity.notes"
|
|
514
560
|
}
|
|
515
561
|
],
|
|
516
|
-
"type": "stack",
|
|
517
562
|
"direction": "vertical"
|
|
518
563
|
},
|
|
519
564
|
{
|
|
565
|
+
"direction": "vertical",
|
|
566
|
+
"type": "stack",
|
|
520
567
|
"children": [
|
|
521
568
|
{
|
|
522
|
-
"
|
|
523
|
-
"variant": "caption",
|
|
569
|
+
"color": "muted",
|
|
524
570
|
"type": "typography",
|
|
525
|
-
"
|
|
571
|
+
"content": "Age",
|
|
572
|
+
"variant": "caption"
|
|
526
573
|
},
|
|
527
574
|
{
|
|
528
575
|
"type": "typography",
|
|
529
|
-
"
|
|
530
|
-
"
|
|
576
|
+
"content": "@entity.age",
|
|
577
|
+
"variant": "body"
|
|
531
578
|
}
|
|
532
579
|
],
|
|
533
|
-
"gap": "xs"
|
|
534
|
-
"type": "stack",
|
|
535
|
-
"direction": "vertical"
|
|
580
|
+
"gap": "xs"
|
|
536
581
|
},
|
|
537
582
|
{
|
|
538
|
-
"direction": "vertical",
|
|
539
583
|
"children": [
|
|
540
584
|
{
|
|
585
|
+
"variant": "caption",
|
|
541
586
|
"content": "Is Active",
|
|
542
587
|
"type": "typography",
|
|
543
|
-
"color": "muted"
|
|
544
|
-
"variant": "caption"
|
|
588
|
+
"color": "muted"
|
|
545
589
|
},
|
|
546
590
|
{
|
|
547
|
-
"
|
|
591
|
+
"content": "@entity.isActive",
|
|
548
592
|
"type": "typography",
|
|
549
|
-
"
|
|
593
|
+
"variant": "body"
|
|
550
594
|
}
|
|
551
595
|
],
|
|
552
596
|
"type": "stack",
|
|
597
|
+
"direction": "vertical",
|
|
553
598
|
"gap": "xs"
|
|
554
599
|
},
|
|
555
600
|
{
|
|
556
|
-
"
|
|
557
|
-
"gap": "xs",
|
|
601
|
+
"type": "stack",
|
|
558
602
|
"children": [
|
|
559
603
|
{
|
|
604
|
+
"color": "muted",
|
|
560
605
|
"type": "typography",
|
|
561
606
|
"variant": "caption",
|
|
562
|
-
"content": "Birth Date"
|
|
563
|
-
"color": "muted"
|
|
607
|
+
"content": "Birth Date"
|
|
564
608
|
},
|
|
565
609
|
{
|
|
610
|
+
"content": "@entity.birthDate",
|
|
566
611
|
"variant": "body",
|
|
567
|
-
"type": "typography"
|
|
568
|
-
"content": "@entity.birthDate"
|
|
612
|
+
"type": "typography"
|
|
569
613
|
}
|
|
570
614
|
],
|
|
571
|
-
"
|
|
615
|
+
"gap": "xs",
|
|
616
|
+
"direction": "vertical"
|
|
572
617
|
},
|
|
573
618
|
{
|
|
574
|
-
"
|
|
575
|
-
"type": "stack",
|
|
619
|
+
"direction": "vertical",
|
|
576
620
|
"children": [
|
|
577
621
|
{
|
|
578
|
-
"
|
|
622
|
+
"color": "muted",
|
|
579
623
|
"type": "typography",
|
|
580
624
|
"variant": "caption",
|
|
581
|
-
"
|
|
625
|
+
"content": "Priority"
|
|
582
626
|
},
|
|
583
627
|
{
|
|
584
|
-
"type": "typography",
|
|
585
628
|
"content": "@entity.priority",
|
|
629
|
+
"type": "typography",
|
|
586
630
|
"variant": "body"
|
|
587
631
|
}
|
|
588
632
|
],
|
|
589
|
-
"
|
|
633
|
+
"type": "stack",
|
|
634
|
+
"gap": "xs"
|
|
590
635
|
},
|
|
591
636
|
{
|
|
592
|
-
"direction": "vertical",
|
|
593
637
|
"gap": "xs",
|
|
638
|
+
"direction": "vertical",
|
|
639
|
+
"type": "stack",
|
|
594
640
|
"children": [
|
|
595
641
|
{
|
|
596
|
-
"content": "Category ID",
|
|
597
642
|
"type": "typography",
|
|
643
|
+
"variant": "caption",
|
|
598
644
|
"color": "muted",
|
|
599
|
-
"
|
|
645
|
+
"content": "Category ID"
|
|
600
646
|
},
|
|
601
647
|
{
|
|
602
648
|
"variant": "body",
|
|
603
|
-
"
|
|
604
|
-
"
|
|
649
|
+
"type": "typography",
|
|
650
|
+
"content": "@entity.categoryId"
|
|
605
651
|
}
|
|
606
|
-
]
|
|
607
|
-
"type": "stack"
|
|
652
|
+
]
|
|
608
653
|
}
|
|
609
654
|
],
|
|
610
|
-
"
|
|
655
|
+
"gap": "md",
|
|
611
656
|
"type": "grid",
|
|
612
|
-
"
|
|
657
|
+
"cols": 2.0
|
|
613
658
|
},
|
|
614
659
|
{
|
|
615
|
-
"
|
|
660
|
+
"action": "RESET",
|
|
616
661
|
"variant": "primary",
|
|
617
662
|
"icon": "plus",
|
|
618
|
-
"
|
|
663
|
+
"type": "button",
|
|
619
664
|
"label": "New Entry"
|
|
620
665
|
}
|
|
621
666
|
],
|
|
667
|
+
"gap": "lg",
|
|
622
668
|
"align": "center",
|
|
623
669
|
"direction": "vertical",
|
|
624
|
-
"type": "stack"
|
|
625
|
-
"gap": "lg"
|
|
670
|
+
"type": "stack"
|
|
626
671
|
}
|
|
627
672
|
]
|
|
628
673
|
]
|
|
@@ -647,8 +692,8 @@
|
|
|
647
692
|
"FormEntry",
|
|
648
693
|
{
|
|
649
694
|
"emit": {
|
|
650
|
-
"
|
|
651
|
-
"
|
|
695
|
+
"failure": "FormEntryLoadFailed",
|
|
696
|
+
"success": "FormEntryLoaded"
|
|
652
697
|
}
|
|
653
698
|
}
|
|
654
699
|
],
|
|
@@ -656,58 +701,58 @@
|
|
|
656
701
|
"render-ui",
|
|
657
702
|
"main",
|
|
658
703
|
{
|
|
659
|
-
"type": "stack",
|
|
660
|
-
"gap": "lg",
|
|
661
704
|
"children": [
|
|
662
705
|
{
|
|
663
|
-
"align": "center",
|
|
664
706
|
"type": "stack",
|
|
707
|
+
"align": "center",
|
|
665
708
|
"direction": "horizontal",
|
|
666
|
-
"gap": "sm",
|
|
667
709
|
"children": [
|
|
668
710
|
{
|
|
669
711
|
"type": "icon",
|
|
670
712
|
"name": "file-text"
|
|
671
713
|
},
|
|
672
714
|
{
|
|
673
|
-
"content": "FormEntry Form",
|
|
674
715
|
"type": "typography",
|
|
675
|
-
"variant": "h2"
|
|
716
|
+
"variant": "h2",
|
|
717
|
+
"content": "FormEntry Form"
|
|
676
718
|
}
|
|
677
|
-
]
|
|
719
|
+
],
|
|
720
|
+
"gap": "sm"
|
|
678
721
|
},
|
|
679
722
|
{
|
|
680
723
|
"type": "divider"
|
|
681
724
|
},
|
|
682
725
|
{
|
|
726
|
+
"cancelEvent": "INIT",
|
|
727
|
+
"mode": "create",
|
|
683
728
|
"fields": [
|
|
684
729
|
{
|
|
685
730
|
"name": "name",
|
|
686
731
|
"label": "Name"
|
|
687
732
|
},
|
|
688
733
|
{
|
|
689
|
-
"
|
|
690
|
-
"
|
|
734
|
+
"name": "description",
|
|
735
|
+
"label": "Description"
|
|
691
736
|
},
|
|
692
737
|
{
|
|
693
|
-
"label": "Status",
|
|
694
|
-
"type": "enum",
|
|
695
738
|
"name": "status",
|
|
739
|
+
"label": "Status",
|
|
696
740
|
"values": [
|
|
697
741
|
"active",
|
|
698
742
|
"inactive",
|
|
699
743
|
"pending"
|
|
700
|
-
]
|
|
744
|
+
],
|
|
745
|
+
"type": "enum"
|
|
701
746
|
},
|
|
702
747
|
{
|
|
703
|
-
"type": "textarea",
|
|
704
748
|
"name": "notes",
|
|
705
|
-
"label": "Notes"
|
|
749
|
+
"label": "Notes",
|
|
750
|
+
"type": "textarea"
|
|
706
751
|
},
|
|
707
752
|
{
|
|
708
753
|
"type": "number",
|
|
709
|
-
"
|
|
710
|
-
"
|
|
754
|
+
"name": "age",
|
|
755
|
+
"label": "Age"
|
|
711
756
|
},
|
|
712
757
|
{
|
|
713
758
|
"name": "isActive",
|
|
@@ -715,37 +760,37 @@
|
|
|
715
760
|
"label": "Is Active"
|
|
716
761
|
},
|
|
717
762
|
{
|
|
718
|
-
"
|
|
763
|
+
"name": "birthDate",
|
|
719
764
|
"label": "Birth Date",
|
|
720
|
-
"
|
|
765
|
+
"type": "date"
|
|
721
766
|
},
|
|
722
767
|
{
|
|
723
|
-
"
|
|
768
|
+
"label": "Priority",
|
|
769
|
+
"name": "priority",
|
|
724
770
|
"values": [
|
|
725
771
|
"low",
|
|
726
772
|
"medium",
|
|
727
773
|
"high",
|
|
728
774
|
"critical"
|
|
729
775
|
],
|
|
730
|
-
"
|
|
731
|
-
"label": "Priority"
|
|
776
|
+
"type": "enum"
|
|
732
777
|
},
|
|
733
778
|
{
|
|
734
|
-
"
|
|
779
|
+
"label": "Category ID",
|
|
780
|
+
"type": "relation",
|
|
735
781
|
"relation": {
|
|
736
782
|
"entity": "FormEntry",
|
|
737
783
|
"cardinality": "many-to-one"
|
|
738
784
|
},
|
|
739
|
-
"
|
|
740
|
-
"type": "relation"
|
|
785
|
+
"name": "categoryId"
|
|
741
786
|
}
|
|
742
787
|
],
|
|
743
|
-
"submitEvent": "SUBMIT",
|
|
744
788
|
"type": "form-section",
|
|
745
|
-
"
|
|
746
|
-
"cancelEvent": "INIT"
|
|
789
|
+
"submitEvent": "SUBMIT"
|
|
747
790
|
}
|
|
748
791
|
],
|
|
792
|
+
"gap": "lg",
|
|
793
|
+
"type": "stack",
|
|
749
794
|
"direction": "vertical"
|
|
750
795
|
}
|
|
751
796
|
]
|
|
@@ -769,4 +814,4 @@
|
|
|
769
814
|
]
|
|
770
815
|
}
|
|
771
816
|
]
|
|
772
|
-
}
|
|
817
|
+
}
|