2018-12-14 05:41:57 +01:00
this [ "wp" ] = this [ "wp" ] || { } ; this [ "wp" ] [ "keycodes" ] =
/******/ ( function ( modules ) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = { } ;
/******/
/******/ // The require function
/******/ function _ _webpack _require _ _ ( moduleId ) {
/******/
/******/ // Check if module is in cache
/******/ if ( installedModules [ moduleId ] ) {
/******/ return installedModules [ moduleId ] . exports ;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules [ moduleId ] = {
/******/ i : moduleId ,
/******/ l : false ,
/******/ exports : { }
/******/ } ;
/******/
/******/ // Execute the module function
/******/ modules [ moduleId ] . call ( module . exports , module , module . exports , _ _webpack _require _ _ ) ;
/******/
/******/ // Flag the module as loaded
/******/ module . l = true ;
/******/
/******/ // Return the exports of the module
/******/ return module . exports ;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ _ _webpack _require _ _ . m = modules ;
/******/
/******/ // expose the module cache
/******/ _ _webpack _require _ _ . c = installedModules ;
/******/
/******/ // define getter function for harmony exports
/******/ _ _webpack _require _ _ . d = function ( exports , name , getter ) {
/******/ if ( ! _ _webpack _require _ _ . o ( exports , name ) ) {
/******/ Object . defineProperty ( exports , name , { enumerable : true , get : getter } ) ;
/******/ }
/******/ } ;
/******/
/******/ // define __esModule on exports
/******/ _ _webpack _require _ _ . r = function ( exports ) {
/******/ if ( typeof Symbol !== 'undefined' && Symbol . toStringTag ) {
/******/ Object . defineProperty ( exports , Symbol . toStringTag , { value : 'Module' } ) ;
/******/ }
/******/ Object . defineProperty ( exports , '__esModule' , { value : true } ) ;
/******/ } ;
/******/
/******/ // create a fake namespace object
/******/ // mode & 1: value is a module id, require it
/******/ // mode & 2: merge all properties of value into the ns
/******/ // mode & 4: return value when already ns object
/******/ // mode & 8|1: behave like require
/******/ _ _webpack _require _ _ . t = function ( value , mode ) {
/******/ if ( mode & 1 ) value = _ _webpack _require _ _ ( value ) ;
/******/ if ( mode & 8 ) return value ;
/******/ if ( ( mode & 4 ) && typeof value === 'object' && value && value . _ _esModule ) return value ;
/******/ var ns = Object . create ( null ) ;
/******/ _ _webpack _require _ _ . r ( ns ) ;
/******/ Object . defineProperty ( ns , 'default' , { enumerable : true , value : value } ) ;
/******/ if ( mode & 2 && typeof value != 'string' ) for ( var key in value ) _ _webpack _require _ _ . d ( ns , key , function ( key ) { return value [ key ] ; } . bind ( null , key ) ) ;
/******/ return ns ;
/******/ } ;
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ _ _webpack _require _ _ . n = function ( module ) {
/******/ var getter = module && module . _ _esModule ?
/******/ function getDefault ( ) { return module [ 'default' ] ; } :
/******/ function getModuleExports ( ) { return module ; } ;
/******/ _ _webpack _require _ _ . d ( getter , 'a' , getter ) ;
/******/ return getter ;
/******/ } ;
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ _ _webpack _require _ _ . o = function ( object , property ) { return Object . prototype . hasOwnProperty . call ( object , property ) ; } ;
/******/
/******/ // __webpack_public_path__
/******/ _ _webpack _require _ _ . p = "" ;
/******/
/******/
/******/ // Load entry module and return exports
2019-10-15 18:17:12 +02:00
/******/ return _ _webpack _require _ _ ( _ _webpack _require _ _ . s = 368 ) ;
2018-12-14 05:41:57 +01:00
/******/ } )
/************************************************************************/
/******/ ( {
2018-12-18 04:14:52 +01:00
/***/ 1 :
/***/ ( function ( module , exports ) {
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
( function ( ) { module . exports = this [ "wp" ] [ "i18n" ] ; } ( ) ) ;
2018-12-14 05:41:57 +01:00
/***/ } ) ,
2019-09-19 17:19:18 +02:00
/***/ 10 :
2018-12-14 05:41:57 +01:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
2018-12-18 04:14:52 +01:00
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _defineProperty ; } ) ;
2018-12-14 05:41:57 +01:00
function _defineProperty ( obj , key , value ) {
if ( key in obj ) {
Object . defineProperty ( obj , key , {
value : value ,
enumerable : true ,
configurable : true ,
writable : true
} ) ;
} else {
obj [ key ] = value ;
}
return obj ;
}
/***/ } ) ,
2019-03-21 13:48:00 +01:00
/***/ 17 :
2018-12-14 05:41:57 +01:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
2018-12-18 04:14:52 +01:00
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
function _arrayWithoutHoles ( arr ) {
if ( Array . isArray ( arr ) ) {
for ( var i = 0 , arr2 = new Array ( arr . length ) ; i < arr . length ; i ++ ) {
arr2 [ i ] = arr [ i ] ;
}
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
return arr2 ;
}
}
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
2019-09-19 17:19:18 +02:00
var iterableToArray = _ _webpack _require _ _ ( 30 ) ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
2018-12-14 05:41:57 +01:00
function _nonIterableSpread ( ) {
throw new TypeError ( "Invalid attempt to spread non-iterable instance" ) ;
}
2018-12-18 04:14:52 +01:00
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _toConsumableArray ; } ) ;
function _toConsumableArray ( arr ) {
return _arrayWithoutHoles ( arr ) || Object ( iterableToArray [ "a" /* default */ ] ) ( arr ) || _nonIterableSpread ( ) ;
}
2018-12-14 05:41:57 +01:00
/***/ } ) ,
2018-12-18 04:14:52 +01:00
/***/ 2 :
/***/ ( function ( module , exports ) {
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
( function ( ) { module . exports = this [ "lodash" ] ; } ( ) ) ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
/***/ } ) ,
2018-12-14 05:41:57 +01:00
2019-09-19 17:19:18 +02:00
/***/ 30 :
2019-03-21 13:48:00 +01:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _iterableToArray ; } ) ;
function _iterableToArray ( iter ) {
if ( Symbol . iterator in Object ( iter ) || Object . prototype . toString . call ( iter ) === "[object Arguments]" ) return Array . from ( iter ) ;
}
/***/ } ) ,
2019-10-15 18:17:12 +02:00
/***/ 368 :
2018-12-14 05:41:57 +01:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
_ _webpack _require _ _ . r ( _ _webpack _exports _ _ ) ;
2018-12-18 04:14:52 +01:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
2019-09-19 17:19:18 +02:00
var defineProperty = _ _webpack _require _ _ ( 10 ) ;
2018-12-18 04:14:52 +01:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
2019-03-21 13:48:00 +01:00
var toConsumableArray = _ _webpack _require _ _ ( 17 ) ;
2018-12-18 04:14:52 +01:00
// EXTERNAL MODULE: external "lodash"
var external _lodash _ = _ _webpack _require _ _ ( 2 ) ;
// EXTERNAL MODULE: external {"this":["wp","i18n"]}
var external _this _wp _i18n _ = _ _webpack _require _ _ ( 1 ) ;
// CONCATENATED MODULE: ./node_modules/@wordpress/keycodes/build-module/platform.js
/ * *
* External dependencies
* /
/ * *
* Return true if platform is MacOS .
*
* @ param { Object } _window window object by default ; used for DI testing .
*
* @ return { boolean } True if MacOS ; false otherwise .
* /
function isAppleOS ( ) {
var _window = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : window ;
var platform = _window . navigator . platform ;
return platform . indexOf ( 'Mac' ) !== - 1 || Object ( external _lodash _ [ "includes" ] ) ( [ 'iPad' , 'iPhone' ] , platform ) ;
}
// CONCATENATED MODULE: ./node_modules/@wordpress/keycodes/build-module/index.js
2018-12-14 05:41:57 +01:00
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "BACKSPACE" , function ( ) { return BACKSPACE ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "TAB" , function ( ) { return TAB ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "ENTER" , function ( ) { return ENTER ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "ESCAPE" , function ( ) { return ESCAPE ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "SPACE" , function ( ) { return SPACE ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "LEFT" , function ( ) { return LEFT ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "UP" , function ( ) { return UP ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "RIGHT" , function ( ) { return RIGHT ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "DOWN" , function ( ) { return DOWN ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "DELETE" , function ( ) { return DELETE ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "F10" , function ( ) { return F10 ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "ALT" , function ( ) { return ALT ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "CTRL" , function ( ) { return CTRL ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "COMMAND" , function ( ) { return COMMAND ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "SHIFT" , function ( ) { return SHIFT ; } ) ;
Block Editor: Update `@wordpress` dependencies to match Gutenberg 4.5.1.
- Update the annotations, api-fetch, block-library, blocks, components, compose, core-data, data, date, dom, edit-post, editor, element, format-library, html-entities, i18n, jest-console, jest-preset-default, keycodes, list-reusable-blocks, notices, nux, plugins, rich-text, scripts, token-lists, url, viewport packages.
- Upgrades React from 16.5.2 to 16.6.3.
- Adds a missing `wp-date` dependency to the editor script.
- Updates changed dependencies in `script-loader.php`.
- Fixes undefined notices in some blocks.
- Removes incorrect `gutenberg` textdomain.
Merges [43891], [43903], and [43919] to trunk.
Props atimmer, aduth, youknowriad, danielbachhuber.
See #45145.
Built from https://develop.svn.wordpress.org/trunk@44262
git-svn-id: http://core.svn.wordpress.org/trunk@44092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 16:37:00 +01:00
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "modifiers" , function ( ) { return modifiers ; } ) ;
2018-12-14 05:41:57 +01:00
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "rawShortcut" , function ( ) { return rawShortcut ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "displayShortcutList" , function ( ) { return displayShortcutList ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "displayShortcut" , function ( ) { return displayShortcut ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "shortcutAriaLabel" , function ( ) { return shortcutAriaLabel ; } ) ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "isKeyboardEvent" , function ( ) { return isKeyboardEvent ; } ) ;
/ * *
* Note : The order of the modifier keys in many of the [ foo ] Shortcut ( )
* functions in this file are intentional and should not be changed . They ' re
* designed to fit with the standard menu keyboard shortcuts shown in the
* user ' s platform .
*
* For example , on MacOS menu shortcuts will place Shift before Command , but
* on Windows Control will usually come first . So don ' t provide your own
* shortcut combos directly to keyboardShortcut ( ) .
* /
/ * *
* External dependencies
* /
/ * *
* WordPress dependencies
* /
/ * *
* Internal dependencies
* /
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for BACKSPACE key .
* /
2018-12-14 05:41:57 +01:00
var BACKSPACE = 8 ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for TAB key .
* /
2018-12-14 05:41:57 +01:00
var TAB = 9 ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for ENTER key .
* /
2018-12-14 05:41:57 +01:00
var ENTER = 13 ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for ESCAPE key .
* /
2018-12-14 05:41:57 +01:00
var ESCAPE = 27 ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for SPACE key .
* /
2018-12-14 05:41:57 +01:00
var SPACE = 32 ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for LEFT key .
* /
2018-12-14 05:41:57 +01:00
var LEFT = 37 ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for UP key .
* /
2018-12-14 05:41:57 +01:00
var UP = 38 ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for RIGHT key .
* /
2018-12-14 05:41:57 +01:00
var RIGHT = 39 ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for DOWN key .
* /
2018-12-14 05:41:57 +01:00
var DOWN = 40 ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for DELETE key .
* /
2018-12-14 05:41:57 +01:00
var DELETE = 46 ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for F10 key .
* /
2018-12-14 05:41:57 +01:00
var F10 = 121 ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for ALT key .
* /
2018-12-14 05:41:57 +01:00
var ALT = 'alt' ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for CTRL key .
* /
2019-03-07 10:09:59 +01:00
var CTRL = 'ctrl' ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for COMMAND / META key .
* /
2018-12-14 05:41:57 +01:00
var COMMAND = 'meta' ;
2019-03-21 13:48:00 +01:00
/ * *
* Keycode for SHIFT key .
* /
2018-12-14 05:41:57 +01:00
var SHIFT = 'shift' ;
2019-03-21 13:48:00 +01:00
/ * *
* Object that contains functions that return the available modifier
* depending on platform .
*
* - ` primary ` : takes a isApple function as a parameter .
* - ` primaryShift ` : takes a isApple function as a parameter .
* - ` primaryAlt ` : takes a isApple function as a parameter .
* - ` secondary ` : takes a isApple function as a parameter .
* - ` access ` : takes a isApple function as a parameter .
* - ` ctrl `
* - ` alt `
* - ` ctrlShift `
* - ` shift `
* - ` shiftAlt `
* /
2018-12-14 05:41:57 +01:00
var modifiers = {
primary : function primary ( _isApple ) {
return _isApple ( ) ? [ COMMAND ] : [ CTRL ] ;
} ,
primaryShift : function primaryShift ( _isApple ) {
return _isApple ( ) ? [ SHIFT , COMMAND ] : [ CTRL , SHIFT ] ;
} ,
primaryAlt : function primaryAlt ( _isApple ) {
return _isApple ( ) ? [ ALT , COMMAND ] : [ CTRL , ALT ] ;
} ,
secondary : function secondary ( _isApple ) {
return _isApple ( ) ? [ SHIFT , ALT , COMMAND ] : [ CTRL , SHIFT , ALT ] ;
} ,
access : function access ( _isApple ) {
return _isApple ( ) ? [ CTRL , ALT ] : [ SHIFT , ALT ] ;
} ,
ctrl : function ctrl ( ) {
return [ CTRL ] ;
} ,
2018-12-15 12:00:40 +01:00
alt : function alt ( ) {
return [ ALT ] ;
} ,
2018-12-14 05:41:57 +01:00
ctrlShift : function ctrlShift ( ) {
return [ CTRL , SHIFT ] ;
} ,
shift : function shift ( ) {
return [ SHIFT ] ;
} ,
shiftAlt : function shiftAlt ( ) {
return [ SHIFT , ALT ] ;
}
} ;
/ * *
* An object that contains functions to get raw shortcuts .
* E . g . rawShortcut . primary ( 'm' ) will return 'meta+m' on Mac .
* These are intended for user with the KeyboardShortcuts component or TinyMCE .
*
* @ type { Object } Keyed map of functions to raw shortcuts .
* /
2018-12-18 04:14:52 +01:00
var rawShortcut = Object ( external _lodash _ [ "mapValues" ] ) ( modifiers , function ( modifier ) {
2018-12-14 05:41:57 +01:00
return function ( character ) {
2018-12-18 04:14:52 +01:00
var _isApple = arguments . length > 1 && arguments [ 1 ] !== undefined ? arguments [ 1 ] : isAppleOS ;
2018-12-14 05:41:57 +01:00
2019-03-07 10:09:59 +01:00
return [ ] . concat ( Object ( toConsumableArray [ "a" /* default */ ] ) ( modifier ( _isApple ) ) , [ character . toLowerCase ( ) ] ) . join ( '+' ) ;
2018-12-14 05:41:57 +01:00
} ;
} ) ;
/ * *
* Return an array of the parts of a keyboard shortcut chord for display
* E . g displayShortcutList . primary ( 'm' ) will return [ '⌘' , 'M' ] on Mac .
*
* @ type { Object } keyed map of functions to shortcut sequences
* /
2018-12-18 04:14:52 +01:00
var displayShortcutList = Object ( external _lodash _ [ "mapValues" ] ) ( modifiers , function ( modifier ) {
2018-12-14 05:41:57 +01:00
return function ( character ) {
var _replacementKeyMap ;
2018-12-18 04:14:52 +01:00
var _isApple = arguments . length > 1 && arguments [ 1 ] !== undefined ? arguments [ 1 ] : isAppleOS ;
2018-12-14 05:41:57 +01:00
var isApple = _isApple ( ) ;
2018-12-18 04:14:52 +01:00
var replacementKeyMap = ( _replacementKeyMap = { } , Object ( defineProperty [ "a" /* default */ ] ) ( _replacementKeyMap , ALT , isApple ? '⌥' : 'Alt' ) , Object ( defineProperty [ "a" /* default */ ] ) ( _replacementKeyMap , CTRL , isApple ? '^' : 'Ctrl' ) , Object ( defineProperty [ "a" /* default */ ] ) ( _replacementKeyMap , COMMAND , '⌘' ) , Object ( defineProperty [ "a" /* default */ ] ) ( _replacementKeyMap , SHIFT , isApple ? '⇧' : 'Shift' ) , _replacementKeyMap ) ;
2018-12-14 05:41:57 +01:00
var modifierKeys = modifier ( _isApple ) . reduce ( function ( accumulator , key ) {
2018-12-18 04:14:52 +01:00
var replacementKey = Object ( external _lodash _ [ "get" ] ) ( replacementKeyMap , key , key ) ; // If on the Mac, adhere to platform convention and don't show plus between keys.
2018-12-14 05:41:57 +01:00
if ( isApple ) {
2019-03-07 10:09:59 +01:00
return [ ] . concat ( Object ( toConsumableArray [ "a" /* default */ ] ) ( accumulator ) , [ replacementKey ] ) ;
2018-12-14 05:41:57 +01:00
}
2019-03-07 10:09:59 +01:00
return [ ] . concat ( Object ( toConsumableArray [ "a" /* default */ ] ) ( accumulator ) , [ replacementKey , '+' ] ) ;
2018-12-14 05:41:57 +01:00
} , [ ] ) ;
2018-12-18 04:14:52 +01:00
var capitalizedCharacter = Object ( external _lodash _ [ "capitalize" ] ) ( character ) ;
2019-03-07 10:09:59 +01:00
return [ ] . concat ( Object ( toConsumableArray [ "a" /* default */ ] ) ( modifierKeys ) , [ capitalizedCharacter ] ) ;
2018-12-14 05:41:57 +01:00
} ;
} ) ;
/ * *
* An object that contains functions to display shortcuts .
* E . g . displayShortcut . primary ( 'm' ) will return '⌘M' on Mac .
*
* @ type { Object } Keyed map of functions to display shortcuts .
* /
2018-12-18 04:14:52 +01:00
var displayShortcut = Object ( external _lodash _ [ "mapValues" ] ) ( displayShortcutList , function ( shortcutList ) {
2018-12-14 05:41:57 +01:00
return function ( character ) {
2018-12-18 04:14:52 +01:00
var _isApple = arguments . length > 1 && arguments [ 1 ] !== undefined ? arguments [ 1 ] : isAppleOS ;
2018-12-14 05:41:57 +01:00
return shortcutList ( character , _isApple ) . join ( '' ) ;
} ;
} ) ;
/ * *
* An object that contains functions to return an aria label for a keyboard shortcut .
* E . g . shortcutAriaLabel . primary ( '.' ) will return 'Command + Period' on Mac .
* /
2018-12-18 04:14:52 +01:00
var shortcutAriaLabel = Object ( external _lodash _ [ "mapValues" ] ) ( modifiers , function ( modifier ) {
2018-12-14 05:41:57 +01:00
return function ( character ) {
var _replacementKeyMap2 ;
2018-12-18 04:14:52 +01:00
var _isApple = arguments . length > 1 && arguments [ 1 ] !== undefined ? arguments [ 1 ] : isAppleOS ;
2018-12-14 05:41:57 +01:00
var isApple = _isApple ( ) ;
2018-12-18 04:14:52 +01:00
var replacementKeyMap = ( _replacementKeyMap2 = { } , Object ( defineProperty [ "a" /* default */ ] ) ( _replacementKeyMap2 , SHIFT , 'Shift' ) , Object ( defineProperty [ "a" /* default */ ] ) ( _replacementKeyMap2 , COMMAND , isApple ? 'Command' : 'Control' ) , Object ( defineProperty [ "a" /* default */ ] ) ( _replacementKeyMap2 , CTRL , 'Control' ) , Object ( defineProperty [ "a" /* default */ ] ) ( _replacementKeyMap2 , ALT , isApple ? 'Option' : 'Alt' ) , Object ( defineProperty [ "a" /* default */ ] ) ( _replacementKeyMap2 , ',' , Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Comma' ) ) , Object ( defineProperty [ "a" /* default */ ] ) ( _replacementKeyMap2 , '.' , Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Period' ) ) , Object ( defineProperty [ "a" /* default */ ] ) ( _replacementKeyMap2 , '`' , Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Backtick' ) ) , _replacementKeyMap2 ) ;
2019-03-07 10:09:59 +01:00
return [ ] . concat ( Object ( toConsumableArray [ "a" /* default */ ] ) ( modifier ( _isApple ) ) , [ character ] ) . map ( function ( key ) {
2018-12-18 04:14:52 +01:00
return Object ( external _lodash _ [ "capitalize" ] ) ( Object ( external _lodash _ [ "get" ] ) ( replacementKeyMap , key , key ) ) ;
2018-12-14 05:41:57 +01:00
} ) . join ( isApple ? ' ' : ' + ' ) ;
} ;
} ) ;
/ * *
* An object that contains functions to check if a keyboard event matches a
* predefined shortcut combination .
* E . g . isKeyboardEvent . primary ( event , 'm' ) will return true if the event
* signals pressing ⌘ M .
*
* @ type { Object } Keyed map of functions to match events .
* /
2018-12-18 04:14:52 +01:00
var isKeyboardEvent = Object ( external _lodash _ [ "mapValues" ] ) ( modifiers , function ( getModifiers ) {
2018-12-14 05:41:57 +01:00
return function ( event , character ) {
2018-12-18 04:14:52 +01:00
var _isApple = arguments . length > 2 && arguments [ 2 ] !== undefined ? arguments [ 2 ] : isAppleOS ;
2018-12-14 05:41:57 +01:00
var mods = getModifiers ( _isApple ) ;
if ( ! mods . every ( function ( key ) {
return event [ "" . concat ( key , "Key" ) ] ;
} ) ) {
return false ;
}
if ( ! character ) {
2018-12-18 04:14:52 +01:00
return Object ( external _lodash _ [ "includes" ] ) ( mods , event . key . toLowerCase ( ) ) ;
2018-12-14 05:41:57 +01:00
}
return event . key === character ;
} ;
} ) ;
/***/ } )
2018-12-18 04:14:52 +01:00
/******/ } ) ;