BeefreeSDK / beefree-sdk-npm-official

Official NPM package of Beefree SDK
https://developers.beefree.io
Apache License 2.0
19 stars 7 forks source link

rowDisplayConditions is missing as a type in ContentDialog #139

Closed cruzayye closed 5 months ago

cruzayye commented 6 months ago

Describe the bug in the npm version of this plugin, the rowDisplayConditions is not part of the contentDialog type. To Reproduce Steps to reproduce the behavior:

  1. download the npm version of the beeEditor

  2. Try to insert the following as part of contentDialog in the BeeConfigs rowDisplayConditions: { label: 'Custom text for display conditions', handler: function(resolve, reject) { // Your function } },

  3. You get a TS error saying that this is not part of ContentDialog even though the docs showcase it https://docs.beefree.io/beefree-sdk/advanced-options/content-dialog#how-it-works

Screenshot 2024-02-23 at 2 04 29 PM (2)

mattweberio commented 6 months ago

Hi @cruzayye - We have an internal Jira task open for this item and we'll post back here once it's released.