@agent-ui-kit/web-components 0.0.14 → 0.0.16
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/dist/agent-ui.css +1 -1
- package/dist/api.colors.json +2 -2
- package/dist/api.colors.yaml +2 -2
- package/dist/api.components.json +3878 -636
- package/dist/api.tokens.json +35 -3
- package/dist/api.tokens.yaml +27 -3
- package/dist/chunks/{agent-C72JZNe6.js → agent-XMhz_6OA.js} +85 -76
- package/dist/chunks/{agent-C72JZNe6.js.map → agent-XMhz_6OA.js.map} +1 -1
- package/dist/chunks/{empty-state-5M3uR5CM.js → form-oekEhwja.js} +1409 -960
- package/dist/chunks/form-oekEhwja.js.map +1 -0
- package/dist/components/agent.js +6 -6
- package/dist/components/avatar/avatar.d.ts +0 -0
- package/dist/components/badge/badge.d.ts +0 -0
- package/dist/components/bar/bar.d.ts +0 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts +2 -0
- package/dist/components/button-group/button-group.d.ts +0 -0
- package/dist/components/checkbox-group/checkbox-group.d.ts +14 -0
- package/dist/components/checkbox-group/index.d.ts +1 -0
- package/dist/components/code/code.d.ts +0 -0
- package/dist/components/color-area/color-area.d.ts +2 -1
- package/dist/components/color-picker/color-picker.d.ts +1 -0
- package/dist/components/color-picker/oklch-utils.d.ts +18 -0
- package/dist/components/color-slider/color-slider.d.ts +1 -1
- package/dist/components/color-swatch/color-swatch.d.ts +0 -0
- package/dist/components/content/content.d.ts +0 -0
- package/dist/components/description-list/description-list.d.ts +0 -0
- package/dist/components/divider/divider.d.ts +0 -0
- package/dist/components/editor.js +1 -1
- package/dist/components/fieldset/fieldset.d.ts +0 -0
- package/dist/components/footer/footer.d.ts +0 -0
- package/dist/components/form/form.d.ts +12 -0
- package/dist/components/form/index.d.ts +1 -0
- package/dist/components/graph.js +1 -1
- package/dist/components/grid/grid.d.ts +0 -0
- package/dist/components/header/header.d.ts +0 -0
- package/dist/components/heading/heading.d.ts +0 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/input-group/input-group.d.ts +0 -0
- package/dist/components/inset/inset.d.ts +0 -0
- package/dist/components/kbd/kbd.d.ts +0 -0
- package/dist/components/noodles/noodle-controller.d.ts +1 -1
- package/dist/components/stack/stack.d.ts +0 -0
- package/dist/components/stat/stat.d.ts +4 -0
- package/dist/components/text/text.d.ts +0 -0
- package/dist/components/time-field/time-field.d.ts +1 -0
- package/dist/components/wrap/wrap.d.ts +0 -0
- package/dist/components.js +115 -126
- package/dist/components.js.map +1 -1
- package/dist/docs/blocks/agent-chat.yaml +33 -25
- package/dist/docs/blocks/announcement-card.yaml +14 -10
- package/dist/docs/blocks/bpm-process.yaml +216 -4
- package/dist/docs/blocks/chart-activity.yaml +12 -10
- package/dist/docs/blocks/chart-card.yaml +14 -11
- package/dist/docs/blocks/chart-donut.yaml +27 -23
- package/dist/docs/blocks/chart-grouped.yaml +14 -11
- package/dist/docs/blocks/chart-horizontal.yaml +13 -10
- package/dist/docs/blocks/chart-interactive.yaml +20 -17
- package/dist/docs/blocks/chart-labeled.yaml +14 -11
- package/dist/docs/blocks/checkout-form.yaml +26 -16
- package/dist/docs/blocks/clinical-trial.yaml +180 -4
- package/dist/docs/blocks/contributors.yaml +17 -11
- package/dist/docs/blocks/cyber-threat.yaml +158 -4
- package/dist/docs/blocks/dashboard-layout.yaml +25 -18
- package/dist/docs/blocks/data-eng-dag.yaml +222 -6
- package/dist/docs/blocks/date-picker.yaml +11 -10
- package/dist/docs/blocks/ddx-workflow.yaml +202 -6
- package/dist/docs/blocks/empty-state.yaml +8 -11
- package/dist/docs/blocks/env-variables.yaml +29 -20
- package/dist/docs/blocks/feature-upgrade.yaml +25 -18
- package/dist/docs/blocks/financial-risk.yaml +161 -4
- package/dist/docs/blocks/flow-editor.yaml +27 -18
- package/dist/docs/blocks/gen-ai-pipeline.yaml +232 -5
- package/dist/docs/blocks/issue-assign.yaml +25 -14
- package/dist/docs/blocks/keyboard-shortcuts.yaml +14 -9
- package/dist/docs/blocks/login-branded.yaml +62 -23
- package/dist/docs/blocks/login-email-only.yaml +14 -13
- package/dist/docs/blocks/login-form.yaml +17 -11
- package/dist/docs/blocks/login-simple.yaml +18 -12
- package/dist/docs/blocks/login-social.yaml +21 -14
- package/dist/docs/blocks/login-two-column.yaml +42 -22
- package/dist/docs/blocks/marketing-automation.yaml +209 -4
- package/dist/docs/blocks/member-list.yaml +23 -18
- package/dist/docs/blocks/ml-pipeline.yaml +163 -4
- package/dist/docs/blocks/nav-card.yaml +13 -11
- package/dist/docs/blocks/notification-list.yaml +18 -13
- package/dist/docs/blocks/oncology-pathway.yaml +227 -4
- package/dist/docs/blocks/pricing-card.yaml +20 -13
- package/dist/docs/blocks/processing-state.yaml +14 -11
- package/dist/docs/blocks/profile-card.yaml +22 -16
- package/dist/docs/blocks/saas-onboarding.yaml +222 -4
- package/dist/docs/blocks/settings-form.yaml +20 -11
- package/dist/docs/blocks/settings-panel.yaml +23 -22
- package/dist/docs/blocks/sidebar-nav.yaml +23 -15
- package/dist/docs/blocks/signup-form.yaml +17 -11
- package/dist/docs/blocks/stat-cards.yaml +12 -13
- package/dist/docs/blocks/status-card.yaml +20 -17
- package/dist/docs/blocks/suggested-labs.yaml +20 -13
- package/dist/docs/blocks/supply-chain.yaml +160 -4
- package/dist/docs/blocks/survey-card.yaml +21 -13
- package/dist/docs/blocks/tabbed-panel.yaml +21 -15
- package/dist/docs/blocks/team-empty.yaml +8 -9
- package/dist/docs/blocks/usage-billing.yaml +20 -16
- package/dist/docs/components/accordion-item.yaml +13 -21
- package/dist/docs/components/accordion.yaml +23 -29
- package/dist/docs/components/agent-activity.yaml +49 -41
- package/dist/docs/components/agent-feed.yaml +15 -22
- package/dist/docs/components/agent-input.yaml +238 -0
- package/dist/docs/components/agent-message.yaml +29 -48
- package/dist/docs/components/agent-panel.yaml +21 -24
- package/dist/docs/components/agent-prompt.yaml +29 -47
- package/dist/docs/components/agent-seeds.yaml +16 -24
- package/dist/docs/components/agent-text.yaml +14 -24
- package/dist/docs/components/agent-thread.yaml +15 -24
- package/dist/docs/components/alert.yaml +41 -39
- package/dist/docs/components/avatar-group.yaml +72 -45
- package/dist/docs/components/avatar.yaml +99 -0
- package/dist/docs/components/badge.yaml +110 -0
- package/dist/docs/components/bar.yaml +84 -0
- package/dist/docs/components/breadcrumb-item.yaml +8 -17
- package/dist/docs/components/breadcrumb.yaml +91 -29
- package/dist/docs/components/button-group.yaml +93 -0
- package/dist/docs/components/button.yaml +188 -261
- package/dist/docs/components/calendar-picker.yaml +16 -35
- package/dist/docs/components/calendar-range-picker.yaml +11 -29
- package/dist/docs/components/calendar.yaml +11 -29
- package/dist/docs/components/canvas.yaml +44 -61
- package/dist/docs/components/checkbox.yaml +37 -49
- package/dist/docs/components/chip.yaml +89 -55
- package/dist/docs/components/code-block.yaml +54 -53
- package/dist/docs/components/code.yaml +37 -0
- package/dist/docs/components/color-area.yaml +119 -0
- package/dist/docs/components/color-field.yaml +121 -0
- package/dist/docs/components/color-picker.yaml +87 -35
- package/dist/docs/components/color-slider.yaml +153 -0
- package/dist/docs/components/color-swatch.yaml +98 -0
- package/dist/docs/components/command.yaml +13 -18
- package/dist/docs/components/container.yaml +84 -73
- package/dist/docs/components/content.yaml +100 -0
- package/dist/docs/components/context-menu.yaml +11 -20
- package/dist/docs/components/date-field.yaml +81 -33
- package/dist/docs/components/description-list.yaml +81 -0
- package/dist/docs/components/disclosure-group.yaml +61 -42
- package/dist/docs/components/disclosure.yaml +60 -46
- package/dist/docs/components/divider.yaml +63 -0
- package/dist/docs/components/dropdown-menu.yaml +16 -25
- package/dist/docs/components/feed.yaml +15 -24
- package/dist/docs/components/field.yaml +50 -71
- package/dist/docs/components/fieldset.yaml +92 -0
- package/dist/docs/components/footer.yaml +147 -0
- package/dist/docs/components/grid.yaml +87 -0
- package/dist/docs/components/gripper.yaml +11 -23
- package/dist/docs/components/header.yaml +168 -0
- package/dist/docs/components/heading.yaml +58 -0
- package/dist/docs/components/hover-card.yaml +17 -25
- package/dist/docs/components/icon.yaml +32 -65
- package/dist/docs/components/index.yaml +11 -1
- package/dist/docs/components/input-group.yaml +102 -0
- package/dist/docs/components/input-otp.yaml +20 -19
- package/dist/docs/components/input.yaml +100 -139
- package/dist/docs/components/inset.yaml +59 -0
- package/dist/docs/components/kbd.yaml +57 -0
- package/dist/docs/components/link.yaml +36 -45
- package/dist/docs/components/meter.yaml +54 -42
- package/dist/docs/components/nav-item.yaml +54 -43
- package/dist/docs/components/noodles.yaml +72 -104
- package/dist/docs/components/option.yaml +12 -23
- package/dist/docs/components/pagination.yaml +21 -18
- package/dist/docs/components/pane.yaml +18 -32
- package/dist/docs/components/panes.yaml +19 -27
- package/dist/docs/components/progress-circle.yaml +64 -55
- package/dist/docs/components/progress.yaml +35 -51
- package/dist/docs/components/radio-group.yaml +99 -40
- package/dist/docs/components/radio.yaml +40 -41
- package/dist/docs/components/range.yaml +24 -27
- package/dist/docs/components/segmented-control.yaml +58 -17
- package/dist/docs/components/select.yaml +80 -100
- package/dist/docs/components/skeleton.yaml +39 -39
- package/dist/docs/components/sparkline.yaml +28 -45
- package/dist/docs/components/spinner.yaml +32 -33
- package/dist/docs/components/stack.yaml +126 -0
- package/dist/docs/components/stat.yaml +164 -0
- package/dist/docs/components/stepper.yaml +46 -53
- package/dist/docs/components/switch.yaml +36 -47
- package/dist/docs/components/tab-panel.yaml +27 -18
- package/dist/docs/components/tab.yaml +25 -22
- package/dist/docs/components/table-header.yaml +22 -12
- package/dist/docs/components/tabs.yaml +103 -20
- package/dist/docs/components/tag-group.yaml +63 -47
- package/dist/docs/components/text.yaml +67 -0
- package/dist/docs/components/textarea.yaml +43 -60
- package/dist/docs/components/time-field.yaml +108 -34
- package/dist/docs/components/toast.yaml +13 -30
- package/dist/docs/components/tooltip.yaml +56 -49
- package/dist/docs/components/tree-item.yaml +9 -10
- package/dist/docs/components/tree.yaml +127 -10
- package/dist/docs/components/wrap.yaml +60 -0
- package/dist/docs/traits/toggle-theme.yaml +34 -0
- package/dist/element.js +1 -1
- package/dist/icons.js +79 -59
- package/dist/icons.js.map +1 -1
- package/dist/reactivity.js +2 -2
- package/dist/register.d.ts +0 -1
- package/dist/register.js +368 -352
- package/dist/register.js.map +1 -1
- package/dist/store.js +1 -1
- package/dist/traits/toggle-theme/toggle-theme.d.ts +0 -0
- package/dist/traits/toggle-theme/toggle-theme.trait.d.ts +2 -0
- package/dist/traits.js +528 -485
- package/dist/traits.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunks/empty-state-5M3uR5CM.js.map +0 -1
|
@@ -1,9 +1,225 @@
|
|
|
1
1
|
name: data-eng-dag
|
|
2
2
|
type: block
|
|
3
3
|
summary: Airflow-style data engineering DAG with medallion architecture and quality gates.
|
|
4
|
-
description:
|
|
5
|
-
A visual directed acyclic graph representing a modern data engineering pipeline.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A visual directed acyclic graph representing a modern data engineering pipeline. Ingests from S3, Kafka, PostgreSQL CDC, and REST APIs through schema validation, deduplication, and PII scrubbing into a Bronze/Silver/Gold medallion lakehouse architecture with quality checks, aggregation, and BI dashboard refresh.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-text
|
|
9
|
+
- aui-graph-ui
|
|
10
|
+
- aui-graph-layer
|
|
11
|
+
- aui-graph-node
|
|
12
|
+
- aui-graph-noodle
|
|
13
|
+
- aui-graph-port
|
|
14
|
+
examples:
|
|
15
|
+
- description: Airflow-style data engineering DAG with medallion architecture and quality gates.
|
|
16
|
+
html: |-
|
|
17
|
+
<aui-graph-ui connectable style="width: 100%; height: 39rem; min-width: 89rem;">
|
|
18
|
+
<aui-graph-layer name="wires" type="svg">
|
|
19
|
+
<!-- S3 Raw Bucket → Schema Validator -->
|
|
20
|
+
<aui-graph-noodle from="de-s3-raw:right" to="de-schema-val:left" color="accent" weight="2"></aui-graph-noodle>
|
|
21
|
+
<!-- Kafka Stream → Schema Validator -->
|
|
22
|
+
<aui-graph-noodle from="de-kafka:right" to="de-schema-val:left" color="accent" weight="2"></aui-graph-noodle>
|
|
23
|
+
<!-- Kafka Stream → Deduplication -->
|
|
24
|
+
<aui-graph-noodle from="de-kafka:right" to="de-dedup:left" color="accent" weight="2"></aui-graph-noodle>
|
|
25
|
+
<!-- PostgreSQL CDC → Deduplication -->
|
|
26
|
+
<aui-graph-noodle from="de-postgres:right" to="de-dedup:left" color="accent" weight="2"></aui-graph-noodle>
|
|
27
|
+
<!-- PostgreSQL CDC → PII Scrubber -->
|
|
28
|
+
<aui-graph-noodle from="de-postgres:right" to="de-pii:left" color="accent" weight="2"></aui-graph-noodle>
|
|
29
|
+
<!-- REST API Ingest → PII Scrubber -->
|
|
30
|
+
<aui-graph-noodle from="de-api-ingest:right" to="de-pii:left" color="accent" weight="2"></aui-graph-noodle>
|
|
31
|
+
<!-- Schema Validator → Bronze Layer -->
|
|
32
|
+
<aui-graph-noodle from="de-schema-val:right" to="de-bronze:left" color="accent" weight="2"></aui-graph-noodle>
|
|
33
|
+
<!-- Deduplication → Bronze Layer -->
|
|
34
|
+
<aui-graph-noodle from="de-dedup:right" to="de-bronze:left" color="accent" weight="2"></aui-graph-noodle>
|
|
35
|
+
<!-- PII Scrubber → Bronze Layer -->
|
|
36
|
+
<aui-graph-noodle from="de-pii:right" to="de-bronze:left" color="accent" weight="2"></aui-graph-noodle>
|
|
37
|
+
<!-- Bronze Layer → Spark Cleaning Job -->
|
|
38
|
+
<aui-graph-noodle from="de-bronze:right" to="de-spark-clean:left" color="accent" weight="2"></aui-graph-noodle>
|
|
39
|
+
<!-- Bronze Layer → dbt Transform Models -->
|
|
40
|
+
<aui-graph-noodle from="de-bronze:right" to="de-dbt-models:left" color="accent" weight="2"></aui-graph-noodle>
|
|
41
|
+
<!-- Bronze Layer → Great Expectations QA -->
|
|
42
|
+
<aui-graph-noodle from="de-bronze:right" to="de-quality:left" color="danger" weight="2"></aui-graph-noodle>
|
|
43
|
+
<!-- Spark Cleaning Job → Silver Layer -->
|
|
44
|
+
<aui-graph-noodle from="de-spark-clean:right" to="de-silver:left" color="accent" weight="2"></aui-graph-noodle>
|
|
45
|
+
<!-- dbt Transform Models → Silver Layer -->
|
|
46
|
+
<aui-graph-noodle from="de-dbt-models:right" to="de-silver:left" color="accent" weight="2"></aui-graph-noodle>
|
|
47
|
+
<!-- Great Expectations QA → Pipeline Alert -->
|
|
48
|
+
<aui-graph-noodle from="de-quality:bottom" to="de-alert:left" color="danger" weight="2"></aui-graph-noodle>
|
|
49
|
+
<!-- Great Expectations QA → Silver Layer -->
|
|
50
|
+
<aui-graph-noodle from="de-quality:right" to="de-silver:left" color="accent" weight="2"></aui-graph-noodle>
|
|
51
|
+
<!-- Silver Layer → Aggregation Engine -->
|
|
52
|
+
<aui-graph-noodle from="de-silver:bottom" to="de-agg:top" color="accent" weight="2"></aui-graph-noodle>
|
|
53
|
+
<!-- Silver Layer → Gold Layer -->
|
|
54
|
+
<aui-graph-noodle from="de-silver:right" to="de-gold:left" color="accent" weight="2"></aui-graph-noodle>
|
|
55
|
+
<!-- Aggregation Engine → Data Warehouse Sync -->
|
|
56
|
+
<aui-graph-noodle from="de-agg:right" to="de-warehouse:left" color="accent" weight="2"></aui-graph-noodle>
|
|
57
|
+
<!-- Gold Layer → Data Warehouse Sync -->
|
|
58
|
+
<aui-graph-noodle from="de-gold:bottom" to="de-warehouse:top" color="accent" weight="2"></aui-graph-noodle>
|
|
59
|
+
<!-- Data Warehouse Sync → BI Dashboard Refresh -->
|
|
60
|
+
<aui-graph-noodle from="de-warehouse:bottom" to="de-dashboard:top" color="accent" weight="2"></aui-graph-noodle>
|
|
61
|
+
</aui-graph-layer>
|
|
62
|
+
<aui-graph-layer name="content">
|
|
63
|
+
<!-- S3 Raw Bucket -->
|
|
64
|
+
<aui-graph-node x="24" y="46" node-id="de-s3-raw">
|
|
65
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
66
|
+
<aui-text weight="medium">S3 Raw Bucket</aui-text>
|
|
67
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
68
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
69
|
+
</aui-container>
|
|
70
|
+
</aui-graph-node>
|
|
71
|
+
<!-- Kafka Stream -->
|
|
72
|
+
<aui-graph-node x="24" y="186" node-id="de-kafka">
|
|
73
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
74
|
+
<aui-text weight="medium">Kafka Stream</aui-text>
|
|
75
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
76
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
77
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
78
|
+
</aui-container>
|
|
79
|
+
</aui-graph-node>
|
|
80
|
+
<!-- PostgreSQL CDC -->
|
|
81
|
+
<aui-graph-node x="24" y="326" node-id="de-postgres">
|
|
82
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
83
|
+
<aui-text weight="medium">PostgreSQL CDC</aui-text>
|
|
84
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
85
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
86
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
87
|
+
</aui-container>
|
|
88
|
+
</aui-graph-node>
|
|
89
|
+
<!-- REST API Ingest -->
|
|
90
|
+
<aui-graph-node x="24" y="466" node-id="de-api-ingest">
|
|
91
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
92
|
+
<aui-text weight="medium">REST API Ingest</aui-text>
|
|
93
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
94
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
95
|
+
</aui-container>
|
|
96
|
+
</aui-graph-node>
|
|
97
|
+
<!-- Schema Validator -->
|
|
98
|
+
<aui-graph-node x="260" y="116" node-id="de-schema-val">
|
|
99
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
100
|
+
<aui-text weight="medium">Schema Validator</aui-text>
|
|
101
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
102
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
103
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
104
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
105
|
+
</aui-container>
|
|
106
|
+
</aui-graph-node>
|
|
107
|
+
<!-- Deduplication -->
|
|
108
|
+
<aui-graph-node x="260" y="256" node-id="de-dedup">
|
|
109
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
110
|
+
<aui-text weight="medium">Deduplication</aui-text>
|
|
111
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
112
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
113
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
114
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
115
|
+
</aui-container>
|
|
116
|
+
</aui-graph-node>
|
|
117
|
+
<!-- PII Scrubber -->
|
|
118
|
+
<aui-graph-node x="260" y="396" node-id="de-pii">
|
|
119
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
120
|
+
<aui-text weight="medium">PII Scrubber</aui-text>
|
|
121
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
122
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
123
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
124
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
125
|
+
</aui-container>
|
|
126
|
+
</aui-graph-node>
|
|
127
|
+
<!-- Bronze Layer (Iceberg) -->
|
|
128
|
+
<aui-graph-node x="500" y="186" node-id="de-bronze">
|
|
129
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
130
|
+
<aui-text weight="medium">Bronze Layer (Iceberg)</aui-text>
|
|
131
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
132
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
133
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
134
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
135
|
+
</aui-container>
|
|
136
|
+
</aui-graph-node>
|
|
137
|
+
<!-- Spark Cleaning Job -->
|
|
138
|
+
<aui-graph-node x="740" y="116" node-id="de-spark-clean">
|
|
139
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
140
|
+
<aui-text weight="medium">Spark Cleaning Job</aui-text>
|
|
141
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
142
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
143
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
144
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
145
|
+
</aui-container>
|
|
146
|
+
</aui-graph-node>
|
|
147
|
+
<!-- dbt Transform Models -->
|
|
148
|
+
<aui-graph-node x="740" y="256" node-id="de-dbt-models">
|
|
149
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
150
|
+
<aui-text weight="medium">dbt Transform Models</aui-text>
|
|
151
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
152
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
153
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
154
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
155
|
+
</aui-container>
|
|
156
|
+
</aui-graph-node>
|
|
157
|
+
<!-- Great Expectations QA -->
|
|
158
|
+
<aui-graph-node x="740" y="396" node-id="de-quality">
|
|
159
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
160
|
+
<aui-text weight="medium">Great Expectations QA</aui-text>
|
|
161
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
162
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
163
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
164
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
165
|
+
</aui-container>
|
|
166
|
+
</aui-graph-node>
|
|
167
|
+
<!-- Silver Layer -->
|
|
168
|
+
<aui-graph-node x="980" y="186" node-id="de-silver">
|
|
169
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
170
|
+
<aui-text weight="medium">Silver Layer</aui-text>
|
|
171
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
172
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
173
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
174
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
175
|
+
</aui-container>
|
|
176
|
+
</aui-graph-node>
|
|
177
|
+
<!-- Aggregation Engine -->
|
|
178
|
+
<aui-graph-node x="980" y="326" node-id="de-agg">
|
|
179
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
180
|
+
<aui-text weight="medium">Aggregation Engine</aui-text>
|
|
181
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
182
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
183
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
184
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
185
|
+
</aui-container>
|
|
186
|
+
</aui-graph-node>
|
|
187
|
+
<!-- Gold Layer (Analytics) -->
|
|
188
|
+
<aui-graph-node x="1220" y="116" node-id="de-gold">
|
|
189
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
190
|
+
<aui-text weight="medium">Gold Layer (Analytics)</aui-text>
|
|
191
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
192
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
193
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
194
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
195
|
+
</aui-container>
|
|
196
|
+
</aui-graph-node>
|
|
197
|
+
<!-- Data Warehouse Sync -->
|
|
198
|
+
<aui-graph-node x="1220" y="256" node-id="de-warehouse">
|
|
199
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
200
|
+
<aui-text weight="medium">Data Warehouse Sync</aui-text>
|
|
201
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
202
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
203
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
204
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
205
|
+
</aui-container>
|
|
206
|
+
</aui-graph-node>
|
|
207
|
+
<!-- BI Dashboard Refresh -->
|
|
208
|
+
<aui-graph-node x="1220" y="396" node-id="de-dashboard">
|
|
209
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
210
|
+
<aui-text weight="medium">BI Dashboard Refresh</aui-text>
|
|
211
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
212
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
213
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
214
|
+
</aui-container>
|
|
215
|
+
</aui-graph-node>
|
|
216
|
+
<!-- Pipeline Alert -->
|
|
217
|
+
<aui-graph-node x="980" y="466" node-id="de-alert">
|
|
218
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
219
|
+
<aui-text weight="medium">Pipeline Alert</aui-text>
|
|
220
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
221
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
222
|
+
</aui-container>
|
|
223
|
+
</aui-graph-node>
|
|
224
|
+
</aui-graph-layer>
|
|
225
|
+
</aui-graph-ui>
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
name: date-picker
|
|
2
2
|
type: block
|
|
3
3
|
summary: Calendar date picker inside a bordered card.
|
|
4
|
-
description:
|
|
5
|
-
A date selection card wrapping the aui-calendar component. Shows
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A date selection card wrapping the aui-calendar component. Shows the calendar with a card surface and border for visual containment. Use as a standalone picker or compose inside dialogs, popovers, or form layouts. Supports single selection and range mode.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-inset
|
|
9
|
+
- aui-stack
|
|
10
|
+
- aui-heading
|
|
11
|
+
- aui-text
|
|
12
|
+
- aui-calendar
|
|
11
13
|
kind: card
|
|
12
|
-
|
|
13
14
|
examples:
|
|
14
|
-
-
|
|
15
|
+
- description: Calendar date picker inside a bordered card.
|
|
16
|
+
html: |-
|
|
15
17
|
<aui-container kind="card" bordered max-width="sm">
|
|
16
18
|
<aui-header>
|
|
17
19
|
<span slot="leading">
|
|
@@ -27,4 +29,3 @@ examples:
|
|
|
27
29
|
</aui-inset>
|
|
28
30
|
</aui-content>
|
|
29
31
|
</aui-container>
|
|
30
|
-
description: Calendar picker inside a card with header context.
|
|
@@ -1,9 +1,205 @@
|
|
|
1
1
|
name: ddx-workflow
|
|
2
2
|
type: block
|
|
3
3
|
summary: Clinical differential diagnosis workflow with Bayesian reasoning and feedback loops.
|
|
4
|
-
description:
|
|
5
|
-
A visual node graph representing a clinical DDx decision process. Starts with
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A visual node graph representing a clinical DDx decision process. Starts with patient intake, branches into symptom collection and medical history, then flows through hypothesis generation, Bayesian evidence updates, targeted testing, and pruning with feedback loops for continuous monitoring and specialist consultation.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-text
|
|
9
|
+
- aui-graph-ui
|
|
10
|
+
- aui-graph-layer
|
|
11
|
+
- aui-graph-node
|
|
12
|
+
- aui-graph-noodle
|
|
13
|
+
- aui-graph-port
|
|
14
|
+
examples:
|
|
15
|
+
- description: Clinical differential diagnosis workflow with Bayesian reasoning and feedback loops.
|
|
16
|
+
html: |-
|
|
17
|
+
<aui-graph-ui connectable style="width: 100%; height: 35rem; min-width: 89rem;">
|
|
18
|
+
<aui-graph-layer name="wires" type="svg">
|
|
19
|
+
<!-- Patient Intake → Symptom Collection -->
|
|
20
|
+
<aui-graph-noodle from="dx-intake:right" to="dx-symptoms:left" color="accent" weight="2"></aui-graph-noodle>
|
|
21
|
+
<!-- Patient Intake → Medical History Review -->
|
|
22
|
+
<aui-graph-noodle from="dx-intake:right" to="dx-history:left" color="accent" weight="2"></aui-graph-noodle>
|
|
23
|
+
<!-- Symptom Collection → Hypothesis Generator -->
|
|
24
|
+
<aui-graph-noodle from="dx-symptoms:right" to="dx-hypothesis:left" color="accent" weight="2"></aui-graph-noodle>
|
|
25
|
+
<!-- Medical History Review → Hypothesis Generator -->
|
|
26
|
+
<aui-graph-noodle from="dx-history:right" to="dx-hypothesis:left" color="accent" weight="2"></aui-graph-noodle>
|
|
27
|
+
<!-- Hypothesis Generator → Bayesian Evidence Update -->
|
|
28
|
+
<aui-graph-noodle from="dx-hypothesis:right" to="dx-bayesian:left" color="accent" weight="2"></aui-graph-noodle>
|
|
29
|
+
<!-- Hypothesis Generator → Diagnostic Gap Analysis -->
|
|
30
|
+
<aui-graph-noodle from="dx-hypothesis:right" to="dx-gap:left" color="accent" weight="2"></aui-graph-noodle>
|
|
31
|
+
<!-- Bayesian Evidence Update → Targeted Testing -->
|
|
32
|
+
<aui-graph-noodle from="dx-bayesian:right" to="dx-test:left" color="accent" weight="2"></aui-graph-noodle>
|
|
33
|
+
<!-- Diagnostic Gap Analysis → Targeted Testing -->
|
|
34
|
+
<aui-graph-noodle from="dx-gap:right" to="dx-test:left" color="accent" weight="2"></aui-graph-noodle>
|
|
35
|
+
<!-- Targeted Testing → Hypothesis Pruning -->
|
|
36
|
+
<aui-graph-noodle from="dx-test:right" to="dx-prune:left" color="danger" weight="2"></aui-graph-noodle>
|
|
37
|
+
<!-- Hypothesis Pruning → Diagnostic Confirmation -->
|
|
38
|
+
<aui-graph-noodle from="dx-prune:right" to="dx-confirm:left" color="accent" weight="2"></aui-graph-noodle>
|
|
39
|
+
<!-- Hypothesis Pruning → Bayesian Evidence Update (feedback loop) -->
|
|
40
|
+
<aui-graph-noodle from="dx-prune:top" to="dx-bayesian:bottom" color="warning" weight="2"></aui-graph-noodle>
|
|
41
|
+
<!-- Diagnostic Confirmation → Treatment Pathway -->
|
|
42
|
+
<aui-graph-noodle from="dx-confirm:bottom" to="dx-treatment:top" color="accent" weight="2"></aui-graph-noodle>
|
|
43
|
+
<!-- Treatment Pathway → Continuous Monitoring -->
|
|
44
|
+
<aui-graph-noodle from="dx-treatment:right" to="dx-monitor:left" color="accent" weight="2"></aui-graph-noodle>
|
|
45
|
+
<!-- Continuous Monitoring → Hypothesis Generator (feedback loop) -->
|
|
46
|
+
<aui-graph-noodle from="dx-monitor:bottom" to="dx-hypothesis:bottom" color="danger" weight="2"></aui-graph-noodle>
|
|
47
|
+
<!-- Hypothesis Generator → Lab Results Engine -->
|
|
48
|
+
<aui-graph-noodle from="dx-hypothesis:bottom" to="dx-lab:left" color="accent" weight="2"></aui-graph-noodle>
|
|
49
|
+
<!-- Lab Results Engine → Imaging Analysis -->
|
|
50
|
+
<aui-graph-noodle from="dx-lab:right" to="dx-imaging:left" color="accent" weight="2"></aui-graph-noodle>
|
|
51
|
+
<!-- Imaging Analysis → Specialist Consult -->
|
|
52
|
+
<aui-graph-noodle from="dx-imaging:right" to="dx-specialist:left" color="accent" weight="2"></aui-graph-noodle>
|
|
53
|
+
<!-- Specialist Consult → Hypothesis Pruning -->
|
|
54
|
+
<aui-graph-noodle from="dx-specialist:top" to="dx-prune:bottom" color="accent" weight="2"></aui-graph-noodle>
|
|
55
|
+
<!-- Treatment Pathway → Pharmacy Reconciliation -->
|
|
56
|
+
<aui-graph-noodle from="dx-treatment:bottom" to="dx-pharmacy:left" color="accent" weight="2"></aui-graph-noodle>
|
|
57
|
+
</aui-graph-layer>
|
|
58
|
+
<aui-graph-layer name="content">
|
|
59
|
+
<!-- Patient Intake -->
|
|
60
|
+
<aui-graph-node x="24" y="186" node-id="dx-intake">
|
|
61
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
62
|
+
<aui-text weight="medium">Patient Intake</aui-text>
|
|
63
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
64
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
65
|
+
</aui-container>
|
|
66
|
+
</aui-graph-node>
|
|
67
|
+
<!-- Symptom Collection -->
|
|
68
|
+
<aui-graph-node x="224" y="116" node-id="dx-symptoms">
|
|
69
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
70
|
+
<aui-text weight="medium">Symptom Collection</aui-text>
|
|
71
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
72
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
73
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
74
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
75
|
+
</aui-container>
|
|
76
|
+
</aui-graph-node>
|
|
77
|
+
<!-- Medical History Review -->
|
|
78
|
+
<aui-graph-node x="224" y="256" node-id="dx-history">
|
|
79
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
80
|
+
<aui-text weight="medium">Medical History Review</aui-text>
|
|
81
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
82
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
83
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
84
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
85
|
+
</aui-container>
|
|
86
|
+
</aui-graph-node>
|
|
87
|
+
<!-- Hypothesis Generator -->
|
|
88
|
+
<aui-graph-node x="424" y="186" node-id="dx-hypothesis">
|
|
89
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
90
|
+
<aui-text weight="medium">Hypothesis Generator</aui-text>
|
|
91
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
92
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
93
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
94
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
95
|
+
</aui-container>
|
|
96
|
+
</aui-graph-node>
|
|
97
|
+
<!-- Bayesian Evidence Update -->
|
|
98
|
+
<aui-graph-node x="624" y="116" node-id="dx-bayesian">
|
|
99
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
100
|
+
<aui-text weight="medium">Bayesian Evidence Update</aui-text>
|
|
101
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
102
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
103
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
104
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
105
|
+
</aui-container>
|
|
106
|
+
</aui-graph-node>
|
|
107
|
+
<!-- Diagnostic Gap Analysis -->
|
|
108
|
+
<aui-graph-node x="624" y="256" node-id="dx-gap">
|
|
109
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
110
|
+
<aui-text weight="medium">Diagnostic Gap Analysis</aui-text>
|
|
111
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
112
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
113
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
114
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
115
|
+
</aui-container>
|
|
116
|
+
</aui-graph-node>
|
|
117
|
+
<!-- Targeted Testing -->
|
|
118
|
+
<aui-graph-node x="824" y="116" node-id="dx-test">
|
|
119
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
120
|
+
<aui-text weight="medium">Targeted Testing</aui-text>
|
|
121
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
122
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
123
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
124
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
125
|
+
</aui-container>
|
|
126
|
+
</aui-graph-node>
|
|
127
|
+
<!-- Hypothesis Pruning -->
|
|
128
|
+
<aui-graph-node x="824" y="256" node-id="dx-prune">
|
|
129
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
130
|
+
<aui-text weight="medium">Hypothesis Pruning</aui-text>
|
|
131
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
132
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
133
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
134
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
135
|
+
</aui-container>
|
|
136
|
+
</aui-graph-node>
|
|
137
|
+
<!-- Diagnostic Confirmation -->
|
|
138
|
+
<aui-graph-node x="1024" y="116" node-id="dx-confirm">
|
|
139
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
140
|
+
<aui-text weight="medium">Diagnostic Confirmation</aui-text>
|
|
141
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
142
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
143
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
144
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
145
|
+
</aui-container>
|
|
146
|
+
</aui-graph-node>
|
|
147
|
+
<!-- Treatment Pathway -->
|
|
148
|
+
<aui-graph-node x="1024" y="256" node-id="dx-treatment">
|
|
149
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
150
|
+
<aui-text weight="medium">Treatment Pathway</aui-text>
|
|
151
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
152
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
153
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
154
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
155
|
+
</aui-container>
|
|
156
|
+
</aui-graph-node>
|
|
157
|
+
<!-- Continuous Monitoring -->
|
|
158
|
+
<aui-graph-node x="1224" y="186" node-id="dx-monitor">
|
|
159
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
160
|
+
<aui-text weight="medium">Continuous Monitoring</aui-text>
|
|
161
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
162
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
163
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
164
|
+
</aui-container>
|
|
165
|
+
</aui-graph-node>
|
|
166
|
+
<!-- Lab Results Engine -->
|
|
167
|
+
<aui-graph-node x="424" y="396" node-id="dx-lab">
|
|
168
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
169
|
+
<aui-text weight="medium">Lab Results Engine</aui-text>
|
|
170
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
171
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
172
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
173
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
174
|
+
</aui-container>
|
|
175
|
+
</aui-graph-node>
|
|
176
|
+
<!-- Imaging Analysis -->
|
|
177
|
+
<aui-graph-node x="624" y="396" node-id="dx-imaging">
|
|
178
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
179
|
+
<aui-text weight="medium">Imaging Analysis</aui-text>
|
|
180
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
181
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
182
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
183
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
184
|
+
</aui-container>
|
|
185
|
+
</aui-graph-node>
|
|
186
|
+
<!-- Specialist Consult -->
|
|
187
|
+
<aui-graph-node x="824" y="396" node-id="dx-specialist">
|
|
188
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
189
|
+
<aui-text weight="medium">Specialist Consult</aui-text>
|
|
190
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
191
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
192
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
193
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
194
|
+
</aui-container>
|
|
195
|
+
</aui-graph-node>
|
|
196
|
+
<!-- Pharmacy Reconciliation -->
|
|
197
|
+
<aui-graph-node x="1224" y="396" node-id="dx-pharmacy">
|
|
198
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
199
|
+
<aui-text weight="medium">Pharmacy Reconciliation</aui-text>
|
|
200
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
201
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
202
|
+
</aui-container>
|
|
203
|
+
</aui-graph-node>
|
|
204
|
+
</aui-graph-layer>
|
|
205
|
+
</aui-graph-ui>
|
|
@@ -1,21 +1,18 @@
|
|
|
1
1
|
name: empty-state
|
|
2
2
|
type: block
|
|
3
3
|
summary: Centered placeholder for empty content areas with a call-to-action.
|
|
4
|
-
description:
|
|
5
|
-
A card shown when a section has no data to display. Centered layout
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
components: [aui-container, aui-empty-state, aui-button]
|
|
4
|
+
description: |
|
|
5
|
+
A card shown when a section has no data to display. Centered layout with a large muted icon, heading, descriptive text, and a primary action button to guide the user toward their first step. Use this to replace blank space in lists, tables, or dashboards so users always have a clear path forward.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-empty-state
|
|
9
|
+
- aui-button
|
|
12
10
|
kind: card
|
|
13
|
-
|
|
14
11
|
examples:
|
|
15
|
-
-
|
|
12
|
+
- description: Centered placeholder for empty content areas with a call-to-action.
|
|
13
|
+
html: |-
|
|
16
14
|
<aui-container kind="card" bordered max-width="sm">
|
|
17
15
|
<aui-empty-state icon="star" heading="No projects yet" description="Create your first project to get started. Projects help you organize your work and collaborate with your team.">
|
|
18
16
|
<aui-button accent>Create project</aui-button>
|
|
19
17
|
</aui-empty-state>
|
|
20
18
|
</aui-container>
|
|
21
|
-
description: Empty state prompting the user to create their first project.
|
|
@@ -1,16 +1,24 @@
|
|
|
1
1
|
name: env-variables
|
|
2
2
|
type: block
|
|
3
3
|
summary: Environment variables panel with masked secrets and deploy action.
|
|
4
|
-
description:
|
|
5
|
-
A panel listing environment variable key-value pairs. Keys use monospace
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A panel listing environment variable key-value pairs. Keys use monospace font. Secret values are masked with dots; public values show their content. Footer uses aui-button-group for edit and deploy actions.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-footer
|
|
11
|
+
- aui-inset
|
|
12
|
+
- aui-stack
|
|
13
|
+
- aui-heading
|
|
14
|
+
- aui-text
|
|
15
|
+
- aui-input
|
|
16
|
+
- aui-button
|
|
17
|
+
- aui-button-group
|
|
10
18
|
kind: card
|
|
11
|
-
|
|
12
19
|
examples:
|
|
13
|
-
-
|
|
20
|
+
- description: Environment variables panel with masked secrets and deploy action.
|
|
21
|
+
html: |-
|
|
14
22
|
<aui-container kind="card" bordered max-width="md">
|
|
15
23
|
<aui-header>
|
|
16
24
|
<span slot="leading">
|
|
@@ -23,24 +31,25 @@ examples:
|
|
|
23
31
|
<aui-content>
|
|
24
32
|
<aui-inset>
|
|
25
33
|
<aui-stack gap="2">
|
|
26
|
-
<aui-stack direction="row" gap="2" align-items="center"
|
|
27
|
-
<aui-text size="sm" weight="medium"
|
|
28
|
-
<aui-text muted size="sm"
|
|
34
|
+
<aui-stack direction="row" gap="2" align-items="center" class="aui-env-variables-row">
|
|
35
|
+
<aui-text size="sm" weight="medium" font="mono" style="white-space: nowrap;">DATABASE_URL</aui-text>
|
|
36
|
+
<aui-text muted size="sm" spacer font="mono" style="letter-spacing: 0.1em; text-align: end;">········</aui-text>
|
|
29
37
|
</aui-stack>
|
|
30
|
-
<aui-stack direction="row" gap="2" align-items="center"
|
|
31
|
-
<aui-text size="sm" weight="medium"
|
|
32
|
-
<aui-text muted size="sm" style="
|
|
38
|
+
<aui-stack direction="row" gap="2" align-items="center" class="aui-env-variables-row">
|
|
39
|
+
<aui-text size="sm" weight="medium" font="mono" style="white-space: nowrap;">NEXT_PUBLIC_API</aui-text>
|
|
40
|
+
<aui-text muted size="sm" spacer font="mono" truncate style="text-align: end;">https://api.example.com</aui-text>
|
|
33
41
|
</aui-stack>
|
|
34
|
-
<aui-stack direction="row" gap="2" align-items="center"
|
|
35
|
-
<aui-text size="sm" weight="medium"
|
|
36
|
-
<aui-text muted size="sm"
|
|
42
|
+
<aui-stack direction="row" gap="2" align-items="center" class="aui-env-variables-row">
|
|
43
|
+
<aui-text size="sm" weight="medium" font="mono" style="white-space: nowrap;">STRIPE_SECRET</aui-text>
|
|
44
|
+
<aui-text muted size="sm" spacer font="mono" style="letter-spacing: 0.1em; text-align: end;">········</aui-text>
|
|
37
45
|
</aui-stack>
|
|
38
46
|
</aui-stack>
|
|
39
47
|
</aui-inset>
|
|
40
48
|
</aui-content>
|
|
41
49
|
<aui-footer>
|
|
42
|
-
<
|
|
43
|
-
|
|
50
|
+
<aui-button-group>
|
|
51
|
+
<aui-button primary grow="1" basis="0">Deploy</aui-button>
|
|
52
|
+
<aui-button scrim grow="1" basis="0">Edit</aui-button>
|
|
53
|
+
</aui-button-group>
|
|
44
54
|
</aui-footer>
|
|
45
55
|
</aui-container>
|
|
46
|
-
description: Environment variables panel with masked secrets and deploy action.
|