Skip to content

Commit

Permalink
v0.19.9, update no-code to v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
protozoo committed Nov 21, 2024
1 parent 3076670 commit 4362037
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 538 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GenieBuilder"
uuid = "c9453c14-af8a-11ec-351d-c7c9a2035d70"
authors = ["Adrian Salceanu"]
version = "0.19.8"
version = "0.19.9"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/data/blockDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
"editable": false,
"description": "The QInput component is used to capture text input from the user. It uses `v-model`, similar to a regular input. It has support for errors and validation, and comes in a variety of styles, colors, and types.\n\n\n",
"tagName": "Q-INPUT",
"content": "<q-input gb_b__v-model=\"undefined\" gb_c__dense=\"true\" gb_c__label=\"Input\"></q-input>",
"content": "<q-input gb_b__v-model=\"undefined\" gb_c__label=\"Input\"></q-input>",
"droppable": false,
"nestable": true,
"properties": [
Expand Down Expand Up @@ -1217,7 +1217,7 @@
"editable": false,
"description": "Stipple has a component called QBtn which is a button with a few extra useful features. For instance, it comes in two shapes: rectangle (default) and round. It also has the material ripple effect baked in (which can be disabled).\n\nThe button component also comes with a spinner or loading effect. You would use this for times when app execution may cause a delay and you want to give the user some feedback about that delay. When used, the button will display a spinning animation as soon as the user clicks the button.\n\nWhen not disabled or spinning, QBtn emits a `@click` event, as soon as it is clicked or tapped.\n\n\n",
"tagName": "Q-BTN",
"content": "<q-btn gb_c__color=\"primary\" gb_c__icon=\"true\" gb_c__label=\"button\" gb_c__v-on:click=\"\"></q-btn>",
"content": "<q-btn gb_c__color=\"primary\" gb_c__label=\"button\" gb_c__v-on:click=\"\"></q-btn>",
"droppable": false,
"nestable": true,
"properties": [
Expand Down
Loading

0 comments on commit 4362037

Please sign in to comment.