Skip to content

Commit

Permalink
v0.16.59 (nocode v0.1.32)
Browse files Browse the repository at this point in the history
  • Loading branch information
protozoo committed Feb 22, 2024
1 parent 5e02d03 commit dcc6f7f
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 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.16.58"
version = "0.16.59"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
1 change: 0 additions & 1 deletion public/css/app.3f801c12.css

This file was deleted.

1 change: 1 addition & 0 deletions public/css/app.f534ef40.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/data/blockDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@
"editable": false,
"description": "The QSelect component has two types of selection: single or multiple. This component opens up a menu for the selection list and action. A filter can also be used for longer lists.\n\nIn case you are looking for a dropdown \"button\" instead of \"input\" use [Button Dropdown](/vue-components/button-dropdown) instead.\n\n\n",
"tagName": "Q-SELECT",
"content": "<q-select gb_b__v-model=\"undefined\" gb_c__clearable=\"true\" gb_c__label=\"Choices\" gb_c__options=\"[]\" gb_c__use-chips=\"false\" gb_c__use-input=\"true\"></q-select>",
"content": "<q-select gb_b__v-model=\"undefined\" gb_c__label=\"Choices\" gb_c__options=\"[]\" ></q-select>",
"droppable": false,
"properties": [
{
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="" data-theme="light"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><script src="https://cdn.tailwindcss.com"></script><script type="module" src="https://md-block.verou.me/md-block.js"></script><script src="./libs/beautify-html.min.js"></script><script src="./libs/grapes.min.js"></script><script src="./libs/grapesjs-plugin-ckeditor.min.js"></script><script src="./libs/ckeditor4-release-4.16.x/ckeditor.js"></script><script src="./libs/grapesjs-code-editor.min.js"></script><title>GenieBuilder</title><link href="css/app.3f801c12.css" rel="preload" as="style"><link href="css/chunk-vendors.3b3d6957.css" rel="preload" as="style"><link href="js/app.f1c8aa32.js" rel="preload" as="script"><link href="js/chunk-vendors.0a1b564d.js" rel="preload" as="script"><link href="css/chunk-vendors.3b3d6957.css" rel="stylesheet"><link href="css/app.3f801c12.css" rel="stylesheet"></head><body style="padding: 0 0px;" role="document"><div id="Main_App_varMain_App_ReactiveModel"></div><noscript><strong>We're sorry but GenieBuilder doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><style>.gjs-two-color {
<!DOCTYPE html><html lang="" data-theme="light"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><script src="https://cdn.tailwindcss.com"></script><script type="module" src="https://md-block.verou.me/md-block.js"></script><script src="./libs/beautify-html.min.js"></script><script src="./libs/grapes.min.js"></script><script src="./libs/grapesjs-plugin-ckeditor.min.js"></script><script src="./libs/ckeditor4-release-4.16.x/ckeditor.js"></script><script src="./libs/grapesjs-code-editor.min.js"></script><title>GenieBuilder</title><link href="css/app.f534ef40.css" rel="preload" as="style"><link href="css/chunk-vendors.3b3d6957.css" rel="preload" as="style"><link href="js/app.e578f8fa.js" rel="preload" as="script"><link href="js/chunk-vendors.0a1b564d.js" rel="preload" as="script"><link href="css/chunk-vendors.3b3d6957.css" rel="stylesheet"><link href="css/app.f534ef40.css" rel="stylesheet"></head><body style="padding: 0 0px;" role="document"><div id="Main_App_varMain_App_ReactiveModel"></div><noscript><strong>We're sorry but GenieBuilder doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><style>.gjs-two-color {
background-color: unset;
color: unset;
font-weight: 600;
Expand Down Expand Up @@ -29,4 +29,4 @@
background-color: #0000005c;
padding: 10px;
margin: 10px 0px;
}</style><script src="js/chunk-vendors.0a1b564d.js"></script><script src="js/app.f1c8aa32.js"></script></body></html>
}</style><script src="js/chunk-vendors.0a1b564d.js"></script><script src="js/app.e578f8fa.js"></script></body></html>
2 changes: 2 additions & 0 deletions public/js/app.e578f8fa.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/app.e578f8fa.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions public/js/app.f1c8aa32.js

This file was deleted.

1 change: 0 additions & 1 deletion public/js/app.f1c8aa32.js.map

This file was deleted.

0 comments on commit dcc6f7f

Please sign in to comment.