UNPKG

casc-cesium

Version:

Vue 3.x components for CesiumJS.

76 lines (71 loc) 1.28 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var usePosition = require('../../../composables/private/use-position.js'); 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