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.

24 lines
2.4 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
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. ** List
  5. *** NEEDCLARIFICATION Step Example - myStepCustomNavigation [[dired:./force-app/main/default/lwc/myStepCustomNavigation/][[link]​]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/myStepCustomNavigation][[gh]​]]
  6. Need to get info on how to get =stepIndex= for the =dispatchOmniEvent= to work
  7. *** NEEDCLARIFICATION Checkbox Example - myCheckboxComponent [[dired:./force-app/main/default/lwc/myCheckboxComponent/][[link]​]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/myCheckboxComponent][[gh]​]]
  8. Not able to get the value of the checkbox
  9. *** NEEDCLARIFICATION File Upload - fileUpload [[dired:force-app/main/default/lwc/fileUpload/][[link]​]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/fileUpload][[gh]​]]
  10. Not able to see the files on the input
  11. *** NEEDCLARIFICATION CSS Styling Example - textBlockHeader [[dired:~/Projects/vlocity/devr6/force-app/main/default/lwc/textBlockHeader/][[link]​]] [ap]
  12. Need to add styles to parent, so this isn't an effective solution
  13. /Maybe explore adding just the class (and the rest styled via Newport)/
  14. *** WAITING Typeahead Example - typeaheadAddressComponent [[dired:./force-app/main/default/lwc/typeaheadAddressComponent/][[link]​]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/typeaheadAddressComponent][[gh]​]]
  15. Waiting on example from Sidd
  16. *** DONE Accordion Example - myAccordionExample [[dired:./force-app/main/default/lwc/myAccordionComponent/][[link]​]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/myAccordionComponent][[gh]​]]
  17. CLOSED: [2020-02-29 Sat 17:59]
  18. *** DONE Text Example - myTextComponent [[dired:./force-app/main/default/lwc/myTextComponent/][[link]​]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/myTextComponent][[gh]​]]
  19. CLOSED: [2020-02-29 Sat 18:03]
  20. *** DONE Vlocity Action Example - myActionComponent [[dired:./force-app/main/default/lwc/myActionComponent/][[link]​]] [[https://github.com/leothelocust/vlocity-lwc-examples/tree/master/force-app/main/default/lwc/myActionComponent][[gh]​]]
  21. CLOSED: [2020-02-29 Sat 18:03]