Commit Graph

804 Commits

Author SHA1 Message Date
Ilya Oleshko
e352086fc3 web: Components: Fixed Paging component and story. 2019-08-14 17:24:06 +03:00
NikolayRechkin
5085f8d3d4 web: component: fix FilterInput 2019-08-14 17:23:32 +03:00
Ilya Oleshko
87ec21dc17 web: Components: Fixed property usage of defaultCountItem and defaultPageItem at Paging component. Fixed story. 2019-08-14 15:54:26 +03:00
Ilya Oleshko
810d8c23d8 web: Components: Reworked ComboBox component. Fixed readme and story. 2019-08-14 15:53:07 +03:00
Ilya Oleshko
8dda4ddeab web: Components: Reworked Avatar component. 2019-08-14 15:51:50 +03:00
88648f8741 Web: Components: modified calendar functions, optimized render 2019-08-14 11:19:30 +03:00
fd3c3430d5 Web: Components: added fuction compare dates 2019-08-13 17:38:46 +03:00
74e49623f5 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-13 16:24:59 +03:00
f8bedc0871 Web: Components: Added new library moment.js. Added functions to get array values to combobox. 2019-08-13 16:24:48 +03:00
171184713c Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-13 15:55:01 +03:00
5585d458fe web: components: Added layout nav onmouseenter delay 2019-08-13 15:54:48 +03:00
Daniil Senkiv
54884fb420 Web: components: Avatar: fixed style 2019-08-13 15:19:48 +03:00
ebc23b0c4d Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-13 15:05:08 +03:00
7a99918c29 web: components: Added CustomScrollbarsVirtualList for FixedSizeList in react-window package 2019-08-13 15:04:56 +03:00
Daniil Senkiv
3d49fad315 Web: components: updated libraries 2019-08-13 14:47:22 +03:00
Daniil Senkiv
5fd75951bf Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-13 14:46:33 +03:00
Daniil Senkiv
6003d44684 Web: components: Link, ToggleContent: fixed border bottom style 2019-08-13 14:45:35 +03:00
d17c953b9d Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-13 14:44:18 +03:00
472e12297f web: components: Fixed hook warning 2019-08-13 14:44:04 +03:00
121262d72b Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-13 14:38:44 +03:00
Daniil Senkiv
3bd63336f6 Web: components: Link: fixed style, Avatar: added container for Link component 2019-08-13 14:38:09 +03:00
59242fd440 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-13 14:37:06 +03:00
49870e034a web: components: Turned off shouldComponentUpdate method in page-layout article component 2019-08-13 14:36:37 +03:00
685d094de8 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore
Conflicts:
	web/ASC.Web.Components/src/components/group-button/index.js
2019-08-13 14:27:45 +03:00
Ilya Oleshko
f735231207 web: Components: Added ability to adjust height of DropDown component. Added for Components react-window library. Fixed DropDown readme. 2019-08-13 14:21:46 +03:00
b7a206e725 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-13 14:21:39 +03:00
dffd8fef1e web: components: Commented console.log for annoying render 2019-08-13 14:21:28 +03:00
Ilya Oleshko
5d5e894adb Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-13 14:21:24 +03:00
NikolayRechkin
781ad5ac2c Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-13 14:17:20 +03:00
Ilya Oleshko
f75beed987 web: Components: Added dropDownMaxHeight property at GroupButton component. 2019-08-13 14:17:05 +03:00
NikolayRechkin
55a745ddd3 web: components: fixed IconButton 2019-08-13 14:16:59 +03:00
Ilya Oleshko
0320f2d706 web: Components: Fixed property usage of dropDownMaxHeight at Paging component. Fixed story. 2019-08-13 14:14:38 +03:00
Ilya Oleshko
2d481b5d56 web: Components: Fixed property type of dropDownMaxHeight at ComboBox component 2019-08-13 14:12:29 +03:00
Alexey Kostenko
60d98dbab0 web: components: fix Label and Text 2019-08-13 11:39:16 +03:00
NikolayRechkin
ca90328348 web: components: fix tree menu 2019-08-13 11:30:45 +03:00
NikolayRechkin
d8dc1551cc web: components: added clear button to SearchInput and FilterInput components 2019-08-13 11:07:35 +03:00
NikolayRechkin
f19388500a web: components: fix IconButton 2019-08-13 10:29:51 +03:00
NikolayRechkin
1e1a4a9ba1 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-13 10:10:57 +03:00
NikolayRechkin
0da67c7847 web: components: fix tree menu 2019-08-13 10:10:46 +03:00
NikolayRechkin
94074e01b3 web: components: small fix 2019-08-12 14:25:26 +03:00
NikolayRechkin
7993e285c7 web: components: default cursor for an IconButton without a click handler 2019-08-12 14:22:37 +03:00
Daniil Senkiv
cf8fba615e Web: components: Link: revert (67c3702906). Added custom color selector in stories 2019-08-12 14:19:11 +03:00
Ilya Oleshko
8599c8a5db web: Components: Added empty options placeholders for Paging component. 2019-08-12 14:12:45 +03:00
Daniil Senkiv
67c3702906 web: components: Link: used text-decoration property instead of border-bottom 2019-08-12 13:47:43 +03:00
9e6ebb5185 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-12 12:42:08 +03:00
3d3b37cf0f web: components: Link refactoring 2019-08-12 12:41:53 +03:00
Ilya Oleshko
becabc2292 Web: Components: Fixed onClick call at ComboBox component 2019-08-12 11:37:57 +03:00
Ilya Oleshko
bf692ec107 web: Components: Fixed Paging component and story. 2019-08-12 11:20:56 +03:00
Ilya Oleshko
3c4218d79d web: Components: Reworked ComboBox component. Fixed readme and story. 2019-08-12 11:19:57 +03:00
NikolayRechkin
22acae1683 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-12 10:57:39 +03:00
NikolayRechkin
d6f7eb7f42 web: components: small fix SearchInput 2019-08-12 10:57:05 +03:00
40bc9baa1d Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-09 18:24:44 +03:00
0748a562cd Web: Components: added min-max dates, styles, theme color, updated years combobox and missing propTypes 2019-08-09 18:20:57 +03:00
27a25c93d5 web: components: Fixed wrong merge 2019-08-09 18:02:25 +03:00
7a0c416400 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore
Conflicts:
	web/ASC.Web.Components/src/index.js
2019-08-09 17:59:55 +03:00
2c6d853a23 web: components: Added EmptyScreenContainer component 2019-08-09 17:56:43 +03:00
NikolayRechkin
f36b01d657 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-09 17:10:48 +03:00
NikolayRechkin
51ad47b07b web: component: upgraded a FilterInput component 2019-08-09 17:09:34 +03:00
Alexey Kostenko
15b100b852 web: components: added SelectedItem component, and upgrade Text component 2019-08-09 16:10:24 +03:00
20f36a9a8a Web: Components: Fix components index.js file 2019-08-09 13:27:05 +03:00
708adfab82 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore
# Conflicts:
#	web/ASC.Web.Components/src/index.js
2019-08-09 13:17:48 +03:00
473939fb76 Web: Components: added new styles to weekends, new property openToDate, values to combobox 2019-08-09 12:54:53 +03:00
74cf0a3864 web: components: Fixed getSelected undefined 2019-08-09 12:19:07 +03:00
NikolayRechkin
f657b76631 web: components: fix FilterInput component 2019-08-09 11:41:07 +03:00
NikolayRechkin
16fb25401a Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-09 11:27:22 +03:00
NikolayRechkin
3413af4d7b web: component: small fix FilterInput 2019-08-09 11:26:30 +03:00
NikolayRechkin
e242dfc121 web: components: upgraded a IconButton component. Rendering a component if necessary 2019-08-09 11:24:52 +03:00
bf78784af2 web: components: Fix update options in Combobox 2019-08-09 11:18:51 +03:00
bb810be053 web: components: Added opportunity to set maxDropDownHeight from pages combobox 2019-08-09 10:57:12 +03:00
Alexey Kostenko
c94852d946 web: components: Refactoring Text component 2019-08-08 17:48:07 +03:00
222cf080d8 Web: Components: added calendar locale, function onChange, base styles, date format and new file calendar helper. 2019-08-08 16:16:08 +03:00
Alexey Kostenko
509a7b8517 web. components: Fix SelectedItem component 2019-08-08 15:23:06 +03:00
NikolayRechkin
760e211cf5 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-08 14:31:13 +03:00
NikolayRechkin
9987ac5455 web: components: fix 2019-08-08 14:28:34 +03:00
Alexey Kostenko
8a55b4c72b web: components: Fixed LinkWithDropdown component 2019-08-08 14:19:25 +03:00
Ilya Oleshko
c72c02dc60 web: Components: Reworked ComboBox component 2019-08-08 14:14:29 +03:00
Ilya Oleshko
a3f3014f5c Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-08 14:12:55 +03:00
356d371e13 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-08 14:10:15 +03:00
Ilya Oleshko
c1148128c1 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-08 14:08:14 +03:00
05a96a86db web: components: Added opportunity to set style and className to SelectedItem 2019-08-08 14:08:12 +03:00
Alexey Kostenko
4f23cc4eee web: components: Fixed Link component 2019-08-08 14:02:22 +03:00
Ilya Oleshko
62bb9ed8ec Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-08 14:00:33 +03:00
Ilya Oleshko
4454ea0f8b web: Components: Changed component for inserting icons from IconButton to Icons 2019-08-08 13:47:20 +03:00
019c5d0a22 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-08 12:50:56 +03:00
NikolayRechkin
5e5098ca09 Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-08 12:46:33 +03:00
NikolayRechkin
bd308070e8 web: components: fixed IconButton component 2019-08-08 12:45:55 +03:00
NikolayRechkin
ecb9c4ea12 web: components: upgraded SearchInput and FilterInput components 2019-08-08 12:45:00 +03:00
31a9a34c41 web: components: Fixed cursor and borders of input components; 2019-08-08 12:40:10 +03:00
Ilya Oleshko
11bd28c365 web: Components: Disabled user-select for ImageStyled at Avatar component 2019-08-08 12:24:20 +03:00
Ilya Oleshko
c3981206b5 web: Components: Disabled user-select for Avatar at ContentRow component 2019-08-08 12:17:49 +03:00
0225c02a9c Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-08 11:37:35 +03:00
e8d68ae684 web: components: Fixed double click action on Link 2019-08-08 11:37:19 +03:00
9dd1792735 web: components: Refactoring SelectedItem component 2019-08-08 11:36:46 +03:00
Ilya Oleshko
49da8dfad7 web: Components: Fixed isDisabled property at ComboBox component and disabled user-select style 2019-08-08 11:17:29 +03:00
Ilya Oleshko
a07a4f838b web: Components: Disabled user-select for NamedAvatar at Avatar component 2019-08-08 11:15:45 +03:00
Alexey Kostenko
af374ccce2 web: components: added SelectedItem component 2019-08-07 18:17:21 +03:00
56acf17769 web: components: Fixed Cannot read property 'preventDefault' of undefined 2019-08-07 17:37:18 +03:00
3827beaa1e Merge branch 'master' of https://github.com/ONLYOFFICE/CommunityServer-AspNetCore 2019-08-07 14:43:33 +03:00
d293c6bde0 Web: Components: update onSelect function(send key and title), added new property selected item, modified propTypes 2019-08-07 14:43:24 +03:00
3c1d5f9047 Merge branch 'master' of github.com:ONLYOFFICE/CommunityServer-AspNetCore 2019-08-07 13:58:09 +03:00