Levi Olson 2c8fdfc3ce | 4 years ago | |
---|---|---|
.vscode | 4 years ago | |
config | 4 years ago | |
force-app/main/default/lwc | 4 years ago | |
scripts | 4 years ago | |
.eslintrc | 4 years ago | |
.forceignore | 4 years ago | |
.gitignore | 4 years ago | |
.prettierignore | 4 years ago | |
.prettierrc | 4 years ago | |
README.org | 4 years ago | |
sfdx-project.json | 4 years ago |
Vlocity LWC Components
My own local collection of (mostly) working examples of Vlocity LWCs.
When creating a new component, use this naming convention:
The name is 3 parts.
First, prefix with base
, omni
or lightning
Second, describe the type of component (i.e. "file input", "text", "checkbox", etc…)
Then append Component
Examples:
baseCheckboxComponent
omniStepComponent
omniTextComponent
lightningFileInputComponent
Updated Regularly
Need to get info on how to get stepIndex
for the dispatchOmniEvent
to work
WORKAROUND found this.jsonDef.indexInParent
Not able to see the files on the input
Need to add styles to parent, so this isn't an effective solution Maybe explore adding just the class (and the rest styled via Newport)