justwiner
789581edf3
fix(table): fix shadow rendering bug of initializing fixed columns ( #1418 )
...
fix #1353
Co-authored-by: winerlu <winerlu@tencent.com>
2021-02-05 14:46:31 +08:00
justwiner
358559e2cf
fix(table): fix that the column width is calculated incorrectly ( #1381 )
...
Fix the bug that the column width is calculated incorrectly when dragging the header
fix #1355
Co-authored-by: winerlu <winerlu@tencent.com>
2021-02-01 21:42:20 +08:00
justwiner
c3e54a3496
fix(table): fix column insertion disorder ( #1329 )
...
fix #1285
Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-28 00:24:50 +08:00
BeADre
6dd25da619
fix(table): remove tooltip when the component destroyed ( #1245 )
2021-01-27 15:25:55 +08:00
justwiner
80de9fc5e1
fix(table): fix fixed table height error when no data( #1332 )
...
fix #1325
Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-24 16:44:26 +08:00
justwiner
50525d5e5a
fix(table): fix header checkbox can be triggered when disabled( #1333 )
...
When the checkbox of the header is disabled, the select all cannot be triggered
fix #1307
Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-24 16:30:57 +08:00
justwiner
ac068f6539
fix(table): repair table column width calculation abnormal ( #1334 )
...
fix #1330
Co-authored-by: winerlu <winerlu@tencent.com>
2021-01-24 16:23:51 +08:00
justwiner
9a4beb0105
fix(table): when the data changes, the table does not update the layout ( #1315 )
2021-01-20 15:29:51 +08:00
justwiner
b85758912a
fix(table): fix bug of table-column property watching ( #1309 )
2021-01-20 15:28:34 +08:00
winerlu
10f93cf70d
fix(table): fix column insertion disorder BUG
...
fix #1285
2021-01-16 07:25:25 -06:00
Ryan2128
a95765983f
fix(table): fix table migrate error ( #1294 )
2021-01-16 13:29:12 +08:00
jeremywu
a58f0fab90
chore(project): chore/bumping-vue-version ( #1159 )
...
* chore(project): chore/bumping-vue-version
- Upgrade vue to 3.0.5
* chore(project): - revision dependencies
2020-12-31 11:11:45 +08:00
justwiner
d54abc800a
fix(table): when the data changes, the layout is not updated ( #1059 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-31 10:43:12 +08:00
bastarder
c77e773044
Fix/scrollbar ( #1123 )
...
* fix(select): fix select scrollbar bug
* fix(table): fix table filter pane scroll bug
* fix(cascader): fix cascader pane scroll bug
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-12-31 10:41:50 +08:00
justwiner
f984990ec0
fix(table): fix : #1051 ( #1062 )
...
Fix: the bug of column configuration was not deleted when the column component was unloaded
fix #1051
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-23 16:59:31 +08:00
XiongAmao
c9c9e0d494
fix: app.use(comp.vue) type is not compatible ( #1067 )
2020-12-23 14:07:15 +08:00
justwiner
bc3ad86438
fix(table): setting z-index for table popper ( #1078 )
...
fix #1073
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-22 16:51:09 +08:00
justwiner
1bc545bdb1
fix(table): get global config ( #999 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-17 16:50:19 +08:00
kooriookami
a32ac6a3ad
fix(table): fix table filter-panel style ( #943 )
2020-12-15 14:15:21 +08:00
hangzou
eb24622055
fix: fix some components import type ( #959 )
2020-12-11 15:37:09 +08:00
justwiner
6877d76d99
fix(table): ts error ( #863 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-07 10:36:37 +08:00
justwiner
88ad652172
fix(table): avoiding the error of el-table-column rendering ( #828 )
...
fix #793
Co-authored-by: winerlu <winerlu@tencent.com>
2020-12-07 10:35:42 +08:00
jeremywu
2280dd5c5e
fix(project): fix/exporting-fix-for-volar ( #849 )
...
- Using `defineComponent` to wrap component up for Volar support, this should close #841
- Also made changes for some typing
- Removed `merge.ts` since `Object.assign` are now supported natively
2020-12-06 23:52:47 +08:00
justwiner
a798508fff
fix(table): complete show-overflow-tooltip ( #736 )
...
* feat(table): complete show-overflow-tooltip
* fix(table): use $index instead of index_
fix #726
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-12-03 22:32:31 +08:00
Simona
8f084d0e08
fix: destructing import from lodash cause dist too large in esm version ( #788 )
2020-12-02 18:14:33 +08:00
jeremywu
de0696b4f6
core/bumping-dependency-vue-version ( #729 )
...
* bumping version
* build(core): bumping vue version
- Bumping up vue version from ^3.0.0 to ^3.0.3 due to the change of `emitOptions`
* Remove transition mock/Add before-enter and before-leave hook emitter for popper
2020-12-01 10:28:42 +08:00
kooriookami
84321952e0
doc: Fix and improve v-slot/slot ( #711 )
...
* style(slider): slider button style change
slider button add box-sizing: border-box and change the default size to make sure the style is the
same of before.
* style(slider): remove outline
* fix(docs): replace error v-slot/slot to correct
Replace all `v-slot` to `#default`, `v-slot:xxx` to `#xxx`, `slot="xxx"` to `#xxx`.
fix #704
* docs: v-slot can not bind on div
* fix: fix v-slot
2020-11-29 18:50:46 +08:00
zazzaz
53dfce0903
chore: update type
2020-11-26 23:26:03 +08:00
zazzaz
b1bdb6de8b
build: add type ( #685 )
...
* build: add type
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-26 23:09:31 +08:00
justwiner
8a64310e3f
fix(table): fix the filter panel is covered ( #601 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-11-23 16:37:11 +08:00
zazzaz
b19d2fc374
fix: correct bundle export ( #630 )
...
* fix: correct bundle export
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
2020-11-20 20:24:16 +08:00
jeremywu
f3d24d6109
fix(popper): fix popper related style ( #562 )
...
* fix(popper): fix popper related style
* fix(popper): restore `onMount` hook, rewrite `Teleport` usage
* fix(popper): fix failed tests due to change
* fix(popper): - Fix popper initialiation method
* fix(popper): - Replace unref with internal defined unwrap function
2020-11-10 14:55:03 +08:00
zazzaz
6b69d0a457
build: fix build bundle ( #545 )
...
* chore: update
* chore: update
2020-11-05 19:11:04 +08:00
justwiner
66746333cb
fix(table): fix the filter panel of the table ( #509 )
2020-10-30 11:28:45 +08:00
justwiner
498f327e0f
fix(table): issue: #505 ( #508 )
...
fix #505
2020-10-30 11:27:56 +08:00
bastarder
aea6f4204f
fix: export component
2020-10-29 19:37:18 +08:00
zazzaz
2343ab1d90
fix: fix table type
2020-10-21 11:40:08 +08:00
zazzaz
ceae92fe7c
fix: fix table tooltip ( #438 )
2020-10-20 11:47:02 +08:00
justwiner
2985a71751
feat(table): table ( #407 )
...
Co-authored-by: winerlu <winerlu@tencent.com>
Co-authored-by: zazzaz <izazzaz@hotmail.com>
2020-10-20 10:31:47 +08:00