Commit Graph

374 Commits

Author SHA1 Message Date
Noblet Ouways
b3515ccd5d
docs: add Playground link in navbar (#19278) 2024-12-15 10:27:28 +08:00
0song
6bc382fd33
chore: update doc (#19238) 2024-12-11 11:41:29 +00:00
qiang
8304d69118
docs: add an overview icon for InputTag (#19110) 2024-12-04 18:48:24 +08:00
0song
88da2215e2
chore: update doc (#19088) 2024-12-03 05:25:35 +00:00
qiang
d416dd74b0
feat(components): [input-tag] new component (#18885)
* feat(components): [input-tag] add input-tag component

* feat: styles

* test: add test

* docs: add docs

* docs: updata

* docs: uopdata

* docs: updata

* fix: optimize the style when input too long text

* feat: add draggable attribute

* fix: regain focus after dragged

* fix: regain focus on dragend

* refactor: useDragTag

* fix: style of disabled

* refactor: rename event name

* refactor: move useCalcInputWidth to hooks

* feat: add aria-label
2024-11-29 10:50:21 +08:00
0song
8df0d61f38
chore: update doc (#19017)
* chore: update images

* chore: update images

* chore: update doc
2024-11-26 11:12:48 +00:00
0song
b951e1a48d
chore: update doc (#18946) 2024-11-19 11:35:49 +00:00
0song
755f62bb1d
chore: update ui (#18914) 2024-11-15 05:44:22 +00:00
qiang
343cacf5cc
fix(components): numpadEnter does not work like the Enter (#18855) 2024-11-14 21:14:51 +08:00
thinkasany
a9e6345464
docs: support vitepress vp-code-group (#18869)
* feat(style): support vitepress vp-code-group

* docs: update

* docs: update
2024-11-12 20:08:37 +08:00
btea
03380de918
docs: optimize sidebar style (#18842)
* docs: optimize sidebar style

* docs: update
2024-11-09 13:59:26 +08:00
qiang
ead1002533
chore(deps): update vite related dependency for play and docs (#18809)
* chore(deps): update vite related dependency for play and docs

* fix: type error

* fix: unocss

* chore: add port

* fix: types

---------

Co-authored-by: warmthsea <2586244885@qq.com>
2024-11-08 09:38:27 +08:00
Jungzl
e63a545acb
docs: use native fetch for changelogs (#18768) 2024-11-05 23:00:35 +08:00
0song
fff8c4a28b
chore: update doc (#18710) 2024-10-30 05:42:01 +00:00
dopamine
9d3cc84a3e
fix: progress bar get stuck when navigating between routes (#18586) 2024-10-18 13:09:42 +08:00
0song
9456fd2053
chore: update ui (#18574) 2024-10-16 10:12:55 +00:00
dopamine
12c21ebc09
chore(docs): switch Vue to the version used by VitePress (#18553) 2024-10-15 16:59:19 +08:00
DDDDD12138
ba59b5d20e
docs: improve language matching logic (#18412)
fix(docs): improve language matching logic
2024-10-12 10:14:39 +08:00
0song
5a958c4e02
chore: update doc (#18477) 2024-10-09 04:09:36 +00:00
0song
e0708d565c
chore: update doc (#18449) 2024-10-06 13:29:22 +00:00
sea
da60940ae3
chore: fix docs/play dev sass deprecation warning (#18427)
* chore: fix docs/play dev sass deprecation warning

* chore: update

* chore: update
2024-10-01 08:45:25 +08:00
dopamine
ccc8bdcd35
refactor(docs): remove Vite (#18383) 2024-09-30 18:41:36 +08:00
btea
81d5fadeea
docs: remove invalid path tag (#18417) 2024-09-29 20:14:50 +08:00
0song
9bea902529
chore: update doc (#18336) 2024-09-23 11:19:52 +00:00
0song
f77c390170
chore: update doc (#18272) 2024-09-13 17:21:15 +08:00
dopamine
9b01207065
chore(docs): cleanup dependencies (#18190) 2024-09-07 07:56:51 +08:00
阿菜 Cai
7633b1f7e9
docs: site translation icon style optimization (#18210)
style: site translation icon style optimization
2024-09-07 07:51:51 +08:00
dopamine
3b4acab759
docs: persist color themes (#18102) 2024-08-31 08:01:36 +08:00
0song
cbaa753158
chore: update doc ui (#18087) 2024-08-29 16:38:59 +00:00
qiang
7b6e2c2600
docs: rendering example demos on the server side (#17472)
* docs: rendering example demos on the server side

* fix: render error

* chore: update dependencies

* chore: return all teleports
2024-08-22 14:33:13 +08:00
0song
799430651f
chore: update doc UI (#17819) 2024-08-09 06:29:44 +00:00
myron
0ef4b492b8
fix(components): fixed add listeners not remove on beforeunmount (#17344)
* fix(components): fixed add listeners not remove on beforeunmount

* docs(ci):  close vue hoistStatic mode compile

* Update packages/components/popper/src/trigger.vue

Co-authored-by: qiang <qw13131wang@gmail.com>

* Update packages/components/time-picker/src/common/picker.vue

Co-authored-by: qiang <qw13131wang@gmail.com>

* Update packages/components/tooltip/src/content.vue

Co-authored-by: qiang <qw13131wang@gmail.com>

* Update packages/components/tooltip/src/content.vue

Co-authored-by: qiang <qw13131wang@gmail.com>

* Update packages/components/popper/src/trigger.vue

Co-authored-by: qiang <qw13131wang@gmail.com>

* Update packages/components/autocomplete/src/autocomplete.vue

Co-authored-by: qiang <qw13131wang@gmail.com>

* Update packages/components/popper/src/trigger.vue

Co-authored-by: qiang <qw13131wang@gmail.com>

* ci: update full bundle vue compiler config, fixed hoistStatic error

* style: eslint fix

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2024-08-09 09:40:20 +08:00
赵添
0456c790db
feat: add mention component (#17586)
* feat: add mention component

* fix: build error

* fix: build error

* feat: delete as a whole

* fix: update docs

* fix: update global.d.ts

* fix: update

* fix: update code

* fix: update code

* fix: update code

* fix: rename

* fix: update code

* fix: upload code

* fix: update code

* fix: fixed cursor position abnormality

* fix: update code

* fix: docs add avatar

* fix: tooltip position is wrong when placing on top

* feat: add overview icon

* fix: overview icon color
2024-08-02 11:00:26 +08:00
DonV
6dfc646385
docs: add keyboard control switch theme (#17664)
* feat(docs): add keyboard control switch theme

* chore: optimizing the code

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2024-07-31 15:47:33 +08:00
DDDDD12138
f2dc4ec624
docs: update :deep() usage in sponsors-button (#17718)
chore(style): update :deep() usage in `sponsors-button`

Co-authored-by: wuzhiqing <wuzhiqing@linklogis.com>
2024-07-31 15:15:24 +08:00
sea
06ab1a0183
docs: add Style source link (#17316)
* docs: source add style link

* docs: add file judgment
2024-07-24 14:45:15 +08:00
btea
39763fcfe0
feat(docs): support playground sync theme (#16735)
* feat(docs): support playground sync theme

* fix: dark mode error
2024-07-23 16:02:35 +08:00
dopamine
f6b7fb30a8
refactor(docs): upgrade vitepress (#17444)
* docs: upgrade vitepress

* revert original copy button

---------

Co-authored-by: 云游君 <me@yunyoujun.cn>
2024-07-15 18:30:10 +08:00
0song
fc49b9de25
chore: update doc (#17506) 2024-07-10 11:55:48 +00:00
0song
7002a39285
chore: update doc ui (#17113) 2024-06-06 22:46:07 +08:00
tangyongjie
b7183c97ef
style(docs): fix fill color of badge in dark mode (#17078) 2024-06-05 09:02:10 +08:00
0song
6967bb45ed
chore: update doc ui (#17017) 2024-05-28 15:44:46 +00:00
btea
52cf9886bd
docs: tree-select group adjustment (#17005) 2024-05-27 16:28:47 +08:00
btea
5a2b23815b
docs: add meta og:description (#16862)
* docs: add meta `og:description`

* docs: add og:image:width

* docs: add meta
2024-05-15 10:45:58 +08:00
0song
969cc7643e
chore: update doc ui (#16833) 2024-05-12 22:34:37 +08:00
0song
084aa9e93a
chore: update doc ui (#16771) 2024-05-07 05:55:37 +00:00
0song
63b39e2439
chore: rm hot jar (#16765) 2024-05-06 19:52:30 +08:00
0song
09cec09a2c
chore: update cn site link (#16764) 2024-05-06 11:36:56 +00:00
0song
42344b1547
chore: update readme (#16668) 2024-04-25 14:50:02 +00:00
btea
c46a21a54e
docs: icon page support icon name search (#16647) 2024-04-25 10:28:42 +08:00