Skip to content

Commit

Permalink
v0.18.6. Update no-code editor to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
protozoo committed Sep 23, 2024
1 parent 37c4742 commit 2a6f1b4
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 10 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.18.5"
version = "0.18.6"

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

Large diffs are not rendered by default.

20 changes: 17 additions & 3 deletions public/data/blockDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,24 @@
"content": " <q-popup-proxy></q-popup-proxy>",
"droppable": false,
"nestable": true,
"properties": [],
"isComposite": true,
"properties": [
{
"label": "No Parent Event",
"name": "no-parent-event",
"type": "Boolean",
"category": "behavior"
},
{
"label": "Context Menu",
"name": "context-menu",
"type": "Boolean",
"category": "behavior"
}
],
"category": "Content",
"hideFromLibrary": true,
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/tabs.png",
"type": "q-popup-proxy"
},
{
Expand Down Expand Up @@ -7742,6 +7755,7 @@
"description": "The QBadge component allows you to create a small badge for adding information like contextual data that needs to stand out and get noticed. It is also often useful in combination with other elements like a user avatar to show a number of new messages.\n\n\n",
"tagName": "Q-BADGE",
"content": "<q-badge gb_c__color=\"primary\" gb_c__icon=\"danger\" gb_c__label=\"Text\"></q-badge>",
"nestable": true,
"droppable": false,
"properties": [
{
Expand Down
6 changes: 6 additions & 0 deletions public/data/grapesCanvas.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ q-scroll-area{
min-height: 100px;
}

q-popup-proxy{
display: inline-block;
width: max-content;
padding: 1px;
}

q-img {
display: block;
background:lightgray;
Expand Down
Binary file added public/img/block_icons/popup-proxy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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="./data/tailwind.js"></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.e1a1f0e7.css" rel="preload" as="style"><link href="css/chunk-vendors.7dc1cf32.css" rel="preload" as="style"><link href="js/app.76eab5e1.js" rel="preload" as="script"><link href="js/chunk-vendors.ef2f301a.js" rel="preload" as="script"><link href="css/chunk-vendors.7dc1cf32.css" rel="stylesheet"><link href="css/app.e1a1f0e7.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="./data/tailwind.js"></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.02132cb0.css" rel="preload" as="style"><link href="css/chunk-vendors.7dc1cf32.css" rel="preload" as="style"><link href="js/app.959b5064.js" rel="preload" as="script"><link href="js/chunk-vendors.ef2f301a.js" rel="preload" as="script"><link href="css/chunk-vendors.7dc1cf32.css" rel="stylesheet"><link href="css/app.02132cb0.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 @@ -27,4 +27,4 @@
background-color: #0000005c;
padding: 10px;
margin: 10px 0px;
}</style><script src="js/chunk-vendors.ef2f301a.js"></script><script src="js/app.76eab5e1.js"></script></body></html>
}</style><script src="js/chunk-vendors.ef2f301a.js"></script><script src="js/app.959b5064.js"></script></body></html>
2 changes: 0 additions & 2 deletions public/js/app.76eab5e1.js

This file was deleted.

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

This file was deleted.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 2a6f1b4

Please sign in to comment.