UNPKG

devexpress-reporting

Version:

DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.

20 lines (19 loc) 1.65 kB
/** * DevExpress HTML/JS Reporting (designer\controls\metadata\xrPdfContent.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 */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var analytics_widgets_1 = require("@devexpress/analytics-core/analytics-widgets"); var scriptMetadata_1 = require("./properties/scriptMetadata"); var dataBinding_1 = require("../../dataObjects/metadata/dataBinding"); var metadataGroups_1 = require("./properties/metadataGroups"); var metadata_1 = require("./properties/metadata"); var editorTemplates_1 = require("../../widgets/editorTemplates"); exports.pdfSource = { propertyName: 'source', modelName: '@SourceSerializable', displayName: 'Source', defaultVal: null, editor: editorTemplates_1.designerEditorTemplates.getEditor('pdfContentLoad'), localizationId: 'DevExpress.XtraReports.UI.XRPdfContent.Source' }; exports.pdfSourceUrl = { propertyName: 'sourceUrl', modelName: '@SourceUrl', defaultVal: '', editor: analytics_widgets_1.editorTemplates.getEditor('text'), displayName: 'Source Url', localizationId: 'DevExpress.XtraReports.UI.XRPdfContent.SourceUrl' }; exports.pdfContentSerializationInfo = [exports.pdfSource, exports.pdfSourceUrl, scriptMetadata_1.pdfContentScripts, dataBinding_1.dataBindings(['Bookmark', 'Source', 'SourceUrl'])].concat(metadataGroups_1.sizeLocation, metadataGroups_1.baseControlProperties, metadataGroups_1.bookmarkGroup, [metadata_1.tag]); exports.popularPropertiesPdfContent = ['name', 'source', 'sourceUrl'];