2021-01-12 21:00:35 +01:00
|
|
|
{
|
2021-07-07 14:53:59 +02:00
|
|
|
"features": {
|
|
|
|
"spectrumThemes": true,
|
2021-08-13 12:24:47 +02:00
|
|
|
"intelligentLoading": true,
|
2021-09-16 22:15:09 +02:00
|
|
|
"deviceAwareness": true,
|
|
|
|
"state": true,
|
|
|
|
"customThemes": true,
|
|
|
|
"devicePreview": true
|
2021-07-07 14:53:59 +02:00
|
|
|
},
|
2021-06-11 14:47:57 +02:00
|
|
|
"layout": {
|
|
|
|
"name": "Layout",
|
|
|
|
"description": "This component is specific only to layouts",
|
|
|
|
"icon": "Sandbox",
|
|
|
|
"hasChildren": true,
|
2021-06-23 13:26:46 +02:00
|
|
|
"styles": ["padding", "background"],
|
2021-06-11 14:47:57 +02:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Logo URL",
|
|
|
|
"key": "logoUrl"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Title",
|
|
|
|
"key": "title"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Navigation",
|
|
|
|
"key": "navigation",
|
|
|
|
"options": ["Top", "Left", "None"],
|
|
|
|
"defaultValue": "Top"
|
|
|
|
},
|
2021-06-17 14:05:12 +02:00
|
|
|
{
|
|
|
|
"type": "select",
|
2021-06-17 14:17:24 +02:00
|
|
|
"label": "Width",
|
|
|
|
"key": "width",
|
2021-07-10 12:56:32 +02:00
|
|
|
"options": ["Small", "Medium", "Large", "Max"],
|
2021-06-17 14:05:12 +02:00
|
|
|
"defaultValue": "Large"
|
|
|
|
},
|
2021-06-11 14:47:57 +02:00
|
|
|
{
|
2021-06-17 13:18:48 +02:00
|
|
|
"type": "navigation",
|
2021-06-11 14:47:57 +02:00
|
|
|
"label": "Links",
|
2021-06-17 13:18:48 +02:00
|
|
|
"key": "links"
|
2021-06-17 17:23:38 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Hide title",
|
|
|
|
"key": "hideTitle",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Hide logo",
|
|
|
|
"key": "hideLogo",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Sticky header",
|
|
|
|
"key": "sticky",
|
|
|
|
"defaultValue": false
|
2021-06-11 14:47:57 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-01-12 21:00:35 +01:00
|
|
|
"container": {
|
|
|
|
"name": "Container",
|
|
|
|
"description": "This component contains things within itself",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Sandbox",
|
2021-01-12 21:00:35 +01:00
|
|
|
"hasChildren": true,
|
2021-06-08 09:00:54 +02:00
|
|
|
"showSettingsBar": true,
|
2021-06-23 13:26:46 +02:00
|
|
|
"styles": ["padding", "size", "background", "border", "shadow"],
|
2021-06-08 09:00:54 +02:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Direction",
|
|
|
|
"key": "direction",
|
|
|
|
"showInBar": true,
|
2021-06-23 15:21:37 +02:00
|
|
|
"barStyle": "buttons",
|
2021-06-08 09:00:54 +02:00
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Column",
|
|
|
|
"value": "column",
|
2021-07-07 10:28:11 +02:00
|
|
|
"barIcon": "ViewColumn",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barTitle": "Column layout"
|
2021-06-08 09:00:54 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Row",
|
|
|
|
"value": "row",
|
2021-07-07 10:28:11 +02:00
|
|
|
"barIcon": "ViewRow",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barTitle": "Row layout"
|
2021-06-08 09:00:54 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "column"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
2021-06-11 12:37:05 +02:00
|
|
|
"label": "Horiz. Align",
|
2021-06-08 09:00:54 +02:00
|
|
|
"key": "hAlign",
|
|
|
|
"showInBar": true,
|
2021-06-23 15:21:37 +02:00
|
|
|
"barStyle": "buttons",
|
2021-06-08 09:00:54 +02:00
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Left",
|
|
|
|
"value": "left",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barIcon": "AlignLeft",
|
|
|
|
"barTitle": "Align left"
|
2021-06-08 09:00:54 +02:00
|
|
|
},
|
|
|
|
{
|
2021-06-10 10:48:08 +02:00
|
|
|
"label": "Center",
|
|
|
|
"value": "center",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barIcon": "AlignCenter",
|
|
|
|
"barTitle": "Align center"
|
2021-06-08 09:00:54 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Right",
|
|
|
|
"value": "right",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barIcon": "AlignRight",
|
|
|
|
"barTitle": "Align right"
|
2021-06-08 09:00:54 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Stretch",
|
|
|
|
"value": "stretch",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barIcon": "MoveLeftRight",
|
|
|
|
"barTitle": "Align stretched horizontally"
|
2021-06-08 09:00:54 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "stretch"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
2021-06-11 12:37:05 +02:00
|
|
|
"label": "Vert. Align",
|
2021-06-08 09:00:54 +02:00
|
|
|
"key": "vAlign",
|
2021-06-24 13:15:04 +02:00
|
|
|
"showInBar": true,
|
2021-06-23 15:21:37 +02:00
|
|
|
"barStyle": "buttons",
|
2021-06-08 09:00:54 +02:00
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Top",
|
|
|
|
"value": "top",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barIcon": "AlignTop",
|
|
|
|
"barTitle": "Align top"
|
2021-06-08 09:00:54 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Middle",
|
|
|
|
"value": "middle",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barIcon": "AlignMiddle",
|
|
|
|
"barTitle": "Align middle"
|
2021-06-08 09:00:54 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Bottom",
|
|
|
|
"value": "bottom",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barIcon": "AlignBottom",
|
|
|
|
"barTitle": "Align bottom"
|
2021-06-08 09:00:54 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Stretch",
|
|
|
|
"value": "stretch",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barIcon": "MoveUpDown",
|
|
|
|
"barTitle": "Align stretched vertically"
|
2021-06-08 09:00:54 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "top"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Size",
|
|
|
|
"key": "size",
|
|
|
|
"showInBar": true,
|
2021-06-23 15:21:37 +02:00
|
|
|
"barStyle": "buttons",
|
2021-06-08 09:00:54 +02:00
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Shrink",
|
|
|
|
"value": "shrink",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barIcon": "Minimize",
|
|
|
|
"barTitle": "Shrink container"
|
2021-06-08 09:00:54 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Grow",
|
|
|
|
"value": "grow",
|
2021-06-10 19:42:41 +02:00
|
|
|
"barIcon": "Maximize",
|
|
|
|
"barTitle": "Grow container"
|
2021-06-08 09:00:54 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "shrink"
|
2021-06-24 12:29:20 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Gap",
|
|
|
|
"key": "gap",
|
|
|
|
"showInBar": true,
|
|
|
|
"barStyle": "picker",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "None",
|
|
|
|
"value": "N"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Small",
|
|
|
|
"value": "S"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Medium",
|
|
|
|
"value": "M"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Large",
|
|
|
|
"value": "L"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "M"
|
2021-06-24 13:15:04 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Wrap",
|
|
|
|
"key": "wrap",
|
|
|
|
"showInBar": true,
|
|
|
|
"barIcon": "ModernGridView",
|
|
|
|
"barTitle": "Wrap"
|
2021-06-08 09:00:54 +02:00
|
|
|
}
|
2021-06-23 13:26:46 +02:00
|
|
|
]
|
2021-01-12 21:00:35 +01:00
|
|
|
},
|
2021-06-09 10:23:42 +02:00
|
|
|
"section": {
|
|
|
|
"name": "Section",
|
|
|
|
"description": "Add a section to your application",
|
2021-06-04 08:57:18 +02:00
|
|
|
"icon": "ColumnTwoB",
|
|
|
|
"hasChildren": true,
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-06-14 18:41:18 +02:00
|
|
|
"showEmptyState": false,
|
2021-06-04 08:57:18 +02:00
|
|
|
"settings": [
|
|
|
|
{
|
2021-06-14 07:34:42 +02:00
|
|
|
"type": "section",
|
2021-06-04 08:57:18 +02:00
|
|
|
"label": "Type",
|
|
|
|
"key": "type",
|
|
|
|
"defaultValue": "mainSidebar"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-01-12 21:00:35 +01:00
|
|
|
"screenslot": {
|
|
|
|
"name": "Screenslot",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "WebPage",
|
2021-06-30 10:05:03 +02:00
|
|
|
"description": "Contains your app screens",
|
|
|
|
"editable": false
|
2021-01-14 10:45:09 +01:00
|
|
|
},
|
|
|
|
"button": {
|
|
|
|
"name": "Button",
|
|
|
|
"description": "A basic html button that is ready for styling",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Button",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-14 10:45:09 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Text",
|
|
|
|
"key": "text"
|
|
|
|
},
|
2021-06-16 19:14:23 +02:00
|
|
|
{
|
|
|
|
"type": "select",
|
2021-06-25 09:55:45 +02:00
|
|
|
"label": "Variant",
|
2021-06-16 19:14:23 +02:00
|
|
|
"key": "type",
|
2021-06-25 09:55:45 +02:00
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Primary",
|
|
|
|
"value": "primary"
|
|
|
|
}, {
|
|
|
|
"label": "Secondary",
|
|
|
|
"value": "secondary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Action",
|
|
|
|
"value": "cta"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Warning",
|
|
|
|
"value": "warning"
|
2021-08-13 13:22:35 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Over Background",
|
|
|
|
"value": "overBackground"
|
2021-06-25 09:55:45 +02:00
|
|
|
}
|
|
|
|
],
|
2021-06-16 19:14:23 +02:00
|
|
|
"defaultValue": "primary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Size",
|
|
|
|
"key": "size",
|
2021-06-25 09:55:45 +02:00
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Small",
|
|
|
|
"value": "S"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Medium",
|
|
|
|
"value": "M"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Large",
|
|
|
|
"value": "L"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Extra large",
|
|
|
|
"value": "XL"
|
|
|
|
}
|
|
|
|
],
|
2021-06-16 19:14:23 +02:00
|
|
|
"defaultValue": "M"
|
|
|
|
},
|
2021-07-05 11:19:07 +02:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Quiet",
|
|
|
|
"key": "quiet"
|
|
|
|
},
|
2021-01-14 10:45:09 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
2021-01-14 16:39:50 +01:00
|
|
|
"key": "disabled"
|
2021-01-14 10:45:09 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "event",
|
|
|
|
"label": "On Click",
|
|
|
|
"key": "onClick"
|
|
|
|
}
|
|
|
|
]
|
2021-01-14 16:39:50 +01:00
|
|
|
},
|
2021-07-31 15:11:33 +02:00
|
|
|
"divider": {
|
|
|
|
"name": "Divider",
|
|
|
|
"description": "A basic divider",
|
|
|
|
"icon": "Separator",
|
|
|
|
"illegalChildren": ["section"],
|
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Size",
|
|
|
|
"key": "size",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Small",
|
|
|
|
"value": "S"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Medium",
|
|
|
|
"value": "M"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Large",
|
|
|
|
"value": "L"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "M"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Vertical",
|
|
|
|
"key": "vertical"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-03-24 16:51:57 +01:00
|
|
|
"repeater": {
|
2021-01-14 16:39:50 +01:00
|
|
|
"name": "Repeater",
|
|
|
|
"description": "A configurable data list that attaches to your backend tables.",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "ViewList",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-14 16:39:50 +01:00
|
|
|
"hasChildren": true,
|
2021-06-24 12:44:33 +02:00
|
|
|
"showSettingsBar": true,
|
2021-01-14 16:39:50 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
2021-03-16 14:54:34 +01:00
|
|
|
"type": "dataProvider",
|
2021-04-19 15:04:07 +02:00
|
|
|
"label": "Provider",
|
2021-03-16 20:11:00 +01:00
|
|
|
"key": "dataProvider"
|
2021-02-05 00:17:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
2021-02-10 19:34:45 +01:00
|
|
|
"label": "Empty Text",
|
|
|
|
"key": "noRowsMessage",
|
2021-06-11 09:45:58 +02:00
|
|
|
"defaultValue": "No rows found"
|
2021-02-11 14:03:22 +01:00
|
|
|
},
|
2021-06-24 12:44:33 +02:00
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Direction",
|
|
|
|
"key": "direction",
|
|
|
|
"showInBar": true,
|
2021-06-24 13:15:04 +02:00
|
|
|
"barStyle": "buttons",
|
2021-06-24 12:44:33 +02:00
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Column",
|
|
|
|
"value": "column",
|
|
|
|
"barIcon": "ViewRow",
|
|
|
|
"barTitle": "Column layout"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Row",
|
|
|
|
"value": "row",
|
|
|
|
"barIcon": "ViewColumn",
|
|
|
|
"barTitle": "Row layout"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "column"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Horiz. Align",
|
|
|
|
"key": "hAlign",
|
|
|
|
"showInBar": true,
|
2021-06-24 13:15:04 +02:00
|
|
|
"barStyle": "buttons",
|
2021-06-24 12:44:33 +02:00
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Left",
|
|
|
|
"value": "left",
|
|
|
|
"barIcon": "AlignLeft",
|
|
|
|
"barTitle": "Align left"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Center",
|
|
|
|
"value": "center",
|
|
|
|
"barIcon": "AlignCenter",
|
|
|
|
"barTitle": "Align center"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Right",
|
|
|
|
"value": "right",
|
|
|
|
"barIcon": "AlignRight",
|
|
|
|
"barTitle": "Align right"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Stretch",
|
|
|
|
"value": "stretch",
|
|
|
|
"barIcon": "MoveLeftRight",
|
|
|
|
"barTitle": "Align stretched horizontally"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "stretch"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Vert. Align",
|
|
|
|
"key": "vAlign",
|
2021-06-24 13:15:04 +02:00
|
|
|
"showInBar": true,
|
|
|
|
"barStyle": "buttons",
|
2021-06-24 12:44:33 +02:00
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Top",
|
|
|
|
"value": "top",
|
|
|
|
"barIcon": "AlignTop",
|
|
|
|
"barTitle": "Align top"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Middle",
|
|
|
|
"value": "middle",
|
|
|
|
"barIcon": "AlignMiddle",
|
|
|
|
"barTitle": "Align middle"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Bottom",
|
|
|
|
"value": "bottom",
|
|
|
|
"barIcon": "AlignBottom",
|
|
|
|
"barTitle": "Align bottom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Stretch",
|
|
|
|
"value": "stretch",
|
|
|
|
"barIcon": "MoveUpDown",
|
|
|
|
"barTitle": "Align stretched vertically"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "top"
|
2021-06-24 13:15:04 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Gap",
|
|
|
|
"key": "gap",
|
|
|
|
"showInBar": true,
|
|
|
|
"barStyle": "picker",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "None",
|
|
|
|
"value": "N"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Small",
|
|
|
|
"value": "S"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Medium",
|
|
|
|
"value": "M"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Large",
|
|
|
|
"value": "L"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "M"
|
2021-01-14 16:39:50 +01:00
|
|
|
}
|
2021-03-16 14:54:34 +01:00
|
|
|
],
|
2021-03-29 17:37:17 +02:00
|
|
|
"context": {
|
|
|
|
"type": "schema"
|
2021-03-16 14:54:34 +01:00
|
|
|
}
|
2021-01-14 16:39:50 +01:00
|
|
|
},
|
|
|
|
"stackedlist": {
|
2021-06-30 17:33:19 +02:00
|
|
|
"deprecated": true,
|
2021-04-28 15:12:06 +02:00
|
|
|
"name": "Stacked List",
|
|
|
|
"icon": "TaskList",
|
2021-01-14 16:39:50 +01:00
|
|
|
"description": "A basic card component that can contain content and actions.",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-14 16:39:50 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Image",
|
|
|
|
"key": "imageUrl"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Heading",
|
|
|
|
"key": "heading"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
2021-02-02 14:08:01 +01:00
|
|
|
"label": "Subheading",
|
|
|
|
"key": "subheading"
|
2021-01-14 16:39:50 +01:00
|
|
|
},
|
|
|
|
{
|
2021-02-15 21:03:29 +01:00
|
|
|
"type": "text",
|
2021-01-14 16:39:50 +01:00
|
|
|
"label": "Link URL",
|
2021-02-15 21:03:29 +01:00
|
|
|
"key": "destinationUrl",
|
|
|
|
"placeholder": "/screen"
|
2021-01-14 16:39:50 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"card": {
|
|
|
|
"name": "Vertical Card",
|
|
|
|
"description": "A basic card component that can contain content and actions.",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "ViewColumn",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-14 16:39:50 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Image",
|
|
|
|
"key": "imageUrl"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Heading",
|
|
|
|
"key": "heading"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Description",
|
|
|
|
"key": "description"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Link Text",
|
|
|
|
"key": "linkText"
|
|
|
|
},
|
|
|
|
{
|
2021-02-15 21:03:29 +01:00
|
|
|
"type": "text",
|
|
|
|
"label": "Link URL",
|
|
|
|
"key": "linkUrl",
|
|
|
|
"placeholder": "/screen"
|
2021-01-14 16:39:50 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "color",
|
|
|
|
"label": "Link Color",
|
|
|
|
"key": "linkColor",
|
|
|
|
"defaultValue": "#000"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "color",
|
|
|
|
"label": "Hover Color",
|
|
|
|
"key": "linkHoverColor",
|
|
|
|
"defaultValue": "#222"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Image Height",
|
|
|
|
"key": "imageHeight",
|
|
|
|
"options": ["auto", "12rem", "16rem", "20rem", "24rem"],
|
|
|
|
"defaultValue": "auto"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Card Width",
|
|
|
|
"key": "cardWidth",
|
|
|
|
"options": ["16rem", "20rem", "24rem"],
|
|
|
|
"defaultValue": "20rem"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"text": {
|
|
|
|
"name": "Paragraph",
|
|
|
|
"description": "A component for displaying paragraph text.",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "TextParagraph",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-06-23 15:21:37 +02:00
|
|
|
"showSettingsBar": true,
|
2021-01-14 16:39:50 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Text",
|
|
|
|
"key": "text"
|
2021-06-23 15:21:37 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Size",
|
|
|
|
"key": "size",
|
2021-06-24 12:29:20 +02:00
|
|
|
"defaultValue": "M",
|
2021-06-23 15:21:37 +02:00
|
|
|
"showInBar": true,
|
|
|
|
"barStyle": "picker",
|
|
|
|
"options": [{
|
2021-08-13 13:07:45 +02:00
|
|
|
"label": "Extra Small",
|
|
|
|
"value": "XS"
|
|
|
|
}, {
|
2021-06-23 15:21:37 +02:00
|
|
|
"label": "Small",
|
|
|
|
"value": "S"
|
|
|
|
}, {
|
|
|
|
"label": "Medium",
|
|
|
|
"value": "M"
|
|
|
|
}, {
|
|
|
|
"label": "Large",
|
|
|
|
"value": "L"
|
2021-08-13 13:07:45 +02:00
|
|
|
}, {
|
|
|
|
"label": "Extra Large",
|
|
|
|
"value": "XL"
|
|
|
|
}, {
|
|
|
|
"label": "2XL",
|
|
|
|
"value": "XXL"
|
|
|
|
}, {
|
|
|
|
"label": "3XL",
|
|
|
|
"value": "XXXL"
|
2021-06-23 15:21:37 +02:00
|
|
|
}]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "color",
|
|
|
|
"label": "Color",
|
|
|
|
"key": "color",
|
|
|
|
"showInBar": true,
|
|
|
|
"barSeparator": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Bold",
|
|
|
|
"key": "bold",
|
|
|
|
"showInBar": true,
|
|
|
|
"barIcon": "TagBold",
|
|
|
|
"barTitle": "Bold text",
|
|
|
|
"barSeparator": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Italic",
|
|
|
|
"key": "italic",
|
|
|
|
"showInBar": true,
|
|
|
|
"barIcon": "TagItalic",
|
|
|
|
"barTitle": "Italic text",
|
|
|
|
"barSeparator": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Underline",
|
|
|
|
"key": "underline",
|
|
|
|
"showInBar": true,
|
|
|
|
"barIcon": "TagUnderline",
|
|
|
|
"barTitle": "Underline text"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Alignment",
|
|
|
|
"key": "align",
|
|
|
|
"defaultValue": "left",
|
|
|
|
"showInBar": true,
|
|
|
|
"barStyle": "buttons",
|
|
|
|
"options": [{
|
|
|
|
"label": "Left",
|
|
|
|
"value": "left",
|
|
|
|
"barIcon": "TextAlignLeft",
|
|
|
|
"barTitle": "Align left"
|
|
|
|
}, {
|
|
|
|
"label": "Center",
|
|
|
|
"value": "center",
|
|
|
|
"barIcon": "TextAlignCenter",
|
|
|
|
"barTitle": "Align center"
|
|
|
|
}, {
|
|
|
|
"label": "Right",
|
|
|
|
"value": "right",
|
|
|
|
"barIcon": "TextAlignRight",
|
|
|
|
"barTitle": "Align right"
|
|
|
|
}, {
|
|
|
|
"label": "Justify",
|
|
|
|
"value": "justify",
|
|
|
|
"barIcon": "TextAlignJustify",
|
|
|
|
"barTitle": "Justify text"
|
|
|
|
}]
|
2021-01-14 16:39:50 +01:00
|
|
|
}
|
|
|
|
]
|
2021-01-15 11:59:22 +01:00
|
|
|
},
|
2021-01-19 12:49:52 +01:00
|
|
|
"heading": {
|
|
|
|
"name": "Headline",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "TextBold",
|
2021-01-19 12:49:52 +01:00
|
|
|
"description": "A component for displaying heading text",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-06-23 15:21:37 +02:00
|
|
|
"showSettingsBar": true,
|
2021-01-19 12:49:52 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"key": "text",
|
|
|
|
"label": "Text"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
2021-06-23 15:21:37 +02:00
|
|
|
"label": "Size",
|
|
|
|
"key": "size",
|
2021-06-24 12:29:20 +02:00
|
|
|
"defaultValue": "M",
|
2021-06-23 15:21:37 +02:00
|
|
|
"showInBar": true,
|
|
|
|
"barStyle": "picker",
|
|
|
|
"options": [{
|
2021-08-13 13:07:45 +02:00
|
|
|
"label": "Extra Small",
|
|
|
|
"value": "XS"
|
|
|
|
}, {
|
2021-06-23 15:21:37 +02:00
|
|
|
"label": "Small",
|
|
|
|
"value": "S"
|
|
|
|
}, {
|
|
|
|
"label": "Medium",
|
|
|
|
"value": "M"
|
|
|
|
}, {
|
|
|
|
"label": "Large",
|
|
|
|
"value": "L"
|
2021-08-13 13:07:45 +02:00
|
|
|
}, {
|
|
|
|
"label": "Extra Large",
|
|
|
|
"value": "XL"
|
|
|
|
}, {
|
|
|
|
"label": "2XL",
|
|
|
|
"value": "XXL"
|
|
|
|
}, {
|
|
|
|
"label": "3XL",
|
|
|
|
"value": "XXXL"
|
2021-06-23 15:21:37 +02:00
|
|
|
}]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "color",
|
|
|
|
"label": "Color",
|
|
|
|
"key": "color",
|
|
|
|
"showInBar": true,
|
|
|
|
"barSeparator": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Bold",
|
|
|
|
"key": "bold",
|
|
|
|
"showInBar": true,
|
|
|
|
"barIcon": "TagBold",
|
|
|
|
"barTitle": "Bold text",
|
|
|
|
"barSeparator": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Italic",
|
|
|
|
"key": "italic",
|
|
|
|
"showInBar": true,
|
|
|
|
"barIcon": "TagItalic",
|
|
|
|
"barTitle": "Italic text",
|
|
|
|
"barSeparator": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Underline",
|
|
|
|
"key": "underline",
|
|
|
|
"showInBar": true,
|
|
|
|
"barIcon": "TagUnderline",
|
|
|
|
"barTitle": "Underline text"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Alignment",
|
|
|
|
"key": "align",
|
|
|
|
"defaultValue": "left",
|
|
|
|
"showInBar": true,
|
|
|
|
"barStyle": "buttons",
|
|
|
|
"options": [{
|
|
|
|
"label": "Left",
|
|
|
|
"value": "left",
|
|
|
|
"barIcon": "TextAlignLeft",
|
|
|
|
"barTitle": "Align left"
|
|
|
|
}, {
|
|
|
|
"label": "Center",
|
|
|
|
"value": "center",
|
|
|
|
"barIcon": "TextAlignCenter",
|
|
|
|
"barTitle": "Align center"
|
|
|
|
}, {
|
|
|
|
"label": "Right",
|
|
|
|
"value": "right",
|
|
|
|
"barIcon": "TextAlignRight",
|
|
|
|
"barTitle": "Align right"
|
|
|
|
}, {
|
|
|
|
"label": "Justify",
|
|
|
|
"value": "justify",
|
|
|
|
"barIcon": "TextAlignJustify",
|
|
|
|
"barTitle": "Justify text"
|
|
|
|
}]
|
2021-01-19 12:49:52 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"image": {
|
|
|
|
"name": "Image",
|
|
|
|
"description": "A basic component for displaying images",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Image",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-06-25 16:29:24 +02:00
|
|
|
"styles": ["size"],
|
2021-01-19 12:49:52 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "URL",
|
|
|
|
"key": "url"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-02-26 10:58:11 +01:00
|
|
|
"backgroundimage": {
|
|
|
|
"name": "Background Image",
|
|
|
|
"description": "A background image",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Images",
|
2021-06-25 16:36:51 +02:00
|
|
|
"styles": ["size"],
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-02-26 10:58:11 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "URL",
|
|
|
|
"key": "url"
|
2021-03-01 15:05:54 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Position",
|
|
|
|
"key": "position",
|
|
|
|
"defaultValue": "center center",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Center Top",
|
|
|
|
"value": "center top"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Center",
|
|
|
|
"value": "center center"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Center Bottom",
|
|
|
|
"value": "center bottom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Left Top",
|
|
|
|
"value": "left top"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Left Center",
|
|
|
|
"value": "left center"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Left Bottom",
|
|
|
|
"value": "left bottom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Right Top",
|
|
|
|
"value": "right top"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Right Center",
|
|
|
|
"value": "right center"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Right Bottom",
|
|
|
|
"value": "right bottom"
|
|
|
|
}
|
|
|
|
]
|
2021-02-26 10:58:11 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-01-19 12:49:52 +01:00
|
|
|
"icon": {
|
|
|
|
"name": "Icon",
|
|
|
|
"description": "A basic component for displaying icons",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Bell",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-19 12:49:52 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "icon",
|
|
|
|
"label": "Icon",
|
|
|
|
"key": "icon"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Size",
|
|
|
|
"key": "size",
|
2021-06-30 09:46:18 +02:00
|
|
|
"defaultValue": "ri-1x",
|
2021-01-19 12:49:52 +01:00
|
|
|
"options": [
|
2021-06-30 09:46:18 +02:00
|
|
|
{ "value": "ri-xxs", "label": "XXS" },
|
|
|
|
{ "value": "ri-xs", "label": "XS" },
|
|
|
|
{ "value": "ri-sm", "label": "Small" },
|
|
|
|
{ "value": "ri-1x", "label": "Medium" },
|
|
|
|
{ "value": "ri-lg", "label": "Large" },
|
|
|
|
{ "value": "ri-xl", "label": "XL" },
|
|
|
|
{ "value": "ri-2x", "label": "2XL" },
|
|
|
|
{ "value": "ri-3x", "label": "3XL" },
|
|
|
|
{ "value": "ri-4x", "label": "4XL" },
|
|
|
|
{ "value": "ri-5x", "label": "5XL" },
|
|
|
|
{ "value": "ri-6x", "label": "6XL" },
|
|
|
|
{ "value": "ri-7x", "label": "7XL" },
|
|
|
|
{ "value": "ri-8x", "label": "8XL" },
|
|
|
|
{ "value": "ri-9x", "label": "9XL" },
|
|
|
|
{ "value": "ri-10x", "label": "10XL" }
|
2021-01-19 12:49:52 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "color",
|
|
|
|
"label": "Color",
|
2021-06-30 09:46:18 +02:00
|
|
|
"key": "color"
|
2021-03-25 17:18:19 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "event",
|
|
|
|
"label": "On Click",
|
|
|
|
"key": "onClick"
|
2021-01-19 12:49:52 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-01-19 11:47:00 +01:00
|
|
|
"navigation": {
|
2021-06-30 17:33:19 +02:00
|
|
|
"deprecated": true,
|
2021-01-19 11:47:00 +01:00
|
|
|
"name": "Nav Bar",
|
|
|
|
"description": "A component for handling the navigation within your app.",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "BreadcrumbNavigation",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-19 11:47:00 +01:00
|
|
|
"hasChildren": true,
|
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Logo URL",
|
|
|
|
"key": "logoUrl"
|
2021-05-25 09:21:28 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Hide logo",
|
|
|
|
"key": "hideLogo",
|
|
|
|
"defaultValue": false
|
2021-01-19 11:47:00 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"link": {
|
|
|
|
"name": "Link",
|
|
|
|
"description": "A basic link component for internal and external links",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Link",
|
2021-06-25 16:56:22 +02:00
|
|
|
"showSettingsBar": true,
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-19 11:47:00 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Text",
|
|
|
|
"key": "text"
|
|
|
|
},
|
|
|
|
{
|
2021-06-30 17:33:35 +02:00
|
|
|
"type": "url",
|
2021-01-19 11:47:00 +01:00
|
|
|
"label": "URL",
|
2021-02-15 21:03:29 +01:00
|
|
|
"key": "url",
|
|
|
|
"placeholder": "/screen"
|
2021-01-19 11:47:00 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "New Tab",
|
|
|
|
"key": "openInNewTab"
|
2021-02-26 10:58:11 +01:00
|
|
|
},
|
2021-06-25 16:56:22 +02:00
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Size",
|
|
|
|
"key": "size",
|
|
|
|
"defaultValue": "M",
|
|
|
|
"showInBar": true,
|
|
|
|
"barStyle": "picker",
|
|
|
|
"options": [{
|
|
|
|
"label": "Small",
|
|
|
|
"value": "S"
|
|
|
|
}, {
|
|
|
|
"label": "Medium",
|
|
|
|
"value": "M"
|
|
|
|
}, {
|
|
|
|
"label": "Large",
|
|
|
|
"value": "L"
|
|
|
|
}]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "color",
|
|
|
|
"label": "Color",
|
|
|
|
"key": "color",
|
|
|
|
"showInBar": true,
|
|
|
|
"barSeparator": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Bold",
|
|
|
|
"key": "bold",
|
|
|
|
"showInBar": true,
|
|
|
|
"barIcon": "TagBold",
|
|
|
|
"barTitle": "Bold text",
|
|
|
|
"barSeparator": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Italic",
|
|
|
|
"key": "italic",
|
|
|
|
"showInBar": true,
|
|
|
|
"barIcon": "TagItalic",
|
|
|
|
"barTitle": "Italic text",
|
|
|
|
"barSeparator": false
|
|
|
|
},
|
2021-02-26 10:58:11 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
2021-06-25 16:56:22 +02:00
|
|
|
"label": "Underline",
|
|
|
|
"key": "underline",
|
|
|
|
"showInBar": true,
|
|
|
|
"barIcon": "TagUnderline",
|
|
|
|
"barTitle": "Underline text"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Alignment",
|
|
|
|
"key": "align",
|
|
|
|
"defaultValue": "left",
|
|
|
|
"showInBar": true,
|
|
|
|
"barStyle": "buttons",
|
|
|
|
"options": [{
|
|
|
|
"label": "Left",
|
|
|
|
"value": "left",
|
|
|
|
"barIcon": "TextAlignLeft",
|
|
|
|
"barTitle": "Align left"
|
|
|
|
}, {
|
|
|
|
"label": "Center",
|
|
|
|
"value": "center",
|
|
|
|
"barIcon": "TextAlignCenter",
|
|
|
|
"barTitle": "Align center"
|
|
|
|
}, {
|
|
|
|
"label": "Right",
|
|
|
|
"value": "right",
|
|
|
|
"barIcon": "TextAlignRight",
|
|
|
|
"barTitle": "Align right"
|
|
|
|
}, {
|
|
|
|
"label": "Justify",
|
|
|
|
"value": "justify",
|
|
|
|
"barIcon": "TextAlignJustify",
|
|
|
|
"barTitle": "Justify text"
|
|
|
|
}]
|
2021-01-19 11:47:00 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-01-19 12:49:52 +01:00
|
|
|
"cardhorizontal": {
|
|
|
|
"name": "Horizontal Card",
|
|
|
|
"description": "A basic card component that can contain content and actions.",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "ViewRow",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-19 12:49:52 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Image",
|
|
|
|
"key": "imageUrl"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Heading",
|
|
|
|
"key": "heading"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Description",
|
|
|
|
"key": "description"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Subtext",
|
|
|
|
"key": "subtext"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Link Text",
|
|
|
|
"key": "linkText"
|
|
|
|
},
|
|
|
|
{
|
2021-02-15 21:03:29 +01:00
|
|
|
"type": "text",
|
2021-01-19 12:49:52 +01:00
|
|
|
"label": "Link URL",
|
2021-02-15 21:03:29 +01:00
|
|
|
"key": "linkUrl",
|
|
|
|
"placeholder": "/screen"
|
2021-01-19 12:49:52 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "color",
|
|
|
|
"label": "Link Color",
|
|
|
|
"key": "linkColor",
|
|
|
|
"defaultValue": "#000"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "color",
|
|
|
|
"label": "Hover Color",
|
|
|
|
"key": "linkHoverColor",
|
|
|
|
"defaultValue": "#222"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Card Width",
|
|
|
|
"key": "cardWidth",
|
|
|
|
"options": ["24rem", "28rem", "32rem", "40rem", "48rem", "60rem", "100%"],
|
2021-01-19 12:57:01 +01:00
|
|
|
"defaultValue": "32rem"
|
2021-01-19 12:49:52 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Image Width",
|
|
|
|
"key": "imageWidth",
|
|
|
|
"options": ["auto", "8rem", "12rem", "16rem"],
|
|
|
|
"defaultValue": "8rem"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Image Height",
|
|
|
|
"key": "imageHeight",
|
|
|
|
"options": ["auto", "8rem", "12rem", "16rem", "auto"],
|
|
|
|
"defaultValue": "auto"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"cardstat": {
|
|
|
|
"name": "Stat Card",
|
|
|
|
"description": "A card component for displaying numbers.",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Card",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-19 12:49:52 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Title",
|
|
|
|
"key": "title",
|
|
|
|
"placeholder": "Total Revenue"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Value",
|
|
|
|
"key": "value",
|
|
|
|
"placeholder": "$1,981,983"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Label",
|
|
|
|
"key": "label",
|
|
|
|
"placeholder": "Stripe"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"embed": {
|
|
|
|
"name": "Embed",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Code",
|
2021-01-19 12:49:52 +01:00
|
|
|
"description": "Embed content from 3rd party sources",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-06-25 17:04:42 +02:00
|
|
|
"styles": ["size"],
|
2021-01-19 12:49:52 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Embed",
|
|
|
|
"key": "embed"
|
|
|
|
}
|
|
|
|
]
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
"bar": {
|
|
|
|
"name": "Bar Chart",
|
|
|
|
"description": "Bar chart",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "GraphBarVertical",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-19 20:24:49 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Title",
|
|
|
|
"key": "title"
|
|
|
|
},
|
|
|
|
{
|
2021-03-18 18:34:51 +01:00
|
|
|
"type": "dataProvider",
|
2021-04-19 15:04:07 +02:00
|
|
|
"label": "Provider",
|
2021-03-18 18:34:51 +01:00
|
|
|
"key": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Label Col.",
|
|
|
|
"key": "labelColumn",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "multifield",
|
|
|
|
"label": "Data Cols.",
|
|
|
|
"key": "valueColumns",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Format",
|
|
|
|
"key": "yAxisUnits",
|
|
|
|
"options": ["Default", "Thousands", "Millions"],
|
|
|
|
"defaultValue": "Default"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Y Axis Label",
|
|
|
|
"key": "yAxisLabel"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "X Axis Label",
|
|
|
|
"key": "xAxisLabel"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Width",
|
|
|
|
"key": "width"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Height",
|
|
|
|
"key": "height",
|
|
|
|
"defaultValue": "400"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Colours",
|
|
|
|
"key": "palette",
|
|
|
|
"defaultValue": "Palette 1",
|
|
|
|
"options": [
|
|
|
|
"Palette 1",
|
|
|
|
"Palette 2",
|
|
|
|
"Palette 3",
|
|
|
|
"Palette 4",
|
|
|
|
"Palette 5",
|
|
|
|
"Palette 6",
|
|
|
|
"Palette 7",
|
|
|
|
"Palette 8",
|
|
|
|
"Palette 9",
|
|
|
|
"Palette 10"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Stacked",
|
|
|
|
"key": "stacked",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
2021-09-16 22:15:09 +02:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Horizontal",
|
|
|
|
"key": "horizontal",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
2021-01-19 20:24:49 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Data Labels",
|
|
|
|
"key": "dataLabels",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Animate",
|
|
|
|
"key": "animate",
|
|
|
|
"defaultValue": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Legend",
|
|
|
|
"key": "legend",
|
|
|
|
"defaultValue": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"line": {
|
|
|
|
"name": "Line Chart",
|
|
|
|
"description": "Line chart",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "GraphTrend",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-19 20:24:49 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Title",
|
|
|
|
"key": "title"
|
|
|
|
},
|
|
|
|
{
|
2021-03-18 18:34:51 +01:00
|
|
|
"type": "dataProvider",
|
2021-04-19 15:04:07 +02:00
|
|
|
"label": "Provider",
|
2021-03-18 18:34:51 +01:00
|
|
|
"key": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Label Col.",
|
|
|
|
"key": "labelColumn",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "multifield",
|
|
|
|
"label": "Data Cols.",
|
|
|
|
"key": "valueColumns",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Format",
|
|
|
|
"key": "yAxisUnits",
|
|
|
|
"options": ["Default", "Thousands", "Millions"],
|
|
|
|
"defaultValue": "Default"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Y Axis Label",
|
|
|
|
"key": "yAxisLabel"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "X Axis Label",
|
|
|
|
"key": "xAxisLabel"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Width",
|
|
|
|
"key": "width"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Height",
|
|
|
|
"key": "height",
|
|
|
|
"defaultValue": "400"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Colours",
|
|
|
|
"key": "palette",
|
|
|
|
"defaultValue": "Palette 1",
|
|
|
|
"options": [
|
|
|
|
"Palette 1",
|
|
|
|
"Palette 2",
|
|
|
|
"Palette 3",
|
|
|
|
"Palette 4",
|
|
|
|
"Palette 5",
|
|
|
|
"Palette 6",
|
|
|
|
"Palette 7",
|
|
|
|
"Palette 8",
|
|
|
|
"Palette 9",
|
|
|
|
"Palette 10"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Curve",
|
|
|
|
"key": "curve",
|
|
|
|
"options": ["Smooth", "Straight", "Stepline"],
|
|
|
|
"defaultValue": "Smooth"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Data Labels",
|
|
|
|
"key": "dataLabels",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Animate",
|
|
|
|
"key": "animate",
|
|
|
|
"defaultValue": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Legend",
|
|
|
|
"key": "legend",
|
|
|
|
"defaultValue": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"area": {
|
|
|
|
"name": "Area Chart",
|
|
|
|
"description": "Line chart",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "GraphAreaStacked",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-19 20:24:49 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Title",
|
|
|
|
"key": "title"
|
|
|
|
},
|
|
|
|
{
|
2021-03-18 18:34:51 +01:00
|
|
|
"type": "dataProvider",
|
2021-04-19 15:04:07 +02:00
|
|
|
"label": "Provider",
|
2021-03-18 18:34:51 +01:00
|
|
|
"key": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Label Col.",
|
|
|
|
"key": "labelColumn",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "multifield",
|
|
|
|
"label": "Data Cols.",
|
|
|
|
"key": "valueColumns",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Format",
|
|
|
|
"key": "yAxisUnits",
|
|
|
|
"options": ["Default", "Thousands", "Millions"],
|
|
|
|
"defaultValue": "Default"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Y Axis Label",
|
|
|
|
"key": "yAxisLabel"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "X Axis Label",
|
|
|
|
"key": "xAxisLabel"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Width",
|
|
|
|
"key": "width"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Height",
|
|
|
|
"key": "height",
|
|
|
|
"defaultValue": "400"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Colours",
|
|
|
|
"key": "palette",
|
|
|
|
"defaultValue": "Palette 1",
|
|
|
|
"options": [
|
|
|
|
"Palette 1",
|
|
|
|
"Palette 2",
|
|
|
|
"Palette 3",
|
|
|
|
"Palette 4",
|
|
|
|
"Palette 5",
|
|
|
|
"Palette 6",
|
|
|
|
"Palette 7",
|
|
|
|
"Palette 8",
|
|
|
|
"Palette 9",
|
|
|
|
"Palette 10"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Curve",
|
|
|
|
"key": "curve",
|
|
|
|
"options": ["Smooth", "Straight", "Stepline"],
|
|
|
|
"defaultValue": "Smooth"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Data Labels",
|
|
|
|
"key": "dataLabels",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Animate",
|
|
|
|
"key": "animate",
|
|
|
|
"defaultValue": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Legend",
|
|
|
|
"key": "legend",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Stacked",
|
|
|
|
"key": "stacked",
|
|
|
|
"defaultValue": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Gradient",
|
|
|
|
"key": "gradient",
|
|
|
|
"defaultValue": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"pie": {
|
|
|
|
"name": "Pie Chart",
|
|
|
|
"description": "Pie chart",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "GraphPie",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-19 20:24:49 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Title",
|
|
|
|
"key": "title"
|
|
|
|
},
|
|
|
|
{
|
2021-03-18 18:34:51 +01:00
|
|
|
"type": "dataProvider",
|
2021-04-19 15:04:07 +02:00
|
|
|
"label": "Provider",
|
2021-03-18 18:34:51 +01:00
|
|
|
"key": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Label Col.",
|
|
|
|
"key": "labelColumn",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Data Col.",
|
|
|
|
"key": "valueColumn",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Width",
|
|
|
|
"key": "width"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Height",
|
|
|
|
"key": "height",
|
|
|
|
"defaultValue": "400"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Colours",
|
|
|
|
"key": "palette",
|
|
|
|
"defaultValue": "Palette 1",
|
|
|
|
"options": [
|
|
|
|
"Palette 1",
|
|
|
|
"Palette 2",
|
|
|
|
"Palette 3",
|
|
|
|
"Palette 4",
|
|
|
|
"Palette 5",
|
|
|
|
"Palette 6",
|
|
|
|
"Palette 7",
|
|
|
|
"Palette 8",
|
|
|
|
"Palette 9",
|
|
|
|
"Palette 10"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Data Labels",
|
|
|
|
"key": "dataLabels",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Animate",
|
|
|
|
"key": "animate",
|
|
|
|
"defaultValue": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Legend",
|
|
|
|
"key": "legend",
|
|
|
|
"defaultValue": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"donut": {
|
|
|
|
"name": "Donut Chart",
|
|
|
|
"description": "Donut chart",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "GraphDonut",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-19 20:24:49 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Title",
|
|
|
|
"key": "title"
|
|
|
|
},
|
|
|
|
{
|
2021-03-18 18:34:51 +01:00
|
|
|
"type": "dataProvider",
|
2021-04-19 15:04:07 +02:00
|
|
|
"label": "Provider",
|
2021-03-18 18:34:51 +01:00
|
|
|
"key": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Label Col.",
|
|
|
|
"key": "labelColumn",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Data Col.",
|
|
|
|
"key": "valueColumn",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Width",
|
|
|
|
"key": "width"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Height",
|
|
|
|
"key": "height",
|
|
|
|
"defaultValue": "400"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Colours",
|
|
|
|
"key": "palette",
|
|
|
|
"defaultValue": "Palette 1",
|
|
|
|
"options": [
|
|
|
|
"Palette 1",
|
|
|
|
"Palette 2",
|
|
|
|
"Palette 3",
|
|
|
|
"Palette 4",
|
|
|
|
"Palette 5",
|
|
|
|
"Palette 6",
|
|
|
|
"Palette 7",
|
|
|
|
"Palette 8",
|
|
|
|
"Palette 9",
|
|
|
|
"Palette 10"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Data Labels",
|
|
|
|
"key": "dataLabels",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Animate",
|
|
|
|
"key": "animate",
|
|
|
|
"defaultValue": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Legend",
|
|
|
|
"key": "legend",
|
|
|
|
"defaultValue": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"candlestick": {
|
|
|
|
"name": "Candlestick Chart",
|
|
|
|
"description": "Candlestick chart",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "GraphBarVerticalStacked",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-19 20:24:49 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Title",
|
|
|
|
"key": "title"
|
|
|
|
},
|
|
|
|
{
|
2021-03-18 18:34:51 +01:00
|
|
|
"type": "dataProvider",
|
2021-04-19 15:04:07 +02:00
|
|
|
"label": "Provider",
|
2021-03-18 18:34:51 +01:00
|
|
|
"key": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Date Col.",
|
|
|
|
"key": "dateColumn",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Open Col.",
|
|
|
|
"key": "openColumn",
|
2021-03-18 18:34:51 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Close Col.",
|
|
|
|
"key": "closeColumn",
|
2021-03-18 19:45:11 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "High Col.",
|
|
|
|
"key": "highColumn",
|
2021-03-18 19:45:11 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Low Col.",
|
|
|
|
"key": "lowColumn",
|
2021-03-18 19:45:11 +01:00
|
|
|
"dependsOn": "dataProvider"
|
2021-01-19 20:24:49 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Format",
|
|
|
|
"key": "yAxisUnits",
|
|
|
|
"options": ["Default", "Thousands", "Millions"],
|
|
|
|
"defaultValue": "Default"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Y Axis Label",
|
|
|
|
"key": "yAxisLabel"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "X Axis Label",
|
|
|
|
"key": "xAxisLabel"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Width",
|
|
|
|
"key": "width"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Height",
|
|
|
|
"key": "height",
|
|
|
|
"defaultValue": "400"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Animate",
|
|
|
|
"key": "animate",
|
|
|
|
"defaultValue": true
|
|
|
|
}
|
|
|
|
]
|
2021-01-26 09:55:44 +01:00
|
|
|
},
|
2021-01-27 11:59:05 +01:00
|
|
|
"form": {
|
|
|
|
"name": "Form",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Form",
|
2021-01-27 11:59:05 +01:00
|
|
|
"hasChildren": true,
|
2021-08-20 16:16:20 +02:00
|
|
|
"illegalChildren": ["section", "form"],
|
2021-03-18 19:45:11 +01:00
|
|
|
"actions": [
|
2021-07-26 15:05:22 +02:00
|
|
|
"ValidateForm",
|
2021-08-18 15:58:58 +02:00
|
|
|
"ClearForm",
|
2021-08-20 10:54:54 +02:00
|
|
|
"ChangeFormStep"
|
2021-03-18 19:45:11 +01:00
|
|
|
],
|
2021-07-05 11:19:07 +02:00
|
|
|
"styles": ["size"],
|
2021-01-27 11:59:05 +01:00
|
|
|
"settings": [
|
2021-06-09 13:53:12 +02:00
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Type",
|
2021-06-09 13:55:17 +02:00
|
|
|
"key": "actionType",
|
2021-06-09 13:53:12 +02:00
|
|
|
"options": ["Create", "Update"],
|
|
|
|
"defaultValue": "Create"
|
|
|
|
},
|
2021-01-27 11:59:05 +01:00
|
|
|
{
|
2021-02-04 19:00:02 +01:00
|
|
|
"type": "schema",
|
|
|
|
"label": "Schema",
|
2021-08-04 13:52:48 +02:00
|
|
|
"key": "dataSource",
|
|
|
|
"defaultValue": {
|
|
|
|
"name": "Custom",
|
|
|
|
"label": "Custom"
|
|
|
|
}
|
2021-01-27 11:59:05 +01:00
|
|
|
},
|
2021-09-16 22:15:09 +02:00
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Size",
|
|
|
|
"key": "size",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Medium",
|
|
|
|
"value": "spectrum--medium"
|
|
|
|
}, {
|
|
|
|
"label": "Large",
|
|
|
|
"value": "spectrum--large"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "spectrum--medium"
|
|
|
|
},
|
2021-02-17 16:16:44 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
|
|
|
"key": "disabled",
|
|
|
|
"defaultValue": false
|
2021-01-27 19:25:57 +01:00
|
|
|
}
|
2021-03-18 19:45:11 +01:00
|
|
|
],
|
2021-08-18 15:58:58 +02:00
|
|
|
"context": [
|
|
|
|
{
|
|
|
|
"type": "static",
|
|
|
|
"values": [
|
|
|
|
{
|
|
|
|
"label": "Valid",
|
2021-08-23 12:10:07 +02:00
|
|
|
"key": "__valid"
|
2021-08-18 15:58:58 +02:00
|
|
|
},
|
|
|
|
{
|
2021-08-19 13:53:31 +02:00
|
|
|
"label": "Current Step",
|
2021-08-23 12:10:07 +02:00
|
|
|
"key": "__currentStep"
|
2021-08-19 13:53:31 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Current Step Valid",
|
2021-08-23 12:10:07 +02:00
|
|
|
"key": "__currentStepValid"
|
2021-08-18 15:58:58 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "form"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"formstep": {
|
|
|
|
"name": "Form Step",
|
2021-08-20 16:16:20 +02:00
|
|
|
"icon": "AssetsAdded",
|
2021-08-18 15:58:58 +02:00
|
|
|
"hasChildren": true,
|
2021-08-20 16:16:20 +02:00
|
|
|
"illegalChildren": ["section", "form", "form step"],
|
2021-08-18 15:58:58 +02:00
|
|
|
"styles": ["size"],
|
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "number",
|
|
|
|
"label": "Step",
|
|
|
|
"key": "step",
|
|
|
|
"defaultValue": 1,
|
|
|
|
"min": 1
|
|
|
|
}
|
2021-08-19 13:53:31 +02:00
|
|
|
]
|
2021-01-27 19:25:57 +01:00
|
|
|
},
|
|
|
|
"fieldgroup": {
|
|
|
|
"name": "Field Group",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Group",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-07-29 16:21:02 +02:00
|
|
|
"styles": ["size"],
|
2021-01-27 19:25:57 +01:00
|
|
|
"hasChildren": true,
|
|
|
|
"settings": [
|
2021-01-27 11:59:05 +01:00
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Labels",
|
|
|
|
"key": "labelPosition",
|
2021-01-27 19:25:57 +01:00
|
|
|
"defaultValue": "above",
|
2021-01-27 11:59:05 +01:00
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Left",
|
|
|
|
"value": "left"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Right",
|
|
|
|
"value": "right"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Above",
|
|
|
|
"value": "above"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-01-26 15:40:44 +01:00
|
|
|
"stringfield": {
|
2021-01-26 09:55:44 +01:00
|
|
|
"name": "Text Field",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Text",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-07-29 16:21:02 +02:00
|
|
|
"styles": ["size"],
|
2021-01-26 09:55:44 +01:00
|
|
|
"settings": [
|
2021-01-26 15:40:44 +01:00
|
|
|
{
|
|
|
|
"type": "field/string",
|
|
|
|
"label": "Field",
|
|
|
|
"key": "field"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Label",
|
|
|
|
"key": "label"
|
|
|
|
},
|
2021-01-26 09:55:44 +01:00
|
|
|
{
|
|
|
|
"type": "text",
|
2021-01-26 15:40:44 +01:00
|
|
|
"label": "Placeholder",
|
|
|
|
"key": "placeholder"
|
2021-02-17 16:16:44 +01:00
|
|
|
},
|
2021-08-04 13:52:48 +02:00
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Default value",
|
|
|
|
"key": "defaultValue"
|
|
|
|
},
|
2021-02-17 16:16:44 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
|
|
|
"key": "disabled",
|
|
|
|
"defaultValue": false
|
2021-08-06 15:54:00 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "validation/string",
|
|
|
|
"label": "Validation",
|
|
|
|
"key": "validation"
|
2021-01-26 15:40:44 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"numberfield": {
|
|
|
|
"name": "Number Field",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "123",
|
2021-07-29 16:21:02 +02:00
|
|
|
"styles": ["size"],
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-26 15:40:44 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "field/number",
|
2021-01-26 09:55:44 +01:00
|
|
|
"label": "Field",
|
|
|
|
"key": "field"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Label",
|
|
|
|
"key": "label"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Placeholder",
|
|
|
|
"key": "placeholder"
|
2021-02-17 16:16:44 +01:00
|
|
|
},
|
2021-08-04 13:52:48 +02:00
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Default value",
|
|
|
|
"key": "defaultValue"
|
|
|
|
},
|
2021-02-17 16:16:44 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
|
|
|
"key": "disabled",
|
|
|
|
"defaultValue": false
|
2021-08-06 15:54:00 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "validation/number",
|
|
|
|
"label": "Validation",
|
|
|
|
"key": "validation"
|
2021-01-26 15:40:44 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-03-01 15:13:11 +01:00
|
|
|
"passwordfield": {
|
|
|
|
"name": "Password Field",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "LockClosed",
|
2021-07-29 16:21:02 +02:00
|
|
|
"styles": ["size"],
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-03-01 15:13:11 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "field/string",
|
|
|
|
"label": "Field",
|
|
|
|
"key": "field"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Label",
|
|
|
|
"key": "label"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Placeholder",
|
|
|
|
"key": "placeholder"
|
|
|
|
},
|
2021-08-04 13:52:48 +02:00
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Default value",
|
|
|
|
"key": "defaultValue"
|
|
|
|
},
|
2021-03-01 15:13:11 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
|
|
|
"key": "disabled",
|
|
|
|
"defaultValue": false
|
2021-08-06 15:54:00 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "validation/string",
|
|
|
|
"label": "Validation",
|
|
|
|
"key": "validation"
|
2021-03-01 15:13:11 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-01-26 15:40:44 +01:00
|
|
|
"optionsfield": {
|
|
|
|
"name": "Options Picker",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "ViewList",
|
2021-07-29 16:21:02 +02:00
|
|
|
"styles": ["size"],
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-26 15:40:44 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "field/options",
|
|
|
|
"label": "Field",
|
|
|
|
"key": "field"
|
2021-01-26 09:55:44 +01:00
|
|
|
},
|
|
|
|
{
|
2021-01-26 15:40:44 +01:00
|
|
|
"type": "text",
|
|
|
|
"label": "Label",
|
|
|
|
"key": "label"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Placeholder",
|
2021-01-27 11:59:05 +01:00
|
|
|
"key": "placeholder",
|
|
|
|
"placeholder": "Choose an option"
|
2021-02-17 16:16:44 +01:00
|
|
|
},
|
2021-08-03 21:30:06 +02:00
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Type",
|
|
|
|
"key": "optionsType",
|
2021-08-16 12:24:25 +02:00
|
|
|
"defaultValue": "select",
|
2021-08-03 21:30:06 +02:00
|
|
|
"placeholder": "Pick an options type",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Select",
|
|
|
|
"value": "select"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Radio buttons",
|
|
|
|
"value": "radio"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-08-04 13:52:48 +02:00
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Default value",
|
|
|
|
"key": "defaultValue"
|
|
|
|
},
|
2021-08-17 15:13:57 +02:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Autocomplete",
|
|
|
|
"key": "autocomplete",
|
|
|
|
"defaultValue": false,
|
|
|
|
"dependsOn": {
|
|
|
|
"setting": "optionsType",
|
|
|
|
"value": "select"
|
|
|
|
}
|
|
|
|
},
|
2021-02-17 16:16:44 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
|
|
|
"key": "disabled",
|
|
|
|
"defaultValue": false
|
2021-08-06 15:54:00 +02:00
|
|
|
},
|
2021-08-16 12:24:25 +02:00
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Options source",
|
|
|
|
"key": "optionsSource",
|
|
|
|
"defaultValue": "schema",
|
|
|
|
"placeholder": "Pick an options source",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Schema",
|
|
|
|
"value": "schema"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Data provider",
|
|
|
|
"value": "provider"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Custom",
|
|
|
|
"value": "custom"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "dataProvider",
|
|
|
|
"label": "Options Provider",
|
|
|
|
"key": "dataProvider",
|
|
|
|
"dependsOn": {
|
|
|
|
"setting": "optionsSource",
|
|
|
|
"value": "provider"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Label Column",
|
|
|
|
"key": "labelColumn",
|
|
|
|
"dependsOn": {
|
|
|
|
"setting": "optionsSource",
|
|
|
|
"value": "provider"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Value Column",
|
|
|
|
"key": "valueColumn",
|
|
|
|
"dependsOn": {
|
|
|
|
"setting": "optionsSource",
|
|
|
|
"value": "provider"
|
|
|
|
}
|
2021-09-16 22:15:09 +02:00
|
|
|
},
|
2021-08-17 11:32:01 +02:00
|
|
|
{
|
|
|
|
"type": "options",
|
|
|
|
"key": "customOptions",
|
|
|
|
"dependsOn": {
|
|
|
|
"setting": "optionsSource",
|
|
|
|
"value": "custom"
|
2021-08-17 12:26:42 +02:00
|
|
|
}
|
|
|
|
},
|
2021-08-06 15:54:00 +02:00
|
|
|
{
|
|
|
|
"type": "validation/string",
|
|
|
|
"label": "Validation",
|
|
|
|
"key": "validation"
|
2021-01-26 09:55:44 +01:00
|
|
|
}
|
|
|
|
]
|
2021-01-28 17:31:55 +01:00
|
|
|
},
|
2021-09-16 22:15:09 +02:00
|
|
|
"multifieldselect": {
|
|
|
|
"name": "Multi-select Picker",
|
|
|
|
"icon": "ViewList",
|
|
|
|
"styles": ["size"],
|
|
|
|
"illegalChildren": ["section"],
|
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "field/array",
|
|
|
|
"label": "Field",
|
|
|
|
"key": "field"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Label",
|
|
|
|
"key": "label"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Placeholder",
|
|
|
|
"key": "placeholder",
|
|
|
|
"placeholder": "Choose an option"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Default value",
|
|
|
|
"key": "defaultValue"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Autocomplete",
|
|
|
|
"key": "autocomplete",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
|
|
|
"key": "disabled",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Options source",
|
|
|
|
"key": "optionsSource",
|
|
|
|
"defaultValue": "schema",
|
|
|
|
"placeholder": "Pick an options source",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Schema",
|
|
|
|
"value": "schema"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Data provider",
|
|
|
|
"value": "provider"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Custom",
|
|
|
|
"value": "custom"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "dataProvider",
|
|
|
|
"label": "Options Provider",
|
|
|
|
"key": "dataProvider",
|
|
|
|
"dependsOn": {
|
|
|
|
"setting": "optionsSource",
|
|
|
|
"value": "provider"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Label Column",
|
|
|
|
"key": "labelColumn",
|
|
|
|
"dependsOn": {
|
|
|
|
"setting": "optionsSource",
|
|
|
|
"value": "provider"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Value Column",
|
|
|
|
"key": "valueColumn",
|
|
|
|
"dependsOn": {
|
|
|
|
"setting": "optionsSource",
|
|
|
|
"value": "provider"
|
|
|
|
}
|
2021-08-17 11:32:01 +02:00
|
|
|
},
|
2021-09-16 22:15:09 +02:00
|
|
|
{
|
|
|
|
"type": "options",
|
|
|
|
"key": "customOptions",
|
|
|
|
"dependsOn": {
|
|
|
|
"setting": "optionsSource",
|
|
|
|
"value": "custom"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "validation/array",
|
|
|
|
"label": "Validation",
|
|
|
|
"key": "validation"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-01-28 17:31:55 +01:00
|
|
|
"booleanfield": {
|
|
|
|
"name": "Checkbox",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Checkmark",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-28 17:31:55 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "field/boolean",
|
|
|
|
"label": "Field",
|
|
|
|
"key": "field"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Label",
|
|
|
|
"key": "label"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Text",
|
|
|
|
"key": "text"
|
2021-02-17 16:16:44 +01:00
|
|
|
},
|
2021-08-03 20:54:32 +02:00
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Size",
|
|
|
|
"key": "size",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Small",
|
|
|
|
"value": "S"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Medium",
|
|
|
|
"value": "M"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Large",
|
|
|
|
"value": "L"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Extra large",
|
|
|
|
"value": "XL"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"defaultValue": "M"
|
|
|
|
},
|
2021-08-04 13:52:48 +02:00
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Default value",
|
|
|
|
"key": "defaultValue"
|
|
|
|
},
|
2021-02-17 16:16:44 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
|
|
|
"key": "disabled",
|
|
|
|
"defaultValue": false
|
2021-08-06 15:54:00 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "validation/boolean",
|
|
|
|
"label": "Validation",
|
|
|
|
"key": "validation"
|
2021-01-28 17:31:55 +01:00
|
|
|
}
|
|
|
|
]
|
2021-01-28 19:03:44 +01:00
|
|
|
},
|
|
|
|
"longformfield": {
|
|
|
|
"name": "Rich Text",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "TextParagraph",
|
2021-07-29 16:21:02 +02:00
|
|
|
"styles": ["size"],
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-28 19:03:44 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "field/longform",
|
|
|
|
"label": "Field",
|
|
|
|
"key": "field"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Label",
|
|
|
|
"key": "label"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Placeholder",
|
|
|
|
"key": "placeholder",
|
|
|
|
"placeholder": "Type something..."
|
2021-02-17 16:16:44 +01:00
|
|
|
},
|
2021-08-04 13:52:48 +02:00
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Default value",
|
|
|
|
"key": "defaultValue"
|
|
|
|
},
|
2021-02-17 16:16:44 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
|
|
|
"key": "disabled",
|
|
|
|
"defaultValue": false
|
2021-08-06 15:54:00 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "validation/string",
|
|
|
|
"label": "Validation",
|
|
|
|
"key": "validation"
|
2021-01-28 19:03:44 +01:00
|
|
|
}
|
|
|
|
]
|
2021-01-28 19:53:40 +01:00
|
|
|
},
|
|
|
|
"datetimefield": {
|
|
|
|
"name": "Date Picker",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "DateInput",
|
2021-07-29 16:21:02 +02:00
|
|
|
"styles": ["size"],
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-28 19:53:40 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "field/datetime",
|
|
|
|
"label": "Field",
|
|
|
|
"key": "field"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Label",
|
|
|
|
"key": "label"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Placeholder",
|
|
|
|
"key": "placeholder"
|
2021-01-29 11:18:41 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Show Time",
|
|
|
|
"key": "enableTime",
|
|
|
|
"defaultValue": true
|
2021-02-17 16:16:44 +01:00
|
|
|
},
|
2021-08-04 13:52:48 +02:00
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Default value",
|
|
|
|
"key": "defaultValue"
|
|
|
|
},
|
2021-02-17 16:16:44 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
|
|
|
"key": "disabled",
|
|
|
|
"defaultValue": false
|
2021-08-06 15:54:00 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "validation/datetime",
|
|
|
|
"label": "Validation",
|
|
|
|
"key": "validation"
|
2021-01-28 19:53:40 +01:00
|
|
|
}
|
|
|
|
]
|
2021-01-29 14:22:38 +01:00
|
|
|
},
|
|
|
|
"attachmentfield": {
|
|
|
|
"name": "Attachment",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Attach",
|
2021-07-29 16:21:02 +02:00
|
|
|
"styles": ["size"],
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-01-29 14:22:38 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "field/attachment",
|
|
|
|
"label": "Field",
|
|
|
|
"key": "field"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Label",
|
|
|
|
"key": "label"
|
2021-02-17 16:16:44 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
|
|
|
"key": "disabled",
|
|
|
|
"defaultValue": false
|
2021-08-06 15:54:00 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "validation/attachment",
|
|
|
|
"label": "Validation",
|
|
|
|
"key": "validation"
|
2021-01-29 14:22:38 +01:00
|
|
|
}
|
|
|
|
]
|
2021-02-01 14:15:35 +01:00
|
|
|
},
|
|
|
|
"relationshipfield": {
|
|
|
|
"name": "Relationship Picker",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "TaskList",
|
2021-07-29 16:21:02 +02:00
|
|
|
"styles": ["size"],
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-02-01 14:15:35 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
2021-02-04 14:01:49 +01:00
|
|
|
"type": "field/link",
|
2021-02-01 14:15:35 +01:00
|
|
|
"label": "Field",
|
|
|
|
"key": "field"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Label",
|
|
|
|
"key": "label"
|
2021-02-17 16:16:44 +01:00
|
|
|
},
|
2021-02-12 16:47:20 +01:00
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"label": "Placeholder",
|
|
|
|
"key": "placeholder"
|
2021-02-19 13:55:17 +01:00
|
|
|
},
|
2021-08-16 23:31:51 +02:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Autocomplete",
|
|
|
|
"key": "autocomplete",
|
|
|
|
"defaultValue": false
|
|
|
|
},
|
2021-02-17 16:16:44 +01:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Disabled",
|
|
|
|
"key": "disabled",
|
|
|
|
"defaultValue": false
|
2021-08-06 15:54:00 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "validation/link",
|
|
|
|
"label": "Validation",
|
|
|
|
"key": "validation"
|
2021-02-01 14:15:35 +01:00
|
|
|
}
|
|
|
|
]
|
2021-03-16 14:54:34 +01:00
|
|
|
},
|
|
|
|
"dataprovider": {
|
|
|
|
"name": "Data Provider",
|
2021-05-14 16:00:30 +02:00
|
|
|
"info": "Pagination is only available for data stored in internal tables.",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Data",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-03-16 14:54:34 +01:00
|
|
|
"hasChildren": true,
|
2021-09-23 20:34:01 +02:00
|
|
|
"actions": ["RefreshDatasource"],
|
2021-03-16 14:54:34 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "dataSource",
|
|
|
|
"label": "Data",
|
|
|
|
"key": "dataSource"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "filter",
|
|
|
|
"label": "Filtering",
|
|
|
|
"key": "filter"
|
2021-03-16 20:11:00 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Sort Column",
|
|
|
|
"key": "sortColumn"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Sort Order",
|
|
|
|
"key": "sortOrder",
|
|
|
|
"options": ["Ascending", "Descending"],
|
|
|
|
"defaultValue": "Descending"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "number",
|
|
|
|
"label": "Limit",
|
2021-05-13 13:26:18 +02:00
|
|
|
"key": "limit",
|
|
|
|
"defaultValue": 50
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Paginate",
|
|
|
|
"key": "paginate",
|
|
|
|
"defaultValue": true
|
2021-03-16 14:54:34 +01:00
|
|
|
}
|
|
|
|
],
|
2021-03-29 17:37:17 +02:00
|
|
|
"context": {
|
2021-03-16 14:54:34 +01:00
|
|
|
"type": "static",
|
|
|
|
"values": [
|
|
|
|
{
|
|
|
|
"label": "Rows",
|
|
|
|
"key": "rows"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Rows Length",
|
|
|
|
"key": "rowsLength"
|
|
|
|
},
|
2021-03-18 18:34:51 +01:00
|
|
|
{
|
|
|
|
"label": "Schema",
|
|
|
|
"key": "schema"
|
|
|
|
},
|
2021-04-30 17:29:53 +02:00
|
|
|
{
|
|
|
|
"label": "Page Number",
|
|
|
|
"key": "pageNumber"
|
2021-03-16 14:54:34 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2021-03-24 16:51:57 +01:00
|
|
|
},
|
|
|
|
"table": {
|
|
|
|
"name": "Table",
|
2021-04-28 14:42:17 +02:00
|
|
|
"icon": "Table",
|
2021-06-18 15:03:55 +02:00
|
|
|
"illegalChildren": ["section"],
|
2021-03-25 09:02:41 +01:00
|
|
|
"hasChildren": true,
|
2021-06-11 09:49:06 +02:00
|
|
|
"showEmptyState": false,
|
2021-03-24 16:51:57 +01:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "dataProvider",
|
2021-04-19 15:04:07 +02:00
|
|
|
"label": "Provider",
|
2021-03-24 16:51:57 +01:00
|
|
|
"key": "dataProvider"
|
|
|
|
},
|
2021-03-24 20:06:02 +01:00
|
|
|
{
|
|
|
|
"type": "number",
|
|
|
|
"label": "Row Count",
|
|
|
|
"key": "rowCount",
|
|
|
|
"defaultValue": 8
|
|
|
|
},
|
2021-03-29 16:36:26 +02:00
|
|
|
{
|
|
|
|
"type": "multifield",
|
|
|
|
"label": "Columns",
|
|
|
|
"key": "columns",
|
|
|
|
"dependsOn": "dataProvider",
|
|
|
|
"placeholder": "All columns"
|
|
|
|
},
|
2021-09-16 22:15:09 +02:00
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Size",
|
|
|
|
"key": "size",
|
|
|
|
"defaultValue": "spectrum--medium",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"label": "Medium",
|
|
|
|
"value": "spectrum--medium"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Large",
|
|
|
|
"value": "spectrum--large"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-03-29 16:36:26 +02:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
2021-06-23 13:26:46 +02:00
|
|
|
"label": "Quiet",
|
|
|
|
"key": "quiet"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "boolean",
|
|
|
|
"label": "Auto Columns",
|
2021-03-29 16:36:26 +02:00
|
|
|
"key": "showAutoColumns",
|
|
|
|
"defaultValue": false
|
2021-03-24 16:51:57 +01:00
|
|
|
}
|
2021-03-25 09:02:41 +01:00
|
|
|
],
|
2021-03-29 17:37:17 +02:00
|
|
|
"context": {
|
|
|
|
"type": "schema"
|
2021-03-25 09:02:41 +01:00
|
|
|
}
|
2021-06-01 15:59:42 +02:00
|
|
|
},
|
|
|
|
"daterangepicker": {
|
|
|
|
"name": "Date Range",
|
|
|
|
"icon": "Date",
|
2021-07-29 16:21:02 +02:00
|
|
|
"styles": ["size"],
|
2021-06-01 15:59:42 +02:00
|
|
|
"hasChildren": false,
|
2021-06-02 09:38:19 +02:00
|
|
|
"info": "Your data provider will be automatically filtered to the given date range.",
|
2021-06-01 15:59:42 +02:00
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "dataProvider",
|
|
|
|
"label": "Provider",
|
|
|
|
"key": "dataProvider"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "field",
|
|
|
|
"label": "Date field",
|
|
|
|
"key": "field"
|
2021-06-02 09:38:19 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "select",
|
|
|
|
"label": "Default range",
|
|
|
|
"key": "defaultValue",
|
|
|
|
"options": [
|
|
|
|
"Last 1 day",
|
|
|
|
"Last 7 days",
|
|
|
|
"Last 30 days",
|
|
|
|
"Last 3 months",
|
|
|
|
"Last 6 months",
|
|
|
|
"Last 1 year"
|
|
|
|
],
|
|
|
|
"defaultValue": "Last 30 days"
|
2021-06-01 15:59:42 +02:00
|
|
|
}
|
|
|
|
]
|
2021-06-30 17:33:19 +02:00
|
|
|
},
|
|
|
|
"spectrumcard": {
|
2021-06-30 17:33:35 +02:00
|
|
|
"name": "Card",
|
2021-06-30 17:33:19 +02:00
|
|
|
"icon": "Card",
|
|
|
|
"styles": ["size"],
|
|
|
|
"settings": [
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"key": "title",
|
|
|
|
"label": "Title"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"key": "subtitle",
|
|
|
|
"label": "Subtitle"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
2021-06-30 17:33:35 +02:00
|
|
|
"key": "description",
|
|
|
|
"label": "Description"
|
2021-06-30 17:33:19 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"key": "imageURL",
|
|
|
|
"label": "Image URL"
|
|
|
|
},
|
2021-06-30 17:33:35 +02:00
|
|
|
{
|
|
|
|
"type": "url",
|
|
|
|
"key": "linkURL",
|
|
|
|
"label": "Link URL"
|
|
|
|
},
|
2021-06-30 17:33:19 +02:00
|
|
|
{
|
|
|
|
"type": "boolean",
|
2021-06-30 17:33:35 +02:00
|
|
|
"key": "horizontal",
|
|
|
|
"label": "Horizontal"
|
2021-06-30 17:33:19 +02:00
|
|
|
}
|
|
|
|
]
|
2021-01-12 21:00:35 +01:00
|
|
|
}
|
|
|
|
}
|