UNPKG

devextreme-vue

Version:

DevExtreme Vue UI and Visualization Components

982 lines (980 loc) • 32.2 kB
/*! * devextreme-vue * Version: 25.1.5 * Build date: Wed Sep 03 2025 * * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/devextreme-vue */ "use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.DxVectorMapTitleSubtitle = exports.DxVectorMapTitle = exports.DxTooltipBorder = exports.DxTooltip = exports.DxTitle = exports.DxSubtitle = exports.DxSource = exports.DxSize = exports.DxShadow = exports.DxProjection = exports.DxMargin = exports.DxLoadingIndicator = exports.DxLegendTitleSubtitle = exports.DxLegendTitle = exports.DxLegend = exports.DxLayer = exports.DxLabel = exports.DxImage = exports.DxFont = exports.DxExport = exports.DxControlBar = exports.DxCommonAnnotationSettings = exports.DxBorder = exports.DxBackground = exports.DxAnnotationBorder = exports.DxAnnotation = exports.DxVectorMap = void 0; const vue_1 = require("vue"); const index_1 = require("./core/index"); const vector_map_1 = __importDefault(require("devextreme/viz/vector_map")); const index_2 = require("./core/index"); const componentConfig = { props: { annotations: Array, background: Object, bounds: Array, center: Array, commonAnnotationSettings: Object, controlBar: Object, customizeAnnotation: Function, disabled: Boolean, elementAttr: Object, export: Object, layers: [Array, Object], legends: Array, loadingIndicator: Object, maxZoomFactor: Number, onCenterChanged: Function, onClick: Function, onDisposing: Function, onDrawn: Function, onExported: Function, onExporting: Function, onFileSaving: Function, onIncidentOccurred: Function, onInitialized: Function, onOptionChanged: Function, onSelectionChanged: Function, onTooltipHidden: Function, onTooltipShown: Function, onZoomFactorChanged: Function, panningEnabled: Boolean, pathModified: Boolean, projection: [Object, String], redrawOnResize: Boolean, rtlEnabled: Boolean, size: Object, theme: String, title: [Object, String], tooltip: Object, touchEnabled: Boolean, wheelEnabled: Boolean, zoomFactor: Number, zoomingEnabled: Boolean }, emits: { "update:isActive": null, "update:hoveredElement": null, "update:annotations": null, "update:background": null, "update:bounds": null, "update:center": null, "update:commonAnnotationSettings": null, "update:controlBar": null, "update:customizeAnnotation": null, "update:disabled": null, "update:elementAttr": null, "update:export": null, "update:layers": null, "update:legends": null, "update:loadingIndicator": null, "update:maxZoomFactor": null, "update:onCenterChanged": null, "update:onClick": null, "update:onDisposing": null, "update:onDrawn": null, "update:onExported": null, "update:onExporting": null, "update:onFileSaving": null, "update:onIncidentOccurred": null, "update:onInitialized": null, "update:onOptionChanged": null, "update:onSelectionChanged": null, "update:onTooltipHidden": null, "update:onTooltipShown": null, "update:onZoomFactorChanged": null, "update:panningEnabled": null, "update:pathModified": null, "update:projection": null, "update:redrawOnResize": null, "update:rtlEnabled": null, "update:size": null, "update:theme": null, "update:title": null, "update:tooltip": null, "update:touchEnabled": null, "update:wheelEnabled": null, "update:zoomFactor": null, "update:zoomingEnabled": null, }, computed: { instance() { return this.$_instance; } }, beforeCreate() { this.$_WidgetClass = vector_map_1.default; this.$_hasAsyncTemplate = true; this.$_expectedChildren = { annotation: { isCollectionItem: true, optionName: "annotations" }, background: { isCollectionItem: false, optionName: "background" }, commonAnnotationSettings: { isCollectionItem: false, optionName: "commonAnnotationSettings" }, controlBar: { isCollectionItem: false, optionName: "controlBar" }, export: { isCollectionItem: false, optionName: "export" }, layer: { isCollectionItem: true, optionName: "layers" }, legend: { isCollectionItem: true, optionName: "legends" }, loadingIndicator: { isCollectionItem: false, optionName: "loadingIndicator" }, projection: { isCollectionItem: false, optionName: "projection" }, size: { isCollectionItem: false, optionName: "size" }, title: { isCollectionItem: false, optionName: "title" }, tooltip: { isCollectionItem: false, optionName: "tooltip" }, vectorMapTitle: { isCollectionItem: false, optionName: "title" } }; } }; (0, index_1.prepareComponentConfig)(componentConfig); const DxVectorMap = (0, vue_1.defineComponent)(componentConfig); exports.DxVectorMap = DxVectorMap; const DxAnnotationConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:allowDragging": null, "update:arrowLength": null, "update:arrowWidth": null, "update:border": null, "update:color": null, "update:coordinates": null, "update:customizeTooltip": null, "update:data": null, "update:description": null, "update:font": null, "update:height": null, "update:image": null, "update:name": null, "update:offsetX": null, "update:offsetY": null, "update:opacity": null, "update:paddingLeftRight": null, "update:paddingTopBottom": null, "update:shadow": null, "update:template": null, "update:text": null, "update:textOverflow": null, "update:tooltipEnabled": null, "update:tooltipTemplate": null, "update:type": null, "update:width": null, "update:wordWrap": null, "update:x": null, "update:y": null, }, props: { allowDragging: Boolean, arrowLength: Number, arrowWidth: Number, border: Object, color: String, coordinates: Array, customizeTooltip: Function, data: {}, description: String, font: Object, height: Number, image: [Object, String], name: String, offsetX: Number, offsetY: Number, opacity: Number, paddingLeftRight: Number, paddingTopBottom: Number, shadow: Object, template: {}, text: String, textOverflow: String, tooltipEnabled: Boolean, tooltipTemplate: {}, type: String, width: Number, wordWrap: String, x: Number, y: Number } }; (0, index_2.prepareConfigurationComponentConfig)(DxAnnotationConfig); const DxAnnotation = (0, vue_1.defineComponent)(DxAnnotationConfig); exports.DxAnnotation = DxAnnotation; DxAnnotation.$_optionName = "annotations"; DxAnnotation.$_isCollectionItem = true; DxAnnotation.$_expectedChildren = { annotationBorder: { isCollectionItem: false, optionName: "border" }, border: { isCollectionItem: false, optionName: "border" }, font: { isCollectionItem: false, optionName: "font" }, image: { isCollectionItem: false, optionName: "image" }, shadow: { isCollectionItem: false, optionName: "shadow" } }; const DxAnnotationBorderConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:color": null, "update:cornerRadius": null, "update:dashStyle": null, "update:opacity": null, "update:visible": null, "update:width": null, }, props: { color: String, cornerRadius: Number, dashStyle: String, opacity: Number, visible: Boolean, width: Number } }; (0, index_2.prepareConfigurationComponentConfig)(DxAnnotationBorderConfig); const DxAnnotationBorder = (0, vue_1.defineComponent)(DxAnnotationBorderConfig); exports.DxAnnotationBorder = DxAnnotationBorder; DxAnnotationBorder.$_optionName = "border"; const DxBackgroundConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:borderColor": null, "update:color": null, }, props: { borderColor: String, color: String } }; (0, index_2.prepareConfigurationComponentConfig)(DxBackgroundConfig); const DxBackground = (0, vue_1.defineComponent)(DxBackgroundConfig); exports.DxBackground = DxBackground; DxBackground.$_optionName = "background"; const DxBorderConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:color": null, "update:cornerRadius": null, "update:dashStyle": null, "update:opacity": null, "update:visible": null, "update:width": null, }, props: { color: String, cornerRadius: Number, dashStyle: String, opacity: Number, visible: Boolean, width: Number } }; (0, index_2.prepareConfigurationComponentConfig)(DxBorderConfig); const DxBorder = (0, vue_1.defineComponent)(DxBorderConfig); exports.DxBorder = DxBorder; DxBorder.$_optionName = "border"; const DxCommonAnnotationSettingsConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:allowDragging": null, "update:arrowLength": null, "update:arrowWidth": null, "update:border": null, "update:color": null, "update:coordinates": null, "update:customizeTooltip": null, "update:data": null, "update:description": null, "update:font": null, "update:height": null, "update:image": null, "update:offsetX": null, "update:offsetY": null, "update:opacity": null, "update:paddingLeftRight": null, "update:paddingTopBottom": null, "update:shadow": null, "update:template": null, "update:text": null, "update:textOverflow": null, "update:tooltipEnabled": null, "update:tooltipTemplate": null, "update:type": null, "update:width": null, "update:wordWrap": null, "update:x": null, "update:y": null, }, props: { allowDragging: Boolean, arrowLength: Number, arrowWidth: Number, border: Object, color: String, coordinates: Array, customizeTooltip: Function, data: {}, description: String, font: Object, height: Number, image: [Object, String], offsetX: Number, offsetY: Number, opacity: Number, paddingLeftRight: Number, paddingTopBottom: Number, shadow: Object, template: {}, text: String, textOverflow: String, tooltipEnabled: Boolean, tooltipTemplate: {}, type: String, width: Number, wordWrap: String, x: Number, y: Number } }; (0, index_2.prepareConfigurationComponentConfig)(DxCommonAnnotationSettingsConfig); const DxCommonAnnotationSettings = (0, vue_1.defineComponent)(DxCommonAnnotationSettingsConfig); exports.DxCommonAnnotationSettings = DxCommonAnnotationSettings; DxCommonAnnotationSettings.$_optionName = "commonAnnotationSettings"; DxCommonAnnotationSettings.$_expectedChildren = { annotationBorder: { isCollectionItem: false, optionName: "border" }, border: { isCollectionItem: false, optionName: "border" }, font: { isCollectionItem: false, optionName: "font" }, image: { isCollectionItem: false, optionName: "image" }, shadow: { isCollectionItem: false, optionName: "shadow" } }; const DxControlBarConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:borderColor": null, "update:color": null, "update:enabled": null, "update:horizontalAlignment": null, "update:margin": null, "update:opacity": null, "update:panVisible": null, "update:verticalAlignment": null, "update:zoomVisible": null, }, props: { borderColor: String, color: String, enabled: Boolean, horizontalAlignment: String, margin: Number, opacity: Number, panVisible: Boolean, verticalAlignment: String, zoomVisible: Boolean } }; (0, index_2.prepareConfigurationComponentConfig)(DxControlBarConfig); const DxControlBar = (0, vue_1.defineComponent)(DxControlBarConfig); exports.DxControlBar = DxControlBar; DxControlBar.$_optionName = "controlBar"; const DxExportConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:backgroundColor": null, "update:enabled": null, "update:fileName": null, "update:formats": null, "update:margin": null, "update:printingEnabled": null, "update:svgToCanvas": null, }, props: { backgroundColor: String, enabled: Boolean, fileName: String, formats: Array, margin: Number, printingEnabled: Boolean, svgToCanvas: Function } }; (0, index_2.prepareConfigurationComponentConfig)(DxExportConfig); const DxExport = (0, vue_1.defineComponent)(DxExportConfig); exports.DxExport = DxExport; DxExport.$_optionName = "export"; const DxFontConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:color": null, "update:family": null, "update:opacity": null, "update:size": null, "update:weight": null, }, props: { color: String, family: String, opacity: Number, size: [Number, String], weight: Number } }; (0, index_2.prepareConfigurationComponentConfig)(DxFontConfig); const DxFont = (0, vue_1.defineComponent)(DxFontConfig); exports.DxFont = DxFont; DxFont.$_optionName = "font"; const DxImageConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:height": null, "update:url": null, "update:width": null, }, props: { height: Number, url: String, width: Number } }; (0, index_2.prepareConfigurationComponentConfig)(DxImageConfig); const DxImage = (0, vue_1.defineComponent)(DxImageConfig); exports.DxImage = DxImage; DxImage.$_optionName = "image"; const DxLabelConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:dataField": null, "update:enabled": null, "update:font": null, }, props: { dataField: String, enabled: Boolean, font: Object } }; (0, index_2.prepareConfigurationComponentConfig)(DxLabelConfig); const DxLabel = (0, vue_1.defineComponent)(DxLabelConfig); exports.DxLabel = DxLabel; DxLabel.$_optionName = "label"; DxLabel.$_expectedChildren = { font: { isCollectionItem: false, optionName: "font" } }; const DxLayerConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:borderColor": null, "update:borderWidth": null, "update:color": null, "update:colorGroupingField": null, "update:colorGroups": null, "update:customize": null, "update:dataField": null, "update:dataSource": null, "update:elementType": null, "update:hoveredBorderColor": null, "update:hoveredBorderWidth": null, "update:hoveredColor": null, "update:hoverEnabled": null, "update:label": null, "update:maxSize": null, "update:minSize": null, "update:name": null, "update:opacity": null, "update:palette": null, "update:paletteIndex": null, "update:paletteSize": null, "update:selectedBorderColor": null, "update:selectedBorderWidth": null, "update:selectedColor": null, "update:selectionMode": null, "update:size": null, "update:sizeGroupingField": null, "update:sizeGroups": null, "update:type": null, }, props: { borderColor: String, borderWidth: Number, color: String, colorGroupingField: String, colorGroups: Array, customize: Function, dataField: String, dataSource: [Array, Object, String], elementType: String, hoveredBorderColor: String, hoveredBorderWidth: Number, hoveredColor: String, hoverEnabled: Boolean, label: Object, maxSize: Number, minSize: Number, name: String, opacity: Number, palette: [Array, String], paletteIndex: Number, paletteSize: Number, selectedBorderColor: String, selectedBorderWidth: Number, selectedColor: String, selectionMode: String, size: Number, sizeGroupingField: String, sizeGroups: Array, type: String } }; (0, index_2.prepareConfigurationComponentConfig)(DxLayerConfig); const DxLayer = (0, vue_1.defineComponent)(DxLayerConfig); exports.DxLayer = DxLayer; DxLayer.$_optionName = "layers"; DxLayer.$_isCollectionItem = true; DxLayer.$_expectedChildren = { label: { isCollectionItem: false, optionName: "label" } }; const DxLegendConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:backgroundColor": null, "update:border": null, "update:columnCount": null, "update:columnItemSpacing": null, "update:customizeHint": null, "update:customizeItems": null, "update:customizeText": null, "update:font": null, "update:horizontalAlignment": null, "update:itemsAlignment": null, "update:itemTextPosition": null, "update:margin": null, "update:markerColor": null, "update:markerShape": null, "update:markerSize": null, "update:markerTemplate": null, "update:orientation": null, "update:paddingLeftRight": null, "update:paddingTopBottom": null, "update:rowCount": null, "update:rowItemSpacing": null, "update:source": null, "update:title": null, "update:verticalAlignment": null, "update:visible": null, }, props: { backgroundColor: String, border: Object, columnCount: Number, columnItemSpacing: Number, customizeHint: Function, customizeItems: Function, customizeText: Function, font: Object, horizontalAlignment: String, itemsAlignment: String, itemTextPosition: String, margin: [Number, Object], markerColor: String, markerShape: String, markerSize: Number, markerTemplate: {}, orientation: String, paddingLeftRight: Number, paddingTopBottom: Number, rowCount: Number, rowItemSpacing: Number, source: Object, title: [Object, String], verticalAlignment: String, visible: Boolean } }; (0, index_2.prepareConfigurationComponentConfig)(DxLegendConfig); const DxLegend = (0, vue_1.defineComponent)(DxLegendConfig); exports.DxLegend = DxLegend; DxLegend.$_optionName = "legends"; DxLegend.$_isCollectionItem = true; DxLegend.$_expectedChildren = { annotationBorder: { isCollectionItem: false, optionName: "border" }, border: { isCollectionItem: false, optionName: "border" }, font: { isCollectionItem: false, optionName: "font" }, legendTitle: { isCollectionItem: false, optionName: "title" }, margin: { isCollectionItem: false, optionName: "margin" }, source: { isCollectionItem: false, optionName: "source" }, title: { isCollectionItem: false, optionName: "title" } }; const DxLegendTitleConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:font": null, "update:horizontalAlignment": null, "update:margin": null, "update:placeholderSize": null, "update:subtitle": null, "update:text": null, "update:verticalAlignment": null, }, props: { font: Object, horizontalAlignment: String, margin: Object, placeholderSize: Number, subtitle: [Object, String], text: String, verticalAlignment: String } }; (0, index_2.prepareConfigurationComponentConfig)(DxLegendTitleConfig); const DxLegendTitle = (0, vue_1.defineComponent)(DxLegendTitleConfig); exports.DxLegendTitle = DxLegendTitle; DxLegendTitle.$_optionName = "title"; DxLegendTitle.$_expectedChildren = { font: { isCollectionItem: false, optionName: "font" }, legendTitleSubtitle: { isCollectionItem: false, optionName: "subtitle" }, margin: { isCollectionItem: false, optionName: "margin" }, subtitle: { isCollectionItem: false, optionName: "subtitle" } }; const DxLegendTitleSubtitleConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:font": null, "update:offset": null, "update:text": null, }, props: { font: Object, offset: Number, text: String } }; (0, index_2.prepareConfigurationComponentConfig)(DxLegendTitleSubtitleConfig); const DxLegendTitleSubtitle = (0, vue_1.defineComponent)(DxLegendTitleSubtitleConfig); exports.DxLegendTitleSubtitle = DxLegendTitleSubtitle; DxLegendTitleSubtitle.$_optionName = "subtitle"; DxLegendTitleSubtitle.$_expectedChildren = { font: { isCollectionItem: false, optionName: "font" } }; const DxLoadingIndicatorConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:backgroundColor": null, "update:enabled": null, "update:font": null, "update:show": null, "update:text": null, }, props: { backgroundColor: String, enabled: Boolean, font: Object, show: Boolean, text: String } }; (0, index_2.prepareConfigurationComponentConfig)(DxLoadingIndicatorConfig); const DxLoadingIndicator = (0, vue_1.defineComponent)(DxLoadingIndicatorConfig); exports.DxLoadingIndicator = DxLoadingIndicator; DxLoadingIndicator.$_optionName = "loadingIndicator"; DxLoadingIndicator.$_expectedChildren = { font: { isCollectionItem: false, optionName: "font" } }; const DxMarginConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:bottom": null, "update:left": null, "update:right": null, "update:top": null, }, props: { bottom: Number, left: Number, right: Number, top: Number } }; (0, index_2.prepareConfigurationComponentConfig)(DxMarginConfig); const DxMargin = (0, vue_1.defineComponent)(DxMarginConfig); exports.DxMargin = DxMargin; DxMargin.$_optionName = "margin"; const DxProjectionConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:aspectRatio": null, "update:from": null, "update:to": null, }, props: { aspectRatio: Number, from: Function, to: Function } }; (0, index_2.prepareConfigurationComponentConfig)(DxProjectionConfig); const DxProjection = (0, vue_1.defineComponent)(DxProjectionConfig); exports.DxProjection = DxProjection; DxProjection.$_optionName = "projection"; const DxShadowConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:blur": null, "update:color": null, "update:offsetX": null, "update:offsetY": null, "update:opacity": null, }, props: { blur: Number, color: String, offsetX: Number, offsetY: Number, opacity: Number } }; (0, index_2.prepareConfigurationComponentConfig)(DxShadowConfig); const DxShadow = (0, vue_1.defineComponent)(DxShadowConfig); exports.DxShadow = DxShadow; DxShadow.$_optionName = "shadow"; const DxSizeConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:height": null, "update:width": null, }, props: { height: Number, width: Number } }; (0, index_2.prepareConfigurationComponentConfig)(DxSizeConfig); const DxSize = (0, vue_1.defineComponent)(DxSizeConfig); exports.DxSize = DxSize; DxSize.$_optionName = "size"; const DxSourceConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:grouping": null, "update:layer": null, }, props: { grouping: String, layer: String } }; (0, index_2.prepareConfigurationComponentConfig)(DxSourceConfig); const DxSource = (0, vue_1.defineComponent)(DxSourceConfig); exports.DxSource = DxSource; DxSource.$_optionName = "source"; const DxSubtitleConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:font": null, "update:offset": null, "update:text": null, "update:textOverflow": null, "update:wordWrap": null, }, props: { font: Object, offset: Number, text: String, textOverflow: String, wordWrap: String } }; (0, index_2.prepareConfigurationComponentConfig)(DxSubtitleConfig); const DxSubtitle = (0, vue_1.defineComponent)(DxSubtitleConfig); exports.DxSubtitle = DxSubtitle; DxSubtitle.$_optionName = "subtitle"; DxSubtitle.$_expectedChildren = { font: { isCollectionItem: false, optionName: "font" } }; const DxTitleConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:font": null, "update:horizontalAlignment": null, "update:margin": null, "update:placeholderSize": null, "update:subtitle": null, "update:text": null, "update:textOverflow": null, "update:verticalAlignment": null, "update:wordWrap": null, }, props: { font: Object, horizontalAlignment: String, margin: [Object, Number], placeholderSize: Number, subtitle: [Object, String], text: String, textOverflow: String, verticalAlignment: String, wordWrap: String } }; (0, index_2.prepareConfigurationComponentConfig)(DxTitleConfig); const DxTitle = (0, vue_1.defineComponent)(DxTitleConfig); exports.DxTitle = DxTitle; DxTitle.$_optionName = "title"; DxTitle.$_expectedChildren = { font: { isCollectionItem: false, optionName: "font" }, legendTitleSubtitle: { isCollectionItem: false, optionName: "subtitle" }, margin: { isCollectionItem: false, optionName: "margin" }, vectorMapTitleSubtitle: { isCollectionItem: false, optionName: "subtitle" } }; const DxTooltipConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:arrowLength": null, "update:border": null, "update:color": null, "update:container": null, "update:contentTemplate": null, "update:cornerRadius": null, "update:customizeTooltip": null, "update:enabled": null, "update:font": null, "update:opacity": null, "update:paddingLeftRight": null, "update:paddingTopBottom": null, "update:shadow": null, "update:zIndex": null, }, props: { arrowLength: Number, border: Object, color: String, container: {}, contentTemplate: {}, cornerRadius: Number, customizeTooltip: Function, enabled: Boolean, font: Object, opacity: Number, paddingLeftRight: Number, paddingTopBottom: Number, shadow: Object, zIndex: Number } }; (0, index_2.prepareConfigurationComponentConfig)(DxTooltipConfig); const DxTooltip = (0, vue_1.defineComponent)(DxTooltipConfig); exports.DxTooltip = DxTooltip; DxTooltip.$_optionName = "tooltip"; DxTooltip.$_expectedChildren = { border: { isCollectionItem: false, optionName: "border" }, font: { isCollectionItem: false, optionName: "font" }, shadow: { isCollectionItem: false, optionName: "shadow" }, tooltipBorder: { isCollectionItem: false, optionName: "border" } }; const DxTooltipBorderConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:color": null, "update:dashStyle": null, "update:opacity": null, "update:visible": null, "update:width": null, }, props: { color: String, dashStyle: String, opacity: Number, visible: Boolean, width: Number } }; (0, index_2.prepareConfigurationComponentConfig)(DxTooltipBorderConfig); const DxTooltipBorder = (0, vue_1.defineComponent)(DxTooltipBorderConfig); exports.DxTooltipBorder = DxTooltipBorder; DxTooltipBorder.$_optionName = "border"; const DxVectorMapTitleConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:font": null, "update:horizontalAlignment": null, "update:margin": null, "update:placeholderSize": null, "update:subtitle": null, "update:text": null, "update:textOverflow": null, "update:verticalAlignment": null, "update:wordWrap": null, }, props: { font: Object, horizontalAlignment: String, margin: [Number, Object], placeholderSize: Number, subtitle: [Object, String], text: String, textOverflow: String, verticalAlignment: String, wordWrap: String } }; (0, index_2.prepareConfigurationComponentConfig)(DxVectorMapTitleConfig); const DxVectorMapTitle = (0, vue_1.defineComponent)(DxVectorMapTitleConfig); exports.DxVectorMapTitle = DxVectorMapTitle; DxVectorMapTitle.$_optionName = "title"; DxVectorMapTitle.$_expectedChildren = { font: { isCollectionItem: false, optionName: "font" }, margin: { isCollectionItem: false, optionName: "margin" }, subtitle: { isCollectionItem: false, optionName: "subtitle" }, vectorMapTitleSubtitle: { isCollectionItem: false, optionName: "subtitle" } }; const DxVectorMapTitleSubtitleConfig = { emits: { "update:isActive": null, "update:hoveredElement": null, "update:font": null, "update:offset": null, "update:text": null, "update:textOverflow": null, "update:wordWrap": null, }, props: { font: Object, offset: Number, text: String, textOverflow: String, wordWrap: String } }; (0, index_2.prepareConfigurationComponentConfig)(DxVectorMapTitleSubtitleConfig); const DxVectorMapTitleSubtitle = (0, vue_1.defineComponent)(DxVectorMapTitleSubtitleConfig); exports.DxVectorMapTitleSubtitle = DxVectorMapTitleSubtitle; DxVectorMapTitleSubtitle.$_optionName = "subtitle"; DxVectorMapTitleSubtitle.$_expectedChildren = { font: { isCollectionItem: false, optionName: "font" } }; exports.default = DxVectorMap;