@railzai/railz-visualizations
Version:
Railz.ai Visualizations
100 lines (95 loc) • 3.08 kB
JavaScript
/*!
* Accounting Data as a Service™ is the solution that makes sense of your business customers' financial data.
* Built with Stencil
* Copyright (c) FIS.
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
const financialRatios = require('./financial-ratios-8bba8608.js');
const colors = require('./colors-c18d54d3.js');
const endpoints = require('./endpoints-d1a2add3.js');
const fonts = require('./fonts-877d8e4b.js');
class BusinessValuesFormattedData {
}
class TaxBenchmarkingSubItems {
}
class TaxBenchmarkingFormattedData {
}
Object.defineProperty(exports, 'FinancialRatio', {
enumerable: true,
get: function () {
return financialRatios.FinancialRatio;
}
});
Object.defineProperty(exports, 'RVAccountingMethod', {
enumerable: true,
get: function () {
return financialRatios.RVAccountingMethod;
}
});
Object.defineProperty(exports, 'RVAccountingProviders', {
enumerable: true,
get: function () {
return financialRatios.RVAccountingProviders;
}
});
exports.RVAllProviders = financialRatios.RVAllProviders;
Object.defineProperty(exports, 'RVBankingProviders', {
enumerable: true,
get: function () {
return financialRatios.RVBankingProviders;
}
});
Object.defineProperty(exports, 'RVCommerceProviders', {
enumerable: true,
get: function () {
return financialRatios.RVCommerceProviders;
}
});
Object.defineProperty(exports, 'RVCreditScoreTypes', {
enumerable: true,
get: function () {
return financialRatios.RVCreditScoreTypes;
}
});
Object.defineProperty(exports, 'RVParams', {
enumerable: true,
get: function () {
return financialRatios.RVParams;
}
});
Object.defineProperty(exports, 'RVReportFrequency', {
enumerable: true,
get: function () {
return financialRatios.RVReportFrequency;
}
});
Object.defineProperty(exports, 'RVReportTypes', {
enumerable: true,
get: function () {
return financialRatios.RVReportTypes;
}
});
exports.RVReportTypesUrlMapping = financialRatios.RVReportTypesUrlMapping;
Object.defineProperty(exports, 'RVSandboxProviders', {
enumerable: true,
get: function () {
return financialRatios.RVSandboxProviders;
}
});
exports.RAILZ_BALANCE_SHEET_COLORS = colors.RAILZ_BALANCE_SHEET_COLORS;
exports.RAILZ_CASHFLOW_COLORS = colors.RAILZ_CASHFLOW_COLORS;
exports.RAILZ_CHART_LABEL_COLOR = colors.RAILZ_CHART_LABEL_COLOR;
exports.RAILZ_CHART_LEGEND_COLOR = colors.RAILZ_CHART_LEGEND_COLOR;
exports.RAILZ_INCOME_STATEMENT_COLORS = colors.RAILZ_INCOME_STATEMENT_COLORS;
exports.RAILZ_PIE_COLORS = colors.RAILZ_PIE_COLORS;
exports.RAILZ_PRIMARY_COLOR = colors.RAILZ_PRIMARY_COLOR;
exports.RAILZ_STATEMENTS_COLORS = colors.RAILZ_STATEMENTS_COLORS;
exports.RAILZ_TEXT_COLOR = colors.RAILZ_TEXT_COLOR;
exports.RAILZ_TOOLTIP_COLOR = colors.RAILZ_TOOLTIP_COLOR;
exports.RAILZ_API_HOST = endpoints.RAILZ_API_HOST;
exports.ALL_FONTS = fonts.ALL_FONTS;
exports.BusinessValuesFormattedData = BusinessValuesFormattedData;
exports.TaxBenchmarkingFormattedData = TaxBenchmarkingFormattedData;
exports.TaxBenchmarkingSubItems = TaxBenchmarkingSubItems;
//# sourceMappingURL=index.cjs.js.map