Commit graph

3193 commits

Author SHA1 Message Date
Aresn
29e8d254b8
Merge pull request #404 from xubowenjx/master
fix: showCreateItem bug #403
2020-04-08 17:21:44 +08:00
Aresn
210717a6cb
Delete package-lock.json 2020-04-08 17:20:27 +08:00
Aresn
0c9f914be3
Delete iview.js 2020-04-08 17:19:27 +08:00
Aresn
64b2858ec3
Merge pull request #399 from OysteinHoiby/patch-1
Create nb-NO.js
2020-04-08 16:49:30 +08:00
梁灏
774217294d fix #380 2020-04-08 16:46:51 +08:00
梁灏
8529369e31 Table column add new prop: display 2020-04-08 16:33:54 +08:00
梁灏
76c5a5ea6f Table add new event @on-cell-click 2020-04-08 16:19:09 +08:00
梁灏
ad23db9a3f revert Split code 2020-04-08 16:04:26 +08:00
梁灏
4af3c4737e Transfer add new prop reverseOperation 2020-04-08 14:54:02 +08:00
梁灏
69c439d65c fix Tooltip style bug 2020-04-08 14:43:01 +08:00
梁灏
ac618af2e6 Select add filter-by-label prop 2020-04-08 14:27:23 +08:00
xubowen
9b746f8be7 fix: showCreateItem 2020-04-01 16:46:31 +08:00
xubowen
382b4d6fb8
fix: showCreateItem bug #403
修改显示创建项的逻辑判断,当出现value和label不一致时 原逻辑会导致选择option时会将当前当选择项作为一个创建项显示出来
2020-03-31 19:44:08 +08:00
OysteinHoiby
027e44fd60
Create nb-NO.js
Norwegian bokmål
2020-03-29 16:52:37 +02:00
梁灏
40c64eeb8b release 4.1.3 2020-02-24 14:18:37 +08:00
Aresn
d5596e0ae4
Merge pull request #307 from mahp/master
fix: 删除最后一个Tree节点时报错
2020-02-24 10:08:57 +08:00
Aresn
8301bf1e7e
Update tree.vue 2020-02-24 10:08:44 +08:00
梁灏
a6c5017640 fix Tag style 2020-02-24 09:56:19 +08:00
Aresn
b03681fa4d
Merge pull request #303 from xrkffgg/k-fix-date
fix: datepicker left picker
2020-02-24 09:26:03 +08:00
Stephen Ma
076310a789
fix: 删除最后一个节点时报错
例子:https://www.iviewui.com/components/tree#ZDYJDNR,删除最后一个节点时,控制台报错,找不到节点,因为被删除了
2020-02-07 14:28:55 +08:00
梁灏
a5f6f6cfcd fix Slider style bug 2020-02-05 15:01:55 +08:00
梁灏
140bb0b0bf release 4.1.2 2020-02-04 10:25:27 +08:00
梁灏
9ff571ffa4 fix #305 2020-02-04 10:23:04 +08:00
xrkffgg
e02490500d fix: datepicker left picker 2020-01-27 21:45:38 +08:00
梁灏
fc027117c7 release 4.1.1 2020-01-16 08:14:27 +08:00
Aresn
5c86076859
Merge pull request #291 from 724399396/master
fix tree table get children item bug
2020-01-16 08:02:05 +08:00
Wei Li
2f57837303 fix tree table get children item bug 2020-01-15 12:45:50 +08:00
梁灏
462766bbf7 release 4.1.0 2020-01-13 16:49:45 +08:00
梁灏
faaca72a0c publish 4.1.0-rc.4 2020-01-13 12:05:17 +08:00
梁灏
a20f52efaa publish 4.1.0-rc.3 2020-01-13 08:59:09 +08:00
梁灏
94767f6cde fix Tree bug 2020-01-13 08:56:38 +08:00
梁灏
6a6525483c publish 4.1.0-rc.2 2020-01-13 08:49:33 +08:00
梁灏
3876222b6b update avatar 2020-01-13 08:46:56 +08:00
梁灏
9bd93d3b7b Update table.vue 2020-01-12 15:22:01 +08:00
梁灏
e1758e2230 publish 4.1.0-rc.1 2020-01-12 15:20:06 +08:00
梁灏
617ece1b3e update Table @on-contentmenu event params 2020-01-12 13:38:25 +08:00
梁灏
0b7430090d Table add content-menu prop & event 2020-01-12 13:33:48 +08:00
梁灏
2d77fb5f39 Update table.vue 2020-01-12 13:09:22 +08:00
梁灏
ddd30f3ce3 update tree table 2020-01-12 10:45:08 +08:00
梁灏
439dd093c4 update table tree 2020-01-12 10:42:20 +08:00
梁灏
a410eb2dca fix tree table showChildren 2020-01-12 09:57:40 +08:00
梁灏
64298a9b0e fix tree table level 2020-01-12 09:28:49 +08:00
梁灏
85a1bc8af0 update tree table async 2020-01-10 11:12:49 +08:00
梁灏
7f4315cb4e Update table demo 2020-01-09 09:59:28 +08:00
梁灏
a5acce4b81 Table tree support sort 2020-01-08 21:13:57 +08:00
梁灏
3c9452ef2a Table tree support selectAll func 2020-01-08 09:37:34 +08:00
梁灏
ec1f67fa7e Table tree support selectAllDisabled status 2020-01-07 22:39:21 +08:00
梁灏
1ce519d3ff Table tree support selectAll status 2020-01-07 22:27:00 +08:00
梁灏
725814b355 Table tree support @on-select, @on-select-cancel, @on-selection-change events 2020-01-07 16:17:18 +08:00
梁灏
20fb34b2b0 Table tree support on-row-dbclick 2020-01-06 17:35:50 +08:00