Sergio Crisostomo
c10c5aae55
Prevent clicking in week number label
2018-02-27 08:35:28 +01:00
Aresn
0fce118ef2
Merge pull request #3053 from Xotic750/reusable_enums
...
Common enums used in the project -DRY
2018-02-26 17:49:33 +08:00
Aresn
448fe88457
Merge pull request #3054 from Xotic750/event_name_constants
...
Common event name constants, used by $emit and $on - DRY
2018-02-26 17:45:26 +08:00
Aresn
7b71778db2
Merge pull request #3051 from Xotic750/utility_kabab_join
...
Kebab join utility for composing reusable constants from smaller parts
2018-02-26 17:23:34 +08:00
Aresn
c883f660a9
Merge pull request #3052 from Xotic750/composable_constants
...
Composable constants that are common in the project - DRY
2018-02-26 17:20:18 +08:00
Aresn
966f06ca16
Merge pull request #3050 from Xotic750/constants_event_keys
...
Keyboard event key constants
2018-02-26 17:12:57 +08:00
Aresn
1b639c0a19
Merge pull request #3048 from Xotic750/add_select_examples
...
Add select examples from the docs for rework of the select component
2018-02-26 17:10:44 +08:00
Aresn
ebb3915977
Merge pull request #3047 from Xotic750/use_babel_polyfill_in_examples
...
Use babel-polyfill for testing examples
2018-02-26 17:09:23 +08:00
Aresn
4c38183edd
Merge pull request #3046 from Xotic750/use_regexp_escape_proposal
...
Use RegExp.escape proposal library for user input
2018-02-26 17:00:12 +08:00
Aresn
0a5031ff4c
Merge pull request #3045 from Xotic750/fix_eslint_config_globals_recognition
...
Fix: CommonJS global variables and CommonJS scoping (use this for bro…
2018-02-26 16:52:09 +08:00
Aresn
ba1bd4e0e2
Merge pull request #3044 from Xotic750/fix_editor_config
...
Fix: Project is using 4 spaces but editor config is wrong when user e…
2018-02-26 16:50:59 +08:00
Graham Fairweather
9c6dbcdcc4
Common event name constants, used by $emit and $on - DRY
...
This is not all of them, just those found during the select rework
2018-02-26 09:01:03 +01:00
Graham Fairweather
16bfce1652
Common enums used in the project -DRY
...
This is not all of them, just those found during the select rework.
2018-02-26 08:58:50 +01:00
Graham Fairweather
20eddc614d
Composable contants that are common in the project - DRY
...
This is not all of them, just those that were found during the select rework.
2018-02-26 08:56:03 +01:00
Graham Fairweather
04991c13a6
Kebab join utility for composing reuseable contants from smaller parts
2018-02-26 08:53:24 +01:00
Graham Fairweather
f5671911bb
Keyboard event key contants
2018-02-26 08:51:04 +01:00
Graham Fairweather
59aac107d0
Add select examples from the docs for rework of the select component
2018-02-26 08:35:42 +01:00
Graham Fairweather
c4c85f23ed
Use babel-polyfill for testing examples
...
(Polyfill) This is required when developing with older browser i.e. IE11.
The locale change is because it is really difficult for non-chinese reading/speaking developers to understand what they are seeing on the page when developing this project.
2018-02-26 08:32:56 +01:00
Graham Fairweather
ac63ff47c8
Use RegExp.escape proposal library for user input
...
https://github.com/benjamingr/RegExp.escape
This just installs the library for use with components in future, i.e. select rework
2018-02-26 08:28:39 +01:00
Graham Fairweather
5380e8c570
Fix: CommonJS global variables and CommonJS scoping (use this for browser-only code that uses Browserify/WebPack).
2018-02-26 08:23:15 +01:00
Graham Fairweather
0f8e808944
Fix: Project is using 4 spaces but editor config is wrong when user env is 2 spaces.
2018-02-26 08:18:49 +01:00
Aresn
899ad697b0
Merge pull request #3043 from iview/pr/3027
...
Pr/3027
2018-02-26 12:03:09 +08:00
梁灏
5cb6ce9e52
Slider add Tooltip show when focus with keyboard
2018-02-26 11:59:25 +08:00
梁灏
a8afe010d9
update Avatar demo
2018-02-26 10:15:56 +08:00
Aresn
f4174ccd1b
Merge pull request #3040 from daiyanze/Fix/avatar_center
...
[Bug Fix] Avatar's slot content not being center after update
2018-02-26 10:13:24 +08:00
Aresn
7600961f69
Merge pull request #3029 from SergioCrisostomo/fix-datepicker-output
...
Pass correct arguments to `on-change` callback
2018-02-26 09:54:40 +08:00
Aresn
21135d1058
Merge pull request #3039 from d4rth0nyx/patch-1
...
Create el-GR.js
2018-02-26 09:52:45 +08:00
daiyanze
a4a202e395
update avatar slot offsetWidth while data changes
2018-02-21 15:55:31 +09:00
d4rth0nyx
d96ca1078b
Create el-GR.js
...
Hello from Greece, An Attempt to contribute to iview community. Just direct translation. Not tested on components yet. Any comments or edits are welcomed. Keep up the good work lads. Lover of dark themes, by the way......
2018-02-16 19:19:37 +02:00
Sergio Crisostomo
57f0582b71
Pass correct arguments to on-change
callback
2018-02-11 20:46:22 +01:00
梁灏
21acf032ac
update Form demo
2018-02-09 16:42:04 +08:00
梁灏
500694ba39
fixed Select bug when options is null and keydown up
or down
2018-02-09 16:07:24 +08:00
Graham Fairweather
791d254e64
Slider: Keyboard control like native
2018-02-09 08:41:40 +01:00
梁灏
f0c2af9d2d
update
2018-02-09 10:17:51 +08:00
Aresn
827323fb0a
Merge pull request #2861 from SergioCrisostomo/datepicker-revisited
...
Datepicker refactor
2018-02-09 09:58:13 +08:00
Sergio Crisostomo
ebf1f86b12
show only 1 date in preselecting mode
2018-02-08 11:46:28 +01:00
Sergio Crisostomo
e8a990f54f
hide ranges in month and year tables
2018-02-08 11:46:10 +01:00
Sergio Crisostomo
a781ad1a11
hide range and selections outside currentMonth
2018-02-08 11:45:51 +01:00
Sergio Crisostomo
65ce6cedcb
keep this.$refs.drop.update();
because of transfer
2018-02-08 11:45:08 +01:00
Aresn
043fd84f4e
Merge pull request #3013 from kevinlincg/2.0
...
繁體中文字詞修飾
2018-02-08 15:37:02 +08:00
Kevin
87526ec3f7
繁體中文字詞修飾
2018-02-08 10:25:31 +08:00
Aresn
787ae6a963
Merge pull request #3006 from SergioCrisostomo/fix-2984
...
normalise public (export) value to number of step decimal cases
2018-02-07 18:15:18 +08:00
Sergio Crisostomo
e3549149db
normalise public (export) value to number of step decimal cases
2018-02-07 11:07:32 +01:00
Sergio Crisostomo
755693b58b
update also timeSpinnerEnd's scroll
2018-02-07 09:33:31 +01:00
Aresn
b7071d2c37
Merge pull request #3007 from Xotic750/switch_tabindex
...
Switch: Add keyboard control
2018-02-07 16:13:13 +08:00
Graham Fairweather
711c6a32c9
Add keyboard control
2018-02-07 09:02:32 +01:00
Aresn
c15ea08c8c
Merge pull request #2991 from kevinlincg/2.0
...
Performance Improvements when Table Select
2018-02-06 11:07:26 +08:00
Aresn
bd426f361a
Merge pull request #2992 from herton7362/2.0
...
Fix #982 issue.Make Null acceptable for Select tag(让Select标签可以接收null值)
2018-02-06 10:59:51 +08:00
herton7362
d4a0b94428
Fix #982 issue.Make Null acceptable for Select tag(让Select标签可以接收null值)
2018-02-06 10:32:59 +08:00
Kevin
14cfcf3c2f
Performance Improvements when Table Selec
2018-02-06 10:27:31 +08:00