WordPress/wp-includes/js/dist/keycodes.min.js
Peter Wilson abde9678b4 Build tools: Use hashed module IDs for minified files.
Further improves webpack configuration for editor files to use hashed module IDs in the compressed (`*.min.js`) production files.

Follow up to [50940].

Props gziolo, peterwilsoncc.
Fixes #53192.


Built from https://develop.svn.wordpress.org/trunk@51035


git-svn-id: http://core.svn.wordpress.org/trunk@50644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-27 00:17:06 +00:00

2 lines
3.3 KiB
JavaScript

/*! This file is auto-generated */
this.wp=this.wp||{},this.wp.keycodes=function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)e.d(r,o,function(n){return t[n]}.bind(null,o));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s="z7pY")}({YLtl:function(t,n){t.exports=window.lodash},l3Sj:function(t,n){t.exports=window.wp.i18n},z7pY:function(t,n,e){"use strict";e.r(n),e.d(n,"BACKSPACE",(function(){return i})),e.d(n,"TAB",(function(){return c})),e.d(n,"ENTER",(function(){return f})),e.d(n,"ESCAPE",(function(){return a})),e.d(n,"SPACE",(function(){return d})),e.d(n,"LEFT",(function(){return l})),e.d(n,"UP",(function(){return s})),e.d(n,"RIGHT",(function(){return p})),e.d(n,"DOWN",(function(){return b})),e.d(n,"DELETE",(function(){return j})),e.d(n,"F10",(function(){return O})),e.d(n,"ALT",(function(){return y})),e.d(n,"CTRL",(function(){return m})),e.d(n,"COMMAND",(function(){return h})),e.d(n,"SHIFT",(function(){return S})),e.d(n,"ZERO",(function(){return w})),e.d(n,"modifiers",(function(){return C})),e.d(n,"rawShortcut",(function(){return A})),e.d(n,"displayShortcutList",(function(){return E})),e.d(n,"displayShortcut",(function(){return P})),e.d(n,"shortcutAriaLabel",(function(){return _})),e.d(n,"isKeyboardEvent",(function(){return v}));var r=e("YLtl"),o=e("l3Sj");function u(t=null){if(!t){if("undefined"==typeof window)return!1;t=window}const{platform:n}=t.navigator;return-1!==n.indexOf("Mac")||Object(r.includes)(["iPad","iPhone"],n)}const i=8,c=9,f=13,a=27,d=32,l=37,s=38,p=39,b=40,j=46,O=121,y="alt",m="ctrl",h="meta",S="shift",w=48,C={primary:t=>t()?[h]:[m],primaryShift:t=>t()?[S,h]:[m,S],primaryAlt:t=>t()?[y,h]:[m,y],secondary:t=>t()?[S,y,h]:[m,S,y],access:t=>t()?[m,y]:[S,y],ctrl:()=>[m],alt:()=>[y],ctrlShift:()=>[m,S],shift:()=>[S],shiftAlt:()=>[S,y]},A=Object(r.mapValues)(C,t=>(n,e=u)=>[...t(e),n.toLowerCase()].join("+")),E=Object(r.mapValues)(C,t=>(n,e=u)=>{const o=e(),i={[y]:o?"⌥":"Alt",[m]:o?"⌃":"Ctrl",[h]:"⌘",[S]:o?"⇧":"Shift"};return[...t(e).reduce((t,n)=>{const e=Object(r.get)(i,n,n);return o?[...t,e]:[...t,e,"+"]},[]),Object(r.capitalize)(n)]}),P=Object(r.mapValues)(E,t=>(n,e=u)=>t(n,e).join("")),_=Object(r.mapValues)(C,t=>(n,e=u)=>{const i=e(),c={[S]:"Shift",[h]:i?"Command":"Control",[m]:"Control",[y]:i?"Option":"Alt",",":Object(o.__)("Comma"),".":Object(o.__)("Period"),"`":Object(o.__)("Backtick")};return[...t(e),n].map(t=>Object(r.capitalize)(Object(r.get)(c,t,t))).join(i?" ":" + ")});const v=Object(r.mapValues)(C,t=>(n,e,o=u)=>{const i=t(o),c=function(t){return[y,m,h,S].filter(n=>t[n+"Key"])}(n);return!Object(r.xor)(i,c).length&&(e?n.key===e:Object(r.includes)(i,n.key.toLowerCase()))})}});