@aurahelper/xml-definitions
Version:
Powerfull Libraries to get the XML Definitions of ALL XML Salesforce Metadata Files. Support All API Versions up to API 53.0. You can get the definition of one or more XML files for a specific version of Salesforce. For Example: You can get the XML Defini
43 lines • 1.92 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WaveLens = void 0;
var core_1 = require("@aurahelper/core");
exports.WaveLens = {
application: new core_1.StringXMLField('application', 'Application')
.setMinApi(37)
.setEditable(),
datasets: new core_1.StringXMLField('datasets', 'Datasets')
.setMinApi(37)
.setEditable()
.setMetadataType(core_1.MetadataTypes.WAVE_DATASET),
description: new core_1.StringXMLField('description', 'Description')
.setMinApi(37)
.setEditable(),
masterLabel: new core_1.StringXMLField('masterLabel', 'Master Label')
.setMinApi(37)
.setEditable()
.setRequired(),
templateAssetSourceName: new core_1.StringXMLField('templateAssetSourceName', 'Template Asset Source Name')
.setMinApi(37)
.setEditable(),
visualizationType: new core_1.EnumXMLField('visualizationType', 'Visualization Type')
.setMinApi(37)
.setEditable()
.addEnumValue('Calendar heat map', 'calheatmap')
.addEnumValue('Comparison table', 'comparisontable')
.addEnumValue('Heat map', 'heatmap')
.addEnumValue('Horizontal bar', 'hbar')
.addEnumValue('Horizontal dot plot', 'hbarhdot')
.addEnumValue('Mmatrix', 'matrix')
.addEnumValue('Parallel coordinates', 'parallelcoords')
.addEnumValue('Donut', 'pie')
.addEnumValue('Pivot table', 'pivottable')
.addEnumValue('Scatter plot', 'scatter')
.addEnumValue('Stacked horizontal bar', 'stackhbar')
.addEnumValue('Stacked vertical bar', 'stackvbar')
.addEnumValue('Time line', 'time')
.addEnumValue('Values table', 'valuestable')
.addEnumValue('Vertical bar', 'vbar')
.addEnumValue('Vertical dot plot', 'vdot')
};
//# sourceMappingURL=waveLens.js.map