-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path116.js.map
More file actions
1 lines (1 loc) · 5.05 KB
/
116.js.map
File metadata and controls
1 lines (1 loc) · 5.05 KB
1
{"version":3,"sources":["webpack:///./node_modules/@ionic/core/dist/esm/es5/build/chunk-6d7d2f8c.js","webpack:///./node_modules/@ionic/core/dist/esm/es5/build/qvwswew4.entry.js"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAAgB,8EAA8E,yBAAyB,uCAAuC,0BAA0B,4BAA4B,2CAA2C,sCAAsC,uBAAuB,yCAAyC,iJAAiJ,sBAAsB,iCAAiC,qBAAqB,OAAO,mBAAmB,qCAAqC,gBAAgB,+BAA+B,yBAAyB,MAAM,uBAAuB,kBAAkB,WAAW,OAAO,yBAAyB,2BAA2B,qBAAqB,OAAO,SAAS,wBAAwB,6BAA6B,UAAU,qBAAqB,mBAAmB,mGAAmG,4BAA4B,qBAAqB,OAAO,6CAA6C,uBAAuB,MAAM,oCAAoC,iBAAiB,mBAAmB,sBAAsB,4D;;;;;;;;;;;;ACA7wC;AAAA;AAAA;AAAA;AAA8F,wBAAwB,aAAa,iCAAiC,qEAAkB,gBAAgB,iBAAiB,2DAA2D,+CAA+C,2CAA2C,2CAA2C,uBAAuB,sCAAsC,eAAe,4DAAG,oBAAoB,qCAAqC,eAAe,4DAAG,0BAA0B,iCAAiC,yGAAyG,iCAAiC,OAAO,qBAAqB,sEAAsE,+BAA+B,eAAe,qBAAqB,+BAA+B,2CAA2C,eAAe,eAAe,+BAA+B,wCAAwC,eAAe,OAAO,KAAK,mBAAmB,kBAAkB,qCAAqC,WAAW,6BAA6B,UAAU,8BAA8B,+BAA+B,oCAAoC,eAAe,QAAQ,mFAAmF,EAAE,+BAA+B,uCAAuC,eAAe,QAAQ,mDAAmD,EAAE,6CAA6C,EAAE,iDAAiD,EAAE,+BAA+B,mCAAmC,eAAe,aAAa,OAAO,QAAQ,MAAM,SAAS,cAAc,kBAAkB,gCAAgC,wBAAwB,eAAe,eAAe,YAAY,sBAAsB,kBAAkB,UAAU,sBAAsB,uBAAuB,6BAA6B,YAAY,MAAM,gDAAgD,EAAE,+BAA+B,uCAAuC,eAAe,YAAY,+BAA+B,IAAI,G","file":"116.js","sourcesContent":["function rIC(e){\"requestIdleCallback\"in window?window.requestIdleCallback(e):setTimeout(e,32)}function hasShadowDom(e){return!!e.shadowRoot&&!!e.attachShadow}function findItemLabel(e){var n=e.closest(\"ion-item\");return n?n.querySelector(\"ion-label\"):null}function renderHiddenInput(e,n,t,a,r){if(e||hasShadowDom(n)){var o=n.querySelector(\"input.aux-input\");o||((o=n.ownerDocument.createElement(\"input\")).type=\"hidden\",o.classList.add(\"aux-input\"),n.appendChild(o)),o.disabled=r,o.name=t,o.value=a||\"\"}}function clamp(e,n,t){return Math.max(e,Math.min(n,t))}function assert(e,n){if(!e){var t=\"ASSERT: \"+n;throw console.error(t),new Error(t)}}function now(e){return e.timeStamp||Date.now()}function pointerCoord(e){if(e){var n=e.changedTouches;if(n&&n.length>0){var t=n[0];return{x:t.clientX,y:t.clientY}}if(void 0!==e.pageX)return{x:e.pageX,y:e.pageY}}return{x:0,y:0}}function isEndSide(e,n){var t=\"rtl\"===e.document.dir;switch(n){case\"start\":return t;case\"end\":return!t;default:throw new Error('\"'+n+'\" is not a valid value for [side]. Use \"start\" or \"end\" instead.')}}function debounceEvent(e,n){var t=e._original||e;return{_original:e,emit:debounce(t.emit.bind(t),n)}}function debounce(e,n){var t;return void 0===n&&(n=0),function(){for(var a=[],r=0;r<arguments.length;r++)a[r]=arguments[r];clearTimeout(t),t=setTimeout.apply(void 0,[e,n].concat(a))}}export{rIC as a,now as b,hasShadowDom as c,findItemLabel as d,renderHiddenInput as e,debounceEvent as f,isEndSide as g,assert as h,clamp as i,debounce as j,pointerCoord as k};","import{b as now}from\"./chunk-6d7d2f8c.js\";import{GESTURE_CONTROLLER}from\"./chunk-f56eaea8.js\";var Backdrop=function(){function e(){this.lastClick=-1e4,this.blocker=GESTURE_CONTROLLER.createBlocker({disableScroll:!0}),this.visible=!0,this.tappable=!0,this.stopPropagation=!0}return e.prototype.componentDidLoad=function(){this.stopPropagation&&this.blocker.block()},e.prototype.componentDidUnload=function(){this.blocker.destroy()},e.prototype.onTouchStart=function(e){this.lastClick=now(e),this.emitTap(e)},e.prototype.onMouseDown=function(e){this.lastClick<now(e)-2500&&this.emitTap(e)},e.prototype.emitTap=function(e){this.stopPropagation&&(e.preventDefault(),e.stopPropagation()),this.tappable&&this.ionBackdropTap.emit()},e.prototype.hostData=function(){return{tabindex:\"-1\",class:{\"backdrop-hide\":!this.visible,\"backdrop-no-tappable\":!this.tappable}}},Object.defineProperty(e,\"is\",{get:function(){return\"ion-backdrop\"},enumerable:!0,configurable:!0}),Object.defineProperty(e,\"encapsulation\",{get:function(){return\"shadow\"},enumerable:!0,configurable:!0}),Object.defineProperty(e,\"properties\",{get:function(){return{doc:{context:\"document\"},stopPropagation:{type:Boolean,attr:\"stop-propagation\"},tappable:{type:Boolean,attr:\"tappable\"},visible:{type:Boolean,attr:\"visible\"}}},enumerable:!0,configurable:!0}),Object.defineProperty(e,\"events\",{get:function(){return[{name:\"ionBackdropTap\",method:\"ionBackdropTap\",bubbles:!0,cancelable:!0,composed:!0}]},enumerable:!0,configurable:!0}),Object.defineProperty(e,\"listeners\",{get:function(){return[{name:\"touchstart\",method:\"onTouchStart\",capture:!0},{name:\"click\",method:\"onMouseDown\",capture:!0},{name:\"mousedown\",method:\"onMouseDown\",capture:!0}]},enumerable:!0,configurable:!0}),Object.defineProperty(e,\"style\",{get:function(){return\":host{left:0;right:0;top:0;bottom:0;display:block;position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);contain:strict;cursor:pointer;opacity:.01;-ms-touch-action:none;touch-action:none;z-index:2}:host(.backdrop-hide){background:transparent}:host(.backdrop-no-tappable){cursor:auto}:host{background-color:var(--ion-backdrop-color,#000)}\"},enumerable:!0,configurable:!0}),Object.defineProperty(e,\"styleMode\",{get:function(){return\"ios\"},enumerable:!0,configurable:!0}),e}();export{Backdrop as IonBackdrop};"],"sourceRoot":""}