Commit Graph

1405 Commits

Author SHA1 Message Date
07akioni
37feb27e98 doc: style changes 2020-05-30 21:11:46 +08:00
07akioni
3099412be6 refactor(date-picker): use a new calendar icon 2020-05-30 20:28:52 +08:00
07akioni
72fd1f64cc chores 2020-05-30 20:15:04 +08:00
07akioni
0f528bc3d9 doc(grid): use green as primary color 2020-05-30 19:40:31 +08:00
07akioni
7b9416ee15 doc(steps): change default state to process 2020-05-30 19:15:10 +08:00
07akioni
3baa323e8b doc: fix some type annotations 2020-05-30 17:23:48 +08:00
07akioni
ce60bd832f doc(alert): reorder api 2020-05-30 17:22:35 +08:00
07akioni
4d1a9e93bd doc: fix some type annotations 2020-05-30 17:20:27 +08:00
07akioni
c250e3f8b4 doc(layout): themed style 2020-05-30 17:18:16 +08:00
07akioni
b0fc3f8087 doc: change bg color of the site 2020-05-30 16:13:09 +08:00
07akioni
2f9c426d24 style(input): use opaque color on icons 2020-05-30 16:11:57 +08:00
07akioni
ca503c0be9 doc(table/controlled-page): fix errors 2020-05-30 16:10:20 +08:00
07akioni
7fcce5d163 style: replace color literal with value 2020-05-30 16:10:00 +08:00
07akioni
19fef6e797 doc(button): refactor demos to make them look harmonious 2020-05-30 00:29:18 +08:00
07akioni
0f28fa0dec doc(button): reorder props & add color demo in English 2020-05-29 13:21:39 +08:00
07akioni
c714d8a1de chores 2020-05-29 11:22:07 +08:00
07akioni
fc857e4a72 doc(form): custom validation of form-item 2020-05-29 11:06:55 +08:00
07akioni
4b0d280c72 feat(select): debug prop 2020-05-28 14:18:50 +08:00
07akioni
c7e94407af feat(select): support style & class on select option 2020-05-28 13:51:35 +08:00
07akioni
9ab273fcb6 feat(collapse): display directive 2020-05-28 13:08:59 +08:00
07akioni
f5476cc3ab fix(select): prev value is modified in multiple select 2020-05-28 11:58:30 +08:00
07akioni
33f382167b doc(steps): description slot on step 2020-05-19 15:07:02 +08:00
07akioni
4921a90268 Merge branch 'develop' of ***REMOVED*** into develop 2020-05-19 14:52:08 +08:00
07akioni
1bb5d39cb4 (feat & perf & doc)(checkbox): add label prop, avoid useless rerendering 2020-05-19 13:56:34 +08:00
07akioni
bb8566d3d3 fix(mixin/simulatedComputed): data method shouldn't return the same object 2020-05-19 12:25:24 +08:00
haibo tang
ef42c5db56 update(doc) udpate step doc 2020-05-19 11:14:06 +08:00
haibo tang
cbb21b6108 fix(review) step slot 2020-05-19 11:07:41 +08:00
haibo tang
2c7c8c3474 fix(step) update step content 2020-05-18 21:17:17 +08:00
07akioni
2daa795967 perf(doc): get rid of some useless rerenders 2020-05-18 20:03:44 +08:00
07akioni
4a6af3752d doc: add another intro 2020-05-16 21:47:30 +08:00
07akioni
36d2128658 fix: typo 2020-05-16 21:36:52 +08:00
07akioni
cb2d2f7d6a refactor: move styles inside src 2020-05-16 21:08:06 +08:00
07akioni
90eb79757d chore 2020-05-16 20:48:52 +08:00
07akioni
2e9c9c95a6 feat(button): support custom preliminary 2020-05-15 22:52:06 +08:00
07akioni
259d2350b5 doc(button): button color prop 2020-05-15 22:32:52 +08:00
07akioni
a8046801ba fix(tabs): line position, resize related methods
- Fix the problem that `line` typed `n-tabs`'s line position stays still when `activeName` changes.
- Fix the problem that `n-tabs` scroll button is not triggered when tabs' width changes.
- Fix the problem that height change of `n-tabs` will unexpectly trigger some re-render callbacks.
2020-05-15 00:34:47 +08:00
07akioni
c87260c772 release: 1.0.11 2020-04-30 11:04:30 +08:00
07akioni
7032309dbe fix(select): cast label type in default fallback-option 2020-04-29 23:07:53 +08:00
07akioni
60ad927791 doc(select): fallback-option 2020-04-29 22:05:35 +08:00
07akioni
d638f91b57 doc(data-table): default value of paging is missed 2020-04-29 19:33:18 +08:00
07akioni
040579d46b fix(modal & drawer): detachable components detached in wrong place when nested like modal > drawer > component 2020-04-28 22:27:20 +08:00
07akioni
e9b5f35e69 doc(form-item): label slot 2020-04-28 22:16:18 +08:00
07akioni
ed58e609a2 feat(collapse): arrow-placement & arrow slot 2020-04-28 22:07:06 +08:00
07akioni
46d2f7583e doc(tabs): fix typo 2020-04-23 18:40:59 +08:00
07akioni
98768658b5 fix(data-table): data-table can't use all pagination's props 2020-04-23 18:36:54 +08:00
07akioni
72d5d34feb feat(input): autofocus 2020-04-23 18:03:20 +08:00
07akioni
f65dc72c65 feat(message): closable 2020-04-23 18:02:27 +08:00
songwanli2025@163.com
685cc3b573 fix(DynamicTags): modify documentation 2020-04-21 18:17:25 +08:00
songwanli2025@163.com
fae321bdc4 fix(dynamicTags): document & events 2020-04-20 18:16:38 +08:00
songwanli2025@163.com
8ebe226a10 fix bug 2020-04-17 19:12:05 +08:00
songwanli2025@163.com
914fdc8ff9 Merge remote-tracking branch 'upstream/develop' into develop 2020-04-17 18:44:59 +08:00
songwanli2025@163.com
609f4ea6f2 add(DynamicTags) 2020-04-17 18:44:30 +08:00
07akioni
d917d31585 feat(data-table): support filter option value on single mode 2020-04-10 16:33:30 +08:00
07akioni
749142933a doc(modal): overlay-style 2020-04-02 15:41:16 +08:00
07akioni
b20061c878 doc(data-table): refine some descriptions 2020-03-27 17:48:05 +08:00
songwanli2025@163.com
8116425765 modify(document & changelog) 2020-03-27 17:32:53 +08:00
songwanli2025@163.com
fa613efa0b modify(dataTable) 2020-03-27 17:06:20 +08:00
songwanli2025@163.com
78a4bb0ada (dataTable): document 2020-03-27 15:20:28 +08:00
songwanli2025@163.com
e099b4d517 modify(dataTable): filters 2020-03-27 14:18:07 +08:00
07akioni
a1aba65c12 feat(layout): bar trigger button 2020-03-21 15:05:26 +08:00
07akioni
42bc5a2f95 build: extract css in production build 2020-03-20 22:52:54 +08:00
07akioni
f880af333c refactor(drawer): target prop refactored 2020-03-20 22:25:21 +08:00
07akioni
538cd16b58 doc: some refinements 2020-03-20 19:48:57 +08:00
07akioni
27fbe4677f feat(result): size 2020-03-20 19:17:26 +08:00
songwanli2025@163.com
519b3c92af modify(routes) 2020-03-20 18:53:14 +08:00
songwanli2025@163.com
0194e1b080 modify(some debugComponents router path 2020-03-20 18:06:21 +08:00
songwanli2025@163.com
6999c1e9e4 modify(debugRoutesMixin) 2020-03-20 17:41:22 +08:00
songwanli2025@163.com
252be024bd modify(devIndex) 2020-03-20 17:39:00 +08:00
songwanli2025@163.com
549aea2b2c fix(router of debugComponents) 2020-03-20 17:32:05 +08:00
songwanli2025@163.com
178c421965 modify style 2020-03-20 16:04:42 +08:00
songwanli2025@163.com
7b8a56252f Merge remote-tracking branch 'upstream/develop' into develop
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2020-03-20 16:02:30 +08:00
07akioni
6c1bc3eb8f refactor(upload): callback API changed 2020-03-20 15:42:36 +08:00
07akioni
b569b5a157 chore: some docs refined & unify themed properties code style 2020-03-20 14:19:29 +08:00
07akioni
404ca905b7 chore: refine docs & remove useless event handlers 2020-03-20 12:14:34 +08:00
songwanli2025@163.com
36b2b2dad5 modify(icons demo) 2020-03-20 11:18:41 +08:00
songwanli2025@163.com
7d80e3f268 modify(drawer target demo) 2020-03-20 11:13:43 +08:00
07akioni
27e782ca17 chore: some doc fixes & get rid of asthemecontext 2020-03-19 23:28:25 +08:00
07akioni
54f1e241c7 doc(dynamic-input): v-model 2020-03-19 22:59:55 +08:00
07akioni
d74d007d36 doc(dynamic): refine 2020-03-19 22:50:42 +08:00
07akioni
a8afd8a8be feat(notification): specify theme 2020-03-19 22:21:09 +08:00
07akioni
78e4ec0bdd feat(message): specify theme 2020-03-19 22:09:47 +08:00
07akioni
faebaa8114 fix(table): theme prop & fix column shadow overlap 2020-03-19 21:53:06 +08:00
07akioni
1269d9b904 doc: refine many docs 2020-03-19 20:08:08 +08:00
07akioni
55332da04e doc: refactor doc index 2020-03-19 18:26:48 +08:00
songwanli2025@163.com
d3c3f9ec56 modify(handleEditOnGithubClick) 2020-03-19 13:34:13 +08:00
songwanli2025@163.com
582097e31e Merge remote-tracking branch 'upstream/develop' into develop 2020-03-19 13:26:41 +08:00
songwanli2025@163.com
d6b0603177 modify(EditOnGithubButton) 2020-03-19 13:26:06 +08:00
07akioni
97d676388b release: 0.7.29 2020-03-18 17:01:34 +08:00
07akioni
668d91b422 chore: some docs refine & radio select prop change 2020-03-18 16:54:08 +08:00
07akioni
c689c1e874 feat(collapse): item-header-click event 2020-03-18 15:56:59 +08:00
songwanli2025@163.com
40a1e44036 modify(icons) 2020-03-18 15:07:15 +08:00
songwanli2025@163.com
fd2752f23a remove useless code 2020-03-18 14:28:20 +08:00
songwanli2025@163.com
d45fe466f1 Merge remote-tracking branch 'upstream/develop' into develop 2020-03-18 13:43:05 +08:00
songwanli2025@163.com
bf09e881d0 modify(init) 2020-03-18 13:42:48 +08:00
songwanli2025@163.com
915614fde7 fix code bug 2020-03-17 18:54:21 +08:00
songwanli2025@163.com
49280a17e9 fix lint 2020-03-17 17:19:23 +08:00
07akioni
7189870c6b feat(data-table): single-column 2020-03-17 17:17:29 +08:00
songwanli2025@163.com
4fafbb39dd refactor mode 2020-03-17 16:48:36 +08:00
songwanli2025@163.com
f3dffda264 Merge remote-tracking branch 'upstream/develop' into develop 2020-03-17 15:33:49 +08:00
songwanli2025@163.com
5bc7a36004 fix bug 2020-03-17 15:33:28 +08:00
songwanli2025@163.com
bfe6f09e7f modify(dynamicInput): document and component api 2020-03-17 15:31:28 +08:00
songwanli2025@163.com
fd21ab9cee refactor code 2020-03-16 17:38:06 +08:00
07akioni
a02b7b9679 fix(confirm): width in modal & doc fixes 2020-03-16 16:54:16 +08:00
songwanli2025@163.com
88d2d68d32 refactor code 2020-03-16 16:36:40 +08:00
songwanli2025@163.com
e966f38e4b modify(gheUrl) 2020-03-16 15:58:39 +08:00
songwanli2025@163.com
9c6de6c345 modify(icons) 2020-03-16 15:50:43 +08:00
songwanli2025@163.com
f3120d08b4 merge 2020-03-16 13:17:11 +08:00
songwanli2025@163.com
eb2dd164f6 merge 2020-03-16 13:03:39 +08:00
songwanli2025@163.com
071cd562e1 modify(ghe) 2020-03-16 13:01:13 +08:00
songwanli2025@163.com
acce1ffe39 add(drawer): target 2020-03-15 22:58:26 +08:00
07akioni
6810fa38e9 feat(auto-complete): option group 2020-03-15 18:20:37 +08:00
07akioni
c00dbdec91 fix(input): make it strictly controlled 2020-03-15 13:07:39 +08:00
07akioni
a8930fdfa1 doc(dynamic-input): refine docs 2020-03-15 12:35:10 +08:00
07akioni
cd65b81c46 feat(form): shouldRuleBeApplied on form & form-item, refactor validator method with compatibility on first two params 2020-03-15 12:18:31 +08:00
07akioni
7a8017f39c refactor(dynamic-input): totally refactor... wip 2020-03-15 00:04:46 +08:00
07akioni
5ad75365ad doc: refine many docs 2020-03-14 18:12:47 +08:00
07akioni
98552e2233 feat(select): tag mode. commit with some docs refines... 2020-03-14 17:48:54 +08:00
songwanli2025@163.com
ee6f432e33 modify init 2020-03-13 05:21:12 +08:00
songwanli2025@163.com
74ee9b4f8a create icon 2020-03-13 04:16:22 +08:00
07akioni
257747d7a7 doc: refine many docs... 2020-03-12 21:32:47 +08:00
07akioni
9dd1a4dbf9 doc(drawer): props doc with some fixes 2020-03-12 11:13:29 +08:00
07akioni
c600e66d99 fix: z-index on demo header 2020-03-11 21:06:19 +08:00
07akioni
018f6f03be chore: small fixes & custom input renamed as dynamic input 2020-03-11 20:46:45 +08:00
07akioni
621a340cd4 Merge branch 'develop' of ***REMOVED*** into develop 2020-03-11 18:19:17 +08:00
07akioni
7d28a16898 chore: some doc change 2020-03-11 18:19:12 +08:00
songwanli2025@163.com
cd6bf882bd Merge remote-tracking branch 'upstream/develop' into develop 2020-03-11 16:25:02 +08:00
songwanli2025@163.com
7848e57ea7 refactor(customAdd) 2020-03-11 16:24:35 +08:00
songwanli2025@163.com
23e57c7341 add ghe url 2020-03-09 17:18:01 +08:00
07akioni
4e87d3f184 fix: some style fixes 2020-03-09 16:31:27 +08:00
songwanli2025@163.com
1012610d32 modify(customAdd): organize the code 2020-03-09 12:12:31 +08:00
07akioni
2242de7991 fix(data-table): table row-key not working 2020-03-09 12:08:29 +08:00
songwanli2025@163.com
48dfcfa174 Merge remote-tracking branch 'upstream/develop' into develop 2020-03-09 09:32:37 +08:00
songwanli2025@163.com
32c248c43c refactor(customAdd) 2020-03-09 09:29:48 +08:00
07akioni
d5b5d3b971 doc: refine gradient-text & icon & popover & tag & typography 2020-03-08 20:24:38 +08:00
07akioni
92d299f30e doc: refine collapse, divider, dropdown, popover, tooltip docs 2020-03-08 19:24:07 +08:00
07akioni
4dfefa3414 doc: refine avator & card & grid & layout & related fixes 2020-03-08 14:19:51 +08:00
07akioni
d25da21e20 doc: refine create themed component, config provide, config comsumer, element, layout, grid docs 2020-03-08 00:06:05 +08:00
07akioni
2f64143b90 style: remove metropolis as depdency 2020-03-07 22:47:22 +08:00
07akioni
e8e0055f0f style: input-group related styles 2020-03-07 15:48:49 +08:00
07akioni
3aabc16c07 fix: sonar cube code smell fixes 2020-03-06 20:37:13 +08:00
07akioni
338ca42f15 fix(data-table): remove useless code related to sticky 2020-03-06 17:10:12 +08:00
07akioni
57137d926c refactor: make components with detached parts work in modal 2020-03-06 16:13:45 +08:00
07akioni
c5ff3c7ec8 style(data-table): style in modal 2020-03-05 23:01:27 +08:00
07akioni
10ecc51472 style: some chore fixes 2020-03-05 22:31:20 +08:00
07akioni
f21a53c890 refactor: make table liked components display correctly in modal 2020-03-05 18:08:32 +08:00
07akioni
987b72c7d3 doc: debug button related fixes 2020-03-05 13:46:19 +08:00
07akioni
a4272e47fa refactor(slider): make it work in modal 2020-03-05 13:45:45 +08:00
07akioni
b7658076ba Merge branch 'develop' into develop 2020-03-05 09:57:29 +08:00
07akioni
d6ef32aa68 feat: make detachable components work with modal (wip) 2020-03-04 23:38:19 +08:00
07akioni
5f98c34a13 chore: small fixes 2020-03-04 19:25:46 +08:00
songwanli2025@163.com
b79fdcee97 modify(debug tag): change router to localstorage 2020-03-04 18:22:25 +08:00
songwanli2025@163.com
066c4fc35e modify(entry) 2020-03-04 14:42:58 +08:00
songwanli2025@163.com
a076e8a36c merge 2020-03-04 14:34:14 +08:00
07akioni
e556fbfa8c doc: input passively activated & code basic & some chores together 2020-03-04 13:57:22 +08:00
07akioni
2072803d3c refactor(popselect): menu refactor & props refactor 2020-03-04 13:37:55 +08:00
songwanli2025@163.com
ceaf93f533 add debug select to header 2020-03-04 03:01:15 +08:00
07akioni
e9dd2b7dea doc: some style fixes 2020-03-03 19:25:25 +08:00
07akioni
ddef916aa1 doc: size of table & data-table 2020-03-03 18:08:58 +08:00
07akioni
6988d0cec0 chore: not worth logs 2020-03-03 17:41:05 +08:00
07akioni
1056684d2e feat(typography/text): as prop 2020-03-03 17:40:09 +08:00
07akioni
5c59550f54 doc(process): processing & height & border-radius 2020-03-03 16:22:13 +08:00
07akioni
ad43537971 feat(form): size 2020-03-03 14:34:24 +08:00
07akioni
07659bbbb2 doc: size on data input components 2020-03-03 12:40:05 +08:00
07akioni
622fd5d5ad doc: intro changed 2020-03-02 23:44:05 +08:00
07akioni
9ac47480ce chore: some fixes 2020-03-02 22:41:52 +08:00
07akioni
f6e2f32265 feat: add size for some data input components 2020-03-02 13:06:37 +08:00
07akioni
3e763bbbf3 doc(button): button size 2020-03-02 12:09:15 +08:00
07akioni
ec58d7fcfa doc: make theme related demos looks more clear 2020-03-01 19:17:53 +08:00
07akioni
2a5940c7a1 refactor: unify upload & notification callback to Promise type 2020-03-01 19:06:31 +08:00
07akioni
b17591e349 feat(layout): scrollTo method on layout & layout sider 2020-03-01 16:34:17 +08:00
07akioni
0d3f5ee896 refactor(data-table): new filter menu 2020-03-01 15:16:30 +08:00
07akioni
959b2fe238 style(radio): remove default margin of radio 2020-03-01 15:13:12 +08:00
07akioni
57cb3deea6 perf(mixins/hollowoutable): cut some useless code path 2020-02-29 22:30:40 +08:00
07akioni
785559e3c3 fix(button): icon & loading not working on text button 2020-02-29 18:09:22 +08:00
07akioni
45fab173b1 doc: doc header changed 2020-02-29 17:40:09 +08:00
07akioni
2902855a61 refactor(button): refactor border to support button group 2020-02-29 16:17:42 +08:00
07akioni
f424260f3b chore: small fixes 2020-02-29 14:55:52 +08:00
07akioni
ccd823571f chore: small fixes 2020-02-28 20:31:06 +08:00
07akioni
83e8ff5d10 Merge branch 'develop' of ***REMOVED*** into develop 2020-02-28 20:30:19 +08:00
songwanli2025@163.com
8c0ad44a3c Merge remote-tracking branch 'upstream/develop' into develop 2020-02-28 20:01:59 +08:00
07akioni
7a6453815d refactor(input): manually implement placeholder, for firefox doesn't support transition on :placeholder 2020-02-28 19:59:47 +08:00
07akioni
99505ab2f1 refactor(menu): move some item style on item itself & doc fixes 2020-02-28 19:57:52 +08:00
songwanli2025@163.com
414d5a3024 refactor: check number prop, change to string|number 2020-02-28 19:46:06 +08:00
07akioni
883659b50f fix(mixin/hollowoutable): fix code logic mistake 2020-02-28 16:42:51 +08:00
songwanli2025@163.com
1ec6e34e34 check render prop & change promise to callback 2020-02-28 16:03:33 +08:00
07akioni
3faa75d856 fix(button): should focus on mousedown 2020-02-28 14:13:05 +08:00
07akioni
128cc9f3c3 doc: landing page optimization 2020-02-27 23:03:15 +08:00
07akioni
57330b9a92 doc: typo 2020-02-27 18:36:46 +08:00
07akioni
5fddda4912 doc: landing page 2020-02-27 18:09:23 +08:00
07akioni
242f7f6a67 refactor(date-picker): better focus & blur support 2020-02-26 23:21:23 +08:00
07akioni
a5190dfea2 feat(time-picker): format 2020-02-26 17:21:03 +08:00
07akioni
06feddd1fc feat(time-picker): format 2020-02-26 16:05:13 +08:00
07akioni
13342bb5ed chore: small changes 2020-02-26 12:41:50 +08:00
07akioni
7ae5398cd9 style(tree): shaking themed styles 2020-02-26 12:41:24 +08:00
07akioni
b5ce2c509c refactor(tabs): refactor size, v-model, use resize observer to update scroll status 2020-02-26 12:15:37 +08:00
07akioni
0ea0518fa6 release: 0.7.18 2020-02-25 23:16:18 +08:00
07akioni
f45d61ed89 doc(tree): zhCN & enUS 2020-02-25 23:03:38 +08:00
07akioni
40ea9afcd1 chore: some chores... 2020-02-25 18:49:13 +08:00
07akioni
cb883a1ba3 doc(tree): async & drag & others 2020-02-25 18:48:29 +08:00
07akioni
09d77642f3 feat(zindexable): can specifiy a zindex 2020-02-25 14:29:36 +08:00
07akioni
6a38715d7f refactor(menu): rename open names to expanded names 2020-02-25 14:28:23 +08:00
07akioni
2b69af3d47 Merge branch 'develop' of ***REMOVED*** into develop 2020-02-24 18:18:01 +08:00
07akioni
5cd6fef6a3 pref(cascader) 2020-02-24 18:17:51 +08:00
songwanli2025@163.com
b5ff4fcdae merge 2020-02-24 17:07:35 +08:00
songwanli2025@163.com
3141efa436 fix(init.js): import() 2020-02-24 17:06:07 +08:00
songwanli2025@163.com
b3a1434ef1 fix(init) 2020-02-24 16:34:11 +08:00
songwanli2025@163.com
fdf2af8eb5 merge 2020-02-24 16:25:02 +08:00
songwanli2025@163.com
ffeb343eb9 modify(loader):remove files ending with debug when packaging in production environment 2020-02-24 16:24:23 +08:00
07akioni
db1342df78 feat(form): async validation 2020-02-24 15:31:03 +08:00
07akioni
4ac581806f Merge branch 'develop' into develop 2020-02-24 10:33:24 +08:00
07akioni
a00a43bc9c style: button & tag & base background color change 2020-02-23 21:17:27 +08:00
07akioni
f39af4f778 chore: some doc & style fixes 2020-02-23 12:24:22 +08:00
07akioni
343ac039a3 feat(table): single-column 2020-02-23 12:08:48 +08:00
07akioni
c3e7a41cb9 feat(table): bordered, single-line 2020-02-23 11:28:20 +08:00
07akioni
9008027384 refactor: rename transparent prop to abstract on some components 2020-02-22 21:04:12 +08:00
07akioni
1b972beb01 styles: refactor color system, done 2020-02-22 20:25:10 +08:00
07akioni
aa9ee06ec9 style: refactor color system, wip 2020-02-22 18:08:53 +08:00
07akioni
750ac473f8 style: refactor color system, wip 2020-02-22 14:11:34 +08:00
07akioni
d8137b9e9e style: refactor color system, wip 2020-02-21 16:48:45 +08:00
songwanli2025@163.com
f5737f3df7 merge 2020-02-21 15:26:51 +08:00
songwanli2025@163.com
d0c06c6cdf modify(form): support async validate 2020-02-21 15:25:21 +08:00
07akioni
428dce431f doc(grid): typo 2020-02-20 23:05:07 +08:00
07akioni
af173a9f1d chore: some small fixes 2020-02-20 21:42:38 +08:00
07akioni
d3e7312e04 feat(icon): base color, new doc 2020-02-20 21:41:39 +08:00
07akioni
1de7e79f8e fix: some style color disaccord 2020-02-20 20:11:31 +08:00
07akioni
f4e32463f3 refactor(service-layout): use flex rather than position absolute to locate sider 2020-02-20 17:14:52 +08:00
07akioni
b8e6407382 feat(table): add table component 2020-02-20 16:26:34 +08:00
07akioni
e8244b6b03 style: refactor color system, wip 2020-02-20 13:22:48 +08:00
07akioni
e960b4b81e Merge branch 'develop' of ***REMOVED*** into develop 2020-02-19 23:04:36 +08:00
07akioni
245855b212 style: refactor color system, wip 2020-02-19 21:08:31 +08:00
07akioni
0a87fe6500 style: refactor colors 2020-02-19 19:58:39 +08:00
songwanli2025@163.com
f90e12a806 add(datePicker): format 2020-02-19 16:24:39 +08:00
07akioni
e3548749b4 style: refactor color system, wip 2020-02-19 13:36:29 +08:00
07akioni
3988f2fab7 feat(typography): add depth prop 2020-02-19 12:35:47 +08:00
07akioni
c9361a1162 refactor(icon): add depth prop 2020-02-19 12:35:28 +08:00
songwanli2025@163.com
52be5e2d00 fix(anchor, backtop) 2020-02-19 11:42:31 +08:00
songwanli2025@163.com
301dba502d Merge remote-tracking branch 'upstream/develop' into develop 2020-02-19 10:35:44 +08:00
07akioni
c71437b3e6 doc(upload): en-US 2020-02-18 20:09:34 +08:00
07akioni
abb8edd2f4 doc(upload): zh-cn 2020-02-18 19:24:45 +08:00
songwanli2025@163.com
0de9b9c137 fix(anchor, backtop) 2020-02-18 17:42:00 +08:00
07akioni
a695abeab3 feat(upload): basic functionality of upload, wip 2020-02-18 13:05:07 +08:00
songwanli2025@163.com
3206b890a8 add(anchor):documentation 2020-02-17 18:23:27 +08:00
songwanli2025@163.com
8de2da1b59 Merge remote-tracking branch 'upstream/develop' into develop 2020-02-17 18:09:54 +08:00
songwanli2025@163.com
f2ddb99136 add(anchor): mode 2020-02-17 17:09:41 +08:00
07akioni
2e35d3f97e feat(upload): commit as a checkpoint, wip 2020-02-17 15:36:36 +08:00
07akioni
1c497bf441 feat(tabs): tab panel's display directive can be set 2020-02-17 11:50:35 +08:00
songwanli2025@163.com
e173b33ad7 merge 2020-02-17 09:55:20 +08:00
07akioni
7b1b667792 feat(upload): wip 2020-02-16 21:52:38 +08:00
07akioni
4a40f9fb0f feat(upload): create a scaffold for upload, wip 2020-02-15 22:19:22 +08:00
07akioni
5af4545761 doc: fix some typos 2020-02-14 23:06:50 +08:00