UNPKG

@angular2-material/core

Version:
1 lines 909 B
{"version":3,"sources":["core/keyboard/keycodes.ts"],"names":[],"mappings":"AACA,8FAA8F;AAC9F,+FAA+F;AAC/F,uDAAuD;AACvD,sDAAsD;AAEtD,OAAO,IAAM,QAAQ,GAAG,EAAE,CAAC;AAC3B,OAAO,IAAM,UAAU,GAAG,EAAE,CAAC;AAC7B,OAAO,IAAM,WAAW,GAAG,EAAE,CAAC;AAC9B,OAAO,IAAM,UAAU,GAAG,EAAE,CAAC;AAE7B,OAAO,IAAM,KAAK,GAAG,EAAE,CAAC;AACxB,OAAO,IAAM,GAAG,GAAG,CAAC,CAAC","file":"core/keyboard/keycodes.js","sourcesContent":["\n// Due to a bug in the ChromeDriver, Angular 2 keyboard events are not triggered by `sendKeys`\n// during E2E tests when using dot notation such as `(keydown.rightArrow)`. To get around this,\n// we are temporarily using a single (keydown) handler.\n// See: https://github.com/angular/angular/issues/9419\n\nexport const UP_ARROW = 38;\nexport const DOWN_ARROW = 40;\nexport const RIGHT_ARROW = 39;\nexport const LEFT_ARROW = 37;\n\nexport const ENTER = 13;\nexport const TAB = 9;\n"],"sourceRoot":"/source/"}