components/process/u_process
library
Classes
-
UProcessController
-
-
UProcessESignField
-
-
UProcessFields
-
Renders the body of a single process step: an optional message / message-box
followed by the step's fields, each mapped to its matching input widget.
-
UProcessImagePickerField
-
Camera image field for a process step. Captures a photo, stores it as base64
on the matching processStepSend field, and shows any admin rejection note.
-
UProcessStepsIndicator
-
Horizontal stepper showing each step's verification status.
-
UProcessStyle
-
Semantic colors for the process UI. Every value is optional: when null the
widgets fall back to the current Theme / material defaults, so the process
screens stay fully reusable in any app while still letting a host inject its
own brand tokens (e.g.
context.colors.accentGreen).
-
UProcessTextField
-
-
UProcessView
-
Full-screen, self-contained multi-step process flow. Fully generic: give it
a processId and it works with no wrapper. onCompleted is optional — when
omitted the screen simply closes on completion; pass it only when a specific
process needs custom post-completion routing. Optionally pass a style to
match the host app's brand.
-
UProcessVisualAuthField
-