Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements and polish #100

Merged
merged 11 commits into from
Jun 29, 2021
Merged

Enhancements and polish #100

merged 11 commits into from
Jun 29, 2021

Conversation

tsalb
Copy link
Owner

@tsalb tsalb commented Jun 29, 2021

soqlDatatable updates:

  • Add iconName. See help tooltip.
  • Improve api initiated refresh UX (spinners now work better).
  • Add composedTitle slot for putting custom components inside a lightning-card base component title slot.
  • Remove case sensitivity for checkboxType.
  • Clean selectedRows output when passing to a Flow table action.
    • Seems Summer 20 made some changes to how Flow ingests a serialized sObject inputVariable.
    • This doesn't fix it, but it does strip the flattened (parent) tableData prior to sending, just in case.

messageService and related component updates:

  • Updated with an open variant of some APIs which will bypass any boundaries set up.
    • This supports better dialog close behavior with "Tab Focused Dialogs" release update.
    • See Event Pulbisher examples for more detail.

tsalb added 11 commits June 28, 2021 19:16
This should be backwards compatible to your existing implementation however this allows some library code to always send an `open` event
…able` flow actions

Starting Summer 20 there seem to be undocumented changes in the serialization behavior of the `sObject` flow inputVariable data type.

This strips flattened object fields but doesn't seem to set lookup fields (at least in a scratch org) anymore.
…nabled

See https://github.com/tsalb/lwc-utils/wiki/EventPublisher for more info.

Additiionally, recipes will be changed to better showcase this.
@tsalb tsalb self-assigned this Jun 29, 2021
@tsalb
Copy link
Owner Author

tsalb commented Jun 29, 2021

FYI @jongpie - made some changes to your commits here.

tl;dr; Moved icon logic to baseDatatable for future updates to collectionDatatable (one day).

@tsalb tsalb merged commit a1b2271 into master Jun 29, 2021
@tsalb tsalb deleted the enhancements-and-polish branch June 29, 2021 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant