@almadar/std 8.5.1 → 9.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"event": "FormEntryLoaded",
|
|
84
84
|
"description": "Fired when FormEntry finishes loading",
|
|
85
85
|
"scope": "internal",
|
|
86
|
-
"
|
|
86
|
+
"payloadSchema": [
|
|
87
87
|
{
|
|
88
88
|
"name": "id",
|
|
89
89
|
"type": "string"
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"event": "FormEntryLoadFailed",
|
|
135
135
|
"description": "Fired when FormEntry fails to load",
|
|
136
136
|
"scope": "internal",
|
|
137
|
-
"
|
|
137
|
+
"payloadSchema": [
|
|
138
138
|
{
|
|
139
139
|
"name": "message",
|
|
140
140
|
"type": "string"
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
{
|
|
145
145
|
"event": "FormEntrySaved",
|
|
146
146
|
"scope": "internal",
|
|
147
|
-
"
|
|
147
|
+
"payloadSchema": [
|
|
148
148
|
{
|
|
149
149
|
"name": "id",
|
|
150
150
|
"type": "string"
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
{
|
|
155
155
|
"event": "FormEntrySaveFailed",
|
|
156
156
|
"scope": "internal",
|
|
157
|
-
"
|
|
157
|
+
"payloadSchema": [
|
|
158
158
|
{
|
|
159
159
|
"name": "error",
|
|
160
160
|
"type": "string"
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
{
|
|
185
185
|
"key": "SUBMIT",
|
|
186
186
|
"name": "Submit",
|
|
187
|
-
"
|
|
187
|
+
"payloadSchema": [
|
|
188
188
|
{
|
|
189
189
|
"name": "data",
|
|
190
190
|
"type": "object",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
{
|
|
200
200
|
"key": "FormEntryLoaded",
|
|
201
201
|
"name": "FormEntry loaded",
|
|
202
|
-
"
|
|
202
|
+
"payloadSchema": [
|
|
203
203
|
{
|
|
204
204
|
"name": "id",
|
|
205
205
|
"type": "string"
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
{
|
|
250
250
|
"key": "FormEntryLoadFailed",
|
|
251
251
|
"name": "FormEntry load failed",
|
|
252
|
-
"
|
|
252
|
+
"payloadSchema": [
|
|
253
253
|
{
|
|
254
254
|
"name": "message",
|
|
255
255
|
"type": "string"
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
{
|
|
260
260
|
"key": "FormEntrySaved",
|
|
261
261
|
"name": "FormEntry saved",
|
|
262
|
-
"
|
|
262
|
+
"payloadSchema": [
|
|
263
263
|
{
|
|
264
264
|
"name": "id",
|
|
265
265
|
"type": "string"
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
{
|
|
270
270
|
"key": "FormEntrySaveFailed",
|
|
271
271
|
"name": "FormEntry save failed",
|
|
272
|
-
"
|
|
272
|
+
"payloadSchema": [
|
|
273
273
|
{
|
|
274
274
|
"name": "error",
|
|
275
275
|
"type": "string"
|
|
@@ -292,8 +292,8 @@
|
|
|
292
292
|
"FormEntry",
|
|
293
293
|
{
|
|
294
294
|
"emit": {
|
|
295
|
-
"
|
|
296
|
-
"
|
|
295
|
+
"failure": "FormEntryLoadFailed",
|
|
296
|
+
"success": "FormEntryLoaded"
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
],
|
|
@@ -302,8 +302,8 @@
|
|
|
302
302
|
"FormEntry",
|
|
303
303
|
{
|
|
304
304
|
"emit": {
|
|
305
|
-
"
|
|
306
|
-
"
|
|
305
|
+
"success": "FormEntryLoaded",
|
|
306
|
+
"failure": "FormEntryLoadFailed"
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
],
|
|
@@ -311,15 +311,18 @@
|
|
|
311
311
|
"render-ui",
|
|
312
312
|
"main",
|
|
313
313
|
{
|
|
314
|
-
"gap": "lg",
|
|
315
314
|
"type": "stack",
|
|
315
|
+
"gap": "lg",
|
|
316
316
|
"direction": "vertical",
|
|
317
317
|
"children": [
|
|
318
318
|
{
|
|
319
|
+
"direction": "horizontal",
|
|
320
|
+
"gap": "sm",
|
|
321
|
+
"align": "center",
|
|
319
322
|
"children": [
|
|
320
323
|
{
|
|
321
|
-
"
|
|
322
|
-
"
|
|
324
|
+
"type": "icon",
|
|
325
|
+
"name": "file-text"
|
|
323
326
|
},
|
|
324
327
|
{
|
|
325
328
|
"type": "typography",
|
|
@@ -327,58 +330,56 @@
|
|
|
327
330
|
"variant": "h2"
|
|
328
331
|
}
|
|
329
332
|
],
|
|
330
|
-
"
|
|
331
|
-
"type": "stack",
|
|
332
|
-
"direction": "horizontal",
|
|
333
|
-
"gap": "sm"
|
|
333
|
+
"type": "stack"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
"type": "divider"
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
|
+
"cancelEvent": "INIT",
|
|
339
340
|
"fields": [
|
|
340
341
|
{
|
|
341
|
-
"
|
|
342
|
-
"
|
|
342
|
+
"label": "Name",
|
|
343
|
+
"name": "name"
|
|
343
344
|
},
|
|
344
345
|
{
|
|
345
|
-
"
|
|
346
|
-
"
|
|
346
|
+
"name": "description",
|
|
347
|
+
"label": "Description"
|
|
347
348
|
},
|
|
348
349
|
{
|
|
350
|
+
"name": "status",
|
|
349
351
|
"label": "Status",
|
|
350
352
|
"type": "enum",
|
|
351
353
|
"values": [
|
|
352
354
|
"active",
|
|
353
355
|
"inactive",
|
|
354
356
|
"pending"
|
|
355
|
-
]
|
|
356
|
-
"name": "status"
|
|
357
|
+
]
|
|
357
358
|
},
|
|
358
359
|
{
|
|
359
|
-
"name": "notes",
|
|
360
360
|
"label": "Notes",
|
|
361
|
+
"name": "notes",
|
|
361
362
|
"type": "textarea"
|
|
362
363
|
},
|
|
363
364
|
{
|
|
364
|
-
"type": "number",
|
|
365
365
|
"name": "age",
|
|
366
|
+
"type": "number",
|
|
366
367
|
"label": "Age"
|
|
367
368
|
},
|
|
368
369
|
{
|
|
369
|
-
"
|
|
370
|
+
"type": "boolean",
|
|
370
371
|
"name": "isActive",
|
|
371
|
-
"
|
|
372
|
+
"label": "Is Active"
|
|
372
373
|
},
|
|
373
374
|
{
|
|
374
375
|
"name": "birthDate",
|
|
375
|
-
"
|
|
376
|
-
"
|
|
376
|
+
"label": "Birth Date",
|
|
377
|
+
"type": "date"
|
|
377
378
|
},
|
|
378
379
|
{
|
|
380
|
+
"name": "priority",
|
|
379
381
|
"label": "Priority",
|
|
380
382
|
"type": "enum",
|
|
381
|
-
"name": "priority",
|
|
382
383
|
"values": [
|
|
383
384
|
"low",
|
|
384
385
|
"medium",
|
|
@@ -387,19 +388,18 @@
|
|
|
387
388
|
]
|
|
388
389
|
},
|
|
389
390
|
{
|
|
390
|
-
"
|
|
391
|
+
"label": "Category ID",
|
|
392
|
+
"type": "relation",
|
|
391
393
|
"relation": {
|
|
392
394
|
"cardinality": "many-to-one",
|
|
393
395
|
"entity": "FormEntry"
|
|
394
396
|
},
|
|
395
|
-
"
|
|
396
|
-
"type": "relation"
|
|
397
|
+
"name": "categoryId"
|
|
397
398
|
}
|
|
398
399
|
],
|
|
399
|
-
"mode": "create",
|
|
400
400
|
"type": "form-section",
|
|
401
401
|
"submitEvent": "SUBMIT",
|
|
402
|
-
"
|
|
402
|
+
"mode": "create"
|
|
403
403
|
}
|
|
404
404
|
]
|
|
405
405
|
}
|
|
@@ -418,8 +418,8 @@
|
|
|
418
418
|
"@payload.data",
|
|
419
419
|
{
|
|
420
420
|
"emit": {
|
|
421
|
-
"
|
|
422
|
-
"
|
|
421
|
+
"success": "FormEntrySaved",
|
|
422
|
+
"failure": "FormEntrySaveFailed"
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
],
|
|
@@ -427,12 +427,12 @@
|
|
|
427
427
|
"render-ui",
|
|
428
428
|
"main",
|
|
429
429
|
{
|
|
430
|
-
"align": "center",
|
|
431
430
|
"gap": "lg",
|
|
431
|
+
"direction": "vertical",
|
|
432
432
|
"children": [
|
|
433
433
|
{
|
|
434
|
-
"
|
|
435
|
-
"
|
|
434
|
+
"name": "check-circle",
|
|
435
|
+
"type": "icon"
|
|
436
436
|
},
|
|
437
437
|
{
|
|
438
438
|
"type": "typography",
|
|
@@ -440,170 +440,170 @@
|
|
|
440
440
|
"variant": "h2"
|
|
441
441
|
},
|
|
442
442
|
{
|
|
443
|
+
"message": "Your form has been submitted successfully.",
|
|
443
444
|
"type": "alert",
|
|
444
|
-
"variant": "success"
|
|
445
|
-
"message": "Your form has been submitted successfully."
|
|
445
|
+
"variant": "success"
|
|
446
446
|
},
|
|
447
447
|
{
|
|
448
|
-
"gap": "md",
|
|
449
448
|
"type": "grid",
|
|
449
|
+
"cols": 2.0,
|
|
450
450
|
"children": [
|
|
451
451
|
{
|
|
452
|
-
"gap": "xs",
|
|
453
452
|
"type": "stack",
|
|
454
453
|
"children": [
|
|
455
454
|
{
|
|
456
455
|
"type": "typography",
|
|
456
|
+
"variant": "caption",
|
|
457
457
|
"color": "muted",
|
|
458
|
-
"content": "Name"
|
|
459
|
-
"variant": "caption"
|
|
458
|
+
"content": "Name"
|
|
460
459
|
},
|
|
461
460
|
{
|
|
462
|
-
"content": "@entity.name",
|
|
463
461
|
"variant": "body",
|
|
464
|
-
"type": "typography"
|
|
462
|
+
"type": "typography",
|
|
463
|
+
"content": "@entity.name"
|
|
465
464
|
}
|
|
466
465
|
],
|
|
466
|
+
"gap": "xs",
|
|
467
467
|
"direction": "vertical"
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
|
-
"gap": "xs",
|
|
471
470
|
"type": "stack",
|
|
471
|
+
"gap": "xs",
|
|
472
|
+
"direction": "vertical",
|
|
472
473
|
"children": [
|
|
473
474
|
{
|
|
474
475
|
"color": "muted",
|
|
475
476
|
"variant": "caption",
|
|
476
|
-
"
|
|
477
|
-
"
|
|
477
|
+
"content": "Description",
|
|
478
|
+
"type": "typography"
|
|
478
479
|
},
|
|
479
480
|
{
|
|
480
|
-
"type": "typography",
|
|
481
481
|
"content": "@entity.description",
|
|
482
|
+
"type": "typography",
|
|
482
483
|
"variant": "body"
|
|
483
484
|
}
|
|
484
|
-
]
|
|
485
|
-
"direction": "vertical"
|
|
485
|
+
]
|
|
486
486
|
},
|
|
487
487
|
{
|
|
488
|
-
"gap": "xs",
|
|
489
488
|
"type": "stack",
|
|
490
489
|
"children": [
|
|
491
490
|
{
|
|
492
|
-
"
|
|
491
|
+
"content": "Status",
|
|
493
492
|
"variant": "caption",
|
|
494
|
-
"
|
|
495
|
-
"
|
|
493
|
+
"type": "typography",
|
|
494
|
+
"color": "muted"
|
|
496
495
|
},
|
|
497
496
|
{
|
|
497
|
+
"content": "@entity.status",
|
|
498
498
|
"type": "typography",
|
|
499
|
-
"variant": "body"
|
|
500
|
-
"content": "@entity.status"
|
|
499
|
+
"variant": "body"
|
|
501
500
|
}
|
|
502
501
|
],
|
|
503
|
-
"direction": "vertical"
|
|
502
|
+
"direction": "vertical",
|
|
503
|
+
"gap": "xs"
|
|
504
504
|
},
|
|
505
505
|
{
|
|
506
|
-
"direction": "vertical",
|
|
507
|
-
"gap": "xs",
|
|
508
506
|
"children": [
|
|
509
507
|
{
|
|
510
508
|
"type": "typography",
|
|
511
509
|
"color": "muted",
|
|
512
|
-
"
|
|
513
|
-
"
|
|
510
|
+
"content": "Notes",
|
|
511
|
+
"variant": "caption"
|
|
514
512
|
},
|
|
515
513
|
{
|
|
516
514
|
"content": "@entity.notes",
|
|
517
|
-
"
|
|
518
|
-
"
|
|
515
|
+
"type": "typography",
|
|
516
|
+
"variant": "body"
|
|
519
517
|
}
|
|
520
518
|
],
|
|
521
|
-
"
|
|
519
|
+
"direction": "vertical",
|
|
520
|
+
"type": "stack",
|
|
521
|
+
"gap": "xs"
|
|
522
522
|
},
|
|
523
523
|
{
|
|
524
|
+
"type": "stack",
|
|
525
|
+
"gap": "xs",
|
|
526
|
+
"direction": "vertical",
|
|
524
527
|
"children": [
|
|
525
528
|
{
|
|
526
|
-
"type": "typography",
|
|
527
|
-
"content": "Age",
|
|
528
529
|
"color": "muted",
|
|
529
|
-
"variant": "caption"
|
|
530
|
+
"variant": "caption",
|
|
531
|
+
"type": "typography",
|
|
532
|
+
"content": "Age"
|
|
530
533
|
},
|
|
531
534
|
{
|
|
532
|
-
"variant": "body",
|
|
533
535
|
"content": "@entity.age",
|
|
534
|
-
"type": "typography"
|
|
536
|
+
"type": "typography",
|
|
537
|
+
"variant": "body"
|
|
535
538
|
}
|
|
536
|
-
]
|
|
537
|
-
"direction": "vertical",
|
|
538
|
-
"gap": "xs",
|
|
539
|
-
"type": "stack"
|
|
539
|
+
]
|
|
540
540
|
},
|
|
541
541
|
{
|
|
542
|
+
"direction": "vertical",
|
|
542
543
|
"children": [
|
|
543
544
|
{
|
|
544
|
-
"content": "Is Active",
|
|
545
545
|
"type": "typography",
|
|
546
|
-
"
|
|
547
|
-
"variant": "caption"
|
|
546
|
+
"content": "Is Active",
|
|
547
|
+
"variant": "caption",
|
|
548
|
+
"color": "muted"
|
|
548
549
|
},
|
|
549
550
|
{
|
|
550
|
-
"content": "@entity.isActive",
|
|
551
551
|
"type": "typography",
|
|
552
|
-
"variant": "body"
|
|
552
|
+
"variant": "body",
|
|
553
|
+
"content": "@entity.isActive"
|
|
553
554
|
}
|
|
554
555
|
],
|
|
555
|
-
"
|
|
556
|
-
"
|
|
557
|
-
"gap": "xs"
|
|
556
|
+
"gap": "xs",
|
|
557
|
+
"type": "stack"
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
|
-
"direction": "vertical",
|
|
561
560
|
"children": [
|
|
562
561
|
{
|
|
563
|
-
"type": "typography",
|
|
564
562
|
"variant": "caption",
|
|
565
|
-
"
|
|
566
|
-
"
|
|
563
|
+
"color": "muted",
|
|
564
|
+
"type": "typography",
|
|
565
|
+
"content": "Birth Date"
|
|
567
566
|
},
|
|
568
567
|
{
|
|
569
568
|
"variant": "body",
|
|
570
|
-
"
|
|
571
|
-
"
|
|
569
|
+
"type": "typography",
|
|
570
|
+
"content": "@entity.birthDate"
|
|
572
571
|
}
|
|
573
572
|
],
|
|
573
|
+
"type": "stack",
|
|
574
574
|
"gap": "xs",
|
|
575
|
-
"
|
|
575
|
+
"direction": "vertical"
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
|
+
"gap": "xs",
|
|
578
579
|
"direction": "vertical",
|
|
579
580
|
"type": "stack",
|
|
580
581
|
"children": [
|
|
581
582
|
{
|
|
582
|
-
"
|
|
583
|
+
"type": "typography",
|
|
583
584
|
"color": "muted",
|
|
584
|
-
"
|
|
585
|
-
"
|
|
585
|
+
"variant": "caption",
|
|
586
|
+
"content": "Priority"
|
|
586
587
|
},
|
|
587
588
|
{
|
|
588
|
-
"type": "typography",
|
|
589
589
|
"variant": "body",
|
|
590
|
+
"type": "typography",
|
|
590
591
|
"content": "@entity.priority"
|
|
591
592
|
}
|
|
592
|
-
]
|
|
593
|
-
"gap": "xs"
|
|
593
|
+
]
|
|
594
594
|
},
|
|
595
595
|
{
|
|
596
596
|
"direction": "vertical",
|
|
597
597
|
"children": [
|
|
598
598
|
{
|
|
599
|
-
"content": "Category ID",
|
|
600
|
-
"type": "typography",
|
|
601
599
|
"variant": "caption",
|
|
602
|
-
"color": "muted"
|
|
600
|
+
"color": "muted",
|
|
601
|
+
"type": "typography",
|
|
602
|
+
"content": "Category ID"
|
|
603
603
|
},
|
|
604
604
|
{
|
|
605
|
-
"type": "typography",
|
|
606
605
|
"variant": "body",
|
|
606
|
+
"type": "typography",
|
|
607
607
|
"content": "@entity.categoryId"
|
|
608
608
|
}
|
|
609
609
|
],
|
|
@@ -611,18 +611,18 @@
|
|
|
611
611
|
"gap": "xs"
|
|
612
612
|
}
|
|
613
613
|
],
|
|
614
|
-
"
|
|
614
|
+
"gap": "md"
|
|
615
615
|
},
|
|
616
616
|
{
|
|
617
|
-
"action": "RESET",
|
|
618
|
-
"type": "button",
|
|
619
617
|
"icon": "plus",
|
|
618
|
+
"type": "button",
|
|
620
619
|
"label": "New Entry",
|
|
621
|
-
"variant": "primary"
|
|
620
|
+
"variant": "primary",
|
|
621
|
+
"action": "RESET"
|
|
622
622
|
}
|
|
623
623
|
],
|
|
624
624
|
"type": "stack",
|
|
625
|
-
"
|
|
625
|
+
"align": "center"
|
|
626
626
|
}
|
|
627
627
|
]
|
|
628
628
|
]
|
|
@@ -647,8 +647,8 @@
|
|
|
647
647
|
"FormEntry",
|
|
648
648
|
{
|
|
649
649
|
"emit": {
|
|
650
|
-
"
|
|
651
|
-
"
|
|
650
|
+
"failure": "FormEntryLoadFailed",
|
|
651
|
+
"success": "FormEntryLoaded"
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
654
|
],
|
|
@@ -656,24 +656,22 @@
|
|
|
656
656
|
"render-ui",
|
|
657
657
|
"main",
|
|
658
658
|
{
|
|
659
|
-
"direction": "vertical",
|
|
660
659
|
"type": "stack",
|
|
661
|
-
"gap": "lg",
|
|
662
660
|
"children": [
|
|
663
661
|
{
|
|
664
|
-
"direction": "horizontal",
|
|
665
|
-
"type": "stack",
|
|
666
662
|
"gap": "sm",
|
|
663
|
+
"direction": "horizontal",
|
|
667
664
|
"align": "center",
|
|
665
|
+
"type": "stack",
|
|
668
666
|
"children": [
|
|
669
667
|
{
|
|
670
|
-
"
|
|
671
|
-
"
|
|
668
|
+
"type": "icon",
|
|
669
|
+
"name": "file-text"
|
|
672
670
|
},
|
|
673
671
|
{
|
|
674
672
|
"type": "typography",
|
|
675
|
-
"
|
|
676
|
-
"
|
|
673
|
+
"content": "FormEntry Form",
|
|
674
|
+
"variant": "h2"
|
|
677
675
|
}
|
|
678
676
|
]
|
|
679
677
|
},
|
|
@@ -682,25 +680,27 @@
|
|
|
682
680
|
},
|
|
683
681
|
{
|
|
684
682
|
"submitEvent": "SUBMIT",
|
|
683
|
+
"cancelEvent": "INIT",
|
|
684
|
+
"type": "form-section",
|
|
685
685
|
"mode": "create",
|
|
686
686
|
"fields": [
|
|
687
687
|
{
|
|
688
|
-
"
|
|
689
|
-
"
|
|
688
|
+
"name": "name",
|
|
689
|
+
"label": "Name"
|
|
690
690
|
},
|
|
691
691
|
{
|
|
692
692
|
"label": "Description",
|
|
693
693
|
"name": "description"
|
|
694
694
|
},
|
|
695
695
|
{
|
|
696
|
-
"label": "Status",
|
|
697
|
-
"type": "enum",
|
|
698
696
|
"name": "status",
|
|
697
|
+
"label": "Status",
|
|
699
698
|
"values": [
|
|
700
699
|
"active",
|
|
701
700
|
"inactive",
|
|
702
701
|
"pending"
|
|
703
|
-
]
|
|
702
|
+
],
|
|
703
|
+
"type": "enum"
|
|
704
704
|
},
|
|
705
705
|
{
|
|
706
706
|
"name": "notes",
|
|
@@ -708,14 +708,14 @@
|
|
|
708
708
|
"type": "textarea"
|
|
709
709
|
},
|
|
710
710
|
{
|
|
711
|
-
"type": "number",
|
|
712
711
|
"label": "Age",
|
|
712
|
+
"type": "number",
|
|
713
713
|
"name": "age"
|
|
714
714
|
},
|
|
715
715
|
{
|
|
716
|
-
"type": "boolean",
|
|
717
716
|
"name": "isActive",
|
|
718
|
-
"label": "Is Active"
|
|
717
|
+
"label": "Is Active",
|
|
718
|
+
"type": "boolean"
|
|
719
719
|
},
|
|
720
720
|
{
|
|
721
721
|
"name": "birthDate",
|
|
@@ -723,7 +723,6 @@
|
|
|
723
723
|
"type": "date"
|
|
724
724
|
},
|
|
725
725
|
{
|
|
726
|
-
"name": "priority",
|
|
727
726
|
"values": [
|
|
728
727
|
"low",
|
|
729
728
|
"medium",
|
|
@@ -731,22 +730,23 @@
|
|
|
731
730
|
"critical"
|
|
732
731
|
],
|
|
733
732
|
"type": "enum",
|
|
734
|
-
"label": "Priority"
|
|
733
|
+
"label": "Priority",
|
|
734
|
+
"name": "priority"
|
|
735
735
|
},
|
|
736
736
|
{
|
|
737
|
-
"
|
|
737
|
+
"label": "Category ID",
|
|
738
738
|
"type": "relation",
|
|
739
|
+
"name": "categoryId",
|
|
739
740
|
"relation": {
|
|
740
|
-
"
|
|
741
|
-
"
|
|
742
|
-
}
|
|
743
|
-
"label": "Category ID"
|
|
741
|
+
"entity": "FormEntry",
|
|
742
|
+
"cardinality": "many-to-one"
|
|
743
|
+
}
|
|
744
744
|
}
|
|
745
|
-
]
|
|
746
|
-
"type": "form-section",
|
|
747
|
-
"cancelEvent": "INIT"
|
|
745
|
+
]
|
|
748
746
|
}
|
|
749
|
-
]
|
|
747
|
+
],
|
|
748
|
+
"direction": "vertical",
|
|
749
|
+
"gap": "lg"
|
|
750
750
|
}
|
|
751
751
|
]
|
|
752
752
|
]
|
|
@@ -769,4 +769,4 @@
|
|
|
769
769
|
]
|
|
770
770
|
}
|
|
771
771
|
]
|
|
772
|
-
}
|
|
772
|
+
}
|