@agent-ui-kit/web-components 0.0.15 → 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 +463 -150
- package/dist/api.tokens.json +3 -3
- package/dist/api.tokens.yaml +3 -3
- package/dist/chunks/{agent-BF_R_HJk.js → agent-XMhz_6OA.js} +27 -22
- package/dist/chunks/{agent-BF_R_HJk.js.map → agent-XMhz_6OA.js.map} +1 -1
- package/dist/chunks/{meter-Dju8ik6C.js → form-oekEhwja.js} +402 -188
- package/dist/chunks/form-oekEhwja.js.map +1 -0
- package/dist/components/agent.js +1 -1
- package/dist/components/checkbox-group/checkbox-group.d.ts +14 -0
- package/dist/components/checkbox-group/index.d.ts +1 -0
- package/dist/components/editor.js +1 -1
- 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/index.d.ts +2 -0
- package/dist/components/noodles/noodle-controller.d.ts +1 -1
- package/dist/components.js +89 -87
- 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 +37 -17
- 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 +18 -12
- 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/agent-activity.yaml +27 -7
- package/dist/docs/components/agent-prompt.yaml +1 -1
- package/dist/docs/components/agent-seeds.yaml +1 -1
- package/dist/docs/components/breadcrumb.yaml +35 -8
- package/dist/docs/components/button.yaml +13 -2
- package/dist/docs/components/calendar-picker.yaml +3 -2
- package/dist/docs/components/chip.yaml +1 -1
- package/dist/docs/components/color-picker.yaml +33 -7
- package/dist/docs/components/color-slider.yaml +7 -7
- package/dist/docs/components/container.yaml +2 -1
- package/dist/docs/components/heading.yaml +4 -0
- package/dist/docs/components/index.yaml +11 -1
- package/dist/docs/components/input.yaml +10 -9
- package/dist/docs/components/meter.yaml +37 -14
- package/dist/docs/components/nav-item.yaml +7 -7
- package/dist/docs/components/stat.yaml +164 -0
- package/dist/docs/components/stepper.yaml +23 -23
- package/dist/docs/components/time-field.yaml +35 -2
- package/dist/element.js +1 -1
- package/dist/reactivity.js +1 -1
- package/dist/register.js +299 -297
- package/dist/register.js.map +1 -1
- package/dist/store.js +1 -1
- package/dist/traits.js +2 -2
- package/package.json +1 -1
- package/dist/chunks/meter-Dju8ik6C.js.map +0 -1
package/dist/components/agent.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as t, d as a, e as i, f as s, g, h as n, i as u, j as d, k as r } from "../chunks/agent-
|
|
1
|
+
import { b as t, d as a, e as i, f as s, g, h as n, i as u, j as d, k as r } from "../chunks/agent-XMhz_6OA.js";
|
|
2
2
|
export {
|
|
3
3
|
t as AuiAgentActivity,
|
|
4
4
|
a as AuiAgentFeed,
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AgentElement, AttributeSchema } from '../../element/index.ts';
|
|
2
|
+
export declare class AuiCheckboxGroup extends AgentElement {
|
|
3
|
+
#private;
|
|
4
|
+
static attributes: AttributeSchema;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
required: boolean;
|
|
7
|
+
name: string;
|
|
8
|
+
value: string;
|
|
9
|
+
label: string;
|
|
10
|
+
min: number;
|
|
11
|
+
max: number;
|
|
12
|
+
protected activate(): void;
|
|
13
|
+
protected dispose(): void;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AuiCheckboxGroup } from './checkbox-group.ts';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AgentElement, AttributeSchema } from '../../element/index.ts';
|
|
2
|
+
export declare class AuiForm extends AgentElement {
|
|
3
|
+
#private;
|
|
4
|
+
static attributes: AttributeSchema;
|
|
5
|
+
action: string;
|
|
6
|
+
method: string;
|
|
7
|
+
get noValidate(): boolean;
|
|
8
|
+
protected activate(): void;
|
|
9
|
+
protected dispose(): void;
|
|
10
|
+
/** Programmatic submit — runs validation then dispatches. */
|
|
11
|
+
submit(): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AuiForm } from './form.ts';
|
package/dist/components/graph.js
CHANGED
|
@@ -70,3 +70,5 @@ export { AuiCarousel } from './carousel/index.ts';
|
|
|
70
70
|
export { AuiNotificationCenter } from './notification-center/index.ts';
|
|
71
71
|
export type { Notification } from './notification-center/index.ts';
|
|
72
72
|
export { AuiEmptyState } from './empty-state/index.ts';
|
|
73
|
+
export { AuiCheckboxGroup } from './checkbox-group/index.ts';
|
|
74
|
+
export { AuiForm } from './form/index.ts';
|
|
@@ -18,7 +18,7 @@ export interface NoodleOptions {
|
|
|
18
18
|
selector?: string;
|
|
19
19
|
/** Allow interactive creation/deletion of connections (default: false) */
|
|
20
20
|
editable?: boolean;
|
|
21
|
-
/** Noodle stroke color (default: 'var(--aui-accent
|
|
21
|
+
/** Noodle stroke color (default: 'var(--aui-accent)') */
|
|
22
22
|
color?: string;
|
|
23
23
|
/** Noodle stroke width in px (default: 2) */
|
|
24
24
|
strokeWidth?: number;
|
package/dist/components.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { A as a } from "./chunks/agent-
|
|
2
|
-
import { a as p, b as m, d as
|
|
3
|
-
import { A as
|
|
4
|
-
import { g as
|
|
1
|
+
import { A as a } from "./chunks/agent-XMhz_6OA.js";
|
|
2
|
+
import { a as p, b as m, d as c, e as g, f as C, g as T, h as S, i as b, j as x, k as I, R as P, r as k, s as R } from "./chunks/agent-XMhz_6OA.js";
|
|
3
|
+
import { A as h, a as G, b as f, c as D, d as B, e as E, f as M, g as w, h as y, i as H, j as O, k as v, l as L, m as N, n as j, o as U, p as _, q, r as z, s as Y, t as J, u as K, v as Q, w as V, x as W, y as X, z as Z, B as $, C as aa, D as ia, E as sa, F as ea, G as ua, H as Aa, I as ta, J as oa, K as ra, L as na, M as da, N as la, O as pa, P as ma, Q as ca, R as ga, S as Ca, T as Ta, U as Sa, V as ba, W as xa, X as Ia, Y as Pa, Z as ka, _ as Ra, $ as Fa, a0 as ha, a1 as Ga, a2 as fa, a3 as Da, a4 as Ba, a5 as Ea, a6 as Ma, a7 as wa, a8 as ya, a9 as Ha, aa as Oa, ab as va, ac as La, ad as Na, ae as ja, af as Ua, ag as _a, ah as qa, ai as za, aj as Ya, ak as Ja, al as Ka, am as Qa, an as Va, ao as Wa, ap as Xa, aq as Za, ar as $a, as as ai, at as ii, au as si } from "./chunks/form-oekEhwja.js";
|
|
4
|
+
import { g as ui, a as Ai, r as ti } from "./chunks/registry-BNb5ABBs.js";
|
|
5
5
|
class e extends a {
|
|
6
6
|
}
|
|
7
|
-
class A extends a {
|
|
8
|
-
}
|
|
9
7
|
class u extends a {
|
|
10
8
|
}
|
|
9
|
+
class A extends a {
|
|
10
|
+
}
|
|
11
11
|
class t extends a {
|
|
12
12
|
}
|
|
13
13
|
class o extends a {
|
|
@@ -18,20 +18,20 @@ class n extends a {
|
|
|
18
18
|
}
|
|
19
19
|
export {
|
|
20
20
|
p as ACTION_REGISTRY,
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
h as AuiAccordion,
|
|
22
|
+
G as AuiAccordionItem,
|
|
23
23
|
m as AuiAgentActivity,
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
c as AuiAgentFeed,
|
|
25
|
+
g as AuiAgentInput,
|
|
26
26
|
C as AuiAgentMessage,
|
|
27
27
|
T as AuiAgentPanel,
|
|
28
28
|
S as AuiAgentPrompt,
|
|
29
29
|
b as AuiAgentSeeds,
|
|
30
30
|
x as AuiAgentText,
|
|
31
31
|
I as AuiAgentThread,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
u as AuiAlert,
|
|
33
|
+
f as AuiAppShell,
|
|
34
|
+
D as AuiAvatarGroup,
|
|
35
35
|
B as AuiBreadcrumb,
|
|
36
36
|
E as AuiBreadcrumbItem,
|
|
37
37
|
M as AuiButton,
|
|
@@ -39,88 +39,90 @@ export {
|
|
|
39
39
|
y as AuiCalendarRangePicker,
|
|
40
40
|
H as AuiCarousel,
|
|
41
41
|
O as AuiCheckbox,
|
|
42
|
-
v as
|
|
43
|
-
L as
|
|
44
|
-
N as
|
|
45
|
-
j as
|
|
46
|
-
U as
|
|
47
|
-
_ as
|
|
48
|
-
q as
|
|
49
|
-
z as
|
|
50
|
-
Y as
|
|
51
|
-
J as
|
|
52
|
-
K as
|
|
53
|
-
Q as
|
|
54
|
-
V as
|
|
55
|
-
W as
|
|
56
|
-
X as
|
|
57
|
-
Z as
|
|
58
|
-
$ as
|
|
59
|
-
aa as
|
|
60
|
-
ia as
|
|
61
|
-
sa as
|
|
62
|
-
ea as
|
|
42
|
+
v as AuiCheckboxGroup,
|
|
43
|
+
L as AuiChip,
|
|
44
|
+
N as AuiCodeBlock,
|
|
45
|
+
j as AuiColorArea,
|
|
46
|
+
U as AuiColorField,
|
|
47
|
+
_ as AuiColorPicker,
|
|
48
|
+
q as AuiColorSlider,
|
|
49
|
+
z as AuiCommand,
|
|
50
|
+
Y as AuiCommandEmpty,
|
|
51
|
+
J as AuiCommandGroup,
|
|
52
|
+
K as AuiCommandInput,
|
|
53
|
+
Q as AuiCommandItem,
|
|
54
|
+
V as AuiCommandList,
|
|
55
|
+
W as AuiContainer,
|
|
56
|
+
X as AuiContextMenu,
|
|
57
|
+
Z as AuiCopyButton,
|
|
58
|
+
$ as AuiDateField,
|
|
59
|
+
aa as AuiDialog,
|
|
60
|
+
ia as AuiDisclosure,
|
|
61
|
+
sa as AuiDisclosureGroup,
|
|
62
|
+
ea as AuiDrawer,
|
|
63
|
+
ua as AuiDropdownMenu,
|
|
63
64
|
Aa as AuiEmptyState,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
65
|
+
ta as AuiFeed,
|
|
66
|
+
oa as AuiFileUpload,
|
|
67
|
+
ra as AuiForm,
|
|
68
|
+
na as AuiGripper,
|
|
69
|
+
da as AuiHoverCard,
|
|
70
|
+
la as AuiIcon,
|
|
71
|
+
pa as AuiImage,
|
|
72
|
+
ma as AuiInput,
|
|
73
|
+
ca as AuiInputOtp,
|
|
74
|
+
A as AuiLink,
|
|
75
|
+
ga as AuiMeter,
|
|
74
76
|
o as AuiNavItem,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
77
|
+
Ca as AuiNotificationCenter,
|
|
78
|
+
Ta as AuiOptgroup,
|
|
79
|
+
Sa as AuiOption,
|
|
80
|
+
ba as AuiPage,
|
|
81
|
+
xa as AuiPageContext,
|
|
82
|
+
Ia as AuiPageMain,
|
|
83
|
+
Pa as AuiPagination,
|
|
84
|
+
ka as AuiPane,
|
|
85
|
+
Ra as AuiPanes,
|
|
86
|
+
Fa as AuiProgress,
|
|
87
|
+
ha as AuiProgressCircle,
|
|
88
|
+
Ga as AuiRadio,
|
|
87
89
|
fa as AuiRadioGroup,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
90
|
+
Da as AuiRange,
|
|
91
|
+
Ba as AuiRoot,
|
|
92
|
+
Ea as AuiSegment,
|
|
93
|
+
Ma as AuiSegmentedControl,
|
|
94
|
+
wa as AuiSelect,
|
|
95
|
+
ya as AuiSidebar,
|
|
96
|
+
Ha as AuiSidebarContent,
|
|
97
|
+
Oa as AuiSidebarFooter,
|
|
98
|
+
va as AuiSidebarHeader,
|
|
97
99
|
e as AuiSkeleton,
|
|
98
|
-
|
|
100
|
+
La as AuiSparkline,
|
|
99
101
|
t as AuiSpinner,
|
|
100
|
-
|
|
102
|
+
Na as AuiStat,
|
|
101
103
|
n as AuiStep,
|
|
102
104
|
r as AuiStepper,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
105
|
+
ja as AuiSwitch,
|
|
106
|
+
Ua as AuiTab,
|
|
107
|
+
_a as AuiTabPanel,
|
|
108
|
+
qa as AuiTable,
|
|
109
|
+
za as AuiTableBody,
|
|
110
|
+
Ya as AuiTableCell,
|
|
111
|
+
Ja as AuiTableHead,
|
|
112
|
+
Ka as AuiTableHeader,
|
|
113
|
+
Qa as AuiTableRow,
|
|
114
|
+
Va as AuiTabs,
|
|
115
|
+
Wa as AuiTagGroup,
|
|
116
|
+
Xa as AuiTextarea,
|
|
117
|
+
Za as AuiTimeField,
|
|
118
|
+
$a as AuiToast,
|
|
119
|
+
ai as AuiTooltip,
|
|
120
|
+
ii as AuiTree,
|
|
121
|
+
si as AuiTreeItem,
|
|
120
122
|
P as ROLE_DEFAULTS,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
123
|
+
ui as getIcon,
|
|
124
|
+
Ai as registerIcon,
|
|
125
|
+
ti as registerIcons,
|
|
124
126
|
k as renderMarkdown,
|
|
125
127
|
R as sanitizeHtml
|
|
126
128
|
};
|
|
@@ -1,32 +1,42 @@
|
|
|
1
1
|
name: agent-chat
|
|
2
2
|
type: block
|
|
3
3
|
summary: Full agent chat interface with message feed, composer, and suggestion chips.
|
|
4
|
-
description:
|
|
5
|
-
Complete chat composition showing a multi-turn conversation between
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
4
|
+
description: |
|
|
5
|
+
Complete chat composition showing a multi-turn conversation between user and AI assistant. Uses aui-agent-panel as the outer shell to coordinate header, feed, and input. Includes message feed with auto-scroll, threaded messages with avatars, markdown rendering, activity indicators, bordered prompt input with action toolbar, and suggestion chips. Demonstrates all aui-agent-* components working together as a cohesive chat experience.
|
|
6
|
+
components:
|
|
7
|
+
- aui-agent-panel
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-footer
|
|
11
|
+
- aui-stack
|
|
12
|
+
- aui-heading
|
|
13
|
+
- aui-text
|
|
14
|
+
- aui-avatar
|
|
15
|
+
- aui-badge
|
|
16
|
+
- aui-button
|
|
17
|
+
- aui-icon
|
|
18
|
+
- aui-agent-feed
|
|
19
|
+
- aui-agent-thread
|
|
20
|
+
- aui-agent-message
|
|
21
|
+
- aui-agent-text
|
|
22
|
+
- aui-agent-activity
|
|
23
|
+
- aui-agent-seeds
|
|
24
|
+
- aui-agent-input
|
|
25
|
+
- aui-agent-prompt
|
|
14
26
|
kind: panel
|
|
15
|
-
|
|
16
27
|
examples:
|
|
17
|
-
-
|
|
28
|
+
- description: Full chat interface with multi-turn conversation, thinking indicator, and suggestion chips
|
|
29
|
+
html: |-
|
|
18
30
|
<aui-agent-panel panel-title="Design Assistant" max-width="xl" style="height: 32rem;">
|
|
19
31
|
<aui-header dividers>
|
|
20
|
-
<
|
|
21
|
-
<aui-
|
|
22
|
-
|
|
23
|
-
<aui-
|
|
24
|
-
|
|
25
|
-
<aui-text muted size="xs">Claude 3.5 Sonnet</aui-text>
|
|
26
|
-
</aui-stack>
|
|
32
|
+
<aui-stack direction="row" gap="2" align-items="center">
|
|
33
|
+
<aui-avatar square>AI</aui-avatar>
|
|
34
|
+
<aui-stack gap="0" spacer>
|
|
35
|
+
<aui-heading size="sm">Design Assistant</aui-heading>
|
|
36
|
+
<aui-text muted size="xs">Claude Sonnet 4</aui-text>
|
|
27
37
|
</aui-stack>
|
|
28
|
-
|
|
29
|
-
|
|
38
|
+
<aui-badge accent>Online</aui-badge>
|
|
39
|
+
</aui-stack>
|
|
30
40
|
</aui-header>
|
|
31
41
|
<aui-agent-feed auto-scroll scrollable>
|
|
32
42
|
<aui-agent-thread role="user" sender="You">
|
|
@@ -68,9 +78,8 @@ examples:
|
|
|
68
78
|
</aui-agent-input>
|
|
69
79
|
<aui-agent-seeds options='[{"value":"tokens","label":"Generate token file"},{"value":"themes","label":"Add dark theme"},{"value":"chart","label":"Chart palette"}]'></aui-agent-seeds>
|
|
70
80
|
</aui-agent-panel>
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
- html: |
|
|
81
|
+
- description: Code review chat with structured markdown feedback
|
|
82
|
+
html: |-
|
|
74
83
|
<aui-agent-panel panel-title="Code Review" max-width="xl" style="height: 28rem;">
|
|
75
84
|
<aui-header dividers>
|
|
76
85
|
<span slot="leading">
|
|
@@ -108,4 +117,3 @@ examples:
|
|
|
108
117
|
</aui-agent-prompt>
|
|
109
118
|
</aui-agent-input>
|
|
110
119
|
</aui-agent-panel>
|
|
111
|
-
description: Code review chat with structured markdown feedback.
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
name: announcement-card
|
|
2
2
|
type: block
|
|
3
3
|
summary: Announcement card with image area, description, and contextual footer actions.
|
|
4
|
-
description:
|
|
5
|
-
A card featuring a tall image or illustration area at top, followed by
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A card featuring a tall image or illustration area at top, followed by a title, description, and footer with a primary action and a contextual badge or label. Use for product announcements, deprecation notices, or feature highlights.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-content
|
|
9
|
+
- aui-footer
|
|
10
|
+
- aui-inset
|
|
11
|
+
- aui-stack
|
|
12
|
+
- aui-heading
|
|
13
|
+
- aui-text
|
|
14
|
+
- aui-badge
|
|
15
|
+
- aui-button
|
|
11
16
|
kind: card
|
|
12
|
-
|
|
13
17
|
examples:
|
|
14
|
-
-
|
|
18
|
+
- description: Announcement card with image area, description, and contextual footer actions.
|
|
19
|
+
html: |-
|
|
15
20
|
<aui-container kind="card" bordered max-width="sm" style="overflow: hidden;">
|
|
16
21
|
<div style="height: 12rem; background: linear-gradient(135deg, var(--aui-control) 0%, var(--aui-panel) 100%);"></div>
|
|
17
22
|
<aui-content>
|
|
@@ -27,4 +32,3 @@ examples:
|
|
|
27
32
|
<span slot="leading"><aui-button primary>Create Query</aui-button></span>
|
|
28
33
|
</aui-footer>
|
|
29
34
|
</aui-container>
|
|
30
|
-
description: Deprecation announcement with gradient image placeholder and warning badge.
|
|
@@ -1,7 +1,219 @@
|
|
|
1
1
|
name: bpm-process
|
|
2
2
|
type: block
|
|
3
3
|
summary: Cross-Functional BPM — 16 nodes, 20 connections.
|
|
4
|
-
description:
|
|
5
|
-
Visual graph block rendered from the Cross-Functional BPM dataset using
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
description: |
|
|
5
|
+
Visual graph block rendered from the Cross-Functional BPM dataset using aui-graph components with port-selector noodle connections.
|
|
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: Cross-Functional BPM — 16 nodes, 20 connections.
|
|
16
|
+
html: |-
|
|
17
|
+
<aui-graph-ui connectable style="width: 100%; height: 45.375rem; min-width: 91.875rem;">
|
|
18
|
+
<aui-graph-layer name="wires" type="svg">
|
|
19
|
+
<!-- Customer Request → Self-Service Portal -->
|
|
20
|
+
<aui-graph-noodle from="bp-request:right" to="bp-portal:left" color="accent" weight="2"></aui-graph-noodle>
|
|
21
|
+
<!-- Customer Request → Lead Qualification -->
|
|
22
|
+
<aui-graph-noodle from="bp-request:bottom" to="bp-qualify:left" color="accent" weight="2"></aui-graph-noodle>
|
|
23
|
+
<!-- Self-Service Portal → Lead Qualification -->
|
|
24
|
+
<aui-graph-noodle from="bp-portal:bottom" to="bp-qualify:top" color="accent" weight="2"></aui-graph-noodle>
|
|
25
|
+
<!-- Lead Qualification → Quote Generation -->
|
|
26
|
+
<aui-graph-noodle from="bp-qualify:right" to="bp-quote:left" color="accent" weight="2"></aui-graph-noodle>
|
|
27
|
+
<!-- Quote Generation → Legal Review -->
|
|
28
|
+
<aui-graph-noodle from="bp-quote:bottom" to="bp-review:top" color="accent" weight="2"></aui-graph-noodle>
|
|
29
|
+
<!-- Quote Generation → Credit Assessment -->
|
|
30
|
+
<aui-graph-noodle from="bp-quote:bottom" to="bp-credit:top" color="accent" weight="2"></aui-graph-noodle>
|
|
31
|
+
<!-- Quote Generation → Contract Negotiation -->
|
|
32
|
+
<aui-graph-noodle from="bp-quote:right" to="bp-negotiate:left" color="accent" weight="2"></aui-graph-noodle>
|
|
33
|
+
<!-- Legal Review → Compliance Check -->
|
|
34
|
+
<aui-graph-noodle from="bp-review:right" to="bp-compliance:left" color="accent" weight="2"></aui-graph-noodle>
|
|
35
|
+
<!-- Compliance Check → Digital Signature -->
|
|
36
|
+
<aui-graph-noodle from="bp-compliance:right" to="bp-sign:left" color="accent" weight="2"></aui-graph-noodle>
|
|
37
|
+
<!-- Contract Negotiation → Digital Signature -->
|
|
38
|
+
<aui-graph-noodle from="bp-negotiate:bottom" to="bp-sign:top" color="accent" weight="2"></aui-graph-noodle>
|
|
39
|
+
<!-- Credit Assessment → Invoice Generation -->
|
|
40
|
+
<aui-graph-noodle from="bp-credit:right" to="bp-invoice:left" color="accent" weight="2"></aui-graph-noodle>
|
|
41
|
+
<!-- Invoice Generation → Payment Processing -->
|
|
42
|
+
<aui-graph-noodle from="bp-invoice:right" to="bp-payment:left" color="accent" weight="2"></aui-graph-noodle>
|
|
43
|
+
<!-- Invoice Generation → Service Provisioning -->
|
|
44
|
+
<aui-graph-noodle from="bp-invoice:bottom" to="bp-provision:top" color="accent" weight="2"></aui-graph-noodle>
|
|
45
|
+
<!-- Digital Signature → Onboarding Workflow -->
|
|
46
|
+
<aui-graph-noodle from="bp-sign:right" to="bp-onboard:left" color="accent" weight="2"></aui-graph-noodle>
|
|
47
|
+
<!-- Payment Processing → Account Activation -->
|
|
48
|
+
<aui-graph-noodle from="bp-payment:bottom" to="bp-activate:top" color="accent" weight="2"></aui-graph-noodle>
|
|
49
|
+
<!-- Service Provisioning → Account Activation -->
|
|
50
|
+
<aui-graph-noodle from="bp-provision:right" to="bp-activate:left" color="accent" weight="2"></aui-graph-noodle>
|
|
51
|
+
<!-- Account Activation → Onboarding Workflow -->
|
|
52
|
+
<aui-graph-noodle from="bp-activate:top" to="bp-onboard:bottom" color="accent" weight="2"></aui-graph-noodle>
|
|
53
|
+
<!-- Onboarding Workflow → Customer Feedback -->
|
|
54
|
+
<aui-graph-noodle from="bp-onboard:top" to="bp-feedback:right" color="accent" weight="2"></aui-graph-noodle>
|
|
55
|
+
<!-- Account Activation → Escalation Manager -->
|
|
56
|
+
<aui-graph-noodle from="bp-activate:right" to="bp-escalation:left" color="danger" weight="2"></aui-graph-noodle>
|
|
57
|
+
<!-- Escalation Manager → Contract Negotiation -->
|
|
58
|
+
<aui-graph-noodle from="bp-escalation:top" to="bp-negotiate:bottom" color="danger" weight="2"></aui-graph-noodle>
|
|
59
|
+
</aui-graph-layer>
|
|
60
|
+
<aui-graph-layer name="content">
|
|
61
|
+
<!-- Customer Request -->
|
|
62
|
+
<aui-graph-node x="24" y="46" node-id="bp-request">
|
|
63
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
64
|
+
<aui-text weight="medium">Customer Request</aui-text>
|
|
65
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
66
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
67
|
+
</aui-container>
|
|
68
|
+
</aui-graph-node>
|
|
69
|
+
<!-- Self-Service Portal -->
|
|
70
|
+
<aui-graph-node x="260" y="46" node-id="bp-portal">
|
|
71
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
72
|
+
<aui-text weight="medium">Self-Service Portal</aui-text>
|
|
73
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
74
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
75
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
76
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
77
|
+
</aui-container>
|
|
78
|
+
</aui-graph-node>
|
|
79
|
+
<!-- Customer Feedback -->
|
|
80
|
+
<aui-graph-node x="980" y="46" node-id="bp-feedback">
|
|
81
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
82
|
+
<aui-text weight="medium">Customer Feedback</aui-text>
|
|
83
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
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
|
+
<!-- Lead Qualification -->
|
|
90
|
+
<aui-graph-node x="260" y="166" node-id="bp-qualify">
|
|
91
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
92
|
+
<aui-text weight="medium">Lead Qualification</aui-text>
|
|
93
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
94
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
95
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
96
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
97
|
+
</aui-container>
|
|
98
|
+
</aui-graph-node>
|
|
99
|
+
<!-- Quote Generation -->
|
|
100
|
+
<aui-graph-node x="500" y="166" node-id="bp-quote">
|
|
101
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
102
|
+
<aui-text weight="medium">Quote Generation</aui-text>
|
|
103
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
104
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
105
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
106
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
107
|
+
</aui-container>
|
|
108
|
+
</aui-graph-node>
|
|
109
|
+
<!-- Contract Negotiation -->
|
|
110
|
+
<aui-graph-node x="740" y="166" node-id="bp-negotiate">
|
|
111
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
112
|
+
<aui-text weight="medium">Contract Negotiation</aui-text>
|
|
113
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
114
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
115
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
116
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
117
|
+
</aui-container>
|
|
118
|
+
</aui-graph-node>
|
|
119
|
+
<!-- Legal Review -->
|
|
120
|
+
<aui-graph-node x="500" y="286" node-id="bp-review">
|
|
121
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
122
|
+
<aui-text weight="medium">Legal Review</aui-text>
|
|
123
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
124
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
125
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
126
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
127
|
+
</aui-container>
|
|
128
|
+
</aui-graph-node>
|
|
129
|
+
<!-- Compliance Check -->
|
|
130
|
+
<aui-graph-node x="740" y="286" node-id="bp-compliance">
|
|
131
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
132
|
+
<aui-text weight="medium">Compliance Check</aui-text>
|
|
133
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
134
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
135
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
136
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
137
|
+
</aui-container>
|
|
138
|
+
</aui-graph-node>
|
|
139
|
+
<!-- Digital Signature -->
|
|
140
|
+
<aui-graph-node x="980" y="286" node-id="bp-sign">
|
|
141
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
142
|
+
<aui-text weight="medium">Digital Signature</aui-text>
|
|
143
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
144
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
145
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
146
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
147
|
+
</aui-container>
|
|
148
|
+
</aui-graph-node>
|
|
149
|
+
<!-- Credit Assessment -->
|
|
150
|
+
<aui-graph-node x="500" y="406" node-id="bp-credit">
|
|
151
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
152
|
+
<aui-text weight="medium">Credit Assessment</aui-text>
|
|
153
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
154
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
155
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
156
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
157
|
+
</aui-container>
|
|
158
|
+
</aui-graph-node>
|
|
159
|
+
<!-- Invoice Generation -->
|
|
160
|
+
<aui-graph-node x="740" y="406" node-id="bp-invoice">
|
|
161
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
162
|
+
<aui-text weight="medium">Invoice Generation</aui-text>
|
|
163
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
164
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
165
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
166
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
167
|
+
</aui-container>
|
|
168
|
+
</aui-graph-node>
|
|
169
|
+
<!-- Payment Processing -->
|
|
170
|
+
<aui-graph-node x="980" y="406" node-id="bp-payment">
|
|
171
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
172
|
+
<aui-text weight="medium">Payment Processing</aui-text>
|
|
173
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
174
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
175
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
176
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
177
|
+
</aui-container>
|
|
178
|
+
</aui-graph-node>
|
|
179
|
+
<!-- Service Provisioning -->
|
|
180
|
+
<aui-graph-node x="740" y="526" node-id="bp-provision">
|
|
181
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
182
|
+
<aui-text weight="medium">Service Provisioning</aui-text>
|
|
183
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
184
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
185
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
186
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
187
|
+
</aui-container>
|
|
188
|
+
</aui-graph-node>
|
|
189
|
+
<!-- Account Activation -->
|
|
190
|
+
<aui-graph-node x="980" y="526" node-id="bp-activate">
|
|
191
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
192
|
+
<aui-text weight="medium">Account Activation</aui-text>
|
|
193
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
194
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
195
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
196
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
197
|
+
</aui-container>
|
|
198
|
+
</aui-graph-node>
|
|
199
|
+
<!-- Onboarding Workflow -->
|
|
200
|
+
<aui-graph-node x="1220" y="286" node-id="bp-onboard">
|
|
201
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
202
|
+
<aui-text weight="medium">Onboarding Workflow</aui-text>
|
|
203
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
204
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
205
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
206
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
207
|
+
</aui-container>
|
|
208
|
+
</aui-graph-node>
|
|
209
|
+
<!-- Escalation Manager -->
|
|
210
|
+
<aui-graph-node x="1220" y="526" node-id="bp-escalation">
|
|
211
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
212
|
+
<aui-text weight="medium">Escalation Manager</aui-text>
|
|
213
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
214
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
215
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
216
|
+
</aui-container>
|
|
217
|
+
</aui-graph-node>
|
|
218
|
+
</aui-graph-layer>
|
|
219
|
+
</aui-graph-ui>
|