@almadar/std 16.25.0 → 16.27.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/ui/avl/molecules/ui-behavior-view.orb +164 -164
- package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +108 -108
- package/behaviors/registry/ui/core/atoms/ui-action-button.orb +41 -41
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +9 -10
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +54 -54
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-box.orb +125 -126
- package/behaviors/registry/ui/core/atoms/ui-button.orb +50 -50
- package/behaviors/registry/ui/core/atoms/ui-card.orb +38 -39
- package/behaviors/registry/ui/core/atoms/ui-center.orb +35 -35
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +10 -10
- package/behaviors/registry/ui/core/atoms/ui-choice-button.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +21 -21
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +28 -28
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +13 -13
- package/behaviors/registry/ui/core/atoms/ui-control-button.orb +38 -38
- package/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +14 -14
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +7 -8
- package/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +55 -55
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +5 -5
- package/behaviors/registry/ui/core/atoms/ui-heading.orb +86 -87
- package/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +37 -37
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-input.orb +59 -59
- package/behaviors/registry/ui/core/atoms/ui-item-slot.orb +43 -43
- package/behaviors/registry/ui/core/atoms/ui-label.orb +12 -12
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +30 -30
- package/behaviors/registry/ui/core/atoms/ui-mini-map.orb +54 -54
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +9 -9
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +40 -40
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +38 -38
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +50 -50
- package/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +34 -34
- package/behaviors/registry/ui/core/atoms/ui-score-display.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-select.orb +15 -15
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +3 -3
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +27 -27
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-sprite.orb +61 -61
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +75 -76
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +24 -24
- package/behaviors/registry/ui/core/atoms/ui-status-effect.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +43 -43
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +47 -47
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +22 -22
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +27 -27
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +39 -39
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +23 -23
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +27 -27
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +44 -44
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +16 -16
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-text.orb +72 -73
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +23 -19
- package/behaviors/registry/ui/core/atoms/ui-timer-display.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +2 -2
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +39 -39
- package/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +86 -87
- package/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +18 -18
- package/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +24 -24
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +46 -46
- package/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +25 -25
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +37 -38
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +52 -52
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +25 -25
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +34 -16
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +11 -11
- package/{dist/behaviors/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-chart.orb +174 -174
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +42 -42
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-code-viewer.orb +131 -131
- package/behaviors/registry/ui/core/molecules/ui-combat-log.orb +44 -44
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-confirm-dialog.orb +127 -63
- package/behaviors/registry/ui/core/molecules/ui-container.orb +29 -30
- package/behaviors/registry/ui/core/{organisms → molecules}/ui-content-renderer.orb +85 -85
- package/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +43 -43
- package/behaviors/registry/ui/core/molecules/ui-d-pad.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +210 -210
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +237 -237
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +20 -20
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +4 -4
- package/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +57 -57
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +14 -14
- package/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +16 -16
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +22 -22
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +25 -25
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-document-viewer.orb +104 -104
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +115 -52
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +49 -49
- package/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +33 -33
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +8 -8
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +24 -24
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +31 -31
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +61 -61
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +67 -67
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +15 -15
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +58 -58
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +68 -69
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +23 -23
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-game-hud.orb +63 -63
- package/behaviors/registry/ui/core/molecules/ui-game-menu.orb +55 -55
- package/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +81 -81
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +9 -9
- package/{dist/behaviors/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-graph-canvas.orb +111 -111
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +64 -64
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +51 -51
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-header.orb +125 -125
- package/behaviors/registry/ui/core/molecules/ui-health-panel.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +38 -38
- package/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +362 -362
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-jazari-state-machine.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +89 -25
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +23 -23
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +49 -49
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +9 -9
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +89 -89
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +14 -14
- package/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +54 -54
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +114 -114
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +126 -63
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-navigation.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +56 -56
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +44 -44
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-orbital-visualization.orb +72 -72
- package/behaviors/registry/ui/core/{organisms → molecules}/ui-page-header.orb +122 -123
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +54 -54
- package/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +125 -125
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +73 -21
- package/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +14 -14
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +4 -4
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +8 -8
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +25 -25
- package/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +33 -33
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +9 -9
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +77 -77
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +76 -79
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +68 -20
- package/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +32 -32
- package/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +36 -36
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-score-board.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +32 -32
- package/{dist/behaviors/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-section.orb +72 -72
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +90 -26
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-sidebar.orb +94 -94
- package/{dist/registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-signature-pad.orb +50 -50
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +27 -27
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +18 -18
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +16 -16
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +6 -9
- package/behaviors/registry/ui/core/{organisms → molecules}/ui-split.orb +75 -75
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +56 -56
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +106 -106
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +49 -49
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +247 -247
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +83 -83
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +27 -27
- package/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +27 -27
- package/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +32 -32
- package/behaviors/registry/ui/core/{organisms → molecules}/ui-wizard-container.orb +283 -283
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +89 -89
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +25 -25
- package/behaviors/registry/ui/core/organisms/ui-action-palette.orb +72 -72
- package/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +102 -72
- package/behaviors/registry/ui/core/organisms/ui-code-view.orb +17 -17
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +108 -108
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +214 -214
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +41 -42
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +200 -201
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +132 -133
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +252 -252
- package/behaviors/registry/ui/core/organisms/ui-event-log.orb +33 -33
- package/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +92 -67
- package/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +46 -46
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +426 -427
- package/behaviors/registry/ui/core/organisms/ui-form.orb +462 -463
- package/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +176 -64
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +27 -27
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +66 -66
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +132 -132
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +34 -35
- package/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +75 -75
- package/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +57 -57
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +18 -18
- package/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +86 -86
- package/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +119 -78
- package/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +106 -106
- package/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +24 -24
- package/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +50 -50
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +45 -45
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +20 -20
- package/behaviors/registry/ui/core/organisms/ui-state-node.orb +31 -31
- package/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +116 -96
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +22 -22
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +79 -79
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +39 -40
- package/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +44 -44
- package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +49 -49
- package/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +76 -76
- package/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +12 -12
- package/behaviors/registry/ui/core/templates/ui-auth-layout.orb +19 -19
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +26 -26
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +118 -119
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +20 -20
- package/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +26 -26
- package/behaviors/registry/ui/game/organisms/ui-action-tile.orb +61 -61
- package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +258 -258
- package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +63 -63
- package/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +168 -168
- package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +207 -207
- package/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +64 -64
- package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +39 -39
- package/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +89 -89
- package/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +50 -50
- package/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +10 -10
- package/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +68 -68
- package/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +120 -120
- package/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +75 -75
- package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +98 -98
- package/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +151 -151
- package/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +111 -111
- package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +193 -193
- package/behaviors/registry/ui/game/templates/ui-battle-template.orb +14 -14
- package/behaviors/registry/ui/game/templates/ui-castle-template.orb +4 -4
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +20 -21
- package/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/behaviors/registry/ui/game/templates/ui-world-map-template.orb +23 -23
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +12 -12
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +55 -55
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +42 -42
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +13 -13
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +25 -25
- package/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +15 -15
- package/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +18 -18
- package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +28 -28
- package/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +35 -35
- package/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +42 -42
- package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +40 -40
- package/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +33 -34
- package/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +87 -88
- package/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +11 -11
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +43 -43
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +32 -32
- package/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +16 -16
- package/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +19 -19
- package/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +54 -55
- package/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +11 -11
- package/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +19 -19
- package/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +15 -15
- package/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +26 -26
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +20 -20
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +27 -27
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +24 -24
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +28 -28
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +119 -119
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +114 -71
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +71 -61
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +80 -55
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +11 -11
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +164 -164
- package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +108 -108
- package/dist/behaviors/registry/ui/core/atoms/ui-action-button.orb +41 -41
- package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +9 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-avatar.orb +54 -54
- package/dist/behaviors/registry/ui/core/atoms/ui-badge.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-box.orb +125 -126
- package/dist/behaviors/registry/ui/core/atoms/ui-button.orb +50 -50
- package/dist/behaviors/registry/ui/core/atoms/ui-card.orb +38 -39
- package/dist/behaviors/registry/ui/core/atoms/ui-center.orb +35 -35
- package/dist/behaviors/registry/ui/core/atoms/ui-checkbox.orb +10 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-choice-button.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +21 -21
- package/dist/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +28 -28
- package/dist/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +13 -13
- package/dist/behaviors/registry/ui/core/atoms/ui-control-button.orb +38 -38
- package/dist/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-day-cell.orb +14 -14
- package/dist/behaviors/registry/ui/core/atoms/ui-dialog.orb +7 -8
- package/dist/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-divider.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +55 -55
- package/dist/behaviors/registry/ui/core/atoms/ui-flip-container.orb +5 -5
- package/dist/behaviors/registry/ui/core/atoms/ui-heading.orb +86 -87
- package/dist/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-icon.orb +37 -37
- package/dist/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-input.orb +59 -59
- package/dist/behaviors/registry/ui/core/atoms/ui-item-slot.orb +43 -43
- package/dist/behaviors/registry/ui/core/atoms/ui-label.orb +12 -12
- package/dist/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +30 -30
- package/dist/behaviors/registry/ui/core/atoms/ui-mini-map.orb +54 -54
- package/dist/behaviors/registry/ui/core/atoms/ui-overlay.orb +9 -9
- package/dist/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +40 -40
- package/dist/behaviors/registry/ui/core/atoms/ui-radio.orb +38 -38
- package/dist/behaviors/registry/ui/core/atoms/ui-range-slider.orb +50 -50
- package/dist/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +34 -34
- package/dist/behaviors/registry/ui/core/atoms/ui-score-display.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-section-header.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-select.orb +15 -15
- package/dist/behaviors/registry/ui/core/atoms/ui-spacer.orb +3 -3
- package/dist/behaviors/registry/ui/core/atoms/ui-sparkline.orb +27 -27
- package/dist/behaviors/registry/ui/core/atoms/ui-spinner.orb +1 -1
- package/dist/behaviors/registry/ui/core/atoms/ui-sprite.orb +61 -61
- package/dist/behaviors/registry/ui/core/atoms/ui-stack.orb +75 -76
- package/dist/behaviors/registry/ui/core/atoms/ui-status-dot.orb +24 -24
- package/dist/behaviors/registry/ui/core/atoms/ui-status-effect.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +43 -43
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +47 -47
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +22 -22
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-node.orb +27 -27
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +39 -39
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +23 -23
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +27 -27
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +44 -44
- package/dist/behaviors/registry/ui/core/atoms/ui-switch.orb +16 -16
- package/dist/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-text.orb +72 -73
- package/dist/behaviors/registry/ui/core/atoms/ui-textarea.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +23 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-timer-display.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +39 -39
- package/dist/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +86 -87
- package/dist/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +18 -18
- package/dist/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +24 -24
- package/dist/behaviors/registry/ui/core/molecules/ui-accordion.orb +46 -46
- package/dist/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +25 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-alert.orb +37 -38
- package/dist/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +52 -52
- package/dist/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +25 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +34 -16
- package/dist/behaviors/registry/ui/core/molecules/ui-carousel.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +11 -11
- package/{behaviors/registry/ui/core/organisms → dist/behaviors/registry/ui/core/molecules}/ui-chart.orb +174 -174
- package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +42 -42
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-code-viewer.orb +131 -131
- package/dist/behaviors/registry/ui/core/molecules/ui-combat-log.orb +44 -44
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-confirm-dialog.orb +127 -63
- package/dist/behaviors/registry/ui/core/molecules/ui-container.orb +29 -30
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-content-renderer.orb +85 -85
- package/dist/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +43 -43
- package/dist/behaviors/registry/ui/core/molecules/ui-d-pad.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +210 -210
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +237 -237
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +20 -20
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +4 -4
- package/dist/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +57 -57
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +14 -14
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +16 -16
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +22 -22
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +25 -25
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-document-viewer.orb +104 -104
- package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +115 -52
- package/dist/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-empty-state.orb +49 -49
- package/dist/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +33 -33
- package/dist/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-error-state.orb +8 -8
- package/dist/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +24 -24
- package/dist/behaviors/registry/ui/core/molecules/ui-file-tree.orb +31 -31
- package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +61 -61
- package/dist/behaviors/registry/ui/core/molecules/ui-flex.orb +67 -67
- package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +15 -15
- package/dist/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +58 -58
- package/dist/behaviors/registry/ui/core/molecules/ui-form-actions.orb +68 -69
- package/dist/behaviors/registry/ui/core/molecules/ui-form-field.orb +23 -23
- package/dist/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-game-hud.orb +63 -63
- package/dist/behaviors/registry/ui/core/molecules/ui-game-menu.orb +55 -55
- package/dist/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +81 -81
- package/dist/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +9 -9
- package/dist/{registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-graph-canvas.orb +111 -111
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-view.orb +64 -64
- package/dist/behaviors/registry/ui/core/molecules/ui-grid.orb +51 -51
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-header.orb +125 -125
- package/dist/behaviors/registry/ui/core/molecules/ui-health-panel.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +38 -38
- package/dist/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +362 -362
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-jazari-state-machine.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-lightbox.orb +89 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +23 -23
- package/dist/behaviors/registry/ui/core/molecules/ui-line-chart.orb +49 -49
- package/dist/behaviors/registry/ui/core/molecules/ui-loading-state.orb +9 -9
- package/dist/behaviors/registry/ui/core/molecules/ui-map-view.orb +89 -89
- package/dist/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +14 -14
- package/dist/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +54 -54
- package/dist/behaviors/registry/ui/core/molecules/ui-menu.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-meter.orb +114 -114
- package/dist/behaviors/registry/ui/core/molecules/ui-modal.orb +126 -63
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-navigation.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-notification.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +56 -56
- package/dist/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +44 -44
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-orbital-visualization.orb +72 -72
- package/dist/{registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-page-header.orb +122 -123
- package/dist/behaviors/registry/ui/core/molecules/ui-pagination.orb +54 -54
- package/dist/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +125 -125
- package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +73 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +14 -14
- package/dist/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +4 -4
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +8 -8
- package/dist/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +25 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +33 -33
- package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +9 -9
- package/dist/behaviors/registry/ui/core/molecules/ui-relation-select.orb +77 -77
- package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +76 -79
- package/dist/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +68 -20
- package/dist/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +32 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +36 -36
- package/dist/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-score-board.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-search-input.orb +32 -32
- package/dist/{registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-section.orb +72 -72
- package/dist/behaviors/registry/ui/core/molecules/ui-side-panel.orb +90 -26
- package/{behaviors/registry/ui/core/organisms → dist/behaviors/registry/ui/core/molecules}/ui-sidebar.orb +94 -94
- package/{behaviors/registry/ui/core/organisms → dist/behaviors/registry/ui/core/molecules}/ui-signature-pad.orb +50 -50
- package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +27 -27
- package/dist/behaviors/registry/ui/core/molecules/ui-skeleton.orb +18 -18
- package/dist/behaviors/registry/ui/core/molecules/ui-social-proof.orb +16 -16
- package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +6 -9
- package/dist/{registry/ui/core/organisms → behaviors/registry/ui/core/molecules}/ui-split.orb +75 -75
- package/dist/behaviors/registry/ui/core/molecules/ui-star-rating.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +56 -56
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-display.orb +106 -106
- package/dist/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +49 -49
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +247 -247
- package/dist/behaviors/registry/ui/core/molecules/ui-tabs.orb +83 -83
- package/dist/behaviors/registry/ui/core/molecules/ui-tag-input.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-tooltip.orb +27 -27
- package/dist/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +27 -27
- package/dist/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-version-diff.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +32 -32
- package/dist/behaviors/registry/ui/core/{organisms → molecules}/ui-wizard-container.orb +283 -283
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +89 -89
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +25 -25
- package/dist/behaviors/registry/ui/core/organisms/ui-action-palette.orb +72 -72
- package/dist/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +102 -72
- package/dist/behaviors/registry/ui/core/organisms/ui-code-view.orb +17 -17
- package/dist/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +108 -108
- package/dist/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +214 -214
- package/dist/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +41 -42
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +200 -201
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +132 -133
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +252 -252
- package/dist/behaviors/registry/ui/core/organisms/ui-event-log.orb +33 -33
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +92 -67
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +46 -46
- package/dist/behaviors/registry/ui/core/organisms/ui-form-section.orb +426 -427
- package/dist/behaviors/registry/ui/core/organisms/ui-form.orb +462 -463
- package/dist/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +176 -64
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +27 -27
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail.orb +66 -66
- package/dist/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +132 -132
- package/dist/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +34 -35
- package/dist/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +75 -75
- package/dist/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +57 -57
- package/dist/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +18 -18
- package/dist/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +86 -86
- package/dist/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +119 -78
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +106 -106
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +24 -24
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +50 -50
- package/dist/behaviors/registry/ui/core/organisms/ui-split-pane.orb +45 -45
- package/dist/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +20 -20
- package/dist/behaviors/registry/ui/core/organisms/ui-state-node.orb +31 -31
- package/dist/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +116 -96
- package/dist/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +22 -22
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +79 -79
- package/dist/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +39 -40
- package/dist/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +44 -44
- package/dist/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +49 -49
- package/dist/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +76 -76
- package/dist/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +12 -12
- package/dist/behaviors/registry/ui/core/templates/ui-auth-layout.orb +19 -19
- package/dist/behaviors/registry/ui/core/templates/ui-counter-template.orb +26 -26
- package/dist/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +118 -119
- package/dist/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +20 -20
- package/dist/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +26 -26
- package/dist/behaviors/registry/ui/game/organisms/ui-action-tile.orb +61 -61
- package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +258 -258
- package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +63 -63
- package/dist/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +168 -168
- package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +207 -207
- package/dist/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +64 -64
- package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +39 -39
- package/dist/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +89 -89
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +50 -50
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +10 -10
- package/dist/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +68 -68
- package/dist/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +120 -120
- package/dist/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +75 -75
- package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +98 -98
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +151 -151
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +111 -111
- package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +193 -193
- package/dist/behaviors/registry/ui/game/templates/ui-battle-template.orb +14 -14
- package/dist/behaviors/registry/ui/game/templates/ui-castle-template.orb +4 -4
- package/dist/behaviors/registry/ui/game/templates/ui-game-shell.orb +20 -21
- package/dist/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/dist/behaviors/registry/ui/game/templates/ui-world-map-template.orb +23 -23
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +12 -12
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +55 -55
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +42 -42
- package/dist/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +13 -13
- package/dist/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +25 -25
- package/dist/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +15 -15
- package/dist/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +18 -18
- package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +28 -28
- package/dist/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +35 -35
- package/dist/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +42 -42
- package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +40 -40
- package/dist/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +33 -34
- package/dist/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +87 -88
- package/dist/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +11 -11
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +43 -43
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +32 -32
- package/dist/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +16 -16
- package/dist/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +19 -19
- package/dist/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +54 -55
- package/dist/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +11 -11
- package/dist/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +19 -19
- package/dist/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +15 -15
- package/dist/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +26 -26
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +20 -20
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +27 -27
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +24 -24
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +28 -28
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +119 -119
- package/dist/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +114 -71
- package/dist/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +71 -61
- package/dist/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +80 -55
- package/dist/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +11 -11
- package/dist/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/registry/ui/avl/molecules/ui-behavior-view.orb +164 -164
- package/dist/registry/ui/avl/molecules/ui-module-card.orb +108 -108
- package/dist/registry/ui/core/atoms/ui-action-button.orb +41 -41
- package/dist/registry/ui/core/atoms/ui-aside.orb +9 -10
- package/dist/registry/ui/core/atoms/ui-avatar.orb +54 -54
- package/dist/registry/ui/core/atoms/ui-badge.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-box.orb +125 -126
- package/dist/registry/ui/core/atoms/ui-button.orb +50 -50
- package/dist/registry/ui/core/atoms/ui-card.orb +38 -39
- package/dist/registry/ui/core/atoms/ui-center.orb +35 -35
- package/dist/registry/ui/core/atoms/ui-checkbox.orb +10 -10
- package/dist/registry/ui/core/atoms/ui-choice-button.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-combo-counter.orb +21 -21
- package/dist/registry/ui/core/atoms/ui-conditional-wrapper.orb +28 -28
- package/dist/registry/ui/core/atoms/ui-confetti-effect.orb +13 -13
- package/dist/registry/ui/core/atoms/ui-control-button.orb +38 -38
- package/dist/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-day-cell.orb +14 -14
- package/dist/registry/ui/core/atoms/ui-dialog.orb +7 -8
- package/dist/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-divider.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-filter-pill.orb +55 -55
- package/dist/registry/ui/core/atoms/ui-flip-container.orb +5 -5
- package/dist/registry/ui/core/atoms/ui-heading.orb +86 -87
- package/dist/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-icon.orb +37 -37
- package/dist/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-input.orb +59 -59
- package/dist/registry/ui/core/atoms/ui-item-slot.orb +43 -43
- package/dist/registry/ui/core/atoms/ui-label.orb +12 -12
- package/dist/registry/ui/core/atoms/ui-law-reference-tooltip.orb +30 -30
- package/dist/registry/ui/core/atoms/ui-mini-map.orb +54 -54
- package/dist/registry/ui/core/atoms/ui-overlay.orb +9 -9
- package/dist/registry/ui/core/atoms/ui-progress-bar.orb +40 -40
- package/dist/registry/ui/core/atoms/ui-radio.orb +38 -38
- package/dist/registry/ui/core/atoms/ui-range-slider.orb +50 -50
- package/dist/registry/ui/core/atoms/ui-resource-counter.orb +34 -34
- package/dist/registry/ui/core/atoms/ui-score-display.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-section-header.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-select.orb +15 -15
- package/dist/registry/ui/core/atoms/ui-spacer.orb +3 -3
- package/dist/registry/ui/core/atoms/ui-sparkline.orb +27 -27
- package/dist/registry/ui/core/atoms/ui-spinner.orb +1 -1
- package/dist/registry/ui/core/atoms/ui-sprite.orb +61 -61
- package/dist/registry/ui/core/atoms/ui-stack.orb +75 -76
- package/dist/registry/ui/core/atoms/ui-status-dot.orb +24 -24
- package/dist/registry/ui/core/atoms/ui-status-effect.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-svg-connection.orb +43 -43
- package/dist/registry/ui/core/atoms/ui-svg-flow.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-svg-grid.orb +47 -47
- package/dist/registry/ui/core/atoms/ui-svg-lobe.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-svg-mesh.orb +22 -22
- package/dist/registry/ui/core/atoms/ui-svg-morph.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-svg-node.orb +27 -27
- package/dist/registry/ui/core/atoms/ui-svg-pulse.orb +39 -39
- package/dist/registry/ui/core/atoms/ui-svg-ring.orb +23 -23
- package/dist/registry/ui/core/atoms/ui-svg-shield.orb +27 -27
- package/dist/registry/ui/core/atoms/ui-svg-stack.orb +44 -44
- package/dist/registry/ui/core/atoms/ui-switch.orb +16 -16
- package/dist/registry/ui/core/atoms/ui-text-highlight.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-text.orb +72 -73
- package/dist/registry/ui/core/atoms/ui-textarea.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-theme-toggle.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-time-slot-cell.orb +23 -19
- package/dist/registry/ui/core/atoms/ui-timer-display.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-trait-frame.orb +2 -2
- package/dist/registry/ui/core/atoms/ui-trend-indicator.orb +39 -39
- package/dist/registry/ui/core/atoms/ui-turn-indicator.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-typography.orb +86 -87
- package/dist/registry/ui/core/atoms/ui-waypoint-marker.orb +18 -18
- package/dist/registry/ui/core/atoms/ui-xp-bar.orb +24 -24
- package/dist/registry/ui/core/molecules/ui-accordion.orb +46 -46
- package/dist/registry/ui/core/molecules/ui-action-buttons.orb +25 -25
- package/dist/registry/ui/core/molecules/ui-alert.orb +37 -38
- package/dist/registry/ui/core/molecules/ui-branching-logic-builder.orb +52 -52
- package/dist/registry/ui/core/molecules/ui-breadcrumb.orb +25 -25
- package/dist/registry/ui/core/molecules/ui-calendar-grid.orb +34 -16
- package/dist/registry/ui/core/molecules/ui-carousel.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-chart-legend.orb +11 -11
- package/dist/registry/ui/core/{organisms → molecules}/ui-chart.orb +174 -174
- package/dist/registry/ui/core/molecules/ui-code-block.orb +42 -42
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-code-viewer.orb +131 -131
- package/dist/registry/ui/core/molecules/ui-combat-log.orb +44 -44
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-confirm-dialog.orb +127 -63
- package/dist/registry/ui/core/molecules/ui-container.orb +29 -30
- package/dist/registry/ui/core/{organisms → molecules}/ui-content-renderer.orb +85 -85
- package/dist/registry/ui/core/molecules/ui-crafting-recipe.orb +43 -43
- package/dist/registry/ui/core/molecules/ui-d-pad.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-data-grid.orb +210 -210
- package/dist/registry/ui/core/molecules/ui-data-list.orb +237 -237
- package/dist/registry/ui/core/molecules/ui-date-range-picker.orb +20 -20
- package/dist/registry/ui/core/molecules/ui-date-range-selector.orb +4 -4
- package/dist/registry/ui/core/molecules/ui-dialogue-box.orb +57 -57
- package/dist/registry/ui/core/molecules/ui-doc-breadcrumb.orb +14 -14
- package/dist/registry/ui/core/molecules/ui-doc-code-block.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-doc-pagination.orb +16 -16
- package/dist/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-doc-sidebar.orb +22 -22
- package/dist/registry/ui/core/molecules/ui-doc-toc.orb +25 -25
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-document-viewer.orb +104 -104
- package/dist/registry/ui/core/molecules/ui-drawer.orb +115 -52
- package/dist/registry/ui/core/molecules/ui-edge-decoration.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-empty-state.orb +49 -49
- package/dist/registry/ui/core/molecules/ui-enemy-plate.orb +33 -33
- package/dist/registry/ui/core/molecules/ui-error-boundary.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-error-state.orb +8 -8
- package/dist/registry/ui/core/molecules/ui-feature-grid.orb +24 -24
- package/dist/registry/ui/core/molecules/ui-file-tree.orb +31 -31
- package/dist/registry/ui/core/molecules/ui-filter-group.orb +61 -61
- package/dist/registry/ui/core/molecules/ui-flex.orb +67 -67
- package/dist/registry/ui/core/molecules/ui-flip-card.orb +15 -15
- package/dist/registry/ui/core/molecules/ui-floating-action-button.orb +58 -58
- package/dist/registry/ui/core/molecules/ui-form-actions.orb +68 -69
- package/dist/registry/ui/core/molecules/ui-form-field.orb +23 -23
- package/dist/registry/ui/core/molecules/ui-form-section-header.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-game-canvas-2d.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-game-hud.orb +63 -63
- package/dist/registry/ui/core/molecules/ui-game-menu.orb +55 -55
- package/dist/registry/ui/core/molecules/ui-game-over-screen.orb +81 -81
- package/dist/registry/ui/core/molecules/ui-gradient-divider.orb +9 -9
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-graph-canvas.orb +111 -111
- package/dist/registry/ui/core/molecules/ui-graph-view.orb +64 -64
- package/dist/registry/ui/core/molecules/ui-grid.orb +51 -51
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-header.orb +125 -125
- package/dist/registry/ui/core/molecules/ui-health-panel.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-input-group.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-inventory-grid.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-inventory-panel.orb +38 -38
- package/dist/registry/ui/core/molecules/ui-isometric-canvas.orb +362 -362
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-jazari-state-machine.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-lightbox.orb +89 -25
- package/dist/registry/ui/core/molecules/ui-likert-scale.orb +23 -23
- package/dist/registry/ui/core/molecules/ui-line-chart.orb +49 -49
- package/dist/registry/ui/core/molecules/ui-loading-state.orb +9 -9
- package/dist/registry/ui/core/molecules/ui-map-view.orb +89 -89
- package/dist/registry/ui/core/molecules/ui-markdown-content.orb +14 -14
- package/dist/registry/ui/core/molecules/ui-marketing-footer.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-matrix-question.orb +54 -54
- package/dist/registry/ui/core/molecules/ui-menu.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-meter.orb +114 -114
- package/dist/registry/ui/core/molecules/ui-modal.orb +126 -63
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-navigation.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-notification.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-number-stepper.orb +56 -56
- package/dist/registry/ui/core/molecules/ui-option-constraint-group.orb +44 -44
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-orbital-visualization.orb +72 -72
- package/dist/{behaviors/registry/ui/core/organisms → registry/ui/core/molecules}/ui-page-header.orb +122 -123
- package/dist/registry/ui/core/molecules/ui-pagination.orb +54 -54
- package/dist/registry/ui/core/molecules/ui-platformer-canvas.orb +125 -125
- package/dist/registry/ui/core/molecules/ui-popover.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-positioned-canvas.orb +73 -21
- package/dist/registry/ui/core/molecules/ui-powerup-slots.orb +14 -14
- package/dist/registry/ui/core/molecules/ui-progress-dots.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-pull-quote.orb +4 -4
- package/dist/registry/ui/core/molecules/ui-pull-to-refresh.orb +8 -8
- package/dist/registry/ui/core/molecules/ui-qr-scanner.orb +25 -25
- package/dist/registry/ui/core/molecules/ui-quest-tracker.orb +33 -33
- package/dist/registry/ui/core/molecules/ui-quiz-block.orb +9 -9
- package/dist/registry/ui/core/molecules/ui-relation-select.orb +77 -77
- package/dist/registry/ui/core/molecules/ui-repeatable-form-section.orb +76 -79
- package/dist/registry/ui/core/molecules/ui-reply-tree.orb +68 -20
- package/dist/registry/ui/core/molecules/ui-resource-bar.orb +32 -32
- package/dist/registry/ui/core/molecules/ui-rich-block-editor.orb +36 -36
- package/dist/registry/ui/core/molecules/ui-scaled-diagram.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-score-board.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-search-input.orb +32 -32
- package/{behaviors/registry/ui/core/organisms → dist/registry/ui/core/molecules}/ui-section.orb +72 -72
- package/dist/registry/ui/core/molecules/ui-side-panel.orb +90 -26
- package/dist/{behaviors/registry/ui/core/organisms → registry/ui/core/molecules}/ui-sidebar.orb +94 -94
- package/dist/{behaviors/registry/ui/core/organisms → registry/ui/core/molecules}/ui-signature-pad.orb +50 -50
- package/dist/registry/ui/core/molecules/ui-simple-grid.orb +27 -27
- package/dist/registry/ui/core/molecules/ui-skeleton.orb +18 -18
- package/dist/registry/ui/core/molecules/ui-social-proof.orb +16 -16
- package/dist/registry/ui/core/molecules/ui-sortable-list.orb +6 -9
- package/dist/{behaviors/registry/ui/core/organisms → registry/ui/core/molecules}/ui-split.orb +75 -75
- package/dist/registry/ui/core/molecules/ui-star-rating.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-stat-badge.orb +56 -56
- package/dist/registry/ui/core/molecules/ui-stat-display.orb +106 -106
- package/dist/registry/ui/core/molecules/ui-swipeable-row.orb +49 -49
- package/dist/registry/ui/core/molecules/ui-table-view.orb +247 -247
- package/dist/registry/ui/core/molecules/ui-tabs.orb +83 -83
- package/dist/registry/ui/core/molecules/ui-tag-input.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-tooltip.orb +27 -27
- package/dist/registry/ui/core/molecules/ui-turn-panel.orb +27 -27
- package/dist/registry/ui/core/molecules/ui-unit-command-bar.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-upload-drop-zone.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-version-diff.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-violation-alert.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-vote-stack.orb +32 -32
- package/dist/registry/ui/core/{organisms → molecules}/ui-wizard-container.orb +283 -283
- package/dist/registry/ui/core/molecules/ui-wizard-navigation.orb +89 -89
- package/dist/registry/ui/core/molecules/ui-wizard-progress.orb +25 -25
- package/dist/registry/ui/core/organisms/ui-action-palette.orb +72 -72
- package/dist/registry/ui/core/organisms/ui-case-study-organism.orb +102 -72
- package/dist/registry/ui/core/organisms/ui-code-view.orb +17 -17
- package/dist/registry/ui/core/organisms/ui-dashboard-grid.orb +108 -108
- package/dist/registry/ui/core/organisms/ui-detail-panel.orb +214 -214
- package/dist/registry/ui/core/organisms/ui-drawer-slot.orb +41 -42
- package/dist/registry/ui/core/organisms/ui-entity-cards.orb +200 -201
- package/dist/registry/ui/core/organisms/ui-entity-list.orb +132 -133
- package/dist/registry/ui/core/organisms/ui-entity-table.orb +252 -252
- package/dist/registry/ui/core/organisms/ui-event-log.orb +33 -33
- package/dist/registry/ui/core/organisms/ui-feature-grid-organism.orb +92 -67
- package/dist/registry/ui/core/organisms/ui-feature-renderer.orb +46 -46
- package/dist/registry/ui/core/organisms/ui-form-section.orb +426 -427
- package/dist/registry/ui/core/organisms/ui-form.orb +462 -463
- package/dist/registry/ui/core/organisms/ui-hero-organism.orb +176 -64
- package/dist/registry/ui/core/organisms/ui-master-detail-layout.orb +27 -27
- package/dist/registry/ui/core/organisms/ui-master-detail.orb +66 -66
- package/dist/registry/ui/core/organisms/ui-media-gallery.orb +132 -132
- package/dist/registry/ui/core/organisms/ui-modal-slot.orb +34 -35
- package/dist/registry/ui/core/organisms/ui-object-rule-panel.orb +75 -75
- package/dist/registry/ui/core/organisms/ui-rule-editor.orb +57 -57
- package/dist/registry/ui/core/organisms/ui-runtime-debugger.orb +18 -18
- package/dist/registry/ui/core/organisms/ui-sequence-bar.orb +86 -86
- package/dist/registry/ui/core/organisms/ui-showcase-organism.orb +119 -78
- package/dist/registry/ui/core/organisms/ui-simulation-canvas.orb +106 -106
- package/dist/registry/ui/core/organisms/ui-simulation-controls.orb +24 -24
- package/dist/registry/ui/core/organisms/ui-simulation-graph.orb +50 -50
- package/dist/registry/ui/core/organisms/ui-split-pane.orb +45 -45
- package/dist/registry/ui/core/organisms/ui-state-machine-view.orb +20 -20
- package/dist/registry/ui/core/organisms/ui-state-node.orb +31 -31
- package/dist/registry/ui/core/organisms/ui-step-flow-organism.orb +116 -96
- package/dist/registry/ui/core/organisms/ui-tabbed-container.orb +22 -22
- package/dist/registry/ui/core/organisms/ui-timeline.orb +79 -79
- package/dist/registry/ui/core/organisms/ui-toast-slot.orb +39 -40
- package/dist/registry/ui/core/organisms/ui-transition-arrow.orb +44 -44
- package/dist/registry/ui/core/organisms/ui-ui-slot-renderer.orb +49 -49
- package/dist/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +76 -76
- package/dist/registry/ui/core/organisms/ui-variable-panel.orb +12 -12
- package/dist/registry/ui/core/templates/ui-auth-layout.orb +19 -19
- package/dist/registry/ui/core/templates/ui-counter-template.orb +26 -26
- package/dist/registry/ui/core/templates/ui-dashboard-layout.orb +118 -119
- package/dist/registry/ui/core/templates/ui-generic-app-template.orb +20 -20
- package/dist/registry/ui/game/atoms/ui-state-indicator.orb +26 -26
- package/dist/registry/ui/game/organisms/ui-action-tile.orb +61 -61
- package/dist/registry/ui/game/organisms/ui-battle-board.orb +258 -258
- package/dist/registry/ui/game/organisms/ui-builder-board.orb +63 -63
- package/dist/registry/ui/game/organisms/ui-canvas-effect.orb +168 -168
- package/dist/registry/ui/game/organisms/ui-castle-board.orb +207 -207
- package/dist/registry/ui/game/organisms/ui-classifier-board.orb +64 -64
- package/dist/registry/ui/game/organisms/ui-debugger-board.orb +39 -39
- package/dist/registry/ui/game/organisms/ui-event-handler-board.orb +89 -89
- package/dist/registry/ui/game/organisms/ui-game-audio-provider.orb +50 -50
- package/dist/registry/ui/game/organisms/ui-game-audio-toggle.orb +10 -10
- package/dist/registry/ui/game/organisms/ui-negotiator-board.orb +68 -68
- package/dist/registry/ui/game/organisms/ui-sequencer-board.orb +120 -120
- package/dist/registry/ui/game/organisms/ui-simulator-board.orb +75 -75
- package/dist/registry/ui/game/organisms/ui-state-architect-board.orb +98 -98
- package/dist/registry/ui/game/organisms/ui-trait-slot.orb +151 -151
- package/dist/registry/ui/game/organisms/ui-trait-state-viewer.orb +111 -111
- package/dist/registry/ui/game/organisms/ui-world-map-board.orb +193 -193
- package/dist/registry/ui/game/templates/ui-battle-template.orb +14 -14
- package/dist/registry/ui/game/templates/ui-castle-template.orb +4 -4
- package/dist/registry/ui/game/templates/ui-game-shell.orb +20 -21
- package/dist/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/dist/registry/ui/game/templates/ui-world-map-template.orb +23 -23
- package/dist/registry/ui/marketing/atoms/ui-animated-counter.orb +12 -12
- package/dist/registry/ui/marketing/atoms/ui-animated-graphic.orb +55 -55
- package/dist/registry/ui/marketing/atoms/ui-animated-reveal.orb +42 -42
- package/dist/registry/ui/marketing/atoms/ui-content-section.orb +13 -13
- package/dist/registry/ui/marketing/atoms/ui-pattern-tile.orb +25 -25
- package/dist/registry/ui/marketing/atoms/ui-stat-card.orb +15 -15
- package/dist/registry/ui/marketing/molecules/ui-article-section.orb +18 -18
- package/dist/registry/ui/marketing/molecules/ui-case-study-card.orb +28 -28
- package/dist/registry/ui/marketing/molecules/ui-community-links.orb +35 -35
- package/dist/registry/ui/marketing/molecules/ui-cta-banner.orb +42 -42
- package/dist/registry/ui/marketing/molecules/ui-feature-card.orb +40 -40
- package/dist/registry/ui/marketing/molecules/ui-geometric-pattern.orb +33 -34
- package/dist/registry/ui/marketing/molecules/ui-hero-section.orb +87 -88
- package/dist/registry/ui/marketing/molecules/ui-install-box.orb +11 -11
- package/dist/registry/ui/marketing/molecules/ui-pricing-card.orb +43 -43
- package/dist/registry/ui/marketing/molecules/ui-pricing-grid.orb +32 -32
- package/dist/registry/ui/marketing/molecules/ui-service-catalog.orb +16 -16
- package/dist/registry/ui/marketing/molecules/ui-showcase-card.orb +19 -19
- package/dist/registry/ui/marketing/molecules/ui-split-section.orb +54 -55
- package/dist/registry/ui/marketing/molecules/ui-stats-grid.orb +11 -11
- package/dist/registry/ui/marketing/molecules/ui-step-flow.orb +19 -19
- package/dist/registry/ui/marketing/molecules/ui-tag-cloud.orb +15 -15
- package/dist/registry/ui/marketing/molecules/ui-team-card.orb +26 -26
- package/dist/registry/ui/marketing/organisms/ui-book-chapter-view.orb +20 -20
- package/dist/registry/ui/marketing/organisms/ui-book-cover-page.orb +27 -27
- package/dist/registry/ui/marketing/organisms/ui-book-nav-bar.orb +24 -24
- package/dist/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +28 -28
- package/dist/registry/ui/marketing/organisms/ui-book-viewer.orb +119 -119
- package/dist/registry/ui/marketing/organisms/ui-pricing-organism.orb +114 -71
- package/dist/registry/ui/marketing/organisms/ui-stats-organism.orb +71 -61
- package/dist/registry/ui/marketing/organisms/ui-team-organism.orb +80 -55
- package/dist/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/dist/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/dist/registry/ui/marketing/templates/ui-landing-page-template.orb +11 -11
- package/dist/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/package.json +1 -1
- package/behaviors/registry/ui/core/molecules/ui-code-example.orb +0 -125
- package/behaviors/registry/ui/core/organisms/ui-table.orb +0 -312
- package/dist/behaviors/registry/ui/core/molecules/ui-code-example.orb +0 -125
- package/dist/behaviors/registry/ui/core/organisms/ui-table.orb +0 -312
- package/dist/registry/ui/core/molecules/ui-code-example.orb +0 -125
- package/dist/registry/ui/core/organisms/ui-table.orb +0 -312
|
@@ -162,36 +162,41 @@
|
|
|
162
162
|
"render-ui",
|
|
163
163
|
"main",
|
|
164
164
|
{
|
|
165
|
+
"initialData": "@config.initialData",
|
|
166
|
+
"gap": "@config.gap",
|
|
167
|
+
"submitLabel": "@config.submitLabel",
|
|
168
|
+
"showCancel": "@config.showCancel",
|
|
165
169
|
"fields": "@config.fields",
|
|
166
|
-
"mode": "@config.mode",
|
|
167
|
-
"cancelLabel": "@config.cancelLabel",
|
|
168
|
-
"title": "@config.title",
|
|
169
170
|
"submitEvent": "SUBMIT",
|
|
170
|
-
"
|
|
171
|
+
"relationsData": "@config.relationsData",
|
|
171
172
|
"evaluationContext": "@config.evaluationContext",
|
|
172
|
-
"
|
|
173
|
-
"
|
|
173
|
+
"onFieldChange": "FIELD_CHANGE",
|
|
174
|
+
"layout": "@config.layout",
|
|
174
175
|
"error": "@config.error",
|
|
175
|
-
"
|
|
176
|
+
"mode": "@config.mode",
|
|
177
|
+
"entity": "@entity",
|
|
178
|
+
"violationTriggers": "@config.violationTriggers",
|
|
179
|
+
"cancelLabel": "@config.cancelLabel",
|
|
176
180
|
"showSubmit": "@config.showSubmit",
|
|
177
|
-
"submitLabel": "@config.submitLabel",
|
|
178
|
-
"isLoading": "@config.isLoading",
|
|
179
|
-
"onFieldChange": "FIELD_CHANGE",
|
|
180
|
-
"configPath": "@config.configPath",
|
|
181
181
|
"sections": "@config.sections",
|
|
182
|
+
"configPath": "@config.configPath",
|
|
182
183
|
"relationsLoading": "@config.relationsLoading",
|
|
183
|
-
"violationTriggers": "@config.violationTriggers",
|
|
184
|
-
"children": "@config.children",
|
|
185
|
-
"relationsData": "@config.relationsData",
|
|
186
184
|
"conditionalFields": "@config.conditionalFields",
|
|
187
|
-
"
|
|
185
|
+
"isLoading": "@config.isLoading",
|
|
188
186
|
"onSubmit": "@config.onSubmit",
|
|
187
|
+
"onCancel": "@config.onCancel",
|
|
188
|
+
"cancelEvent": "CANCEL",
|
|
189
|
+
"repeatable": "@config.repeatable",
|
|
190
|
+
"children": [
|
|
191
|
+
{
|
|
192
|
+
"type": "text",
|
|
193
|
+
"content": "Sample content"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
189
196
|
"className": "@config.className",
|
|
190
197
|
"hiddenCalculations": "@config.hiddenCalculations",
|
|
191
|
-
"onCancel": "@config.onCancel",
|
|
192
|
-
"entity": "@entity",
|
|
193
198
|
"type": "form",
|
|
194
|
-
"
|
|
199
|
+
"title": "@config.title"
|
|
195
200
|
}
|
|
196
201
|
]
|
|
197
202
|
]
|
|
@@ -199,38 +204,60 @@
|
|
|
199
204
|
]
|
|
200
205
|
},
|
|
201
206
|
"config": {
|
|
202
|
-
"
|
|
207
|
+
"title": {
|
|
203
208
|
"type": "string",
|
|
204
|
-
"default": "
|
|
205
|
-
"label": "
|
|
206
|
-
"description": "Form
|
|
207
|
-
"tier": "presentation"
|
|
208
|
-
"values": [
|
|
209
|
-
"create",
|
|
210
|
-
"edit"
|
|
211
|
-
]
|
|
209
|
+
"default": "",
|
|
210
|
+
"label": "Title",
|
|
211
|
+
"description": "Form title (used by ModalSlot to extract title)",
|
|
212
|
+
"tier": "presentation"
|
|
212
213
|
},
|
|
213
|
-
"
|
|
214
|
-
"type": "Map<string,
|
|
214
|
+
"relationsData": {
|
|
215
|
+
"type": "Map<string,[FormRelationsDataValueItem]>",
|
|
215
216
|
"default": {},
|
|
216
|
-
"label": "Relations
|
|
217
|
-
"description": "
|
|
217
|
+
"label": "Relations Data",
|
|
218
|
+
"description": "Relation data props",
|
|
218
219
|
"tier": "presentation",
|
|
219
220
|
"items": {
|
|
220
|
-
"type": "
|
|
221
|
+
"type": "array",
|
|
222
|
+
"items": {
|
|
223
|
+
"type": "object",
|
|
224
|
+
"properties": {
|
|
225
|
+
"value": {
|
|
226
|
+
"name": "value",
|
|
227
|
+
"type": "string",
|
|
228
|
+
"required": true
|
|
229
|
+
},
|
|
230
|
+
"disabled": {
|
|
231
|
+
"name": "disabled",
|
|
232
|
+
"type": "boolean",
|
|
233
|
+
"required": false
|
|
234
|
+
},
|
|
235
|
+
"label": {
|
|
236
|
+
"name": "label",
|
|
237
|
+
"type": "string",
|
|
238
|
+
"required": true
|
|
239
|
+
},
|
|
240
|
+
"description": {
|
|
241
|
+
"name": "description",
|
|
242
|
+
"type": "string",
|
|
243
|
+
"required": false
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
221
247
|
}
|
|
222
248
|
},
|
|
223
|
-
"
|
|
224
|
-
"type": "node",
|
|
225
|
-
"label": "Children",
|
|
226
|
-
"description": "Form fields (traditional React children)",
|
|
227
|
-
"tier": "presentation"
|
|
228
|
-
},
|
|
229
|
-
"cancelLabel": {
|
|
249
|
+
"submitLabel": {
|
|
230
250
|
"type": "string",
|
|
231
251
|
"default": "",
|
|
232
|
-
"label": "
|
|
233
|
-
"description": "
|
|
252
|
+
"label": "Submit Label",
|
|
253
|
+
"description": "Submit button label",
|
|
254
|
+
"tier": "presentation"
|
|
255
|
+
},
|
|
256
|
+
"showSubmit": {
|
|
257
|
+
"type": "boolean",
|
|
258
|
+
"default": true,
|
|
259
|
+
"label": "Show Submit",
|
|
260
|
+
"description": "Show submit button (defaults to true for schema forms). Set false when a parent atom owns the submit action externally (e.g. wizard footers).",
|
|
234
261
|
"tier": "presentation"
|
|
235
262
|
},
|
|
236
263
|
"onCancel": {
|
|
@@ -240,13 +267,35 @@
|
|
|
240
267
|
"description": "Cancel event name for trait dispatch (emitted via eventBus as UI:{onCancel})",
|
|
241
268
|
"tier": "presentation"
|
|
242
269
|
},
|
|
243
|
-
"
|
|
270
|
+
"layout": {
|
|
271
|
+
"type": "string",
|
|
272
|
+
"default": "vertical",
|
|
273
|
+
"label": "Layout",
|
|
274
|
+
"description": "Form layout",
|
|
275
|
+
"tier": "presentation",
|
|
276
|
+
"values": [
|
|
277
|
+
"vertical",
|
|
278
|
+
"horizontal",
|
|
279
|
+
"inline"
|
|
280
|
+
]
|
|
281
|
+
},
|
|
282
|
+
"showCancel": {
|
|
244
283
|
"type": "boolean",
|
|
245
284
|
"default": false,
|
|
246
|
-
"label": "
|
|
247
|
-
"description": "
|
|
285
|
+
"label": "Show Cancel",
|
|
286
|
+
"description": "Show cancel button (defaults to true for schema forms)",
|
|
248
287
|
"tier": "presentation"
|
|
249
288
|
},
|
|
289
|
+
"relationsLoading": {
|
|
290
|
+
"type": "Map<string,boolean>",
|
|
291
|
+
"default": {},
|
|
292
|
+
"label": "Relations Loading",
|
|
293
|
+
"description": "Loading state for relation data: { fieldName: boolean }",
|
|
294
|
+
"tier": "presentation",
|
|
295
|
+
"items": {
|
|
296
|
+
"type": "boolean"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
250
299
|
"hiddenCalculations": {
|
|
251
300
|
"type": "[FormHiddenCalculationsItem]",
|
|
252
301
|
"default": [],
|
|
@@ -256,6 +305,11 @@
|
|
|
256
305
|
"items": {
|
|
257
306
|
"type": "object",
|
|
258
307
|
"properties": {
|
|
308
|
+
"variableName": {
|
|
309
|
+
"name": "variableName",
|
|
310
|
+
"type": "string",
|
|
311
|
+
"required": true
|
|
312
|
+
},
|
|
259
313
|
"expression": {
|
|
260
314
|
"name": "expression",
|
|
261
315
|
"type": "object",
|
|
@@ -268,214 +322,294 @@
|
|
|
268
322
|
"items": {
|
|
269
323
|
"type": "string"
|
|
270
324
|
}
|
|
271
|
-
},
|
|
272
|
-
"variableName": {
|
|
273
|
-
"name": "variableName",
|
|
274
|
-
"type": "string",
|
|
275
|
-
"required": true
|
|
276
325
|
}
|
|
277
326
|
}
|
|
278
327
|
}
|
|
279
328
|
},
|
|
280
|
-
"
|
|
281
|
-
"type": "
|
|
282
|
-
"default":
|
|
283
|
-
"label": "
|
|
284
|
-
"description": "
|
|
285
|
-
"tier": "presentation"
|
|
286
|
-
},
|
|
287
|
-
"evaluationContext": {
|
|
288
|
-
"type": "FormEvaluationContext",
|
|
289
|
-
"label": "Evaluation Context",
|
|
290
|
-
"description": "Context for S-expression evaluation - accepts flexible types from generated code",
|
|
329
|
+
"violationTriggers": {
|
|
330
|
+
"type": "[FormViolationTriggersItem]",
|
|
331
|
+
"default": [],
|
|
332
|
+
"label": "Violation Triggers",
|
|
333
|
+
"description": "Violation conditions that emit VIOLATION_DETECTED when met (boolean true means enabled but config loaded separately)",
|
|
291
334
|
"tier": "presentation",
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
|
|
295
|
-
"
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
"
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
335
|
+
"items": {
|
|
336
|
+
"type": "object",
|
|
337
|
+
"properties": {
|
|
338
|
+
"condition": {
|
|
339
|
+
"name": "condition",
|
|
340
|
+
"type": "object",
|
|
341
|
+
"required": true
|
|
342
|
+
},
|
|
343
|
+
"violation": {
|
|
344
|
+
"name": "violation",
|
|
345
|
+
"type": "object",
|
|
346
|
+
"required": true,
|
|
347
|
+
"properties": {
|
|
348
|
+
"message": {
|
|
349
|
+
"name": "message",
|
|
350
|
+
"type": "string",
|
|
351
|
+
"required": true
|
|
352
|
+
},
|
|
353
|
+
"law": {
|
|
354
|
+
"name": "law",
|
|
355
|
+
"type": "string",
|
|
356
|
+
"required": true
|
|
357
|
+
},
|
|
358
|
+
"article": {
|
|
359
|
+
"name": "article",
|
|
360
|
+
"type": "string",
|
|
361
|
+
"required": true
|
|
362
|
+
},
|
|
363
|
+
"actionType": {
|
|
364
|
+
"name": "actionType",
|
|
365
|
+
"type": "string",
|
|
366
|
+
"required": true,
|
|
367
|
+
"values": [
|
|
368
|
+
"measure",
|
|
369
|
+
"admin",
|
|
370
|
+
"penalty"
|
|
371
|
+
]
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"fieldId": {
|
|
376
|
+
"name": "fieldId",
|
|
377
|
+
"type": "string",
|
|
378
|
+
"required": false
|
|
379
|
+
}
|
|
312
380
|
}
|
|
313
381
|
}
|
|
314
382
|
},
|
|
315
|
-
"
|
|
316
|
-
"type": "
|
|
317
|
-
"default":
|
|
318
|
-
"label": "
|
|
319
|
-
"description": "
|
|
320
|
-
"tier": "presentation",
|
|
321
|
-
"values": [
|
|
322
|
-
"vertical",
|
|
323
|
-
"horizontal",
|
|
324
|
-
"inline"
|
|
325
|
-
]
|
|
326
|
-
},
|
|
327
|
-
"gap": {
|
|
328
|
-
"type": "string",
|
|
329
|
-
"default": "md",
|
|
330
|
-
"label": "Gap",
|
|
331
|
-
"description": "Gap between fields",
|
|
332
|
-
"tier": "presentation",
|
|
333
|
-
"values": [
|
|
334
|
-
"sm",
|
|
335
|
-
"md",
|
|
336
|
-
"lg"
|
|
337
|
-
]
|
|
338
|
-
},
|
|
339
|
-
"repeatable": {
|
|
340
|
-
"type": "boolean",
|
|
341
|
-
"default": false,
|
|
342
|
-
"label": "Repeatable",
|
|
343
|
-
"description": "Whether the form supports repeatable entries",
|
|
344
|
-
"tier": "presentation"
|
|
345
|
-
},
|
|
346
|
-
"configPath": {
|
|
347
|
-
"type": "string",
|
|
348
|
-
"default": "",
|
|
349
|
-
"label": "Config Path",
|
|
350
|
-
"description": "Config path for form configuration (schema-driven)",
|
|
351
|
-
"tier": "presentation"
|
|
352
|
-
},
|
|
353
|
-
"conditionalFields": {
|
|
354
|
-
"type": "Map<string,SExpr>",
|
|
355
|
-
"default": {},
|
|
356
|
-
"label": "Conditional Fields",
|
|
357
|
-
"description": "Inspection form extensions",
|
|
358
|
-
"tier": "presentation",
|
|
359
|
-
"items": {
|
|
360
|
-
"type": "object"
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
"relationsData": {
|
|
364
|
-
"type": "Map<string,[FormRelationsDataValueItem]>",
|
|
365
|
-
"default": {},
|
|
366
|
-
"label": "Relations Data",
|
|
367
|
-
"description": "Relation data props",
|
|
368
|
-
"tier": "presentation",
|
|
369
|
-
"items": {
|
|
370
|
-
"type": "array",
|
|
371
|
-
"items": {
|
|
372
|
-
"type": "object",
|
|
373
|
-
"properties": {
|
|
374
|
-
"description": {
|
|
375
|
-
"name": "description",
|
|
376
|
-
"type": "string",
|
|
377
|
-
"required": false
|
|
378
|
-
},
|
|
379
|
-
"value": {
|
|
380
|
-
"name": "value",
|
|
381
|
-
"type": "string",
|
|
382
|
-
"required": true
|
|
383
|
-
},
|
|
384
|
-
"label": {
|
|
385
|
-
"name": "label",
|
|
386
|
-
"type": "string",
|
|
387
|
-
"required": true
|
|
388
|
-
},
|
|
389
|
-
"disabled": {
|
|
390
|
-
"name": "disabled",
|
|
391
|
-
"type": "boolean",
|
|
392
|
-
"required": false
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
"title": {
|
|
399
|
-
"type": "string",
|
|
400
|
-
"default": "",
|
|
401
|
-
"label": "Title",
|
|
402
|
-
"description": "Form title (used by ModalSlot to extract title)",
|
|
403
|
-
"tier": "presentation"
|
|
404
|
-
},
|
|
405
|
-
"showCancel": {
|
|
406
|
-
"type": "boolean",
|
|
407
|
-
"default": false,
|
|
408
|
-
"label": "Show Cancel",
|
|
409
|
-
"description": "Show cancel button (defaults to true for schema forms)",
|
|
410
|
-
"tier": "presentation"
|
|
411
|
-
},
|
|
412
|
-
"violationTriggers": {
|
|
413
|
-
"type": "[FormViolationTriggersItem]",
|
|
414
|
-
"default": [],
|
|
415
|
-
"label": "Violation Triggers",
|
|
416
|
-
"description": "Violation conditions that emit VIOLATION_DETECTED when met (boolean true means enabled but config loaded separately)",
|
|
383
|
+
"sections": {
|
|
384
|
+
"type": "[FormSectionsItem]",
|
|
385
|
+
"default": [],
|
|
386
|
+
"label": "Sections",
|
|
387
|
+
"description": "Nested form sections with optional conditions",
|
|
417
388
|
"tier": "presentation",
|
|
418
389
|
"items": {
|
|
419
390
|
"type": "object",
|
|
420
391
|
"properties": {
|
|
392
|
+
"id": {
|
|
393
|
+
"name": "id",
|
|
394
|
+
"type": "string",
|
|
395
|
+
"required": true
|
|
396
|
+
},
|
|
397
|
+
"title": {
|
|
398
|
+
"name": "title",
|
|
399
|
+
"type": "string",
|
|
400
|
+
"required": true
|
|
401
|
+
},
|
|
421
402
|
"condition": {
|
|
422
403
|
"name": "condition",
|
|
423
404
|
"type": "object",
|
|
424
|
-
"required":
|
|
405
|
+
"required": false
|
|
425
406
|
},
|
|
426
|
-
"
|
|
427
|
-
"name": "
|
|
428
|
-
"type": "
|
|
407
|
+
"fields": {
|
|
408
|
+
"name": "fields",
|
|
409
|
+
"type": "array",
|
|
429
410
|
"required": true,
|
|
430
|
-
"
|
|
431
|
-
"
|
|
432
|
-
|
|
433
|
-
"
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
"
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
"
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
"
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
411
|
+
"items": {
|
|
412
|
+
"type": "object",
|
|
413
|
+
"properties": {
|
|
414
|
+
"required": {
|
|
415
|
+
"name": "required",
|
|
416
|
+
"type": "boolean",
|
|
417
|
+
"required": false
|
|
418
|
+
},
|
|
419
|
+
"max": {
|
|
420
|
+
"name": "max",
|
|
421
|
+
"type": "number",
|
|
422
|
+
"required": false
|
|
423
|
+
},
|
|
424
|
+
"name": {
|
|
425
|
+
"name": "name",
|
|
426
|
+
"type": "string",
|
|
427
|
+
"required": false
|
|
428
|
+
},
|
|
429
|
+
"options": {
|
|
430
|
+
"name": "options",
|
|
431
|
+
"type": "array",
|
|
432
|
+
"required": false,
|
|
433
|
+
"items": {
|
|
434
|
+
"type": "object",
|
|
435
|
+
"properties": {
|
|
436
|
+
"value": {
|
|
437
|
+
"name": "value",
|
|
438
|
+
"type": "string",
|
|
439
|
+
"required": true
|
|
440
|
+
},
|
|
441
|
+
"label": {
|
|
442
|
+
"name": "label",
|
|
443
|
+
"type": "string",
|
|
444
|
+
"required": true
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"disabled": {
|
|
450
|
+
"name": "disabled",
|
|
451
|
+
"type": "boolean",
|
|
452
|
+
"required": false
|
|
453
|
+
},
|
|
454
|
+
"relation": {
|
|
455
|
+
"name": "relation",
|
|
456
|
+
"type": "object",
|
|
457
|
+
"required": false,
|
|
458
|
+
"properties": {
|
|
459
|
+
"displayField": {
|
|
460
|
+
"name": "displayField",
|
|
461
|
+
"type": "string",
|
|
462
|
+
"required": false
|
|
463
|
+
},
|
|
464
|
+
"cardinality": {
|
|
465
|
+
"name": "cardinality",
|
|
466
|
+
"type": "string",
|
|
467
|
+
"required": false,
|
|
468
|
+
"values": [
|
|
469
|
+
"one",
|
|
470
|
+
"many"
|
|
471
|
+
]
|
|
472
|
+
},
|
|
473
|
+
"entity": {
|
|
474
|
+
"name": "entity",
|
|
475
|
+
"type": "string",
|
|
476
|
+
"required": true
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"placeholder": {
|
|
481
|
+
"name": "placeholder",
|
|
482
|
+
"type": "string",
|
|
483
|
+
"required": false
|
|
484
|
+
},
|
|
485
|
+
"min": {
|
|
486
|
+
"name": "min",
|
|
487
|
+
"type": "number",
|
|
488
|
+
"required": false
|
|
489
|
+
},
|
|
490
|
+
"inputType": {
|
|
491
|
+
"name": "inputType",
|
|
492
|
+
"type": "string",
|
|
493
|
+
"required": false
|
|
494
|
+
},
|
|
495
|
+
"pattern": {
|
|
496
|
+
"name": "pattern",
|
|
497
|
+
"type": "string",
|
|
498
|
+
"required": false
|
|
499
|
+
},
|
|
500
|
+
"values": {
|
|
501
|
+
"name": "values",
|
|
502
|
+
"type": "array",
|
|
503
|
+
"required": false,
|
|
504
|
+
"items": {
|
|
505
|
+
"type": "string"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
"validation": {
|
|
509
|
+
"name": "validation",
|
|
510
|
+
"type": "string",
|
|
511
|
+
"required": false
|
|
512
|
+
},
|
|
513
|
+
"label": {
|
|
514
|
+
"name": "label",
|
|
515
|
+
"type": "string",
|
|
516
|
+
"required": false
|
|
517
|
+
},
|
|
518
|
+
"readonly": {
|
|
519
|
+
"name": "readonly",
|
|
520
|
+
"type": "boolean",
|
|
521
|
+
"required": false
|
|
522
|
+
},
|
|
523
|
+
"type": {
|
|
524
|
+
"name": "type",
|
|
525
|
+
"type": "string",
|
|
526
|
+
"required": false
|
|
527
|
+
},
|
|
528
|
+
"defaultValue": {
|
|
529
|
+
"name": "defaultValue",
|
|
530
|
+
"type": "string",
|
|
531
|
+
"required": false
|
|
532
|
+
},
|
|
533
|
+
"field": {
|
|
534
|
+
"name": "field",
|
|
535
|
+
"type": "string",
|
|
536
|
+
"required": false
|
|
537
|
+
}
|
|
455
538
|
}
|
|
456
539
|
}
|
|
457
540
|
},
|
|
458
|
-
"
|
|
459
|
-
"name": "
|
|
460
|
-
"type": "
|
|
541
|
+
"collapsible": {
|
|
542
|
+
"name": "collapsible",
|
|
543
|
+
"type": "boolean",
|
|
461
544
|
"required": false
|
|
462
545
|
}
|
|
463
546
|
}
|
|
464
547
|
}
|
|
465
548
|
},
|
|
466
|
-
"
|
|
549
|
+
"configPath": {
|
|
467
550
|
"type": "string",
|
|
468
551
|
"default": "",
|
|
469
|
-
"label": "
|
|
470
|
-
"description": "
|
|
552
|
+
"label": "Config Path",
|
|
553
|
+
"description": "Config path for form configuration (schema-driven)",
|
|
471
554
|
"tier": "presentation"
|
|
472
555
|
},
|
|
556
|
+
"onSubmit": {
|
|
557
|
+
"type": "string",
|
|
558
|
+
"default": "",
|
|
559
|
+
"label": "On Submit",
|
|
560
|
+
"description": "Submit event name for trait dispatch (emitted via eventBus as UI:{onSubmit})",
|
|
561
|
+
"tier": "presentation"
|
|
562
|
+
},
|
|
563
|
+
"initialData": {
|
|
564
|
+
"type": "json",
|
|
565
|
+
"label": "Initial Data",
|
|
566
|
+
"description": "Initial form data",
|
|
567
|
+
"tier": "presentation"
|
|
568
|
+
},
|
|
569
|
+
"isLoading": {
|
|
570
|
+
"type": "boolean",
|
|
571
|
+
"default": false,
|
|
572
|
+
"label": "Is Loading",
|
|
573
|
+
"description": "Loading state",
|
|
574
|
+
"tier": "presentation"
|
|
575
|
+
},
|
|
576
|
+
"conditionalFields": {
|
|
577
|
+
"type": "Map<string,SExpr>",
|
|
578
|
+
"default": {},
|
|
579
|
+
"label": "Conditional Fields",
|
|
580
|
+
"description": "Inspection form extensions",
|
|
581
|
+
"tier": "presentation",
|
|
582
|
+
"items": {
|
|
583
|
+
"type": "object"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"mode": {
|
|
587
|
+
"type": "string",
|
|
588
|
+
"default": "create",
|
|
589
|
+
"label": "Mode",
|
|
590
|
+
"description": "Form mode — 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'.",
|
|
591
|
+
"tier": "presentation",
|
|
592
|
+
"values": [
|
|
593
|
+
"create",
|
|
594
|
+
"edit"
|
|
595
|
+
]
|
|
596
|
+
},
|
|
473
597
|
"error": {
|
|
474
598
|
"type": "FormError",
|
|
475
599
|
"label": "Error",
|
|
476
600
|
"description": "Error state",
|
|
477
601
|
"tier": "presentation",
|
|
478
602
|
"properties": {
|
|
603
|
+
"stack": {
|
|
604
|
+
"name": "stack",
|
|
605
|
+
"type": "string",
|
|
606
|
+
"required": false
|
|
607
|
+
},
|
|
608
|
+
"message": {
|
|
609
|
+
"name": "message",
|
|
610
|
+
"type": "string",
|
|
611
|
+
"required": true
|
|
612
|
+
},
|
|
479
613
|
"code": {
|
|
480
614
|
"name": "code",
|
|
481
615
|
"type": "string",
|
|
@@ -485,37 +619,68 @@
|
|
|
485
619
|
"name": "name",
|
|
486
620
|
"type": "string",
|
|
487
621
|
"required": false
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"repeatable": {
|
|
626
|
+
"type": "boolean",
|
|
627
|
+
"default": false,
|
|
628
|
+
"label": "Repeatable",
|
|
629
|
+
"description": "Whether the form supports repeatable entries",
|
|
630
|
+
"tier": "presentation"
|
|
631
|
+
},
|
|
632
|
+
"gap": {
|
|
633
|
+
"type": "string",
|
|
634
|
+
"default": "md",
|
|
635
|
+
"label": "Gap",
|
|
636
|
+
"description": "Gap between fields",
|
|
637
|
+
"tier": "presentation",
|
|
638
|
+
"values": [
|
|
639
|
+
"sm",
|
|
640
|
+
"md",
|
|
641
|
+
"lg"
|
|
642
|
+
]
|
|
643
|
+
},
|
|
644
|
+
"cancelLabel": {
|
|
645
|
+
"type": "string",
|
|
646
|
+
"default": "",
|
|
647
|
+
"label": "Cancel Label",
|
|
648
|
+
"description": "Cancel button label (if provided, shows cancel button)",
|
|
649
|
+
"tier": "presentation"
|
|
650
|
+
},
|
|
651
|
+
"evaluationContext": {
|
|
652
|
+
"type": "FormEvaluationContext",
|
|
653
|
+
"label": "Evaluation Context",
|
|
654
|
+
"description": "Context for S-expression evaluation - accepts flexible types from generated code",
|
|
655
|
+
"tier": "presentation",
|
|
656
|
+
"properties": {
|
|
657
|
+
"globalVariables": {
|
|
658
|
+
"name": "globalVariables",
|
|
659
|
+
"type": "string",
|
|
660
|
+
"required": true
|
|
488
661
|
},
|
|
489
|
-
"
|
|
490
|
-
"name": "
|
|
662
|
+
"entity": {
|
|
663
|
+
"name": "entity",
|
|
664
|
+
"type": "string",
|
|
665
|
+
"required": false
|
|
666
|
+
},
|
|
667
|
+
"formValues": {
|
|
668
|
+
"name": "formValues",
|
|
491
669
|
"type": "string",
|
|
492
670
|
"required": true
|
|
493
671
|
},
|
|
494
|
-
"
|
|
495
|
-
"name": "
|
|
672
|
+
"localVariables": {
|
|
673
|
+
"name": "localVariables",
|
|
496
674
|
"type": "string",
|
|
497
675
|
"required": false
|
|
498
676
|
}
|
|
499
677
|
}
|
|
500
678
|
},
|
|
501
|
-
"
|
|
502
|
-
"type": "string",
|
|
503
|
-
"default": "",
|
|
504
|
-
"label": "On Submit",
|
|
505
|
-
"description": "Submit event name for trait dispatch (emitted via eventBus as UI:{onSubmit})",
|
|
506
|
-
"tier": "presentation"
|
|
507
|
-
},
|
|
508
|
-
"submitLabel": {
|
|
679
|
+
"className": {
|
|
509
680
|
"type": "string",
|
|
510
681
|
"default": "",
|
|
511
|
-
"label": "
|
|
512
|
-
"description": "
|
|
513
|
-
"tier": "presentation"
|
|
514
|
-
},
|
|
515
|
-
"initialData": {
|
|
516
|
-
"type": "json",
|
|
517
|
-
"label": "Initial Data",
|
|
518
|
-
"description": "Initial form data",
|
|
682
|
+
"label": "Class Name",
|
|
683
|
+
"description": "Additional CSS classes",
|
|
519
684
|
"tier": "presentation"
|
|
520
685
|
},
|
|
521
686
|
"fields": {
|
|
@@ -527,51 +692,78 @@
|
|
|
527
692
|
"items": {
|
|
528
693
|
"type": "object",
|
|
529
694
|
"properties": {
|
|
530
|
-
"
|
|
531
|
-
"name": "
|
|
695
|
+
"type": {
|
|
696
|
+
"name": "type",
|
|
697
|
+
"type": "string",
|
|
698
|
+
"required": false
|
|
699
|
+
},
|
|
700
|
+
"max": {
|
|
701
|
+
"name": "max",
|
|
532
702
|
"type": "number",
|
|
533
703
|
"required": false
|
|
534
704
|
},
|
|
705
|
+
"readonly": {
|
|
706
|
+
"name": "readonly",
|
|
707
|
+
"type": "boolean",
|
|
708
|
+
"required": false
|
|
709
|
+
},
|
|
710
|
+
"label": {
|
|
711
|
+
"name": "label",
|
|
712
|
+
"type": "string",
|
|
713
|
+
"required": false
|
|
714
|
+
},
|
|
715
|
+
"field": {
|
|
716
|
+
"name": "field",
|
|
717
|
+
"type": "string",
|
|
718
|
+
"required": false
|
|
719
|
+
},
|
|
535
720
|
"disabled": {
|
|
536
721
|
"name": "disabled",
|
|
537
722
|
"type": "boolean",
|
|
538
723
|
"required": false
|
|
539
724
|
},
|
|
540
|
-
"
|
|
541
|
-
"name": "
|
|
725
|
+
"required": {
|
|
726
|
+
"name": "required",
|
|
542
727
|
"type": "boolean",
|
|
543
728
|
"required": false
|
|
544
729
|
},
|
|
545
|
-
"validation": {
|
|
546
|
-
"name": "validation",
|
|
547
|
-
"type": "string",
|
|
548
|
-
"required": false
|
|
549
|
-
},
|
|
550
730
|
"name": {
|
|
551
731
|
"name": "name",
|
|
552
732
|
"type": "string",
|
|
553
733
|
"required": false
|
|
554
734
|
},
|
|
555
|
-
"
|
|
556
|
-
"name": "
|
|
735
|
+
"options": {
|
|
736
|
+
"name": "options",
|
|
557
737
|
"type": "array",
|
|
558
738
|
"required": false,
|
|
559
739
|
"items": {
|
|
560
|
-
"type": "
|
|
740
|
+
"type": "object",
|
|
741
|
+
"properties": {
|
|
742
|
+
"label": {
|
|
743
|
+
"name": "label",
|
|
744
|
+
"type": "string",
|
|
745
|
+
"required": true
|
|
746
|
+
},
|
|
747
|
+
"value": {
|
|
748
|
+
"name": "value",
|
|
749
|
+
"type": "string",
|
|
750
|
+
"required": true
|
|
751
|
+
}
|
|
752
|
+
}
|
|
561
753
|
}
|
|
562
754
|
},
|
|
563
|
-
"
|
|
564
|
-
"name": "
|
|
755
|
+
"validation": {
|
|
756
|
+
"name": "validation",
|
|
565
757
|
"type": "string",
|
|
566
758
|
"required": false
|
|
567
759
|
},
|
|
568
|
-
"
|
|
569
|
-
"name": "
|
|
570
|
-
"type": "
|
|
760
|
+
"min": {
|
|
761
|
+
"name": "min",
|
|
762
|
+
"type": "number",
|
|
571
763
|
"required": false
|
|
572
764
|
},
|
|
573
|
-
"
|
|
574
|
-
"name": "
|
|
765
|
+
"pattern": {
|
|
766
|
+
"name": "pattern",
|
|
575
767
|
"type": "string",
|
|
576
768
|
"required": false
|
|
577
769
|
},
|
|
@@ -580,24 +772,12 @@
|
|
|
580
772
|
"type": "string",
|
|
581
773
|
"required": false
|
|
582
774
|
},
|
|
583
|
-
"
|
|
584
|
-
"name": "
|
|
775
|
+
"values": {
|
|
776
|
+
"name": "values",
|
|
585
777
|
"type": "array",
|
|
586
778
|
"required": false,
|
|
587
779
|
"items": {
|
|
588
|
-
"type": "
|
|
589
|
-
"properties": {
|
|
590
|
-
"value": {
|
|
591
|
-
"name": "value",
|
|
592
|
-
"type": "string",
|
|
593
|
-
"required": true
|
|
594
|
-
},
|
|
595
|
-
"label": {
|
|
596
|
-
"name": "label",
|
|
597
|
-
"type": "string",
|
|
598
|
-
"required": true
|
|
599
|
-
}
|
|
600
|
-
}
|
|
780
|
+
"type": "string"
|
|
601
781
|
}
|
|
602
782
|
},
|
|
603
783
|
"placeholder": {
|
|
@@ -605,21 +785,26 @@
|
|
|
605
785
|
"type": "string",
|
|
606
786
|
"required": false
|
|
607
787
|
},
|
|
788
|
+
"defaultValue": {
|
|
789
|
+
"name": "defaultValue",
|
|
790
|
+
"type": "string",
|
|
791
|
+
"required": false
|
|
792
|
+
},
|
|
608
793
|
"relation": {
|
|
609
794
|
"name": "relation",
|
|
610
795
|
"type": "object",
|
|
611
796
|
"required": false,
|
|
612
797
|
"properties": {
|
|
613
|
-
"entity": {
|
|
614
|
-
"name": "entity",
|
|
615
|
-
"type": "string",
|
|
616
|
-
"required": true
|
|
617
|
-
},
|
|
618
798
|
"displayField": {
|
|
619
799
|
"name": "displayField",
|
|
620
800
|
"type": "string",
|
|
621
801
|
"required": false
|
|
622
802
|
},
|
|
803
|
+
"entity": {
|
|
804
|
+
"name": "entity",
|
|
805
|
+
"type": "string",
|
|
806
|
+
"required": true
|
|
807
|
+
},
|
|
623
808
|
"cardinality": {
|
|
624
809
|
"name": "cardinality",
|
|
625
810
|
"type": "string",
|
|
@@ -630,192 +815,6 @@
|
|
|
630
815
|
]
|
|
631
816
|
}
|
|
632
817
|
}
|
|
633
|
-
},
|
|
634
|
-
"required": {
|
|
635
|
-
"name": "required",
|
|
636
|
-
"type": "boolean",
|
|
637
|
-
"required": false
|
|
638
|
-
},
|
|
639
|
-
"defaultValue": {
|
|
640
|
-
"name": "defaultValue",
|
|
641
|
-
"type": "string",
|
|
642
|
-
"required": false
|
|
643
|
-
},
|
|
644
|
-
"max": {
|
|
645
|
-
"name": "max",
|
|
646
|
-
"type": "number",
|
|
647
|
-
"required": false
|
|
648
|
-
},
|
|
649
|
-
"type": {
|
|
650
|
-
"name": "type",
|
|
651
|
-
"type": "string",
|
|
652
|
-
"required": false
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
}
|
|
656
|
-
},
|
|
657
|
-
"sections": {
|
|
658
|
-
"type": "[FormSectionsItem]",
|
|
659
|
-
"default": [],
|
|
660
|
-
"label": "Sections",
|
|
661
|
-
"description": "Nested form sections with optional conditions",
|
|
662
|
-
"tier": "presentation",
|
|
663
|
-
"items": {
|
|
664
|
-
"type": "object",
|
|
665
|
-
"properties": {
|
|
666
|
-
"fields": {
|
|
667
|
-
"name": "fields",
|
|
668
|
-
"type": "array",
|
|
669
|
-
"required": true,
|
|
670
|
-
"items": {
|
|
671
|
-
"type": "object",
|
|
672
|
-
"properties": {
|
|
673
|
-
"required": {
|
|
674
|
-
"name": "required",
|
|
675
|
-
"type": "boolean",
|
|
676
|
-
"required": false
|
|
677
|
-
},
|
|
678
|
-
"relation": {
|
|
679
|
-
"name": "relation",
|
|
680
|
-
"type": "object",
|
|
681
|
-
"required": false,
|
|
682
|
-
"properties": {
|
|
683
|
-
"displayField": {
|
|
684
|
-
"name": "displayField",
|
|
685
|
-
"type": "string",
|
|
686
|
-
"required": false
|
|
687
|
-
},
|
|
688
|
-
"entity": {
|
|
689
|
-
"name": "entity",
|
|
690
|
-
"type": "string",
|
|
691
|
-
"required": true
|
|
692
|
-
},
|
|
693
|
-
"cardinality": {
|
|
694
|
-
"name": "cardinality",
|
|
695
|
-
"type": "string",
|
|
696
|
-
"required": false,
|
|
697
|
-
"values": [
|
|
698
|
-
"one",
|
|
699
|
-
"many"
|
|
700
|
-
]
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
|
-
"field": {
|
|
705
|
-
"name": "field",
|
|
706
|
-
"type": "string",
|
|
707
|
-
"required": false
|
|
708
|
-
},
|
|
709
|
-
"min": {
|
|
710
|
-
"name": "min",
|
|
711
|
-
"type": "number",
|
|
712
|
-
"required": false
|
|
713
|
-
},
|
|
714
|
-
"label": {
|
|
715
|
-
"name": "label",
|
|
716
|
-
"type": "string",
|
|
717
|
-
"required": false
|
|
718
|
-
},
|
|
719
|
-
"options": {
|
|
720
|
-
"name": "options",
|
|
721
|
-
"type": "array",
|
|
722
|
-
"required": false,
|
|
723
|
-
"items": {
|
|
724
|
-
"type": "object",
|
|
725
|
-
"properties": {
|
|
726
|
-
"label": {
|
|
727
|
-
"name": "label",
|
|
728
|
-
"type": "string",
|
|
729
|
-
"required": true
|
|
730
|
-
},
|
|
731
|
-
"value": {
|
|
732
|
-
"name": "value",
|
|
733
|
-
"type": "string",
|
|
734
|
-
"required": true
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
}
|
|
738
|
-
},
|
|
739
|
-
"placeholder": {
|
|
740
|
-
"name": "placeholder",
|
|
741
|
-
"type": "string",
|
|
742
|
-
"required": false
|
|
743
|
-
},
|
|
744
|
-
"validation": {
|
|
745
|
-
"name": "validation",
|
|
746
|
-
"type": "string",
|
|
747
|
-
"required": false
|
|
748
|
-
},
|
|
749
|
-
"max": {
|
|
750
|
-
"name": "max",
|
|
751
|
-
"type": "number",
|
|
752
|
-
"required": false
|
|
753
|
-
},
|
|
754
|
-
"inputType": {
|
|
755
|
-
"name": "inputType",
|
|
756
|
-
"type": "string",
|
|
757
|
-
"required": false
|
|
758
|
-
},
|
|
759
|
-
"name": {
|
|
760
|
-
"name": "name",
|
|
761
|
-
"type": "string",
|
|
762
|
-
"required": false
|
|
763
|
-
},
|
|
764
|
-
"defaultValue": {
|
|
765
|
-
"name": "defaultValue",
|
|
766
|
-
"type": "string",
|
|
767
|
-
"required": false
|
|
768
|
-
},
|
|
769
|
-
"readonly": {
|
|
770
|
-
"name": "readonly",
|
|
771
|
-
"type": "boolean",
|
|
772
|
-
"required": false
|
|
773
|
-
},
|
|
774
|
-
"pattern": {
|
|
775
|
-
"name": "pattern",
|
|
776
|
-
"type": "string",
|
|
777
|
-
"required": false
|
|
778
|
-
},
|
|
779
|
-
"type": {
|
|
780
|
-
"name": "type",
|
|
781
|
-
"type": "string",
|
|
782
|
-
"required": false
|
|
783
|
-
},
|
|
784
|
-
"values": {
|
|
785
|
-
"name": "values",
|
|
786
|
-
"type": "array",
|
|
787
|
-
"required": false,
|
|
788
|
-
"items": {
|
|
789
|
-
"type": "string"
|
|
790
|
-
}
|
|
791
|
-
},
|
|
792
|
-
"disabled": {
|
|
793
|
-
"name": "disabled",
|
|
794
|
-
"type": "boolean",
|
|
795
|
-
"required": false
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
}
|
|
799
|
-
},
|
|
800
|
-
"id": {
|
|
801
|
-
"name": "id",
|
|
802
|
-
"type": "string",
|
|
803
|
-
"required": true
|
|
804
|
-
},
|
|
805
|
-
"condition": {
|
|
806
|
-
"name": "condition",
|
|
807
|
-
"type": "object",
|
|
808
|
-
"required": false
|
|
809
|
-
},
|
|
810
|
-
"title": {
|
|
811
|
-
"name": "title",
|
|
812
|
-
"type": "string",
|
|
813
|
-
"required": true
|
|
814
|
-
},
|
|
815
|
-
"collapsible": {
|
|
816
|
-
"name": "collapsible",
|
|
817
|
-
"type": "boolean",
|
|
818
|
-
"required": false
|
|
819
818
|
}
|
|
820
819
|
}
|
|
821
820
|
}
|
|
@@ -837,4 +836,4 @@
|
|
|
837
836
|
]
|
|
838
837
|
}
|
|
839
838
|
]
|
|
840
|
-
}
|
|
839
|
+
}
|