devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
60 lines (59 loc) • 4.31 kB
JavaScript
/**
* DevExpress HTML/JS Reporting (viewer\internal\_extendedicons.js)
* Version: 20.2.13
* Build date: Apr 10, 2023
* Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
;
Object.defineProperty(exports, "__esModule", { value: true });
var analytics_widgets_internal_1 = require("@devexpress/analytics-core/analytics-widgets-internal");
var templates = analytics_widgets_internal_1.SvgTemplatesEngine.templates;
analytics_widgets_internal_1.SvgTemplatesEngine.addTemplates({
'dxrd-svg-fieldlist-xrbarcode': templates['dxrd-svg-toolbox-barcode'],
'dxrd-svg-fieldlist-xrchart': templates['dxrd-svg-toolbox-chart'],
'dxrd-svg-fieldlist-xrcheckbox': templates['dxrd-svg-toolbox-checkbox'],
'dxrd-svg-fieldlist-xrcrossbandbox': templates['dxrd-svg-toolbox-crossbandbox'],
'dxrd-svg-fieldlist-xrcrossbandline': templates['dxrd-svg-toolbox-crossbandline'],
'dxrd-svg-fieldlist-xrlabel': templates['dxrd-svg-toolbox-label'],
'dxrd-svg-fieldlist-xrcharactercomb': templates['dxrd-svg-toolbox-charactercomb'],
'dxrd-svg-fieldlist-xrline': templates['dxrd-svg-toolbox-line'],
'dxrd-svg-fieldlist-xrpagebreak': templates['dxrd-svg-toolbox-pagebreak'],
'dxrd-svg-fieldlist-xrpageinfo': templates['dxrd-svg-toolbox-pageinfo'],
'dxrd-svg-fieldlist-xrpanel': templates['dxrd-svg-toolbox-panel'],
'dxrd-svg-fieldlist-xrpicturebox': templates['dxrd-svg-toolbox-picturebox'],
'dxrd-svg-fieldlist-xrpivotgrid': templates['dxrd-svg-toolbox-pivotgrid'],
'dxrd-svg-fieldlist-xrsubreport': templates['dxrd-svg-toolbox-subreport'],
'dxrd-svg-fieldlist-xrpdfcontent': templates['dxrd-svg-toolbox-pdfcontent'],
'dxrd-svg-fieldlist-xrtableofcontents': templates['dxrd-svg-toolbox-tableofcontents'],
'dxrd-svg-fieldlist-xrrichtext': templates['dxrd-svg-toolbox-richtext'],
'dxrd-svg-fieldlist-xrshape': templates['dxrd-svg-toolbox-shape'],
'dxrd-svg-fieldlist-xrgauge': templates['dxrd-svg-toolbox-gauge'],
'dxrd-svg-fieldlist-xrsparkline': templates['dxrd-svg-toolbox-sparkline'],
'dxrd-svg-fieldlist-xrtable': templates['dxrd-svg-toolbox-table'],
'dxrd-svg-fieldlist-xrpdfsignature': templates['dxrd-svg-toolbox-pdfsignature'],
'dxrd-svg-fieldlist-xrzipcode': templates['dxrd-svg-toolbox-zipcode'],
'dxrd-svg-fieldlist-xrtablerow': templates['dxrd-svg-reportexplorer-tablerow'],
'dxrd-svg-fieldlist-xrtablecell': templates['dxrd-svg-reportexplorer-tablecell'],
'dxrd-svg-fieldlist-bottommarginband': templates['dxrd-svg-bands-bottom_margin'],
'dxrd-svg-fieldlist-detailband': templates['dxrd-svg-bands-detail'],
'dxrd-svg-fieldlist-detailreportband': templates['dxrd-svg-bands-detail_report'],
'dxrd-svg-fieldlist-groupfooterband': templates['dxrd-svg-bands-group_footer'],
'dxrd-svg-fieldlist-groupheaderband': templates['dxrd-svg-bands-group_header'],
'dxrd-svg-fieldlist-master_report': templates['dxrd-svg-bands-master_report'],
'dxrd-svg-fieldlist-pagefooterband': templates['dxrd-svg-bands-page_footer'],
'dxrd-svg-fieldlist-pageheaderband': templates['dxrd-svg-bands-page_header'],
'dxrd-svg-fieldlist-reportfooterband': templates['dxrd-svg-bands-report_footer'],
'dxrd-svg-fieldlist-reportheaderband': templates['dxrd-svg-bands-report_header'],
'dxrd-svg-fieldlist-verticaldetailband': templates['dxrd-svg-bands-vertical_detail'],
'dxrd-svg-fieldlist-verticalheaderband': templates['dxrd-svg-bands-vertical_header'],
'dxrd-svg-fieldlist-verticaltotalband': templates['dxrd-svg-bands-vertical_total'],
'dxrd-svg-fieldlist-topmarginband': templates['dxrd-svg-bands-top_margin'],
'dxrd-svg-fieldlist-subband': templates['dxrd-svg-bands-sub_band'],
'dxrd-svg-fieldlist-styles': templates['dxrd-svg-reportexplorer-styles'],
'dxrd-svg-fieldlist-formattingrules': templates['dxrd-svg-reportexplorer-formatting_rules'],
'dxrd-svg-fieldlist-component': templates['dxrd-svg-reportexplorer-component'],
'dxrd-svg-fieldlist-components': templates['dxrd-svg-reportexplorer-components'],
'dxrd-svg-fieldlist-stylemodel': templates['dxrd-svg-reportexplorer-style'],
'dxrd-svg-fieldlist-formattingrule': templates['dxrd-svg-reportexplorer-formatting_rules'],
});