Commit Graph

171 Commits

Author SHA1 Message Date
qige2016
1898c28a4d
refactor: update omit type (#601) 2021-07-23 23:48:15 +08:00
Pengsha Ying
0c2489e0a2
feat: Add native title attributes where necessary (#365)
* feat(Link): add the title attribute

* feat(Badge): Add the title attribute

* feat(Calendar): Add the title attribute

* feat(Transfer): Add the title attribute

* feat(Upload): Add the title attribute

* feat(Selection): Add the title attribute

* Replace the title assignment with `getTitleAttribute`

* fix(UploadFile): remove UploadFile title attribute

* update ChangeLog
2021-07-04 00:04:56 +08:00
07akioni
c1b0fe12a3
feat(select): add render-option prop, label support render function (#325)
* feat(select): add `render-option` prop, `label` support render function

* fix: type

* docs(data-table): fix caveat

* fix: type & test

* chore

* test

* fix(cascader, auto-complete, mention): related types
2021-06-29 23:40:50 +08:00
07akioni
6433a0d783
fix(dropdown): can't render n-popover in option (#311) 2021-06-28 01:17:36 +08:00
07akioni
6ee3896319
feat(tree-select): component (#211)
* site: tree-select route

* refactor(internal-selection): remove useless remote prop & on-delete-last-option

* refactor(dropdown, popselect): set slots stable mark from true to 1

* fix(scrollbar): attributes applied multiple times

* wip(tree-select): add exports

* fix(tree): misses `on-update-expanded-keys`, `on-update-selected-keys`, `on-update-checked-keys` prop

* feat(tree): support keyboard operations

* feat(tree): scroll with keyboard target node

* fix(tree): `selected-keys` prop influences original array

* feat(tree): pending on selected node at first

* feat(tree): follow tree-select's pending status

* feat(tree): `internalCheckboxFocusable` prop

* refactor(tree): split treeMate to displayTreeMate & dataTreeMate to work with tree-select

* fix(tree): scrollbar won't sync in virtual scroll mode

* feat(tree-select)

* docs: changelog

* docs(tree-select)

* feat(tree-select): stricter type

* fix: typo

* fix(select): input blinks in filterable mode when click at menu and input has value

* fix(tree): multiple line style

* docs(tree-select)

* refactor(tree-select): disable tree expand animation on tree select

* feat(tree-select): change expanded keys on filter

* chore(tree): add comment about animation

* chore

* feat(tree-select): close on single select

* fix(base-selection): input has useless empty row in multiple filterable mode

* docs(tree-select): add clearable in filterable demo
2021-06-21 15:48:15 +08:00
07akioni
3f1ebe119c
feat(select): add render-label prop (#190)
* feat(select): add `render-label` prop, `option.label` supports render function

* docs: changelog

* fix: type

* test: update snap
2021-06-19 01:08:54 +08:00
07akioni
c92f862fb6
feat(dropdown): support class (#181) 2021-06-17 21:56:00 +08:00
07akioni
826bf1dccb feat(tabs): add label slot for pane & function + vnode typed label 2021-05-25 22:41:06 +08:00
07akioni
fa9596f6f4 refactor: use #0000 to replace transparent to make theme editor work well 2021-04-21 20:12:55 +08:00
07akioni
60689e81a5 feat(form): clsPrefix 2021-04-17 02:36:35 +08:00
07akioni
00974284cb feat(dynamic-input): clsPrefix 2021-04-16 23:49:22 +08:00
07akioni
cf46043d4f feat: exclude internalProp in exported types 2021-04-16 14:05:57 +08:00
07akioni
97952d4407 refactor: extract public props use utils type 2021-04-15 20:09:54 +08:00
07akioni
ca6dfa10c1 feat(auto-complete): clsPrefix 2021-04-15 17:20:03 +08:00
07akioni
a68e987bd0 feat(anchor): clsPrefix 2021-04-15 15:06:48 +08:00
07akioni
f82f362c18 feat(popover): support clsPrefix 2021-04-15 12:10:26 +08:00
07akioni
7617b51d16 wip(color-picker): cache up-coming value to avoid shifting of pallete cursor 2021-04-12 22:02:21 +08:00
07akioni
b494cc8d83 fix: make to prop work for teleported component 2021-04-09 20:48:10 +08:00
07akioni
d865e1cffa fix: adjusted to not working for popover 2021-04-09 20:20:22 +08:00
07akioni
9be4afd06b refactor(calendar): hoist color calculation to theme 2021-04-09 19:00:14 +08:00
07akioni
3aa9d866ef feat(slider): dot color in popover 2021-04-09 18:20:18 +08:00
07akioni
d09a79cc6b feat(skeleton): new component 2021-04-09 00:43:33 +08:00
07akioni
7068e5b35f refactor: use type directly from drawer in use-adjusted-to 2021-03-17 18:14:54 +08:00
07akioni
f64a0d9fc5 feat(modal): custom position 2021-03-17 02:45:01 +08:00
07akioni
e033d246a3 feat(grid): responsive & collapse demo 2021-03-03 17:26:54 +08:00
07akioni
62729ea561 fix: lint 2021-02-04 16:33:40 +08:00
07akioni
6253fb9b05 fix(data-table): type 2021-02-04 14:14:48 +08:00
07akioni
fedeb1c39d refactor(service-layout): ts 2021-01-31 22:39:16 +08:00
07akioni
550524fc04 fix(form-item): errors 2021-01-29 17:02:40 +08:00
07akioni
78773c5701 refactor(dynamic-tags): ts 2021-01-25 23:30:32 +08:00
07akioni
09e33ee18d refactor(time-picker): ts 2021-01-25 22:10:12 +08:00
07akioni
59e65e6539 refactor(popselect): ts 2021-01-25 02:12:04 +08:00
07akioni
feab839761 refactor(dialog): ts 2021-01-22 16:52:04 +08:00
07akioni
ee931c25c3 refactor(modal): ts 2021-01-22 01:04:38 +08:00
07akioni
d1d4e69b51 refactor(radio): ts 2021-01-21 16:27:56 +08:00
07akioni
85baec90c5 refactor(anchor): ts 2021-01-20 22:15:41 +08:00
07akioni
e505f6e1b9 refactor(input): ts 2021-01-17 22:31:57 +08:00
07akioni
f2746ab3da refactor(descriptions): ts 2021-01-16 02:29:36 +08:00
07akioni
73c9d3f9c1 refactor(menu): ts 2021-01-15 17:15:59 +08:00
07akioni
a0921fab1b refactor(mixins, utils, styles, index): typescript 2021-01-13 23:14:58 +08:00
07akioni
e9013f5dda refactor(mixins/registerable): use composition 2021-01-12 18:31:38 +08:00
07akioni
cc30786a5e refactor(mixins): remove themeable & with-cssr 2021-01-08 23:22:22 +08:00
07akioni
f658334a89 refactor(code): new theme 2021-01-02 16:33:23 +08:00
07akioni
7f4f28c43c refactor(alert): composition + new theme 2020-12-31 21:40:54 +08:00
07akioni
84c75fb704 fix: typo, pallete => palette 2020-12-28 17:18:55 +08:00
07akioni
10ce5dadb9 refactor(popover): alter body-class & body-style withy class & style, add private padded prop 2020-12-14 15:37:49 +08:00
07akioni
2d13c548b6 chore: prettier demo 2020-12-12 13:51:22 +08:00
07akioni
1c032d2279 chore: prettier 2020-12-12 13:47:04 +08:00
07akioni
18db21cc9b fix(base-selection): border zindex 2020-11-30 18:50:04 +08:00
07akioni
21411d17dd chore: remove utils/naive/debug 2020-11-27 22:43:10 +08:00