2020-11-30 17:12:06 +01:00
|
|
|
const BASE_LAYOUT_PROP_IDS = {
|
2020-12-03 18:31:38 +01:00
|
|
|
PRIVATE: "layout_private_master",
|
|
|
|
PUBLIC: "layout_public_master",
|
2020-11-30 17:12:06 +01:00
|
|
|
}
|
|
|
|
|
2020-12-05 00:16:07 +01:00
|
|
|
const EMPTY_LAYOUT = {
|
|
|
|
componentLibraries: ["@budibase/standard-components"],
|
|
|
|
title: "{{ name }}",
|
|
|
|
favicon: "./_shared/favicon.png",
|
|
|
|
stylesheets: [],
|
|
|
|
props: {
|
|
|
|
_id: "30b8822a-d07b-49f4-9531-551e37c6899b",
|
|
|
|
_component: "@budibase/standard-components/container",
|
|
|
|
_children: [
|
|
|
|
{
|
|
|
|
_id: "7fcf11e4-6f5b-4085-8e0d-9f3d44c98967",
|
|
|
|
_component: "##builtin/screenslot",
|
|
|
|
_styles: {
|
2020-12-23 10:23:03 +01:00
|
|
|
normal: {
|
|
|
|
flex: "1 1 auto",
|
|
|
|
display: "flex",
|
|
|
|
"flex-direction": "column",
|
|
|
|
"justify-content": "flex-start",
|
|
|
|
"align-items": "stretch",
|
|
|
|
"max-width": "100%",
|
|
|
|
"margin-left": "20px",
|
|
|
|
"margin-right": "20px",
|
|
|
|
width: "1400px",
|
|
|
|
},
|
2020-12-05 00:16:07 +01:00
|
|
|
hover: {},
|
|
|
|
active: {},
|
|
|
|
selected: {},
|
|
|
|
},
|
|
|
|
_children: [],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
type: "div",
|
|
|
|
_styles: {
|
|
|
|
active: {},
|
|
|
|
hover: {},
|
2020-12-23 10:23:03 +01:00
|
|
|
normal: {
|
|
|
|
display: "flex",
|
|
|
|
"flex-direction": "column",
|
|
|
|
"align-items": "center",
|
|
|
|
"justify-content": "flex-start",
|
|
|
|
"margin-right": "auto",
|
|
|
|
"margin-left": "auto",
|
|
|
|
"min-height": "100%",
|
|
|
|
"background-image": "#f5f5f5",
|
|
|
|
},
|
2020-12-05 00:16:07 +01:00
|
|
|
selected: {},
|
|
|
|
},
|
|
|
|
className: "",
|
|
|
|
onLoad: [],
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|
2020-11-23 16:46:26 +01:00
|
|
|
const BASE_LAYOUTS = [
|
|
|
|
{
|
2020-12-03 18:31:38 +01:00
|
|
|
_id: BASE_LAYOUT_PROP_IDS.PRIVATE,
|
2020-11-23 16:46:26 +01:00
|
|
|
componentLibraries: ["@budibase/standard-components"],
|
|
|
|
title: "{{ name }}",
|
|
|
|
favicon: "./_shared/favicon.png",
|
|
|
|
stylesheets: [],
|
2020-12-05 00:16:07 +01:00
|
|
|
name: "Top Navigation Layout",
|
2020-11-23 16:46:26 +01:00
|
|
|
props: {
|
2020-12-07 21:29:41 +01:00
|
|
|
_id: "4f569166-a4f3-47ea-a09e-6d218c75586f",
|
2020-11-23 16:46:26 +01:00
|
|
|
_component: "@budibase/standard-components/container",
|
|
|
|
_children: [
|
|
|
|
{
|
|
|
|
_id: "c74f07266980c4b6eafc33e2a6caa783d",
|
|
|
|
_component: "@budibase/standard-components/container",
|
|
|
|
_styles: {
|
|
|
|
normal: {
|
|
|
|
display: "flex",
|
|
|
|
"flex-direction": "row",
|
|
|
|
"justify-content": "flex-start",
|
|
|
|
"align-items": "flex-start",
|
|
|
|
background: "#fff",
|
|
|
|
width: "100%",
|
|
|
|
"box-shadow": "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
|
|
|
|
},
|
|
|
|
hover: {},
|
|
|
|
active: {},
|
|
|
|
selected: {},
|
2020-11-03 17:27:28 +01:00
|
|
|
},
|
2020-11-23 16:46:26 +01:00
|
|
|
className: "",
|
|
|
|
onLoad: [],
|
|
|
|
type: "div",
|
|
|
|
_instanceName: "Header",
|
|
|
|
_children: [
|
|
|
|
{
|
|
|
|
_id: "49e0e519-9e5e-4127-885a-ee6a0a49e2c1",
|
2020-12-02 17:15:14 +01:00
|
|
|
_component: "@budibase/standard-components/navigation",
|
2020-11-23 16:46:26 +01:00
|
|
|
_styles: {
|
|
|
|
normal: {
|
|
|
|
"max-width": "1400px",
|
|
|
|
"margin-left": "auto",
|
|
|
|
"margin-right": "auto",
|
|
|
|
padding: "20px",
|
|
|
|
color: "#757575",
|
|
|
|
"font-weight": "400",
|
|
|
|
"font-size": "16px",
|
|
|
|
flex: "1 1 auto",
|
|
|
|
},
|
|
|
|
hover: {},
|
|
|
|
active: {},
|
|
|
|
selected: {},
|
2020-11-03 17:27:28 +01:00
|
|
|
},
|
2020-11-23 16:46:26 +01:00
|
|
|
logoUrl:
|
|
|
|
"https://d33wubrfki0l68.cloudfront.net/aac32159d7207b5085e74a7ef67afbb7027786c5/2b1fd/img/logo/bb-emblem.svg",
|
|
|
|
title: "",
|
|
|
|
backgroundColor: "",
|
|
|
|
color: "",
|
|
|
|
borderWidth: "",
|
|
|
|
borderColor: "",
|
|
|
|
borderStyle: "",
|
|
|
|
_instanceName: "Navigation",
|
|
|
|
_children: [
|
|
|
|
{
|
|
|
|
_id: "48b35328-4c91-4343-a6a3-1a1fd77b3386",
|
|
|
|
_component: "@budibase/standard-components/link",
|
|
|
|
_styles: {
|
|
|
|
normal: {
|
|
|
|
"font-family": "Inter",
|
|
|
|
"font-weight": "500",
|
|
|
|
color: "#000000",
|
|
|
|
"text-decoration-line": "none",
|
|
|
|
"font-size": "16px",
|
|
|
|
},
|
|
|
|
hover: {
|
|
|
|
color: "#4285f4",
|
|
|
|
},
|
|
|
|
active: {},
|
|
|
|
selected: {},
|
2020-11-03 17:27:28 +01:00
|
|
|
},
|
2020-11-23 16:46:26 +01:00
|
|
|
url: "/",
|
|
|
|
openInNewTab: false,
|
|
|
|
text: "Home",
|
|
|
|
color: "",
|
|
|
|
hoverColor: "",
|
|
|
|
underline: false,
|
|
|
|
fontSize: "",
|
|
|
|
fontFamily: "initial",
|
|
|
|
_instanceName: "Home Link",
|
|
|
|
_children: [],
|
2020-11-03 17:27:28 +01:00
|
|
|
},
|
2020-11-23 16:46:26 +01:00
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
_id: "7fcf11e4-6f5b-4085-8e0d-9f3d44c98967",
|
|
|
|
_component: "##builtin/screenslot",
|
|
|
|
_styles: {
|
|
|
|
normal: {
|
|
|
|
flex: "1 1 auto",
|
|
|
|
display: "flex",
|
|
|
|
"flex-direction": "column",
|
|
|
|
"justify-content": "flex-start",
|
|
|
|
"align-items": "stretch",
|
|
|
|
"max-width": "100%",
|
|
|
|
"margin-left": "20px",
|
|
|
|
"margin-right": "20px",
|
|
|
|
width: "1400px",
|
|
|
|
padding: "20px",
|
|
|
|
},
|
|
|
|
hover: {},
|
|
|
|
active: {},
|
|
|
|
selected: {},
|
2020-11-03 17:27:28 +01:00
|
|
|
},
|
2020-11-23 16:46:26 +01:00
|
|
|
_children: [],
|
2020-11-03 17:27:28 +01:00
|
|
|
},
|
2020-11-23 16:46:26 +01:00
|
|
|
],
|
|
|
|
type: "div",
|
|
|
|
_styles: {
|
|
|
|
active: {},
|
|
|
|
hover: {},
|
|
|
|
normal: {
|
|
|
|
display: "flex",
|
|
|
|
"flex-direction": "column",
|
|
|
|
"align-items": "center",
|
|
|
|
"justify-content": "flex-start",
|
|
|
|
"margin-right": "auto",
|
|
|
|
"margin-left": "auto",
|
|
|
|
"min-height": "100%",
|
|
|
|
"background-image":
|
|
|
|
"linear-gradient(135deg, rgba(252,215,212,1) 20%, rgba(207,218,255,1) 100%);",
|
|
|
|
},
|
|
|
|
selected: {},
|
2020-11-03 17:27:28 +01:00
|
|
|
},
|
2020-11-23 16:46:26 +01:00
|
|
|
className: "",
|
|
|
|
onLoad: [],
|
2020-11-03 17:27:28 +01:00
|
|
|
},
|
|
|
|
},
|
2020-12-03 18:31:38 +01:00
|
|
|
{
|
|
|
|
_id: BASE_LAYOUT_PROP_IDS.PUBLIC,
|
|
|
|
componentLibraries: ["@budibase/standard-components"],
|
|
|
|
title: "{{ name }}",
|
|
|
|
favicon: "./_shared/favicon.png",
|
|
|
|
stylesheets: [],
|
2020-12-05 00:16:07 +01:00
|
|
|
name: "Empty Layout",
|
2020-12-03 18:31:38 +01:00
|
|
|
props: {
|
2020-12-07 21:29:41 +01:00
|
|
|
_id: "3723ffa1-f9e0-4c05-8013-98195c788ed6",
|
2020-12-03 18:31:38 +01:00
|
|
|
_component: "@budibase/standard-components/container",
|
|
|
|
_children: [
|
|
|
|
{
|
|
|
|
_id: "7fcf11e4-6f5b-4085-8e0d-9f3d44c98967",
|
|
|
|
_component: "##builtin/screenslot",
|
|
|
|
_styles: {
|
|
|
|
normal: {
|
|
|
|
flex: "1 1 auto",
|
|
|
|
display: "flex",
|
|
|
|
"flex-direction": "column",
|
|
|
|
"justify-content": "flex-start",
|
|
|
|
"align-items": "stretch",
|
|
|
|
"max-width": "100%",
|
|
|
|
"margin-left": "20px",
|
|
|
|
"margin-right": "20px",
|
|
|
|
width: "1400px",
|
|
|
|
padding: "20px",
|
|
|
|
},
|
|
|
|
hover: {},
|
|
|
|
active: {},
|
|
|
|
selected: {},
|
|
|
|
},
|
|
|
|
_children: [],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
type: "div",
|
|
|
|
_styles: {
|
|
|
|
active: {},
|
|
|
|
hover: {},
|
|
|
|
normal: {
|
|
|
|
display: "flex",
|
|
|
|
"flex-direction": "column",
|
|
|
|
"align-items": "center",
|
|
|
|
"justify-content": "center",
|
|
|
|
"margin-right": "auto",
|
|
|
|
"margin-left": "auto",
|
|
|
|
"min-height": "100%",
|
|
|
|
"background-image":
|
|
|
|
"linear-gradient(135deg, rgba(252,215,212,1) 20%, rgba(207,218,255,1) 100%);",
|
|
|
|
},
|
|
|
|
selected: {},
|
|
|
|
},
|
|
|
|
className: "",
|
|
|
|
onLoad: [],
|
|
|
|
},
|
|
|
|
},
|
2020-11-23 16:46:26 +01:00
|
|
|
]
|
2020-11-03 17:27:28 +01:00
|
|
|
|
2020-11-23 16:46:26 +01:00
|
|
|
module.exports = {
|
|
|
|
BASE_LAYOUTS,
|
2020-11-30 17:12:06 +01:00
|
|
|
BASE_LAYOUT_PROP_IDS,
|
2020-12-07 16:49:13 +01:00
|
|
|
EMPTY_LAYOUT,
|
2020-11-23 16:46:26 +01:00
|
|
|
}
|