Revert early Select periphery code.
This commit is contained in:
parent
f7825eabe4
commit
e31d3b0578
14 changed files with 75 additions and 214 deletions
94
package-lock.json
generated
94
package-lock.json
generated
|
@ -52,9 +52,9 @@
|
|||
}
|
||||
},
|
||||
"acorn": {
|
||||
"version": "5.5.0",
|
||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-5.5.0.tgz",
|
||||
"integrity": "sha512-arn53F07VXmls4o4pUhSzBa4fvaagPRe7AVZ8l7NHxFWUie2DsuFSBMMNAkgzRlOhEhzAnxeKyaWVzOH4xqp/g==",
|
||||
"version": "5.5.1",
|
||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-5.5.1.tgz",
|
||||
"integrity": "sha512-D/KGiCpM/VOtTMDS+wfjywEth926WUrArrzYov4N4SI7t+3y8747dPpCmmAvrm/Z3ygqMHnyPxvYYO0yTdn/nQ==",
|
||||
"dev": true
|
||||
},
|
||||
"acorn-dynamic-import": {
|
||||
|
@ -463,7 +463,7 @@
|
|||
"babel-register": "6.26.0",
|
||||
"babel-runtime": "6.26.0",
|
||||
"chokidar": "1.7.0",
|
||||
"commander": "2.14.1",
|
||||
"commander": "2.15.0",
|
||||
"convert-source-map": "1.5.1",
|
||||
"fs-readdir-recursive": "1.1.0",
|
||||
"glob": "7.1.2",
|
||||
|
@ -673,9 +673,9 @@
|
|||
}
|
||||
},
|
||||
"babel-loader": {
|
||||
"version": "7.1.3",
|
||||
"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.3.tgz",
|
||||
"integrity": "sha512-PeN29YvOynPMvNk7QCzsHqxpmfXwKAC+uxkiSNFQsmXBBVltzEkVWmv/Ip3tx7yk149dQUwk497bTXNu+DZjLA==",
|
||||
"version": "7.1.4",
|
||||
"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.4.tgz",
|
||||
"integrity": "sha512-/hbyEvPzBJuGpk9o80R0ZyTej6heEOr59GoEUtn8qFKbnx4cJm9FWES6J/iv644sYgrtVw9JJQkjaLW/bqb5gw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"find-cache-dir": "1.0.0",
|
||||
|
@ -1967,9 +1967,9 @@
|
|||
}
|
||||
},
|
||||
"clean-css": {
|
||||
"version": "4.1.10",
|
||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.10.tgz",
|
||||
"integrity": "sha1-PfwsJWnV8DwUtB2HWtm8yuCcuJ4=",
|
||||
"version": "4.1.11",
|
||||
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz",
|
||||
"integrity": "sha1-Ls3xRaujj1R0DybO/Q/z4D4SXWo=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"source-map": "0.5.7"
|
||||
|
@ -2129,9 +2129,9 @@
|
|||
}
|
||||
},
|
||||
"commander": {
|
||||
"version": "2.14.1",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-2.14.1.tgz",
|
||||
"integrity": "sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw==",
|
||||
"version": "2.15.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-2.15.0.tgz",
|
||||
"integrity": "sha512-7B1ilBwtYSbetCgTY1NJFg+gVpestg0fdA1MhC1Vs4ssyfSXnCAjFr+QcQM9/RedXC0EaUx1sG8Smgw2VfgKEg==",
|
||||
"dev": true
|
||||
},
|
||||
"commondir": {
|
||||
|
@ -2744,6 +2744,7 @@
|
|||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz",
|
||||
"integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"foreach": "2.0.5",
|
||||
"object-keys": "1.0.11"
|
||||
|
@ -3254,6 +3255,7 @@
|
|||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.10.0.tgz",
|
||||
"integrity": "sha512-/uh/DhdqIOSkAWifU+8nG78vlQxdLckUdI/sPgy0VhuXi2qJ7T8czBmqIYtLQVpCIFYafChnsRsB5pyb1JdmCQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"es-to-primitive": "1.1.1",
|
||||
"function-bind": "1.1.1",
|
||||
|
@ -3266,6 +3268,7 @@
|
|||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz",
|
||||
"integrity": "sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"is-callable": "1.1.3",
|
||||
"is-date-object": "1.0.1",
|
||||
|
@ -3499,7 +3502,7 @@
|
|||
"integrity": "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"acorn": "5.5.0",
|
||||
"acorn": "5.5.1",
|
||||
"acorn-jsx": "3.0.1"
|
||||
}
|
||||
},
|
||||
|
@ -4398,7 +4401,8 @@
|
|||
"foreach": {
|
||||
"version": "2.0.5",
|
||||
"resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
|
||||
"integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k="
|
||||
"integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=",
|
||||
"dev": true
|
||||
},
|
||||
"forever-agent": {
|
||||
"version": "0.6.1",
|
||||
|
@ -5410,7 +5414,8 @@
|
|||
"function-bind": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
|
||||
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
|
||||
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
|
||||
"dev": true
|
||||
},
|
||||
"gaze": {
|
||||
"version": "0.5.2",
|
||||
|
@ -5792,7 +5797,7 @@
|
|||
"integrity": "sha1-KuSBCf6DzMln/1rVPARJSaSGOzY=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"clean-css": "4.1.10",
|
||||
"clean-css": "4.1.11",
|
||||
"gulp-util": "3.0.8",
|
||||
"object-assign": "4.1.1",
|
||||
"through2": "2.0.3",
|
||||
|
@ -5934,6 +5939,7 @@
|
|||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/has/-/has-1.0.1.tgz",
|
||||
"integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"function-bind": "1.1.1"
|
||||
}
|
||||
|
@ -6136,9 +6142,9 @@
|
|||
}
|
||||
},
|
||||
"hosted-git-info": {
|
||||
"version": "2.5.0",
|
||||
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz",
|
||||
"integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==",
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.6.0.tgz",
|
||||
"integrity": "sha512-lIbgIIQA3lz5XaB6vxakj6sDHADJiZadYEJB+FgA+C4nubM1NwcuvUr9EJPmnH1skZqpqUzWborWo8EIUi0Sdw==",
|
||||
"dev": true
|
||||
},
|
||||
"hpack.js": {
|
||||
|
@ -6198,7 +6204,7 @@
|
|||
"dev": true,
|
||||
"requires": {
|
||||
"camel-case": "3.0.0",
|
||||
"clean-css": "4.1.10",
|
||||
"clean-css": "4.1.11",
|
||||
"commander": "2.14.1",
|
||||
"he": "1.1.1",
|
||||
"ncname": "1.0.0",
|
||||
|
@ -6207,6 +6213,12 @@
|
|||
"uglify-js": "3.3.13"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": {
|
||||
"version": "2.14.1",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-2.14.1.tgz",
|
||||
"integrity": "sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw==",
|
||||
"dev": true
|
||||
},
|
||||
"source-map": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
||||
|
@ -6280,9 +6292,9 @@
|
|||
}
|
||||
},
|
||||
"http-parser-js": {
|
||||
"version": "0.4.10",
|
||||
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.10.tgz",
|
||||
"integrity": "sha1-ksnBN0w1CF912zWexWzCV8u5P6Q=",
|
||||
"version": "0.4.11",
|
||||
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.11.tgz",
|
||||
"integrity": "sha512-QCR5O2AjjMW8Mo4HyI1ctFcv+O99j/0g367V3YoVnrNw5hkDvAWZD0lWGcc+F4yN3V55USPCVix4efb75HxFfA==",
|
||||
"dev": true
|
||||
},
|
||||
"http-proxy": {
|
||||
|
@ -6636,7 +6648,8 @@
|
|||
"is-callable": {
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.3.tgz",
|
||||
"integrity": "sha1-hut1OSgF3cM69xySoO7fdO52BLI="
|
||||
"integrity": "sha1-hut1OSgF3cM69xySoO7fdO52BLI=",
|
||||
"dev": true
|
||||
},
|
||||
"is-data-descriptor": {
|
||||
"version": "1.0.0",
|
||||
|
@ -6658,7 +6671,8 @@
|
|||
"is-date-object": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
|
||||
"integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY="
|
||||
"integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=",
|
||||
"dev": true
|
||||
},
|
||||
"is-descriptor": {
|
||||
"version": "1.0.2",
|
||||
|
@ -6862,6 +6876,7 @@
|
|||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
|
||||
"integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"has": "1.0.1"
|
||||
}
|
||||
|
@ -6899,7 +6914,8 @@
|
|||
"is-symbol": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz",
|
||||
"integrity": "sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI="
|
||||
"integrity": "sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI=",
|
||||
"dev": true
|
||||
},
|
||||
"is-typedarray": {
|
||||
"version": "1.0.0",
|
||||
|
@ -8421,7 +8437,7 @@
|
|||
"integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"hosted-git-info": "2.5.0",
|
||||
"hosted-git-info": "2.6.0",
|
||||
"is-builtin-module": "1.0.0",
|
||||
"semver": "5.5.0",
|
||||
"validate-npm-package-license": "3.0.3"
|
||||
|
@ -8571,7 +8587,8 @@
|
|||
"object-keys": {
|
||||
"version": "1.0.11",
|
||||
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz",
|
||||
"integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0="
|
||||
"integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0=",
|
||||
"dev": true
|
||||
},
|
||||
"object-visit": {
|
||||
"version": "1.0.1",
|
||||
|
@ -10321,16 +10338,6 @@
|
|||
"safe-regex": "1.1.0"
|
||||
}
|
||||
},
|
||||
"regexp.escape": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/regexp.escape/-/regexp.escape-1.0.2.tgz",
|
||||
"integrity": "sha1-vLtv/pSQrYG5726WcqGPKgG6QaA=",
|
||||
"requires": {
|
||||
"define-properties": "1.1.2",
|
||||
"es-abstract": "1.10.0",
|
||||
"function-bind": "1.1.1"
|
||||
}
|
||||
},
|
||||
"regexpu-core": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz",
|
||||
|
@ -12506,11 +12513,6 @@
|
|||
"integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==",
|
||||
"dev": true
|
||||
},
|
||||
"v-click-outside-x": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/v-click-outside-x/-/v-click-outside-x-2.0.0.tgz",
|
||||
"integrity": "sha512-EDT3lcAObcC/1xBy8mbnwsP3UGmpxyOIFmteglGqRsAatmwsZnKOajbUIAzKESSXzjQhtfmAcIv5FEQqNg657Q=="
|
||||
},
|
||||
"v8flags": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz",
|
||||
|
@ -13309,7 +13311,7 @@
|
|||
"integrity": "sha512-3kOFejWqj5ISpJk4Qj/V7w98h9Vl52wak3CLiw/cDOfbVTq7FeoZ0SdoHHY9PYlHr50ZS42OfvzE2vB4nncKQg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"acorn": "5.5.0",
|
||||
"acorn": "5.5.1",
|
||||
"acorn-dynamic-import": "2.0.2",
|
||||
"ajv": "6.2.1",
|
||||
"ajv-keywords": "3.1.0",
|
||||
|
@ -14065,7 +14067,7 @@
|
|||
"integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"http-parser-js": "0.4.10",
|
||||
"http-parser-js": "0.4.11",
|
||||
"websocket-extensions": "0.1.3"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -46,9 +46,7 @@
|
|||
"js-calendar": "^1.2.3",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"popper.js": "^0.6.4",
|
||||
"regexp.escape": "^1.0.2",
|
||||
"tinycolor2": "^1.4.1",
|
||||
"v-click-outside-x": "^2.0.0"
|
||||
"tinycolor2": "^1.4.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^2.5.2"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
export default 'FormItem';
|
|
@ -1 +0,0 @@
|
|||
export default 'iForm';
|
|
@ -1 +0,0 @@
|
|||
export default 'Drop';
|
|
@ -1 +0,0 @@
|
|||
export default 'OptionGroup';
|
|
@ -1 +0,0 @@
|
|||
export default 'iOption';
|
|
@ -1 +0,0 @@
|
|||
export default 'iSelect';
|
|
@ -321,5 +321,3 @@ export function setMatchMedia () {
|
|||
window.matchMedia = window.matchMedia || matchMediaPolyfill;
|
||||
}
|
||||
}
|
||||
|
||||
export const kebabJoin = (...args) => args.map(arg => `${arg}`).join('-');
|
||||
|
|
|
@ -1,53 +0,0 @@
|
|||
export const ARROW = 'arrow';
|
||||
export const APPEND = 'append';
|
||||
export const AUTO = 'auto';
|
||||
export const BODY = 'body';
|
||||
export const BOTTOM = 'bottom';
|
||||
export const CHANGE = 'change';
|
||||
export const CLEAR = 'clear';
|
||||
export const CLOSE = 'close';
|
||||
export const COMPLETE = 'complete';
|
||||
export const DEFAULT = 'default';
|
||||
export const DESTROY = 'destroy';
|
||||
export const DISABLED = 'disabled';
|
||||
export const DOWN = 'down';
|
||||
export const DROPDOWN = 'dropdown';
|
||||
export const EMPTY_STRING = '';
|
||||
export const FOCUS = 'focus';
|
||||
export const FOCUSED = 'focused';
|
||||
export const FORM = 'form';
|
||||
export const FOUND = 'found';
|
||||
export const GROUP = 'group';
|
||||
export const INPUT = 'input';
|
||||
export const ITEM = 'item';
|
||||
export const IVU = 'ivu';
|
||||
export const LARGE = 'large';
|
||||
export const LIST = 'list';
|
||||
export const LOADING = 'loading';
|
||||
export const MULTIPLE = 'multiple';
|
||||
export const NEXT = 'next';
|
||||
export const NONE = 'none';
|
||||
export const NOT = 'not';
|
||||
export const ON = 'on';
|
||||
export const PLACEHOLDER = 'placeholder';
|
||||
export const POPPER = 'popper';
|
||||
export const PREV = 'prev';
|
||||
export const QUERY = 'query';
|
||||
export const REMOVE = 'remove';
|
||||
export const SELECT = 'select';
|
||||
export const SELECTED = 'selected';
|
||||
export const SELECTION = 'selection';
|
||||
export const SHOW = 'show';
|
||||
export const SINGLE = 'single';
|
||||
export const SLIDE = 'slide';
|
||||
export const SMALL = 'small';
|
||||
export const START = 'start';
|
||||
export const TITLE = 'title';
|
||||
export const TOP = 'top';
|
||||
export const TRANSFER = 'transfer';
|
||||
export const UP = 'up';
|
||||
export const UPDATE = 'update';
|
||||
export const VALUE = 'value';
|
||||
export const VISIBLE = 'visible';
|
||||
export const WIDTH = 'width';
|
||||
export const WRAP = 'wrap';
|
|
@ -1,40 +0,0 @@
|
|||
import {
|
||||
BOTTOM,
|
||||
DEFAULT,
|
||||
LARGE,
|
||||
SMALL,
|
||||
TOP
|
||||
} from './constants';
|
||||
import {
|
||||
ALT,
|
||||
ARROWLEFT,
|
||||
ARROWRIGHT,
|
||||
CAPSLOCK,
|
||||
CONTROL,
|
||||
ENTER,
|
||||
META,
|
||||
SHIFT,
|
||||
TAB,
|
||||
} from './kbEventKeys';
|
||||
|
||||
export const PLACEMENT_LIST = Object.freeze([BOTTOM, TOP]);
|
||||
export const PLACEMENT_MAP = Object.freeze({
|
||||
[BOTTOM]: TOP,
|
||||
[TOP]: BOTTOM,
|
||||
});
|
||||
|
||||
export const SMALL_LARGE_DEFAULT_LIST = Object.freeze([SMALL, LARGE, DEFAULT]);
|
||||
export const STRING_NUMBER_LIST = Object.freeze([String, Number]);
|
||||
export const STRING_NUMBER_ARRAY_LIST = Object.freeze([String, Number, Array]);
|
||||
|
||||
export const IGNORE_KEY_LIST = Object.freeze([
|
||||
ALT,
|
||||
ARROWLEFT,
|
||||
ARROWRIGHT,
|
||||
CAPSLOCK,
|
||||
CONTROL,
|
||||
ENTER,
|
||||
META,
|
||||
SHIFT,
|
||||
TAB,
|
||||
]);
|
|
@ -1,27 +0,0 @@
|
|||
import {
|
||||
APPEND,
|
||||
CHANGE,
|
||||
CLOSE,
|
||||
DESTROY,
|
||||
FORM,
|
||||
ON,
|
||||
POPPER,
|
||||
QUERY,
|
||||
REMOVE,
|
||||
SELECT,
|
||||
SELECTED,
|
||||
UPDATE,
|
||||
} from './constants';
|
||||
import {
|
||||
kebabJoin,
|
||||
} from './assist';
|
||||
|
||||
export const EVENT_APPEND = kebabJoin(APPEND);
|
||||
export const EVENT_ON_CHANGE = kebabJoin(ON, CHANGE);
|
||||
export const EVENT_ON_DESTROY_POPPER = kebabJoin(ON, DESTROY, POPPER);
|
||||
export const EVENT_ON_FORM_CHANGE = kebabJoin(ON, FORM, CHANGE);
|
||||
export const EVENT_ON_QUERY_CHANGE = kebabJoin(ON, QUERY, CHANGE);
|
||||
export const EVENT_ON_SELECT_CLOSE = kebabJoin(ON, SELECT, CLOSE);
|
||||
export const EVENT_ON_SELECT_SELECTED = kebabJoin(ON, SELECT, SELECTED);
|
||||
export const EVENT_ON_UPDATE_POPPER = kebabJoin(ON, UPDATE, POPPER);
|
||||
export const EVENT_REMOVE = kebabJoin(REMOVE);
|
|
@ -1,9 +0,0 @@
|
|||
export const ALT = 'Alt';
|
||||
export const ARROWLEFT = 'ArrowLeft';
|
||||
export const ARROWRIGHT = 'ArrowRight';
|
||||
export const CAPSLOCK = 'CapsLock';
|
||||
export const CONTROL = 'Control';
|
||||
export const ENTER = 'Enter';
|
||||
export const META = 'Meta';
|
||||
export const SHIFT = 'Shift';
|
||||
export const TAB = 'Tab';
|
54
yarn.lock
54
yarn.lock
|
@ -70,8 +70,8 @@ acorn@^4.0.3:
|
|||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"
|
||||
|
||||
acorn@^5.0.0, acorn@^5.5.0:
|
||||
version "5.5.0"
|
||||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.0.tgz#1abb587fbf051f94e3de20e6b26ef910b1828298"
|
||||
version "5.5.1"
|
||||
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.1.tgz#84e05a9ea0acbe131227da50301e62464dc9c1d8"
|
||||
|
||||
after@0.8.2:
|
||||
version "0.8.2"
|
||||
|
@ -576,8 +576,8 @@ babel-helpers@^6.24.1:
|
|||
babel-template "^6.24.1"
|
||||
|
||||
babel-loader@^7.1.3:
|
||||
version "7.1.3"
|
||||
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.3.tgz#ff5b440da716e9153abb946251a9ab7670037b16"
|
||||
version "7.1.4"
|
||||
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.4.tgz#e3463938bd4e6d55d1c174c5485d406a188ed015"
|
||||
dependencies:
|
||||
find-cache-dir "^1.0.0"
|
||||
loader-utils "^1.0.2"
|
||||
|
@ -1483,8 +1483,8 @@ clean-css@3.4.x:
|
|||
source-map "0.4.x"
|
||||
|
||||
clean-css@4.1.x, clean-css@^4.0.4:
|
||||
version "4.1.10"
|
||||
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.10.tgz#3dfc2c2569d5f03c14b41d875ad9bccae09cb89e"
|
||||
version "4.1.11"
|
||||
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.1.11.tgz#2ecdf145aba38f54740f26cefd0ff3e03e125d6a"
|
||||
dependencies:
|
||||
source-map "0.5.x"
|
||||
|
||||
|
@ -1611,7 +1611,7 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
|
|||
dependencies:
|
||||
delayed-stream "~1.0.0"
|
||||
|
||||
commander@2.14.x, commander@^2.11.0, commander@~2.14.1:
|
||||
commander@2.14.x, commander@~2.14.1:
|
||||
version "2.14.1"
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa"
|
||||
|
||||
|
@ -1627,6 +1627,10 @@ commander@2.9.0, commander@2.9.x:
|
|||
dependencies:
|
||||
graceful-readlink ">= 1.0.0"
|
||||
|
||||
commander@^2.11.0:
|
||||
version "2.15.0"
|
||||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.0.tgz#ad2a23a1c3b036e392469b8012cec6b33b4c1322"
|
||||
|
||||
commondir@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
|
||||
|
@ -2061,7 +2065,7 @@ defaults@^1.0.0:
|
|||
dependencies:
|
||||
clone "^1.0.2"
|
||||
|
||||
define-properties@^1.1.1, define-properties@^1.1.2:
|
||||
define-properties@^1.1.2:
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.2.tgz#83a73f2fea569898fb737193c8f873caf6d45c94"
|
||||
dependencies:
|
||||
|
@ -2425,7 +2429,7 @@ error-stack-parser@^2.0.0:
|
|||
dependencies:
|
||||
stackframe "^1.0.3"
|
||||
|
||||
es-abstract@^1.2.1, es-abstract@^1.7.0:
|
||||
es-abstract@^1.7.0:
|
||||
version "1.10.0"
|
||||
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.10.0.tgz#1ecb36c197842a00d8ee4c2dfd8646bb97d60864"
|
||||
dependencies:
|
||||
|
@ -3592,8 +3596,8 @@ homedir-polyfill@^1.0.1:
|
|||
parse-passwd "^1.0.0"
|
||||
|
||||
hosted-git-info@^2.1.4:
|
||||
version "2.5.0"
|
||||
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"
|
||||
version "2.6.0"
|
||||
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.6.0.tgz#23235b29ab230c576aab0d4f13fc046b0b038222"
|
||||
|
||||
hpack.js@^2.1.6:
|
||||
version "2.1.6"
|
||||
|
@ -3692,8 +3696,8 @@ http-errors@1.6.2, http-errors@~1.6.2:
|
|||
statuses ">= 1.3.1 < 2"
|
||||
|
||||
http-parser-js@>=0.4.0:
|
||||
version "0.4.10"
|
||||
resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.10.tgz#92c9c1374c35085f75db359ec56cc257cbb93fa4"
|
||||
version "0.4.11"
|
||||
resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.11.tgz#5b720849c650903c27e521633d94696ee95f3529"
|
||||
|
||||
http-proxy-middleware@~0.17.4:
|
||||
version "0.17.4"
|
||||
|
@ -6270,14 +6274,6 @@ regex-not@^1.0.0, regex-not@^1.0.2:
|
|||
extend-shallow "^3.0.2"
|
||||
safe-regex "^1.1.0"
|
||||
|
||||
regexp.escape@^1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/regexp.escape/-/regexp.escape-1.0.2.tgz#bcbb6ffe9490ad81b9ef6e9672a18f2a01ba41a0"
|
||||
dependencies:
|
||||
define-properties "^1.1.1"
|
||||
es-abstract "^1.2.1"
|
||||
function-bind "^1.0.2"
|
||||
|
||||
regexpu-core@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
|
||||
|
@ -6997,9 +6993,9 @@ string-width@^2.0.0:
|
|||
is-fullwidth-code-point "^2.0.0"
|
||||
strip-ansi "^4.0.0"
|
||||
|
||||
string_decoder@^1.0.0, string_decoder@~1.0.3:
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"
|
||||
string_decoder@^1.0.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.0.tgz#384f322ee8a848e500effde99901bba849c5d403"
|
||||
dependencies:
|
||||
safe-buffer "~5.1.0"
|
||||
|
||||
|
@ -7007,6 +7003,12 @@ string_decoder@~0.10.x:
|
|||
version "0.10.31"
|
||||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
|
||||
|
||||
string_decoder@~1.0.3:
|
||||
version "1.0.3"
|
||||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"
|
||||
dependencies:
|
||||
safe-buffer "~5.1.0"
|
||||
|
||||
stringstream@~0.0.4:
|
||||
version "0.0.5"
|
||||
resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878"
|
||||
|
@ -7525,10 +7527,6 @@ uuid@^3.0.0, uuid@^3.0.1:
|
|||
version "3.2.1"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"
|
||||
|
||||
v-click-outside-x@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/v-click-outside-x/-/v-click-outside-x-2.0.0.tgz#5fe7dfca255d4153b568f9b4b2993889e6b3da01"
|
||||
|
||||
v8flags@^2.0.2, v8flags@^2.1.1:
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.1.1.tgz#aab1a1fa30d45f88dd321148875ac02c0b55e5b4"
|
||||
|
|
Loading…
Add table
Reference in a new issue