Latest updates from IceHrmPro
This commit is contained in:
11
web/node_modules/rc-pagination/es/KeyCode.js
generated
vendored
Normal file
11
web/node_modules/rc-pagination/es/KeyCode.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
ZERO: 48,
|
||||
NINE: 57,
|
||||
NUMPAD_ZERO: 96,
|
||||
NUMPAD_NINE: 105,
|
||||
BACKSPACE: 8,
|
||||
DELETE: 46,
|
||||
ENTER: 13,
|
||||
ARROW_UP: 38,
|
||||
ARROW_DOWN: 40
|
||||
};
|
||||
Reference in New Issue
Block a user