@almadar/std 16.207.0 → 16.208.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/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
- package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
- package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
- package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
- package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
- package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
- package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
- package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
- package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
- package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
- package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
- package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
- package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
- package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
- package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
- package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
- package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
- package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
- package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
- package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -4
- package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +100 -2
- package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
- package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +142 -4
- package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +320 -13
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +84 -2
- package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +74 -2
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +252 -6
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +68 -2
- package/behaviors/registry/ui/core/atoms/std-thread.orb +106 -2
- package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +210 -4
- package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
- package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
- package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
- package/canonical-operators.json +0 -40
- package/dist/behaviors/exports-reader.js +8003 -869
- package/dist/behaviors/functions/index.d.ts +190 -184
- package/dist/behaviors/functions/index.js +8003 -869
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +8003 -869
- package/dist/behaviors/query.js +8003 -869
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +9 -9
- package/dist/behaviors-registry.json +910 -229
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8003 -891
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/modules/anim.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +0 -11
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/behavior.d.ts +1 -1
- package/dist/modules/browser.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/data.d.ts +1 -1
- package/dist/modules/ease.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/geo.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/grid.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +0 -22
- package/dist/modules/integration.d.ts +1 -1
- package/dist/modules/llm.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/memory.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/noise.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +0 -11
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/path.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/session.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/trace.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/modules/vector.d.ts +1 -1
- package/dist/modules/workspace.d.ts +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +0 -22
- package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
- package/i18n/ar.json +433 -0
- package/i18n/en.json +433 -0
- package/i18n/sl.json +433 -0
- package/package.json +21 -8
|
@@ -709,8 +709,16 @@
|
|
|
709
709
|
"eventId": "evt_01KXG04N9M8T9GWGKD8RDCZB00",
|
|
710
710
|
"payloadSchema": [
|
|
711
711
|
{
|
|
712
|
+
"entity": "DataListItem",
|
|
712
713
|
"name": "data",
|
|
713
|
-
"
|
|
714
|
+
"properties": [
|
|
715
|
+
{
|
|
716
|
+
"name": "id",
|
|
717
|
+
"required": true,
|
|
718
|
+
"type": "string"
|
|
719
|
+
}
|
|
720
|
+
],
|
|
721
|
+
"type": "[object]"
|
|
714
722
|
}
|
|
715
723
|
],
|
|
716
724
|
"scope": "internal",
|
|
@@ -745,8 +753,16 @@
|
|
|
745
753
|
"name": "Data list loaded",
|
|
746
754
|
"payloadSchema": [
|
|
747
755
|
{
|
|
756
|
+
"entity": "DataListItem",
|
|
748
757
|
"name": "data",
|
|
749
|
-
"
|
|
758
|
+
"properties": [
|
|
759
|
+
{
|
|
760
|
+
"name": "id",
|
|
761
|
+
"required": true,
|
|
762
|
+
"type": "string"
|
|
763
|
+
}
|
|
764
|
+
],
|
|
765
|
+
"type": "[object]"
|
|
750
766
|
}
|
|
751
767
|
],
|
|
752
768
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -277,8 +277,16 @@
|
|
|
277
277
|
"eventId": "evt_01M13ZXC59HB41Z83ZYJR50JQP",
|
|
278
278
|
"payloadSchema": [
|
|
279
279
|
{
|
|
280
|
+
"entity": "DocumentDetailsItem",
|
|
280
281
|
"name": "data",
|
|
281
|
-
"
|
|
282
|
+
"properties": [
|
|
283
|
+
{
|
|
284
|
+
"name": "id",
|
|
285
|
+
"required": true,
|
|
286
|
+
"type": "string"
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"type": "[object]"
|
|
282
290
|
}
|
|
283
291
|
],
|
|
284
292
|
"scope": "internal",
|
|
@@ -313,8 +321,16 @@
|
|
|
313
321
|
"name": "Document details loaded",
|
|
314
322
|
"payloadSchema": [
|
|
315
323
|
{
|
|
324
|
+
"entity": "DocumentDetailsItem",
|
|
316
325
|
"name": "data",
|
|
317
|
-
"
|
|
326
|
+
"properties": [
|
|
327
|
+
{
|
|
328
|
+
"name": "id",
|
|
329
|
+
"required": true,
|
|
330
|
+
"type": "string"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"type": "[object]"
|
|
318
334
|
}
|
|
319
335
|
],
|
|
320
336
|
"synonyms": "loaded, fetched, retrieved",
|
|
@@ -215,10 +215,11 @@
|
|
|
215
215
|
"type": "DocumentViewerError"
|
|
216
216
|
},
|
|
217
217
|
"height": {
|
|
218
|
+
"default": 600.0,
|
|
218
219
|
"description": "Viewer height",
|
|
219
220
|
"label": "Height",
|
|
220
221
|
"tier": "presentation",
|
|
221
|
-
"type": "
|
|
222
|
+
"type": "scalar"
|
|
222
223
|
},
|
|
223
224
|
"isLoading": {
|
|
224
225
|
"default": false,
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"description": "Flex basis",
|
|
99
99
|
"label": "Basis",
|
|
100
100
|
"tier": "presentation",
|
|
101
|
-
"type": "
|
|
101
|
+
"type": "scalar"
|
|
102
102
|
},
|
|
103
103
|
"children": {
|
|
104
104
|
"description": "Children elements",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"description": "Flex grow",
|
|
146
146
|
"label": "Grow",
|
|
147
147
|
"tier": "presentation",
|
|
148
|
-
"type": "
|
|
148
|
+
"type": "scalar"
|
|
149
149
|
},
|
|
150
150
|
"inline": {
|
|
151
151
|
"default": false,
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"description": "Flex shrink",
|
|
174
174
|
"label": "Shrink",
|
|
175
175
|
"tier": "presentation",
|
|
176
|
-
"type": "
|
|
176
|
+
"type": "scalar"
|
|
177
177
|
},
|
|
178
178
|
"wrap": {
|
|
179
179
|
"default": "nowrap",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"items": {
|
|
96
96
|
"default": [
|
|
97
97
|
{
|
|
98
|
-
"action": "
|
|
98
|
+
"action": "INIT",
|
|
99
99
|
"active": false,
|
|
100
100
|
"disabled": false,
|
|
101
101
|
"icon": "circle",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"testId": "Test Id"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
|
-
"action": "
|
|
107
|
+
"action": "INIT",
|
|
108
108
|
"active": true,
|
|
109
109
|
"disabled": true,
|
|
110
110
|
"icon": "circle",
|
|
@@ -119,12 +119,9 @@
|
|
|
119
119
|
"action": {
|
|
120
120
|
"name": "action",
|
|
121
121
|
"required": false,
|
|
122
|
-
"type": "
|
|
122
|
+
"type": "event"
|
|
123
123
|
},
|
|
124
124
|
"actionPayload": {
|
|
125
|
-
"items": {
|
|
126
|
-
"type": "scalar"
|
|
127
|
-
},
|
|
128
125
|
"name": "actionPayload",
|
|
129
126
|
"required": false,
|
|
130
127
|
"type": "object"
|
|
@@ -142,7 +139,7 @@
|
|
|
142
139
|
"event": {
|
|
143
140
|
"name": "event",
|
|
144
141
|
"required": false,
|
|
145
|
-
"type": "
|
|
142
|
+
"type": "event"
|
|
146
143
|
},
|
|
147
144
|
"icon": {
|
|
148
145
|
"name": "icon",
|
|
@@ -263,15 +260,15 @@
|
|
|
263
260
|
},
|
|
264
261
|
{
|
|
265
262
|
"name": "event",
|
|
266
|
-
"type": "
|
|
263
|
+
"type": "event"
|
|
267
264
|
},
|
|
268
265
|
{
|
|
269
266
|
"name": "action",
|
|
270
|
-
"type": "
|
|
267
|
+
"type": "event"
|
|
271
268
|
},
|
|
272
269
|
{
|
|
273
270
|
"name": "actionPayload",
|
|
274
|
-
"type": "
|
|
271
|
+
"type": "@payload(.action)"
|
|
275
272
|
},
|
|
276
273
|
{
|
|
277
274
|
"name": "active",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"event": {
|
|
207
207
|
"name": "event",
|
|
208
208
|
"required": false,
|
|
209
|
-
"type": "
|
|
209
|
+
"type": "event"
|
|
210
210
|
},
|
|
211
211
|
"label": {
|
|
212
212
|
"name": "label",
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
399
|
"name": "event",
|
|
400
|
-
"type": "
|
|
400
|
+
"type": "event"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"name": "navigatesTo",
|
|
@@ -46,15 +46,6 @@
|
|
|
46
46
|
"parent": "trt_01KXG04PHZ9GE0NNK5Y3XD638J",
|
|
47
47
|
"renames": []
|
|
48
48
|
},
|
|
49
|
-
"evt_01M1CHY57J3NEE72YGY5FD2A7M": {
|
|
50
|
-
"bakedName": "ACTION",
|
|
51
|
-
"curName": "ACTION",
|
|
52
|
-
"id": "evt_01M1CHY57J3NEE72YGY5FD2A7M",
|
|
53
|
-
"kind": "event",
|
|
54
|
-
"owner": "workspace",
|
|
55
|
-
"parent": "trt_01KXG04PHZ9GE0NNK5Y3XD638J",
|
|
56
|
-
"renames": []
|
|
57
|
-
},
|
|
58
49
|
"orb_01KXG04PHZRFNKFTTPPMJM02PK": {
|
|
59
50
|
"bakedName": "InputGroupOrbital",
|
|
60
51
|
"curName": "InputGroupOrbital",
|
|
@@ -91,10 +82,6 @@
|
|
|
91
82
|
"name": "id",
|
|
92
83
|
"required": true,
|
|
93
84
|
"type": "string"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"name": "value",
|
|
97
|
-
"type": "string"
|
|
98
85
|
}
|
|
99
86
|
],
|
|
100
87
|
"id": "ent_01KXG04PHZ2FYTF9JPPFZ1DW6M",
|
|
@@ -261,17 +248,13 @@
|
|
|
261
248
|
"description": "Current value",
|
|
262
249
|
"label": "Value",
|
|
263
250
|
"tier": "presentation",
|
|
264
|
-
"type": "
|
|
251
|
+
"type": "scalar"
|
|
265
252
|
}
|
|
266
253
|
},
|
|
267
254
|
"effectRow": [
|
|
268
255
|
{
|
|
269
256
|
"kind": "render-ui",
|
|
270
257
|
"resource": "main"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"kind": "set",
|
|
274
|
-
"resource": "@entity.value"
|
|
275
258
|
}
|
|
276
259
|
],
|
|
277
260
|
"emits": [
|
|
@@ -315,9 +298,7 @@
|
|
|
315
298
|
}
|
|
316
299
|
],
|
|
317
300
|
"entityContract": {
|
|
318
|
-
"provides": [
|
|
319
|
-
"value"
|
|
320
|
-
],
|
|
301
|
+
"provides": [],
|
|
321
302
|
"requires": []
|
|
322
303
|
},
|
|
323
304
|
"entityRebindable": true,
|
|
@@ -336,25 +317,6 @@
|
|
|
336
317
|
"key": "INIT",
|
|
337
318
|
"name": "Initialize"
|
|
338
319
|
},
|
|
339
|
-
{
|
|
340
|
-
"id": "evt_01M1CHY57J3NEE72YGY5FD2A7M",
|
|
341
|
-
"key": "ACTION",
|
|
342
|
-
"name": "Action",
|
|
343
|
-
"payloadSchema": [
|
|
344
|
-
{
|
|
345
|
-
"name": "value",
|
|
346
|
-
"required": true,
|
|
347
|
-
"type": "string",
|
|
348
|
-
"typeWhen": [
|
|
349
|
-
{
|
|
350
|
-
"equals": "number",
|
|
351
|
-
"knob": "inputType",
|
|
352
|
-
"type": "number"
|
|
353
|
-
}
|
|
354
|
-
]
|
|
355
|
-
}
|
|
356
|
-
]
|
|
357
|
-
},
|
|
358
320
|
{
|
|
359
321
|
"description": "Declarative event name for trait dispatch.",
|
|
360
322
|
"id": "evt_01KXG04PJ2GY23CVYYP7N8DGR1",
|
|
@@ -400,11 +362,6 @@
|
|
|
400
362
|
"transitions": [
|
|
401
363
|
{
|
|
402
364
|
"effects": [
|
|
403
|
-
[
|
|
404
|
-
"set",
|
|
405
|
-
"@entity.value",
|
|
406
|
-
"@config.value"
|
|
407
|
-
],
|
|
408
365
|
[
|
|
409
366
|
"render-ui",
|
|
410
367
|
"main",
|
|
@@ -427,7 +384,7 @@
|
|
|
427
384
|
"rightIcon": "@config.rightIcon",
|
|
428
385
|
"rows": "@config.rows",
|
|
429
386
|
"type": "input-group",
|
|
430
|
-
"value": "@
|
|
387
|
+
"value": "@config.value"
|
|
431
388
|
}
|
|
432
389
|
]
|
|
433
390
|
],
|
|
@@ -435,44 +392,6 @@
|
|
|
435
392
|
"eventId": "evt_01KXG04PHZPWCKXGY522ATTDMS",
|
|
436
393
|
"from": "idle",
|
|
437
394
|
"to": "idle"
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"effects": [
|
|
441
|
-
[
|
|
442
|
-
"set",
|
|
443
|
-
"@entity.value",
|
|
444
|
-
"@payload.value"
|
|
445
|
-
],
|
|
446
|
-
[
|
|
447
|
-
"render-ui",
|
|
448
|
-
"main",
|
|
449
|
-
{
|
|
450
|
-
"action": "@config.action",
|
|
451
|
-
"className": "@config.className",
|
|
452
|
-
"clearable": "@config.clearable",
|
|
453
|
-
"disabled": "@config.disabled",
|
|
454
|
-
"error": "@config.error",
|
|
455
|
-
"helperText": "@config.helperText",
|
|
456
|
-
"inputType": "@config.inputType",
|
|
457
|
-
"label": "@config.label",
|
|
458
|
-
"leftAddon": "@config.leftAddon",
|
|
459
|
-
"leftIcon": "@config.leftIcon",
|
|
460
|
-
"onChange": "@config.onChange",
|
|
461
|
-
"onClear": "@config.onClear",
|
|
462
|
-
"options": "@config.options",
|
|
463
|
-
"placeholder": "@config.placeholder",
|
|
464
|
-
"rightAddon": "@config.rightAddon",
|
|
465
|
-
"rightIcon": "@config.rightIcon",
|
|
466
|
-
"rows": "@config.rows",
|
|
467
|
-
"type": "input-group",
|
|
468
|
-
"value": "@entity.value"
|
|
469
|
-
}
|
|
470
|
-
]
|
|
471
|
-
],
|
|
472
|
-
"event": "ACTION",
|
|
473
|
-
"eventId": "evt_01M1CHY57J3NEE72YGY5FD2A7M",
|
|
474
|
-
"from": "idle",
|
|
475
|
-
"to": "idle"
|
|
476
395
|
}
|
|
477
396
|
]
|
|
478
397
|
}
|
|
@@ -150,30 +150,18 @@
|
|
|
150
150
|
"type": "event"
|
|
151
151
|
},
|
|
152
152
|
"schema": {
|
|
153
|
-
"description": "
|
|
153
|
+
"description": "Complexity-scoring summary of a KFlow schema (counts only — see {@link OrbitalVisualizationSchemaSummary}).",
|
|
154
154
|
"label": "Schema",
|
|
155
155
|
"properties": {
|
|
156
156
|
"dataEntities": {
|
|
157
|
-
"items": {
|
|
158
|
-
"items": {
|
|
159
|
-
"type": "scalar"
|
|
160
|
-
},
|
|
161
|
-
"type": "object"
|
|
162
|
-
},
|
|
163
157
|
"name": "dataEntities",
|
|
164
158
|
"required": false,
|
|
165
|
-
"type": "
|
|
159
|
+
"type": "number"
|
|
166
160
|
},
|
|
167
161
|
"traits": {
|
|
168
|
-
"items": {
|
|
169
|
-
"items": {
|
|
170
|
-
"type": "scalar"
|
|
171
|
-
},
|
|
172
|
-
"type": "object"
|
|
173
|
-
},
|
|
174
162
|
"name": "traits",
|
|
175
163
|
"required": false,
|
|
176
|
-
"type": "
|
|
164
|
+
"type": "number"
|
|
177
165
|
},
|
|
178
166
|
"ui": {
|
|
179
167
|
"name": "ui",
|
|
@@ -182,15 +170,9 @@
|
|
|
182
170
|
"items": {
|
|
183
171
|
"properties": {
|
|
184
172
|
"sections": {
|
|
185
|
-
"items": {
|
|
186
|
-
"items": {
|
|
187
|
-
"type": "scalar"
|
|
188
|
-
},
|
|
189
|
-
"type": "object"
|
|
190
|
-
},
|
|
191
173
|
"name": "sections",
|
|
192
174
|
"required": false,
|
|
193
|
-
"type": "
|
|
175
|
+
"type": "number"
|
|
194
176
|
}
|
|
195
177
|
},
|
|
196
178
|
"type": "object"
|
|
@@ -330,7 +312,7 @@
|
|
|
330
312
|
"OrbitalVisualizationSchema": [
|
|
331
313
|
{
|
|
332
314
|
"name": "dataEntities",
|
|
333
|
-
"type": "
|
|
315
|
+
"type": "number"
|
|
334
316
|
},
|
|
335
317
|
{
|
|
336
318
|
"name": "ui",
|
|
@@ -340,7 +322,7 @@
|
|
|
340
322
|
"properties": [
|
|
341
323
|
{
|
|
342
324
|
"name": "sections",
|
|
343
|
-
"type": "
|
|
325
|
+
"type": "number"
|
|
344
326
|
}
|
|
345
327
|
],
|
|
346
328
|
"type": "[object]"
|
|
@@ -350,7 +332,7 @@
|
|
|
350
332
|
},
|
|
351
333
|
{
|
|
352
334
|
"name": "traits",
|
|
353
|
-
"type": "
|
|
335
|
+
"type": "number"
|
|
354
336
|
}
|
|
355
337
|
],
|
|
356
338
|
"OrbitalVisualizationSchemaUi": [
|
|
@@ -359,7 +341,7 @@
|
|
|
359
341
|
"properties": [
|
|
360
342
|
{
|
|
361
343
|
"name": "sections",
|
|
362
|
-
"type": "
|
|
344
|
+
"type": "number"
|
|
363
345
|
}
|
|
364
346
|
],
|
|
365
347
|
"type": "[object]"
|
|
@@ -368,7 +350,7 @@
|
|
|
368
350
|
"OrbitalVisualizationSchemaUiPagesItem": [
|
|
369
351
|
{
|
|
370
352
|
"name": "sections",
|
|
371
|
-
"type": "
|
|
353
|
+
"type": "number"
|
|
372
354
|
}
|
|
373
355
|
]
|
|
374
356
|
}
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"description": "Optional subtitle/description",
|
|
276
276
|
"label": "Subtitle",
|
|
277
277
|
"tier": "presentation",
|
|
278
|
-
"type": "
|
|
278
|
+
"type": "scalar"
|
|
279
279
|
},
|
|
280
280
|
"tabs": {
|
|
281
281
|
"default": [],
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"description": "Page title - accepts string or number from generated code accessing dynamic entity data",
|
|
309
309
|
"label": "Title",
|
|
310
310
|
"tier": "presentation",
|
|
311
|
-
"type": "
|
|
311
|
+
"type": "scalar"
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
314
|
"effectRow": [
|
|
@@ -281,8 +281,48 @@
|
|
|
281
281
|
"eventId": "evt_01KXG04QKCPY6RDR4614RF846G",
|
|
282
282
|
"payloadSchema": [
|
|
283
283
|
{
|
|
284
|
+
"entity": "PositionedCanvasItem",
|
|
284
285
|
"name": "data",
|
|
285
|
-
"
|
|
286
|
+
"properties": [
|
|
287
|
+
{
|
|
288
|
+
"name": "id",
|
|
289
|
+
"required": true,
|
|
290
|
+
"type": "string"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "label",
|
|
294
|
+
"type": "string"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "x",
|
|
298
|
+
"type": "number"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "y",
|
|
302
|
+
"type": "number"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "capacity",
|
|
306
|
+
"type": "number"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"name": "partySize",
|
|
310
|
+
"type": "number"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"name": "serverName",
|
|
314
|
+
"type": "string"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "status",
|
|
318
|
+
"type": "string"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "shape",
|
|
322
|
+
"type": "string"
|
|
323
|
+
}
|
|
324
|
+
],
|
|
325
|
+
"type": "[object]"
|
|
286
326
|
}
|
|
287
327
|
],
|
|
288
328
|
"scope": "internal",
|
|
@@ -317,8 +357,48 @@
|
|
|
317
357
|
"name": "Positioned canvas loaded",
|
|
318
358
|
"payloadSchema": [
|
|
319
359
|
{
|
|
360
|
+
"entity": "PositionedCanvasItem",
|
|
320
361
|
"name": "data",
|
|
321
|
-
"
|
|
362
|
+
"properties": [
|
|
363
|
+
{
|
|
364
|
+
"name": "id",
|
|
365
|
+
"required": true,
|
|
366
|
+
"type": "string"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "label",
|
|
370
|
+
"type": "string"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "x",
|
|
374
|
+
"type": "number"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "y",
|
|
378
|
+
"type": "number"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "capacity",
|
|
382
|
+
"type": "number"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "partySize",
|
|
386
|
+
"type": "number"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"name": "serverName",
|
|
390
|
+
"type": "string"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "status",
|
|
394
|
+
"type": "string"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "shape",
|
|
398
|
+
"type": "string"
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"type": "[object]"
|
|
322
402
|
}
|
|
323
403
|
],
|
|
324
404
|
"synonyms": "loaded, fetched, retrieved",
|