Commit Graph

158 Commits

Author SHA1 Message Date
Sepush
0a836a17aa
chore: update deps (#4727)
* chore: update deps

Signed-off-by: Sepush <sepush@outlook.com>

* chore: eslint disable nextline

Signed-off-by: Sepush <sepush@outlook.com>

* chore: disable eslint for await dom click

Signed-off-by: Sepush <sepush@outlook.com>

* chore: update deps

Signed-off-by: Sepush <sepush@outlook.com>

* chore: update deps

Signed-off-by: Sepush <sepush@outlook.com>

* chore: update deps

Signed-off-by: Sepush <sepush@outlook.com>

* fix: pin node version to 18.15 to fix ci

Signed-off-by: Sepush <sepush@outlook.com>

---------

Signed-off-by: Sepush <sepush@outlook.com>
2023-05-01 01:37:06 +08:00
fgt1t5y
707dfb8b68
Update icon.demo.vue (#4608) 2023-03-21 10:10:28 +08:00
07akioni
4c85f1b604 fix: lint 2022-12-18 22:01:25 +08:00
07akioni
f7e3f107e2 feat(equation): new component 2022-11-12 12:31:45 +08:00
07akioni
c5871586db
chore: upgrade deps (#3451)
* fix: jest test

* chore: upgrade jest

* chore: upgrade eslint

* chore: upgrade lint staged
2022-08-07 22:46:09 +08:00
07akioni
b36746d70b
refactor(message): rtl (#3449) 2022-08-07 20:58:11 +08:00
Mohammad Amin Mokhtari
5cb46ac0a7
feat(message): rtl (#3275)
* feat(message): rtl

* feat(message): rtl

* docs(changelog): message rtl

* perf(theme): reverse margin & padding for rtl

its just run on self styles for now.
it seems that there is no need for common and peers.

* fix(message): rtl

* fix(theme): rtlEnabledRef typo
2022-08-07 20:34:15 +08:00
Sepush
e31077e230
test: done style to async style (#3401)
Signed-off-by: Sepush <sepush@outlook.com>
2022-08-01 20:34:06 +08:00
Matija Osrečki
db8feaaf1e
Update about-theme.demo.vue (#3262) 2022-07-10 17:50:59 +08:00
07akioni
fdf3b516a2 Merge branch 'main' into docs 2022-07-07 01:55:45 +08:00
thinker-ljn
8ac46b121d
feat: export all component props definitions (#3214)
* feat: export all component props definitions

* feat: export props definitions from index file

* Update src/_internal/scrollbar/src/Scrollbar.tsx

* Update src/carousel/src/CarouselDots.tsx

* Apply suggestions from code review

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-07-03 19:54:43 +08:00
XieZongChen
0238e7c422
docs(message): fix MessageProvider create description (#3223) 2022-07-03 17:39:00 +08:00
07akioni
0c3633404b docs: fix typo 2022-06-09 02:35:21 +08:00
07akioni
653225634f feat: new close icon 2022-06-04 03:31:01 +08:00
07akioni
1db90a94aa docs: add missing createDiscreteApi 2022-06-03 02:17:41 +08:00
07akioni
c84c654322 refactor: remove default from cssr transition 2022-05-18 01:58:12 +08:00
zjlovezj
dea92190f0
fix(message): destroy throws error if message hides (#2898) 2022-05-09 00:54:36 +08:00
07akioni
deb1a95c96 fix(message): icon won't show after first message is emitted in SSR mode, closes #2721 2022-04-10 01:05:14 +08:00
07akioni
2f4b5522b3 docs: fix header case 2022-03-02 02:22:01 +08:00
07akioni
e7a51ad5cd fix(message): loses styles 2022-03-01 11:49:33 +08:00
07akioni
75e1c32800 2.25.7 2022-03-01 03:05:30 +08:00
07akioni
c2a03c2242 fix(message): type 2022-02-27 22:59:20 +08:00
07akioni
ad3522df90 feat(useMessage): supports 'default' type 2022-02-27 21:55:54 +08:00
doom-9
4cae2f4010
feat(message): add show-icon prop (#2503)
* feat(message): add show-icon prop

* Update index.demo-entry.md

* Update types.ts

* feat add test

Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-02-27 21:28:49 +08:00
07akioni
608f54bc68 fix: many components' inlineThemeDisabled 2022-02-27 01:42:27 +08:00
07akioni
e350608eca fix: type error 2022-02-20 00:57:23 +08:00
Sepush
ced221d121
docs(message): md to vue (#2463)
Signed-off-by: Sepush <sepush@outlook.com>
2022-02-20 00:20:24 +08:00
07akioni
8e34743914 feat(notification): placement & type type 2022-02-03 19:51:33 +08:00
07akioni
c753414573 refactor: component cssr id 2022-02-02 01:25:19 +08:00
07akioni
0f9a365d43 fix: remove cycle import 2022-01-29 02:04:06 +08:00
07akioni
570519480e Merge branch 'main' into docs 2022-01-24 04:20:53 +08:00
07akioni
ad2fe09177 refactor: add prefix for injection key name to avoid potential conflict 2022-01-23 03:05:26 +08:00
Julian Hundeloh
8ad8c28158
refactor: use new createInjectionKey function (#2203)
Co-authored-by: Julian Hundeloh <julian@hundeloh-consulting.ch>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-01-23 02:55:27 +08:00
07akioni
ffd4cb1a1f feat: add focus & blur for data input components, closes #2202 2022-01-23 02:47:06 +08:00
07akioni
1ff9c19ba1 refactor: remove all renderSlot, use raw slot 2022-01-22 22:22:16 +08:00
Yugang Cao
d72491bdfd
docs(message): add missing container-style (#2161)
* docs: add containerStyle of message

* Apply suggestions from code review

Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2022-01-12 22:49:05 +08:00
07akioni
a866e75bfb 2.24.0 2022-01-12 05:05:57 +08:00
07akioni
1750433063 fix: update fixes 2022-01-12 03:26:29 +08:00
07akioni
4e2d82a1f4 docs(message): VNode => VNodeChild 2022-01-12 00:36:25 +08:00
07akioni
b68061825a refactor(message): move provider props.render-message to options.render 2022-01-12 00:36:25 +08:00
Yugang Cao
7cb3a37040
fix(message): export MessageType (#2143)
Co-authored-by: yugang.cao <yugang.cao@tusimple.ai>
2022-01-10 20:46:08 +08:00
07akioni
f6c818cbe1 refactor(result): clean code 2022-01-08 15:39:26 +08:00
yugang.cao
460472f472 chore: vue component can use volar 2022-01-05 01:48:00 +08:00
07akioni
c0d33047ef fix: message docs error 2022-01-03 20:42:25 +08:00
07akioni
93c4a4cd36 feat(message-provider): add render-message prop 2022-01-03 20:33:47 +08:00
XieZongChen
77600ee848
feat(message): message uses n as CSS vars prefix (#1970) 2021-12-22 16:23:56 +08:00
07akioni
d46bdf78f6 feat(date-picker): default format follows i18n 2021-12-07 01:09:12 +08:00
07akioni
1ba147e561 test(message): ssr 2021-11-22 23:55:34 +08:00
zoomdong
3e80f2d1ce
workflow: move to pnpm (#1425)
* workflow: move to pnpm

* chore: complete test case

* Update .gitignore

Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-10-27 02:23:24 +08:00
07akioni
8d3d98102e fix: components with popover throws error in SSR 2021-09-25 19:35:17 +08:00