Skip to content

Commit

Permalink
v0.16.44
Browse files Browse the repository at this point in the history
  • Loading branch information
protozoo committed Jan 15, 2024
1 parent f5e0aac commit bbf9ca8
Show file tree
Hide file tree
Showing 5,406 changed files with 283,664 additions and 1,565 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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.43"
version = "0.16.44"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
1 change: 1 addition & 0 deletions public/css/app.67391ca9.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/css/app.f0543653.css

This file was deleted.

44 changes: 41 additions & 3 deletions public/data/blockDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
}
],
"category": "Content",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/separator.png",
"type": "q-separator"
Expand All @@ -107,6 +108,7 @@
}
],
"category": "Content",
"hideFromLibrary": false,
"enabled": false,
"media": "images/icons/components/ui_components/space.png",
"type": "q-space"
Expand Down Expand Up @@ -136,6 +138,7 @@
}
],
"category": "Content",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/toolbar.png",
"type": "q-toolbar"
Expand Down Expand Up @@ -658,6 +661,7 @@
}
],
"category": "Forms",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/input_text_field.png",
"type": "q-input"
Expand Down Expand Up @@ -773,6 +777,7 @@
}
],
"category": "Other",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/badge.png",
"type": "s-bignumber"
Expand Down Expand Up @@ -1158,6 +1163,7 @@
}
],
"category": "Forms",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/button.png",
"type": "q-btn"
Expand Down Expand Up @@ -2031,6 +2037,7 @@
}
],
"category": "Forms",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/select.png",
"type": "q-select"
Expand Down Expand Up @@ -2218,6 +2225,7 @@
}
],
"category": "Forms",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/radio.png",
"type": "q-radio"
Expand Down Expand Up @@ -2291,6 +2299,7 @@
}
],
"category": "Content",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/card.png",
"type": "q-card"
Expand Down Expand Up @@ -2539,6 +2548,7 @@
}
],
"category": "Forms",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/checkbox.png",
"type": "q-checkbox"
Expand Down Expand Up @@ -2927,6 +2937,7 @@
}
],
"category": "Other",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/expansion_item.png",
"type": "q-expansion-item"
Expand Down Expand Up @@ -3208,6 +3219,7 @@
}
],
"category": "Widgets",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/toggle.png",
"type": "q-toggle"
Expand Down Expand Up @@ -3636,6 +3648,7 @@
}
],
"category": "Forms",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/slider.png",
"type": "q-slider"
Expand Down Expand Up @@ -4184,6 +4197,7 @@
}
],
"category": "Forms",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/range.png",
"type": "q-range"
Expand Down Expand Up @@ -4534,6 +4548,7 @@
}
],
"category": "Forms",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/date_picker.png",
"type": "q-date"
Expand All @@ -4544,7 +4559,7 @@
"editable": false,
"description": "The QDate component provides a method to input date. Currently it supports Gregorian (default) and Persian calendars.\n\n\n\n",
"tagName": "S-DATEFIELD",
"content": "<q-input gb_b__v-model=\"\" gb_c__clearable=\"true\" gb_c__filled=\"true\" gb_c__label=\"Pick a date\"><q-icon class=\"cursor-pointer\" gb_c__name=\"event\" style=\"height: 100%;\"><q-popup-proxy gb_c__cover=\"true\" gb_c__transition-hide=\"scale\" gb_c__transition-show=\"scale\"><q-date gb_b__v-model=\"\" gb_c__mask=\"YYYY-MM-DD\" gb_c__no-unset=\"true\" gb_c__today-btn=\"true\"></q-date></q-popup-proxy></q-icon></q-input>",
"content": "<q-input gb_b__v-model=\"\" gb_c__clearable=\"true\" gb_c__filled=\"true\" gb_c__label=\"Pick a date\"><q-icon class=\"cursor-pointer\" gb_c__name=\"event\" style=\"height: 100%;\"><q-popup-proxy><q-date gb_b__v-model=\"\" gb_c__mask=\"YYYY-MM-DD\" gb_c__no-unset=\"true\" gb_c__today-btn=\"true\"></q-date></q-popup-proxy></q-icon></q-input>",
"droppable": false,
"properties": [
{
Expand Down Expand Up @@ -5052,6 +5067,7 @@
}
],
"category": "Forms",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/date_picker.png",
"type": "s-datefield"
Expand Down Expand Up @@ -5296,6 +5312,7 @@
}
],
"category": "Forms",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/time.png",
"type": "q-time"
Expand All @@ -5306,7 +5323,7 @@
"editable": false,
"description": "The QTime component provides a method to input time.\n\n\n\n",
"tagName": "S-TIMEFIELD",
"content": "<q-input gb_b__v-model=\"\" gb_c__clearable=\"true\" gb_c__filled=\"true\" gb_c__label=\"Pick a time\"><q-icon class=\"cursor-pointer\" gb_c__name=\"alarm\" style=\"height: 100%;\"><q-popup-proxy gb_c__cover=\"true\" gb_c__transition-hide=\"scale\" gb_c__transition-show=\"scale\"><q-time gb_b__v-model=\"\" gb_c__mask=\"HH:mm:ss\"></q-time></q-popup-proxy></q-icon></q-input>",
"content": "<q-input gb_b__v-model=\"\" gb_c__clearable=\"true\" gb_c__filled=\"true\" gb_c__label=\"Pick a time\"><q-icon class=\"cursor-pointer\" gb_c__name=\"alarm\" style=\"height: 100%;\"><q-popup-proxy><q-time gb_b__v-model=\"\" gb_c__mask=\"HH:mm:ss\"></q-time></q-popup-proxy></q-icon></q-input>",
"droppable": false,
"properties": [
{
Expand Down Expand Up @@ -5814,6 +5831,7 @@
}
],
"category": "Forms",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/time.png",
"type": "s-timefield"
Expand Down Expand Up @@ -5890,6 +5908,7 @@
}
],
"category": "Lists",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/list.png",
"type": "q-list"
Expand Down Expand Up @@ -6086,6 +6105,7 @@
}
],
"category": "Lists",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/item.png",
"type": "q-item"
Expand Down Expand Up @@ -6142,6 +6162,7 @@
}
],
"category": "Lists",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/item.png",
"type": "q-item-label"
Expand Down Expand Up @@ -6203,6 +6224,7 @@
}
],
"category": "Lists",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/item.png",
"type": "q-item-section"
Expand Down Expand Up @@ -6921,6 +6943,7 @@
}
],
"category": "Tables",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/table.png",
"type": "q-table"
Expand Down Expand Up @@ -7205,6 +7228,7 @@
}
],
"category": "Multimedia",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/img.png",
"type": "q-img"
Expand Down Expand Up @@ -7288,6 +7312,7 @@
}
],
"category": "Multimedia",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/video.png",
"type": "q-video"
Expand Down Expand Up @@ -7400,6 +7425,7 @@
}
],
"category": "Other",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/avatar.png",
"type": "q-avatar"
Expand Down Expand Up @@ -7516,6 +7542,7 @@
}
],
"category": "Other",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/badge.png",
"type": "q-badge"
Expand Down Expand Up @@ -7569,6 +7596,7 @@
}
],
"category": "Widgets",
"hideFromLibrary": false,
"enabled": false,
"media": "images/icons/components/ui_components/banner.png",
"type": "q-banner"
Expand Down Expand Up @@ -7832,6 +7860,7 @@
}
],
"category": "Widgets",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/chip.png",
"type": "q-chip"
Expand Down Expand Up @@ -7927,6 +7956,7 @@
}
],
"category": "Widgets",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/icon.png",
"type": "q-icon"
Expand Down Expand Up @@ -8150,6 +8180,7 @@
}
],
"category": "Widgets",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/rating.png",
"type": "q-rating"
Expand Down Expand Up @@ -8208,6 +8239,7 @@
}
],
"category": "Widgets",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/spinner.png",
"type": "q-spinner"
Expand Down Expand Up @@ -8498,6 +8530,7 @@
}
],
"category": "Widgets",
"hideFromLibrary": false,
"enabled": false,
"media": "images/icons/components/ui_components/tree.png",
"type": "q-tree"
Expand Down Expand Up @@ -8572,7 +8605,8 @@
}
],
"category": "Utilities",
"enabled": false,
"hideFromLibrary": true,
"enabled": true,
"media": "images/icons/components/ui_components/popup-proxy.png",
"type": "q-popup-proxy"
},
Expand Down Expand Up @@ -8632,6 +8666,7 @@
}
],
"category": "Timeline",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/timeline.png",
"type": "q-timeline"
Expand Down Expand Up @@ -8760,6 +8795,7 @@
}
],
"category": "Timeline",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/timeline-entry.png",
"type": "q-timeline-entry"
Expand Down Expand Up @@ -8937,6 +8973,7 @@
}
],
"category": "Content",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/square.png",
"type": "q-scroll-area"
Expand Down Expand Up @@ -9279,6 +9316,7 @@
}
],
"category": "Utilities",
"hideFromLibrary": false,
"enabled": true,
"media": "images/icons/components/ui_components/uploader.png",
"type": "q-uploader"
Expand Down
10 changes: 9 additions & 1 deletion public/data/grapesCanvas.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ button{
min-height: 20px;
}

partial, q-select, q-input, q-range, q-slider, q-table, q-editor, q-date, q-video, q-list, {
partial, q-select, q-input, q-range, q-slider, q-table, q-editor, q-date, q-video, q-list {
display: block;
min-height: 20px;
}

q-timeline, q-timeline-entry, q-item{
Expand Down Expand Up @@ -89,4 +90,11 @@ q-img {
JULIA_CODE {
padding: 10px;
display: inline-block;
}

.componentError{
background-color: #d06b6b;
color: #ffffff;
padding: 10px;
display: inline-block;
}
Binary file added public/img/block_icons/areaChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/block_icons/barChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/block_icons/pieChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/block_icons/scatterChart.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="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><title>GenieBuilder</title><link href="css/app.f0543653.css" rel="preload" as="style"><link href="css/chunk-vendors.0b319bf5.css" rel="preload" as="style"><link href="js/app.71478e5a.js" rel="preload" as="script"><link href="js/chunk-vendors.4e3d23de.js" rel="preload" as="script"><link href="css/chunk-vendors.0b319bf5.css" rel="stylesheet"><link href="css/app.f0543653.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><title>GenieBuilder</title><link href="css/app.67391ca9.css" rel="preload" as="style"><link href="css/chunk-vendors.0b319bf5.css" rel="preload" as="style"><link href="js/app.525966d4.js" rel="preload" as="script"><link href="js/chunk-vendors.20523098.js" rel="preload" as="script"><link href="css/chunk-vendors.0b319bf5.css" rel="stylesheet"><link href="css/app.67391ca9.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.4e3d23de.js"></script><script src="js/app.71478e5a.js"></script></body></html>
}</style><script src="js/chunk-vendors.20523098.js"></script><script src="js/app.525966d4.js"></script></body></html>
2 changes: 2 additions & 0 deletions public/js/app.525966d4.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

This file was deleted.

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

This file was deleted.

1,552 changes: 1,552 additions & 0 deletions public/js/chunk-vendors.20523098.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,553 changes: 0 additions & 1,553 deletions public/js/chunk-vendors.4e3d23de.js

This file was deleted.

Loading

0 comments on commit bbf9ca8

Please sign in to comment.