Examples of Vlocity/SF LWC components (in various states of working)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
2.8 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. #+TITLE: Vlocity LWC Components
  2. #+Author: Levi Olson
  3. My own local collection of (mostly) working examples of Vlocity LWCs.
  4. * Contributing
  5. When creating a new component, use this naming convention:
  6. The name is 3 parts.
  7. - First, prefix with =base=, =omni= or =lightning=
  8. - Second, describe the type of component (i.e. "file input", "text", "checkbox", etc...)
  9. - Then append =Component=
  10. Examples:
  11. - =baseCheckboxComponent=
  12. - =omniStepComponent=
  13. - =omniTextComponent=
  14. - =lightningFileInputComponent=
  15. * Current List
  16. Updated Regularly
  17. *** PROVIDEUPDATE Step Example - baseStepNavigationComponent [[dired:./force-app/main/default/lwc/baseStepNavigationComponent/][link]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/baseStepNavigationComponent][gh]]
  18. Need to get info on how to get =stepIndex= for the =dispatchOmniEvent= to work
  19. - WORKAROUND found =this.jsonDef.indexInParent=
  20. *** NEEDCLARIFICATION File Upload - baseFileInputComponent [[dired:force-app/main/default/lwc/baseFileInputComponent/][link]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/baseFileInputComponent][gh]]
  21. Not able to see the files on the input
  22. *** NEEDCLARIFICATION CSS Styling Example - textBlockHeader [[dired:~/Projects/vlocity/devr6/force-app/main/default/lwc/textBlockHeader/][link]] ap
  23. Need to add styles to parent, so this isn't an effective solution
  24. /Maybe explore adding just the class (and the rest styled via Newport)/
  25. *** WAITING Typeahead Example - baseTypeaheadComponent [[dired:./force-app/main/default/lwc/baseTypeaheadComponent/][link]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/baseTypeaheadComponent][gh]]
  26. Waiting on example from Sidd
  27. *** DONE Accordion Example - baseAccordionComponent [[dired:./force-app/main/default/lwc/baseAccordionComponent/][link]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/baseAccordionComponent][gh]]
  28. CLOSED: [2020-02-29 Sat 17:59]
  29. *** DONE Checkbox Example - omniCheckboxComponent [[dired:./force-app/main/default/lwc/omniCheckboxComponent/][link]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/omniCheckboxComponent][gh]]
  30. CLOSED: [2020-03-01 Sun 17:30]
  31. *** DONE Text Example - omniTextComponent [[dired:./force-app/main/default/lwc/omniTextComponent/][link]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/omniTextComponent][gh]]
  32. CLOSED: [2020-02-29 Sat 18:03]
  33. *** DONE Vlocity Action Example - baseActionComponent [[dired:./force-app/main/default/lwc/baseActionComponent/][link]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/baseActionComponent][gh]]
  34. CLOSED: [2020-02-29 Sat 18:03]