UNPKG

vue-cesium

Version:
77 lines (72 loc) 1.29 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var usePosition = require('../../../composables/private/use-position.js'); "use strict"; var printDefaultProps = { showCredit: { type: Boolean, default: true }, printAutomatically: { type: Boolean, default: false }, showPrintView: { type: Boolean, default: true }, downloadAutomatically: { type: Boolean, default: false }, ...usePosition.positionProps, icon: { type: String, default: "vc-icons-capture" }, size: { type: String, default: "24px" }, color: { type: String, default: "#3f4854" }, background: { type: String, default: "#fff" }, round: { type: Boolean, default: true }, flat: { type: Boolean, default: false }, label: String, stack: { type: Boolean, default: false }, tooltip: { type: [Boolean, Object], default: () => ({ delay: 500, anchor: "bottom middle", offset: [0, 20], tip: void 0 }) }, screenshotName: String, customClass: { type: String, default: "" }, teleportToViewer: { type: Boolean, default: true } }; exports["default"] = printDefaultProps; //# sourceMappingURL=defaultProps.js.map