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

How to use v-date-input lab controls ? #958

Open
toplinuxsir opened this issue Jun 12, 2024 · 6 comments
Open

How to use v-date-input lab controls ? #958

toplinuxsir opened this issue Jun 12, 2024 · 6 comments
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do widget This issue details a new widget request

Comments

@toplinuxsir
Copy link

Description

How to use v-date-input lab controls via template ? Thanks

Properties

  • Labelling
  • Style
  • Behaviour

Events

  • on-action: this widget would need to send a message back to Node-RED when it's action is triggered, e.g. button clicked
  • on-change: this widget would need to send a message back to Node-RED when it's value is changed/updated

Controls

  • enabled: this widget can be enabled/disabled
  • visible: this widget can be hidden

Existing Examples

We use Vuetify for a lot of our widgets, is there a Vuetify component that is similar to what you are looking for?

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

@toplinuxsir toplinuxsir added feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do widget This issue details a new widget request labels Jun 12, 2024
@joepavitt
Copy link
Collaborator

This would require us to explicitly install the widget in our main.mjs file. We can do this, but are often quite strict on it, as the labs files can cause quite large memory increases, and we're already bloating quite hard.

@toplinuxsir
Copy link
Author

@joepavitt Next release the feature will be available?
Thanks!

@toplinuxsir
Copy link
Author

@joepavitt how to rebuild the package ? Thanks!

@bartbutenaers
Copy link
Contributor

Next release the feature will be available?

Hi @toplinuxsir,
You reported this yesterday, and you expect it already in the next release.
Which means tomorrow or next week...
Don't forget that there are 243 issues from other users that waiting patiently already quite some time ;-)

@github-cyprien
Copy link
Contributor

Why don't we create another package containing extra nodes ? ie : node-red-dashboard-extra for example...
I don't know if adding a lot of nodes in the same package is bad for memory. Compiling node-red-dashboard will also be longer and longer.

@joepavitt
Copy link
Collaborator

I don't know if adding a lot of nodes in the same package is bad for memory. Compiling node-red-dashboard will also be longer and longer.

We don't want to keep bloating, and third party widgets are very much supported and encouraged:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do widget This issue details a new widget request
Projects
None yet
Development

No branches or pull requests

4 participants