/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.25/esri/copyright.txt for details. */ import{_ as o}from"../../chunks/tslib.es6.js";import e from"../../core/Accessor.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as s}from"../../core/accessorSupport/decorators/subclass.js";import t from"./gamepad/GamepadSettings.js";let a=class extends e{constructor(o){super(o),this.browserTouchPanEnabled=!0,this.gamepad=new t,this.momentumEnabled=!0,this.mouseWheelZoomEnabled=!0}};o([r({type:Boolean})],a.prototype,"browserTouchPanEnabled",void 0),o([r({type:t,nonNullable:!0})],a.prototype,"gamepad",void 0),o([r({type:Boolean})],a.prototype,"momentumEnabled",void 0),o([r({type:Boolean})],a.prototype,"mouseWheelZoomEnabled",void 0),a=o([s("esri.views.navigation.Navigation")],a);const p=a;export{p as default};