梁灏
178da724e6
fix #603
2020-09-02 10:02:40 +08:00
花夏
b03217ee50
fix#615 表格表头分组 点击头部最顶层报错
2020-08-05 18:10:30 +08:00
zhouyu
dff1eb1a14
DatePicker capture 设置为false 点击年、月、日异常关闭下拉框bug修复
2020-07-21 16:03:45 +08:00
webpack
3db31406a8
dropdown.vue: fix Pooper created multiple times
...
Fix the issue that the select component watch selectOptions causes Pooper to repeatedly create multiple times (the bound scroll event cannot be cleared), and the select component watch selectOptions is recommended to be throttled.
2020-07-21 14:26:07 +08:00
webpack
f137032eed
fix popper.js: Turn off scroll event monitoring to solve the problem of scroll lag
...
When there are more Tooltip components on the page, it is easy to cause the page scrolling to be severely stuck. It is recommended to close it by default.
2020-07-21 11:36:14 +08:00
webpack
cd50fbddd8
Update dropdown.vue
...
It is recommended to turn off scroll event monitoring for popper plug-in configuration, otherwise, if there are too many such components in a single page, the scroll bar of the page will be severely stuck; in fact, it only needs to be updated when the pop-up layer is displayed, and it does not need to be invisible or to update the position.
2020-07-21 11:18:14 +08:00
梁灏
39ce074f96
fix #573 #579
2020-07-13 09:30:30 +08:00
梁灏
b15d9455cc
fix Select bug that multiple options disalbed
2020-07-03 12:02:27 +08:00
梁灏
df671ae8c3
fix Button to bug
2020-07-03 11:23:53 +08:00
梁灏
a0cc40dd91
Tabs add draggable prop, and @on-drag-drop event
2020-07-02 15:00:25 +08:00
梁灏
604cf463ac
Update table-body.vue
2020-07-02 10:03:56 +08:00
梁灏
83e7c64fec
update Tree
2020-07-02 09:51:06 +08:00
梁灏
ffb3729603
update Tabs
2020-07-02 09:44:45 +08:00
梁灏
888fa5c407
Tree support contextMenu
2020-07-02 09:16:00 +08:00
梁灏
3e80a192cb
Tabs add event @on-dblclick
2020-07-01 17:22:59 +08:00
Aresn
b212b25537
Revert "fix: disabled node can be checked"
2020-07-01 15:14:18 +08:00
梁灏
6a2cf0fe77
Update table.vue
2020-07-01 11:52:44 +08:00
梁灏
04a34552ff
fixed Input style
2020-07-01 11:44:39 +08:00
梁灏
26ae79efb9
Update table.vue
2020-07-01 11:35:35 +08:00
mouxhun
92e656fc2a
fix TimePicker with Select Hour & Minute bug
2020-06-28 12:05:18 +08:00
mouxhun
97a37a832c
fix TimePicker with Select Hour & Minute bug
2020-06-28 12:04:14 +08:00
梁灏
836de9f960
Table no longer modifies the _showChildren field
2020-06-28 11:28:06 +08:00
梁灏
06f2c113ac
fix #553
2020-06-28 09:22:53 +08:00
梁灏
cf930e3e56
fix #446
2020-06-28 09:14:35 +08:00
Aresn
f6fe4dae70
Merge pull request #548 from blank121/pr547
...
fix #547
2020-06-28 08:42:59 +08:00
Aresn
2ff1b13140
Merge pull request #510 from mixhowie/patch-1
...
fix: 关闭最后一个标签页时报错
2020-06-23 18:01:44 +08:00
Aresn
27427ac418
Merge pull request #445 from jikkai/fix/tree-checking-disabled-node
...
fix: disabled node can be checked
2020-06-23 17:47:19 +08:00
Aresn
64772343f7
Merge pull request #437 from tengmaoqing/form-empty-fields
...
fix: 解决props为空,验证表单没响应的问题
2020-06-23 17:29:01 +08:00
Aresn
8cb900097e
Update form.vue
2020-06-23 17:27:58 +08:00
梁灏
68b7ebbfdb
Tree support contextmenu
2020-06-23 17:09:23 +08:00
Aresn
3a398ab371
Merge pull request #512 from qinzhou/master
...
修复低版本浏览器select组件在搜索时,按下backspace无法正确删除搜索关键字
2020-06-23 16:29:11 +08:00
梁灏
8d2bcbfc8f
Table add event @on-expand-tree
2020-06-23 16:25:46 +08:00
梁灏
5c604d5266
mixins/link support absolute URL
2020-06-23 16:07:54 +08:00
chong peng
792422dfc9
fix #547
2020-06-16 20:29:13 +08:00
王钦洲
3b0bff7e98
修复低版本浏览器select组件在搜索时,按下backspace无法正确删除搜索关键字
2020-05-28 12:05:28 +08:00
Howie
be887de7b6
fix: 关闭最后一个标签页时报错
...
通过 v-for 生成标签页列表,不用 ViewUI 自带关闭,而是手动关闭最后一个标签页时,出现 TypeError: Cannot read property 'disabled' of undefined 异常。
2020-05-27 20:10:36 +08:00
Jikkai Xiao
2f580dbe32
fix: disabled node can be checked
...
修复在 parent node 全选的场景下,被禁用的 child node 也会出现勾选状态的问题
2020-04-22 19:41:30 +08:00
markteng
9d85fdcdb3
fix: 解决props为空,验证表单没响应的问题
2020-04-16 11:34:41 +08:00
梁灏
0eccdf802e
Table add prop show-context-menu, add slot contextMenu
2020-04-10 16:18:10 +08:00
梁灏
d2553e878b
fix Table loading error when use border
2020-04-09 16:30:39 +08:00
梁灏
258220d7f2
fixed Table fixed style
2020-04-09 10:55:58 +08:00
Aresn
29e8d254b8
Merge pull request #404 from xubowenjx/master
...
fix: showCreateItem bug #403
2020-04-08 17:21:44 +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