422 lines
7.1 KiB
JSON
422 lines
7.1 KiB
JSON
{
|
|
"_lib": "./dist/index.js",
|
|
"_templates": {
|
|
"saveRowButton": {
|
|
"description": "Save row button",
|
|
"component": "button"
|
|
}
|
|
},
|
|
"embed": {
|
|
"name": "Embed",
|
|
"description": "Embed stuff",
|
|
"props": {
|
|
"embed": "string"
|
|
}
|
|
},
|
|
"richtext": {
|
|
"name": "Rich Text",
|
|
"description": "A component that allows the user to enter long form text.",
|
|
"props": {
|
|
"value": "string"
|
|
}
|
|
},
|
|
"icon": {
|
|
"description": "A HTML icon tag",
|
|
"props": {
|
|
"icon": "string",
|
|
"size": {
|
|
"type": "string",
|
|
"default": "fa-lg"
|
|
},
|
|
"color": {
|
|
"type": "string",
|
|
"default": "#000"
|
|
}
|
|
}
|
|
},
|
|
|
|
"newrow": {
|
|
"name": "New Row",
|
|
"description": "Prepares a new row for creation",
|
|
"context": "table",
|
|
"children": true,
|
|
"data": true,
|
|
"baseComponent": true,
|
|
"props": {
|
|
"table": "tables"
|
|
}
|
|
},
|
|
"cardstat": {
|
|
"name": "Stat Card",
|
|
"props": {
|
|
"title": "string",
|
|
"value": "string",
|
|
"label": "string"
|
|
}
|
|
},
|
|
"cardhorizontal": {
|
|
"name": "Horizontal Card",
|
|
"props": {
|
|
"imageUrl": "string",
|
|
"heading": "string",
|
|
"description": "string",
|
|
"subtext": "string",
|
|
"linkText": "string",
|
|
"linkUrl": "string",
|
|
"linkColor": {
|
|
"type": "string",
|
|
"default": "#000"
|
|
},
|
|
"linkHoverColor": {
|
|
"type": "string",
|
|
"default": "#000"
|
|
},
|
|
"imageWidth": {
|
|
"type": "options",
|
|
"default": "8rem",
|
|
"options": [
|
|
"8rem",
|
|
"12rem",
|
|
"16rem"
|
|
]
|
|
},
|
|
"cardWidth": {
|
|
"type": "options",
|
|
"default": "32rem",
|
|
"options": [
|
|
"24rem",
|
|
"28rem",
|
|
"32rem",
|
|
"40rem",
|
|
"48rem",
|
|
"60rem",
|
|
"100%"
|
|
]
|
|
},
|
|
"imageHeight": {
|
|
"type": "options",
|
|
"default": "8rem",
|
|
"options": [
|
|
"8rem",
|
|
"12rem",
|
|
"16rem"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"bar": {
|
|
"description": "Bar Chart",
|
|
"data": true,
|
|
"props": {
|
|
"title": "string",
|
|
"datasource": "tables",
|
|
"labelColumn": "string",
|
|
"valueColumns": "string",
|
|
"height": {
|
|
"type": "string",
|
|
"default": "400"
|
|
},
|
|
"width": "string",
|
|
"dataLabels": "bool",
|
|
"animate": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"xAxisLabel": "string",
|
|
"yAxisLabel": "string",
|
|
"legend": "bool",
|
|
"stacked": "bool",
|
|
"yAxisUnits": {
|
|
"type": "options",
|
|
"default": "Default",
|
|
"options": [
|
|
"Default", "Thousands", "Millions"
|
|
]
|
|
},
|
|
"palette": {
|
|
"type": "options",
|
|
"default": "Palette 1",
|
|
"options": [
|
|
"Palette 1",
|
|
"Palette 2",
|
|
"Palette 3",
|
|
"Palette 4",
|
|
"Palette 5",
|
|
"Palette 6",
|
|
"Palette 7",
|
|
"Palette 8",
|
|
"Palette 9",
|
|
"Palette 10"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"line": {
|
|
"description": "Line Chart",
|
|
"data": true,
|
|
"props": {
|
|
"title": "string",
|
|
"datasource": "tables",
|
|
"labelColumn": "string",
|
|
"valueColumns": "string",
|
|
"height": {
|
|
"type": "string",
|
|
"default": "400"
|
|
},
|
|
"width": "string",
|
|
"dataLabels": {
|
|
"type": "bool",
|
|
"default": false
|
|
},
|
|
"animate": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"xAxisLabel": "string",
|
|
"yAxisLabel": "string",
|
|
"curve": {
|
|
"type": "options",
|
|
"options": [
|
|
"Smooth",
|
|
"Straight",
|
|
"Stepline"
|
|
],
|
|
"default": "Smooth"
|
|
},
|
|
"legend": "bool",
|
|
"yAxisUnits": {
|
|
"type": "options",
|
|
"default": "Default",
|
|
"options": [
|
|
"Default", "Thousands", "Millions"
|
|
]
|
|
},
|
|
"palette": {
|
|
"type": "options",
|
|
"default": "Palette 1",
|
|
"options": [
|
|
"Palette 1",
|
|
"Palette 2",
|
|
"Palette 3",
|
|
"Palette 4",
|
|
"Palette 5",
|
|
"Palette 6",
|
|
"Palette 7",
|
|
"Palette 8",
|
|
"Palette 9",
|
|
"Palette 10"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"area": {
|
|
"description": "Area Chart",
|
|
"data": true,
|
|
"props": {
|
|
"title": "string",
|
|
"datasource": "tables",
|
|
"labelColumn": "string",
|
|
"valueColumns": "string",
|
|
"height": {
|
|
"type": "string",
|
|
"default": "400"
|
|
},
|
|
"width": "string",
|
|
"dataLabels": {
|
|
"type": "bool",
|
|
"default": false
|
|
},
|
|
"animate": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"xAxisLabel": "string",
|
|
"yAxisLabel": "string",
|
|
"curve": {
|
|
"type": "options",
|
|
"options": [
|
|
"Smooth",
|
|
"Straight",
|
|
"Stepline"
|
|
],
|
|
"default": "Smooth"
|
|
},
|
|
"legend": "bool",
|
|
"stacked": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"gradient": "bool",
|
|
"yAxisUnits": {
|
|
"type": "options",
|
|
"default": "Default",
|
|
"options": [
|
|
"Default", "Thousands", "Millions"
|
|
]
|
|
},
|
|
"palette": {
|
|
"type": "options",
|
|
"default": "Palette 1",
|
|
"options": [
|
|
"Palette 1",
|
|
"Palette 2",
|
|
"Palette 3",
|
|
"Palette 4",
|
|
"Palette 5",
|
|
"Palette 6",
|
|
"Palette 7",
|
|
"Palette 8",
|
|
"Palette 9",
|
|
"Palette 10"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"pie": {
|
|
"description": "Pie Chart",
|
|
"data": true,
|
|
"props": {
|
|
"title": "string",
|
|
"datasource": "tables",
|
|
"labelColumn": "string",
|
|
"valueColumn": "string",
|
|
"height": {
|
|
"type": "string",
|
|
"default": "200"
|
|
},
|
|
"width": "string",
|
|
"dataLabels": "bool",
|
|
"animate": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"legend": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"palette": {
|
|
"type": "options",
|
|
"default": "Palette 1",
|
|
"options": [
|
|
"Palette 1",
|
|
"Palette 2",
|
|
"Palette 3",
|
|
"Palette 4",
|
|
"Palette 5",
|
|
"Palette 6",
|
|
"Palette 7",
|
|
"Palette 8",
|
|
"Palette 9",
|
|
"Palette 10"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"donut": {
|
|
"description": "Donut Chart",
|
|
"data": true,
|
|
"props": {
|
|
"title": "string",
|
|
"datasource": "tables",
|
|
"labelColumn": "string",
|
|
"valueColumn": "string",
|
|
"height": {
|
|
"type": "string",
|
|
"default": "200"
|
|
},
|
|
"width": "string",
|
|
"dataLabels": "bool",
|
|
"animate": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"legend": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"palette": {
|
|
"type": "options",
|
|
"default": "Palette 1",
|
|
"options": [
|
|
"Palette 1",
|
|
"Palette 2",
|
|
"Palette 3",
|
|
"Palette 4",
|
|
"Palette 5",
|
|
"Palette 6",
|
|
"Palette 7",
|
|
"Palette 8",
|
|
"Palette 9",
|
|
"Palette 10"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"candlestick": {
|
|
"description": "Candlestick Chart",
|
|
"data": true,
|
|
"props": {
|
|
"title": "string",
|
|
"datasource": "tables",
|
|
"dateColumn": "string",
|
|
"openColumn": "string",
|
|
"closeColumn": "string",
|
|
"highColumn": "string",
|
|
"lowColumn": "string",
|
|
"height": {
|
|
"type": "string",
|
|
"default": "400"
|
|
},
|
|
"width": "string",
|
|
"animate": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"xAxisLabel": "string",
|
|
"yAxisLabel": "string",
|
|
"yAxisUnits": {
|
|
"type": "options",
|
|
"default": "Default",
|
|
"options": [
|
|
"Default", "Thousands", "Millions"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"datepicker": {
|
|
"name": "Date Picker",
|
|
"description": "Date Picker",
|
|
"bindable": "value",
|
|
"props": {
|
|
"placeholder": "string"
|
|
}
|
|
},
|
|
"image": {
|
|
"description": "an HTML <img> tag",
|
|
"props": {
|
|
"url": "string"
|
|
}
|
|
},
|
|
|
|
"heading": {
|
|
"name": "Heading",
|
|
"description": "An HTML H1 - H6 tag",
|
|
"props": {
|
|
"text": "string",
|
|
"type": {
|
|
"type": "options",
|
|
"default": "h1",
|
|
"options": [
|
|
"h1",
|
|
"h2",
|
|
"h3",
|
|
"h4",
|
|
"h5",
|
|
"h6"
|
|
]
|
|
}
|
|
},
|
|
"tags": []
|
|
}
|
|
}
|